]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
edca42ca4f44bc94b73d8acc9a8ac1e2b57f06be
[lyx.git] / src / ChangeLog
1 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * text2.C (setCounter): reduce number of calls to pars_[pit]
4
5         * text.C (singleWidth): add an assert, fix a test
6
7         * rowpainter.C (paintText): reduce number of calls to singleWidth
8
9         * paragraph.C (isHfill): 
10         (isNewline): ws only
11
12 2004-08-14  André Pönitz  <poenitz@gmx.net>
13         
14         * text.C:
15         * text2.C:
16         * rowpainter.C:
17         * lyxtext.h (several functions): use a Paragraph & argument 
18         instead of par_type
19
20 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
21
22         * metricsinfo.h: add a new field ltr_pos to PainterInfo
23
24         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
25
26         * text.C (singleWidth): remove useless test
27
28 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
29
30         * tabular.h: remove bogus comments
31
32         * tabular.C (getDescentOfRow): 
33         (isPartOfMultiColumn): add assertions
34
35         * lyxlength.C (inPixels): remove #warning
36
37 2004-08-14  André Pönitz  <poenitz@gmx.net>
38
39         * paragraph.h: inline getChar()
40         
41         * BufferView.h: remove unused declarations
42
43 2004-08-14  José Matos  <jamatos@lyx.org>
44
45         * Buffer.[Ch] (readDocument): new name for old readBody.
46         * Buffer.C: new file format, new keywords: \begin_document,
47         \begin_header, \begin_body, \end_body.
48
49         * bufferparams.C (readToken): replace all calls to lex.nextToken
50         by lex.next(). Do the same to eatLine except where really needed.
51
52         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
53         line when writing to the lyx file.
54
55         * output_plaintext.C (asciiParagraph): fix Bibliography style
56         handling.
57
58         * text.C (read): fix end of file handling.
59
60 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
61
62         * MenuBackend.C (Menu::operator[]): new method to access
63         individual menu items
64         (Menu::hasFunc): new method. search for an item that corresponds
65         to a given func
66         (MenuBackend::specialMenu): new method
67         (MenuBackend::expand): if a special menu has been set, skip
68         entries whose func() appears in this menu
69
70 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
71
72         * text3.C: use Debug::DEBUG a bit more
73
74         * text.C (leftMargin): try to simplify a tiny bit change var x to
75         l_margin. Dont output the wide margins always.
76         (rightMargin): no margin in inner texts
77
78         * rowpainter.h (nestMargin): new func
79         (changebarMargin): new func
80         (rightMargin): new func
81
82         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
83         now functions.
84         (paintLast): ditto
85
86         * factory.C (createInset): modify setDrawFrame
87
88         * cursor.C: use Debug::DEBUG a bit more
89
90 2004-08-14  André Pönitz  <poenitz@gmx.net>
91
92         * coordcache.[Ch]:
93         * Makefile.am: new files to accomodate an 'external' (x,y)-position
94         cache for all insets in (at least partially) visible (top-level)
95         paragraphs.
96         
97         * BufferView_pimpl.C: reset external coord cache before every update.
98         This means the coord cache only contains valid entries.
99
100 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
101
102         bug 1096
103         * BufferView_pimpl.C (getInsetByCode): move function out of class
104         and change in to a template in anon namespace. Also fix to do what
105         suits us better.
106
107 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
108
109         bug 1305
110         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
111         of char
112         (breakParagraph): rename par to par_offset and use a local
113         reference. Add code to keep the language over a rebreak.
114         (breakParagraphConservative): rename par to par_offset, use a
115         local reference
116         (mergeParagraph): ditto
117         (outerHook): ditto
118         (isFirstInSequence): ditto
119         (outerFont): rename pit to par_offset
120
121         * paragraph.C: ws change
122         * paragraph.h: ditto
123         * text3.C: ditto
124         * text.C: ditto
125
126 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
127
128         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
129         treatment for ']'
130
131         * paragraph.C (simpleTeXOnePar): when we have a \item with
132         optional argument, enclose the argument with curly brackets (in
133         case it contains a closing square bracket)
134
135         * text2.C (editXY):
136         * text2.C (editXY):
137         * text3.C (checkInsetHit): constify
138
139 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
140
141         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
142         documents (bug 1629)
143
144 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
145
146         Fix toggling of collapsable insets with the mouse (bug 1558)
147
148         * lyxfunc.C (dispatch): adapt to LCursor changes
149
150         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
151         make sure that dispatch is not invoked twice
152
153         * cursor.C (needsUpdate): new method
154         (dispatch): return void
155         (result): new method, to access the DispatchResult of the cursor.
156
157 2004-08-13  José Matos  <jamatos@lyx.org>
158
159         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
160
161 2004-08-13  André Pönitz  <poenitz@gmx.net>
162
163         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
164
165         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
166           multiple cells
167
168 2004-08-12  André Pönitz  <poenitz@gmx.net>
169
170         * text3.C: take out the 'cursor right' form insertInset and only
171         do it in those places when it is really needed. Fixes crash on
172         C-m...
173
174 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
175
176         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
177
178         * BufferView_pimpl.C (setBuffer): initialize the current font of
179         the underlying LyXText
180
181 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
182
183         * kbsequence.C (print): use UI native formatting for menu
184         shortcuts
185
186         * text.C (insertChar): call Paragraph::insertChar with a font
187         argument (cosmetic)
188
189         * paragraph.C (insertInset, insertChar): the version that takes a
190         LyXFont argument is now a wrapper around the other one (the
191         opposite used to be true).
192
193         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
194         argument. Font setting is done in Paragraph now.
195
196 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
197
198         * outputparams.h: add new members intitle and lang.
199
200         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
201         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
202
203 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
204
205         * text3.C (dispatch): remove special handling of button 4 and 5,
206         it is now taken care of in the frontend code.
207
208 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
209
210         * Spacing.h: add <string> (STLPort compile fix)
211
212 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
213
214         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
215
216 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
217
218         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
219         to bool.
220
221         * converter.C (showMessage): inherit from unary_function, make
222         operator() const.
223
224         * buffer.C (writeFile): initialize retval
225
226         * InsetList.h: rename private variable list to list_
227         * InsetList.[Ch]: adjust accordingly.
228
229 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
230
231         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
232         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
233         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
234         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
235         * ParagraphParameters.C, LaTeXFeatures.C: replace
236         "support/std_sstream.h" with <sstream>
237
238 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
239
240         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
241         * lyxsocket.C (LyXServerSocket): ditto
242         (serverCallback): ditto
243
244 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
245
246         * LaTeXFeatures.C: check release date when loading jurabib.
247
248 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
249
250         * lyxserver.C (startPipe): call register_socket_callback
251         (endPipe): call unregister_socket_callback
252
253 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
254
255         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
256         (LyXServerSocket): register the callback
257         (LyXServerSocket): unregister the callback
258         (fd): delete function
259         (serverCallback): improve error checking and setup the callbacks.
260         (dataCallback): change arg to fd.
261         (writeln): new func (copied fro the client socket) used for server
262         write to client.
263         (LyXDataSocket): simplify
264         (~LyXDataSocket): close ann unregiser callback
265         (server): delete function
266         (fd): delete function
267         (readln): small changes, improve some std::string usage
268         (writeln): constify a bit
269
270 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
271
272         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
273         Qt frontend
274
275 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
276
277         * BufferView_pimpl.C (setBuffer): set the layout combox value only
278         after it has been populated
279
280 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
281
282         * text2.C (insertInset): move cursor when inserting inset.
283
284 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
285
286         * kbmap.C (findbindings): a couple of new methods. returns a
287         container of kb_sequence objects. The real work is done by the
288         private recursive version
289         (printbindings): uses findbindings to print out a bracketed list
290         of bindings (renamed from findbinding).
291
292         * MenuBackend.C (binding): use kb_keymap::findbindings
293
294         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
295
296 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
297
298         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
299
300 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
301
302         * paragraph.C (isWord): return true on insets that report
303         isLetter().
304
305         * text.C (getWord): use Paragraph::isWord to decide what is in a
306         word and what is not; fix bug 1609.
307
308 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
309
310         * tex-strings.C: add "none" to string_paperpackages[], fixes
311         off-by-one-error in the paperpackage selection.
312
313         * lyxlex.[Ch]:
314         * tex-strings.[Ch]: char const * string[n]
315         -> char const * const string[]
316
317 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
318
319         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
320         command, return early.
321
322 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
323
324         * debug.h: add DEBUG to enum and fix size of ANY.
325
326         * debug.C: add support for Debug::DEBUG
327         (showTags): cast errorTags.level to unsigned int
328
329         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
330         (redoCurrentBuffer): ditto
331         (updateScrollbar): ditto
332         * cursor.C (dispatch): ditto
333         * text2.C (setLayout): ditto
334         (setFont): ditto
335         (updateCounters): ditto
336         (editXY): ditto
337         (deleteEmptyParagraphMechanism): ditto
338
339 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
340
341         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
342         annotations to cleanup the Makefile slightly.
343
344 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
345
346         * lyxrc.C: do not set user_email to a default value but use empty
347         instead. The entry used to be translated, which does not work
348         since at the point where lyxrc is constructed there is no
349         translation service available
350
351         * messages.C (getLocaleDir): remove and use directly
352         lyx_localedir() instead
353
354 2004-06-02  Angus Leeming  <leeming@lyx.org>
355
356         Fix crash caused by dereferencing null pointer 'exportdata' in
357         OutputParams by creating a new ExportData variable on the heap,
358         storing it in a boost::shared_ptr.
359         The crash was triggered when generating an Instant Preview
360         of an external inset.
361
362         * Makefile.am: add outputparams.C
363
364         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
365         (c-tor): allocate memory to it.
366
367         * exporter.C (c-tor): associated changes.
368
369 2004-06-01  Angus Leeming  <leeming@lyx.org>
370
371         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
372         contains data before calling isInset(0). (Bug 1513.)
373
374 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
375
376         * exporter.C (checkOverwrite): new method
377         * exporter.C (copyFile): new method
378         * exporter.C (Export): copy referenced files to the document dir
379         * exporter.[Ch]: new class ExportedFile
380         * exporter.[Ch]: new class ExportData. Contains currently the
381         names of referenced external files
382         * outputparams.h: add exportdata member.
383
384 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
385
386         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
387         version.C-tmp
388
389 2004-05-19  Angus Leeming  <leeming@lyx.org>
390
391         * LaTeXFeatures.C:
392         * ToolbarBackend.C:
393         * bufferparams.C:
394         * lyxfunc.C: small changes due to the introduction of namespace
395         lyx::frontend and the moving of namespace biblio to lyx::biblio.
396
397 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
398
399         * text3.C (dispatch): supress update when only moving the cursor
400         * cursor.C (selHandle): remove commented code
401
402 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
403
404         * paragraph.C (startTeXParParams): correct column count
405         * CutAndPaste.C (pasteSelection): remove const_cast
406         * output_docbook.C (docbookParagraphs): remove const_cast
407         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
408         const_cast and return ParagraphList::const_iterator
409         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
410         * output_plaintext.C (writeFileAscii): remove const_cast
411         * paragraph.[Ch] (simpleTeXOnePar): make const
412         * paragraph_funcs.C (outerPar): use const iterators
413         * paragraph_pimpl.C (validate): use const iterators
414         * text.C (setHeightOfRow): use const iterators
415
416 2004-05-17  Angus Leeming  <leeming@lyx.org>
417
418         * lfuns.h:
419         * LyXAction.C (init): new LFUN_INSET_REFRESH.
420
421         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
422         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
423         if the citation engine has changed.
424
425 2004-05-14  José Matos  <jamatos@lyx.org>
426
427         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
428         if the textclass does not provide it. Have it different for sgml and
429         xml.
430         support the language of document.
431         * output_docbook.C (docbookParagraphs):
432         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
433         first anchor as the id of the paragraph, remove special case code.
434         * sgml.C (escapeChar): escape only < & >.
435
436 2004-05-14  Angus Leeming  <leeming@lyx.org>
437
438         * bufferparams.h: move biblio::CiteEngine enum here to minimize
439         dependencies on src/frontends/controllers/biblio.h. Define a
440         CiteEngine_enum wrapper class to enable the enum to be forward
441         declared.
442
443 2004-05-12  Angus Leeming  <leeming@lyx.org>
444
445         * buffer.C: up LYX_FORMAT to 234.
446         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
447         use_numerical_citations with a single biblio::CiteEngine cite_engine
448         variable.
449         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
450
451 2004-05-13  José Matos  <jamatos@lyx.org>
452
453         * converter.h:
454         * converter.C (Converter, readFlags): add xml member.
455         * outputparams.h: add XML flavor.
456         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
457
458 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
459
460         * lyxfunc.C (dispatch):
461         (getStatus): fix handling of LFUN_SEQUENCE
462
463 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
464
465         * debug.C (showLevel): do not forget the end-of-line marker
466
467 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
468
469         * kbmap.C (read): do not stop parsing a bind file when an error
470         occurs (bug 1575)
471
472 2004-04-29  Angus Leeming  <leeming@lyx.org>
473
474         * cursor.C:
475         * factory.C:
476         * pariterator.C:
477         * text2.C: wrap a bunch of #warning statements
478         inside #ifdef WITH_WARNINGS blocks.
479
480 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
481
482         * buffer.C: increment format to 233.
483
484 2004-04-28  Angus Leeming  <leeming@lyx.org>
485
486         * BufferView_pimpl.C:
487         * lyxfunc.C:
488         * text3.C:
489         s/updateToolbar()/updateToolbars()/
490         s/Toolbar.h/Toolbars.h/
491
492 2004-04-28  Angus Leeming  <leeming@lyx.org>
493
494         * BufferView.[Ch] (c-tor):
495         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
496         No longer passes these data to the WorkArea generator.
497
498 2004-04-28  Angus Leeming  <leeming@lyx.org>
499
500         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
501
502 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
503
504         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
505
506 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
507
508         * output_latex.C (TeXEnvironment): make sure that there is a line
509         break before \end{foo} for the last paragraph of a document
510         (TeXOnePar): if the paragraph is at the end of the document (or
511         inset) and the language has to be reset, then make sure that the
512         line break is _before_ the language command, not after (fixes bug
513         1225); also make sure that the language reset command is the first
514         thing after the paragraph (to ensure proper nesting of
515         environments and thus fix bug 1404)
516
517 2004-04-21  John Levon  <levon@movementarian.org>
518
519         * ToolbarBackend.h:
520         * ToolbarBackend.C: make "name" be a programmatic name
521         and a gui_name field.
522
523         * lyxfunc.C: display the minibuffer on M-x
524
525 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
526
527         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
528         (bug 1526)
529
530 2004-04-19  Angus Leeming  <leeming@lyx.org>
531
532         * BufferView_pimpl.C (setBuffer): changed preview interface.
533
534         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
535         possible values.
536
537 2004-04-19  John Levon  <levon@movementarian.org>
538
539         * BufferView_pimpl.C:
540         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
541
542 2004-04-05  Angus Leeming  <leeming@lyx.org>
543
544         * text.C (redoParagraphs): add call to updateCounters(), thereby
545         fixing the missing "Figure #:" label from the caption of a
546         figure float.
547
548 2004-04-13  Angus Leeming  <leeming@lyx.org>
549
550         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
551         cursor is clicked out of an inset.
552
553 2004-04-13  Angus Leeming  <leeming@lyx.org>
554
555         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
556         than an InsetOld one.
557
558 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
559
560         * format.[Ch]: add editor to Format
561         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
562         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
563
564 2004-04-08  André Pönitz  <poenitz@gmx.net>
565
566         * metricsinfo.h: remove PainterInfo::width member
567
568 2004-04-08  Angus Leeming  <leeming@lyx.org>
569
570         * lyx_sty.C (boldsymbol_def): modify so that it outputs
571         "\providecommand" rather than "\newcommand", thereby preventing
572         clashes with packages that define "\boldsymbol" themselves.
573         Eg, beamer.
574
575 2004-04-08  Angus Leeming  <leeming@lyx.org>
576
577         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
578         thereby squashing an unnecessary warning.
579
580 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
581
582         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
583         setBuffer()
584
585 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
586
587         * BufferView.C (setCursor): call redoParagraph (some insets could
588         have been opened)
589         (putSelectionAt): remove the 'double update' trick
590
591         * BufferView_pimpl.C (fitCursor): call refreshPar
592         (workAreaDispatch): remove an uneeded update call
593         (dispatch): remove some manual update calls
594
595         * cursor.[Ch]: remove cached_y_, updatePos
596         (selHandle): set noUpdate when appropriate
597
598         * lyxfunc.C (dispatch): track if we need an update
599
600         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
601
602         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
603         (paintSelection): cheap optimization, do not call cursorX when not
604         needed
605         (paintPars): change signature
606         (refreshPar): add
607         (paintText): adjust
608         (paintTextInset): adjust
609
610         * text.C: adjust
611
612 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
613
614         * lengthcommon.C: compilation fix: remove explicit array size from
615         unit_name[] and friends
616
617 2004-04-05  Angus Leeming  <leeming@lyx.org>
618
619         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
620
621         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
622         present only for the preferences dialog.
623         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
624
625 2004-04-05  Angus Leeming  <leeming@lyx.org>
626
627         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
628         to enable the frontends to export changes to lyxrc correctly.
629
630         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
631
632 2004-04-07  André Pönitz  <poenitz@gmx.net>
633
634         * cursor.[Ch] (selClear, adjust): remove math
635
636         * cursor_slice.C: more agressive assert
637
638         * lyxfunc.C:
639         * BufferView_pimpl.C: rework mouse event dispatch
640
641         * dociterator.C:
642         * paragraph.C:
643         * text2.C:
644         * text3.C: adjust
645
646 2004-04-05  André Pönitz  <poenitz@gmx.net>
647
648         * cursor.[Ch] (valign, halign...): remove unneeded functions
649
650 2004-04-05  Angus Leeming  <leeming@lyx.org>
651
652         * lyxlength.[Ch] (unit_name et al.): const-correct.
653
654 2004-04-05  Angus Leeming  <leeming@lyx.org>
655
656         * BufferView_pimpl.C:
657         * buffer.C:
658         * counters.C:
659         * cursor.C:
660         * lyxfunc.C
661         * paragraph.C:
662         * pariterator.C:
663         * text.C:
664         * text2.C:
665         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
666
667 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
668
669         * text3.C (getStatus): add LFUN_BEGINNINGBUF
670
671 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
672
673         * lyxfind.C: add a couple of inTexted() tests + other small fixes
674         * BufferView_pimpl.[Ch] (getStatus)
675         * BufferView.[Ch] (getStatus): add
676         * lyxfunc.C (getStatus): move lfuns handled in
677         BufferView::dispatch to te function above
678         * Cursor.C (setSelection): set selection() = true
679
680 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
681
682         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
683
684 2004-03-31  Angus Leeming  <leeming@lyx.org>
685
686         * lyxfunc.C (dispatch): Fall through to the generic
687         Dialogs::show("preamble").
688
689 2004-03-31  Angus Leeming  <leeming@lyx.org>
690
691         * lyxfunc.C (dispatch): Fall through to the generic
692         Dialogs::show("spellchecker").
693
694 2004-03-31  Angus Leeming  <leeming@lyx.org>
695
696         * lyxfunc.C (getStatus, dispatch): changed invocation of the
697         preferences dialog.
698
699 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
700
701         * BufferView.C
702         * cursor.[Ch]
703         * dociterator.[Ch]:
704         * insetiterator.[Ch]:
705         * lyxfind.C:
706         * lyxfunc.C:
707         * pariterator.[Ch]:
708         * text2.C:
709         * undo.[Ch]: s/DocumentIterator/DocIterator/g
710
711 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
712
713         * BufferView.C (setCursor, putSelectionAt): call edit to open the
714         insets where we are putting the cursor.
715
716 2004-03-31  Angus Leeming  <leeming@lyx.org>
717
718         * lfuns.h:
719         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
720
721         * lyxrc.[Ch] (read, write): overloaded member functions taking
722         a std::[io]stream arguments.
723
724         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
725
726 2004-03-31  Angus Leeming  <leeming@lyx.org>
727
728         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
729         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
730
731         * lyxtextclass.C (load): if the text class couldn't be loaded, then
732         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
733
734 2004-03-31  Angus Leeming  <leeming@lyx.org>
735
736         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
737         the LFUN_ALL_INSETS_TOGGLE code.
738
739 2004-03-30  Angus Leeming  <leeming@lyx.org>
740
741         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
742         has died. Fall through to the generic Dialogs::show("document").
743
744 2004-03-30  Angus Leeming  <leeming@lyx.org>
745
746         * lfuns.h:
747         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
748         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
749
750         * lyxfunc.C (getStatus, dispatch): define the actions for these
751         lfuns. Little more than a cut and pste job from ControlDocument.C
752
753         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
754
755 2004-03-30  Angus Leeming  <leeming@lyx.org>
756
757         * lfuns.h:
758         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
759         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
760
761         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
762         open/closed state of ollapsable insets. Usage:
763
764         all-inset-toggle <state> <name>, where
765         <state> == "open" || "closed" || "toggle" and
766         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
767
768         * lyxtext.h, text2.C (toggleInset): removed.
769
770         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
771         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
772         now passes LFUN_INSET_TOGGLE to the found inset.
773
774         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
775         is now invoked as "all-insets-toggle toggle branch".
776
777 2004-03-30  Angus Leeming  <leeming@lyx.org>
778
779         * dociterator.C:
780         * insetiterator.C:
781         * pariterator.[Ch]: added/corrected header blurb.
782
783 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
784
785         * dociterator.[Ch]: add an inset_ member
786         (backwardPos): implemented
787         (backwardPos, forwardPos): use inset_ when the stack is empty.
788         (doc_iterator_begin, doc_iterator_end): implemented
789         * pariterator.[Ch]: adjust, add begin, end
790         * insetiterator.[Ch]: adjust, add begin, end
791         * cursor.C:
792         * document.C:
793         * BufferView.C:
794         * BufferView_pimpl.C:
795         * CutAndPaste.C: adjust
796
797 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
798
799         * buffer.C: increment file format to 232.
800         * LaTeXFeatures.C: add bibtopic package.
801         * bufferparams.[Ch]: param \use_bibtopic.
802
803         * lyxrc.[Ch]: add lyxrc bibtex_command
804         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
805
806         * buffer.C: increment file format to 231.
807
808 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
809
810         * dociterator.C: implement forwardPar
811         * iterators.[Ch]: remove, replaced by
812         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
813         * BufferView.C:
814         * BufferView_pimpl.C:
815         * CutAndPaste.C:
816         * buffer.C:
817         * bufferview_funcs.C:
818         * cursor.C:
819         * lyxfind.C
820         * lyxfunc.C
821         * paragraph_funcs.C
822         * toc.C:
823         * Makefile.am: adjust
824
825 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
826
827         * CutAndPaste.C (pasteSelection): fix 2 crashes
828         (eraseSelection): fix a crash
829         * paragraph_funcs.C: remove a warning
830
831 2004-03-28  Angus Leeming  <leeming@lyx.org>
832
833         * lfuns.h:
834         * LyXAction.C (init): new LFUN_PRINT.
835
836         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
837
838 2004-03-27  Angus Leeming  <leeming@lyx.org>
839
840         * lfuns.h:
841         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
842
843         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
844
845 2004-03-27  Angus Leeming  <leeming@lyx.org>
846
847         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
848         insetlist always contains non-null pointers to insets.
849
850 2004-03-26  Angus Leeming  <leeming@lyx.org>
851
852         * src/BufferView_pimpl.C:
853         * src/CutAndPaste.C:
854         * src/buffer.C:
855         * src/iterators.C:
856         * src/output_plaintext.C:
857         * src/outputparams.h:
858         * src/paragraph_funcs.C:
859         * src/rowpainter.C:
860         * src/text.C:
861         * src/text2.C:
862         * src/frontends/controllers/ControlErrorList.C:
863         * src/frontends/gtk/FileDialogPrivate.C:
864         * src/frontends/gtk/GPainter.C:
865         * src/frontends/gtk/GToolbar.C:
866         * src/frontends/qt2/QRef.C:
867         * src/mathed/math_scriptinset.C: squash compiler warnings.
868
869 2004-03-26  Angus Leeming  <leeming@lyx.org>
870
871         * ispell.C (LaunchIspell::start):
872         * lyx_cb.C (AutoSaveBuffer::start):
873         invoke run(DontWait) rather than runNonBlocking().
874
875 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
876
877         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
878
879 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
880
881         * kbsequence.C (print): adjust
882
883         * kbmap.C (printKeySym): rename and change signature
884         (printKey): use LyXKeySym::print()
885
886 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
887
888         * undo.C: add using std::advance to compile for stlport
889
890 2004-03-24  Angus Leeming  <leeming@lyx.org>
891
892         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
893         it leads to a crash when no buffer is present.
894
895 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
896             Martin Vermeer  <martin.vermeer@hut.fi>
897
898         * lyxfunc.C (dispatch):
899         * bufferparams.C (readToken): use the new LColor::setColor
900
901         * LColor.[Ch] (setColor): new version that takes two strings as
902         argument and creates a new color entry if necessary
903
904 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
905
906         * buffer.C (makeLaTeXFile): if the main latex file that is
907         processed is usually a subdocument of some master, then pretend
908         for a while that it is actually the master
909
910 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
911
912         * buffer.C (getLabelList):
913         (getBibkeyList): use getMasterBuffer()
914         (getMasterBuffer): new method. Returns the main document in the
915         case where one is using included documents.
916
917 2004-03-25  André Pönitz  <poenitz@gmx.net>
918
919         * Makefile.am:
920         * iterators.[Ch]:
921         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
922
923         * ParagraphList_fwd.h: change ParagraphList to a std::vector
924
925         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
926         text*.C over here. Rename namespace CutAndPaste to lyx::cap
927
928         * ParameterStruct.h: merge with ParagraphParameters
929
930         * lyxtext.h: remove LyXText::parOffset() and getPar()
931
932         * text3.C: Remove all 'manual' update calls. We do now one per user
933         interaction which is completely sufficient.
934
935         * Bidi.C:
936         * BufferView.[Ch]:
937         * BufferView_pimpl.C:
938         * FontIterator.[Ch]:
939         * MenuBackend.C:
940         * ParagraphParameters.[Ch]:
941         * buffer.C:
942         * buffer.h:
943         * bufferlist.C:
944         * cursor.[Ch]:
945         * cursor_slice.[Ch]:
946         * dociterator.[Ch]:
947         * errorlist.[Ch]:
948         * factory.C:
949         * lfuns.h:
950         * lyxfind.C:
951         * lyxfunc.C:
952         * output_docbook.[Ch]:
953         * output_latex.[Ch]:
954         * output_linuxdoc.[Ch]:
955         * output_plaintext.[Ch]:
956         * paragraph.[Ch]:
957         * paragraph_funcs.[Ch]:
958         * paragraph_pimpl.[Ch]:
959         * rowpainter.C:
960         * tabular.[Ch]:
961         * text.C:
962         * text2.C:
963         * toc.C:
964         * undo.[Ch]: adjust
965
966         * frontends/controllers/ControlDocument.C:
967         * frontends/controllers/ControlErrorList.C:
968         * frontends/controllers/ControlSpellchecker.C:
969         * insets/inset.C:
970         * insets/inset.h:
971         * insets/insetbase.h:
972         * insets/insetbibitem.C:
973         * insets/insetbox.C:
974         * insets/insetbranch.C:
975         * insets/insetcaption.C:
976         * insets/insetcharstyle.C:
977         * insets/insetcharstyle.h:
978         * insets/insetcollapsable.C:
979         * insets/insetcollapsable.h:
980         * insets/insetert.C:
981         * insets/insetfloat.C:
982         * insets/insetfoot.C:
983         * insets/insetmarginal.C:
984         * insets/insetnote.C:
985         * insets/insetoptarg.C:
986         * insets/insettabular.C:
987         * insets/insettext.C:
988         * insets/insettext.h:
989         * insets/insetwrap.C:
990         * mathed/math_mboxinset.C:
991         * mathed/math_nestinset.C:
992         * mathed/math_scriptinset.C:
993         * mathed/math_scriptinset.h:
994         * support/types.h:
995
996 2004-03-24  Angus Leeming  <leeming@lyx.org>
997
998         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
999         deal with any child processes that have finished but are waiting to
1000         communicate this fact to the rest of LyX.
1001
1002 2004-03-24  Angus Leeming  <leeming@lyx.org>
1003
1004         64-bit compile fixes.
1005
1006         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1007         (c-tor): pass lyx::pos_types rather than ints.
1008
1009         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1010         lyx::pos_type.
1011
1012         * text.C (Delete): compile fix.
1013         (getPar): ensure that function declaration is the same as that in
1014         the header file.
1015
1016 2004-03-23  Angus Leeming  <leeming@lyx.org>
1017
1018         * ispell.C (LaunchIspell):
1019         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1020         a boost::shred_ptr rather than a std::auto_ptr.
1021
1022 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1023
1024         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1025         handle LFUN_FILE_INSERT_*
1026
1027         * lyxrc.C (setDefaults, getDescription, output, read):
1028         * lyxrc.h: remove ps_command
1029
1030 2004-03-22  Angus Leeming  <leeming@lyx.org>
1031
1032         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1033         Ensure that error_handler is processed once only and that all data
1034         is saved before attempting to output any warning messages.
1035
1036         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1037
1038 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1039
1040         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1041
1042 2004-03-19  André Pönitz  <poenitz@gmx.net>
1043
1044         * cursor.[Ch] (reset): take main text inset as argument
1045
1046         * BufferView: adjust
1047         * BufferView_pimpl.C: adjust
1048
1049         * paragraph.[Ch]: fix completely broken operator=()
1050
1051 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1052
1053         * LColor.C (getFromLyXName): make sure that the color name is used
1054         as lowercase.
1055
1056 2004-03-17  Angus Leeming  <leeming@lyx.org>
1057
1058         * lfuns.h:
1059         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1060
1061         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1062         dialog and to kill a forked process.
1063
1064 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1065
1066         * text2.C (setCursorFromCoordinates): fix font problem
1067
1068 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1069
1070         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1071         bogus "rebuild cursor" code
1072
1073 2004-03-11  André Pönitz  <poenitz@gmx.net>
1074
1075         * buffer.[Ch]: use InsetText instead of LyXText as container for
1076         the main lyx text.
1077
1078         * dociterator.[Ch]: drop the BufferView * member which is not needed
1079         anymore after the change to buffer.C
1080
1081         * paragraph_funcs.C:
1082         * text.C:
1083         * text2.C:
1084         * BufferView.[Ch]:
1085         * BufferView_pimpl.[Ch]:
1086         * cursor.[Ch]:
1087         * cursor_slice.[Ch]: adjust
1088
1089         * text3.C: fix bug in mathDispatch
1090
1091 2004-03-08  André Pönitz  <poenitz@gmx.net>
1092
1093         * undo.[Ch]: use 'StableDocumentIterator' as base for
1094         the Undo struct.
1095
1096 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1097
1098         * LaTeXFeatures.C:
1099         * bufferparams.[Ch]: add jurabib support and param.
1100
1101         * LaTeX.C: add FIXME/comment.
1102
1103 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1104
1105         * buffer.C: increment file format to 230.
1106
1107 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1108
1109         * cursor.C (dispatch): avoid infinite loops
1110
1111 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1112
1113         * rowpainter.C (paintSelection): fix x coordinates
1114
1115 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1116
1117         * text.C (rowBreakPoint): fix breaking before displayed insets
1118
1119 2004-03-01  André Pönitz  <poenitz@gmx.net>
1120
1121         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1122
1123         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1124
1125         * Makefile.am:
1126         * BufferView.C:
1127         * BufferView_pimpl.C:
1128         * buffer.C:
1129         * lyxfind.C:
1130         * lyxfunc.C:
1131         * text.C:
1132         * text2.C:
1133         * text3.C: adjust
1134
1135 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1136
1137         * lyxtext.h:
1138         * text.C:
1139         * text2.C:
1140         * rowpainter.C:
1141         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1142         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1143
1144 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1145
1146         * Bidi.[Ch] (computeTables): const correctness
1147         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1148         fill_hfill, fill_label_hfill and x from Row
1149         * lyxtext.h: prepareToPrint returns a RowMetrics
1150         * rowPainter.C: adjust
1151         * text.C (prepareToPrint): use width, not textWidth. adjust
1152         (redoParagraphInternal, cursorX): adjust
1153         * text2.C (getColumnNearX): adjust
1154         (init): put a default value to the top LyXText::width
1155
1156 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1157
1158         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1159
1160 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1161
1162         * lyxtext.h: add FontIterator class
1163
1164         * text.C (FontIterator, operator*, operator->, operator++): add
1165         (rowBreakPoint, setRowWidth): adjust (fixing a
1166         rebreaking bug)
1167
1168 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1169
1170         * BufferView_pimpl.C (workAreaDispatch): allow also
1171         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1172
1173 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1174
1175         * text.C (rowBreakPoint): fix a bug showing with very large insets
1176
1177 2004-02-25  André Pönitz  <poenitz@gmx.net>
1178
1179         * text3.C:
1180         * cursor.[Ch]: move some mathed specific code to mathed
1181
1182 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1183
1184         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1185         use_tempdir in preferences
1186         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1187         tempfile creation
1188         * lyx_main.C: ensure that tempdir is valid
1189         * lyxlex.h: correct typo
1190         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1191         * paragraph.[Ch] (isMultiLingual): make const
1192         * cursor.[Ch] (openable): make const
1193
1194 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1195
1196         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1197
1198 2004-02-20  André Pönitz  <poenitz@gmx.net>
1199
1200         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1201
1202         * cursor.[Ch]: prepare for localized getStatus()
1203
1204         * lyxtext.h:
1205         * tabular.C:
1206         * text.C:
1207         * text2.C:
1208         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1209
1210 2004-02-20  André Pönitz  <poenitz@gmx.net>
1211
1212         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1213
1214 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1215
1216         * text2.C (setCursorFromCoordinates): switch to absolute coords
1217         (cursorUp): adjust
1218         (cursorDown): adjust
1219         * text3.C (dispatch): adjust
1220
1221 2004-02-16  André Pönitz  <poenitz@gmx.net>
1222
1223         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1224           insets/ChangeLog)
1225
1226         * cursor_slice.[Ch]: remove unneeded acessor function
1227
1228         * lyxtext.h: rename rtl() to isRTL()
1229
1230         * rowpainter.C:
1231         * tabular.C:
1232         * text.C:
1233         * text2.C:
1234         * text3.C: adjust
1235
1236 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1237
1238         * rowpainter.C (paintSelection): coord fix
1239
1240 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1241
1242         * Spacing.C: compile fix
1243
1244 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1245
1246         * cursor.C (dispatch): restore current_ before returning
1247
1248 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1249
1250         * text2.C (cursorUp, cursorDown): fix coords
1251         (moveUp): fix crash
1252
1253 2004-02-12  André Pönitz  <poenitz@gmx.net>
1254
1255         * lyxtext.h:
1256         * text.C:
1257         * text2.C:
1258         * text3.C: add LCursor & parameter to most cursor movement functions
1259           remove usage of LyXText::cursorRow() and cursorPar()
1260
1261         * cursor.[Ch]: add textRow() needed members
1262
1263         * BufferView.C:
1264         * BufferView_pimpl.C:
1265         * paragraph.[Ch]:
1266         * BufferView.C:
1267         * BufferView_pimpl.C: adjust
1268
1269 2004-02-11  André Pönitz  <poenitz@gmx.net>
1270
1271         * lyxfunc.C:
1272         * BufferView.[Ch]:
1273         * BufferView_pimpl.C: shift undo/redo handling
1274
1275         * cursor.[Ch]: fix mathed crash
1276
1277         * lyxfind.C:
1278         * lyxtext.h: move selectionAsText to LCursor
1279
1280         * output_latex.C:
1281         * paragraph.C:
1282         * text.C:
1283         * text2.C:
1284         * text3.C: adjust
1285
1286         * rowpainter.C: fix excessive drawing
1287
1288 2004-02-06  André Pönitz  <poenitz@gmx.net>
1289
1290         * BufferView.[Ch]:
1291         * BufferView_pimpl.[Ch]:
1292         * text3.C: move some text specific LFUN handling
1293
1294 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1295
1296         * text3.C (checkInsetHit): adjust coords
1297         * text2.C (getColumnNearX): adjust coords
1298         (edit): adjust coords
1299         * text.C (getRowNearY): add two asserts
1300
1301 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1302
1303         * converter.C:
1304         * format.C: add using std::distance to compile on gcc 2.95/stlport
1305
1306 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1307
1308         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1309
1310 2004-02-04  André Pönitz  <poenitz@gmx.net>
1311
1312         * BufferView.[Ch] (insertInset):
1313         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1314
1315         * text2.C:
1316         * text3.C: adjust
1317
1318 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1319
1320         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1321         on the default clause of the switch
1322         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1323         wasn't catched by LCursor::dispatch
1324
1325 2004-02-03  André Pönitz  <poenitz@gmx.net>
1326
1327         * BufferView.C:
1328         * cursor.[Ch]: some additional asserts
1329
1330         * undo.[Ch]: remove LyXText dependency in interface
1331
1332         * lyxfunc.C: adjust
1333
1334         * lyxtext.h (firstPar, lastPar): remove dead functions
1335
1336         * text.C:
1337         * text2.C:
1338         * text3.C:
1339         * paragraph.[Ch]: adjust
1340
1341 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1342
1343         * lyxfind.C (find): fix argument order in call to ::find
1344
1345 2004-02-02  André Pönitz  <poenitz@gmx.net>
1346
1347         * cursor.[Ch]: remove direct access to anchor
1348
1349         * text.C: remove findText() hack
1350
1351 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1352
1353         * iterators.[Ch] (lockPath): remove in favour of...
1354         * BufferView.[Ch] (setCursor): this addition
1355         * BufferView.C (putSelectionAt): adjust
1356         * undo.C (performUndoOrRedo): adjust
1357         * lyxfunc.C (dispatch): adjust
1358
1359 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1360
1361         * iterators.C (lockPath): add a missing slice
1362         * undo.C (performUndoOrRedo): remove redundant positioning code
1363
1364 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1365
1366         * vc-backend.C (scanMaster): ";" -> ';'
1367
1368 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1369
1370         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1371         std::binary_function
1372
1373         * lyxtextclass.C (compare_name): rename to...
1374         (LayoutNamesEqual): ...this
1375
1376         * lyxlex_pimpl.C (compare_tags): inherit from
1377         std::binary_function, put back into anon namespace
1378
1379         * lyxfind.C (MatchString): inherig from std::binary_function
1380         (findChange): use empty() istead of !size()
1381
1382         * format.C (FormatNamesEqual): new functor
1383         (getFormat): use it
1384         (getNumber): use it
1385         (add): use it
1386         (erase): use it
1387         (setViewer): use it
1388
1389         * converter.C (compare_Converter): rename to...
1390         (ConverterEqual): ...this, and fixup a bit.
1391         (getConverter): use it, and make function const
1392         (getNumber): use it, and make function const
1393         (add): use it
1394         (erase): use it:
1395
1396         * bufferlist.C: add using boost::bind
1397
1398         * MenuBackend.C (MenuNamesEqual): new functor
1399         (hasMenu): use it, and make function const
1400         (hasSubmenu): use nested bind to get rid of compare_memfun.
1401
1402 2004-01-30  André Pönitz  <poenitz@gmx.net>
1403
1404         * BufferView_pimpl.C:
1405         * cursor.C:
1406         * cursor.h:
1407         * cursor_slice.[Ch]:
1408         * lyxfunc.C:
1409         * lyxtext.h:
1410         * paragraph_funcs.C:
1411         * paragraph_funcs.h:
1412         * rowpainter.C:
1413         * text.C:
1414         * text2.C:
1415         * text3.C: move some of the edit(x,y) handling to the insets
1416         some coordinate changes.
1417
1418 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1419
1420         * text.C: add using statements for std::advance and std::distance
1421
1422         * paragraph.C: add using statement for std::distance
1423
1424         * lyxfind.C: add using statement for std::advance
1425
1426         * cursor.C (region): remove std:: from swap
1427         (openable): use nucleus in stead of operator->
1428
1429         * BufferView.C: add using statements for std::distance and std::swap
1430
1431 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1432
1433         * iterators.C: Remove the pimple, move the needed structures to
1434         the header file. Create accessor for the positions stack.
1435         (asPosIterator): remove function
1436
1437         * PosIterator.C (PosIterator): move constructors to top of file
1438         (PosIterator): reimplement the constructor taking a ParIterator in
1439         terms of setFrom.
1440         (setFrom): new function
1441         (operator!=): inline it
1442
1443 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1444
1445         * lyxfind.C (replaceAll): use std::advance
1446
1447         * iterators.h: inherit from std::iterator.
1448
1449         * PosIterator.C (advance, distance): remove
1450         * PosIterator.h: interit from std::iterator.
1451
1452 2004-01-26  André Pönitz  <poenitz@gmx.net>
1453
1454         * BufferView.[Ch]:
1455         * BufferView_pimpl.[Ch]:
1456         * InsetList.[Ch]:
1457         * PosIterator.[Ch]:
1458         * buffer.h:
1459         * bufferview_funcs.C:
1460         * cursor.[Ch]:
1461         * cursor_slice.h:
1462         * factory.[Ch]:
1463         * iterators.[Ch]:
1464         * lyxfind.C:
1465         * lyxfunc.C:
1466         * lyxtext.h:
1467         * output_docbook.C:
1468         * output_latex.C:
1469         * output_linuxdoc.C:
1470         * output_plaintext.C:
1471         * paragraph.[Ch]:
1472         * paragraph_funcs.[Ch]:
1473         * paragraph_pimpl.[Ch]:
1474         * rowpainter.C:
1475         * tabular.C:
1476         * tabular.h:
1477         * text.C:
1478         * text2.C:
1479         * text3.C: more IU:  dumps most of the rest of the mathcursor
1480     implementation into cursor.[Ch]; "globalize" a bit of it.
1481
1482 2004-01-25  Angus Leeming  <leeming@lyx.org>
1483
1484         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1485
1486 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1487
1488         * LaTeXFeatures.h: add nice_ and nice() const
1489         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1490
1491 2004-01-20  André Pönitz  <poenitz@gmx.net>
1492
1493         * BufferView.[Ch]:
1494         * BufferView_pimpl.C:
1495         * PosIterator.C:
1496         * bufferview_funcs.C:
1497         * cursor.[Ch]:
1498         * cursor_slice.[Ch]:
1499         * factory.C:
1500         * iterators.C:
1501         * lyx_cb.C:
1502         * lyxfind.C:
1503         * lyxfunc.C:
1504         * lyxtext.h:
1505         * rowpainter.C:
1506         * text.C:
1507         * text2.C:
1508         * text3.C:
1509         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1510           LCursor and mathcursor parts to LCursor and InsetBase.
1511
1512 2004-01-15  André Pönitz  <poenitz@gmx.net>
1513
1514         * cursor_slice.[Ch]: add a few covienience functions
1515
1516         * funcrequest.[Ch]: remove BufferView * member
1517
1518         * BufferView_pimpl.C:
1519         * cursor.C:
1520         * factory.[Ch]:
1521         * lyxfind.[Ch]:
1522         * lyxfunc.C:
1523         * lyxtext.h:
1524         * text3.C:
1525         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1526
1527 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1528
1529         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1530         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1531
1532 2004-01-13  André Pönitz  <poenitz@gmx.net>
1533
1534         * textcursor.[Ch]:
1535         * lyxtext.h: hide cursor and selection anchor behind accessor function
1536
1537         * BufferView.C:
1538         * BufferView_pimpl.[Ch]:
1539         * PosIterator.C:
1540         * bufferview_funcs.C:
1541         * cursor.h:
1542         * lyxfind.C:
1543         * lyxfunc.C:
1544         * text.C:
1545         * text2.C:
1546         * text3.C:
1547         * undo.C: adjust
1548
1549         * cursor.h:
1550         * cursor_slice.[Ch]: some integer type changes for inset unification
1551
1552         * lyxcursor.[hC]: remove, it's CursorSlice now.
1553
1554         * Makefile.am:
1555         * BufferView_pimpl.[Ch]:
1556         * bufferview_funcs.C:
1557         * cursor_slice.C:
1558         * lyxtext.h:
1559         * text.C:
1560         * text2.C:
1561         * text3.C:
1562         * textcursor.[Ch]: adjust
1563
1564 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1565
1566         * text2.C (undoSpan): add and use
1567         * text.C (breakParagraph): use undoSpan (fix bug 578)
1568         * lyxtext.h: adjust
1569
1570 2004-01-08  Angus Leeming  <leeming@lyx.org>
1571
1572         * BufferView_pimpl.C (MenuInsertLyXFile):
1573         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1574         * lyxfunc.C (menuNew, open, doImport):
1575         FileFilterList change to the FileDialog open and save functions.
1576
1577 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1578
1579         * ShareContainer.h: make isEqual and isUnique adaptable
1580
1581         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1582
1583 2004-01-07  Angus Leeming  <leeming@lyx.org>
1584
1585         * LyXAction.C:
1586         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1587
1588         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1589
1590         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1591         functions replacing find, replace and replaceAll.
1592
1593         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1594         LFUN_WORDFIND(FORWARD|BACKWARD).
1595
1596 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1597
1598         * text.C (breakParagraph): remove an outdated #warning
1599
1600 2004-01-07  André Pönitz  <poenitz@gmx.net>
1601
1602         * lyxfind.C: somewhat clearer logic
1603
1604         * text.C: prevent crash in cursorX on unitialized row cache
1605
1606 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1607
1608         * lyxcursor.[Ch] (operator>): add
1609         * textcursor.C (selStart, selEnd): use std::min and std::max
1610
1611 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1612
1613         * Chktex.C: include boost/format.hpp
1614
1615 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1616
1617         * InsetList.C: replace functor MathcIt with adaptable functor
1618         InsetTablePosLess
1619         (insetIterator): modify accordingly
1620
1621         * BranchList.h: move the BranchNamesEqual functor here from...
1622         * BranchList.C: ... to here
1623
1624         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1625         SameName and match.
1626         (add): replace a finding loop with std::find_if.
1627
1628 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1629
1630         * output_docbook.C: moving LatexParam functionality into
1631         .layout files
1632
1633 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1634
1635         * buffer.C: increment format to 229.
1636
1637 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1638
1639         * LaTeXFeatures.C:
1640         * lyx_sty.[Ch]: remove minipageindent_def
1641
1642         * LyXAction.C:
1643         * factory.C:
1644         * lfuns.h:
1645         * lyxfunc.C:
1646         * text3.C: remove LFUN_INSET_MINIPAGE
1647
1648 2003-12-28  Angus Leeming  <leeming@lyx.org>
1649
1650         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1651
1652 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1653
1654         * text2.C (setParagraph): fix off-by-one crash
1655
1656 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1657
1658         * output_docbook.C: header stuff for AGU
1659
1660 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1661
1662         * text2.C (redoCursor): remove
1663         * text.C:
1664         * text3.C:
1665         * BufferView_pimpl.C: remove calls to redoCursor and
1666         setCursor(cursor.par(), cursor.pos()) all around
1667
1668 2003-12-15  Angus Leeming  <leeming@lyx.org>
1669
1670         * buffer.C: up the format to 228.
1671
1672 2003-12-15  André Pönitz  <poenitz@gmx.net>
1673
1674         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1675         slices
1676
1677         * Makefile.am:
1678
1679         * BufferView_pimpl.C:
1680         * cursor.[Ch]:
1681         * lyxcursor.[Ch]:
1682         * rowpainter.[Ch]:
1683         * lyxtext.h:
1684         * text.C:
1685         * text2.C:
1686         * text3.C: adjust
1687
1688 2003-12-15  Angus Leeming  <leeming@lyx.org>
1689
1690         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1691         than getFromGUIName to manipulate the color.
1692
1693 2003-12-14  Angus Leeming  <leeming@lyx.org>
1694
1695         * BranchList.[Ch]: minimize the API.
1696         (Branch::getBranch, getColor): now return a 'const &'.
1697         (Branch::setSelected) now returns a bool set to true if the
1698         selection status changes.
1699         (BranchList::clear, size, getColor, setColor, setSelected,
1700         allBranches, allSelected, separator): removed.
1701         (BranchList::find): new functions, returning the Branch with
1702         the given name.
1703         (BranchList::add, remove): return a bool indicating that
1704         the operation was successful.
1705
1706         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1707         new InsetBranch::isBranchSlected member function.
1708
1709         * LColor.[Ch]: mimimize the API.
1710         (fill): renamed as addColor and made private.
1711         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1712         versions of these functions taking a string arg have been removed.
1713
1714         * bufferparams.C (readToken):
1715         * lyxfunc.C (dispatch):
1716         * lyxrc.C (read): changes due to the altered BranchList and
1717         LColor APIs.
1718
1719         * factory.C (createInset, readInset): changes due to altered
1720         InsetBranch c-tor.
1721
1722 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1723
1724         * factory.C:
1725         * lyxfunc.C: remove insetminipage. "minipage-insert"
1726         now produces a frameless minipage box inset.
1727
1728 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1729
1730         * textcursor.[Ch] (selStart,selEnd): add new methods
1731         remove selection::start, end, use LyXCursor::operator<
1732         * lyxcursor.[Ch] (operator<): add
1733         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1734         * BufferView.[Ch] (unsetXSel): add
1735         * text2.C (clearSelection): use unsetXSel,adjust
1736         * text.C: adjust
1737         * text3.C: adjust
1738         * rowpainter.C: adjust
1739         * bufferview_funcs.C (put_selection_at): adjust
1740
1741 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1742
1743         * BufferView_pimpl.C: small coord. correction
1744
1745 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1746
1747         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1748         dragging over the splash screen.
1749
1750 2003-12-11  Angus Leeming  <leeming@lyx.org>
1751
1752         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1753         as it is now handled in LyXText::dispatch.
1754
1755         * text3.C (doInsertInset): remove a level of nesting.
1756
1757 2003-12-11  Angus Leeming  <leeming@lyx.org>
1758
1759         * factory.C (createInset): changes due to the changed interface to
1760         InsetCommandMailer::string2params.
1761
1762 2003-12-10  Angus Leeming  <leeming@lyx.org>
1763
1764         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1765         'dialog-show-new-inset <inset name>'
1766
1767 2003-12-10  Angus Leeming  <leeming@lyx.org>
1768
1769         * buffer.C: up the format to 227.
1770
1771         * factory.C: the box inset is now identified simply by 'Box'.
1772
1773 2003-12-10  Angus Leeming  <leeming@lyx.org>
1774
1775         * buffer.C: up the format to 226.
1776
1777         * factory.C: the note inset is now identified simply by 'Note'.
1778
1779 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1780
1781         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1782         when a pit is enough. Standarize a couple of loops.
1783
1784 2003-12-05  Angus Leeming  <leeming@lyx.org>
1785
1786         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1787         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1788         data to the re-worked "log" dialog.
1789
1790 2003-12-03  André Pönitz  <poenitz@gmx.net>
1791
1792         * PosIterator.C:
1793         * iterators.C:
1794         * lyxtext.h:
1795         * output_latex.C:
1796         * paragraph_funcs.C:
1797         * text.C:
1798         * text2.C: use Inset::getText instead of Inset::getParagraph
1799
1800 2003-12-03  André Pönitz  <poenitz@gmx.net>
1801
1802         * buffer.[Ch]:
1803         * lyxtext.h:
1804         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1805         InsetText::read() as LyXText::read()
1806
1807 2003-12-02  Angus Leeming  <leeming@lyx.org>
1808
1809         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1810         type. Add a comment in the implementation that the function uses
1811         the stream's bad() function rather than fail() as the std::streams
1812         would do.
1813
1814 2003-12-02  André Pönitz  <poenitz@gmx.net>
1815
1816         * lyxlex.[Ch]: make interface more similar to std::stream
1817
1818         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1819
1820 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1821
1822         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1823
1824 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1825
1826         * vspace.[Ch]: remove VSpace::NONE
1827
1828 2003-12-01  André Pönitz  <poenitz@gmx.net>
1829
1830         * buffer.[Ch]:
1831         * lyxtext.h: move ParagraphList member to LyXText
1832         rename LyXText::ownerParagraphs to LyXText::paragraph
1833
1834         * CutAndPaste.C:
1835         * bufferview_funcs.C:
1836         * iterators.[Ch]:
1837         * lyx_cb.C:
1838         * paragraph.C:
1839         * rowpainter.C:
1840         * tabular.C:
1841         * text.C:
1842         * text2.C:
1843         * text3.C: adjust
1844
1845         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1846
1847         * undo.C: fix cursor positioning
1848
1849 2003-12-01  John Levon  <levon@movementarian.org>
1850
1851         * BufferView_pimpl.C: fix a crash on exit with
1852         a buffer open
1853
1854 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1855
1856         * BranchList.C: fix setSelected() method.
1857
1858 2003-11-28  André Pönitz  <poenitz@gmx.net>
1859
1860         * ParagraphParameters.[Ch]:
1861         * ParameterStruct.h: remove space above/below from Paragraph to
1862          InsetVSpace
1863
1864         * BufferView_pimpl.C:
1865         * factory.C:
1866         * lyxfunc.C:
1867         * lyxtext.h:
1868         * output_latex.C:
1869         * paragraph.C:
1870         * paragraph_funcs.C:
1871         * rowpainter.[Ch]:
1872         * text.C:
1873         * text2.C:
1874         * text3.C: adjust
1875
1876 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1877
1878         * factory.C: Syntax change for CharStyles
1879
1880 2003-11-28  André Pönitz  <poenitz@gmx.net>
1881
1882         * BufferView.[Ch]:
1883         * BufferView.[Ch]:
1884         * buffer.[Ch]:
1885         * buffer.[Ch]: move LyXText member
1886
1887 2003-11-28  André Pönitz  <poenitz@gmx.net>
1888
1889         * BufferView.[Ch]: make LyXText * text a private member
1890
1891         * BufferView_pimpl.C:
1892         * cursor.C:
1893         * iterators.C:
1894         * lyx_cb.C:
1895         * lyxfind.C:
1896         * lyxtext.h:
1897         * rowpainter.[Ch]:
1898         * text.C:
1899         * text2.C:
1900         * undo.C: adjust
1901
1902         * output_plaintext.C: cleanup
1903
1904 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1905
1906         * buffer.C:
1907         * lyxtextclass.[Ch]: parametrize SGML document header
1908
1909 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1910
1911         * converter.[Ch]:
1912         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1913         getFlavor().
1914
1915 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1916
1917         * text2.C (setFont): rework using PosIterator (no more recursive)
1918         (setCharFont): no more needed
1919         (setLayout): no more selection cursors fiddling (done by redoCursor)
1920         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1921         destroy remaining ones)
1922
1923 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1924
1925         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1926         * lyxtext.h: ditto
1927         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1928         selection cursors
1929         * lyxfunc.C: adjust
1930         * text3.C: adjust + re-allow multi par depth changes
1931         * textcursor.C: simplify a bit
1932
1933 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1934
1935         * src/buffer.C:
1936         * src/lyxlayout.C:
1937         * src/lyxlayout.h:
1938         * src/lyxtext.h:
1939         * src/output_docbook.C:
1940         * src/output_latex.C:
1941         * src/paragraph.C:
1942         * src/paragraph.h:
1943         * src/sgml.C:
1944         * src/sgml.h:
1945         * src/text2.C: Introducing a number of tags parametrizing various
1946         XML formats that we may want to support
1947
1948 2003-11-25  André Pönitz  <poenitz@gmx.net>
1949
1950         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1951
1952         * lyxtext.h (leftMargin/rightMargin): simplify interface
1953
1954         * rowpainter.C:
1955         * text.C:
1956         * text2.C:
1957         * text3.C: adjust
1958
1959 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1960
1961         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1962         master file to any child files. Fixes bug 546.
1963
1964 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1965
1966         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1967
1968 2003-11-24  André Pönitz  <poenitz@gmx.net>
1969
1970         * rowpainter.C: simplification
1971
1972         * text2.C (updateCounters): remove call to redoParagraph on
1973         changed labels as this is far too expensive.
1974
1975 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1976
1977         * converter.C (convert): fix a crash: this function gets
1978         called with buffer == 0 from importer code.
1979
1980 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1981
1982         * text3.C (cursorPrevious): make sure that we do not compare
1983         iterators form different containers.
1984         (cursorNext): ditto
1985
1986         * rowpainter.C (paintSelection): make sure that we do not compare
1987         iterators from different containers.
1988
1989         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1990         iterators from different ParagraphList containers.
1991         [NEXT] ditto
1992
1993         * text2.C (LyXText): change order of initialization slightly
1994         (operator=): new function. copy all variables except cache_par_
1995         (moveUp): make sure that we do not compare iterators from
1996         different ParagraphList constainers.
1997         (moveDown): ditto
1998
1999         * text.C (firstPar): new function
2000         (lastPar): new function
2001         (endPar): new function
2002
2003         * lyxtext.h: move things around and group public functions, public
2004         variables, private functions, private variables
2005
2006 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2007
2008         * factory.C: change call to InsetERT constructor to avoid
2009         additional invocation of method status
2010         * text2.C (toggleInset): remove redundant update() call
2011         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2012         instead of a Bufferview pointer
2013
2014 2003-11-21  André Pönitz  <poenitz@gmx.net>
2015
2016         * rowpainter.C: simplification
2017
2018 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2019
2020         * text3.C (dispatch): make possible to extend a word/row selection
2021         with the mouse
2022
2023 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2024
2025         * lyxtext.h: x0_,y0_ -> xo_,yo_
2026         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2027         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2028         * rowpainter.C (paintRows): paint full paragraphs
2029
2030 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2031
2032         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2033         screen coordinates)
2034
2035 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2036
2037         * lyxtext.h: add x0_, y0_
2038         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2039         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2040
2041 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2042
2043         * text2.C (setCursorIntern): move the x_target update here *
2044         * text3.C: change some bv() to true/false in calls to
2045         cursorUp/Down/Right/Left
2046         * cursor.C: use helper function.
2047
2048 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2049
2050         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2051         * paragraph_funcs.[Ch]: correct comment
2052         * rowpainter.C: do not paint selections away from bv->cursor()
2053         Fix a long standing selection painting bug.
2054         * text3.C: generalize mouse-selection code to LyXTexts other that
2055         top one
2056         * textcursor.C: do not use y coords if we can use par offsets
2057
2058 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2059
2060         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2061         cursor position after e.g. inset insert)
2062
2063 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2064
2065         * lyxfind.C (replace): adjust to locking removal + some
2066         code simplification
2067
2068 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2069
2070         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2071         of the path
2072
2073 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2074
2075         * lyxlayout.[Ch]:
2076         * output_docbook.C: XML sanitation: new layout
2077         parameters InnerTag and CommandDepth
2078
2079 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2080
2081         * BufferView_pimpl.C:
2082         * factory.C:
2083         * text3.C: Fix the insertion and modification of button-style
2084         insets
2085
2086 2003-11-13  André Pönitz  <poenitz@gmx.net>
2087
2088         * InsetList.[Ch]: remove deleteLyXText
2089
2090         * paragraph.[Ch]: cache beginOfBody position
2091
2092         * Bidi.C:
2093         * text.C:
2094         * text2.C:
2095         * text3.C: remove superfluous update() calls
2096
2097         * vspace.C: cleanup
2098
2099 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2100
2101         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2102         * BufferView.C (fitLockedInsetCursor): remove
2103         * cursor.[Ch] (getDim): add
2104         * text.C (getRowNearY): add faster version
2105         * text3.C: remove some update calls
2106
2107 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2108
2109         * LaTeXFeatures.C:
2110         * LyXAction.C:
2111         * MenuBackend.C:
2112         * MenuBackend.h:
2113         * dispatchresult.h:
2114         * factory.C:
2115         * lfuns.h:
2116         * lyxfunc.C:
2117         * lyxtextclass.C:
2118         * lyxtextclass.h:
2119         * text3.C: The Character Style /XML short element patch.
2120
2121 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2122
2123         * text3.C:
2124         * factory.C: Small step to solving 'unable to insert some insets'
2125         problem
2126
2127 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2128
2129         * cursor.[Ch] (updatePos): new function for updating the y
2130         position of the tip inset
2131         * bufferview_funcs.C (put_selection_at):
2132         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2133
2134 2003-11-11  André Pönitz  <poenitz@gmx.net>
2135
2136         * text.C: remove big comment on invalid Paragraph pointers as it is
2137         not valid anymore
2138
2139 2003-11-11  André Pönitz  <poenitz@gmx.net>
2140
2141         * text_funcs.[Ch]: merge with ...
2142
2143         * text.C: ... this
2144
2145         * lyxtext.h:
2146         * text2.C:
2147         * text3.C: adjust
2148
2149         * Makefile.am: remove text_funcs.[Ch]
2150
2151 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2152
2153         * cursor.C (getPos): return absolute cached y coord
2154
2155         * BufferView_pimpl.C (fitCursor): new simplistic code
2156         (workAreaDispatch): add a fitCursor call
2157
2158 2003-11-10  André Pönitz  <poenitz@gmx.net>
2159
2160         * BufferView.[Ch]:
2161         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2162
2163 2003-11-10  André Pönitz  <poenitz@gmx.net>
2164
2165         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2166         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2167         indicate that the cursor needs to leave an inset
2168
2169         * lyxtext.h: remove inset locking
2170
2171         * cursor.[Ch]: re-implement functionality provided by inset locking
2172
2173         * BufferView.[Ch]:
2174         * BufferView_pimpl.[Ch]:
2175         * LyXAction.C:
2176         * bufferview_funcs.[Ch]:
2177         * factory.C:
2178         * funcrequest.[Ch]:
2179         * iterators.C:
2180         * lyx_cb.C:
2181         * lyxfind.C:
2182         * lyxfunc.C:
2183         * text.C:
2184         * text2.C:
2185         * text3.C:
2186         * undo.C: adjust
2187
2188 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2189
2190         * PosIterator.[Ch]: replace the stack with a vector, add inset
2191         accesor
2192         * iterators.[C]: adjust
2193
2194 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2195
2196         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2197         replaced
2198         * paragraph_funcs.C (readParToken): put the correct id in the
2199         error item, not the id of the top paragraph
2200
2201 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2202
2203         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2204         * bufferview_funcs.C (put_selection_at): use the above
2205
2206 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2207
2208         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2209
2210 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2211
2212         * output_linuxdoc.h:
2213         * output_plaintext.h:
2214         * output.h:
2215         * output_docbook.h: add #include statements
2216
2217 2003-11-05  José Matos  <jamatos@lyx.org>
2218
2219         * output_docbook.[Ch]:
2220         * output_latex.[Ch]:
2221         * output_linuxdoc.[Ch]:
2222         * output_plaintext.[Ch]: New files for output formats.
2223         * output.[Ch]: New file for helper functions.
2224
2225         * buffer.[Ch]:
2226         * paragraph_funcs.[Ch]: output functions moved to new files.
2227
2228         * outputparams.h: rename of latexrunparams.h
2229
2230         * LaTeX.[Ch]:
2231         * buffer.[Ch]:
2232         * bufferlist.[Ch]:
2233         * converter.[Ch]:
2234         * exporter.C:
2235         * paragraph.[Ch]:
2236         * paragraph_funcs.[Ch]:
2237         * paragraph_pimpl.[Ch]:
2238         * tabular.[Ch]: rename ascii to plaintext
2239         and LatexRunParams to OutputParams.
2240
2241 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2242
2243         * iterators.[Ch] (text): require bv argument
2244         * undo.C (recordUndo):
2245         * lyxfunc.C (dispatch):
2246         * bufferview_funcs.C (put_selection_at): adjust
2247
2248 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2249
2250         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2251
2252 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2253
2254         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2255         nestings
2256
2257 2003-11-04  André Pönitz  <poenitz@gmx.net>
2258
2259         * cursor.[Ch]: restructure
2260
2261         * BufferView.[Ch]:
2262         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2263
2264         * iterators.[Ch] (asCursor): remove
2265
2266         * lfuns.h: remove LFUN_INSET_EDIT
2267
2268         * lyxfunc.C:
2269         * tabular.C:
2270         * text.C:
2271         * text2.C:
2272         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2273
2274 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2275
2276         * lyxfind.[Ch]: complete overhaul
2277         * BufferView_pimpl.C:
2278         * lyxfunc.C: adjust
2279         * paragraph.[Ch] (insert): add
2280
2281 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2282
2283         * BufferView.[Ch]:
2284         * lyxtext.h:
2285         * text.C: remove dead spellcheck code
2286
2287 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2288
2289         * dispatchresult.h: add a val setter
2290
2291         * cursor.C (dispatch): use a tempvar for data_[i]
2292
2293 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2294
2295         * PosIterator.[Ch]: compile fix
2296
2297 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2298
2299         * text.C (cursorPar): deactivate the cursor cache
2300
2301 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2302
2303         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2304
2305 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2306
2307         * text3.C (dispatch): adjust for new DisptchResult semantics.
2308
2309         * lyxfunc.C (dispatch): handle update when return from
2310         Cursor::dispatch, adjust for new DispatchResult semantics.
2311
2312         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2313         DispatchResult(true) mean to not update. Add class functions for
2314         setting dispatched and update, as well as reading.
2315
2316         * cursor.C (dispatch): don't handle update here
2317
2318 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2319
2320         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2321         * trans_mgr.C: adjust
2322
2323         * paragraph_funcs.C (readParToken): exception safety
2324
2325         * lyxvc.h: store the vcs pointer in a scoped_ptr
2326         * lyxvc.C: adjust
2327
2328         * lyxsocket.C (serverCallback): exception safety
2329
2330         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2331
2332         * ispell.C (clone): make it return a auto_ptr
2333
2334         * factory.C (createInset): exception safety
2335         (readInset): exception safety
2336
2337         * bufferlist.C (newBuffer): exception safety
2338
2339         * Thesaurus.C (Thesaurus): use initialization for aik_
2340
2341         * MenuBackend.C (expandToc): exception safety.
2342
2343 2003-11-03  André Pönitz  <poenitz@gmx.net>
2344
2345         * buffer.C:
2346         * buffer.h:
2347         * bufferview_funcs.C: remove getInsetFromId()
2348
2349         * lyxcursor.[Ch]:
2350         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2351
2352         * lyxfunc.C:
2353         * text2.C:
2354         * text3.C: adjust
2355
2356 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2357
2358         * PosIterator.C (distance, advance): new
2359         * bufferview_funcs.[Ch] (put_selection_at): new
2360         * iterators.[Ch] (lockPath): new
2361
2362 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2363
2364         * iterators.[Ch] (asPosIterator): added
2365         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2366         * PosIterator.[Ch]: added
2367
2368 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2369
2370         * text3.C:
2371         * lyxfunc.C:
2372         * cursor.C (dispatch):
2373         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2374
2375         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2376         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2377         contructor, add a class function dispatched. Remove operator>=
2378
2379 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2380
2381         * debug.C: only use the default constructor for debugstream
2382         (lyxerr) here.
2383
2384         * main.C (main): include debug.h and setup the lyxerr streambuf
2385         here.
2386
2387 2003-10-31  José Matos  <jamatos@lyx.org>
2388
2389         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2390
2391         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2392         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2393         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2394         * paragraph_pimpl.C (simpleTeXSpecialC):
2395         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2396         add LatexRunParams argument.
2397
2398         * exporter.C (Export): change call accordingly.
2399
2400         * latexrunparams.h: add new member to take care of the other backends.
2401 2003-10-30  José Matos  <jamatos@lyx.org>
2402
2403         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2404         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2405         factorise code for paragraph output.
2406         * buffer.[Ch]:
2407         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2408         move functions.
2409
2410 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2411
2412         * text3.C (dispatch):
2413         * lyxfunc.C (dispatch):
2414         * cursor.C (dispatch):
2415         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2416
2417         * dispatchresult.h: make the dispatch_result_t ctor explicit
2418
2419 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2420
2421         * sgml.[Ch]:
2422         * buffer.C: small refactoring of docbook stuff
2423
2424 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2425
2426         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2427         meaning.
2428
2429 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2430
2431         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2432         operator dispatch_result_t, and operators for == != and >=
2433
2434         * cursor.C (dispatch): adjust for operator dispatch_result_t
2435         removal. comment out call to update
2436
2437         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2438
2439 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2440
2441         * text3.C:
2442         * text2.C:
2443         * text.C:
2444         * lyxtext.h:
2445         * lyxfunc.C:
2446         * cursor.C:
2447         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2448         (dispatch):
2449
2450         * dispatchresult.h: new file, DispatchResult broken out of
2451         insets/insetbase.h
2452
2453         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2454
2455 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2456
2457         * text.C (rowBreakPoint): put a hack inside #if 0
2458
2459 2003-10-28  André Pönitz  <poenitz@gmx.net>
2460
2461         * lyxtext.h:
2462         * metricsinfo.C:
2463         * paragraph_funcs.C:
2464         * rowpainter.C:
2465         * text.C:
2466         * text2.C: general cleanup (lots of small stuff)
2467
2468 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2469
2470         * text2.C (cursorEnd): simple fix to the "end key goes to one
2471         before the end on last row" bug
2472
2473 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2474
2475         * text.C (backspace): fix the "zombie characters"
2476
2477 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2478
2479         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2480
2481 2003-10-27  André Pönitz  <poenitz@gmx.net>
2482
2483         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2484
2485         * factory.C: handle new InsetPagebreak, InsetLine
2486
2487         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2488         and move handling into new InsetPagebreak, InsetLine
2489
2490         * BufferView_pimpl.C:
2491         * LyXAction.C:
2492         * ParagraphParameters.C:
2493         * ParameterStruct.h:
2494         * lyxfunc.C:
2495         * lyxtext.h:
2496         * paragraph.C:
2497         * paragraph.h:
2498         * paragraph_funcs.C:
2499         * paragraph_pimpl.C:
2500         * rowpainter.C:
2501         * text.C:
2502         * text2.C:
2503         * text3.C: adjust
2504
2505 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2506
2507         * text.C:
2508         * lyxrow_funcs.[Ch]:
2509         * Bidi.C:
2510         * paragraph.C:
2511         * lyxtext.h:
2512         * rowpainter.C:
2513         * text2.C:
2514         * text3.C: remove lastPos uses in favour of Row::endpos
2515
2516 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2517
2518         * undo.C (performUndoOrRedo): fix two crashes by setting a
2519         cursor by hand and reordering some calls. Use bv->lockInset instead
2520         of inset->edit because the latter loses cursor information
2521
2522 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2523
2524         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2525         by Martin
2526         (rowBreakPoint): fix width. change point to point + 1.
2527         Add a missing check.
2528
2529 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2530
2531         * MenuBackend.C:
2532         * lyxfunc.C: fix (at least partly) the problems
2533         with the Nav menu and headers inside branch insets
2534         reported by Kayvan
2535
2536 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2537
2538         * paragraph.C (getChar): add strong asserts
2539
2540         * lyxrow_funcs.C (lastPos): remove hideous hack
2541
2542         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2543         (fill): adjust to that (avoid an infinite loop)
2544
2545 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2546
2547         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2548
2549 2003-10-23  André Pönitz  <poenitz@gmx.net>
2550
2551         * RowList_fwd.h: change list<> to vector<> to gain speed
2552         after suggestion from Alfredo
2553
2554 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2555
2556         * lyxtext.h: move the bidi stuff from here...
2557         * text.C: and here
2558         * text2.C: and here
2559         * Bidi.[Ch]: ... to here
2560
2561 2003-10-23  André Pönitz  <poenitz@gmx.net>
2562
2563         * lyxtext.h:
2564         * text.C (isLastRow, isFirstRow): new functions
2565
2566         * paragraph.h: new width cache member
2567
2568         * rowpainter.C: replace RowList::iterator with Row & where possible
2569
2570         * lyxfunc.C: replace several view()->text with a single call
2571
2572         * toc.C: fix 'unused' warning
2573
2574 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2575
2576         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2577         when woring with stream::pos_type
2578         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2579
2580 2003-10-22  André Pönitz  <poenitz@gmx.net>
2581
2582         * lyxtext.h:
2583         * text.C: use Row & instead of RowList::iterator
2584
2585         * lyxrow.h: rename end() to endpos()
2586
2587         * rowpainter.C:
2588         * text.C:
2589         * text2.C: adjust
2590
2591 2003-10-22  Angus Leeming  <leeming@lyx.org>
2592
2593         * buffer.[Ch] (fully_loaded): new member function, returning true
2594         only when the file has been loaded fully.
2595         Used to prevent the premature generation of previews and by the
2596         citation inset to prevent computation of the natbib-style label.
2597
2598         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2599         templates are all set up.
2600
2601         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2602
2603 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2604
2605         * text.C: fixed an "oops" in the "is a bit silly"
2606         bug fix
2607
2608 2003-10-21  André Pönitz  <poenitz@gmx.net>
2609
2610         * FuncStatus.[Ch]: small stuff, whitespace
2611
2612         * lyxfont.[Ch]: operator<<() for debug reasons
2613
2614         * lyxfunc.C:
2615         * lyxrow_funcs.C:
2616         * lyxtext.h: whitespace, spelling
2617
2618         * paragraph.C: naming of variables
2619
2620         * text.C:
2621         * text2.C: small stuff
2622
2623
2624 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2625
2626         * text.C: (1) finish off the inset display() work;
2627         (2) fix the "is a bit silly" bug (accessing char
2628         past end of par).
2629
2630 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2631
2632         * text.C: re-introduce display() for insets, fixing the
2633         various bugs (stretch of line above, math inset
2634         positioning, ...)
2635
2636 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2637
2638         * text.C (rightMargin): remove spurious semicolon
2639
2640         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2641         1415)
2642
2643 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2644
2645         * text3.C: fix one crash due to wrong cursor def
2646
2647 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2648
2649         * vc-backend.C (scanMaster): make the regex static
2650
2651         * LaTeX.C (scanAuxFile): make the regexs static
2652
2653         * text3.C (doInsertInset, dispatch, dispatch):
2654         * text2.C (cursorUp, cursorDown):
2655         * text.C (selectNextWordToSpellcheck):
2656         * BufferView_pimpl.C (dispatch):
2657         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2658
2659 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2660
2661         * lyxsocket.C: include <cerrno>
2662
2663 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2664
2665         * lyxfunc.C (dispatch): remove textcache stuff
2666
2667         * bufferlist.C (release): remove textcache stuff
2668         (closeAll): ditto
2669
2670         * TextCache.C: delete file
2671         * TextCache.h: delete file
2672
2673         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2674
2675         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2676         delete of the bv_->text.
2677         (resizeCurrentBuffer): remove texcache stuff
2678         (workAreaResize): ditto
2679
2680 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2681
2682         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2683         action.
2684
2685 2003-10-16  André Pönitz  <poenitz@gmx.net>
2686
2687         * lyxrow.[Ch]:
2688         * paragraph.h:
2689         * rowpainter.C:
2690         * text.C:
2691         * text2.C:
2692         * text3.C: speed up by storing y positions per paragraph plus per-row
2693         offset instead of having a 'full' y position in the row.
2694
2695 2003-10-15  André Pönitz  <poenitz@gmx.net>
2696
2697         * iterators.[Ch]:
2698         * iterators.[Ch]:
2699         * undo.[Ch]: make undo aware of inner insets
2700
2701 2003-10-14  Angus Leeming  <leeming@lyx.org>
2702
2703         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2704         static member functions LyX::ref() and LyX::cref.
2705         (lastfiles): new accessor functions for the new lastfiles_ member var.
2706         (addLyXView, views_): add a new LyXView to the list of views_.
2707         (updateInset): loop over all LyXViews to call their own updateInset
2708         member function, returning a pointer to the Buffer owning the inset.
2709
2710         * BufferView_pimpl.C (loadLyXFile):
2711         * MenuBackend.C (expandLastfiles):
2712         * bufferlist.C (MenuWrite, QuitLyX):
2713         lastfiles is no longer a global variable.
2714         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2715
2716         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2717         static function. Access through LyX::cref().emergencyCleanup().
2718
2719 2003-10-14  André Pönitz  <poenitz@gmx.net>
2720
2721         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2722
2723         * undo.[Ch]: restoring part of 'undo in insets'
2724
2725         * Makefile.am:
2726         * undo_funcs.[Ch]: merge with undo.[Ch]
2727
2728         * tabular.C: small cleansing stuff
2729
2730 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2731
2732         * paragraph_funcs.C (readParToken): report unknown insets as error
2733         boxes. Use the outer paragraph as location (also for unknown
2734         tokens).
2735
2736         * factory.C (readInset): do not abort on reading an unknown inset.
2737         Eat it and return 0.
2738
2739 2003-10-13  Angus Leeming  <leeming@lyx.org>
2740
2741         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2742
2743         * lyxrc.C: displayTranslator is now a function,
2744         declared in GraphicsTypes.h.
2745
2746 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2747
2748         * format.C: new placeholder $$a to pass the socket address.
2749
2750         * bufferlist.[Ch]: new function getBufferFromTmp.
2751
2752         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2753           files in the temporary dir.
2754
2755 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2756
2757         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2758
2759         * Makefile.am: add lyxsocket.[Ch].
2760
2761         * lyx_main.C (error_handler): handle SIGPIPE.
2762
2763 2003-10-13  André Pönitz  <poenitz@gmx.net>
2764
2765         * BufferView_pimpl.C:
2766         * lyxtext.h:
2767         * text.C:
2768         * text2.C:
2769         * text3.C:
2770         * undo_funcs.[Ch]: use paroffset_type instead of
2771           ParagraphList::iterators to prevent multiple conversion
2772           (and get a more robust interface)
2773
2774 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2775
2776         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2777         * lyxtext.h: ditto
2778         * text3.C (dispatch): ditto
2779
2780 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2781
2782         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2783         move the onlyfile, use onlyfile instead of foundfile in a couple
2784         of places.
2785
2786         * DepTable.C (update): flush the error stream a bit more
2787
2788 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * lyxserver.C (callback): adjust
2791
2792         * lyxfunc.C (getStatus): add a missing brace in commented code
2793         (ensureBufferClean): reindent
2794         (dispatch): delete version taking a string
2795
2796 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2797
2798         * LaTeX.C (deplog): move found file handlig from here...
2799         (handleFoundFile): .. to new function here.
2800         (deplog): make sure to discover several files mentioned on the
2801         same log line.
2802
2803 2003-10-10  André Pönitz  <poenitz@gmx.net>
2804
2805         * lyxfunc.C:
2806         * lyxtext.h:
2807         * tabular.C:
2808         * text.C:
2809         * text2.C:
2810         * text3.C: fix some of the tabular crashes
2811
2812 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2813
2814         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2815
2816         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2817
2818 2003-10-09  André Pönitz  <poenitz@gmx.net>
2819
2820         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2821
2822         * BufferView.C:
2823         * BufferView_pimpl.C:
2824         * bufferview_funcs.C:
2825         * lyx_cb.C:
2826         * lyxcursor.C:
2827         * lyxfind.C:
2828         * lyxfunc.C:
2829         * lyxtext.h:
2830         * text.C:
2831         * text2.C:
2832         * text3.C:
2833         * text_funcs.[Ch]:
2834         * textcursor.[Ch]:
2835         * undo_funcs.C: adjust
2836
2837 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2838
2839         * text2.C (incrementItemDepth): new function, use a backtracking
2840         algorithm to discover the correct item depth.
2841         (resetEnumCounterIfNeeded): new function, use a backtracking
2842         algorithm to discover if counter reset is needed.
2843         (setCounter): use them. Simplify a bit. Add different labels for
2844         different item depths for itemize.
2845
2846         * paragraph.C (Paragraph): remove initialization of enumdepth
2847         (operator=): ditto
2848
2849         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2850         enumerate and itemize. Change the type of itemdepth to signed char.
2851
2852 2003-10-08  André Pönitz  <poenitz@gmx.net>
2853
2854         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2855           thing assignable.
2856         * text.C:
2857         * text2.C: adjust
2858
2859         * tabular.[Ch]: fix crash after 'row-insert'
2860
2861 2003-10-08  Angus Leeming  <leeming@lyx.org>
2862
2863         Fix doxygen warnings.
2864
2865         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2866         Remove CutAndPaste:: prefix from header file declaration.
2867
2868         * LColor.h (fill): remove LColor:: prefix from declaration.
2869
2870         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2871         use lyx::depth_type rather than Paragraph::depth_type so that
2872         header file and .C file match.
2873
2874         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2875
2876         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2877         * aspell.C: \file aspell_local.C -> \file aspell.C
2878         * gettext.C: \file gettext.C -> \file src/gettext.C
2879         * gettext.h: \file gettext.h -> \file src/gettext.h
2880         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2881         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2882         * text.C: \file text.C -> \file src/text.C
2883
2884         * toc.C: move comment so that doxygen is not confused.
2885
2886 2003-10-07  Angus Leeming  <leeming@lyx.org>
2887
2888         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2889
2890 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2891
2892         * aspell.C:
2893         * aspell_local.h: add forgotten std::string's.
2894
2895 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2896
2897         * LaTeXFeatures.C:
2898         * LyXAction.C:
2899         * factory.C:
2900         * lfuns.h:
2901         * lyxfunc.C:
2902         * text3.C: The Box patch. Fancybox support, minipage, parbox
2903
2904 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2905
2906         * CutAndPaste.h:
2907         * DepTable.h:
2908         * FloatList.h:
2909         * LaTeXFeatures.h:
2910         * ParagraphParameters.h:
2911         * TextCache.h:
2912         * Thesaurus.h:
2913         * bufferlist.h:
2914         * exporter.h:
2915         * importer.h:
2916         * lastfiles.h:
2917         * lyxfind.h:
2918         * lyxfont.h:
2919         * lyxlex.h:
2920         * lyxtextclasslist.h:
2921         * messages.h:
2922         * paragraph.h:
2923         * paragraph_pimpl.C:
2924         * textcursor.h: add <string> and other small fixes to make Lars'
2925         std::string patch compile with STLport.
2926
2927 2003-10-06  Angus Leeming  <leeming@lyx.org>
2928
2929         * LColor.h: Add missing #include <string>.
2930
2931 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2932
2933         * All most all file in all subdirs: Make <string> be the prefered
2934         way of getting to std::string, add using declarations.
2935
2936 2003-10-06  André Pönitz  <poenitz@gmx.net>
2937
2938         * metricsinfo.C: initialize LyXFont before changing attribute.
2939         (fixes the 'math in \emph is upright' bug)
2940
2941 2003-10-06  André Pönitz  <poenitz@gmx.net>
2942
2943         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2944
2945 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2946
2947         * graph.C:
2948         * paragraph_pimpl.C: Small fixes to build using STLport
2949
2950 2003-10-02  André Pönitz  <poenitz@gmx.net>
2951
2952         * lyxfunc.C:
2953         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2954
2955 2003-10-01  André Pönitz  <poenitz@gmx.net>
2956
2957         * factory.C: assert early
2958
2959 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2960
2961         * lyx_main.C: remove the global debug object
2962
2963         * debug.h: adjust for new debugstream
2964
2965         * debug.C: adjust for new debugstream and keep the global debug
2966         object here.
2967
2968 2003-09-22  Angus Leeming  <leeming@lyx.org>
2969
2970         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2971         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2972         an incomplete class LyXFont.
2973
2974 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2975
2976         * factory.C: bug fix in branches
2977
2978 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2979
2980         * lyxfunc.C (processKeySym): adjust
2981         (dispatch): adjust
2982         (dispatch): change arg name from ev to func, adjust
2983         (sendDispatchMessage): ditto
2984
2985         * lyx_main.C (defaultKeyBindings): adjust keybindings
2986         (deadKeyBindings): ditto
2987
2988         * kbsequence.C (addkey): return a FuncRequest
2989
2990         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2991
2992         * kbmap.C (bind): take a FuncRequest as arg, adjust
2993         (read): adjust
2994         (lookup): adjust
2995         (defkey): change to take a FuncRequest as arg, adjust
2996         (findbinding): take a FuncRequest as arg, adjust.
2997
2998         * funcrequest.h (operator=): added
2999
3000         * funcrequest.C (FuncRequest): default kb_action changed from
3001         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3002
3003         * buffer.C (dispatch): simplify
3004         (dispatch): adjust to take a FuncRequest as arg, adjust
3005
3006         * boost.C (assertion_failed): change assertion message slightly
3007
3008         * ToolbarBackend.C (read): simplify
3009
3010         * MenuBackend.C (binding): adjust call to findbinding, add a
3011         message if no binding is found.
3012         (read): simplify
3013         (expandToc): correct by adding a empty FuncRequest
3014
3015         * LyXAction.C: include <boost/assert.hpp>
3016         (isPseudoAction): delete function
3017         (LookupFunc): change name to...
3018         (lookupFunc): this. change return type to FuncRequest.
3019         (getActionName): take kb_action as arg, simplify
3020         (funcHasFlag): add an assert, simplify.
3021
3022 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3023
3024         * toc.C (action): return a FuncRequest, simplify
3025
3026         * lyxfunc.C (processKeySym): adjust
3027         (getStatus): delete version that takes an int.
3028         (getStatus): adjust
3029         (dispatch): delete version that takes action as int
3030         (dispatch): adjust
3031         (sendDispatchMessage): simplify and adjust
3032
3033         * funcrequest.C (getArg): take unsigned int as arg
3034
3035         * ToolbarBackend.C (read): adjust
3036         (add): delete version that takes func as a string.
3037         (getIton): take a FuncRequest as arg
3038
3039         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3040         action.
3041
3042         * MenuBackend.C (MenuItem): add a new construct that only takes a
3043         Kind, simplify the constructor use for submenus.
3044         (add): adjust
3045         (expandLastfiles): adjust
3046         (expandDocuments): adjust
3047         (expandFormats): adjust
3048         (expandFloatListInsert): adjust
3049         (expandFloatInsert): adjust
3050         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3051
3052         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3053         Remove class variables lyx_pseudo_map and lyx_arg_map
3054
3055         * LyXAction.C (searchActionArg): delete function
3056         (getPseudoAction): delete function
3057         (retrieveActionArg): delete function
3058         (LookupFunc): make it return kb_action, simplify.
3059         (getActionName): simplify
3060
3061         * factory.C (createInset): fix new bug
3062
3063 2003-09-19  Angus Leeming  <leeming@lyx.org>
3064
3065         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3066         masterFilename_ parameter in the include inset.
3067
3068         * factory.C (createInset): changes due to the changes to InsetInclude.
3069
3070 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3071
3072         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3073
3074 2003-09-18  Angus Leeming  <leeming@lyx.org>
3075
3076         * buffer.C:
3077         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3078         Inset::fillWithBibKeys.
3079         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3080
3081 2003-09-18  Angus Leeming  <leeming@lyx.org>
3082
3083         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3084         variables.
3085         (ctor): pass and store a 'Buffer const &'
3086         (buffer): new member function.
3087
3088         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3089         '*this' to the LaTeXFeatures ctor.
3090
3091 2003-09-18  Angus Leeming  <leeming@lyx.org>
3092
3093         * LColor.h:
3094         * lyxfont.C:
3095         * lyxfont.h:
3096         * lyxtext.h:
3097         * text.C: rename EnumLColor as LColor_color.
3098
3099 2003-09-18  Angus Leeming  <leeming@lyx.org>
3100
3101         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3102         remove #include "insets/insetbase.h" from cursor.h.
3103
3104 2003-09-18  Angus Leeming  <leeming@lyx.org>
3105
3106         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3107         InsetOld_code to remove #include "inset.h".
3108
3109         * iterators.C: add #include "insets/inset.h"
3110
3111 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3112
3113         * BufferView.C: remove more locking stuff that apparently doesn't
3114         do anything sensible.
3115
3116 2003-09-16  André Pönitz  <poenitz@gmx.net>
3117
3118         * paragraph.[Ch]:
3119         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3120           performance boost.
3121
3122 2003-09-16  Angus Leeming  <leeming@lyx.org>
3123
3124         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3125
3126         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3127         arg/return type.
3128
3129         * paragraph.h: remove #include "lyxfont.h". Forward declare
3130         LyXFont_size.
3131
3132 2003-09-16  Angus Leeming  <leeming@lyx.org>
3133
3134         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3135         of support/textutils.h.
3136         (isWord): move the contents of support/textutils.h's IsWordChar here.
3137
3138         * buffer.C:
3139         * lyxfind.C:
3140         * rowpainter.C:
3141         * text.C:
3142         * text2.C: add #include "paragraph.h".
3143
3144         * rowpainter.C:
3145         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3146
3147 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3148
3149         * main.C:
3150         * lyx_main.C:
3151         * lyx_cb.C:
3152         * buffer.C:
3153         * LaTeX.C: use namespace alias for lyx::support::os
3154
3155 2003-09-16  Angus Leeming  <leeming@lyx.org>
3156
3157         * bufferparams.C:
3158         * bufferview_funcs.C:
3159         * factory.C:
3160         * lyxfunc.C:
3161         * paragraph_pimpl.C:
3162         * rowpainter.C:
3163         * text.C: add #include "LColor.h".
3164
3165 2003-09-16  Angus Leeming  <leeming@lyx.org>
3166
3167         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3168         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3169         return LyXFont &.
3170         Store the FontBits::color variable as an int rather than as an
3171         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3172         file.
3173
3174         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3175         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3176         string calls together.
3177
3178         * lyxrc.C: add #include "LColor.h".
3179
3180 2003-09-15  Angus Leeming  <leeming@lyx.org>
3181
3182         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3183         a cow_ptr.
3184
3185 2003-09-15  Angus Leeming  <leeming@lyx.org>
3186
3187         * LColor.h: add an EnumLColor wrapper for LColor::color.
3188
3189         * lyxfont.[Ch] (color, setColor, realColor):
3190         * lyxtext.h, text.C (backgroundColor):
3191         pass EnumLColor args to/from the functions, rather than LColor::color
3192         ones.
3193
3194         * lyxfont.h:
3195         * lyxtext.h: forward declare EnumLColor.
3196
3197         * lyx_main.C: add #include "LColor.h".
3198
3199 2003-09-15  Angus Leeming  <leeming@lyx.org>
3200
3201         * .cvsignore: add lyx-gtk.
3202
3203 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3204
3205         * Chktex.C
3206         * LaTeX.C
3207         * LaTeXFeatures.C
3208         * ParagraphParameters.C
3209         * Spacing.C
3210         * buffer.C
3211         * bufferparams.C
3212         * bufferview_funcs.C
3213         * chset.C
3214         * counters.C
3215         * funcrequest.C
3216         * lyxfont.C
3217         * lyxgluelength.C
3218         * lyxlength.C
3219         * paragraph.C
3220         * paragraph_funcs.C
3221         * text3.C
3222         * vc-backend.C: remove usage of STRCONV
3223
3224 2003-09-15  Angus Leeming  <leeming@lyx.org>
3225
3226         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3227         explicitly define the color passed to the painter.
3228
3229 2003-09-15  Angus Leeming  <leeming@lyx.org>
3230
3231         * bufferparams.C (BufferParams): reorder member initializers to avoid
3232         compiler warning.
3233
3234 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3235
3236         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3237         * text.C (updateRowPositions): remove an unusual nop
3238
3239 2003-09-12  André Pönitz  <poenitz@gmx.net>
3240
3241         * BufferView_pimpl.C:
3242         * Bullet.C:
3243         * layout.h:
3244         * lyxfunc.C:
3245         * lyxlayout.[Ch]:
3246         * lyxtextclass.C:
3247         * rowpainter.C:
3248         * text.C:
3249         * text2.C:
3250         * Counters.[Ch]: finish the 'automatic counters' job
3251
3252 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3253
3254         * aspell.C: include <boost/assert.cpp> (compile fix)
3255
3256 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3257
3258         * boost.C (assertion_failed): use lyx::support::abort instead of
3259         assert.
3260
3261 2003-09-10  Angus Leeming  <leeming@lyx.org>
3262
3263         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3264         with their _fwd progeny.
3265
3266 2003-09-09  Angus Leeming  <leeming@lyx.org>
3267
3268         134 files throughtout the source tree: replace 'using namespace abc;'
3269         directives with the appropriate 'using abc::xyz;' declarations.
3270
3271 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3272
3273         * boost.C (emergencyCleanup): moved here from LAssert.c
3274         (assertion_failed): new function, called by BOOST_ASSERT
3275
3276         * several files: change Assert to BOOST_ASSERT
3277
3278 2003-09-09  Angus Leeming  <leeming@lyx.org>
3279
3280         * buffer.[Ch]: Add an Impl class and move Buffer's member
3281         variables into it. As a result move several header files out of
3282         buffer.h.
3283
3284         Add header files to lots of .C files all over the tree as a result.
3285
3286 2003-09-09  Angus Leeming  <leeming@lyx.org>
3287
3288         * buffer.[Ch]: make Buffer's member variables private. Add
3289         accessor functions.
3290
3291         Lots of changes all over the tree as a result.
3292
3293 2003-09-08  Angus Leeming  <leeming@lyx.org>
3294
3295         * graph.C: #include <config.h>.
3296
3297 2003-09-08  Angus Leeming  <leeming@lyx.org>
3298
3299         * BranchList.C:
3300         * BufferView.C:
3301         * BufferView_pimpl.C:
3302         * CutAndPaste.C:
3303         * DepTable.C:
3304         * LaTeX.C:
3305         * LaTeXFeatures.C:
3306         * LyXAction.C:
3307         * MenuBackend.C:
3308         * TextCache.C:
3309         * aspell.C:
3310         * buffer.C:
3311         * bufferlist.C:
3312         * changes.C:
3313         * chset.C:
3314         * converter.C:
3315         * counters.C:
3316         * debug.C:
3317         * graph.C:
3318         * ispell.C:
3319         * lyx_cb.C:
3320         * lyxfind.C:
3321         * lyxfunc.C:
3322         * lyxlex_pimpl.C:
3323         * lyxrc.C:
3324         * lyxrow.C:
3325         * paragraph.C:
3326         * rowpainter.C:
3327         * texrow.C:
3328         * text.C:
3329         * text2.C:
3330         * toc.C: remove redundant using directives.
3331
3332 2003-09-07  Angus Leeming  <leeming@lyx.org>
3333
3334         * LaTeXFeatures.h: remove #include "support/types.h".
3335         * ToolbarBackend.h: remove #include <algorithm>.
3336         * changes.h: remove #include <ctime>.
3337         * debug.h: remove #include <iosfwd>.
3338         * graph.h: remove #include "support/std_string.h".
3339         * lyx_main.h: remove #include <csignal>.
3340         * lyxlex_pimpl.h: remove #include <fstream>.
3341         * sgml.h: remove #include <algorithm>, <utility>.
3342         * toc.h: remove #include "support/std_ostream.h".
3343         Add #include <iosfwd>.
3344
3345 2003-09-07  Angus Leeming  <leeming@lyx.org>
3346
3347         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3348
3349         * converter.h: forward declare LatexRunParams.
3350         * encoding.h: remove #include "lyxrc.h".
3351         * lyxtext.h: remove #include "LColor.h".
3352         * lyxtextclass.h: remove #include "support/types.h".
3353         * trans.h: remove #include "tex-accent.h".
3354         * trans_mgr.h: remove #include "tex-accent.h".
3355         * insets/inset.h: remove #include "support/types.h", <vector>.
3356         * insets/insetcollapsable.h: remove #include "LColor.h".
3357         * insets/insetinclude.h: remove #include "dimension.h".
3358         * insets/insetlatexaccent.h: remove #include "dimension.h".
3359         * insets/insetoptarg.h:: remove #include "insettext.h".
3360         * insets/insettext.h: remove #include "dimension.h",
3361         <boost/shared_ptr.hpp>
3362
3363         * insets/renderers.h: add #include "dimension.h".
3364         * insets/updatableinset.h: add #include "support/types.h".
3365
3366         * many .C files: Associated changes.
3367
3368 2003-09-06  Angus Leeming  <leeming@lyx.org>
3369
3370         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3371         one, inside testInvariant.
3372
3373         * PrinterParams.C: new file.
3374         * PrinterParams.[Ch]: move the function bodies out of line.
3375
3376 2003-09-06  Angus Leeming  <leeming@lyx.org>
3377
3378         * ParagraphParameters.h: forward declare ParameterStruct rather than
3379         including its header file.
3380         (depth): moved out-of-line.
3381
3382 2003-09-06  Angus Leeming  <leeming@lyx.org>
3383
3384         * BufferView_pimpl.h:
3385         * kbmap.h:
3386         * kbsequence.h:
3387         * lyxfunc.h: forward declare LyXKeySym rather than
3388         #include "frontends/LyXKeySym.h".
3389
3390         * BufferView_pimpl.C:
3391         * kbmap.C:
3392         * kbsequence.C:
3393         * lyxfunc.C: associated changes.
3394
3395 2003-09-06  Angus Leeming  <leeming@lyx.org>
3396
3397         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3398         As a result, can remove the #include "insets/inset.h" from BufferView.h
3399
3400 2003-09-06  Angus Leeming  <leeming@lyx.org>
3401
3402         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3403         As a result, can remove the #include "insets/inset.h" from BufferView.h
3404
3405 2003-09-06  Angus Leeming  <leeming@lyx.org>
3406
3407         * buffer_funcs.C:
3408         * buffer.h:
3409         * bufferlist.C:
3410         * BufferView.C:
3411         * bufferview_funcs.C:
3412         * BufferView_pimpl.C:
3413         * CutAndPaste.C:
3414         * lyx_cb.C:
3415         * lyxfunc.C:
3416         * paragraph.h:
3417         * ParagraphParameters.C:
3418         * tabular.C:
3419         * text3.C:
3420         * toc.C:
3421         * undo_funcs.C:
3422         * frontends/controllers/ControlDocument.C:
3423         * insets/insetcaption.C: rearrange the #includes into some sort of
3424         coherent order.
3425
3426         * buffer.h: remove #includes ErrorList.h, undo.h
3427
3428 2003-09-06  Angus Leeming  <leeming@lyx.org>
3429
3430         * support/types.h: add a 'depth_type' typedef, used to store the
3431         nesting depth of a paragraph.
3432
3433         * paragraph.h:
3434         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3435         defining explicitly.
3436
3437         * buffer.h:
3438         * paragraph_funcs.h:
3439         * ParagraphParameters.h:
3440         * sgml.h: use lyx::depth_type rather than Paragraph or
3441         ParameterStruct's depth_type.
3442
3443         * buffer.h
3444         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3445
3446         * BufferView.C:
3447         * BufferView_pimpl.C:
3448         * CutAndPaste.C:
3449         * ParagraphParameters.C:
3450         * buffer_funcs.C:
3451         * bufferlist.C:
3452         * bufferview_funcs.C:
3453         * lyx_cb.C:
3454         * lyxfunc.C:
3455         * tabular.C:
3456         * text3.C:
3457         * toc.C:
3458         * undo_funcs.C:
3459         * frontends/LyXView.C:
3460         * frontends/controllers/ControlDocument.C:
3461         * frontends/controllers/ControlErrorList.C:
3462         * insets/insetbibitem.C:
3463         * insets/insetbranch.C:
3464         * insets/insetcaption.C:
3465         * insets/insetcollapsable.C:
3466         * insets/insetenv.C:
3467         * insets/insetert.C:
3468         * insets/insetfloat.C:
3469         * insets/insetfoot.C:
3470         * insets/insetfootlike.C:
3471         * insets/insetnewline.C:
3472         * insets/insetquotes.C:
3473         * insets/insettabular.C:
3474         * insets/insettext.C:
3475         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3476
3477         * frontends/controllers/ControlChanges.C: #include "changes.h".
3478
3479 2003-09-06  Angus Leeming  <leeming@lyx.org>
3480
3481         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3482         than #including paragraph.h.
3483
3484         * ParagraphList.h:
3485         * RowList.h: deleted. Superfluous.
3486
3487         * CutAndPaste.h:
3488         * iterators.h:
3489         * lyxcursor.h:
3490         * lyxtext.h:
3491         * text_funcs.h:
3492         * undo.h:
3493         * undo_funcs.h:
3494         * insets/inset.h:
3495         * insets/insettext.h: use ParagraphList_fwd.h rather than
3496         ParagraphList.h.
3497
3498         * paragraph.h: don't forward declare ParagraphList.
3499
3500         * buffer.h:
3501         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3502         rather than ParagraphList.h. paragraph.h is still needed for the
3503         Paragraph::depth_type parameters.
3504
3505         * textcursor.h: enable it to compile stand-alone in light of the
3506         above changes.
3507
3508         * bufferview_funcs.C:
3509         * iterators.C:
3510         * lyxfunc.C:
3511         * lyxrow_funcs.C:
3512         * paragraph.C:
3513         * rowpainter.C:
3514         * text.C:
3515         * text2.C:
3516         * text3.C:
3517         * text_funcs.C:
3518         * textcursor.C:
3519         * undo.C:
3520         * frontends/controllers/ControlParagraph.C:
3521         * frontends/controllers/ControlTabular.C:
3522         * insets/insetmarginal.C:
3523         * insets/insetminipage.C:
3524         * insets/insetnote.C:
3525         * insets/insetoptarg.C: add header files needed to compile again.
3526
3527 2003-09-06  Angus Leeming  <leeming@lyx.org>
3528
3529         * RowList_fwd.h: new file, forward-declaring Row rather than
3530         #including lyxrow.h.
3531
3532         * lyxrow_funcs.h:
3533         * lyxtext.h:
3534         * paragraph.h:
3535         * insets/insettext.h: use it instead of RowList.h
3536
3537         * bufferview_funcs.C:
3538         * lyxfunc.C:
3539         * lyxrow_funcs.C:
3540         * paragraph.C:
3541         * rowpainter.C:
3542         * text.C:
3543         * text2.C:
3544         * text3.C: #include "RowList.h".
3545
3546 2003-09-05  Angus Leeming  <leeming@lyx.org>
3547
3548         * factory.C (createInset):
3549         * vspace.C (c-tor): replace sscanf call with an istringstream.
3550         * ispell.C: re-add missing HP/UX headers.
3551         * lyxserver.C: re-add missing  os2 headers.
3552
3553 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3554
3555         * BranchList.C:
3556         * graph.C:
3557         * ispell.C:
3558         * lastfiles.C:
3559         * lyx_cb.C:
3560         * lyxserver.C:
3561         * texrow.C:
3562         * text3.C: re-add missing system headers, needed for 2.95.2.
3563
3564 2003-09-05  Angus Leeming  <leeming@lyx.org>
3565
3566         Changes most place everywhere due to the removal of using directives
3567         from support/std_sstream.h.
3568
3569 2003-09-05  Angus Leeming  <leeming@lyx.org>
3570
3571         Replace LString.h with support/std_string.h,
3572         Lsstream.h with support/std_sstream.h,
3573         support/LIstream.h with support/std_istream.h,
3574         support/LOstream.h with support/std_ostream.h.
3575
3576         Changes resulting throughout the tree.
3577
3578 2003-09-05  Angus Leeming  <leeming@lyx.org>
3579
3580         * sgml.h: ensure that the header file can be compiled stand-alone.
3581         * *.C: strip out redundant #includes. (320 in total.)
3582
3583 2003-09-04  Angus Leeming  <leeming@lyx.org>
3584
3585         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3586         here (from getPackages).
3587
3588         * debug.[Ch]: add a new EXTERNAL tag.
3589
3590 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3591
3592         * text2.C (cursorEnd): simplify
3593         (setCursor): adjust
3594         (getColumnNearX): adjust
3595
3596         * text.C (computeBidiTables): adjust
3597         (fill): adjust
3598
3599         * rowpainter.C (paintChars): adjust
3600         (paintSelection): adjust
3601         (paintChangeBar): adjust
3602         (paintText): adjust
3603
3604         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3605         lastPos instead.
3606         (numberOfSeparators): adjust
3607
3608 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3609
3610         * LyXAction.C:
3611         * box.[Ch]:
3612         * lfuns.h:
3613         * lyxfunc.C:
3614         * text3.C: Restricts the mouse click functionality
3615         of insets like bibtex, include, toc and floatlist to the visible
3616         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3617         up the dialogs. Cursor has to be in front of the inset (i.e.
3618         start of row) for this to function.
3619
3620 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3621
3622         * bufferview_funcs.C (currentState): output row information
3623
3624 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3625
3626         * bufferview_funcs.C (currentState): output paragraph position
3627
3628 2003-09-04  Angus Leeming  <leeming@lyx.org>
3629
3630         * FloatList.h: move out #include "Floating.h".
3631         * LaTeX.h: move out #include "DepTable.h".
3632         * LyXAction.h: move out #include "funcrequest.h".
3633         * buffer.h: move out #include "author.h", "iterators.h".
3634         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3635         * lyx_main.h: move out #include "errorlist.h".
3636         * lyxfunc.h: move out #include "FuncStatus.h".
3637         * lyxtext: move out #include "lyxcursor.h".
3638         * paragraph_pimpl.h: move out #include "counters.h".
3639
3640 2003-09-03  Angus Leeming  <leeming@lyx.org>
3641
3642         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3643         preamble_snippets list, enabling us to add snippets to the preamble
3644         only if the snippet was not there already.
3645
3646 2003-09-04  Angus Leeming  <leeming@lyx.org>
3647
3648         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3649
3650 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3651
3652         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3653         update
3654
3655 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3656
3657         * BranchList.C: point fix, earlier forgotten
3658
3659 2003-09-02  Angus Leeming  <leeming@lyx.org>
3660
3661         * box.C (contains): renamed from 'contained' after a fantastic
3662         amount of hot air.
3663
3664 2003-09-02  John Levon  <levon@movementarian.org>
3665
3666         * BufferView.C:
3667         * lyxcursor.h:
3668         * lyxcursor.C:
3669         * lyxfunc.C:
3670         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3671
3672 2003-09-02  John Levon  <levon@movementarian.org>
3673
3674         * text2.C: simplification of cursorEnd(), including partial
3675         fix for bug 1376
3676
3677 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3678
3679         * buffer.C (readFile): add a space
3680
3681 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3682
3683         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3684
3685 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3686
3687         * buffer.C (readFile): new function, take a filename and a
3688         ParagraphList::iterator
3689         (readFile): adjust
3690         (readFile): adjust, make it private. don't use setStream, make
3691         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3692         always contain the filename.
3693
3694         * BufferView.C (insertLyXFile): simplify and make it work for
3695         gzipped files.
3696
3697 2003-08-30  John Levon  <levon@movementarian.org>
3698
3699         * Makefile.am: fix dist (from Kayvan)
3700
3701 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3702
3703         * most files: change to use const Buffer refs
3704
3705 2003-08-27  André Pönitz  <poenitz@gmx.net>
3706
3707         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3708         on top of ownerPar().
3709
3710 2003-08-27  John Levon  <levon@movementarian.org>
3711
3712         * funcrequest.C: properly initialise POD members
3713
3714 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3715
3716         * lyxtext.h (top_y): move top_y from here
3717         * text.C:
3718         * text2.C:
3719         * text3.C:
3720         * BufferView.[Ch]:
3721         * BufferView_pimpl.[Ch]: to here
3722         * frontends/screen.C:
3723         * insets/insettabular.C:
3724         * insets/insettext.C: adjust
3725         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3726
3727 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3728
3729         * BufferView.[Ch]:
3730         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3731
3732 2003-08-26  André Pönitz  <poenitz@gmx.net>
3733
3734         * paragraph_func.[Ch] (outerPar): new function
3735
3736         * paragraph.C:
3737         * paragraph_funcs.C:
3738         * paragraph_funcs.h:
3739         * paragraph_pimpl.C:
3740         * text2.C: remove Inset::par_owner
3741
3742 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3743
3744         * lyxrow_funcs.C:
3745         * lyxtext.h:
3746         * text.C:
3747         * text2.C: eliminates the needFullRow/display() stuff
3748         altogether, putting the logic in metrics/draw in the insets.
3749
3750 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3751
3752         * text2.C (redoParagraphInternal, redoParagraphs):
3753         * text.C (redoParagraph): add a call to updateRowPositions at the
3754         end of each 'metrics-like' call. Remove all others.
3755         (getRow): remove the 'y-computing' version.
3756         (getRowNearY): do not compute nor return the real y. Solve the
3757         'y < 0' problem and simplify.
3758
3759 2003-08-22  Angus Leeming  <leeming@lyx.org>
3760
3761         * *.[Ch]: clean-up of licence and author blurbs.
3762         Also move config.h out of a few .h files and into a few .C files.
3763
3764 2003-08-22  André Pönitz  <poenitz@gmx.net>
3765
3766         * lyxrow.[Ch]: add x_ and *fill_ members
3767
3768         * lyxtext.h:
3769         * text.C:
3770         * rowpainter.C:
3771         * text2.C: adjust/remove prepareToPrint() calls
3772
3773 2003-08-22  André Pönitz  <poenitz@gmx.net>
3774
3775         * lyxrow.[Ch]: add  end_ member
3776
3777         * lyxrow_funcs.C: use LyXRow::end_
3778
3779         * lyxtext.h (singleWidth): add LyXFont parameter
3780
3781         * rowpainter.C:
3782         * text2.C: adjust LyXText::singleWidth() calls
3783
3784         * text.C (redoParagraph): simplify row breaking logic
3785
3786
3787 2003-08-19  André Pönitz  <poenitz@gmx.net>
3788
3789         * funcrequest.C: initialize button_ member
3790
3791         * text3.C:
3792         * rowpainter.[Ch]: interface consolidation
3793
3794 2003-08-18  André Pönitz  <poenitz@gmx.net>
3795
3796         * BufferView.C:
3797         * BufferView_pimpl.C:
3798         * lyxfind.C:
3799         * paragraph_funcs.C:
3800         * rowpainter.C:
3801         * text3.C: remove LyXScreen::draw() and fitCursor calls
3802
3803         * BranchList.h: remove spurious semicolons
3804
3805         * MenuBackend.C: fix branchlist related crash
3806
3807 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3808
3809         * BranchList.[Ch]:
3810         * InsetList.[Ch]:
3811         * LColor.[Ch]:
3812         * LyXAction.C:
3813         * Makefile.am:
3814         * MenuBackend.[Ch]:
3815         * bufferparams.[Ch]:
3816         * factory.C:
3817         * lfuns.h:
3818         * lyxfunc.C:
3819         * text3.C: implements the 'branch inset'
3820         idea. This allows the output of various versions of a document
3821         from a single source version, selectively outputing or suppressing
3822         output of parts of the text.
3823         This implementation contains a 'branch list editor' in a separate
3824         tab of the document settings dialog. Branches are user definable
3825         and have a "display colour" to distinguish them on-screen.
3826
3827         ColorHandler was somewhat cleaned up.
3828         (1) make possible a dynamically growing LColor list by allowing
3829         the graphic context cache to grow along (vector);
3830         (2) eliminate an IMHO unnecessary step in colour allocation.
3831
3832 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3833
3834         * BufferView_pimpl.C: compile fix
3835
3836 2003-08-15  André Pönitz  <poenitz@gmx.net>
3837
3838         * rowpainter.C: remove extra metrics calls
3839
3840         * lyxtext.h: merge the two constructors into a single one,
3841           pass reference to owner's par list
3842
3843         * BufferView_pimpl.C:
3844         * text.C:
3845         * text2.C: adjust
3846
3847 2003-08-15  André Pönitz  <poenitz@gmx.net>
3848
3849         * lyxrow_funcs.[Ch]:
3850         * lyxtext.h:
3851         * paragraph.h:
3852         * paragraph_funcs.C:
3853         * rowpainter.C:
3854         * text.C:
3855         * text2.C:
3856         * text3.C:
3857         * text_funcs.C: split LyXText::rowlist_ into individual
3858         Paragraph::rows_ chunks
3859
3860         * BufferView.[Ch]:
3861         * BufferView_pimpl.[Ch]:
3862         * lyxfind.C:
3863         * lyxtext.h:
3864         * text3.C: remove toggleSelection()
3865
3866 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3867
3868         * bufferlist.C: beautify two alerts (shorter text of buttons)
3869         * buffer.C: Remove redundant ' ' from message
3870         * tabular.h:
3871         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3872         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3873         rename VALIGN_CENTER to VALIGN_MIDDLE
3874
3875 2003-08-11  André Pönitz  <poenitz@gmx.net>
3876
3877         * lyxtext.h (getPar):
3878         * text.C: new function
3879
3880 2003-08-11  André Pönitz  <poenitz@gmx.net>
3881
3882         * Makefile.am:
3883         * tracer.[Ch]: remove unneeded files
3884
3885         * InsetList.[Ch]: remove resizeInsetsLyXText()
3886
3887         * lyxtext.h:
3888         * text.C:
3889         * text2.C:
3890         * text3.C: merge insertParagraphs() and appendParagraph()
3891         remove breakAgain(), update()
3892
3893         * BufferView_pimpl.[Ch]:
3894         * bufferview_funcs.[Ch]:
3895         * lyxfunc.C:
3896         * paragraph.[Ch]:
3897         * rowpainter.C:
3898         * tabular.C: adjust after text & InsetList changes.
3899
3900 2003-08-08  André Pönitz  <poenitz@gmx.net>
3901
3902         * text.C (insertChar, backspace): replace rowlist fiddling
3903         with rebreak of full par
3904
3905         * lyxtext.h:
3906         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3907         checkParagraph, updateInset): removed
3908
3909 2003-08-07  André Pönitz  <poenitz@gmx.net>
3910
3911         * paragraph.C:
3912         * text3.C: merge some LFUN handlers, remove dead code
3913
3914 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3915
3916         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3917
3918 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3919
3920         * text2.C (DEPM): fix part of bug 1255 and 1256
3921
3922 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3923
3924         * BufferView_pimpl.C (workAreaDispatch): change to use
3925         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3926         that are no mouse related.
3927
3928 2003-08-05  André Pönitz  <poenitz@gmx.net>
3929
3930         * BufferView.[Ch]:
3931         * BufferView_pimpl.[Ch]:
3932         * bufferview_funcs.C:
3933         * text2.C:
3934         * text3.C: rip out "deep update"
3935
3936         * textcursor.[Ch] (last_sel_cursor): remove unused member
3937
3938 2003-08-04  André Pönitz  <poenitz@gmx.net>
3939
3940         * BufferView.[Ch]:
3941         * BufferView_pimpl.[Ch]:
3942         * ParagraphParameters.C:
3943         * bufferview_funcs.C:
3944         * lyx_cb.C:
3945         * lyxfind.C:
3946         * lyxfunc.C:
3947         * text.C:
3948         * text2.C:
3949         * text3.C: replace "complicated" BufferView::update(...) calls with
3950         simpler ones.
3951
3952         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3953
3954 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3955
3956         * Makefile.am (lyx_SOURCES): add paper.h
3957
3958 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3959
3960         * Makefile.am: move things around so that both lyx-qt and
3961         lyx-xforms can be built (according to --with-frontend). Then lyx
3962         is a symbolic link to lyx-[firstfrontend]
3963
3964 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3965
3966         * Always use std::endl with lyxerr
3967
3968 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3969
3970         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3971
3972 2003-08-01  André Pönitz  <poenitz@gmx.net>
3973
3974         * BufferView.[Ch]:
3975         * BufferView_pimpl.[Ch]:
3976         * lyxfunc.C:
3977         * text3.C: merge BufferView::repaint() and BufferView::update()
3978
3979 2003-08-01  José Matos  <jamatos@lyx.org>
3980
3981         * buffer.[Ch]: file_format is no longer a buffer data element.
3982
3983 2003-08-01  André Pönitz  <poenitz@gmx.net>
3984
3985         * BufferView.C:
3986         * lyxtext.h:
3987         * text.C:
3988         * text2.C: make redoParagraph more independent of current cursor
3989
3990         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3991         * text.C:
3992         * text2.C: remove unneeded members
3993
3994 2003-07-30  André Pönitz  <poenitz@gmx.net>
3995
3996         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3997
3998         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3999           create a single function...
4000
4001         * paragraph_funcs.C (moveItem): ... here.
4002
4003         * text.C:
4004           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4005
4006 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4007
4008         * LColor.[Ch]: Add comment and greyedout logical colors.
4009
4010 2003-07-30  André Pönitz  <poenitz@gmx.net>
4011
4012         * tabular.C: don't use Assert too heavily. This crashes where it
4013           shouldn't
4014
4015 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4016
4017         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4018         is disabled (bug 1232)
4019
4020 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4021
4022         * factory.C: limited 'arg' scope
4023
4024 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4025
4026         * factory.C: fixed Note submenu issues
4027
4028 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4029
4030         * factory.C: submenu for Note/Comment/Greyedout
4031
4032 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4033
4034         * lyx_main.C (LyX):
4035         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4036
4037 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4038
4039         * LaTeXFeatures.C:
4040         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4041         greyedout. Patch provided by Jürgen Spitzmüller.
4042
4043 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4044
4045         * kbmap.C (read): fix error message when reading bind files
4046
4047 2003-07-29  Angus Leeming  <leeming@lyx.org>
4048
4049         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4050         certainly does not do what it purports to do. I am doing it, and
4051         us, a favour by killing it.
4052
4053 2003-07-28  José Matos  <jamatos@lyx.org>
4054
4055         * buffer.C (readBody, do_writeFile):
4056         * paragraph.C(readParagraph): \end_document replaces \the_end.
4057
4058 2003-07-29  André Pönitz  <poenitz@gmx.net>
4059
4060         * BufferView.[Ch]:
4061         * BufferView_pimpl.[Ch]:
4062         * lyxfunc.C:
4063         * text2.C:
4064         * text3.C:
4065         * textcursor.[Ch]: remove toggleToggle & Co
4066
4067 2003-07-28  José Matos  <jamatos@fep.up.pt>
4068
4069         * buffer.C (readParagraph):
4070         * params_func (readParToken, readParagraph):
4071         * paragraph.C (write): \layout -> \begin_layout.
4072
4073 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4074
4075         * lyxlex_pimpl.C (setFile): clean up slightly.
4076
4077         * bufferparams.h: add compressed var
4078
4079         * buffer_funcs.C (readFile): adjust for LyXLex change
4080         (newFile): ditto + simplify
4081
4082         * buffer.C (writeFile): handle writing of compressed files
4083
4084         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4085         Check if the file is compressed and set a bufferparm if so.
4086
4087         * Makefile.am (lyx_LDADD): remove explicit -lz
4088
4089 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4090
4091         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4092         makeDocBookFile): put the real LyX version in the first line of
4093         the file
4094
4095         * version.h:
4096         * version.C.in: remove lyx_docversion
4097
4098         * tabular.C (write_attribute): add a template-based version to
4099         write enums properly
4100
4101 2003-07-28  André Pönitz  <poenitz@gmx.net>
4102
4103         * lyxtext.h:
4104         * text.C:
4105         * text2.C:
4106         * text3.C: use doubles again for x-coordinates. They are needed.
4107
4108 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4109
4110         * messages.C (getLocaleDir): use lyx_localedir()
4111
4112         * lyxlex_pimpl.C (setFile): compress stuff
4113
4114         * buffer.C (writeFile): add some compression stuff
4115         (do_writeFile): new func, dont call expliti close... will this
4116         breake anything?
4117
4118         * Makefile.am (lyx_LDADD): add -lz
4119
4120 2003-07-28  José Matos  <jamatos@fep.up.pt>
4121
4122         * buffer.C: increment file format.
4123         * paragraph_funcs (readParagraph, readParToken):
4124         * paragraph.C (readParagraph): add \end_layout.
4125
4126 2003-07-27  Angus Leeming  <leeming@lyx.org>
4127
4128         * Makefile.am: remove special casing for configure-time setting of
4129         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4130
4131         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4132         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4133
4134 2003-07-26  André Pönitz  <poenitz@gmx.net>
4135
4136         * paragraph_func.[Ch]:
4137         * paragraph.C (realizeFont): inline it whereever it is used
4138
4139         * rowpainter.C:
4140         * text.C:
4141         * text2.C:
4142         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4143
4144
4145 2003-07-26  André Pönitz  <poenitz@gmx.net>
4146
4147         *       lyxtext.h:
4148         * text.C:
4149         * text2.C: get rid of LyXText::need_break_row
4150
4151 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4152
4153         * toc.[Ch]: put namespace toc inside namespace lyx
4154
4155         * MenuBackend.C (expandToc2): adjust for lyx::toc
4156         (expandToc): ditto
4157
4158         * lyxfunc.C (dispatch): adjust for lyx::find
4159
4160         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4161         lyx::find instead. Reorganize a bit.
4162         (LyXReplace): rename to replace
4163         (LyXFind): rename to find
4164
4165         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4166         (dispatch): ditto
4167
4168 2003-07-26  André Pönitz  <poenitz@gmx.net>
4169
4170         * text.C (setHeightOfRow): restrict scope of temporary variable
4171
4172         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4173           code (never has been used?)
4174
4175 2003-07-27  Asger Alstrup  <alstrup@local>
4176
4177         * text.C (fill): Optimise algorithm to exploit that we can reuse
4178         the LyXFont for many characters.
4179         (setHeightOfRow): Same thing.
4180         (rowBreakPoint): Same thing.
4181
4182 2003-07-26  Asger Alstrup  <alstrup@local>
4183
4184         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4185
4186         * text.C (singleWidth): Spurious font copying in hot-spot
4187         singleWidth avoided. Reorder tests for arabic for efficiency.
4188
4189         * text.C (fill): handle empty paragraphs better.
4190
4191 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4192
4193         * ispell.C:
4194         * encoding.h: add includes
4195
4196         * lyxrc.C: remove reading of bind files
4197
4198         * lyx_main.C (init): setup bindings and menus only if we have a
4199         gui.
4200
4201         * kbmap.C (read): new method. Do the actual reading of bind
4202         files.
4203
4204         * converter.C (dvipdfm_options):
4205         * bufferparams.C:
4206         * lyxrc.C (read):
4207         (output): adapt PAPER_* enums.
4208
4209         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4210
4211         * bufferparams.h: remove paper-related enums from there
4212
4213         * paper.h: New file. A trivial header file to hold paper-related
4214         enums. It should later expand to contain many paper-related
4215         horrors access.
4216
4217         * lyxrc.C: declare extern displayTranslator
4218
4219 2003-07-27  José Matos  <jamatos@fep.up.pt>
4220
4221         * tabular.[Ch] (linuxdoc): add support for tables and figures
4222         (linuxdoc).
4223
4224 2003-07-27  José Matos  <jamatos@fep.up.pt>
4225
4226         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4227         consistency in both functions.
4228         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4229
4230 2003-07-26  Asger Alstrup  <alstrup@local>
4231
4232         * rowpainter.C (paintRows): Change algorithm to work directly on
4233         the insets rather than asking every character in the document
4234         whether its an inset.
4235
4236 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4237
4238         * buffer.C (openFileWrite): factorize some code
4239
4240 2003-07-26  Angus Leeming  <leeming@lyx.org>
4241
4242         * lyx_cb.C:
4243         * lyx_main.[Ch]: replace occurances of system_tempdir with
4244         os::getTmpDir().
4245
4246 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4247
4248         * rename Inset to InsetOld
4249
4250 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4251
4252         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4253         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4254         which I think is a bit clearer. EDIT is gone, since it was
4255         premature optimisation, and broken for mathed anyway.
4256         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4257         with cursor positioning in insets as well (math insets still do not
4258         work, but that's a different story anyway.) It mysteriously
4259         crashes sometimes with undo in the first paragraph, but I'm fairly
4260         confident that this is a compiler bug.
4261
4262 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4263
4264         * paragraph.C (Paragraph): adjust for new clone return type
4265         (operator==): ditto
4266         (copyIntoMinibuffer): ditto
4267
4268 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4269
4270         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4271         by not having a special case, and always doing a full rebreak of
4272         the document after undo.
4273
4274 2003-07-23  Angus Leeming  <leeming@lyx.org>
4275
4276         * factory.C (createInset): InsetExternal::setParams now takes a
4277         Buffer const * arg.
4278
4279 2003-07-23  Angus Leeming  <leeming@lyx.org>
4280
4281         * factory.C (createInset): changed interface to the external and
4282         graphics mailers' string2params functions.
4283
4284 2003-07-23  Angus Leeming  <leeming@lyx.org>
4285
4286         * factory.C (createInset): pass a
4287         Buffer const * parameter to InsetExternalMailer's string2params.
4288
4289 2003-07-22  John Levon  <levon@movementarian.org>
4290
4291         * Thesaurus.h: include the right aiksaurus header
4292
4293 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4294
4295         * MenuBackend.C (expand): check menu shortcuts unconditionally
4296
4297 2003-07-21  Angus Leeming  <leeming@lyx.org>
4298
4299         * factory.C (createInset): pass a
4300         buffer_path parameter to InsetGraphicsMailer's string2params.
4301
4302 2003-07-21  Angus Leeming  <leeming@lyx.org>
4303
4304         * BufferView_pimpl.C (buffer):
4305         * buffer.C (d-tor):
4306         * lyx_main.C (LyX):
4307         * lyxfunc.C (dispatch):
4308         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4309         rather than the grfx shortcut.
4310
4311 2003-07-21  André Pönitz  <poenitz@gmx.net>
4312
4313         * rowpainter.C: remove unused variables
4314
4315         * tabular_funcs.C:
4316         * tabular_funcs.h: move to tabular.C
4317         * Makefile.am: adjust
4318
4319         * tabular.[Ch]: basic optical cleaning
4320
4321         * author.h: pass references, not values
4322
4323 2003-07-18  André Pönitz  <poenitz@gmx.net>
4324
4325         * lyxtext.h:
4326         * metricsinfo.C:
4327         * metricsinfo.h:
4328         * rowpainter.C:
4329         * text.C:
4330         * text2.C:
4331         * text3.C: two-phase drawing for InsetText and InsetTabular
4332         some float -> int changes.
4333
4334 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4335
4336         * lyx_main.C: fix the fix
4337
4338 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4339
4340         * lyx_main.C: fix a crash in batch mode if no files specified
4341         * converter.C: ws
4342
4343 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4344
4345         * format.[Ch] (papersize): moved to BufferParams
4346         * converter.[Ch] (dvips_options): moved to BufferParams
4347         (dvipdfm_options): moved to anon namespace
4348         * bufferparams.[Ch]: added above functions.
4349
4350 2003-07-17  André Pönitz  <poenitz@gmx.net>
4351
4352         * lyxtext.h:
4353         * rowpainter.C:
4354         * text2.C: don't call inset->update() anymore
4355
4356         * metricsinfo.[Ch]: add convenience constructor
4357
4358 2003-07-16  André Pönitz  <poenitz@gmx.net>
4359
4360         * lyxcursor.[Ch]:
4361         * lyxfunc.[Ch]:
4362         * text.C:
4363         * text2.C: replace the LyXCursor::irow_ member with
4364          on-demand computation of the value
4365
4366 2003-07-16  John Levon  <levon@movementarian.org>
4367
4368         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4369
4370 2003-07-15  André Pönitz  <poenitz@gmx.net>
4371
4372         * text.C:
4373         * text2.C: remove no more needed refresh_row
4374
4375 2003-07-15  André Pönitz  <poenitz@gmx.net>
4376
4377         * lyxtext.h:
4378         * rowpainter.C:
4379         * text2.C:
4380         * text3.C: refresh_status tristate -> need_update bool
4381
4382 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4383
4384         * lyxtext.h (init): remove reinit argument (act as if always true)
4385         * text2.C: adjust to that
4386
4387 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4388
4389         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4390         * text3.C: use it to delete selections in some cases
4391         (bugs 441, 673, 702, 954).
4392
4393 2003-07-14  André Pönitz  <poenitz@gmx.net>
4394
4395         * rowpainter.[Ch]: reduce interface
4396
4397 2003-07-14  André Pönitz  <poenitz@gmx.net>
4398
4399         * BufferView_pimpl.C:
4400         * text2.C: adjust after removing unused BufferView * argument
4401
4402 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4403
4404         * text2.C (init): fix a crash fired on resize
4405
4406 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4407
4408         * buffer.[Ch]: added new closing signal
4409         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4410         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4411         BufferView::Pimpl via the closing the signal
4412
4413 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4414
4415         * buffer.[Ch]: take out all bv-related from buffer
4416         * BufferView.C:
4417         * BufferView_pimpl.[Ch]: connect to new signals
4418         * CutAndPaste.C: removed useless asserts
4419         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4420         * lyxvc.[Ch]:
4421         * vc-backend.[Ch]:
4422         * lyxfunc.C: moved view-related funciontality from vc here
4423         * paragraph.C: removed outdated comments
4424         * text.C: ws
4425
4426 2003-07-10  André Pönitz  <poenitz@gmx.net>
4427
4428         * BufferView_pimpl.C:
4429         * tabular.h:
4430         * tabular_funcs.C:
4431         * text.C:
4432         * text2.C: remove InsetText::InnerCache, clean up consequences
4433
4434 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4435
4436         * ispell.C: fix two typos in error messages
4437
4438 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4439
4440         * Extend Note inset to other forms of annotation like Comment
4441         and Greyedout. Right button click gives dialog.
4442
4443         Files modified or added (+):
4444
4445         * insetnote.[Ch]
4446         * FormNote.[Ch]      +
4447         * ControlNote.[Ch]   +
4448         * form_note.fd       +
4449         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4450         frontends/controllers
4451         * xforms/Dialogs.C
4452         * factory.C
4453
4454 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4455
4456         * aspell.C: add missing namespace lyx::support
4457
4458 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4459
4460         * BufferView.[Ch] (newFile): Add
4461         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4462         * LaTeX.[Ch] (message): added this signal and use it
4463         * buffer.[Ch] (busy, message): added these signals and use them
4464         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4465         * converter.C:
4466         * exporter.C:
4467         * format.C:
4468         * importer.C: use buffer signals instead of direct bv calling
4469         * lyx_cb.[Ch] (ShowMessage): removed
4470         * lyx_main.C:
4471         * lyxfunc.C:
4472         * paragraph_funcs.C:
4473         * text2.C: use buffer signals
4474
4475 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4476
4477         * introduce namespace lyx::graphics
4478
4479 2003-07-02  André Pönitz  <poenitz@gmx.net>
4480
4481         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4482
4483 2003-07-01  André Pönitz  <poenitz@gmx.net>
4484
4485         * text.C:
4486         * text2.C:
4487         * text3.C:
4488         * text_funcs.[Ch]:
4489         * textcursor.h:
4490         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4491           text*.C to text_func.C
4492
4493 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4494
4495         * introduce namespace lyx::support
4496
4497 2003-06-30  André Pönitz  <poenitz@gmx.net>
4498
4499         * Chktex.C:
4500         * funcrequest.C:
4501         * lyxtext.h:
4502         * text.C: re-enable --with-included-string
4503
4504 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4505
4506         * textcursor.C: add <config.h>
4507
4508         * text.C (getWord): remove const from word_location arg
4509
4510         * lyxvc.C (getLogFile): fix const type order
4511
4512         * lyxtext.h: remove const from word_location arg, add arg name
4513
4514         * lyxlayout.h: currect type on labeltype.
4515
4516         * importer.C: correct \file
4517
4518         * converter.C (intToFormat): use std:: on ret val, ws changes
4519
4520         * bufferlist.h: correct \file
4521
4522         * buffer.C (makeLinuxDocFile): fix const type order
4523         (makeDocBookFile): ditto
4524         (fillWithBibKeys): use std:: on stdlib args.
4525
4526         * CutAndPaste.C: fix authors.
4527         (availableSelections): use std:: on return vector
4528
4529 2003-06-27  André Pönitz  <poenitz@gmx.net>
4530
4531         * BufferView_pimpl.C:
4532         * bufferview_funcs.C:
4533         * lyxcursor.C:
4534         * lyxcursor.h:
4535         * lyxfunc.C:
4536         * lyxtext.h:
4537         * rowpainter.C:
4538         * text.C:
4539         * text2.C:
4540         * text3.C: remove LyXCursor::row_ member
4541
4542         * lyxtext.h:
4543         * text.C: rename fullRebreak() to partialRebreak() and implement
4544           a fullRebreak() that really bereks fully
4545
4546         * textcursor.h: new struct for cursor-related data
4547
4548 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4549
4550         * lyx_main.C (LyX): get full path of document loaded on the
4551         command line
4552
4553 2003-06-26  André Pönitz  <poenitz@gmx.net>
4554
4555         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4556           remove unused/broken operator>,<,>=.
4557
4558         *       text.C: remove only use of broken operator<= in an Assert().
4559
4560 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4561
4562         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4563         moved errorlist_.clear to showErrorList
4564
4565 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4566
4567         * converter.C (scanLog, runLaTeX):
4568         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4569         move the bv->showErrorList call to the callers
4570         * lyxfunc.C: i.e. here...
4571         * text2.C: and here
4572         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4573         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4574         namespace, the second to...
4575         * buffer_funcs (BufferFormat, parseErrors): added
4576         * errorlist.C (ErrorList(TeXErrors const &)): removed
4577
4578 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4579
4580         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4581
4582 2003-06-24  "Garst R. Reese" <reese@isn.net>
4583
4584         * debug.C: fix typo
4585
4586 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4587
4588         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4589
4590         * version.C.in: change docversion to 1.4
4591
4592 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4593
4594         * buffer.C: fix a bug just introduced
4595
4596 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4597
4598         * buffer.[Ch]: added the parseError signal and use it, removed
4599         sgmlError
4600         * BufferView.[Ch] (addError): moved to ...
4601         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4602         to the Buffer::parseError signal to catch (guess what) parse errors
4603         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4604
4605 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4606
4607         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4608         ability to create a buffer and to return an existing one from
4609         the list. Moved these functions to...
4610         * buffer_funcs.[Ch]: added
4611         * BufferView.[Ch] (loadLyXFile): added
4612         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4613         job removed from bufferlist::loadLyXFile.
4614         * buffer.C (setReadOnly): make it work without view
4615         (i.e added an if (users))
4616
4617 2003-06-19  Angus Leeming  <leeming@lyx.org>
4618
4619         * lfuns.h:
4620         * LyXAction.C (init):
4621         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4622         with LFUN_DIALOG_SHOW <name> <data>.
4623
4624 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4625
4626         * CutAndPaste.C (availableSelections): small compilation fix for
4627         ancient (gcc 2.9x) compilers
4628
4629 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4630
4631         * text3.C (cursorNext): add tmp var
4632
4633         * text2.C (updateCounters): for function calling out of for clause
4634         (replaceSelectionWithString): ditto
4635         (insertStringAsParagraphs): ditto
4636         (getColumnNearX): add tmp var
4637         (setCursorFromCoordinates): add tmp var
4638         (cursorDownParagraph): add tmp var
4639         (deleteEmptyParagraphMechanism): add tmp var
4640
4641         * text.C (insertChar): add tmp var
4642
4643         * rowpainter.C (paintDepthBar): add tmp var
4644
4645         * CutAndPaste.C (availableSelections): potentially check all
4646         paragraphs in a cut to fill the shown strings.
4647
4648 2003-06-18  André Pönitz  <poenitz@gmx.net>
4649
4650         * kbmap.[Ch]: use vector<> instead of list<>
4651
4652 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4653
4654         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4655         pasteSelection with index
4656
4657         * text2.C (pasteSelection): modify, call pasteSelection with index
4658
4659         * paragraph.C (asString): reimplement version with no interval to
4660         call the one with interval.
4661
4662         * lyxtext.h: add index arg to pasteSelection
4663
4664         * MenuBackend.C (MenuItem): handle PasteRecent
4665         (Menu::read::Menutags): add md_pasterecent
4666         (read): handle it
4667         (expandPasteRecent): new function
4668         (expand): use it
4669
4670         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4671
4672         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4673         the limited stack
4674         (availableSelections): new function
4675
4676 2003-06-17  Angus Leeming  <leeming@lyx.org>
4677
4678         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4679
4680 2003-06-17  Angus Leeming  <leeming@lyx.org>
4681
4682         * lfuns.h:
4683         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4684
4685         * lyxfunc.C (dispatch): invoke it.
4686
4687 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4688
4689         * iterators.C (operator++, ParPosition): reintroduce some
4690         const_cast for the benefit of older compilers.
4691
4692 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4693
4694         * text3.C (dispatch): do not modify clipboard when doing
4695         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4696         LFUN_DELETE_SKIP on a selection selection
4697
4698 2003-06-16  André Pönitz  <poenitz@gmx.net>
4699
4700         * BufferView.C:
4701         * buffer.C:
4702         * buffer.h:
4703         * paragraph.C:
4704         * tabular.[Ch]: IU of clone() and getLabelList();
4705
4706 2003-06-13  André Pönitz  <poenitz@gmx.net>
4707
4708         * tabular.h: compactification
4709
4710 2003-06-12  André Pönitz  <poenitz@gmx.net>
4711
4712         * tabular.C:
4713         * tabular.h:
4714         * tabular_funcs.h: some renaming plus whitespace
4715
4716 2003-06-12  André Pönitz  <poenitz@gmx.net>
4717
4718         * BufferView.C:
4719         * BufferView_pimpl.C:
4720         * CutAndPaste.C:
4721         * buffer.C:
4722         * iterators.[Ch]:
4723         * lyxfunc.C:
4724         * text.C:
4725         * toc.C: Return a Paragraph & for ParIterator::operator*()
4726
4727 2003-06-11  John Levon  <levon@movementarian.org>
4728
4729         * lyx_main.C:
4730         * ToolbarBackend.h:
4731         * ToolbarBackend.C: add "Toolbars" section and
4732         put the flags there
4733
4734 2003-06-10  Angus Leeming  <leeming@lyx.org>
4735
4736         * lfuns.h:
4737         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4738
4739         * lyxfunc.C (dispatch): invoke it.
4740
4741 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4742
4743         * main.C: protect <ios> with HAVE_IOS
4744         (main): protect sync_with_stdio with HAVE_IOS
4745
4746 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4747
4748         * text2.C (cutSelection): adjust
4749         (pasteSelection): adjust
4750
4751         * messages.C: handle get of empty string
4752
4753         * main.C (main): use sync_with_stdio(false)
4754
4755         * lyxfunc.C (dispatch): adjust
4756
4757         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4758         (WriteAs): remove unneeded BufferView arg.
4759
4760         * bufferparams.h: use correct types on papersize, papersize2 and
4761         paperpackage.
4762
4763         * bufferparams.C (readToken): adjust for type
4764         (writeLaTeX): add missing cases to switch.
4765
4766         * bufferlist.C (quitWriteBuffer): adjust
4767         (close): adjust
4768
4769         * buffer.C (asciiParagraph): remove some commented code.
4770
4771         * CutAndPaste.C: remove current_view extern variable.
4772         (cutSelection): add BufferParams arg.
4773         (eraseSelection): add BufferParams arg.
4774         (pasteSelection): add Buffer const & arg
4775
4776 2003-06-07  John Levon  <levon@movementarian.org>
4777
4778         * buffer.C:
4779         * paragraph_funcs.C:
4780         * paragraph_pimpl.C:
4781         * text.C:
4782         * text2.C:
4783         * paragraph.h:
4784         * paragraph.C: allow InsetERT to freely space lines,
4785         and some consolidation of code
4786
4787 2003-06-06  José Matos  <jamatos@fep.up.pt>
4788
4789         * buffer.C (makeDocBookFile): fix bug #821
4790
4791 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4792
4793         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4794
4795 2003-06-04  Angus Leeming  <leeming@lyx.org>
4796
4797         * buffer.C: bump format to 224.
4798
4799 2003-06-05  André Pönitz  <poenitz@gmx.net>
4800
4801         * text2.C (redoParagraphs): remove two const_cast<>
4802
4803 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4804
4805         * ParagraphList.h: remove last remnants of NO_STD_LIST
4806
4807 2003-06-03  Angus Leeming  <leeming@lyx.org>
4808
4809         * factory.C (createInset): small change to the way InsetExternal's params
4810         are set.
4811
4812 2003-06-04  André Pönitz  <poenitz@gmx.net>
4813
4814         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4815
4816         * paragraph_pimpl.h:
4817         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4818
4819         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4820
4821         * undo_funcs.C: make some simple cases of undo work again
4822
4823 2003-06-03  John Levon  <levon@movementarian.org>
4824
4825         * ispell.C: HPUX doesn't have sys/select.h
4826         (from Albert Chin)
4827
4828 2003-06-03  John Levon  <levon@movementarian.org>
4829
4830         * CutAndPaste.C: update tabular and include inset
4831         buffer references
4832
4833         * buffer.h:
4834         * paragraph.h:
4835         * paragraph.C: remove owningBuffer(), don't pass Buffer
4836         to clone()
4837
4838         * factory.C: insetGraphicsParams changed
4839
4840 2003-06-02  John Levon  <levon@movementarian.org>
4841
4842         * LyXAction.C:
4843         * factory.C:
4844         * lfuns.h:
4845         * lyxfunc.C:
4846         * text3.C: remove insetparent
4847
4848 2003-06-02  John Levon  <levon@movementarian.org>
4849
4850         * buffer.h:
4851         * buffer.C: fix inset_iterator.end(), move out of line
4852         (bug 1149)
4853
4854 2003-06-01  John Levon  <levon@movementarian.org>
4855
4856         * text3.C: use a proper cut/paste when doing inset
4857         insert (from Jürgen Spitzmüller)
4858
4859 2003-06-01  John Levon  <levon@movementarian.org>
4860
4861         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4862
4863 2003-05-30  André Pönitz  <poenitz@gmx.net>
4864
4865         * rowpainter.C: unify second drawing phase
4866
4867 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4868
4869         * trans_mgr.C: remove one case of current_view
4870
4871         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4872
4873         * paragraph_funcs.h: remove paragraph.h include
4874
4875         * paragraph.h: delete NO_STD_LIST stuff
4876
4877         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4878
4879         * buffer.h: remove paragraph.h include
4880
4881         * ParagraphList.C: delete file
4882
4883         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4884
4885         * toc.C (getTocList): adjust
4886
4887         * paragraph_pimpl.C (validate): adjust
4888
4889         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4890
4891         * paragraph.C (Paragraph): adjust
4892         (getPositionOfInset): use const_iterator, adjust
4893         (bibitem): use const_iterator, adjust
4894         (setInsetOwner): adjust
4895
4896         * iterators.C (operator++): adjust
4897
4898         * InsetList.[Ch]: Replace selfmade iterator with standard
4899         vector::iterator also introduce const_iterator. Remove getPos,
4900         getInset and setInset from InsetTable. Adjust accordingly.
4901
4902         * BufferView.C (lockInset): adjust
4903         (ChangeInsets): adjust
4904
4905         * tabular.[Ch]: delete commented same_id functions
4906
4907 2003-05-28  John Levon  <levon@movementarian.org>
4908
4909         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4910
4911 2003-05-28  André Pönitz  <poenitz@gmx.net>
4912
4913         * metricsinfo.[Ch]: remove 'fullredraw' member
4914
4915 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4916
4917         * lyxtextclass.C (operator): remove caching.
4918
4919 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4920
4921         * text3.C: adjust
4922
4923         * text2.C (cursorBottom): adjust
4924         (setCounter): use ParagraphList::find, adjust
4925
4926         * text.C (workWidth): use ParagraphList::find, adjust
4927
4928         * lyxcursor.C (LyXCursor): adjust
4929
4930         * buffer.C (inset_iterator): adjust
4931
4932         * ParagraphList.h: make iterator(value_type) private, make
4933         ParagraphList a friend of iterator.
4934
4935         * ParagraphList.C (find): new function
4936
4937         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4938
4939 2003-05-27  André Pönitz  <poenitz@gmx.net>
4940
4941         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4942
4943 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4944
4945         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4946
4947 2003-05-26  John Levon  <levon@movementarian.org>
4948
4949         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4950
4951 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4952
4953         * remove same_id from function signatures, adjust.
4954
4955 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4956
4957         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4958
4959         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4960
4961         * paragraph.C (Paragraph): get rid of same_ids parameter
4962
4963         * ParagraphList.C (insert): adjust
4964         (push_back): adjust
4965
4966 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4967
4968         * paragraph_funcs.C (breakParagraph): adjust
4969         (breakParagraphConservative): adjust
4970
4971         * buffer.C (readParagraph): adjust
4972
4973         * ParagraphList.C (insert): take a reference instead of a pointer
4974         (insert): adjust
4975
4976         * paragraph.[Ch] (id): new function
4977
4978         * bufferlist.C (newFile): adjust
4979
4980         * ParagraphList.C (ParagraphList): adjust
4981         (assign): adjust
4982         (push_back): take a reference instead of a pointer.
4983
4984         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4985
4986         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4987         instead.
4988
4989         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4990         set else use old code.
4991
4992         * ParagraphList.C: remove all NO_NEXT code and only compile this
4993         code of NO_STD_LIST is set.
4994
4995 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4996
4997         * BufferView_pimpl.C:
4998         * TextCache.C:
4999         * TextCache.h:
5000         * bufferlist.C:
5001         * errorlist.h:
5002         * format.C:
5003         * format.h:
5004         * graph.C:
5005         * lyxfunc.C:
5006         * lyxrc.C:
5007         * graphics/GraphicsConverter.C:
5008         * graphics/PreviewLoader.C: header adjustment
5009
5010 2003-05-23  Angus Leeming  <leeming@lyx.org>
5011
5012         * LaTeXFeatures.[Ch] (useBabel): new method.
5013         * bufferparams.C (writeLaTeX): use it.
5014
5015 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5016
5017         * ParagraphList.h (set): remove unused function.
5018
5019 2003-05-23  André Pönitz  <poenitz@gmx.net>
5020
5021         * BufferView.C:
5022         * BufferView_pimpl.C:
5023         * buffer.C:
5024         * buffer.h:
5025         * lyxfunc.C:
5026         * undo_funcs.C: setUndo reworked
5027
5028         * iterators.[Ch]: add access to topmost ParagraphList
5029
5030         * lyxtext.[Ch] (workWidth): add a const
5031
5032 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5033
5034         * texrow.[Ch] (increasePos): remove function
5035         * exporter.C (export): removed unused var and outdated comment
5036
5037 2003-05-23  Angus Leeming  <leeming@lyx.org>
5038
5039         * latexrunparams.h: rename fragile as moving_arg.
5040         * paragraph.C (simpleTeXOnePar): ditto.
5041         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5042
5043 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5044
5045         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5046         (createUndo): ditto
5047         (textUndoOrRedo): comment out a currently unused var.
5048
5049         * paragraph.h (NO_NEXT): enable NO_NEXT
5050
5051         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5052
5053         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5054
5055         * exporter.C (Export): adjust for removeAutoInsets removal.
5056
5057         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5058
5059         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5060
5061         * BufferView.[Ch] (removeAutoInsets): delete function
5062
5063 2003-05-22  Angus Leeming  <leeming@lyx.org>
5064
5065         * latexrunparams.h: add a free_spacing variable.
5066
5067         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5068         to pass moving_arg, as the data is stored in runparams.fragile.
5069
5070         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5071         to Inset::latexOptional or to simpleTeXOnePar.
5072
5073         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5074         free_spacing arg to Inset::latexOptional.
5075
5076         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5077         free_spacing arg.
5078
5079 2003-05-22  Angus Leeming  <leeming@lyx.org>
5080
5081         * latexrunparams.h: add fragile and use_babel variables.
5082
5083         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5084         * buffer.C (makeLaTeXFile): store this returned value in
5085         runparams.use_babel, thus passing it to the inset::latex methods.
5086
5087         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5088         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5089
5090         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5091         longer has a fragile arg, as it is stored in runparams.fragile.
5092
5093         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5094         moving_arg parameter as the data is stored in runparams.fragile.
5095
5096         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5097         a fragile parameter as the data is stored in runparams.fragile.
5098
5099 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5100
5101         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5102
5103 2003-05-22  Angus Leeming  <leeming@lyx.org>
5104
5105         * latexrunparams.h: add a 'bool nice' which defaults to false.
5106
5107         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5108         now encapsulated within runparams.
5109
5110         * bufferlist.C (updateIncludedTeXfiles):
5111         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5112
5113 2003-05-22  Angus Leeming  <leeming@lyx.org>
5114
5115         * latexrunparams.h: new file containing struct LatexRunParams.
5116         * Makefile.am: add new file.
5117
5118         * LaTeX.[Ch] (c-tor, run):
5119         * buffer.[Ch] (makeLaTeXFile):
5120         * bufferlist.[Ch] (updateIncludedTeXfiles):
5121         * converter.C (convert, scanLog):
5122         * converter.[Ch] (runLaTeX):
5123         * exporter.C (Export):
5124         * paragraph.[Ch] (simpleTeXOnePar):
5125         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5126         * paragraph_funcs.[Ch] (latexParagraphs):
5127         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5128         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5129         pass around a LatexRunParams parameter.
5130
5131 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5132
5133         * paragraph.[Ch]: remove unused constructor
5134
5135         * ParagraphList.C (erase): new function, taking two iterators
5136
5137 2003-05-22  André Pönitz  <poenitz@gmx.net>
5138
5139         * undo_funcs.C: remove duplicated code
5140
5141         * iterator.[Ch]: operator=
5142
5143 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5144
5145         * tabular.C (SetMultiColumn): ws changes
5146
5147         * rowpainter.C (paintFirst): get rid of a ->previous
5148
5149         * lyx_cb.C (getPossibleLabel): parlist simplification
5150
5151         * BufferView.C (ChangeInsets): simplify slightly.
5152
5153 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5154
5155         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5156         * lfuns.h: new LFUN_SPACE
5157         * lyxfunc.C: protected space has a new lfun
5158         * paragraph_funcs.C: read new space insets
5159         * text3.C:
5160         * factory.C: handle new space insets
5161
5162 2003-05-22  André Pönitz  <poenitz@gmx.net>
5163
5164         * BufferView.C:
5165         * BufferView_pimpl.C:
5166         * buffer.[Ch]:
5167         * lyxfunc.C:
5168         * undo_funcs.C: return a ParIterator from getParFromID.
5169
5170         * iterators.[Ch]: add two const's
5171
5172 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5173
5174         * toc.C (getTocList): adjust
5175
5176         * iterators.[Ch]: rework for parlist
5177
5178         * buffer.C (par_iterator_begin): adjust
5179         (par_iterator_end): adjust
5180
5181         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5182
5183         * BufferView.C (removeAutoInsets): adjust
5184         (ChangeInsets): adjust
5185
5186 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5187
5188         * text.C (top_y): fix bug 1110
5189
5190 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5191
5192         * errorlist.[Ch]: added
5193         * buffer.C:
5194         * BufferView.[Ch]:
5195         * BufferView_pimpl.C:
5196         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5197         instead
5198
5199 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5200
5201         * Makefile.am: ensure that lyx is relinked upon changes to the
5202         various "convenience" libs.
5203
5204 2003-05-20  Angus Leeming  <leeming@lyx.org>
5205
5206         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5207         files are compiled in alphabetical order again.
5208
5209         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5210
5211 2003-05-19  Angus Leeming  <leeming@lyx.org>
5212
5213         * gettext.[Ch]: remove "char const * _(char const *)".
5214
5215 2003-05-19  André Pönitz  <poenitz@gmx.net>
5216
5217         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5218
5219         * Makefile.am:
5220         * BufferView.C:
5221         * DepTable.h:
5222         * LaTeXFeatures.C:
5223         * buffer.C:
5224         * lyxfont.C:
5225         * lyxlex.h:
5226         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5227
5228 2003-05-19  André Pönitz  <poenitz@gmx.net>
5229
5230         * buffer.C:
5231         * lyxlayout.[Ch]:
5232         * lyxtextclass.[Ch]:
5233         * paragraph.C:
5234         * paragraph_funcs.[Ch]:
5235         * text2.C:
5236         * text3.C: more insetenv work
5237
5238 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5239
5240         * ParagraphParameters.C (params2string): small bug fixed
5241
5242 2003-05-16  André Pönitz  <poenitz@gmx.net>
5243
5244         * debug.C:
5245         * bufferview_funcs.C: patch from Kornel Benko to prevent
5246           crash when _(...) is called twice in a statement
5247
5248 2003-05-16  André Pönitz  <poenitz@gmx.net>
5249
5250         * BufferView.C:
5251         * lyxfunc.C:
5252         * text.C:
5253         * text2.C:
5254         * text3.C:
5255         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5256
5257 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5258
5259         * lyx_main.C (init): remove spurious static_cast
5260
5261 2003-05-14  André Pönitz  <poenitz@gmx.net>
5262
5263         * BufferView.C: fix format string
5264
5265 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5266
5267         * BufferView.[Ch] (insertErrors): removed
5268         * BufferView.[Ch] (showErrorList): added
5269         * buffer.C (runChkTeX):
5270         * converter.C (scanLog): call showErrorList instead of inserterrors
5271
5272 2003-05-13  André Pönitz  <poenitz@gmx.net>
5273
5274         * BufferView_pimpl.C:
5275         * buffer.C:
5276         * bufferview_func.C:
5277         * MenuBackend.C:
5278         * lyxfunc.C:
5279         * lyxrc.C:
5280         * tex-accent.C:
5281         * text3.C:
5282         * toc.C:
5283         * tabular_funcs.h: tostr() from its own header
5284
5285         * ParagraphParameters.C:
5286         * ToolbarBackend.C:
5287         * bufferparams.C:
5288         * format.C:
5289         * lyxlex_pimpl.C:
5290         * text3.C: STRCONV()
5291
5292 2003-05-12  André Pönitz  <poenitz@gmx.net>
5293
5294         * BufferView.C:
5295         * BufferView_pimpl.C:
5296         * CutAndPaste.C:
5297         * LaTeX.C:
5298         * LaTeXFeatures.C:
5299         * ParagraphParameters.C:
5300         * buffer.C:
5301         * bufferlist.C:
5302         * bufferparams.C:
5303         * bufferview_funcs.C:
5304         * converter.C:
5305         * counters.C:
5306         * debug.C:
5307         * exporter.C:
5308         * format.C:
5309         * importer.C:
5310         * lyx_cb.C:
5311         * lyx_main.C:
5312         * lyxfont.C:
5313         * lyxfunc.C:
5314         * lyxvc.C:
5315         * paragraph.C:
5316         * paragraph_funcs.C:
5317         * tabular.C:
5318         * tabular_funcs.C:
5319         * text2.C:
5320         * text3.C:  boost::format -> bformat  all over the place
5321
5322
5323 2003-05-09  André Pönitz  <poenitz@gmx.net>
5324
5325         * LColor.[Ch]: Pimpl the #include <map> away
5326
5327 2003-05-09  John Levon  <levon@movementarian.org>
5328
5329         * bufferlist.C: never remove emergency saves
5330
5331 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5332
5333         * Makefile.am: better lib building
5334
5335 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5336
5337         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5338         instead.
5339         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5340         (simpleTeXSpecialChars): adjust
5341         (simpleTeXSpecialChars): adjust
5342         * paragraph.C (simpleTeXOnePar): adjust
5343         * buffer.C (makeLaTeXFile): adjust
5344
5345         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5346
5347         * text2.C (changeDepth): parlist cleanup
5348         (getColumnNearX): ditto
5349
5350         * rowpainter.C (getLabelFont): parlist cleanup
5351
5352         * bufferlist.C (newFile): parlist cleanup
5353
5354         * CutAndPaste.C (eraseSelection): parlist cleanup
5355
5356         * BufferView_pimpl.C (trackChanges): parlist cleanup
5357         (dispatch): ditto
5358
5359         * BufferView.C (lockInset): parlist cleanup.
5360         (ChangeInsets): ditto
5361
5362 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5363
5364         * CutAndPaste.h: Update file header.
5365
5366         * CutAndPaste.C: Update file header.
5367         Store the parts cut out of the Document in a limited_stack.
5368         (copySelection): adjust
5369         (pasteSelection): new function, takes the index in the limited stack.
5370         (nrOfParagraphs): adjust
5371         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5372         simplify error inset insertion.
5373         (checkPastePossible): adjust
5374
5375 2003-05-06  John Levon  <levon@movementarian.org>
5376
5377         * text2.C: don't cast wrap inset to float
5378
5379 2003-05-05  André Pönitz  <poenitz@gmx.net>
5380
5381         * iterator.C:
5382         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5383
5384         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5385           few naked Paragraph *.
5386
5387 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5388
5389         * bufferparams.C: Output warning if a document with missing
5390         TeX document class is loaded
5391         * exporter.C: Disable TeX exports if the document class is missing
5392         * lyxtextclass.C:
5393         * lyxtextclass.h:
5394         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5395         isTeXClassAvailable()
5396
5397 2003-05-03  John Levon  <levon@movementarian.org>
5398
5399         * BufferView.h:
5400         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5401         explicit cursor show/hide
5402
5403         * BufferView_pimpl.h:
5404         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5405         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5406
5407         * lyxfunc.C: hide cursor before dispatching.
5408
5409         * lyx_cb.C:
5410         * lyxfind.C:
5411         * text.C:
5412         * text3.C: remove explicit cursor hides
5413
5414 2003-05-02  André Pönitz  <poenitz@gmx.net>
5415
5416         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5417
5418         * undo_funcs.C:
5419         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5420           linked lists
5421
5422         * text2.C: tiny whitespace
5423
5424 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5425
5426         * undo_funcs.C: almost only ws changes.
5427
5428         * ParagraphList.C (splice): just return if pl is empty.
5429
5430 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5431
5432         * ParagraphList.C (splice): new function.
5433
5434         * CutAndPaste.C (pasteSelection): use it
5435
5436 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5437
5438         * CutAndPaste.C (pasteSelection): remove the last next and
5439         previous from this file.
5440
5441 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5442
5443         * CutAndPaste.C (pasteSelection): more clean up, user proper
5444         ParagraphList functions for pasteing.
5445
5446         * ParagraphList.C (insert): new function, three arg insert
5447
5448 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5449
5450         * ParagraphList.C (insert): new function, three arg insert
5451
5452         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5453         not on paragraphs.
5454
5455 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5456
5457         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5458
5459 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5460
5461         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5462
5463 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5464
5465         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5466         (copySelection): clean up a bit.
5467         (pasteSelection): use make_pair
5468
5469         * ParagraphList.C (ParagraphList): implement copy constructor
5470         (operator=): implement, base on copy constructor.
5471         (assign): new func
5472
5473         * paragraph.C (erase): return a bool
5474
5475         * paragraph_pimpl.C (erasePos): remove function, move contents...
5476         (erase): ... here. Return a bool.
5477         (erase): call erase instead of erasePos.
5478
5479 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5480
5481         * ParagraphList.h: define PitPosPair
5482         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5483         ParagraphList, fix a bug on pasting multiple pars
5484         * text2.C: change interface to C&P
5485
5486 2003-04-30  André Pönitz  <poenitz@gmx.net>
5487
5488         * undo_func.C: revert part of yesterday's patch 2
5489
5490 2003-04-30  John Levon  <levon@movementarian.org>
5491
5492         * LColor.C: s/tabular/table/
5493
5494 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5495
5496         * text3.C (dispatch): do not convert iterator -> pointer
5497         * undo_funcs.C (setCursorParUndo): ditto
5498         * text_funcs.C (transposeChars): ditto
5499
5500         * text2.C (setLayout): ws changes only
5501
5502         * text.C (breakParagraph): do not convert iterator -> pointer
5503         (insertChar): ditto
5504         (acceptChange): ditto
5505         (rejectChange): ditto
5506         (changeCase): ditto
5507         (Delete): ditto
5508         (backspace): ditto
5509
5510         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5511         pointer
5512
5513 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5514
5515         * text3.C (gotoInset): YABG (yet another bad getChar)
5516
5517 2003-04-29  André Pönitz  <poenitz@gmx.net>
5518
5519         * paragraph.h: make operator= private unimplemented as long as
5520           it is unusable
5521
5522         * ParagraphList.C: whitespace
5523
5524         * paragraph.[Ch]:
5525         * paragraph_pimpl.[Ch]:
5526         * paragraph_funcs.C:
5527         * CutAndPaste.C:
5528         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5529
5530         * text2.C:
5531           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5532
5533 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5534
5535         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5536         * paragraph.[Ch] (erase):
5537         * paragraph_pimpl.[Ch] (erase): change return type and value
5538         * text2.C (cutSelection): some rework
5539
5540 2003-04-28  John Levon  <levon@movementarian.org>
5541
5542         * bufferlist.C: changes for unsaved changes dialog
5543
5544 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5545
5546         * bufferlist.C (newFile): set language (messages_) for new
5547         documents also.
5548
5549         * buffer.C (readFile): ws changes only.
5550
5551 2003-04-28  André Pönitz  <poenitz@gmx.net>
5552
5553         * undo_funcs.C:
5554         * lyxfunc.C:
5555         * buffer.[Ch]:
5556         * BufferView_pimpl.C:
5557         * BufferView.C: getParFromID related ParagraphList::iterator changes
5558
5559 2003-04-28  André Pönitz  <poenitz@gmx.net>
5560
5561         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5562           Changes
5563
5564 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5565
5566         * messages.C: remove one more localedir class variable.
5567
5568 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5569
5570         * messages.C (getLocaleDir): singleton generation function
5571         (Pimpl): use it.
5572         (Messages): add a default constructor.
5573
5574         * main.C (main): do not setup localedir here, do not call
5575         gettext_init.
5576
5577         * gettext.C (_): use it.
5578         (gettext_init): delete funciton
5579
5580 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5581
5582         * gettext.C (getLyXMessages): new singleton generating function.
5583
5584         * buffer.C (updateDocLang): adjust
5585
5586         * Makefile.am (messages.o): add target
5587         (main.o): remove target
5588
5589 2003-04-27  John Levon  <levon@movementarian.org>
5590
5591         * bufferlist.C:
5592         * lyx_cb.C:
5593         * lyxfunc.C:
5594         * lyxvc.C: specify cancel button in Alert::prompt
5595
5596 2003-04-26  John Levon  <levon@movementarian.org>
5597
5598         * text3.C:
5599         * lyxfunc.C:
5600         * lfuns.h:
5601         * LyXAction.C: add LFUN_INSET_SETTINGS
5602
5603         * lyxfunc.C: don't enable tabular-feature when there's
5604         just any locking inset
5605
5606 2003-04-26  John Levon  <levon@movementarian.org>
5607
5608         * bufferlist.C: re-add Cancel to buffer close question
5609
5610         * lyxfunc.C: fix import UI a bit
5611
5612 2003-04-25  John Levon  <levon@movementarian.org>
5613
5614         * gettext.C: remove the broken asserts for now
5615
5616 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5617
5618         * messages.C: make case where setlocale cannot comply work better.
5619
5620         * buffer.C (updateDocLang): new function
5621         (changeLanguage): use it
5622         (readFile): use it
5623
5624         * text2.C (setCounter): use B_ a bit.
5625
5626         * lyxlayout.C (Read): be sure to trim the label strings.
5627
5628         * messages.C (Messages): fix typo in comment
5629
5630         * buffer.C (readFile): set message_ after file is loaded.
5631         (makeDocBookFile): remove double return
5632         (changeLanguage): reset message_ upon language change.
5633         (B_): new func, use this to get translated buffer strings.
5634
5635         * main.C: add myself and Jean Marc as authors.
5636
5637 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5638
5639         * messages.[hC]: pimplify Messages, and three different pimpls to be
5640         used in different circumstances.
5641
5642         * gettext.[Ch]: change for use with new message code.
5643
5644 2003-04-24 André Pönitz <poenitz@gmx.net>
5645
5646         * factory.C: support for eqref
5647
5648 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5649
5650         * messages.[Ch]: add missing char
5651
5652         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5653
5654         * messages.[Ch]: New files
5655
5656 2003-04-18  John Levon  <levon@movementarian.org>
5657
5658         * BufferView.h:
5659         * BufferView.C:
5660         * BufferView_pimpl.C:
5661         * lfuns.h:
5662         * LyXAction.C:
5663         * lyxtext.h:
5664         * text2.C: remove layout-copy/paste (bug 778)
5665
5666 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5667
5668         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5669
5670 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5671
5672         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5673         if they succeed. Act accordingly.
5674
5675 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5676
5677         * text2.C (setCharFont): adjust
5678         (setCounter): adjust
5679         (insertStringAsLines): adjust
5680
5681         * text.C (leftMargin): adjust
5682         (setHeightOfRow): adjust
5683
5684         * rowpainter.C (paintFirst): adjust
5685         (paintLast): adjust
5686
5687         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5688         (outerHook): ditto
5689         (isFirstInSequence): ditto
5690         (getEndLabel): ditto
5691         (outerFont): adjust
5692
5693         * paragraph.C (getParLanguage): comment out some hard stuff.
5694
5695         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5696         (sgmlError): ditto
5697         (simpleDocBookOnePar): ditto
5698         (makeDocBookFile): use ParagraphList::iterator
5699
5700         * CutAndPaste.C (pasteSelection): adjust
5701
5702 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5703
5704         * text2.C (getFont): adjust
5705         (getLayoutFont): adjust
5706         (getLabelFont): adjust
5707
5708         * paragraph_funcs.C (TeXOnePar): adjust
5709
5710         * buffer.C (simpleLinuxDocOnePar): adjust
5711         (simpleDocBookOnePar): adjust
5712
5713         * CutAndPaste.C (pasteSelection): adjust
5714
5715         * BufferView.C (getEncoding): adjust
5716
5717         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5718
5719 2003-04-16  John Levon  <levon@movementarian.org>
5720
5721         * lyxfind.C: use parlist stuff for search/changes
5722
5723 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5724
5725         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5726
5727         * text2.C (deleteEmptyParagraphMechanism): adjust
5728
5729         * text2.[Ch] (ownerParagraph): delete func (both of them
5730
5731 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5732
5733         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5734
5735 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5736
5737         * ParagraphList.C: prepare for NO_NEXT
5738
5739 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5740
5741         * text2.C (getFont): adjust
5742         (getLayoutFont): adjust
5743         (getLabelFont): adjust
5744
5745         * paragraph.C (getFont): adjust
5746         (getLabelFont): adjust
5747         (getLayoutFont): adjust
5748
5749         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5750
5751 2003-04-15  John Levon  <levon@movementarian.org>
5752
5753         From Angus Leeming
5754
5755         * lyx_main.C: handle Include in .ui files
5756
5757 2003-04-15  John Levon  <levon@movementarian.org>
5758
5759         * MenuBackend.C: make the doc files length shorter
5760
5761         * ToolbarBackend.h:
5762         * ToolbarBackend.C: handle toolbar placement flags,
5763         Minibuffer
5764
5765 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5766
5767         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5768         adjust
5769
5770         * paragraph_funcs.C (TeXOnePar): adjust
5771
5772         * paragraph.C (getLabelFont): add outerfont arg, adjust
5773         (getLayoutFont): ditto
5774         (simpleTeXOnePar): adjust
5775
5776         * paragraph_pimpl.C (realizeFont): delete func
5777
5778 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5779
5780         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5781         row argument, constify cur argument.
5782
5783 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5784
5785         * text2.C (getFont): adjust
5786         (getLayoutFont): adjust
5787         (getLabelFont): adjust
5788
5789         * paragraph_funcs.C (TeXOnePar): adjust
5790         (outerFont): new func...
5791         (realizeFont): ...moved out from here, changed this to facilitate
5792         transition
5793
5794         * paragraph.C (getFont): take outerfont as arg, adjust
5795         (simpleTeXOnePar): add outerfont arg, adjust
5796
5797         * buffer.C (simpleLinuxDocOnePar): adjust
5798         (simpleDocBookOnePar): adjust
5799
5800         * CutAndPaste.C (pasteSelection): adjust
5801
5802         * BufferView.C (getEncoding): adjust
5803
5804 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5805
5806         * text2.C (setCharFont): adjust
5807         (setCounter): adjust
5808
5809         * text.C (leftMargin): adjust
5810         (setHeightOfRow): adjust
5811
5812         * rowpainter.C (paintFirst): adjust
5813         (paintLast): adjust
5814
5815         * paragraph_pimpl.C (realizeFont): adjust
5816
5817         * paragraph.C (isFirstInSequence): move from here...
5818         * paragraph_funcs.C (isFirstInSequence): ...to here
5819
5820         * paragraph.C (outerHook): move from here...
5821         * paragraph_funcs.C (outerHook): ...to here
5822
5823         * paragraph.C (depthHook): move from here...
5824         * paragraph_funcs.C (depthHook): ...to here
5825
5826         * paragraph.C (getEndLabel): move from here...
5827         * paragraph_funcs.C (getEndLabel): ...to here
5828
5829         * text2.C (realizeFont): move from here...
5830         * paragraph_funcs.C (realizeFont): ...to here
5831
5832 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5833
5834         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5835
5836 2003-04-14  Angus Leeming  <leeming@lyx.org>
5837
5838         * LColor.[Ch]: scrap LColor mathcursor.
5839
5840 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5841
5842         * lyxlex.[Ch] (text): delete function
5843         * trans.C (Load): adjust
5844         * paragraph_funcs.C (readParToken): adjust
5845
5846 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5847
5848         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5849         vector<char> instead of a char[].
5850
5851         * lyxlex_pimpl.C (getString): adjust
5852         (next): adjust
5853         (lex): use getString
5854         (eatLine): adjust
5855         (nextToken): adjust
5856
5857         * lyxlex.C (text): use pimpl_->getString()
5858         (getBool): ditto
5859         (findToken): ditto
5860
5861 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5862
5863         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5864         (makeFontEntriesLayoutSpecific): temp var for par.size()
5865         (setLayout): temp var for ownerParagraphs().end()
5866         (fullRebreak): temp var for rows().end()
5867         (selectionAsString): temp var for boost::next(startpit), realize
5868         that the while really is a regular for loop.
5869         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5870         setCursor in one place.
5871         (setParagraph): temp vr for ownerParagraphs().end()
5872         (updateCounters): make the while loop a for loop
5873         (cutSelection): temp var for ownerParagraphs().end()
5874         (updateInset): make the do {} while() a regular for loop
5875         (getCursorX): use temp vars
5876         (setCurrentFont): use temp vars
5877         (getColumnNearX): use temp vars
5878
5879 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5880
5881         * text.C (transformChar): use temp var for getChar
5882         (computeBidiTables): use temp var for row->par()
5883         (fill): move temp vars for row->par() and pit->layout() earlier in
5884         the function.
5885         (labelFill): use temp var for row->par()
5886         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5887         asc and desc, realize that pit never changes and that firstpit is
5888         just a duplicate and not needed. Exchange rit->par() with pit in a
5889         lot of places.
5890         (breakAgain): use a temp var for boost::next(rit)
5891         (breakAgainOneRow): ditto
5892         (breakParagraph): use a temp var for rows().begin()
5893         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5894         (cursorRightOneWord): use temp var for cursor.par() and
5895         cursor.pos(), remove usage of tmpcursor.
5896         (cursorLeftOneWord): use temp var for cursor.par() and
5897         cursor.pos() only set cur at end of function.
5898
5899 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5900
5901         * text.C, text2.C: exchange all usage of Paragraph::next with
5902         boost::next(ParagraphList::iterator)
5903
5904         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5905
5906         * text2.C (cursorTop): simplify implementation
5907         (cursorBottom): ditto
5908         (setParagraph): use ParagraphList::iterator
5909         (setCurrentFont): adjust
5910         (getColumnNearX): adjust
5911         (cursorRight): adjust
5912         (cursorLeft): remove usage of Paragraph::previous
5913         (cursorUpParagraph): ditto
5914         (deleteEmptyParagraphMechanism): slight cleanup
5915
5916         * text.C (isBoundary): take a Paragraph const & instead of a
5917         pointer as arg.
5918         (addressBreakPoint): ditto
5919         (leftMargin): remove usage of Paragraph::previous.
5920         (setHeightOfRow): ditto
5921         (cursorLeftOneWord): ditto
5922         (selectNextWordToSpellcheck): ditto
5923         (Delete): ditto
5924         (backspace): ditto
5925         (breakParagraph): remove one usage of Paragraph::next
5926         (redoParagraph): ditto
5927         (acceptChange): ditto
5928         (insertChar): adjust
5929         (rowBreakPoint): adjust
5930
5931         * bufferview_funcs.C (toggleAndShow): adjust
5932
5933 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5934
5935         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5936         methods to access it.
5937         * lyxtext.h:
5938         * text.C: Added updateRowPositions to compute all row positions.
5939         Make top_y and getRowNearY() to use the cached y position
5940
5941 2003-04-11  John Levon  <levon@movementarian.org>
5942
5943         * text.C (rowBreakPoint): reintroduce the labelEnd
5944         checks, code copied from the row fill stuff. Deep voodoo.
5945
5946         * text.C (fill): add a comment and debugging for the
5947         next poor soul.
5948
5949 2003-04-11  John Levon  <levon@movementarian.org>
5950
5951         * text.C: make sure fullrow insets get wrapped to the next line,
5952         even when they're in a manual label
5953
5954 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5955
5956         * text2.C (insertParagraph): make it take ParagraphList::iterator
5957         as arg.
5958         (setLayout): make it return ParagraphList::iterator
5959         (redoParagraphs): ditto
5960         (setCounter): ditto
5961         (checkParagraph): ditto
5962
5963         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5964
5965         * text2.C: adjust several funcs.
5966         (realizeFont): take a ParagraphList::iterator as arg.
5967         (getLayoutFont): ditto
5968         (getLabelFont): ditto
5969         (setCharFont): ditto
5970
5971         * text.C: adjust several funcs.
5972
5973 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5974
5975         * text.C (selectNextWordToSpellcheck): don't accidentally
5976         skip insets
5977
5978 2003-04-10  John Levon  <levon@movementarian.org>
5979
5980         * ToolbarBackend.C (getIcon): special handling for
5981         LFUN_MATH_DELIM
5982
5983 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5984
5985         * text2.C (cursorRight): a getChar assert fixed
5986
5987 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * text2.C (getFont): change to take a ParagraphList::iterator
5990         instead of Paragraph*
5991         Adjust several functions.
5992
5993         * text.C (transformChar): change to take a ParagraphList::iterator
5994         instead of Paragraph*
5995         (singleWidth): ditto
5996         Adjust several functions.
5997
5998         * rowpainter.C: adjust several functions
5999         * rowpainter.h:store a ParagraphList::iterator and not a
6000         Paragraph&.
6001
6002
6003 2003-04-09  John Levon  <levon@movementarian.org>
6004
6005         * lyxfunc.C:
6006         * lfuns.h:
6007         * LyXAction.h:
6008         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6009         and the "help" bits as well
6010
6011 2003-04-09  John Levon  <levon@movementarian.org>
6012
6013         * ToolbarBackend.h:
6014         * ToolbarBackend.C: allow multiple toolbars
6015
6016 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6017
6018         * undo_funcs.C (setCursorParUndo): adjust
6019
6020         * text_funcs.C (transposeChars): adjust
6021
6022         * text3.C (gotoNextInset): adjust
6023         (dispatch): adjust
6024
6025         * text2.C (setLayout): adjust
6026         (changeDepth): adjust
6027         (setFont): adjust
6028         (redoParagraphs): adjust
6029         (selectionAsString): adjust
6030         (setParagraph): adjust
6031         (insertInset): adjust
6032         (cutSelection): adjust
6033         (copySelection): adjust
6034         (pasteSelection): adjust
6035         (insertStringAsLines): adjust
6036         (updateInset): adjust
6037         (setCursor): change to take a ParagraphList::iterator parameter
6038         (setCursorIntern): change to take a ParagraphList::iterator parameter
6039         (setCurrentFont): adjust
6040         (cursorLeft): adjust
6041         (cursorRight): adjust
6042         (deleteEmptyParagraphMechanism): adjust
6043
6044         * text.C (breakParagraph): adjust
6045         (insertChar): adjust
6046         (acceptChange): adjust
6047         (rejectChange): adjust
6048         (selectNextWordToSpellcheck): adjust
6049         (changeCase): adjust
6050         (Delete): adjust
6051         (backspace): adjust
6052
6053         * lyxfind.C (SearchForward): adjust
6054         (SearchBackward): adjust
6055         (nextChange): adjust
6056
6057         * lyxcursor.C (par): adjust
6058
6059         * lyxcursor.h: store a ParagraphList::iterator instead of a
6060         Paragraph*
6061
6062         * lyx_cb.C (getPossibleLabel): adjust
6063
6064         * bufferview_funcs.C (toggleAndShow): adjust
6065
6066         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6067         (dispatch): adjust
6068
6069         * BufferView.C (removeAutoInsets): adjust
6070         (lockedInsetStoreUndo): adjust
6071
6072 2003-04-09  John Levon  <levon@movementarian.org>
6073
6074         * ToolbarBackend.C: try icon without argument
6075         if with argument fails
6076
6077 2003-04-08  John Levon  <levon@movementarian.org>
6078
6079         * ToolbarBackend.h:
6080         * ToolbarBackend.C: add getIcon(), handle tooltip,
6081         and change from "Icon" to "Item".
6082
6083 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6084
6085         * BufferView.C (lockInset): another bad getchar crunched
6086
6087 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6088
6089         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6090         again)
6091
6092 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6093
6094         * lyxfind.C (searchForward, searchBackwards): bug 782
6095
6096 2003-04-07  John Levon  <levon@movementarian.org>
6097
6098         * paragraph.C: remove dead comment
6099
6100         * text.C: remove troublesome depth-fiddling code
6101         in leftMargin() and rightMargin() (bug 1017)
6102
6103         * text.C: fix breaking of rows in nested lists
6104         (bug 1004)
6105
6106         * text2.C (updateCounters): fix up depth values
6107         (bug 1013)
6108
6109 2003-04-07  John Levon  <levon@movementarian.org>
6110
6111         * BufferView_pimpl.C: clear message when doc finishes resizing,
6112         and after a mouse event
6113
6114         * lyxfunc.C: clear message after exiting inset
6115
6116 2003-04-07  John Levon  <levon@movementarian.org>
6117
6118         * bufferview_funcs.C: show math status not outside
6119         status in the statusbar
6120
6121 2003-04-07  John Levon  <levon@movementarian.org>
6122
6123         * lyxfunc.C: note status changed after a depth change
6124
6125 2003-04-04  Angus Leeming  <leeming@lyx.org>
6126
6127         * LaTeX.h: move AuxInfo operator==, != out of line.
6128         Remove LaTeX virtual destructor; nothing derives from it.
6129         Move operator()() out of public area and rename it startscript().
6130         Change protected for private.
6131
6132 2003-04-04  Angus Leeming  <leeming@lyx.org>
6133
6134         * lyxfunc.C:
6135         * text2.C: remove unneeded #includes.
6136
6137 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6138
6139         * text2.C (dEPM): fix the heigth of the next row
6140
6141 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6142
6143         * text.C: squashed an invalid getChar requester + some ws changes
6144
6145 2003-04-03  John Levon  <levon@movementarian.org>
6146
6147         * bufferview_funcs.h:
6148         * bufferview_funcs.C:
6149         * lyxfunc.C:
6150         * lyxtext.h:
6151         * text2.C: make getStatus work for the env depth lfuns
6152
6153 2003-04-03  John Levon  <levon@movementarian.org>
6154
6155         * bufferview_funcs.h:
6156         * bufferview_funcs.C:
6157         * lyxfunc.C:
6158         * lyxtext.h:
6159         * text2.C: parlistize decDepth(), by merging it with incDepth()
6160
6161 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6162
6163         * lyxrow.h: store a ParagraphList::iterator instead of a
6164         Paragraph* and adjust other class functions to suit.
6165
6166         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6167         above.
6168
6169 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6170
6171         * text2.C (setCursor): do not anchor to cursor row for the time being
6172
6173 2003-04-02  John Levon  <levon@movementarian.org>
6174
6175         * LyXAction.C:
6176         * lfuns.h:
6177         * lyx_main.C:
6178         * lyxtext.h:
6179         * text.C:
6180         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6181
6182 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6183
6184         * paragraph.h: make ParagraphList and ParagraphList::iterator
6185         friends of Paragraph.
6186
6187         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6188
6189         * ParagraphList.C: Use the private next_ and previous_ from
6190         Paragraph.
6191
6192 2003-04-01  John Levon  <levon@movementarian.org>
6193
6194         * ToolbarBackend.h:
6195         * ToolbarBackend.C:
6196         * Makefile.am: rename, remove defaults gunk
6197
6198         * MenuBackend.h:
6199         * MenuBackend.C: remove defaults gunk
6200
6201         * Languages.h:
6202         * Languages.C: remove defaults gunk
6203
6204         * lyx_main.h:
6205         * lyx_main.C: error out if files couldn't be found.
6206
6207 2003-04-02  John Levon  <levon@movementarian.org>
6208
6209         * text2.C: make incDepth() use parlist
6210
6211 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6212
6213         * undo_funcs.C (firstUndoParagraph): adjust
6214
6215         * text3.C (gotoInset): adjust
6216         (dispatch): adjust, and rewrite loop.
6217
6218         * text2.C (init): adjust, and rewrite loop.
6219         (redoParagraphs): adjust
6220         (updateInset): adjust, and rewrite loop.
6221         (deleteEmptyParagraphMechanism): adjust
6222
6223         * tabular.C (LyXTabular): adjust
6224         (SetMultiColumn): adjust
6225         (TeXRow): adjust
6226
6227         * lyxtext.[Ch] (ownerParagraph): delete function
6228         (ownerParagraphs): new function returns a ParagraphList.
6229
6230         * BufferView.C (removeAutoInsets): adjust
6231         (insertErrors): adjust
6232         (setCursorFromRow): adjust
6233
6234 2003-04-01  Angus Leeming  <leeming@lyx.org>
6235
6236         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6237         in the frontends.
6238
6239 2003-04-02  John Levon  <levon@movementarian.org>
6240
6241         * lyxtext.h:
6242         * text.C:
6243         * Makefile.am:
6244         * text_funcs.h:
6245         * text_funcs.C: make transposeChars a free function
6246
6247         * lyxrow_funcs.C: remove wrong comment
6248
6249 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6250
6251         * lyxtext.h: adjust
6252         * rowpainter.C: adjust
6253         * text.C: adjust
6254         * text2.C: adjust
6255         * text3.C: adjust
6256
6257         * lyxrow_funcs. [Ch]: new files
6258
6259         * lyxrow.[Ch]: remove next and previous pointers
6260         (next,previous): remove accessor functions
6261         (isParEnd): move to lyxrow_funcs
6262         (lastPos): move to lyxrow_funcs
6263         (nextRowIsAllInset): move to lyxrow_funcs
6264         (lastPrintablePos): move to lyxrow_funcs
6265         (numberOfSeparators): move to lyxrow_funcs
6266         (numberOfHfills): move to lyxrow_funcs
6267         (numberOfLabelHfills): move to lyxrow_funcs
6268         (hfillExpansion): move to lyxrow_funcs
6269
6270         * lyxfunc.C: adjust
6271
6272         * bufferview_funcs.C (toggleAndShow): adjust
6273
6274         * RowList.h: Remove class RowList from file leave just a
6275         std::list<Row>.
6276
6277         * RowList.C: delete file
6278
6279         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6280         and lyxrow_funcs.h
6281
6282 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6283
6284         * text3.C (cursorPrevious): adjust
6285         (cursorNext): adjust
6286         (dispatch): adjust
6287
6288         * text2.C (redoHeightOfParagraph): adjust
6289         (redoDrawingOfParagraph): adjust
6290         (setCursor): adjust
6291
6292         * text.C (breakParagraph): adjust
6293         (insertChar): adjust
6294         (backspace): adjust
6295
6296         * rowpainter.C (RowPainter): adjust
6297         (leftMargin): simplify and adjust
6298         (most rowpainter functions): adjust.
6299
6300         * rowpainter.h: store the row as RowList::iterator not as Row*
6301
6302         * lyxcursor.C (row): taka RowList::iterator as arg
6303         (irow): ditto
6304
6305         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6306         of Row*.
6307
6308 2003-04-01  Angus Leeming  <leeming@lyx.org>
6309
6310         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6311         stuff like bool Bool.
6312
6313 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6314
6315         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6316         rewrite a loop
6317
6318 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6319
6320         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6321         RowList::iterator.
6322
6323         * lyxtext.h (rows): drop one version and leve a const variant that
6324         returns a RowList::iterator.
6325
6326 2003-03-31  Angus Leeming  <leeming@lyx.org>
6327
6328         * text.C (fill): ensure that the signature is the same as that in the
6329         header file.
6330
6331 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6332
6333         * text2.C (redoParagraphs): adjust
6334         (updateCounters): adjust
6335         (checkParagraph): adjust
6336         (getColumnNearX): adjust and reformat a bit.
6337
6338         * text.C (top_y): adjust
6339         (workWidth): adjust
6340         (leftMargin): adjust
6341         (prepareToPrint): adjust
6342         (getRow): adjust
6343         (getRowNearY): adjust
6344
6345         * lyxtext.h: make rowlist_ mutable.
6346
6347         * RowList.h: add const_iterator
6348         * RowList.C: adjust for RowList::const_iterator.
6349
6350         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6351         adjust.
6352
6353 2003-03-31  John Levon  <levon@movementarian.org>
6354
6355         * lyxrc.h:
6356         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6357
6358         * lyx_main.C: set default fonts from using lyx_gui funcs
6359
6360         * exporter.C: pdf_mode moved from lyxrc
6361
6362         * lyx_cb.C:
6363         * lyxfunc.C: changes from above
6364
6365 2003-03-31  John Levon  <levon@movementarian.org>
6366
6367         * lyx_main.C: fix to the last fix
6368
6369 2003-03-31  John Levon  <levon@movementarian.org>
6370
6371         * bufferlist.C: "Load original" -> "Load Original"
6372
6373         * converter.C:
6374         * exporter.C:
6375         * importer.C:
6376         * lyx_main.C:
6377         * format.C: more Alert cleanups
6378
6379 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6380
6381         * text2.C (removeParagraph): make it take a RowList::iterator as
6382         arg, adjust.
6383         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6384         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6385
6386         * text.C (anchor_row): make it take a RowList::iterator as arg,
6387         adjust.
6388         (computeBidiTables): make it take a const reference to Row instead
6389         of Row pointer, adjust.
6390         (leftMargin): make it take a RowList::iterator as arg, adjust.
6391         (rowBreakPoint): adjust
6392         (breakAgainOneRow): make it take a RowList::iterator as arg,
6393         adjust.
6394         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6395
6396         * bufferview_funcs.C (toggleAndShow): adjust
6397
6398 2003-03-30  John Levon  <levon@movementarian.org>
6399
6400         * Makefile.am:
6401         * BoostFormat.h:
6402         * boost-inst.C: moved to support
6403
6404         * several files: changes as a result
6405
6406 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6407
6408         * text2.C (LyXText): adjust.
6409         (init): adjust
6410         (removeRow): make it take a RowList::iterator as arg, adjust.
6411         (fullRebreak): adjust
6412         (deleteEmptyParagraphMechanism): adjust
6413         (clearPaint): adjust
6414         (postPaint): adjust
6415
6416         * text.C (top_y): adjust
6417         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6418         (breakAgain): make it take a RowList::iterator as arg, adjust.
6419         (breakParagraph): adjust
6420         (insertChar): adjust
6421         (backspace): adjust
6422
6423         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6424         need_break_row, and refresh_row.
6425
6426         * text3.C (dispatch): adjust
6427
6428         * text2.C (checkParagraph): adjust
6429         (setCursor): adjust
6430         (setCursorFromCoordinates): adjust
6431
6432         * text.C (top_y): adjust
6433         (workWidth): adjust
6434         (getRow): make it return a RowList::iterator, adjust
6435         (getRowNearY): make it return a RowList::iterator, adjust
6436
6437         * text2.C (init): adjust
6438         (insertRow): remove function
6439         (insertParagraph): adjust
6440         (redoParagraphs): adjust
6441         (fullRebreak): adjust
6442         (updateCounters): adjust
6443
6444         * text.C (top_y): rewrite to use RowList iterators.
6445         (top_y): adjust
6446         (setHeightOfRow): rewrite to sue RowList iterators.
6447         (appendParagraph): adjust
6448         (breakAgain): adjust
6449         (breakAgainOneRow): adjust
6450         (breakParagraph): adjust
6451         (getRow): adjust
6452         (getRowNearY): adjust, and remove commented code.
6453
6454         * lyxtext.h (firstRow): delete function
6455         (lastRow): delete function
6456         (rows): new function (const and non-const versions.)
6457         (insertRow): delete function
6458
6459         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6460
6461 2003-03-29  John Levon  <levon@movementarian.org>
6462
6463         * BufferView_pimpl.C: always update scrollbar top
6464         because pasting text when we're anchored could mean we
6465         miss an update altogether
6466
6467 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6468
6469         * text2.C (init): use rowlist_.end() and not 0.
6470         (insertRow): change to take a RowList::iterator as arg, adjust
6471         for this.
6472         (insertParagraph): change to take a RowList::iterator as arg,
6473         adjust for this.
6474         (redoParagraphs): remove some debug msgs.
6475
6476         * text.C (appendParagraph): change to take a RowList::iterator
6477         arg, adjust for this.
6478         (breakAgain): add an assert
6479         (breakAgainOneRow): ditto
6480
6481 2003-03-29  John Levon  <levon@movementarian.org>
6482
6483         * text2.C: do not clear selection after inc/decDepth
6484         (bug 550)
6485
6486 2003-03-29  John Levon  <levon@movementarian.org>
6487
6488         * BufferView.C:
6489         * buffer.C: fix broken strerrors according to Lars
6490
6491 2003-03-29  John Levon  <levon@movementarian.org>
6492
6493         * converters.C: more Alert cleanups
6494
6495 2003-03-29  John Levon  <levon@movementarian.org>
6496
6497         * bufferview_funcs.C: remove pointless Alert
6498
6499         * buffer.C: fix confusing error message when
6500         a template is chmoded 000
6501
6502 2003-03-29  John Levon  <levon@movementarian.org>
6503
6504         * BufferView.C:
6505         * BufferView.h:
6506         * BufferView_pimpl.C: Alert fixes
6507
6508         * Makefile.am:
6509         * tabular.C:
6510         * tabular-old.C: remove unused table compat reading
6511
6512 2003-03-29  John Levon  <levon@movementarian.org>
6513
6514         * BufferView.C:
6515         * buffer.C:
6516         * lyx_cb.h:
6517         * lyx_cb.C: more Alert cleanups
6518
6519         * lyxfunc.C: don't allow chktex if not latex document
6520
6521 2003-03-29  John Levon  <levon@movementarian.org>
6522
6523         * lyx_cb.C:
6524         * BufferView.C:
6525         * buffer.C: warnings pushed down from support/,
6526         kill err_alert
6527
6528 2003-03-29  John Levon  <levon@movementarian.org>
6529
6530         * lyxfunc.C: safety check for C-r (revert)
6531
6532 2003-03-29  John Levon  <levon@movementarian.org>
6533
6534         * bufferlist.h:
6535         * bufferlist.C: several UI fixes using Alert::prompt.
6536         Fix the pointless looping quit code. Fix stupid revert
6537         behaviour (bug 938)
6538
6539         * lyxvc.h:
6540         * lyxvc.C:
6541         * lyx_cb.C: use Alert::prompt
6542
6543         * lyx_main.C: remove a silly question
6544
6545         * lyxfunc.C: remove a couple of silly questions,
6546         use Alert::prompt
6547
6548 2003-03-28  John Levon  <levon@movementarian.org>
6549
6550         * text2.C: fix bug 974 (End on empty par)
6551
6552 2003-03-28  John Levon  <levon@movementarian.org>
6553
6554         * BufferView_pimpl.C:
6555         * LyXAction.C:
6556         * lfuns.h: remove do-nothing math greek lfuns
6557
6558 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6559
6560         * lyxgluelength.h (isValidGlueLength): add default arg on
6561         parameter 2. Remove default arg from friend in class.
6562
6563         * lyxlength.h (isValidLength): add default arg on parameter 2.
6564         Remove default arg from friend in class.
6565
6566         * text2.C (LyXText): adjust, initialize refresh_row.
6567         (init): adjust
6568         (removeRow): adjust
6569         (insertRow): adjust
6570         (insertParagraph): adjst
6571         (redoParagraphs): adjust
6572         (fullRebreak): adjust
6573         (updateCounters): adjust
6574         (deleteEmptyParagraphMechanism): first attempt at fixing a
6575         crashing bug.
6576
6577         * text.C (top_y): adjust
6578         (setHeightOfRow): adjust
6579         (getRow): adjust
6580         (getRowNearY): adjust
6581
6582         * lyxtext.h: include RowList.h
6583         (~LyXText): not needed anymore, deleted.
6584         (firstRow): modify for RowList
6585         (lastRow): new function
6586         Delete firstrow and lastrow class variables, add a Rowlist
6587         rowlist_ class variable.
6588
6589         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6590         paragraph is empty.
6591
6592         * RowList.C (insert): fix case where it == begin().
6593
6594 2003-03-26  Angus Leeming  <leeming@lyx.org>
6595
6596         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6597         the thesaurus dialog.
6598
6599 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6600
6601         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6602
6603         * RowList.[Ch]: new files
6604
6605         * ParagraphList.C (erase): handle the case where it == begin
6606         correctly.
6607
6608 2003-03-25  John Levon  <levon@movementarian.org>
6609
6610         * Makefile.am:
6611         * aspell_local.h:
6612         * aspell.C: add new aspell support
6613
6614         * lyxrc.h:
6615         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6616         have it accessible.
6617
6618 2003-03-25  Angus Leeming  <leeming@lyx.org>
6619
6620         * lfuns.h:
6621         * LyXAction.C (init): new LFUN_INSET_INSERT.
6622
6623         * BufferView_pimpl.C (dispatch): split out part of the
6624         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6625
6626         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6627         LFUN_INSET_APPLY.
6628
6629 2003-03-25  Angus Leeming  <leeming@lyx.org>
6630
6631         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6632
6633 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6634
6635         * text2.C:
6636         * text3.C: remove useless row->height(0)
6637
6638 2003-03-25  John Levon  <levon@movementarian.org>
6639
6640         * lyxtext.h:
6641         * text2.C:
6642         * text3.C: rename the refreshing stuff to better names
6643
6644 2003-03-24  John Levon  <levon@movementarian.org>
6645
6646         * BufferView_pimpl.h:
6647         * BufferView_pimpl.C: update layout choice on a mouse
6648         press/release
6649
6650 2003-03-23  John Levon  <levon@movementarian.org>
6651
6652         * Makefile.am: fix commandtags.h reference
6653
6654 2003-03-22  John Levon  <levon@movementarian.org>
6655
6656         * BufferView_pimpl.C:
6657         * lyxtext.h:
6658         * rowpainter.C:
6659         * rowpainter.h:
6660         * text.C:
6661         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6662
6663 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6664
6665         * lyxtext.h:
6666         * text.C: take the rtl methods out of line
6667
6668 2003-03-21 André Pönitz <poenitz@gmx.net>
6669
6670         * metricsinfo.[Ch]: new files containing structures to be passed around
6671         during the two-phase-drawing...
6672
6673 2003-03-21 André Pönitz <poenitz@gmx.net>
6674
6675         * lyxtextclass.C: read 'environment' tag.
6676
6677 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6678
6679         * text2.C (removeRow): fix bug 964
6680
6681 2003-03-20  John Levon  <levon@movementarian.org>
6682
6683         * rowpainter.C:
6684         * text.C:
6685         * text2.C: paint cleanups. Inset::update() dropped font
6686         parameter
6687
6688 2003-03-19  John Levon  <levon@movementarian.org>
6689
6690         * lyxfunc.C: only fitcursor/markDirty if available()
6691
6692 2003-03-19  John Levon  <levon@movementarian.org>
6693
6694         * commandtags.h: rename to ...
6695
6696         * lfuns.h: ... this, and renumber / cleanup
6697
6698 2003-03-19  John Levon  <levon@movementarian.org>
6699
6700         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6701         fit the cursor after an lfun
6702
6703         * BufferView.h:
6704         * BufferView.C:
6705         * BufferView_pimpl.h:
6706         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6707
6708         * LyXAction.C: layout-character should have ReadOnly
6709
6710         * ParagraphParameters.C:
6711         * buffer.C:
6712         * bufferview_funcs.C:
6713         * lyx_cb.C:
6714         * lyxfind.C:
6715         * lyxtext.h:
6716         * text.C:
6717         * text2.C:
6718         * text3.C:
6719         * undo_funcs.C: changes from above
6720
6721 2003-03-18  John Levon  <levon@movementarian.org>
6722
6723         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6724         remove it from update()
6725
6726         * lyxfunc.C: update layout choice after an lfun
6727
6728         * text3.C: remove extra updateLayoutChoice()s
6729
6730 2003-03-18  John Levon  <levon@movementarian.org>
6731
6732         * text.C: top_y change means full repaint, fix
6733         a drawing bug with cursor movement
6734
6735 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6736
6737         * lyxtext.h:
6738         * text.C:
6739         * text2.C: anchor row on setCursor
6740
6741 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6742
6743         * lyxtext.h: remove almost all mutable keywords
6744         * text.C:
6745         * text2.C:
6746         * text3.C: remove const keywords accordingly
6747
6748 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6749
6750         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6751         anon namespace
6752         (TeXEnvironment): ditto
6753         (TeXOnePar): ditto
6754
6755 2003-03-17  John Levon  <levon@movementarian.org>
6756
6757         * text.C (rowBreakPoint): remove attempt to fix displayed
6758         math insets inside a manual label
6759
6760 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6761
6762         * lyxtext.h: remove BufferView* as first arg from almost all class
6763         functions.
6764         * other files: adjust.
6765
6766 2003-03-17  John Levon  <levon@movementarian.org>
6767
6768         * lyxtext.h:
6769         * undo_funcs.C:
6770         * text2.C: more paint cleanups
6771
6772         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6773
6774         * rowpainter.h:
6775         * rowpainter.C: remove "smart" background painting code
6776
6777 2003-03-16  John Levon  <levon@movementarian.org>
6778
6779         * lyxtext.h:
6780         * text.C:
6781         * text2.C:
6782         * text3.C: add helper functions for setting refresh_row/y
6783
6784 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6785
6786         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6787         newline inset which *can* get inserted in the pass_thru layouts.
6788         This is primarily for literate documents.
6789
6790 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6791
6792         * buffer.C: increment LYX_FORMAT to 223
6793
6794 2003-03-14 André Pönitz <poenitz@gmx.net>
6795
6796         * textclass.h: prepare for environment handling, ws changes
6797         * lyxlayout.C: read latexheader and latexfooter tags
6798
6799 2003-03-14  John Levon  <levon@movementarian.org>
6800
6801         * text2.C: rewrite ::status() a bit
6802
6803 2003-03-13  John Levon  <levon@movementarian.org>
6804
6805         * lyxtext.h: add some docs
6806
6807 2003-03-13  John Levon  <levon@movementarian.org>
6808
6809         * lyxtext.h:
6810         * text.C:
6811         * text2.C:
6812         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6813
6814 2003-03-13  John Levon  <levon@movementarian.org>
6815
6816         * text3.C: fix appendix redrawing
6817
6818 2003-03-13  John Levon  <levon@movementarian.org>
6819
6820         * text.C (setHeightOfRow):
6821         * rowpainter.h:
6822         * rowpainter.C: make appendix mark have the text
6823           "Appendix" so the user knows what it is
6824
6825         * LColor.h:
6826         * LColor.C: s/appendixline/appendix/ from above
6827
6828 2003-03-13  John Levon  <levon@movementarian.org>
6829
6830         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6831
6832         * text.C: fix a getChar(pos) bug properly
6833
6834 2003-03-13  Angus Leeming  <leeming@lyx.org>
6835
6836         * commandtags.h:
6837         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6838         Probably only temporary. Let's see how things pan out.
6839
6840         * BufferView.C (unlockInset):
6841         * BufferView_pimpl.C (fitCursor):
6842         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6843
6844         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6845         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6846
6847         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6848         new functions that convert ParagraphParameters to and from a string.
6849
6850         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6851         BufferView::Pimpl's dispatch.
6852         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6853
6854 2003-03-13 André Pönitz <poenitz@gmx.net>
6855
6856         * lyxfunc.C:
6857         * text3.C:
6858         * factory.C: make it aware of InsetEnv
6859
6860 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6861
6862         * text2.C (setCursor): never ask for one past last
6863         (setCursor): add some debugging messages.
6864
6865         * text.C (singleWidth): never ask for one past last
6866         (singleWidth): ditto
6867         (leftMargin): ditto
6868         (rightMargin): ditto
6869         (rowBreakPoint): ditto
6870         (setHeightOfRow): ditto
6871         (prepareToPrint): ditto
6872
6873         * rowpainter.C (paintBackground): never ask for one past last
6874         (paintText): never ask for one past last
6875
6876         * paragraph_pimpl.C (getChar): make the assert stricter, never
6877         allow the one past last pos to be taken
6878
6879         * paragraph.C (getChar): ws changes only
6880
6881         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6882         (numberOfSeparators): ditto
6883         (numberOfHfills): ditto
6884
6885 2003-03-12  John Levon  <levon@movementarian.org>
6886
6887         * author.h:
6888         * author.C:
6889         * bufferparams.h:
6890         * bufferparams.C:
6891         * paragraph_funcs.C: fix per-buffer authorlists
6892
6893 2003-03-12  John Levon  <levon@movementarian.org>
6894
6895         * text.C: fix newline in right address
6896
6897 2003-03-12  Angus Leeming  <leeming@lyx.org>
6898
6899         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6900         duplicate those in LyXFunc::dispatch.
6901
6902         * commandtags.h:
6903         * LyXAction.C:
6904         * ToolbarDefaults.C:
6905         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6906         Add LFUN_FONTFREE_UPDATE.
6907
6908         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6909         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6910
6911         * bufferview_func.[Ch]: several new functions to facilliate
6912         transfer of data to and from the character dialog.
6913
6914 2003-03-12  John Levon  <levon@movementarian.org>
6915
6916         * buffer.C:
6917         * paragraph.h:
6918         * paragraph.C:
6919         * paragraph_funcs.C:
6920         * paragraph_pimpl.C:
6921         * sgml.C:
6922         * tabular.C:
6923         * text.C:
6924         * text3.C: remove META_NEWLINE in favour of an inset
6925
6926         * rowpainter.h:
6927         * rowpainter.C: remove paintNewline (done by inset)
6928
6929 2003-03-12  John Levon  <levon@movementarian.org>
6930
6931         * paragraph_pimpl.C: complain about bad getChar()s
6932         for a while at least
6933
6934 2003-03-12  John Levon  <levon@movementarian.org>
6935
6936         * buffer.h:
6937         * buffer.C: move paragraph read into a separate function,
6938         a little renaming to reflect that.
6939
6940         * bufferparams.h:
6941         * bufferparams.C: remove the author_ids map, not necessary now
6942
6943         * factory.h:
6944         * factory.C: moved Buffer::readInset to here
6945
6946         * paragraph_funcs.h:
6947         * paragraph_funcs.C: readParagraph free function moved from
6948         buffer.C
6949
6950         * tabular.C: name change
6951
6952 2003-03-12  John Levon  <levon@movementarian.org>
6953
6954         * buffer.C:
6955         * ParagraphParameters.C: move par params input to
6956         a read() method
6957
6958         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6959         behave like a normal read from the stream wrt reading
6960         a line vs. a \\token
6961
6962 2003-03-12  John Levon  <levon@movementarian.org>
6963
6964         * paragraph.C:
6965         * ParagraphParameters.h:
6966         * ParagraphParameters.C: move output code to a
6967         ::write() method
6968
6969 2003-03-12  John Levon  <levon@movementarian.org>
6970
6971         * BufferView.C (insertLyXFile):
6972         * buffer.h:
6973         * buffer.C:
6974         * tabular.C: use a parlist iterator for creating the
6975           document.
6976
6977 2003-03-12  John Levon  <levon@movementarian.org>
6978
6979         * buffer.C: make current_change static local not
6980           static file-scope
6981
6982 2003-03-12  John Levon  <levon@movementarian.org>
6983
6984         * buffer.C: fix insertStringAsLines for change tracking
6985
6986 2003-03-12  John Levon  <levon@movementarian.org>
6987
6988         * BufferView.C:
6989         * tabular.C:
6990         * buffer.h:
6991         * buffer.C:
6992         * bufferparams.h:
6993         * bufferparams.C: move author list into params. Rename some
6994           functions. Move the header reading into a separate token
6995           loop. Move the header token reading into BufferParams.
6996
6997 2003-03-12  John Levon  <levon@movementarian.org>
6998
6999         * changes.C: put debug inside lyxerr.debugging() checks
7000
7001 2003-03-11 André Pönitz <poenitz@gmx.net>
7002
7003         * factory.C: make it aware of InsetHFill
7004
7005 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7006
7007         * buffer.C (latexParagraphs): move function from here...
7008         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7009         args.
7010
7011 2003-03-10  Angus Leeming  <leeming@lyx.org>
7012
7013         * LyXAction.C (init): fix bug in poplating array with multiple entries
7014         with the same LFUN (spotted by JMarc).
7015
7016 2003-03-10  John Levon  <levon@movementarian.org>
7017
7018         * text.C:
7019         * text2.C: move getColumnNearX() near its
7020         only call site
7021
7022 2003-03-10  John Levon  <levon@movementarian.org>
7023
7024         * text.C: fix break before a minipage
7025
7026 2003-03-10  John Levon  <levon@movementarian.org>
7027
7028         * text.C: fix the last commit
7029
7030 2003-03-09  John Levon  <levon@movementarian.org>
7031
7032         * lyxtext.h:
7033         * text.C:
7034         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7035         bug 365 (don't break before insets unless needed). Don't
7036         return a value > last under any circumstances.
7037
7038 2003-03-09  Angus Leeming  <leeming@lyx.org>
7039
7040         * BufferView_pimpl.C (trackChanges, dispatch): call
7041         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7042
7043 2003-03-09  Angus Leeming  <leeming@lyx.org>
7044
7045         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7046         than Dialogs::showAboutlyx().
7047
7048 2003-03-09  Angus Leeming  <leeming@lyx.org>
7049
7050         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7051         than Dialogs::showTabularCreate().
7052
7053 2003-03-09  John Levon  <levon@movementarian.org>
7054
7055         * lyxtext.h:
7056         * text.C:
7057         * text2.C: 3rd arg to nextBreakPoint was always the same.
7058           Use references.
7059
7060 2003-03-08  John Levon  <levon@movementarian.org>
7061
7062         * lyxrow.C:
7063         * paragraph.C:
7064         * paragraph.h:
7065         * rowpainter.C:
7066         * text.C:
7067         * text2.C: Remove the "main" bit from the "main body"
7068           notion.
7069
7070 2003-03-08  John Levon  <levon@movementarian.org>
7071
7072         * text.C (leftMargin): The left margin of an empty
7073         manual label paragraph should not include the label width
7074         string length.
7075
7076         * text.C (prepareToPrint): don't attempt to measure hfills
7077         for empty manual label paragraphs - the answer should be 0
7078
7079 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7080
7081         * CutAndPaste.C: remove commented code and reindent.
7082
7083 2003-03-08  John Levon  <levon@movementarian.org>
7084
7085         * lyxfunc.h:
7086         * lyxfunc.C: move reloadBuffer()
7087
7088         * BufferView.h:
7089         * BufferView.C: to here
7090
7091         * lyxvc.C: add comment
7092
7093         * vc-backend.h:
7094         * vc-backend.C: call bv->reload() to avoid
7095           getStatus() check on MENURELOAD
7096
7097 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7098
7099         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7100         to an old format .dep file.
7101
7102 2003-03-07  Angus Leeming  <leeming@lyx.org>
7103
7104         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7105         when the LFUN_MOUSE_RELEASE should have been handled by
7106         inset->localDispatch.
7107
7108 2003-03-07  Angus Leeming  <leeming@lyx.org>
7109
7110         * BufferView_pimpl.C (dispatch):
7111         * LyXAction.C (init):
7112         * ToolbarDefaults.C (init):
7113         * commandtags.h:
7114         * lyxfunc.C (getStatus):
7115         remove LFUN_INSET_GRAPHICS.
7116
7117         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7118
7119 2003-03-07  Angus Leeming  <leeming@lyx.org>
7120
7121         * commandtags.h:
7122         * LyXAction.C (init):
7123         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7124
7125         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7126
7127         * commandtags.h:
7128         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7129
7130         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7131         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7132
7133 2003-03-07  Angus Leeming  <leeming@lyx.org>
7134
7135         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7136         remove "ert".
7137
7138 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7139
7140         * ParagraphList.C (front): new function
7141         (back): implement
7142
7143 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7144
7145         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7146         and top_row_offset_. removed var first_y.
7147         * text.C (top_y):
7148         * text2.C (LyXText, removeRow):
7149         * text3.C:
7150         * BufferView_pimpl.C:
7151         use these methods instead of using first_y
7152
7153 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7154
7155         * text2.C (pasteSelection): adjust for checkPastePossible
7156
7157         * CutAndPaste.C: remove Paragraph * buf and replace with
7158         ParagraphList paragraphs.
7159         (DeleteBuffer): delete
7160         (cutSelection): change the tc type to textclass_type
7161         (copySelection): change the tc type to textclass_type
7162         (copySelection): adjust for ParagraphList
7163         (pasteSelection): change the tc type to textclass_type
7164         (pasteSelection): adjust for Paragraphlist
7165         (nrOfParagraphs): simplify for ParagraphList
7166         (checkPastePossible): simplify for ParagraphList
7167         (checkPastePossible): remove unused arg
7168
7169         * ParagraphList.C (insert): handle the case where there are no
7170         paragraphs yet.
7171
7172         * CutAndPaste.h: make CutAndPaste a namespace.
7173
7174         * text3.C (dispatch): adjust
7175
7176         * text.C (breakParagraph): add a ParagraphList as arg
7177
7178         * paragraph_funcs.C (breakParagraph): change to take a
7179         BufferParams and a ParagraphList as args.
7180         (breakParagraphConservative): ditto
7181         (mergeParagraph): ditto
7182         (TeXDeeper): add a ParagraphList arg
7183         (TeXEnvironment): ditto
7184         (TeXOnePar): ditto
7185
7186         * buffer.C (readLyXformat2): adjust
7187         (insertStringAsLines): adjust
7188         (latexParagraphs): adjust
7189
7190         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7191         (cutSelection): adjust
7192         (pasteSelection): adjust
7193
7194         * BufferView_pimpl.C (insertInset): adjust
7195
7196 2003-03-05  Angus Leeming  <leeming@lyx.org>
7197
7198         * commandtags.h:
7199         * LyXAction.C (init):
7200         * BufferView_pimpl.C (dispatch):
7201         * lyxfunc.C (getStatus):
7202         remove LFUN_CHILD_INSERT.
7203
7204         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7205
7206 2003-03-05  Angus Leeming  <leeming@lyx.org>
7207
7208         * commandtags.h:
7209         * LyXAction.C (init):
7210         * src/factory.C (createInset):
7211         * lyxfunc.C (getStatus):
7212         * text3.C (dispatch):
7213         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7214
7215         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7216
7217 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7218
7219         * ParagraphList.C (insert): handle insert right before end()
7220         (erase): fix cases where it can be first or last paragraph.
7221
7222 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7223
7224         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7225         Paragraph::next and Paragraph::previous
7226         (TeXOnePar): ditto
7227
7228         * text.C (breakParagraph): adjust
7229
7230         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7231         BufferParams& as arg.
7232         (breakParagraph): use ParagraphList::insert
7233         (breakParagraphConservative): take a Buffer* instead of a
7234         BufferParams& as arg.
7235         (breakParagraphConservative): use ParagraphList::insert.
7236
7237         * buffer.C (insertStringAsLines): un-const it
7238         (insertStringAsLines): adjust
7239
7240         * ParagraphList.C (insert): new function
7241
7242         * CutAndPaste.C (pasteSelection): adjust
7243
7244         * text.C (backspace): adjust
7245
7246         * tabular.C (SetMultiColumn): adjust
7247
7248         * CutAndPaste.C (cutSelection): adjust
7249         (pasteSelection): adjust
7250
7251         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7252         Buffer const * as arg
7253
7254         * ParagraphList.C (erase): new function
7255         * paragraph_funcs.C (mergeParagraph): use it
7256         (mergeParagraph): make it take a Buffer* instead of a
7257         BufferParams* as arg
7258
7259         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7260         as arg
7261         (breakParagraphConservative): ditto
7262
7263         * paragraph.h: remove the breakParagraph friend
7264
7265         * paragraph.C (eraseIntern): new function
7266         (setChange): new function
7267
7268         * paragraph_funcs.C (mergeParagraph): make it take a
7269         ParagraphList::iterator instead of a Paragraph *, adjust
7270         accordingly.
7271
7272         * paragraph.h: move an #endif so that the change tracking stuff
7273         also works in the NO_NEXT case.
7274
7275 2003-03-04  Angus Leeming  <leeming@lyx.org>
7276
7277         * commandtags.h:
7278         * LyXAction.C: new LFUN_INSET_MODIFY.
7279
7280         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7281         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7282
7283 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7284
7285         * several files: ws changes only
7286
7287         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7288         (TeXEnvironment): ditto
7289         (TeXDeeper): ditto
7290
7291         * buffer.C (makeLaTeXFile): adjust
7292         (latexParagraphs): make it take ParagraphList::iterator as args
7293
7294 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7295
7296         * buffer.C (latexParagraphs): adjust
7297
7298         * paragraph.C (TeXOnePar): move function...
7299         (optArgInset): move function...
7300         (TeXEnvironment): move function...
7301         * paragraph_pimpl.C (TeXDeeper): move function...
7302         * paragraph_funcs.C: ...here
7303
7304         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7305
7306 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7307
7308         * buffer.C (readInset): remove compability code for old Figure and
7309         InsetInfo insets
7310
7311 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7312
7313         * buffer.C: ws changes
7314         (readInset):
7315
7316         * BufferView_pimpl.C: ditto
7317         * author.C: ditto
7318         * buffer.h: ditto
7319         * bufferlist.h: ditto
7320         * changes.h: ditto
7321         * lyxfunc.C: ditto
7322
7323 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7324
7325         * converter.[Ch]: split into itself +
7326         * graph.[Ch]
7327         * format.[Ch]
7328         * Makefile.am: += graph.[Ch] + format.[Ch]
7329         * MenuBackend.C
7330         * buffer.C
7331         * exporter.C
7332         * importer.C
7333         * lyx_main.C
7334         * lyxfunc.C
7335         * lyxrc.C: added #include "format.h"
7336
7337 2003-02-27  Angus Leeming  <leeming@lyx.org>
7338
7339         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7340           a label.
7341
7342         * factory.C (createInset): add "label" to the factory.
7343
7344         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7345           string and do no more.
7346
7347 2003-02-27  Angus Leeming  <leeming@lyx.org>
7348
7349         * commandtags.h:
7350         * LyXAction.C (init):
7351         * factory.C (createInset):
7352         * BufferView_pimpl.C (dispatch):
7353           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7354
7355         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7356
7357         * lyxfunc.C (dispatch):
7358         * text3.C (dispatch): pass name to params2string.
7359
7360 2003-02-26  Angus Leeming  <leeming@lyx.org>
7361
7362         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7363           blocks together.
7364           Rearrange the ~includes. Strip out the unnecessary ones.
7365
7366         * factory.C (createInset): reformat.
7367           create new insets for the various LFUN_XYZ_APPLY lfuns.
7368
7369 2003-02-26  John Levon  <levon@movementarian.org>
7370
7371         * lyxrow.h:
7372         * lyxrow.C: add isParStart,isParEnd helpers
7373
7374         * paragraph.h: make isInserted/DeletedText take refs
7375
7376         * paragraph_funcs.h:
7377         * paragraph_funcs.C: remove #if 0'd code
7378
7379         * lyxtext.h:
7380         * text3.C:
7381         * text2.C:
7382         * text.C: use lyxrow helpers above.
7383           Move draw and paint routines to RowPainter.
7384           Make several methods use refs not pointers.
7385           Make backgroundColor() const.
7386           Add markChangeInDraw(), isInInset().
7387           Merge changeRegionCase into changeCase.
7388           Make workWidth() shouldn't-happen code into an Assert.
7389
7390         * rowpainter.h:
7391         * rowpainter.C: new class for painting a row.
7392
7393         * vspace.h:
7394         * vspace.C: make inPixels take a ref
7395
7396 2003-02-26  Angus Leeming  <leeming@lyx.org>
7397
7398         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7399         LFUN_REF_APPLY.
7400
7401 2003-02-25  John Levon  <levon@movementarian.org>
7402
7403         * ispell.C: give the forked command a more accurate name
7404
7405 2003-02-22  John Levon  <levon@movementarian.org>
7406
7407         * toc.h:
7408         * toc.C: make TocItem store an id not a Paragraph *
7409           (bug #913)
7410
7411 2003-02-21  Angus Leeming  <leeming@lyx.org>
7412
7413         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7414           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7415           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7416           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7417           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7418           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7419
7420         * BufferView_pimpl.C (dispatch):
7421         * LyXAction.C (init):
7422         * factory.C (createInset):
7423         * lyxfunc.C (getStatus, dispatch):
7424         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7425
7426 2003-02-21  Angus Leeming  <leeming@lyx.org>
7427
7428         * BufferView_pimpl.C (MenuInsertLyXFile):
7429         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7430         * lyxfunc.C (menuNew, open, doImport):
7431           no longer pass a LyXView & to fileDlg.
7432
7433 2003-02-21  Angus Leeming  <leeming@lyx.org>
7434
7435         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7436         * LyXAction.C: change, BIBKEY to BIBITEM.
7437         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7438         Change InsetBibKey to InsetBibitem.
7439         Change BIBKEY_CODE to BIBITEM_CODE.
7440         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7441         * factory.C: replace insetbib.h with insetbibitem.h.
7442         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7443         * paragraph.C: replace insetbib.h with insetbibitem.h.
7444         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7445         Change bibkey() to bibitem().
7446         * text.C: remove insetbib.h.
7447         * text2.C: replace insetbib.h with insetbibitem.h.
7448         change bibkey() to bibitem().
7449         * text3.C: remove insetbib.h.
7450         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7451
7452 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7453
7454         * lyxrc.C (output): enclose user email in quotes (in case there are
7455         several words)
7456
7457 2003-02-18  John Levon  <levon@movementarian.org>
7458
7459         * buffer.h: add std::
7460
7461 2003-02-17  John Levon  <levon@movementarian.org>
7462
7463         * SpellBase.h:
7464         * ispell.h:
7465         * ispell.C:
7466         * pspell.h:
7467         * pspell.C: reworking. Especially in ispell, a large
7468           number of clean ups and bug fixes.
7469
7470         * lyxfunc.C: fix revert to behave sensibly
7471
7472 2003-02-17 André Pönitz <poenitz@gmx.net>
7473
7474         * LyXAction.C:
7475         * commandtags.h: new LFUN_INSERT_BIBKEY
7476
7477         * layout.h:
7478         * lyxlayout.C:
7479         * buffer.C:
7480         * factory.C:
7481         * text.C:
7482         * text2.C:
7483         * text3.C:
7484         * paragraph.[Ch]:
7485         * paragraph_func.C: remove special bibkey handling
7486
7487 2003-02-17  John Levon  <levon@movementarian.org>
7488
7489         * text.C (Delete): fix case where delete at the end of
7490           the very first paragraph would not merge the pars
7491
7492 2003-02-17  John Levon  <levon@movementarian.org>
7493
7494         * lyxrow.C: fix lastPrintablePos()
7495
7496 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7497
7498         * bufferparams.C (writeLaTeX): add a std:here
7499
7500         * buffer.C: and remove a using directive there
7501
7502 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7503
7504         * buffer.C (makeLaTeXFile): move the code that generates the
7505           preamble...
7506
7507         * bufferparams.C (writeLaTeX): ... in this new method
7508
7509         * LaTeXFeatures.C (getEncodingSet): make const
7510           (getLanguages): make const
7511
7512         * MenuBackend.C (binding): returns the binding associated to this
7513           action
7514           (add): sets the status of each item by calling getStatus. Adds
7515           some intelligence.
7516           (read): add support for OptSubMenu
7517           (expand): remove extra separator at the end of expanded menu
7518
7519 2003-02-15  John Levon  <levon@movementarian.org>
7520
7521         * BufferView.C:
7522         * BufferView_pimpl.C:
7523         * bufferlist.h:
7524         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7525           inset code that had no actual effect. Remove unneeded status
7526           code.
7527
7528 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7529
7530         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7531           in preamble
7532
7533 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7534
7535         * text.C (drawLengthMarker): also draw an arrow marker for
7536           symbolic lengths (medskip...)
7537
7538 2003-02-14  John Levon  <levon@movementarian.org>
7539
7540         * tabular.h:
7541         * tabular.C: better method names
7542
7543 2003-02-14  John Levon  <levon@movementarian.org>
7544
7545         * BufferView_pimpl.C:
7546         * bufferlist.C:
7547         * buffer.C:
7548         * converter.C:
7549         * lyx_cb.C:
7550         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7551           it's a more accurate name. Remove some pointless uses.
7552
7553 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7554
7555         * text2.C (LyXText): change order of initilizers to shut off
7556           warnings
7557
7558 2003-02-14  John Levon  <levon@movementarian.org>
7559
7560         * buffer.C: use ParIterator for getParFromID()
7561
7562         * paragraph.h:
7563         * paragraph.C:
7564         * paragraph_pimpl.h:
7565         * paragraph_pimpl.C: remove unused getParFromID()
7566
7567 2003-02-14  John Levon  <levon@movementarian.org>
7568
7569         * buffer.C: remove some very old #if 0'd parse code
7570
7571 2003-02-13  John Levon  <levon@movementarian.org>
7572
7573         * text.h:
7574         * text.C:
7575         * text2.C: move hfillExpansion(), numberOfSeparators(),
7576           rowLast(), rowLastPrintable(), numberofHfills(),
7577           numberOfLabelHfills() ...
7578
7579         * lyxrow.h:
7580         * lyxrow.C: ... to member functions here.
7581
7582         * paragraph.h:
7583         * paragraph.C:
7584         * lyxtext.h:
7585         * text.C: remove LyXText::beginningOfMainBody(), and call
7586           p->beginningOfMainBody() directly. Move the check for
7587           LABEL_MANUAL into the latter.
7588
7589         * text.h:
7590         * text.C:
7591         * text2.C:
7592         * vspace.C:
7593         * BufferView.h:
7594         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7595
7596         * text.h:
7597         * text.C:
7598         * text2.C:
7599         * text3.C:
7600         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7601           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7602
7603 2003-02-13  John Levon  <levon@movementarian.org>
7604
7605         * CutAndPaste.C: remove debug
7606
7607 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7608
7609         * paragraph.C (asString): remove two unused variables
7610
7611         * lyxtextclass.C (readTitleType):
7612           (Read):
7613           (LyXTextClass): handle new members titletype_ and titlename_
7614
7615         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7616
7617 2003-02-09  John Levon  <levon@movementarian.org>
7618
7619         * buffer.h:
7620         * buffer.C: replace hand-coded list with a map for the dep clean
7621
7622 2003-02-08  John Levon  <levon@movementarian.org>
7623
7624         * LaTeX.C: consolidate code into showRunMessage() helper
7625
7626 2003-02-08  John Levon  <levon@movementarian.org>
7627
7628         * lyxfind.C:
7629         * lyxtext.h:
7630         * text2.C:
7631         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7632           and pass the size in explicitly
7633
7634         * BufferView_pimpl.h:
7635         * BufferView_pimpl.C:
7636         * BufferView.h:
7637         * BufferView.C: add getCurrentChange()
7638
7639         * BufferView_pimpl.h:
7640         * BufferView_pimpl.C: handle change lfuns
7641
7642         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7643           for changes. Mark pasted paragraphs as new.
7644
7645         * support/lyxtime.h:
7646         * support/lyxtime.C:
7647         * DepTable.C: abstract time_t as lyx::time_type
7648
7649         * LColor.h:
7650         * LColor.C: add colours for new text, deleted text, changebars
7651
7652         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7653           package use "usenames" option.
7654
7655         * commandtags.h:
7656         * lyxfunc.C:
7657         * LyXAction.C: add change lfuns
7658
7659         * Makefile.am:
7660         * author.h:
7661         * author.C: author handling
7662
7663         * buffer.h:
7664         * buffer.C: add a per-buffer author list, with first entry as
7665           current author. Handle new .lyx tokens for change tracking. Output
7666           author list to .lyx file. Output dvipost stuff to .tex preamble.
7667           Bump lyx format to 222.
7668
7669         * bufferlist.h:
7670         * bufferlist.C: add setCurrentAuthor() to reset current author details
7671           in all buffers.
7672
7673         * bufferparams.h:
7674         * bufferparams.C: add param for tracking
7675
7676         * bufferview_funcs.C: output change info in minibuffer
7677
7678         * Makefile.am:
7679         * changes.h:
7680         * changes.C: add change-tracking structure
7681
7682         * debug.h:
7683         * debug.C: add CHANGES debug flag
7684
7685         * lyxfind.h:
7686         * lyxfind.C: add code for finding the next change piece
7687
7688         * lyxrc.h:
7689         * lyxrc.C: add user_name and user_email
7690
7691         * lyxrow.h:
7692         * lyxrow.C: add a metric for the top of the text line
7693
7694         * lyxtext.h:
7695         * text.C: implement accept/rejectChange()
7696
7697         * lyxtext.h:
7698         * text.C: paint changebars. Paint new/deleted text in the chosen
7699         colours. Strike through deleted text.
7700
7701         * paragraph.h:
7702         * paragraph.C:
7703         * paragraph_pimpl.h:
7704         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7705           in the current change to the insert functions. Rework erase to
7706           mark text as deleted, adding an eraseIntern() and a range-based
7707           erase(). Implement per-paragraph change lookup and
7708           accept/reject.
7709
7710         * paragraph_funcs.C: Fixup paste for change tracking.
7711
7712         * tabular.C: mark added row/columns as new.
7713
7714         * text.C: fix rowLast() to never return -1. Don't allow
7715           spellchecking of deleted text. Track transpose changes. Don't
7716           allow paragraph break or merge where appropriate.
7717
7718         * text2.C: leave cursor at end of selection after a cut.
7719
7720 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7721
7722         * text.C (getLengthMarkerHeight):
7723         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7724         visible on screen too.
7725
7726 2003-02-07  John Levon  <levon@movementarian.org>
7727
7728         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7729
7730 2003-02-05  Angus Leeming  <leeming@lyx.org>
7731
7732         * lyxserver.C (read_ready): revert my patch of 11 September last year
7733         as it sends PC cpu through the roof. Presumably this means that
7734         the lyxserver will no longer run on an Alpha...
7735
7736 2003-01-30  Angus Leeming  <leeming@lyx.org>
7737
7738         * factory.C (createInset): create an InsetCommandParam of type "index"
7739         and use it to 'do the right thing'.
7740
7741         * text2.C (getStringToIndex): ensure that cursor position is always
7742         reset to the reset_cursor position.
7743
7744 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7745
7746         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7747         disabled.
7748
7749 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7750
7751         * bufferview.C:
7752         * lyxcb.C:
7753         * lyxfunc.C: Output messages with identical spelling, punctuation,
7754         and spaces
7755
7756 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7757
7758         * MenuBackend.C (expandFormats): List only viewable export formats
7759         in "View" menu
7760
7761         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7762         message
7763
7764         * lyxfunc.C (getStatus): Make sure that formats other than
7765         "fax" can also be disabled
7766
7767 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7768
7769         * text3.C (dispatch): put the lfuns that insert insets in 3
7770         groups, and call doInsertInset with appropriate arguments.
7771         (doInsertInset): new function, that creates an inset and inserts
7772         it according to some boolean parameters.
7773
7774 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7775
7776         * buffer.C (readFile): remember to pass on 'par' when calling
7777         readFile recursively.
7778
7779 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7780
7781         * MenuBackend.C (expandFormats): add "..." to import formats.
7782
7783 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7784
7785         * paragraph.C (asString): Remove XForms RTL hacks.
7786
7787 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7788         * buffer.C: fix typo
7789
7790 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7791
7792         * Makefile.am (LIBS): delete var
7793         (lyx_LDADD): add @LIBS@ here instead.
7794
7795 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7796
7797         * Clarify the meaning of "wheel mouse jump"
7798
7799 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7800
7801         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7802         tabular in a float
7803
7804 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7805
7806         * importer.C (Loaders): do not preallocate 3 elements in the
7807         vector, since one ends up with 6 elements otherwise
7808
7809 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7810
7811         * DepTable.C (write): write the file name as last element of the
7812         .dep file (because it may contain spaces)
7813         (read): read info in the right order
7814
7815 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7816
7817         * paragraph_pimpl.C (simpleTeXBlanks):
7818         (simpleTeXSpecialChars):
7819         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7820
7821         * tabular.C (latex): add some missing case statements. Reindent.
7822
7823         * MenuBackend.C (expandToc): remove unused variable.
7824
7825 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7826
7827         * LColor.C:
7828         * LaTeX.C:
7829         * LyXAction.C:
7830         * MenuBackend.C:
7831         * buffer.C:
7832         * exporter.C:
7833         * lyxfunc.C:
7834         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7835         and the like.
7836
7837 2003-01-05  John Levon  <levon@movementarian.org>
7838
7839         * BufferView.h:
7840         * BufferView.C: add getEncoding()
7841
7842         * kbsequence.h:
7843         * kbsequence.C: do not store last keypress
7844
7845         * lyxfunc.h:
7846         * lyxfunc.C: store last keypress here instead. Pass encoding
7847           to getISOEncoded()
7848
7849 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7850
7851         * lyx_main.C (init): remove annoying error message when following
7852         symbolic links (bug #780)
7853
7854 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7855
7856         * text.C (insertChar):
7857         * lyxrc.C (getDescription): remove extra spaces
7858
7859 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7860
7861         * lyxrc.C (getDescription): remove extra spaces
7862
7863 2002-12-20  John Levon  <levon@movementarian.org>
7864
7865         * text3.C: hack fix for page up/down across tall rows
7866
7867 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7868
7869         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7870         not been invoked
7871
7872 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7873
7874         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7875         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7876         thesaurus is not compiled in
7877
7878 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7879
7880         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7881
7882 2002-12-16  Angus Leeming  <leeming@lyx.org>
7883
7884         * lyxrc.[Ch]:
7885         * lyx_main.C (init): remove override_x_deadkeys stuff.
7886
7887 2002-12-12  John Levon  <levon@movementarian.org>
7888
7889         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7890           insert. Only remove shift modifier under strict
7891           circumstances.
7892
7893 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7894
7895         * MenuBackend.C (expandToc): fix crash.
7896
7897 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7898
7899         * MenuBackend.C (expandToc): gettext on float names.
7900
7901 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7902
7903         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7904         implement bool empty() [bug 490]
7905
7906 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7907
7908         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7909
7910 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7911
7912         * several files: ws changes
7913
7914 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7915
7916         * text2.C (setCounter): clean up a bit, use boost.format.
7917         (updateCounters): initialize par upon declaration.
7918
7919         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7920         if the layout exists. We do not just store the layout any more.
7921         (SwitchLayoutsBetweenClasses): use boost.format
7922
7923 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7924
7925         * converter.C (convert): if from and to files are the same, use a
7926         temporary files as intermediary
7927
7928 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7929
7930         * commandtags.h:
7931         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7932
7933 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7934
7935         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7936
7937 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7938
7939         * tabular.C (asciiPrintCell): use string(size, char) instead of
7940         explicit loop.
7941
7942         * sgml.C (openTag): fix order of arguments to string constructor
7943         (closeTag): ditto
7944
7945         * lyxfunc.C (dispatch): use boost.format
7946
7947         * lots of files: change "c" -> 'c'
7948
7949 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7950
7951         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7952
7953 2002-11-25  Angus Leeming  <leeming@lyx.org>
7954
7955         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7956
7957         * lyx_main.C (init): compile fix.
7958
7959 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7960
7961         * lyx_cb.C (start): boost.formatify
7962         do not include <iostream>
7963
7964         * lengthcommon.C: ws only
7965
7966         * boost-inst.C,BoostFormat.h: add more explict instantations
7967
7968 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7969
7970         * lots of files: handle USE_BOOST_FORMAT
7971
7972 2002-11-21  John Levon  <levon@movementarian.org>
7973
7974         * pspell.C: fix compile
7975
7976 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7977
7978         * lyxfunc.C (dispatch): use boost::format
7979         (open): ditto
7980         (doImport): ditto
7981
7982         * lyxfont.C (stateText): use boost::format
7983
7984         * lyx_main.C (LyX): use boost::format
7985         (init): ditto
7986         (queryUserLyXDir): ditto
7987         (readRcFile): ditto
7988         (parse_dbg): ditto
7989         (typedef boost::function): use the recommened syntax.
7990
7991         * importer.C (Import): use boost::format
7992
7993         * debug.C (showLevel): use boost::format
7994
7995         * converter.C (view): use boost::format
7996         (convert): ditto
7997         (move): ditto
7998         (scanLog): ditto
7999
8000         * bufferview_funcs.C (currentState): use boost::format
8001
8002         * bufferlist.C (emergencyWrite): use boost::format
8003
8004         * buffer.C (readLyXformat2): use boost::format
8005         (parseSingleLyXformat2Token): ditto
8006
8007         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8008
8009         * LaTeX.C (run): use boost::format
8010
8011         * Chktex.C (scanLogFile): use boost::format
8012
8013         * BufferView_pimpl.C (savePosition): use boost::format
8014         (restorePosition): ditto
8015         (MenuInsertLyXFile): ditto
8016
8017         * BoostFormat.h: help file for explicit instation.
8018
8019 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8020
8021         * tabular.C (latex): Support for block alignment in fixed width
8022         columns.
8023
8024 2002-11-17  John Levon  <levon@movementarian.org>
8025
8026         * BufferView_pimpl.C:
8027         * lyx_cb.C:
8028         * lyxfunc.C: split filedialog into open/save
8029
8030 2002-11-08  Juergen Vigna  <jug@sad.it>
8031
8032         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8033         by my last patch (hopefully).
8034
8035 2002-11-08  John Levon  <levon@movementarian.org>
8036
8037         * iterators.h:
8038         * iterators.C:
8039         * buffer.h:
8040         * buffer.C:
8041         * paragraph.h:
8042         * paragraph.C:
8043         * toc.h:
8044         * toc.C: ParConstIterator, and use it (from Lars)
8045
8046 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8047
8048         * lyxtextclass.[Ch]: revise and add doxygen comments
8049
8050 2002-11-07  John Levon  <levon@movementarian.org>
8051
8052         * text.C: fix progress value for spellchecker
8053
8054         * toc.C: fix navigate menu for insetwrap inside minipage
8055
8056         * paragraph_funcs.C: added FIXME for suspect code
8057
8058 2002-11-07  John Levon  <levon@movementarian.org>
8059
8060         * BufferView_pimpl.C: fix redrawing of insets
8061           on buffer switch
8062
8063 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8064
8065         * text2.C (updateCounters): fix bug 668
8066
8067 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8068
8069         * text3.C (dispatch): Do not make the buffer dirty when moving the
8070         cursor.
8071
8072 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8073
8074         * vc-backend.C: STRCONV
8075         (scanMaster): ditto
8076
8077         * text2.C (setCounter): STRCONV
8078
8079         * paragraph.C (asString): STRCONV
8080
8081         * lyxlength.C (asString): STRCONV
8082         (asLatexString): ditto
8083
8084         * lyxgluelength.C (asString): STRCONV
8085         (asLatexString): ditto
8086
8087         * lyxfunc.C (dispatch): STRCONV
8088         (open): ditto
8089
8090         * lyxfont.C (stateText): STRCONV
8091
8092         * importer.C (Import): STRCONV
8093
8094         * counters.C (labelItem): STRCONV
8095         (numberLabel): ditto
8096         (numberLabel): remove unused ostringstream o
8097
8098         * chset.C: STRCONV
8099         (loadFile): ditto
8100
8101         * bufferview_funcs.C (currentState): STRCONV
8102
8103         * buffer.C (readFile): STRCONV
8104         (asciiParagraph): ditto
8105         (makeLaTeXFile): ditto
8106
8107         * Spacing.C (writeEnvirBegin): STRCONV
8108
8109         * LaTeXFeatures.C (getLanguages): STRCONV
8110         (getPackages): ditto
8111         (getMacros): ditto
8112         (getBabelOptions): ditto
8113         (getTClassPreamble): ditto
8114         (getLyXSGMLEntities): ditto
8115         (getIncludedFiles): ditto
8116
8117         * LaTeX.C: STRCONV
8118         (run): ditto
8119         (scanAuxFile): ditto
8120         (deplog): ditto
8121
8122         * LString.h: add the STRCONV macros
8123
8124         * BufferView_pimpl.C (savePosition): STRCONV
8125         (restorePosition): ditto
8126         (MenuInsertLyXFile): ditto
8127
8128         * vc-backend.C (scanMaster): change from submatch[...] to
8129         submatch.str(...)
8130
8131         * funcrequest.C: include config.h
8132
8133         * factory.C: include config.h
8134
8135         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8136
8137         * box.C: include config.h
8138
8139         * LaTeX.C (scanAuxFile): change from submatch[...] to
8140         submatch.str(...)
8141         (deplog): ditto
8142
8143 2002-10-25  Angus Leeming  <leeming@lyx.org>
8144
8145         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8146
8147         * ispell.[Ch] (setError): new method.
8148         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8149         Use setError() insetead of goto END.
8150
8151         * lyx_cb.C (AutoSave): move out child process into new class
8152         AutoSaveBuffer.
8153
8154 2002-10-30  John Levon  <levon@movementarian.org>
8155
8156         * text3.C: make start appendix undoable
8157
8158 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8159
8160         * lyxlength.C (inPixels): Fix returned value.
8161
8162         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8163         environment.
8164
8165 2002-10-24  Angus Leeming  <leeming@lyx.org>
8166
8167         * lyxgluelength.h: no need to forward declare BufferParams
8168         or BufferView, so don't.
8169
8170 2002-10-21  John Levon  <levon@movementarian.org>
8171
8172         * BufferView.C: menuUndo ->undo, redo
8173
8174         * BufferView.h: document, remove dead, make some methods private
8175
8176         * paragraph_funcs.h:
8177         * paragraph_funcs.C:
8178         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8179
8180         * buffer.h:
8181         * buffer.C:
8182         * sgml.h:
8183         * sgml.C: move sgml open/close tag into sgml.C
8184
8185         * bufferview_funcs.h: unused prototype
8186
8187         * lyxfunc.h:
8188         * lyxfunc.C: remove unused
8189
8190         * lyxtext.h:
8191         * text.C: remove unused
8192
8193 2002-10-21  John Levon  <levon@movementarian.org>
8194
8195         * BufferView.h:
8196         * BufferView.C:
8197         * BufferView_pimpl.h:
8198         * BufferView_pimpl.C: fix mouse wheel handling based on
8199           patch from Darren Freeman
8200
8201 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8202
8203         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8204
8205 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8206
8207         * lyxlength.C (inPixels): Fix hanfling of negative length.
8208         Fix LyXLength::MU case.
8209
8210 2002-10-16  John Levon  <levon@movementarian.org>
8211
8212         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8213
8214 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8215
8216         * converter.C (view): add support for $$i (file name) and $$p
8217         (file path) for the viewer command. If $$i is not specified, then
8218         it is appended to the command (for compatibility with old syntax)
8219
8220 2002-10-14  Juergen Vigna  <jug@sad.it>
8221
8222         * undo_funcs.C (textHandleUndo): alter the order in which the
8223         new undopar is added to the LyXText, as we have to set first
8224         the right prev/next and then add it as otherwise the rebuild of
8225         LyXText is not correct. Also reset the cursor to the right paragraph,
8226         with this IMO we could remove the hack in "redoParagraphs()".
8227
8228 2002-10-09  Angus Leeming  <leeming@lyx.org>
8229
8230         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8231         to turn off an optimisation if a new inset is to be inserted.
8232
8233 2002-10-11 André Pönitz <poenitz@gmx.net>
8234
8235         * lyxtext.h: make some functions public to allow access
8236         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8237
8238 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8239
8240         * text3.C (dispatch): when changing layout, avoid an infinite loop
8241         [bug #652]
8242
8243 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8244
8245         * lyxrc.C (read): treat a viewer or converter command of "none" as
8246         if it were empty.
8247
8248         * MenuBackend.C (expandFormats): for an update, also allow the
8249         formats that are not viewable
8250
8251         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8252         script if it is newer than the lyxrc.defaults in user directory
8253
8254 2002-10-07 André Pönitz <poenitz@gmx.net>
8255
8256         * text.C: Vitaly Lipatov's small i18n fix
8257
8258 2002-09-25  Angus Leeming  <leeming@lyx.org>
8259
8260         * ispell.h: doxygen fix.
8261
8262 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8263
8264         * buffer.h (readFile): Add a new argument to the method, to allow
8265         reading of old-format templates.
8266
8267 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8268
8269         * toc.C (getTocList): Get TOC from InsetWrap.
8270
8271 2002-09-16  John Levon  <levon@movementarian.org>
8272
8273         * lyxfunc.C: check tabular for cut/copy too
8274
8275 2002-09-12  John Levon  <levon@movementarian.org>
8276
8277         * LyXAction.C: tidy
8278
8279         * factory.h:
8280         * factory.C: add header
8281
8282         * paragraph_funcs.h:
8283         * paragraph_funcs.C: cleanup
8284
8285 2002-09-11  John Levon  <levon@movementarian.org>
8286
8287         * PrinterParams.h: odd/even default to true
8288
8289 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8290
8291         * PrinterParams.h: update printer parameters for new xforms dialog
8292
8293 2002-09-11  Angus Leeming  <leeming@lyx.org>
8294
8295         * lyxserver.C (read_ready): re-write to make it more transparent
8296         and to make it work in coherent fashion under Tru64 Unix.
8297
8298 2002-09-11  André Pönitz <poenitz@gmx.net>
8299
8300         * commandtags.h:
8301         * LyXAction.C:
8302         * text3.C: implement LFUN_WORDSEL
8303
8304 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8305
8306         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8307         make floatlist_ a boost::shared_ptr<FloatList>
8308
8309         * lyxtextclass.C: include FloatList.h
8310         (LyXTextClass): initialize floatlist_
8311         (TextClassTags): add TC_NOFLOAT
8312         (Read): match "nofloat" to TC_NOFLOAT and use it.
8313         (readFloat): modify call to floatlist_
8314         (floats): ditto
8315         (floats): ditto
8316
8317         * FloatList.[Ch] (FloatList): remove commented out float
8318         initialization.
8319         (erase): new function
8320
8321 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8322
8323         * MenuBackend.C (expandToc): fix crash when there is no document
8324         open
8325
8326 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8327
8328         * many files: Add insetwrap.
8329
8330 2002-09-09  John Levon  <levon@movementarian.org>
8331
8332         * text2.C: remove confusing and awkward depth wraparound
8333
8334 2002-09-09  John Levon  <levon@movementarian.org>
8335
8336         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8337
8338         * buffer.h:
8339         * buffer.C: remove getIncludeonlyList()
8340
8341         * paragraph.C:
8342         * lyxfunc.C: remove headers
8343
8344 2002-09-09  Juergen Vigna  <jug@sad.it>
8345
8346         * text.C (getColumnNearX): fix form Michael this is most
8347         probably a cut&paste bug.
8348
8349 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8350
8351         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8352
8353         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8354         references, ws changes.
8355
8356         * text2.C (init): update counters after init
8357         (insertParagraph): no need to set counter on idividual paragraphs.
8358         (setCounter): access the counters object in the textclass object
8359         on in the buffer object.
8360         (updateCounters): ditto
8361
8362         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8363         shared_ptr<Counters> to avoid loading counters.h in all
8364         compilation units.
8365         (LyXTextClass): initialize ctrs_
8366         (TextClassTags): add TC_COUNTER, and ...
8367         (Read): use it here.
8368         (CounterTags): new tags
8369         (readCounter): new function
8370         (counters): new funtion
8371         (defaultLayoutName): return a const reference
8372
8373         * counters.C (Counters): remove contructor
8374         (newCounter): remove a couple of unneeded statements.
8375         (newCounter): simplify a bit.
8376         (numberLabel): some small formatting changes.
8377
8378         * buffer.[Ch]: remove all traces of counters, move the Counters
8379         object to the LyXTextClass.
8380
8381 2002-09-06  Alain Castera  <castera@in2p3.fr>
8382
8383         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8384         package to set the horizontal alignment on fixed width columns.
8385
8386         * lyx_sty.C:
8387         * lyx_sty.h: added tabularnewline macro def.
8388
8389         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8390
8391 2002-09-06  John Levon  <levon@movementarian.org>
8392
8393         * LyXAction.C: tooltips for sub/superscript
8394
8395         * MenuBackend.C: a bit more verbose
8396
8397         * lyxfunc.C: tiny clean
8398
8399         * undo_funcs.C: document undo_frozen
8400
8401 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8402
8403         * counters.C (Counters): add missing algorithm counter.
8404
8405         * text2.C (setCounter): lookup the counter with layouts latexname
8406         instead of by section number.
8407         (setCounter): use a hackish way to lookup the correct enum
8408         counter.
8409         a float name->type change
8410         reset enum couners with counter name directly instead of depth value.
8411
8412         * counters.C (Counters): remove the push_backs, change to use the
8413         float type not the float name.
8414         (labelItem): remove unused string, float name->type change
8415
8416         * counters.h: don't include vector, loose the enums and sects vectors
8417
8418 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8419
8420         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8421         (Read): add float->TC_FLOAT to textclassTags
8422         (Read): and handle it in the switch
8423         (readFloat): new function
8424
8425         * FloatList.C (FloatList): comment out the hardcoded float
8426         definitions.
8427
8428         * lyxlayout.h: ws change.
8429
8430 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8431
8432         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8433
8434 2002-09-03  Angus Leeming  <leeming@lyx.org>
8435
8436         * BufferView_pimpl.h: qualified name is not allowed in member
8437         declaration: WorkArea & Pimpl::workarea() const;
8438
8439         * factory.C: added using std::endl directive.
8440
8441         * text3.C: added using std::find and std::vector directives.
8442
8443 2002-08-29  André Pönitz <poenitz@gmx.net>
8444
8445         * lyxtext.h:
8446         * text2.C: remove unused member number_of_rows
8447
8448         * Makefile.am:
8449         * BufferView2.C: remove file, move contents to...
8450         * BufferView.C: ... here
8451
8452         * BufferView_pimpl.C:
8453         * factory.C: move more inset creation to factory
8454
8455         * vspace.C: avoid direct usage of LyXText, ws changes
8456
8457         * BufferView.[Ch]:
8458                 don't provide direct access to WorkArea, use two simple
8459                 acessors haveSelction() and workHeight() instead
8460
8461
8462 2002-08-29  John Levon  <levon@movementarian.org>
8463
8464         * BufferView_pimpl.C (dispatch): do not continue when
8465           no buffer
8466
8467 2002-08-28  André Pönitz <poenitz@gmx.net>
8468
8469         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8470
8471         * BufferView.h:
8472         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8473
8474 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8475
8476         * buffer.C: increment LYX_FORMAT to 221
8477
8478         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8479         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8480
8481         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8482
8483         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8484
8485 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8486
8487         * factory.C (createInset): use LyXTextClass::floats
8488
8489         * MenuBackend.C (expandFloatListInsert):
8490         (expandFloatInsert):
8491         (expandToc):
8492
8493         * text2.C (setCounter):
8494
8495         * LaTeXFeatures.C (useFloat):
8496         (getFloatDefinitions):
8497
8498         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8499
8500         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8501         floatlist_, with accessor floats().
8502
8503         * FloatList.h: remove global FloatList
8504
8505 2002-08-26  André Pönitz <poenitz@gmx.net>
8506
8507         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8508
8509         * BufferView.h:
8510         * BufferView2.C:
8511         * BufferView_pimpl.C:
8512         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8513
8514 2002-08-25  John Levon  <levon@movementarian.org>
8515
8516         * LyXAction.C: fix margin note description
8517
8518 2002-08-24  John Levon  <levon@movementarian.org>
8519
8520         * buffer.C:
8521         * bufferlist.C:
8522         * bufferview_funcs.C:
8523         * lyxfont.C:
8524         * undo_funcs.C: cleanups
8525
8526         * lyxfunc.C: disable CUT/COPY when no selection
8527
8528 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8529
8530         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8531         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8532
8533         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8534         Add backward compatibility to "mono", "gray" and "no".
8535
8536 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8537
8538         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8539         (and file_format >= 200).
8540
8541 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8542
8543         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8544
8545 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8546
8547         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8548
8549 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8550
8551         * BufferView_pimpl.C:
8552         * LyXAction.C:
8553         * buffer.C:
8554         * commandtags.h:
8555         * lyxfunc.C:
8556         * paragraph.[Ch]:
8557         * text2.C:
8558         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8559         inset and code to make it  work with the paragraph code. The inset
8560         can be anywhere in the paragraph, but will only do the expected
8561         thing in LaTeX if the layout file contains the parameter line
8562                         OptionalArgs    1
8563         (or more generally, a nonzero value) for that layout.
8564
8565 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8566
8567         * paragraph.h: remove the declaration of undefined counters class
8568         function.
8569
8570 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8571
8572         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8573         Dr. Richard Hawkins.
8574
8575 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8576
8577         * paragraph_funcs.h: remove some unneeded includes
8578
8579         * text.C (backspace): pasteParagraph now in global scipe
8580
8581         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8582         (pasteSelection): ditto
8583
8584         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8585         * paragraph_funcs.C (pasteParagraph): ... here
8586
8587 2002-08-20  André Pönitz <poenitz@gmx.net>
8588
8589         * commandtags.h: new LFUNs for swapping/copying table row/colums
8590
8591         * LyXAction.C:
8592         * lyxfunc.C: support for new lfuns
8593
8594 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8595
8596         * tabular.C:
8597         * buffer.[Ch]: remove NO_COMPABILITY stuff
8598
8599 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8600
8601         * boost.C (throw_exception): new file, with helper function for
8602         boost compiled without exceptions.
8603
8604         * paragraph.h:
8605         * lyxlength.C:
8606         * buffer.C:
8607         * ParameterStruct.h:
8608         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8609
8610         * bufferlist.C (emergencyWriteAll): use boost bind
8611
8612         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8613
8614         * text.C: include paragraph_funcs.h
8615         (breakParagraph): breakParagraph is now in global scope
8616
8617         * paragraph_funcs.[Ch]: new files
8618
8619         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8620         global scope
8621
8622         * buffer.C: include paragraph_funcs.h
8623         (insertStringAsLines): breakParagraph is now in global scope
8624
8625         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8626         paragraph_funcs.C
8627
8628         * CutAndPaste.C: include paragraph_funcs.h
8629         (cutSelection): breakParagraphConservative is now in global scope
8630         (pasteSelection): ditto
8631
8632         * buffer.h: declare oprator== and operator!= for
8633         Buffer::inset_iterator
8634
8635         * bufferlist.C (emergencyWrite): don't use fmt(...)
8636
8637         * text3.C: add using std::endl
8638
8639         * BufferView.C (moveCursorUpdate): remove default arg
8640
8641 2002-08-20  André Pönitz <poenitz@gmx.net>
8642
8643         * buffer.[Ch]: move inline functions to .C
8644
8645         * BufferView2.C:
8646         * BufferView_pimpl.C:
8647         * text.C:
8648         * buffer.[Ch]: use improved inset_iterator
8649
8650         * buffer.C:
8651         * paragraph.[Ch]: write one paragraph at a time
8652
8653 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8654
8655         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8656         style if style is not specified.
8657
8658 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8659
8660         * text2.C (setCounter): when searching for right label for a
8661         caption, make sure to recurse to parent insets (so that a caption
8662         in a minipage in a figure float works) (bug #568)
8663
8664 2002-08-20  André Pönitz <poenitz@gmx.net>
8665
8666         * text3.C: new file for LyXText::dispatch() and helpers
8667
8668         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8669
8670         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8671
8672 2002-08-19  André Pönitz <poenitz@gmx.net>
8673
8674         * lyxtext.h:
8675         * text.C: new LyXText::dispatch()
8676
8677         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8678
8679 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8680
8681         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8682
8683         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8684         Hebrew text.
8685
8686 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8687
8688         * Makefile.am: use $(variables) instead of @substitutions@
8689
8690 2002-08-15  André Pönitz <poenitz@gmx.net>
8691
8692         * lyxfunc.C:
8693         * BufferView_pimpl.C: streamlining mathed <-> outer world
8694         interaction
8695
8696         * commandtags.h:
8697         * LyXAction.C: remove unused LFUN_MATH
8698
8699 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8700
8701         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8702
8703 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8704
8705         * paragraph.C (Paragraph): reformat a bit
8706         (cutIntoMinibuffer): use builtin InsetList function instad of
8707         doing it manually.
8708         (getInset): ditto
8709
8710         * buffer.C: include boost/bind.hpp, add using std::for_each
8711         (writeFileAscii): use ParagraphList iterators
8712         (validate): use for_each for validate traversal of paragraphs
8713         (getBibkeyList): use ParagraphList iterators
8714         (resizeInsets): use for_each to resizeInsetsLyXText for all
8715         paragraphs.
8716         (getParFromID): use ParagraphList iterators
8717
8718         * BufferView2.C (lockInset): use paragraph list and iterators
8719
8720 2002-08-14  John Levon  <levon@movementarian.org>
8721
8722         * lyxserver.C: remove spurious xforms include
8723
8724 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8725
8726         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8727
8728 2002-08-13  André Pönitz <poenitz@gmx.net>
8729
8730         * LyXAction.[Ch]:
8731         * lyxfunc.C: further cleaning
8732
8733 2002-08-13  André Pönitz <poenitz@gmx.net>
8734
8735         * funcrequest.h: new constructor
8736
8737         * funcrequest.C: move stuff here from .h
8738
8739         * Makefile.am:
8740         * BufferView_pimpl.C:
8741         * LyXAction.C:
8742         * toc.C:
8743         * lyxfunc.C: subsequent changes
8744
8745         * lyxfunc.h: new view() member function
8746
8747         * lyxfunc.C: subsequent changes
8748
8749 2002-08-13  Angus Leeming  <leeming@lyx.org>
8750
8751         * BufferView2.C:
8752         * BufferView_pimpl.C:
8753         * buffer.C:
8754         * converter.C:
8755         * importer.C:
8756         * lyxfunc.C:
8757         * lyxvc.C:
8758         * toc.C:
8759         * vc-backend.C:
8760         changes due to the changed LyXView interface that now returns references
8761         to member variables not pointers.
8762
8763 2002-08-13  Angus Leeming  <leeming@lyx.org>
8764
8765         * WordLangTuple (word, lang_code): return references to strings,
8766         not strings.
8767
8768         * BufferView.h:
8769         * SpellBase.h:
8770         * lyxtext.h: forward-declare WordLangTuple.
8771
8772         * BufferView2.C:
8773         * ispell.C:
8774         * pspell.C:
8775         * text.C: #include "WordLangTuple.h".
8776
8777         * lyxtext.h:
8778         * text.C: (selectNextWordToSpellcheck): constify return type.
8779
8780 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8781
8782         * buffer.C:
8783         * buffer.h:
8784         * lyxtext.h:
8785         * paragraph.C:
8786         * paragraph_pimpl.h:
8787         * text.C:
8788         * text2.C:
8789         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8790         suggested by Angus.
8791         Made updateCounter always count from start of buffer, and removed
8792         second argument (par).
8793         Reverted floats number display to '#'. Perhaps I'll try again when the
8794         code base is sanitized a bit.
8795
8796 2002-08-12  Angus Leeming  <leeming@lyx.org>
8797
8798         * buffer.[Ch] (getLabelList): constify.
8799
8800 2002-08-07  André Pönitz <poenitz@gmx.net>
8801
8802         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8803
8804         * funcrequest.h: extension to keep mouse (x,y) position
8805
8806 2002-08-12  Juergen Vigna  <jug@sad.it>
8807
8808         * BufferView2.C (insertErrors): forbid undo when inserting error
8809         insets.
8810
8811         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8812
8813 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8814
8815         * ParagraphList.[Ch]: new files
8816
8817         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8818
8819         * BufferView2.C (lockInset): ParagraphList changes
8820         * toc.C: ditto
8821         * text2.C: ditto
8822         * bufferlist.C: ditto
8823         * buffer.h: ditto
8824         * buffer.C: ditto
8825
8826 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8827
8828         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8829         unused class variable counter_,
8830
8831         * paragraph.[Ch] (getFirstCounter): delete unused function
8832
8833         * counters.C: include LAssert.h
8834         (reset): add a new function with no arg, change other version to
8835         not have def. arg and to not allow empty arg.
8836
8837         * text2.C (setCounter): remove empty arg from call to Counters::reset
8838
8839 2002-08-11  John Levon  <levon@movementarian.org>
8840
8841         * Makefile.am: add WordLangTuple.h
8842
8843 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8844
8845         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8846         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8847
8848         * insets/insettext.C: InsetList changes
8849
8850         * graphics/GraphicsSupport.C (operator()): InsetList changes
8851
8852         * toc.C (getTocList): InsetList changes
8853
8854         * paragraph_pimpl.[Ch]: InsetList changes
8855
8856         * paragraph.[Ch]: InsetList changes
8857
8858         * buffer.C (inset_iterator): InsetList changes
8859         (setParagraph): ditto
8860         * buffer.h (inset_iterator): ditto
8861         * iterators.C (operator++): ditto
8862         * iterators.h: ditto
8863
8864         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8865
8866         * InsetList.[Ch]: new files, most InsetList handling moved out of
8867         paragraph.C.
8868
8869         * BufferView2.C (removeAutoInsets): InsetList changes
8870         (lockInset): ditto
8871         (ChangeInsets): ditto
8872
8873 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8874
8875         * paragraph_pimpl.h (empty): new function
8876
8877         * paragraph.[Ch] (empty): new function
8878
8879         * other files: use the new Paragraph::empty function
8880
8881 2002-08-09  John Levon  <levon@movementarian.org>
8882
8883         * lyxtext.h: remove unused refresh_height
8884
8885 2002-08-09  John Levon  <levon@movementarian.org>
8886
8887         * Makefile.am:
8888         * sgml.h:
8889         * sgml.C:
8890         * buffer.C:
8891         * paragraph.h:
8892         * paragraph.C: move sgml char escaping out of paragraph
8893
8894         * paragraph.h:
8895         * paragraph.C: remove id setter
8896
8897         * buffer.C:
8898         * paragraph.C:
8899         * paragraph_pimpl.C: remove dead tex_code_break_column
8900
8901         * bufferview_funcs.C: small cleanup
8902
8903         * lyxfunc.C: remove dead proto
8904
8905         * lyxtext.h: make some stuff private. Remove some dead stuff.
8906
8907         * lyxgluelength.C: make as[LyX]String() readable
8908
8909 2002-08-08  John Levon  <levon@movementarian.org>
8910
8911         * LyXAction.h:
8912         * LyXAction.C:
8913         * MenuBackend.C:
8914         * ToolbarDefaults.C:
8915         * lyxfunc.C:
8916         * lyxrc.C:
8917         * toc.C: lyxaction cleanup
8918
8919 2002-08-08  John Levon  <levon@movementarian.org>
8920
8921         * BufferView2.C: small cleanup
8922
8923         * lyxfind.h:
8924         * lyxfind.C: move unnecessary header into the .C
8925
8926 2002-08-08  John Levon  <levon@movementarian.org>
8927
8928         * funcrequest.h: just tedious nonsense
8929
8930         * lyx_main.h:
8931         * lyx_main.C: cleanups
8932
8933         * buffer.C:
8934         * vspace.C: remove dead header lyx_main.h
8935
8936 2002-08-07  Angus Leeming  <leeming@lyx.org>
8937
8938         * Paragraph.[Ch]:
8939         * paragraph_pimpl.h:
8940         Forward declare class Counters in paragraph.h by moving the ctrs member
8941         variable into Paragraph::Pimpl.
8942         (counters): new method, returning a reference to pimpl_->ctrs.
8943
8944         * text2.C: ensuing changes.
8945
8946 2002-08-07  John Levon  <levon@movementarian.org>
8947
8948         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8949
8950         * BufferView_pimpl.C: announce X selection on double/triple
8951           click
8952
8953         * lyx_main.C: use correct bool in batch dispatch
8954
8955         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8956
8957 2002-08-07  André Pönitz <poenitz@gmx.net>
8958
8959         * funcrequest.h: new class to wrap a kb_action and its argument
8960
8961         * BufferView.[Ch]:
8962         * BufferView_pimpl[Ch]:
8963         * LaTeX.C:
8964         * LyXAction.[Ch]:
8965         * lyxfunc.[Ch]:
8966         * lyxrc.C: subsequent changes
8967
8968
8969 2002-08-07  John Levon  <levon@movementarian.org>
8970
8971         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8972           document options change.
8973
8974 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8975
8976         * counters.[Ch]
8977         * text2.C
8978         * paragraph.[Ch]
8979         * makefile.am: move counters functionality over from
8980         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8981
8982 2002-08-06  John Levon  <levon@movementarian.org>
8983
8984         * WordLangTuple.h: new file for word + language code tuple
8985
8986         * SpellBase.h:
8987         * pspell.h:
8988         * pspell.C:
8989         * ispell.h:
8990         * ispell.C:
8991         * lyxtext.h:
8992         * text.C:
8993         * text2.C:
8994         * BufferView.h:
8995         * BufferView2.C: use WordLangTuple
8996
8997         * layout.h:
8998         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8999
9000 2002-08-06  John Levon  <levon@movementarian.org>
9001
9002         * lyx_main.C: fix cmdline batch handling
9003
9004 2002-08-06  André Pönitz <poenitz@gmx.net>
9005
9006         * lyxrc.C: set default for show_banner to true
9007
9008 2002-08-06  John Levon  <levon@movementarian.org>
9009
9010         * pspell.C: fix a crash, and allow new aspell to work
9011
9012 2002-08-06  John Levon  <levon@movementarian.org>
9013
9014         * lyxfunc.C:
9015         * kbmap.C: small cleanup
9016
9017         * vspace.h:
9018         * vspace.C: add const
9019
9020 2002-08-05  John Levon  <levon@movementarian.org>
9021
9022         * LyXAction.C: back to tabular-insert
9023
9024 2002-08-04  John Levon  <levon@movementarian.org>
9025
9026         * BufferView.h:
9027         * BufferView.C: cosmetic change
9028
9029         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9030
9031         * bufferlist.C:
9032         * buffer.h:
9033         * buffer.C:
9034         * lyxcb.h:
9035         * lyxcb.C:
9036         * lyxserver.C:
9037         * lyxvc.C:
9038         * vc-backend.C:
9039         * BufferView2.C: purge all "Lyx" not "LyX" strings
9040
9041         * lyxcursor.h:
9042         * lyxcursor.C: attempt to add some documentation
9043
9044         * lyxfunc.C:
9045         * commandtags.h:
9046         * LyXAction.C:
9047         * ToolbarDefaults.C:
9048         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9049           merge with LFUN_TABULAR_INSERT
9050
9051         * Makefile.am:
9052         * SpellBase.h:
9053         * ispell.h:
9054         * ispell.C:
9055         * pspell.h:
9056         * pspell.C: split up i/pspell implementations into separate
9057           files, many cleanups
9058
9059         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9060
9061         * text2.C: some cleanup
9062
9063         * lyxfunc.C: don't check for isp_command == "none" any more, it
9064           didn't make any sense
9065
9066 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9067
9068         * counters.[Ch]
9069         * text2.C
9070         * paragraph.[Ch]
9071         * makefile.am: move counters functionality over
9072         from text2.C/paragraph.[Ch] to counters.[Ch], and
9073         make proper C++.
9074 2002-08-02  John Levon  <levon@movementarian.org>
9075
9076         * buffer.C: s/lyxconvert/lyx2lyx/
9077
9078 2002-08-02  Angus Leeming  <leeming@lyx.org>
9079
9080         * lyxlex.C: revert John's change as it breaks reading of the user
9081         preamble.
9082
9083 2002-08-02  Angus Leeming  <leeming@lyx.org>
9084
9085         * importer.C (Import):
9086         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9087         changes due to LyXView::view() now returning a boost::shared_ptr.
9088
9089 2002-08-02  John Levon  <levon@movementarian.org>
9090
9091         * lyxlex.C: small cleanup
9092
9093 2002-08-02  John Levon  <levon@movementarian.org>
9094
9095         * text2.C (status): small cleanup, no logic change
9096
9097 2002-08-01  John Levon  <levon@movementarian.org>
9098
9099         * buffer.h:
9100         * buffer.C (writeFile): don't output alerts, caller
9101           handles this
9102
9103         * bufferlist.C:
9104         * lyx_cb.C: from above
9105
9106         * lyxfunc.C: allow to open non-existent files
9107
9108 2002-07-31  John Levon  <levon@movementarian.org>
9109
9110         * lyxserver.C: don't let incidental errors get
9111           in the way (errno)
9112
9113 2002-07-30  John Levon  <levon@movementarian.org>
9114
9115         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9116
9117 2002-07-30  John Levon  <levon@movementarian.org>
9118
9119         * lyxserver.h:
9120         * lyxserver.C: remove I/O callback too
9121
9122 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9123
9124         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9125         log.
9126
9127 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9128
9129         * many files: strip,frontStrip -> trim,ltrim,rtrim
9130
9131 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9132
9133         * PrinterParams.h: remove extern containsOnly, and include
9134         support/lstrings.h instead.
9135
9136         * LaTeX.C (scanAuxFile): modify because of strip changes
9137         (deplog): ditto
9138         * buffer.C (makeLaTeXFile): ditto
9139         * bufferparams.C (writeFile): ditt
9140         * lyxfont.C (stateText): ditto
9141         * lyxserver.C (read_ready): ditto
9142         * vc-backend.C (scanMaster): ditto
9143
9144         * BufferView_pimpl.h: ws changes
9145
9146         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9147
9148 2002-07-26  André Pönitz <poenitz@gmx.net>
9149
9150         * kb_sequence.C: remove unnedred usings
9151
9152 2002-07-26  Juergen Vigna  <jug@sad.it>
9153
9154         * lyxfind.C (LyXReplace): we have to check better if the returned
9155         text is not of theLockingInset()->getLockingInset().
9156
9157 2002-07-25  Juergen Vigna  <jug@sad.it>
9158
9159         * lyxfind.C (LyXReplace): don't replace if we don't get the
9160         right LyXText.
9161
9162         * undo_funcs.C (createUndo): remove debugging code.
9163
9164 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9165
9166         * buffer.C (parseSingleLyXformat2Token): Use default placement
9167         when reading old floats.
9168
9169         * FloatList.C (FloatList): Change the default placement of figure
9170         and tables to "tbp".
9171
9172 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9173
9174         * MenuBackend.C: using std::max
9175
9176 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9177
9178         * MenuBackend.C (expandToc):
9179         (expandToc2): code moved from xforms menu frontend. It is now
9180         generic and TOCs are transparent to menu frontends.
9181
9182 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9183
9184         * toc.C (getTocList): protect against buf=0
9185
9186         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9187         Menu as first parameter. Now, this calls itself recursively to
9188         expand a whole tree (this will be useful for TOC handling)
9189         (expandFloatInsert): remove 'wide' version of floats
9190
9191         * MenuBackend.h (submenuname): returns the name of the submenu.
9192         (submenu): returns the submenu itself, provided it has been
9193         created by MenuBackend::expand
9194
9195 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9196
9197         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9198         insets which have noFontChange == true. (bug #172)
9199
9200 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9201
9202         * BufferView_pimpl.C: add connection objects and use them...
9203         (Pimpl): here.
9204
9205 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9206
9207         * MenuBackend.C (expandLastfiles):
9208         (expandDocuments):
9209         (expandFormats):
9210         (expandFloatListInsert):
9211         (expandFloatInsert):
9212         (expand): split expand in parts
9213
9214 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9215
9216         * lyx_gui.C: use lyx_gui::exit()
9217
9218 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9219
9220         * LyXAction.C: show the failing pseudo action
9221
9222 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9223
9224         * buffer.C (readFile): Run the lyxconvert script in order to read
9225         old files.
9226
9227 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9228
9229         * LyXAction.C:
9230         * commandtags.h:
9231         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9232
9233 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * LyXAction.C:
9236         * commandtags.h:
9237         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9238
9239 2002-07-22  Herbert Voss  <voss@lyx.org>
9240
9241         * lengthcommon.C:
9242         * lyxlength.[Ch]: add support for the vertical lengths
9243
9244 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9245
9246         * toc.[Ch]: std:: fixes
9247
9248 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9249
9250         * lyxrc.C: do not include lyx_main.h
9251
9252         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9253         for layouts
9254
9255         * lyxrc.C:
9256         * encoding.C:
9257         * bufferlist.C:
9258         * BufferView2.C: include "lyxlex.h"
9259
9260         * tabular.h:
9261         * bufferparams.h: do not #include "lyxlex.h"
9262
9263         * lyxtextclasslist.C (Add): remove method
9264         (classlist): renamed to classlist_
9265
9266         * paragraph_pimpl.C:
9267         * paragraph.C:
9268         * text2.C:
9269         * CutAndPaste.C:
9270         * bufferview_funcs.C:
9271         * bufferlist.C:
9272         * text.C:
9273         * LaTeXFeatures.C:
9274         * buffer.C:
9275         * toc.C (getTocList): use BufferParams::getLyXTextClass
9276
9277         * toc.C (getTocList): use InsetFloat::addToToc
9278
9279         * toc.[Ch]: new files, containing helper functions to handle table
9280         of contents
9281
9282         * lyxfunc.C (dispatch): no need to remove spaces around command
9283         given as a string
9284         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9285         first command of the sequence; it is not very clever, but I do not
9286         have a better idea, actually
9287
9288         * LyXAction.C (LookupFunc): make sure to remove space at the
9289         beginning and end of the command
9290
9291 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9292
9293         * MenuBackend.C (getMenubar): new method: return the menubar of
9294         this menu set
9295         (read): treat differently reading of menu and menubar (in
9296         particular, the menubar has no name now)
9297         (Menu::menubar): remove
9298
9299         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9300         saving is finished
9301
9302 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9303
9304         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9305         a bibitem inset in a RTL paragraph.
9306
9307 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9308
9309         * paragraph_pimpl.C: constify
9310
9311         * BufferView_pimpl.C:
9312         * LaTeX.C:
9313         * lyxfunc.C: fix dispatch in a nicer way
9314
9315 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9316
9317         * lyxfunc.C (dispatch):
9318         * BufferView_pimpl.C:
9319         * BufferView_pimpl.h:
9320         * BufferView.C:
9321         * BufferView.h: rename Dispatch() to dispatch()
9322
9323         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9324
9325         * lyxlayout.C (Read): honor DependsOn tag
9326
9327         * lyxlayout.[Ch] (depends_on): new method
9328
9329         * version.C.in: update lyx_docversion
9330
9331         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9332
9333         * paragraph.C (validate): remove from here...
9334         * paragraph_pimpl.C (validate): ... and move here
9335         (isTextAt): make it const
9336
9337         * buffer.C (getLists): ws cleanup
9338
9339 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9340
9341         * language.C (read): Use iso8859-1 encoding in latex_lang
9342         (this prevents LyX from crashing when using iso10646-1 encoding).
9343
9344 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9345
9346         * text2.C (toggleInset): if cursor is inside an inset, close the
9347         inset and leave cursor _after_ it
9348
9349 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9350
9351         * lyxfunc.C: move minibuffer completion handling out of here
9352
9353 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9354
9355         * BufferView_pimpl.C:
9356         * LaTeX.C: fix dispatch calls
9357
9358 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9359
9360         * text.C (drawChars): Fix Arabic text rendering.
9361
9362 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9363
9364         * LyXAction.C:
9365         * commandtags.h:
9366         * lyxfunc.C: remove message-push/pop
9367
9368         * lyxserver.C:
9369         * lyxfunc.h:
9370         * lyxfunc.C: rationalise some code by removing verboseDispatch
9371           in favour of a bool argument to dispatch()
9372
9373 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9374
9375         * lyx_main.C (init): make sure to read symlinks as absolute paths
9376
9377 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9378
9379         * lyxfunc.h:
9380         * lyxfunc.C: no need for commandshortcut to be a member
9381
9382 2002-07-15  André Pönitz <poenitz@gmx.net>
9383
9384         * converter.C: add support for $$s (scripts from lib/scripts dir)
9385         * lyx_main.C: white space
9386
9387 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9388
9389         * bufferlist.C:
9390         * lyxrc.h:
9391         * lyxrc.C: remove second exit confirmation
9392
9393 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9394
9395         * BufferView.h:
9396         * BufferView.C:
9397         * BufferView2.C:
9398         * BufferView_pimpl.h:
9399         * BufferView_pimpl.C:
9400         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9401
9402 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9403
9404         * MenuBackend.C (expand): add numeric shortcuts to document menu
9405
9406         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9407
9408 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9409
9410         * lyxfont.C (setLyXFamily):
9411         (setLyXSeries):
9412         (setLyXShape):
9413         (setLyXSize):
9414         (setLyXMisc):
9415         (lyxRead):
9416         * debug.C (value):
9417         * buffer.C (asciiParagraph): use ascii_lowercase
9418
9419 2002-07-15  Mike Fabian  <mfabian@suse.de>
9420
9421         * lyxlex_pimpl.C (search_kw):
9422         * lyxlex.C (getLongString):
9423         * converter.h (operator<):
9424         * converter.C (operator<):
9425         * buffer.C (parseSingleLyXformat2Token):
9426         (asciiParagraph):
9427         * ToolbarDefaults.C (read):
9428         * MenuBackend.C (checkShortcuts):
9429         (read):
9430         * LColor.C (getFromGUIName):
9431         (getFromLyXName): use the compare_ascii_no_case instead of
9432         compare_no_case, because in turkish, 'i' is not the lowercase
9433         version of 'I', and thus turkish locale breaks parsing of tags.
9434
9435 2002-07-16  Angus Leeming  <leeming@lyx.org>
9436
9437         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9438         now takes a Buffer const & argument.
9439
9440 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9441
9442         * BufferView.C (resize): check there's a buffer to resize
9443
9444 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9445
9446         * lyxfunc.C: remove dead code
9447
9448         * lyxserver.h:
9449         * lyxserver.C: use lyx_guii::set_read_callback
9450
9451 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9452
9453         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9454         an inset in a RTL paragraph.
9455
9456 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9457
9458         * lyxfunc.C: repaint after a font size update
9459
9460 2002-07-15  André Pönitz <poenitz@gmx.net>
9461
9462         * lyxlength.C: inBP should be able to return negative values
9463
9464 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9465
9466         * lyxfunc.C: use lyx_gui::update_fonts()
9467
9468 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9469
9470         * lyxfunc.C: use lyx_gui::update_color()
9471
9472 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9473
9474         * bufferlist.C:
9475         * lyxfunc.h:
9476         * lyxfunc.C:
9477         * lyxrc.h:
9478         * lyxrc.C: remove file->new asks for name option, and let
9479           buffer-new take an argument
9480
9481 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9482
9483         * BufferView_pimpl.C: remove unneeded extra repaint()
9484
9485 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9486
9487         * LyXAction.C: allow command-sequence with NoBuffer
9488
9489         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9490
9491 2002-07-10  Angus Leeming  <leeming@lyx.org>
9492
9493         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9494
9495 2002-07-09  Angus Leeming  <leeming@lyx.org>
9496
9497         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9498
9499 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9500
9501         * lengthcommon.h: whitespace
9502
9503         * lyxfunc.C: update scrollbar after goto paragraph
9504
9505         * lyxtext.h: factor out page break drawing, and fix it so
9506           page break/added space paints as selected nicely
9507
9508 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9509
9510         * BufferView_pimpl.C: add FIXMEs, clean up a little
9511
9512 2002-07-09  André Pönitz <poenitz@gmx.net>
9513
9514         * lyxfont.[Ch]: support for wasy symbols
9515
9516 2002-07-08  André Pönitz <poenitz@gmx.net>
9517
9518         * BufferView_pimpl.C: apply John's patch for #93.
9519
9520 2002-07-05  Angus Leeming  <leeming@lyx.org>
9521
9522         * BufferView_pimpl.C (buffer): generate previews if desired.
9523
9524         * LColor.h: add "preview" to the color enum.
9525
9526         * LColor.C (LColor): add a corresponding entry to the items array.
9527
9528         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9529         with this buffer.
9530
9531 2002-07-05  Angus Leeming  <leeming@lyx.org>
9532
9533         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9534         The body of the code is now in the method that is passed an ostream &
9535         rather than a file name.
9536         Pass an additional only_preamble parameter, useful for the forthcoming
9537         preview stuff.
9538
9539 2002-07-03  André Pönitz <poenitz@gmx.net>
9540
9541         * lyxfunc.C: simplify getStatus() a bit for math stuff
9542
9543 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9544
9545         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9546
9547 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9548
9549         * text.C (changeRegionCase): do not change case of all the
9550         document when region ends at paragraph end (bug #461)
9551
9552 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9553
9554         * paragraph.C (startTeXParParams):
9555         (endTeXParParams): add \protect when necessary
9556
9557 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9558
9559         * BufferView_pimpl.C (workAreaExpose): remove warning
9560
9561 2002-06-27  Angus Leeming  <leeming@lyx.org>
9562
9563         * Makefile.am: add lyxlayout_ptr_fwd.h.
9564
9565 2002-06-26  André Pönitz <poenitz@gmx.net>
9566
9567         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9568
9569 2002-06-25  Angus Leeming  <leeming@lyx.org>
9570
9571         * lyxfunc.C (dispatch): Comment out the call to
9572         grfx::GCache::changeDisplay. The method no longer exists now that the
9573         pixmap generation part of the graphics loader has been moved into
9574         InsetGraphics.
9575
9576 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9577
9578         * text2.C: layout as layout
9579
9580         * text.C: layout as layout
9581
9582         * tabular.C (OldFormatRead): layout as layout
9583
9584         * paragraph_pimpl.C (TeXDeeper): layout as layout
9585         (realizeFont): layout as layout
9586
9587         * paragraph.C (writeFile): layout as layout
9588         (validate): layout as layout
9589         (getFont): layout as layout
9590         (getLabelFont): layout as layout
9591         (getLayoutFont): layout as layout
9592         (breakParagraph): layout as layout
9593         (stripLeadingSpaces): layout as layout
9594         (getEndLabel): layout as layout
9595         (getMaxDepthAfter): layout as layout
9596         (applyLayout): layout as layout
9597         (TeXOnePar): layout as layout
9598         (simpleTeXOnePar): layout as layout
9599         (TeXEnvironment): layout as layout
9600         (layout): layout as layout
9601         (layout): layout as layout
9602
9603         * lyxtextclass.C (compare_name): new functor to work with
9604         shared_ptr, layout as layout
9605         (Read): layout as layout
9606         (hasLayout): layout as layout
9607         (operator): layout as layout
9608         (delete_layout): layout as layout
9609         (defaultLayout): layout as layout
9610
9611         * lyxlayout_ptr_fwd.h: new file
9612
9613         * lyxlayout.C (Read): layout as layout
9614
9615         * lyx_cb.C (MenuInsertLabel): layout as layout
9616
9617         * bufferlist.C (newFile): layout as layout
9618
9619         * buffer.C (readLyXformat2): layout as layout
9620         (parseSingleLyXformat2Token): layout as layout
9621         (insertStringAsLines): layout as layout
9622         (asciiParagraph): layout as layout
9623         (latexParagraphs): layout as layout
9624         (makeLinuxDocFile): layout as layout
9625         (simpleLinuxDocOnePar): layout as layout
9626         (makeDocBookFile): layout as layout
9627         (simpleDocBookOnePar): layout as layout
9628         (getLists): layout as layout
9629
9630         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9631
9632         * CutAndPaste.C (cutSelection): layout as layout
9633         (pasteSelection): layout as layout
9634         (SwitchLayoutsBetweenClasses): layout as layout
9635
9636         * BufferView_pimpl.C (Dispatch): layout as layout
9637         (smartQuote): layout as layout
9638
9639         * BufferView2.C (unlockInset): layout as layout
9640
9641 2002-06-24  André Pönitz <poenitz@gmx.net>
9642
9643         * lyxfunc.C: fix #487
9644
9645 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9646
9647         * lyxrc.h:
9648         * lyxrc.C:
9649         * lyxfunc.C: remove display_shortcuts, show_banner
9650
9651 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9652
9653         * Buffer_pimpl.C: oops, update on resize
9654
9655 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9656
9657         * buffer.C:
9658         * converter.C:
9659         * exporter.C:
9660         * lyxfunc.C:
9661         * BufferView.h:
9662         * BufferView.C: use repaint()
9663
9664         * BufferView_pimpl.h:
9665         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9666           as it's a clearer description. Remove superfluous
9667           redraws.
9668
9669 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9670
9671         * text.C: fix bug 488. Not ideal, but getting
9672           getWord() to work properly for the insets that
9673           matter is more difficult ...
9674
9675 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9676
9677         * BufferView_pimpl.C:
9678         * LyXAction.C:
9679         * commandtags.h:
9680         * lyxfunc.C: remove the six million index lyxfuncs to just
9681           one, and DTRT (bug 458)
9682
9683 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9684
9685         * BufferView.h:
9686         * BufferView.C:
9687         * BufferView_pimpl.h:
9688         * BufferView_pimpl.C: clean up resize() stuff,
9689           and unnecessary updateScreen()s
9690
9691 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9692
9693         * BufferView.h:
9694         * BufferView.C:
9695         * BufferView_pimpl.h:
9696         * BufferView_pimpl.C:
9697         * lyxfind.h:
9698         * lyxfind.C:
9699         * minibuffer.C: remove focus management of workarea,
9700           not needed. Use screen's greyOut()
9701
9702 2002-06-17  Herbert Voss  <voss@lyx.org>
9703
9704         * converter.C: (convert) do not post a message, when converting
9705         fails, let the calling function decide what to do in this case
9706
9707 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9708
9709         * lyxfunc.C: tidy up a little
9710
9711 2002-06-16    <alstrup@diku.dk>
9712
9713         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9714         Got rid of FORMS_H_LOCATION include. Now we are
9715         GUII.
9716
9717 2002-06-15  LyX Development team  <lyx@rilke>
9718
9719         * buffer.[Ch] (sgmlOpenTag):
9720         (sgmlCloseTag): Added support for avoiding pernicious mixed
9721         content. Return number of lines written.
9722
9723         (makeLinuxDocFile):
9724         (makeDocBookFile): Fixed calls to sgml*Tag.
9725         Simple white space clean.
9726
9727         (simpleDocBookOnePar): Simple white space clean.
9728
9729         * tabular.[Ch] (docBook): Renamed to docbook and got another
9730         argument to related with the pernicious mixed content.
9731
9732         (docbookRow): Fixed calls for docbook inset method.
9733
9734 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9735
9736         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9737         so it's X11 independent.
9738
9739         * kb*.[Ch]: ditto.
9740
9741         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9742
9743 2002-06-15  Lyx Development team  <lyx@electronia>
9744
9745         * intl.h: Renamed getTrans to getTransManager.
9746
9747 2002-06-14  Angus Leeming  <leeming@lyx.org>
9748
9749         * Makefile.am: nuke forgotten stl_string_fwd.h.
9750
9751 2002-06-12  Angus Leeming  <leeming@lyx.org>
9752
9753         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9754
9755 2002-06-13  Angus Leeming  <leeming@lyx.org>
9756
9757         * LaTeX.C:
9758         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9759
9760 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9761
9762         * kbmap.C (getiso): add support for cyrillic and greek
9763
9764 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9765
9766         * BufferView.h:
9767         * BufferView.C:
9768         * BufferView_pimpl.h:
9769         * BufferView_pimpl.C: move bogus scrolling logic
9770           to xforms
9771
9772 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9773
9774         * lyxfunc.C:
9775         * BufferView_pimpl.C: view->resize() change
9776
9777 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9778
9779         * BufferView_pimpl.C: topCursorVisible
9780           prototype change
9781
9782 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9783
9784         * Makefile.am:
9785         * lyx_gui.h:
9786         * lyx_gui.C: move to frontends/
9787
9788         * main.C:
9789         * lyx_main.h:
9790         * lyx_main.C: changes from above
9791
9792 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9793
9794         * intl.C:
9795         * intl.h:
9796         * kbmap.C:
9797         * kbsequence.C:
9798         * lyx_cb.C:
9799         * lyx_main.C: minor tidy
9800
9801 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9802
9803         * BufferView_pimpl.h:
9804         * BufferView_pimpl.C:
9805         * BufferView.h:
9806         * BufferView.C: make painter() const,
9807           remove dead code
9808
9809         * BufferView2.C: use screen() accessor
9810
9811         * lyx_main.h:
9812         * lyx_main.C: some minor cleanup
9813
9814 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9815
9816         * BufferView_pimpl.h:
9817         * BufferView_pimpl.C: remove enter/leaveView,
9818           use workHeight()
9819
9820 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9821
9822         * BufferView.h:
9823         * BufferView.C:
9824         * BufferView2.C:
9825         * BufferView_pimpl.h:
9826         * BufferView_pimpl.C: only construct screen once,
9827           rename
9828
9829         * lyxrc.C: remove pointless comment
9830
9831 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9832
9833         * BufferView.h:
9834         * BufferView.C: remove active() and belowMouse()
9835
9836         * BufferView_pimpl.h:
9837         * BufferView_pimpl.C: use workarea() not workarea_,
9838           and make it use a scoped_ptr instead
9839
9840 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9841
9842         * lyx_gui.C: add debug message on BadWindow
9843
9844 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9845
9846         * sp_spell.C: fdopen is not part of the C++ standard.
9847
9848         * paragraph.C (InsetIterator): use >= instead of ==
9849
9850 2002-06-07  Angus Leeming  <leeming@lyx.org>
9851
9852         Fixes needed to compile with Compaq cxx 6.5.
9853         * BufferView_pimpl.C:
9854         * DepTable.C:
9855         * buffer.C:
9856         * converter.C:
9857         * encoding.C:
9858         * lyx_gui.C:
9859         * lyx_main.C:
9860         * lyxtextclasslist.C:
9861         * minibuffer.C:
9862         * sp_spell.C:
9863         * tabular_funcs.C:
9864         * vc-backend.C:
9865         all c-library variables have been moved into namespace std. Wrap
9866         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9867
9868         * lyxlength.C:
9869         * tabular-old.C:
9870         * tabular.C:
9871         Add a using std::abs declaration.
9872
9873         * kbmap.h (modifier_pair):
9874         * paragraph.h (InsetTable, InsetList):
9875         * lyxfont.h (FontBits):
9876         type definition made public.
9877
9878         * bufferlist.C (emergencyWriteAll): the compiler complains that
9879         there is more than one possible lyx::class_fun template to choose from.
9880         I re-named the void specialisation as lyx::void_class_fun.
9881
9882         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9883
9884         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9885         the compiler is is unable to find tostr in write_attribute.
9886
9887 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9888
9889         * buffer.C (sgmlError): hide #warning
9890
9891 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9892
9893         * xtl/*: get rid of xtl, which is not in use anyway
9894
9895         * LyXAction.C (init):
9896         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9897         were unimplemented xtl experimentation
9898
9899 2002-06-04  André Pönitz <poenitz@gmx.net>
9900
9901         * lyxfunc.C: disable array operation on simple formulae
9902
9903 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9904
9905         * converter.C: constify a bit
9906
9907 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9908
9909         * lyx_gui.C: check xforms version correctly
9910
9911 2002-04-30  Herbert Voss  <voss@lyx.org>
9912
9913         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9914         "keep" option
9915
9916 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9917
9918         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9919           attempt to register it with a VCS)
9920
9921 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9922
9923         * lyx_main.C (init): honor variables LYX_DIR_13x and
9924         LYX_USERDIR_13x
9925
9926 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9927
9928         * buffer.h:
9929         * buffer.C:
9930         * lyx_main.C: fix a crash on bad command line,
9931           and give a useful exit status on error
9932
9933         * lyxfunc.C (doImport): allow -i lyx to work
9934
9935 2002-03-30  André Pönitz <poenitz@gmx.net>
9936
9937         * lyxfunc.C: mathed font changes
9938
9939 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9940
9941         * LaTeX.C:
9942         * importer.h:
9943         * importer.C:
9944         * lyx_sty.h:
9945         * lyx_sty.C:
9946         * lyxlex.C:
9947         * lyxrow.h:
9948         * lyxtext.h:
9949         * paragraph.h:
9950         * paragraph.C:
9951         * texrow.h:
9952         * texrow.C:
9953         * text.C:
9954         * trans_mgr.h: srcdocs, and some minor cleanups
9955
9956 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9957
9958         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9959         call getFont all the time)
9960
9961 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9962
9963         * switch from SigC signals to boost::signals
9964
9965 2002-05-29  André Pönitz <poenitz@gmx.net>
9966
9967         * paragraph_pimpl.C (getChar): don't call size() too often...
9968
9969 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9970
9971         * paragraph_pimpl.C (insertChar): do not try to update tables when
9972         appending (pos == size())
9973
9974         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9975         in order to reduce drastically the number of comparisons needed to
9976         parse a large document
9977
9978 2002-05-29  André Pönitz <poenitz@gmx.net>
9979
9980         * text.C:
9981         * text2.C:
9982         * lyxtextclass.C:
9983         * sp_pspell.h:
9984         * textclasslist.[Ch]:
9985         * sp_ispell.h: whitespace change
9986
9987 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9988
9989         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9990         lyxaction directly now.
9991
9992 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9993
9994         * trans.C:
9995         * lyxfont.C:
9996         * lyxvc.C: remove unused headers
9997
9998 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9999
10000         * Makefile.am:
10001         * buffer.h:
10002         * undostack.h:
10003         * undostack.C:
10004         * undo_funcs.h:
10005         * undo_funcs.C: some cleanups. Use shared_ptr
10006           and a template for the undo stacks.
10007
10008 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10009
10010         * BufferView_pimpl.h:
10011         * BufferView_pimpl.C:
10012         * kbmap.h:
10013         * kbmap.C:
10014         * kbsequence.h:
10015         * kbsequence.C:
10016         * lyxfunc.h:
10017         * lyxfunc.C:
10018         * text2.C: use key_state/mouse_state
10019
10020 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10021
10022         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10023         and LSubstring
10024
10025         * chset.C: change include order
10026         (loadFile): use boost regex and get rid of LRegex and LSubstring
10027
10028         * Makefile.am (BOOST_LIBS): new variable
10029         (lyx_LDADD): use it
10030
10031         * LaTeX.C: change include order.
10032         (scanAuxFile): use boost regex and get rid of LRegex and
10033         LSubstring
10034         (deplog): ditto
10035
10036 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10037
10038         * ColorHandler.h:
10039         * ColorHandler.C:
10040         * FontInfo.h:
10041         * FontInfo.C: moved to frontends/xforms/
10042
10043         * FontLoader.h:
10044         * FontLoader.C: moved into frontends for GUIIzation
10045
10046         * Makefile.am:
10047         * lyx_gui.C:
10048         * lyxfont.C:
10049         * lyxfunc.C: changes from above
10050
10051 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10052
10053         * LColor.C: remove spurious X include
10054
10055         * BufferView_pimpl.C:
10056         * Makefile.am:
10057         * font.h:
10058         * font.C:
10059         * text.C:
10060         * text2.C: move font metrics to frontends/
10061
10062 2002-05-24  Juergen Vigna  <jug@sad.it>
10063
10064         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10065         setting the undo_cursor.
10066
10067         * ParagraphParameters.h: include local includes first.
10068
10069 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10070
10071         * BufferView_pimpl.C:
10072         * BufferView_pimpl.h:
10073         * Makefile.am:
10074         * WorkArea.h:
10075         * WorkArea.C:
10076         * screen.C: move WorkArea into frontends/
10077
10078         * lyxscreen.h:
10079         * screen.C:
10080         * text.C:
10081         * BufferView.C:
10082         * BufferView2.C: move LyXScreen into frontends/
10083
10084         * lyxlookup.h:
10085         * lyxlookup.C:
10086         * lyx_gui.C: move lyxlookup into frontends/xforms/
10087
10088 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10089
10090         * BufferView2.C:
10091         * BufferView_pimpl.C:
10092         * FontLoader.C:
10093         * LyXView.h:
10094         * LyXView.C:
10095         * Makefile.am:
10096         * WorkArea.C:
10097         * XFormsView.h:
10098         * XFormsView.C:
10099         * buffer.C:
10100         * bufferlist.C:
10101         * bufferview_funcs.C:
10102         * converter.C:
10103         * importer.C:
10104         * lyx_cb.C:
10105         * lyx_gui.C:
10106         * lyx_main.C:
10107         * lyx_find.C:
10108         * lyxfunc.C:
10109         * lyxvc.C:
10110         * minibuffer.C:
10111         * text.C:
10112         * text2.C:
10113         * trans.C:
10114         * vc-backend.C: move LyX/XFormsView into frontends/
10115
10116 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10117
10118         * Makefile.am:
10119         * PainterBase.C:
10120         * PainterBase.h:
10121         * Painter.C:
10122         * Painter.h:
10123         * WorkArea.C:
10124         * WorkArea.h:
10125         * screen.C:
10126         * tabular.C:
10127         * text.C:
10128         * text2.C: move Painter to frontends/
10129
10130 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10131
10132         * buffer.C: comment out some some code that depend upon lyx_format
10133         < 220
10134
10135         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10136         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10137
10138         * buffer.h (NO_COMPABILITY): turn off compability
10139
10140         * ColorHandler.C: include scoped_array.hpp
10141
10142         * font.C: Use more specific smart_ptr header.
10143         * Painter.C: ditto
10144         * gettext.C: ditto
10145         * ShareContainer.h: ditto
10146         * lyx_main.h: ditto
10147         * kbmap.h: ditto
10148         * FontInfo.h: ditto
10149         * BufferView_pimpl.h: ditto
10150         * ColorHandler.h: ditto
10151
10152         * kbmap.C (defkey): change call to shared_ptr::reset
10153
10154 2002-05-21  Juergen Vigna  <jug@sad.it>
10155
10156         * buffer.C (insertErtContents): fix to insert ert asis if it is
10157         non empty. Skip it completely if it contains only whitespaces.
10158
10159 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10160
10161         * BufferView_pimpl.C:
10162         * BufferView2.C: clear selection on paste (bug 393)
10163
10164 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10165
10166         * DepTable.C: include ctime
10167
10168 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10169
10170         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10171
10172 2002-05-14  Juergen Vigna  <jug@sad.it>
10173
10174         * text.C (breakParagraph): fixed function to honor the keepempty
10175         layout in the right maner and also to permit the right breaking
10176         algorithm on empty or non empyt keepempty paragraphs.
10177
10178         * paragraph.C (breakParagraph): we have to check also if the par
10179         is really empty (!size()) for isempty otherwise we do the wrong
10180         paragraph break.
10181
10182 2002-05-10  Juergen Vigna  <jug@sad.it>
10183
10184         * buffer.[Ch] : The following are only changes to the ert
10185         compatibility read reading old LaTeX layout and font stuff and
10186         convert it to ERTInsets.
10187
10188         * buffer.h: added isErtInset().
10189
10190         * buffer.C (struct ErtComp): add a fromlayout bool to check
10191         if we're inside a LaTeX layout.
10192         (isErtInset): new helper function.
10193         (insertErtContents): look for other ert insets before this one
10194         and insert the contents there, so that we don't have subsequent
10195         ERT insets with nothing between them. This way we create only one
10196         inset with multiple paragraphs. Also check if we don't insert only
10197         spaces ' ' as they are ignored anyway afterwards in the .tex file
10198         so if we have only spaces we will ignore this latex part in the
10199         new file.
10200         (parseSingleLyXformat2Token \\layout): better compatibility when
10201         reading layout-latex stuff.
10202         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10203         language tag.
10204         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10205         stuff after reading the inset only get the information back from
10206         the stack.
10207
10208 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10209
10210         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10211
10212         * LaTeXFeatures.C (getBabelOptions): New method.
10213
10214 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10215
10216         * BufferView_pimpl.C (Dispatch): work around missing argument for
10217         'layout'
10218
10219 2002-05-08  Juergen Vigna  <jug@sad.it>
10220
10221         * text.C (leftMargin): handle paragraph leftindent.
10222
10223         * paragraph.C (writeFile): write the new \\leftindent tag.
10224         (validate): handle leftindent code.
10225         (TeXEnvironment): handle paragraphleftindent code again.
10226
10227         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10228
10229         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10230         for paragrap_extra indent code and new token \\leftindent.
10231         (latexParagraphs): handle the leftindent as environment.
10232
10233         * ParameterStruct.h: added leftindent support.
10234
10235         * ParagraphParameters.C (leftIndent): added support functions for
10236         the paragraph left indent.
10237
10238         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10239         more appropriate.
10240
10241 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10242
10243         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10244         inside insetERT.
10245
10246         * text.C (computeBidiTables): No bidi in insetERT.
10247
10248         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10249         in RTL documents.
10250
10251 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10252
10253         * version.C.in: pre 5
10254
10255 2002-05-02  José Matos  <jamatos@fep.up.pt>
10256         * buffer.C (makeDocBookFile): white space changes, add newline to
10257         command styles.
10258         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10259
10260         * tabular.C (docBook): fix typo.
10261
10262 2002-05-03  Juergen Vigna  <jug@sad.it>
10263
10264         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10265         change in LyXText as we can not be sure it was not freed.
10266         (drawOneRow): remove unused code.
10267
10268         * text.C (drawInset): redo the calculation of the need_break_row as
10269         it could have a row which was already freed.
10270         (draw): look at the return value of drawInset and return false if
10271         it also returned false.
10272         (paintRowText): look at the return value of draw and return false if
10273         it also returned false.
10274
10275         * lyxtext.h: added bool return type to drawInset() and draw() so that
10276         if we have a change in the row so that the rowbreak has to be redone
10277         we abort drawing as it will be called again.
10278
10279 2002-05-02  Juergen Vigna  <jug@sad.it>
10280
10281         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10282         a change in the maintext also if we're inside an inset.
10283         (Dispatch): set the cursor again after a break line and after the
10284         screen has been updated as it could be we're in a different row.
10285
10286         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10287         to set the cursor behind the pargraph with > size().
10288         (setCursor): check also for the same paragraph when checking where
10289         to put the cursor if we have a NFR inset.
10290
10291         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10292         parts of layout read further up as it still was in the wrong
10293         position.
10294
10295 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10296
10297         * screen.C (drawFromTo): change sine fullRebreak always return
10298         true.
10299
10300         * buffer.C (parseSingleLyXformat2Token): reindent some
10301
10302         * BufferView_pimpl.C (update): change since fullRebreak always
10303         return true.
10304         (Dispatch): git rid of the last hardcoded "Standard"s.
10305
10306 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10307
10308         * text2.[Ch] (fullRebreak): make it return void now that we always
10309         returned true.
10310
10311 2002-04-30  Juergen Vigna  <jug@sad.it>
10312
10313         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10314         ert compatibility check for "latex" layout.
10315
10316 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10317
10318         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10319         minipages: use col% instead of p%, and also use the current font.
10320         (makeLaTeXFile): Fix use babel condition.
10321         (parseSingleLyXformat2Token): Correct font when reading old floats.
10322
10323 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10324
10325         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10326         inserting list of floats.
10327
10328 2002-04-25  Herbert Voss  <voss@lyx.org>
10329
10330         * MenuBackend.C (expand): don't add the graphics extensions to the
10331         export menu
10332
10333 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10334
10335         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10336         non-existing layout, do not complain if it was the default layout
10337         of the original class (bug #342)
10338
10339 2002-04-24  Juergen Vigna  <jug@sad.it>
10340
10341         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10342         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10343
10344 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10345
10346         * buffer.C (getBibkeyList): If using \bibliography, return the
10347         option field with the reference itself. Enables us to provide natbib
10348         support when using \bibliography.
10349
10350 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10351
10352         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10353
10354         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10355         natbib is provided by the LaTeX class.
10356
10357 2002-04-23  Juergen Vigna  <jug@sad.it>
10358
10359         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10360         Wakeup functions.
10361
10362         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10363
10364 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10365
10366         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10367
10368         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10369         ensuremath around textordmasculine, textordfeminine and
10370         textdegree.
10371
10372 2002-04-19  Juergen Vigna  <jug@sad.it>
10373
10374         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10375         reinitializing the buffer otherwise row-dimensions may be wrong.
10376         (update): reset also the selection cursors if they do exits otherwise
10377         their x/y positions may be wrong.
10378
10379         * text2.C (cursorDown): don't enter the inset if we came from a row
10380         above and are one row over the inset.
10381
10382         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10383         really leaving an inset.
10384
10385 2002-04-18  Juergen Vigna  <jug@sad.it>
10386
10387         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10388         of the selected paragraph does not have the selected layout also if
10389         the last one had!
10390
10391         * text2.C (setLayout): fixed bug which did not change last selected
10392         paragraph.
10393
10394         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10395         changed the read and substituted \\end_float with \\end_inset!
10396
10397         * BufferView_pimpl.C (cursorPrevious):
10398         (cursorNext): fixed to make it work with rows heigher than the work
10399         area without moving the cursor only the draw of the row.
10400         (workAreaMotionNotify): fix jumping over high rows.
10401
10402 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10403
10404         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10405         Ressler.
10406
10407 2002-04-16  Juergen Vigna  <jug@sad.it>
10408
10409         * text2.C (setCursor): set also the irow().
10410         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10411         (cursorUp):
10412         (cursorDown): support for locking an inset if the x_fix value goes
10413         inside it. That way I can transverse insets too with cursor up/down.
10414
10415         * lyxrow.h: added irow helper function same as other (i) functions.
10416
10417         * BufferView_pimpl.C (cursorPrevious):
10418         (cursorNext): fixed for insets!
10419
10420 2002-04-15  Juergen Vigna  <jug@sad.it>
10421
10422         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10423         position otherwise it is wrong in some cases.
10424
10425         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10426         inside the inset before the call.
10427
10428 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10429
10430         * buffer.[Ch] (getBibkeyList): make it const.
10431
10432 2002-04-12  Juergen Vigna  <jug@sad.it>
10433
10434         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10435
10436         * text2.C (getCursorX): new helper function
10437         (setCursor): compute also ix_
10438         (setCursorFromCoordinates): set also ix.
10439
10440         * lyxcursor.h: added ix_ and helper functions.
10441
10442         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10443
10444         * buffer.C (insertStringAsLines): dont break paragraph if the this
10445         paragraph is inside an inset which does not permit it!
10446
10447         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10448         also with no chars on this paragraph.
10449         (paintRowText): only paint stuff if it's inside the workarea!
10450
10451         * paragraph.C (breakParagraph): honor keepempty flag and break the
10452         paragraph always below not above.
10453
10454         * BufferView2.C (unlockInset): update the paragraph layout on inset
10455         unlock as we changed paragraph in such a case.
10456
10457         * lyxfind.C (LyXFind): clear the former selection if not found!
10458
10459         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10460         again called in insertChar().
10461
10462         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10463         an inset which uses the whole row!
10464         (rightMargin): ditto.
10465         (insertChar): force a rebreak if we inserted an inset!
10466
10467 2002-03-28  Herbert Voss  <voss@lyx.org>
10468
10469         * lyxlength.[Ch]: add inBP() to get the right PS-point
10470         units (BigPoint). With inPixels we have rounding errors
10471
10472 2002-04-11  Juergen Vigna  <jug@sad.it>
10473
10474         * text2.C (setCursorFromCoordinates): set iy to the right value.
10475         (setCursor): add check if row->previous exists!
10476
10477         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10478         an old float_type as this was the case in the old code!
10479
10480         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10481
10482         * BufferView2.C (showLockedInsetCursor): use iy
10483         (fitLockedInsetCursor): ditto
10484
10485         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10486         locked insets as there we have the right value now.
10487
10488         * lyxcursor.C: added iy_ variable and iy functions to set to the
10489         baseline of cursor-y of the locked inset.
10490
10491         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10492         (setCursor): fixed for insets which need a full row.
10493
10494         * text.C (rowLastPrintable): don't ignore the last space when before
10495         an inset which needs a full row.
10496         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10497         as last character of a row when before a inset which needs a full row.
10498
10499 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10500
10501         * version.C.in: update date
10502
10503         * text2.C (fullRebreak): try to always return true and see what
10504         happens...
10505
10506 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10507
10508         * MenuBackend.C (expand): use Floating::listName
10509
10510         * FloatList.C (FloatList): add listName argument to the built-in
10511         floats
10512
10513         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10514         text associated with the float.
10515
10516 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10517
10518         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10519
10520 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10521
10522         * ShareContainer.h: add a couple of missing typenames.
10523
10524 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10525
10526         * lyxrc.C (getDescription): use _() correctly rather than N_().
10527
10528 2002-03-28  Herbert Voss  <voss@lyx.org>
10529
10530         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10531         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10532
10533 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10534
10535         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10536         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10537
10538 2002-03-29  Juergen Vigna  <jug@sad.it>
10539
10540         * lyxfunc.C (dispatch): add a missing fitCursor call.
10541
10542         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10543         it was scrolled by a cursor move, so return the bool status.
10544
10545         * BufferView.C (fitCursor): return the bool flag also to the outside
10546         world as this is needed.
10547
10548         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10549
10550         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10551         call the edit() as it is not needed (and wrong) IMO.
10552         (workAreaButtonPress): set the screen_first variable before evt.
10553         unlock the inset as this may change screen_first and then we have
10554         a wrong y position for the click!
10555
10556 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10557
10558         * MenuBackend.C (expand): another translation that I missed
10559
10560 2002-03-28  Juergen Vigna  <jug@sad.it>
10561
10562         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10563
10564         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10565
10566 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10567
10568         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10569
10570         * MenuBackend.C (expand): fix export/view/update when there is no
10571         document open.
10572
10573 2002-03-27  Herbert Voss  <voss@lyx.org>
10574
10575         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10576         and text%
10577
10578 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10579
10580         * bufferview_funcs.C (currentState): only show paragraph number
10581         for is DEVEL_VERSION is set.
10582
10583         * lyxfunc.C (dispatch): put warning in INFO channel
10584
10585         * MenuBackend.C (expand): translate the name of floats
10586
10587         * FloatList.C (FloatList): mark the float names for translation
10588
10589         * converter.C (convert): use LibScriptSearch
10590
10591 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10592
10593         * MenuBackend.C (defaults): fix default menu (we might as well get
10594         rid of it...)
10595
10596 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10597
10598         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10599         directory.
10600
10601 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10602
10603         * lyxvc.C: reorder includes.
10604
10605 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10606
10607         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10608           properly
10609
10610 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10611
10612         * CutAndPaste.C: change layouts earlier on paste
10613           to avoid crashing when calling getFont()
10614
10615 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10616
10617         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10618         irritating #error.
10619
10620 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10621
10622         * WorkArea.C: remove 'Pending' debug message.
10623
10624         * most files: ws cleanup
10625
10626         * buffer.[Ch]: ws changes
10627
10628         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10629
10630 2002-03-21  Juergen Vigna  <jug@sad.it>
10631
10632         * tabular.C (SetMultiColumn): collapse also the contents of the
10633         cells and set the last border right. Added a Buffer const * param.
10634
10635 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10636
10637         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10638         linking or not.
10639
10640 2002-03-19  Juergen Vigna  <jug@sad.it>
10641
10642         * text2.C (clearSelection): reset also xsel_cache.
10643
10644         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10645         where it needs to be called (John tells us to do so too :)
10646         (selectionLost): reset sel_cache.
10647
10648         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10649
10650 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10651
10652         * text2.C (setCursorIntern): put debuging code in INSETS channel
10653
10654 2002-03-19  André Pönitz <poenitz@gmx.net>
10655
10656         * lyxfunc.C: tiny whitespace change
10657
10658 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10659
10660         * ToolbarDefaults.C (init):
10661         * LyXAction.C (init):
10662         * commandtags.h:
10663         * BufferView_pimpl.C (Dispatch):
10664         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10665
10666 2002-03-19  Allan Rae  <rae@lyx.org>
10667
10668         * exporter.C (Export): removeAutoInsets before doing anything else.
10669         While I've just introduced a dependency on BufferView this really is
10670         the best place to clean the buffer otherwise you need to cleanup in
10671         a dozen places before calling export or cleanup in a dozen functions
10672         that export calls.
10673
10674         * converter.C (runLaTeX):
10675         (scanLog): Better handling of removeAutoInsets and screen updates.
10676
10677         * lyxfunc.C (dispatch): small whitespace changes
10678
10679 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10680
10681         * WorkArea.C (C_WorkAreaEvent): return a value.
10682         (event_cb): return 1 if we handled the event, 0 otherwise.
10683
10684         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10685
10686 2002-03-18  Juergen Vigna  <jug@sad.it>
10687
10688         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10689         (GetAdditionalWidth): ditto.
10690         (RightLine): ditto.
10691         (LeftLine): ditto.
10692
10693         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10694         inset if we're there actually (probably not used right now but this
10695         is the direction to go for unifying code).
10696         (paste): disable code to clear the selection.
10697
10698         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10699         inside an InsetText and move the check further up as it is in the
10700         wrong place.
10701
10702         * text2.C (pasteSelection): set a selection over the pasted text.
10703
10704 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10705
10706         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10707         and libgraphics to build on Cygwin.
10708
10709 2002-03-15  Juergen Vigna  <jug@sad.it>
10710
10711         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10712         inserting an Inset into the paragraph. I know this is not the best
10713         fix but we already use current_view in CutAndPaste so we will remove
10714         all of it's using at the same time.
10715
10716         * buffer.C (sgmlError): deactivated function till it is rewritten in
10717         the right mode, now it can create problems.
10718
10719         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10720         before accessing it.
10721
10722 2002-03-14  Juergen Vigna  <jug@sad.it>
10723
10724         * undo_funcs.C (textHandleUndo): do the right thing when updating
10725         the inset after the undo/redo.
10726
10727         * text2.C (setCursor): just some testcode for #44 not ready yet.
10728
10729         * undo_funcs.C (textHandleUndo): set the next() and previous()
10730         pointers of the paragraph to 0 before deleting otherwise we have
10731         problems with the Paragraph::[destructor].
10732
10733         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10734         on a paragraph insertion.
10735
10736 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10737
10738         * buffer.C (asciiParagraph): use += operator for char append to
10739         string.
10740
10741         * paragraph.C (getFontSettings): compare >= not just >
10742         (highestFontInRange): ditto
10743         (setFont): ditto
10744
10745 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10746
10747         * paragraph.C: change several algorithm to be more appripriate for
10748         the problem domain. This is lookip in FontList and in the InsetList.
10749
10750 2002-03-13  André Pönitz <poenitz@gmx.net>
10751
10752         * commandtags.h:
10753         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10754
10755 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10756
10757         * commandtags.h:
10758         * LyXAction.C:
10759         * lyxfunc.C:
10760         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10761
10762 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10763
10764         * Painter.C (display): anon helper function, adjust code for this
10765         change.
10766         (pixmap): remove function.
10767
10768         * Painter.h: remove private display variable.
10769
10770         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10771
10772 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10773
10774         * WorkArea.[Ch]: remove figinset_canvas cruft.
10775
10776 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10777
10778         * lyxtextclass.C (operator): add one item cache optimization.
10779
10780         * bufferlist.h: doxy changes
10781
10782         * bufferlist.C: ws changes
10783
10784         * DepTable.[Ch] (ext_exist): place const in the right spot.
10785
10786         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10787         call resizeInsets.
10788         (workAreaExpose): call resizeInsets when the with BufferView changes.
10789         (Dispatch): adjust for protectedBlank removal
10790         (specialChar): call updateInset if the insert went ok.
10791
10792         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10793         specialChar instead.
10794
10795         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10796
10797         * BufferView.h: doxy change
10798
10799         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10800
10801         * lyxtextclass.C (operator[]): remove non-const version
10802         (defaultLayout): remove non-const version
10803
10804 2002-03-12  Juergen Vigna  <jug@sad.it>
10805
10806         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10807         did resize the LyXText too.
10808
10809         * buffer.C (readLyXformat2): set layout information on newly allocated
10810         paragraphs.
10811
10812         * tabular.C (OldFormatRead): set layout information on the paragraph.
10813
10814 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10815
10816         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10817
10818 2002-03-11  Juergen Vigna  <jug@sad.it>
10819
10820         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10821         plainly wrong.
10822         (resizeCurrentBuffer): force also the insets to resize themselfes.
10823         (moveCursorUpdate): fixed up for InsetText.
10824
10825 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10826
10827         * commandtags.h:
10828         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10829         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10830         value of Dialogs::tooltipsEnabled().
10831         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10832
10833 2002-03-08  Juergen Vigna  <jug@sad.it>
10834
10835         * BufferView_pimpl.C (updateInset): update inset inside inset also
10836         if it isn't inside theLockingInset().
10837
10838 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10839
10840         * buffer.C (asciiParagraph): redo some of the word and line length
10841         handling.
10842         (getLists): look for Caption instead of caption.
10843
10844 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10845
10846         * buffer.C (Buffer): initialize niceFile to true
10847         (makeLaTeXFile):
10848         (makeLinuxDocFile):
10849         (makeDocBookFile): make sure niceFile is true on exit
10850
10851 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10852
10853         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10854
10855 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10856
10857         * LyXSendto.C: remove.
10858         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10859         * lyx_gui.C: remove now-redundant comment.
10860         * ColorHandler.h: remove forward declaration of class WorkArea.
10861         * lyxfunc.C: remove #include "WorkArea.h".
10862
10863 2002-03-07  Juergen Vigna  <jug@sad.it>
10864
10865         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10866         got moved away with the DEPM and also set the inset_owner always
10867         right which before could have been omitted.
10868
10869 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10870
10871         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10872         wanted layout is not found.
10873
10874 2002-03-07  Juergen Vigna  <jug@sad.it>
10875
10876         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10877
10878 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10879
10880         * paragraph.C (breakParagraph): use default layout not layout of
10881         prev paragraph.
10882         (Paragraph): clear ParagraphParameters.
10883
10884 2002-03-06  Juergen Vigna  <jug@sad.it>
10885
10886         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10887         otherwise it would not be a valid lenght. Fixed a special case in
10888         the minipage compatibility read where we end the document with a
10889         minipage.
10890
10891         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10892         was set as it could be 0 for InsetTexts first entry.
10893
10894 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10895
10896         * paragraph.C (writeFile): if layout is empty write out
10897         defaultLayoutName().
10898
10899         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10900         file without named layout we set layout to defaultLayoutName().
10901
10902 2002-03-06  Juergen Vigna  <jug@sad.it>
10903
10904         * CutAndPaste.C (copySelection): set layout for new paragraph.
10905
10906         * text.C (prepareToPrint): leave ERT inset left aligned
10907         (leftMargin): don't indent paragraphs inside ERT insets
10908
10909 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10910
10911         * paragraph.C (breakParagraph): dont call clear do the work manually
10912
10913         * paragraph.[Ch] (clear): remove function
10914
10915 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10916
10917         * paragraph.C (Paragraph): dont call clear, the work has already
10918         been done.
10919
10920         * lyxtextclass.C (operator): assert if n is empty
10921
10922         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10923         work manually instead.
10924
10925 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10926
10927         * BufferView_pimpl.C: protect selectionLost against text == 0
10928
10929 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10930
10931         * text.C (breakParagraph): fix a setting layout to '0' problem.
10932
10933 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10934
10935         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10936         final location of file, for the included files, and graphics.
10937
10938 2002-03-05  Juergen Vigna  <jug@sad.it>
10939
10940         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10941
10942 2002-03-04  Juergen Vigna  <jug@sad.it>
10943
10944         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10945
10946         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10947         last column of multicolumn cells.
10948         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10949
10950 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10951
10952         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10953         file if it doesn't go to a temporary file.
10954
10955         * buffer.C (sgmlOpenTag):
10956         (sgmlCloseTag):  remove extra newline insertion.
10957
10958 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10959
10960         * text.C (getRowNearY): comment out debug msg
10961
10962 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10963
10964         * text2.C: first -> first_y
10965
10966         * text.C (getRowNearY): add some attemts at a possible
10967         optimization, not working.
10968
10969         * tabular.[Ch]: add BufferParams to several function so that newly
10970         created paragraph can be initialized to he default layotu for the
10971         buffers textclass.
10972
10973         * tabular-old.C (ReadOld): add buf->params to call of Init
10974
10975         * screen.C: rename text->first to text->first_y
10976
10977         * paragraph.C (breakParagraph): always set layout in the broken
10978         paragraph
10979
10980         * lyxtextclass.C (Read): remove lowercase
10981         (hasLayout): ditto
10982         (operator): ditto
10983         (delete_layout): ditto
10984
10985         * lyxtext.h: rename first -> first_y
10986
10987         * lyxlayout.C (Read): remove lowercase
10988         (name): ditto
10989         (setName): ditto
10990         (obsoleted_by): ditto
10991
10992         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10993
10994         * buffer.C (insertErtContents): add params are to InsetERT
10995         (parseSingleLyXformat2Token): add code to check if a paragraphs
10996         layout really exist.
10997         (parseSingleLyXformat2Token): add params to several inset
10998         constructors
10999         (asciiParagraph): remove lowercase, do the layout comparisons with
11000         no_case
11001
11002         * BufferView_pimpl.C (cursorNext): first -> first_y
11003         (resizeCurrentBuffer): first -> first_y
11004         (updateScrollbar): first -> first_y
11005         (scrollCB): first -> first_y
11006         (workAreaMotionNotify): first -> first_y
11007         (workAreaButtonPress): first -> first_y
11008         (checkInsetHit): first -> first_y
11009         (cursorPrevious): first -> first_y
11010         (cursorNext): first -> first_y
11011         (Dispatch): add buffer_->params to severl inset contructors
11012
11013 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11014
11015         * lyxlayout.C (Read): remove some debug info that I forgot.
11016
11017         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11018         clean up the code slightly.
11019         (makeLinuxDocFile): ditto
11020         (makeDocBookFile): ditto
11021
11022         * text2.C: layout as string
11023
11024         * text.C: layout as string
11025
11026         * paragraph_pimpl.C: layout as string
11027
11028         * paragraph.[Ch]: layout as string
11029
11030         * lyxtextclasslist.[Ch]: layout as string
11031
11032         * lyxtextclass.[Ch]: layout as string
11033
11034         * lyxtext.h: layout as string
11035
11036         * lyxlayout.[Ch]: layout as string
11037
11038         * lyx_cb.C: layout as string
11039
11040         * bufferview_funcs.C: layout as string
11041
11042         * bufferparams.C: layout as string
11043
11044         * buffer.C: layout as string
11045
11046         * LyXView.[Ch]: layout as string
11047
11048         * LaTeXFeatures.[Ch]: layout as string
11049
11050         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11051
11052         * BufferView_pimpl.C: change current_layout to string, remove
11053         lyx::layout_type.
11054         (Dispatch):
11055         (smartQuote):
11056         (insertInset):
11057         (workAreaButtonRelease): layout as string
11058
11059         * BufferView2.C (unlockInset): adjust
11060
11061         * vspace.C (asLatexCommand): use an explict temp variable.
11062
11063 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11064
11065         * Makefile.am: use FRONTEND_*
11066
11067 2002-03-01  Juergen Vigna  <jug@sad.it>
11068
11069         * tabular.C (SetWidthOfMulticolCell): changed to something better
11070         I hope but still work in progress.
11071         (recalculateMulticolumnsOfColumn): renamed function from
11072         recalculateMulticolCells as it is more appropriate now.
11073         (SetWidthOfCell): calculate multicols better.
11074
11075 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11076
11077         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11078
11079         * lyxfunc.C (processKeySym): print sequence also if it is
11080         `deleted' (complete)
11081
11082         * kbsequence.C (print): print sequence even if it is deleted
11083         (complete would be a better word, actually).
11084
11085         * lyxfunc.C (dispatch): print complete options after a prefix key
11086
11087         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11088
11089 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11090
11091         * text2.C (setCharFont): eliminate setCharFont code duplication.
11092
11093 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11094
11095         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11096         LFUN_TABULAR_FEATURE (bug #177)
11097
11098 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11099
11100         * Makefile.am: remove figure.h
11101
11102 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11103
11104         * Bufferview_pimpl.C:
11105         * CutAndPasteC:
11106         * LaTeX.C:
11107         * LyXSendto.C:
11108         * buffer.C:
11109         * bufferlist.C:
11110         * converter.C:
11111         * language.C:
11112         * lyxfunc.C:
11113         * lyxvc.C:
11114         * paragraph.C:
11115         * text.C:
11116         * text2.C: remove #include "lyx_gui_misc.h".
11117
11118         * LaTeX.C: added #include <cstdio>
11119
11120 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11121
11122         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11123         that the paragraph following this one can have.
11124
11125         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11126
11127         * vspace.C (asLatexCommand): fix bogus gcc warning
11128
11129         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11130
11131 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11132
11133         * text2.C (setLayout): get rid of redundant code
11134
11135 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11136
11137         * text2.C (incDepth): make sure depth cannot be increased beyond
11138         reasonable values.
11139
11140 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11141
11142         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11143         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11144
11145         * PainterBase.h (image):
11146         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11147         a LyXImage const *.
11148
11149 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11150
11151         * BufferView.C:
11152         * BufferView.h:
11153         * BufferView_pimpl.C:
11154         * BufferView_pimpl.h:
11155         * LaTeXFeatures.C:
11156         * LyXAction.C:
11157         * LyXView.C:
11158         * Makefile.am:
11159         * UpdateList.h:
11160         * UpdateList.C:
11161         * buffer.C:
11162         * figure.h:
11163         * figureForm.C:
11164         * figureForm.h:
11165         * figure_form.C:
11166         * figure_form.h:
11167         * lyx_cb.C:
11168         * lyx_gui.C:
11169         * lyx_gui_misc.C:
11170         * lyxfunc.C:
11171         * sp_base.h:
11172         * sp_ispell.h:
11173         * sp_pspell.h:
11174         * sp_spell.C: remove fig inset, and the crap house of
11175           cards that follows it
11176
11177 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11178
11179         * Makefile.am:
11180         * lyxserver.C:
11181         * os2_defines.h:
11182         * os2_errortable.h:
11183         * nt_defines.h: move .h into support/
11184
11185         * vms_defines.h: remove
11186
11187         * WorkArea.C: add space in debug output
11188
11189         * text2.C:
11190         * paragraph.C:
11191         * buffer.C: add WITH_WARNINGS
11192
11193         * vc-backend.h:
11194         * vc-backend.C:
11195         * bufferlist.C: s/retrive/retrieve/, add docs
11196
11197         * vspace.h:
11198         * vspace.C:
11199         * kbmap.h:
11200         * lyxlength.h:
11201         * lyxgluelength.h:
11202         * length_common.h:
11203         * chset.h:
11204         * chset.C: add docs
11205
11206         * lyxgui.C: add ID to X error handler
11207
11208         * lyxtestclass.c: fix typo
11209
11210 2002-02-26  Juergen Vigna  <jug@sad.it>
11211
11212         * tabular_funcs.C (write_attribute): changed so that some default
11213         attributes are not written at all.
11214         (getTokenValue): set default values before trying to read the
11215         value so we have the return value always set as default if we don't
11216         find the token we search for.
11217
11218         * tabular.C (Write): write bools as bools not as strings!
11219
11220 2002-02-22  Juergen Vigna  <jug@sad.it>
11221
11222         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11223         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11224
11225         * text.C (leftMargin): don't add an indent for paragraphs inside
11226         tabular cells (fix #208).
11227
11228 2002-02-21  José Matos  <jamatos@fep.up.pt>
11229
11230         * tabular.C (docBook): fixed support for long tables.
11231
11232 2002-02-20  Juergen Vigna  <jug@sad.it>
11233
11234         * text2.C (getFont): get the drawing font of the Inset if this
11235         paragraph is inside an inset (only important for InsetERT for now).
11236
11237         * buffer.C (insertErtContents): use new lanugage params in ERT
11238         constructor.
11239
11240         * CutAndPaste.C: commenting out seemingly uneeded code.
11241
11242 2002-02-19  Allan Rae  <rae@lyx.org>
11243
11244         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11245         Iterators might be simple to use but they also get invalidated.
11246         (removeAutoInsets): renamed saved cursor tracking variables and added
11247         some comments to clarify what everything does.
11248
11249 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11250
11251         * Chktex.C:
11252         * LaTeX.C:
11253         * LyXSendto.C:
11254         * converter.C:
11255         * lyx_cb.C:
11256         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11257         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11258
11259         * lyxfunc.C:
11260         * vc-backend.h: remove #include "support/syscall.h"
11261
11262         * LaTeX.C:
11263         * LyXSendto.C:
11264         * converter.C: rearrange #includes in Lars' approved fashion.
11265
11266         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11267         forward declare class Timeout in the header file.
11268
11269         * XFormsView.C: changes due to the above.
11270
11271         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11272         similar to LyXView.
11273
11274         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11275         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11276
11277 2002-02-18  José Matos  <jamatos@fep.up.pt>
11278
11279         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11280         insets contents.
11281
11282 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11283
11284         * a lot of small ws changes
11285         * add a lot of using std::XXX
11286         * use std construcs some places where approp.
11287         * use some exisint stuff from lyxfunctional where approp.
11288         * Make file changes to use partial linking (lets test this now...)
11289
11290 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11291
11292         * Chktex.C:
11293         * buffer.C:
11294         remove #include "support/syscontr.h" as it's redundant. Always has been.
11295
11296         * Chktex.C:
11297         * LaTeX.C:
11298         * LyXSendto.C:
11299         * converter.C:
11300         * lyx_cb.C:
11301         * vc-backend.C:
11302         change Systemcalls::System to Systemcalls::Wait and
11303         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11304         No change of functionality, just reflects the stripped down Systemcalls
11305         class.
11306
11307 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11308
11309         * debug.[Ch]: add a GRAPHICS type to the enum.
11310
11311 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11312
11313         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11314
11315         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11316         there is an inset.
11317
11318 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11319
11320         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11321         match the changes below.
11322
11323         * text2.C (toggleInset): if there is not editable inset at cursor
11324         position, try to see if cursor is _inside_ a collapsable inset
11325         and close it.
11326
11327 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11328
11329         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11330         document menu has a nice checkbox
11331
11332 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11333
11334         * lyxlength.C (asLatexString): change PW to output as percent of
11335         \textwidth.
11336
11337         * lengthcommon.C: change '%' to 't%'
11338
11339         * lyxfunc.C (dispatch): a few comments from Martin
11340
11341 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11342
11343         * WorkArea.h:
11344         * WorkArea.C:
11345         * BufferView_pimpl.h:
11346         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11347           the X selection.
11348
11349 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11350
11351         * vspace.C (inPixels): fix compiler warning
11352
11353 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11354
11355         * lyxfunc.C (getStatus): fix status message for disabled commands.
11356
11357 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11358
11359         * BufferView_pimpl.C: fix crash on close buffer
11360         during selection (#227)
11361
11362 2002-01-27  Herbert Voss  <voss@lyx.org>
11363
11364         * buffer.C: link old Figure to new graphic inset
11365
11366 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11367
11368         * FontLoader.C (getFontinfo): Change the latex font names in order
11369         to match the names of type1inst.
11370
11371 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11372
11373         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11374
11375         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11376         (extchanged): ditto
11377         (ext_exist): ditto
11378         (remove_files_with_extension): ditto
11379         (remove_file): ditto
11380         (write): ditto
11381
11382         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11383         document is smaller than the work area height. Do not initialize
11384         static variables to 0.
11385
11386 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11387
11388         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11389
11390         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11391         LFUN_LAYOUT_PARAGRAPHS.
11392
11393         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11394         tabular. It is possible to provide a possible cell, which will
11395         typically be the actcell from the corresponding insettabular
11396
11397         * lyxfunc.C (getStatus): small cleanup; disable
11398         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11399         true
11400
11401 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11402
11403         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11404
11405         * paragraph.C (startTeXParParams):
11406         (endTeXParParams): new methods. The LaTeX code to
11407         start/end paragraph formatting
11408         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11409         empty (fixes bug #200)
11410
11411         * vspace.C (inPixels): adapt to the change below
11412         (inPixels): [later] more cleanups (remove unused variables)
11413
11414         * lyxlength.C (inPixels): change to use a width and a height as
11415         parameter.
11416
11417 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11418
11419         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11420         Replaced with \paperwidth
11421
11422         * DepTable.C (insert): add std:: qualifier
11423
11424 2002-01-18  Allan Rae  <rae@lyx.org>
11425
11426         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11427         updated also?
11428
11429         * text.C (drawInset): Turned out I didn't know enough about how
11430         rebreaking worked.  This fixes most of the redraw problems.  I see
11431         an occasional cursor trail when a line is broken now and the cursor
11432         placement can seem out by a few pixels also after a rebreak.
11433
11434 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11435
11436         * buffer.C (parseSingleLyXformat2Token): update because minipage
11437         width is now a LyXLength
11438
11439         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11440
11441         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11442         math insets
11443
11444 2002-01-17  Juergen Vigna  <jug@sad.it>
11445
11446         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11447
11448         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11449         is set correctly and the inset is updated correctly.
11450
11451 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11452
11453         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11454         the beginning of the loop.
11455
11456 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11457
11458         * lyxrc.C: improve help for use_scalable_fonts
11459
11460 2002-01-17  Allan Rae  <rae@lyx.org>
11461
11462         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11463
11464 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11465
11466         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11467         make sure to set their inset_owner to the right value (bug #171)
11468
11469 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11470
11471         * DepTable.h
11472         * DepTable.C: Implement mtime checking to reduce time spent doing
11473         CRCs.
11474
11475 2002-01-16  Juergen Vigna  <jug@sad.it>
11476
11477         * tabular.C (GetAdditionalHeight): one of error fixed.
11478
11479         * lyxrc.C (output): small fix in writing use_pspell.
11480
11481 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11482
11483         * sp_base.h: #include LString.h
11484
11485 2002-01-16  Allan Rae  <rae@lyx.org>
11486
11487         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11488         Can someone check this please?
11489
11490         * text.C (drawInset): It was possible that p.row would be removed by
11491         breakAgainOneRow upsetting a few other settings.  There may be another
11492         small tweak possible by setting need_break_row = 0 when p.row has been
11493         removed but I don't know enough about the logic here.
11494
11495 2002-01-15  Allan Rae  <rae@lyx.org>
11496
11497         * text.C (insertChar): removed conditional truism.
11498
11499         * BufferView2.C (removeAutoInsets): More tweaks.
11500         cur_par_prev could be a stray pointer.  Check for trailing empty line
11501         in case last line was cur_par and only had an error inset on it.
11502
11503 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11504
11505         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11506         absolute
11507
11508         * vc-backend.C (most methods):
11509         * exporter.C (Export):
11510         * converter.C (convert):
11511         (runLaTeX):
11512         * LyXSendto.C (SendtoApplyCB):
11513         * lyxfunc.C (dispatch):
11514         (menuNew):
11515         (open):
11516         (doImport):
11517         * lyx_cb.C (AutoSave):
11518         (InsertAsciiFile):
11519         * BufferView_pimpl.C (MenuInsertLyXFile):
11520         * buffer.C (runChktex): use Buffer::filePath().
11521
11522         * buffer.h: rename filename to filename_; rename filepath to
11523         filepath_ and make it private
11524         (filePath): new method
11525
11526         * buffer.C (writeFile): use fileName()
11527         (getLatexName):
11528
11529         * lyx_main.C (init): fix starting  of LyX when the binary is a
11530         link from so,ewhere else.
11531
11532         * minibuffer.C: include <cctype> for isprint
11533
11534 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11535
11536         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11537         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11538         name clash with InsetCollapsable's width function.
11539
11540 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11541
11542         * lastfiles.C: include <iterator>
11543
11544 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11545
11546         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11547         std::count.
11548
11549         * buffer.C (makeLaTeXFile): ditto.
11550         Also make loop operation more transparent.
11551
11552 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11553
11554         * ToolbarDefaults.C: remove trailing comma closing namespace.
11555
11556         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11557
11558         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11559         as in WorkArea.
11560
11561         * trans.C (Load): comment out unused variable, allowed.
11562
11563 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11564
11565         * minibuffer.[Ch] (append_char): new method to recieve input from the
11566         drop-down completion browser. If a key was pressed, then recieve this
11567         char and append it to the existing string.
11568         (peek_event): modify the positioning data passed to the completion
11569         browser so that it can be placed above the minibuffer rather than below.
11570 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11571
11572         * LyXAction.C (init): alloe error-next for readonly documents.
11573
11574         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11575         count.
11576
11577 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11578
11579         * bufferlist.C (readFile): create the buffer _after_ checking that
11580         the file exists.
11581
11582         * lyxfunc.C (verboseDispatch): fix handling of arguments
11583
11584         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11585
11586         * lyxrc.C: use string::erase() instead of initializing to "".
11587
11588
11589 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11590
11591         * BufferView_pimpl.h:
11592         * BufferView_pimpl.C:
11593         * WorkArea.h:
11594         * WorkArea.C:
11595         * text2.C: tell X when we have made a selection for copying
11596
11597 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11598
11599         * BufferView_pimpl.C (MenuInsertLyXFile):
11600         * lyxfunc.C (menuNew):
11601         (open):
11602         (doImport): add shortcuts to directory buttons
11603
11604         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11605         open a float)
11606
11607         * lyxfunc.C (setStatusMessage):
11608         (getStatusMessage): new methods
11609         (getStatus):use setStatusMessage instead of setErrorMessage
11610         (dispatch): when function is disabled, set error message here
11611         [instead of in getStatus previously]
11612
11613         * BufferView_pimpl.C (workAreaButtonRelease): update
11614         toolbar/menubar here too.
11615
11616 2002-01-13  Allan Rae  <rae@lyx.org>
11617
11618         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11619         Now seems indestructible.  Remaining task is to audit all other
11620         code affected by deleteEmptyParagraphMechanism.  One small quirk
11621         left is that an empty document with an error in the preamble can
11622         be made to report an error but no error box appears.  I don't know
11623         where it goes.
11624         (removeAutoInsets): Improved comments.
11625
11626 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11627
11628         * Thesaurus.h:
11629         * Thesaurus.C: update for Aiksaurus 0.14
11630
11631 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11632
11633         * text2.C (firstParagraph): removed member function, all uses
11634         replaces with ownerParagraph
11635         (redoParagraphs): here
11636         (updateInset): here
11637         (toggleAppendix): here
11638         * BufferView2.C (insertErrors): here
11639         (setCursorFromRow): here
11640
11641 2002-01-13  Allan Rae  <rae@lyx.org>
11642
11643         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11644         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11645         There is still a way to segfault this although you may have to do this
11646         multiple times: Have an InsetERT with an unknown command in it.
11647         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11648         <down-arrow>, <Enter> again, View->DVI, BANG!
11649
11650         * text2.C (setCursor):
11651         (deleteEmptyParagraphMechanism):
11652         * lyxtext.h (setCursor):
11653         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11654         Making use of the return value may help fix other bugs.
11655
11656 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11657
11658         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11659
11660         * LyXView.C (updateMenubar): call MenuBar::update here
11661         (updateToolbar): but not here
11662         (showState): do not update toolbar/menubar
11663
11664         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11665         should need to care about that.
11666
11667         * lyxfunc.C (verboseDispatch): simplify a bit
11668         (getStatus): have a version which takes a pseudoaction, and
11669         another which requires a (kb_action,string).
11670
11671         * LyXAction.C (retrieveActionArg): make it work also when action
11672         is not a pseudo-action.
11673         (getActionName): simplify a bit
11674         (helpText):
11675
11676 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11677
11678         * lyxfunc.C (verboseDispatch): new families of methods with
11679         several ways to specify a command and a bool to indicate whether
11680         the command name and shortcut should be displayed in minibuffer
11681         (eventually, we could extend that to a finer bitmask like
11682         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11683         (dispatch): the pristine dispatch command which just, well,
11684         dispatchs! Note it still sets its result to minibuffer; I'm not
11685         sure we want that.
11686
11687         * lyxfunc.h: remove setHintMessage
11688
11689         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11690
11691 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11692
11693         * BufferView_pimpl.C (specialChar): delete new inset if we have
11694         not been able to insert it.
11695
11696         * kbmap.C: revert to using int instead of kb_action, since all we
11697         are dealing with is pseudo-actions.
11698
11699         * LyXAction.C (searchActionArg): change to return int instead of
11700         kb_action, since the result is a pseudoaction.
11701
11702 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11703
11704         * buffer.C (insertErtContents): Fix (partially) the font bug.
11705
11706 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11707
11708         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11709         as the other one is broken on my machine!
11710
11711 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11712
11713         * commandtags.h:
11714         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11715
11716 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11717
11718         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11719         reflect their actual use. Provide compatibility code for older lyxrc
11720         files.
11721
11722         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11723         FL_NORMAL_STYLE.
11724         change names of popup font variables in line with the changes to lyxrc.C
11725
11726 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11727
11728         * buffer.C (asciiParagraph): avoid outputing a word twice after
11729         an inset.
11730
11731         * lyxrc.C (getDescription): document that document_path and
11732         template_path can be empty.
11733
11734 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11735
11736         * LaTeXFeatures.C (getMacros):
11737         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11738
11739         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11740
11741         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11742         getPackages.
11743         (getPackages): rename feature "floats" to "float". Use an array to
11744         iterate over 'simple' features (i.e. just a \usepackage). Add
11745         handling of "amsmath" (renamed from "amsstyle").
11746
11747 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11748
11749         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11750         features list.
11751
11752 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11753
11754         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11755         FuncStaus::FuncStatus & FuncStaus::some_method().
11756
11757 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11758
11759         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11760         of the func_satus stuff. Edited and massaged in various ways by
11761         JMarc.
11762
11763         * lyxfunc.C (getStatus): use FuncStatus
11764
11765 2002-01-08  Juergen Vigna  <jug@sad.it>
11766
11767         * text.C (nextBreakPoint): use function Inset::isChar().
11768
11769         * paragraph.C (TeXOnePar): use function
11770         Inset::forceDefaultParagraphs.
11771
11772         * buffer.C (latexParagraphs): use function
11773         Inset::forceDefaultParagraphs.
11774
11775 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11776
11777         * lyx_gui.C (init): set the style of the menu popups to
11778         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11779
11780 2002-01-07  Juergen Vigna  <jug@sad.it>
11781
11782         * text.C (setHeightOfRow): small fix
11783         (prepareToPrint): don't look at alignment if we don't have the place
11784         for doing it.
11785
11786 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11787
11788         * box.C: New file. Move the Box methods and functions out of box.h,
11789         following Lars' suggestion.
11790
11791 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11792
11793         * box.h: #include "support/LOstream.h", needed for inlined function.
11794
11795         * lyxtextclass.C:
11796         * lyxtextclasslist.C: added some using std declarations.
11797
11798 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11799
11800         * box.h: make signed dimensions to allow insets wider than
11801           the screen (bug #162)
11802
11803         * BufferView_pimpl.C: add some insetHit debug
11804
11805 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11806
11807         * vc-backend.C: add FIXME
11808
11809 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11810
11811         * lyxfunc.C (getStatus): enable code for showing math font status
11812         in toolbar/menu.
11813
11814 2002-01-07  Juergen Vigna  <jug@sad.it>
11815
11816         * text.C (nextBreakPoint): removed debug output not needed anymore.
11817
11818 2002-01-06  Juergen Vigna  <jug@sad.it>
11819
11820         * text.C (nextBreakPoint): fixed up this function we had this bug
11821         since ever but now hopefully we break row better.
11822         (insertChar): we have to check if an inset is the next char as it
11823         could now happen that a large inset is causing a break.
11824
11825 2002-01-05  Juergen Vigna  <jug@sad.it>
11826
11827         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11828         if it doesn't like to be drawed.
11829
11830 2002-01-04  Juergen Vigna  <jug@sad.it>
11831
11832         * BufferView2.C (lockInset): forgot to set a cursor.
11833
11834         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11835
11836 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11837
11838         * FormMathsPanel.C:
11839         * FormMathsPanel.h
11840         * MathsSymbols.C:
11841         * form_maths_panel.C:
11842         * form_maths_panel.h:
11843         * form_maths_panel.fd: implemented sub- and super- buttons in math
11844         panel.
11845
11846         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11847         (or ^ space) to be used as in TeX (req'd by André).
11848
11849         * lyxfunc.C: Allow ^ and _ again to be used both as
11850         super/subscript (mathed) and as themselves (in text).
11851
11852 2002-01-03  Allan Rae  <rae@lyx.org>
11853
11854         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11855         "LyX" or the filename of the current buffer if it has one.  This is a
11856         modified form of John Levon's patch.
11857
11858         * XFormsView.C (setWindowTitle): also set icon title.
11859
11860         * LyXView.h (setWindowTitle): signature changed.
11861         * XFormsView.h (setWindowTitle): ditto.
11862
11863 2002-01-02  Juergen Vigna  <jug@sad.it>
11864
11865         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11866
11867 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11868
11869         * screen.C (topCursorVisible): introduce a temp var for
11870         text->cursor.row(), handle the case where this row is null. (kindo
11871         hachish)
11872
11873         * text2.C (setCursor): add a couple of asserts.
11874
11875         * paragraph.h (inset_iterator): add -> operator
11876
11877         * paragraph.[Ch] (autoDeleteInsets): remove member function
11878
11879         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11880         cursor pos correctly and handle inset deletion by itself.
11881         (insertErrors): move iterator declaration out of for expression
11882
11883         * lyxtextclass.C: add <algorithm>
11884
11885         * Makefile.am: added the new files to sources, removed layout.C
11886
11887         * layout.C: removed file
11888
11889         * layout.h: remove LYX_DUMMY_LAYOUT
11890
11891         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11892         layout.
11893
11894         * lyxlayout.[Ch]:
11895         * lyxtextclass.[Ch]:
11896         * lyxtextclasslist.[Ch]: new files
11897
11898         * include order changes to a lot of files, also changes because of
11899         the six new files.
11900
11901 2001-12-27  Juergen Vigna  <jug@sad.it>
11902
11903         * buffer.C (asciiParagraph): more fixes.
11904
11905         * tabular.C (ascii): make ascii export support export of only the
11906         data separated by a column-delimiter.
11907         (ascii): better support for ascii export.
11908
11909         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11910
11911 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11912
11913         * tabular_funcs.C: use a "using std::getline" instead of the
11914         previous fix from Angus (necessary for cxx + lyxstring)
11915
11916 2001-12-24  Juergen Vigna  <jug@sad.it>
11917
11918         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11919
11920         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11921         problems. First check a minipage also if we have some ert-contents
11922         (not only on par->size(), second set the right depth of the paragraph
11923         on the relink to the root-paragraph-list!
11924
11925         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11926         which then did not anymore update the main paragraphs on undo/redo!
11927
11928 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11929
11930         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11931         code. Support all font-changing funcs (even those which are not in
11932         menu currently). Support for reporting font settings in
11933         mathed (disabled until Andre provides a function on mathed's side).
11934
11935         * func_status.h (toggle): small helper function to set toggle
11936         state on a flag.
11937
11938 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11939
11940         * tabular_funcs.C: getline -> std::getline
11941
11942 2001-12-21  Juergen Vigna  <jug@sad.it>
11943
11944         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11945         accessed and could be 0 (I couldn't generate this but it seems
11946         Michael could!).
11947
11948 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11949
11950         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11951         * tabular_funcs.h: here and include iosfwd
11952
11953 2001-12-20  Juergen Vigna  <jug@sad.it>
11954
11955         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11956         inside inset but undo_par was.
11957
11958 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11959
11960         * Thesaurus.C: always include <config.h> in sources.
11961
11962         * Painter.h:
11963         * lyxlookup.h:
11964         * box.h: do not include <config.h> in header files
11965
11966         * text.C (paintLastRow): remove unused variable
11967
11968         * text.C (transformChar):
11969         (insertChar):
11970         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11971
11972         * Painter.C (text):
11973         * font.C (width): rewrite to use uppercase() instead of
11974         islower/toupper.
11975
11976         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11977
11978 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11979
11980         * lyxfind.C: clean up of find failure position change
11981
11982 2001-12-20  Juergen Vigna  <jug@sad.it>
11983
11984         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11985
11986         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11987         (TeXRow): added to LaTeX a single tabular row.
11988         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11989         (Latex): simplified and finally good LT-h/f support.
11990         (various_functions): just small adaptions for LT-h/f support.
11991
11992         * tabular_funcs.[hC]: added and moved here all not classfunctions
11993         of LyXTabular.
11994
11995 2001-12-19  Juergen Vigna  <jug@sad.it>
11996
11997         * tabular.[Ch]: better support for longtabular options (not finished
11998         yet!)
11999
12000 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12001
12002         * text.C (paintLastRow): use the label font instead of the font of
12003         the last character to compute the size of *_BOX. This makes more
12004         sense and avoids a crash with empty paragraphs.
12005         Use Painter::rectangle to draw EMPTY_BOX.
12006
12007 2001-12-19  Juergen Vigna  <jug@sad.it>
12008
12009         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12010         the paragraphs if the replaced paragraph is not the first one!
12011         Tried to delete not used paragraphs but does not work yet so for
12012         now it's inside #ifdef's and by default off!
12013
12014 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12015
12016         * MenuBackend.C: include "lyx_main.h" instead of declaring
12017         lastfiles (actually was declared as LastFiles* instead of a
12018         scoped_ptr).
12019
12020 2001-12-17  Juergen Vigna  <jug@sad.it>
12021
12022         * tabular.C (AppendColumn): applied John's fix
12023
12024 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12025
12026         * BufferView.h:
12027         * BufferView.C:
12028         * BufferView_pimpl.h:
12029         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12030
12031         * Makefile.am:
12032         * box.h: new start of class for above
12033
12034         * lyxfunc.C: ignore space-only minibuffer dispatches.
12035           Show the command name when it doesn't exist
12036
12037         * minibuffer.C: don't add empty lines to the history
12038
12039         * minibuffer.C: add a space on dropdown completion
12040
12041 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12042
12043         * text.C: fix line above/below drawing in insets
12044
12045 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12046
12047         * lyxlength.C (LyXLength): Initialize private variables.
12048
12049 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12050
12051         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12052         when inserting error insets.
12053
12054 2001-12-13  Juergen Vigna  <jug@sad.it>
12055
12056         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12057         actually sometimes the before-paragraph.
12058         (setUndo): don't clear the redostack if we're not actually undoing!
12059
12060 2001-12-06  Juergen Vigna  <jug@sad.it>
12061
12062         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12063         and fixed redoing of main paragraph, so we can use it now ;)
12064
12065         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12066
12067 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12068
12069         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12070         Juergen's request
12071
12072 2001-12-13  André Pönitz <poenitz@gmx.net>
12073
12074         * undostack.[Ch]:
12075         * undo_func.C: minor cleanup
12076
12077 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12078
12079         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12080         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12081         font in urw-fonts package which is marked as -urw-fontspecific and
12082         does not work (incidentally, changing the encoding in the
12083         fonts.dir of this package to -adobe-fontspecific fixes the
12084         problem).
12085
12086         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12087         is a crash when undoing first paragraph (Juergen, please take a
12088         look). THis does not mean the undo fix is wrong, just that it
12089         uncovers problems.
12090
12091         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12092         the (Paragraph*) version when needed instead of duplicating the
12093         code.
12094
12095         * text.C (workWidth): use Inset::parOwner to find out where the
12096         inset has been inserted. This is a huge performance gain for large
12097         documents with lots of insets. If Inset::parOwner is not set, fall
12098         back on the brute force method
12099
12100         * paragraph_pimpl.C (insertInset):
12101         * paragraph.C (Paragraph):
12102         (cutIntoMinibuffer): set parOwner of insets when
12103         inserting/removing them
12104
12105         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12106
12107 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12108
12109         * commandtags.h:
12110         * LyXAction.C:
12111         * lyx_main.C:
12112         * lyxfunc.C:
12113         * mathed/formulabase.C:
12114         * mathed/math_cursor.[Ch]:
12115         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12116
12117
12118 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12119
12120         * lyxlength.[Ch] (operator!=): new function
12121
12122 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12123
12124         * text.C (workWidth): use Inset::parOwner to find out where the
12125         inset has been inserted. This is a huge performance gain for large
12126         documents with lots of insets. If Inset::parOwner is not set, fall
12127         back on the brute force method
12128
12129         * paragraph_pimpl.C (insertInset):
12130         * paragraph.C (Paragraph):
12131         (cutIntoMinibuffer): set parOwner of insets when
12132         inserting/removing them
12133
12134         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12135
12136 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12137
12138         * tabular-old.C (getTokenValue):
12139         * tabular.C (getTokenValue):
12140         (write_attribute): new versions for LyXLength
12141         (everywhere): adjust the use of widths
12142
12143         * tabular.h: change the type of widths from string to LyXLength
12144
12145 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12146
12147         * paragraph.C: fixed missing line number count when exporting
12148         Environments to LaTeX file
12149
12150         * buffer.C: added informational message for checking line numbers.
12151
12152 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12153
12154         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12155         paragraph, do the 'double space' part, but not the 'empty
12156         paragraph' one.
12157
12158         * text.C (workWidth): small optimization
12159         (getLengthMarkerHeight): use minimal size for negative lengths.
12160
12161 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12162
12163         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12164
12165         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12166
12167 2001-12-11  André Pönitz <poenitz@gmx.net>
12168
12169         * FontLoader.C:
12170         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12171
12172 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12173
12174         * text2.C: keep selection on a setFont()
12175
12176 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12177
12178         * lyx_cb.C: another bv->text misuse, from insert label
12179
12180 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12181
12182         * kbsequence.h:
12183         * kbsequence.C: re-instate nmodifier mask
12184
12185 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12186
12187         * lyx_main.h: make lyxGUI private.
12188
12189 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12190
12191         * lyxfind.C: place the cursor correctly on failed search
12192
12193 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12194
12195         * text.C (getLengthMarkerHeight): for small heights, the arrows
12196         are not always on top/bottom of the text
12197         (drawLengthMarker): smaller arrows; take the left margin in
12198         account; draw also vfills.
12199         (paintFirstRow):
12200         (paintLastRow): remove special code for vfill and standard spaces,
12201         since everything is handled in drawLengthMarker now.
12202
12203 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12204
12205         * buffer.C (insertErtContents): try to handle font and language
12206         interaction a bit better.g
12207
12208         * ColorHandler.C (updateColor): change the hash to cover the whole
12209         LColor enum, ws cleanup
12210         (getGCLinepars): ditto
12211         (getGCLinepars): only lookup in the linecache once.
12212
12213 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12214
12215         * iterators.C (operator++): Make the iterator more robust
12216
12217         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12218         (John's patch)
12219         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12220
12221 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12222
12223         * lyxtext.h:
12224         * text.C: better added space drawing
12225
12226 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12227
12228         * LyXView.C:
12229         * BufferView2.C: fix layout combo update on inset unlock
12230
12231 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12232
12233         * Makefile.am: don't compile unused files
12234
12235 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12236
12237         * lyxfunc.C:
12238         * commandtags.h:
12239         * LyXAction.C: remove old LFUN_LAYOUTNO
12240
12241 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12242
12243         * paragraph_pimpl.h:
12244         * paragraph_pimpl.C: isTextAt() doesn't need font param
12245
12246 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12247
12248         * lyxlex.h:
12249         * lyxlex.C: little cleanup
12250
12251 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12252
12253         * BufferView_pimpl.C: fix insertAscii for insets
12254
12255 2001-12-05  Juergen Vigna  <jug@sad.it>
12256
12257         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12258         set the right font on the "multi" paragraph paste!
12259
12260 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12261
12262         * trans_decl.h:
12263         * trans_mgr.[Ch]:
12264         * trans.[Ch]:
12265         * lyxgluelength.C:
12266         * lyxlength.C: remove out-commented code.
12267
12268         * BufferView_pimpl:
12269         * CutAndPaste.C:
12270         * DepTable.C:
12271         * buffer.C:
12272         * chset.C:
12273         * lastfiles.C:
12274         * lyxlex.C:
12275         * lyxlex_pimpl.C:
12276         * lyxserver.C:
12277         * screen.C:
12278         * tabular-old.C:
12279         * tabular.C:
12280         * text.C:
12281         * trans_mgr.C:
12282         * vc-backend.C: change "while(" to "while ("
12283
12284         * lyxlength.[Ch]: add zero function to check if length is zero or
12285         not
12286         * lyxgluelength.C: use it
12287
12288 2001-12-05  Allan Rae  <rae@lyx.org>
12289
12290         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12291         Works for 2.95.3, from what I understand of Garst's reports this should
12292         work for other g++ versions.  We're screwed if the abs(int) definition
12293         changed between bugfix releases of gcc.
12294
12295 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12296
12297         * text.C: fix chapter label offset !
12298
12299 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12300
12301         * lyxtext.h:
12302         * text.C: fix hfill at end of line, clean up
12303
12304 2001-12-04  Juergen Vigna  <jug@sad.it>
12305
12306         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12307         that we force an update of the inset and it's owners if neccessary.
12308
12309 2001-12-03  Juergen Vigna  <jug@sad.it>
12310
12311         * text.C (rowLast): simplified code
12312
12313 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12314
12315         * lyxfunc.C: fix show options on timeout
12316
12317 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12318
12319         * screen.C (topCursorVisible): scroll half a page when the cursor
12320         reached top of bottom of screen
12321
12322 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12323
12324         * minibuffer.C: deactivate on loss of focus
12325
12326 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12327
12328         * vspace.[Ch] (operator!=): add operator.
12329
12330 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12331
12332         * BufferView_pimpl.C: refuse to open an inset when
12333         there's a selection.
12334
12335 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12336
12337         * BufferView_pimpl.C: allow to click on RHS of full row insets
12338
12339 2001-11-30  Juergen Vigna  <jug@sad.it>
12340
12341         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12342         insets for undo reasons.
12343
12344 2001-11-28  André Pönitz <poenitz@gmx.net>
12345
12346         * vspace.[Ch]: cosmetical changes
12347
12348 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12349
12350         * LyXAction.h:
12351         * LyXAction.C:
12352         * lyxfunc.h:
12353         * lyxfunc.C:
12354         * kbmap.h:
12355         * kbmap.C:
12356         * lyxrc.C:
12357         * kbsequence.h:
12358         * kbsequence.C: part re-write of old kb code
12359
12360         * Painter.C:
12361         * WorkArea.C: remove Lgb_bug_find_hack
12362
12363 2001-11-30  José Matos <jamatos@fep.up.pt>
12364
12365         * buffer.C (makeDocBookFile): add a comment to point a hack.
12366         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12367         Fixed a double write of labels.
12368
12369 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12370
12371         * LaTeX.C:
12372         * LaTeX.h Fixed bug in LaTeX class where it would not
12373         re-run latex if no depfiles were changed, but the .dvi was removed.
12374
12375 2001-11-28  André Pönitz <poenitz@gmx.net>
12376
12377         * all the files from the change on 2001/11/26:
12378         use lyx::layout_type instead of LyXTextClass::size_type
12379         use lyx::textclass_type instead of LyXTextClassList::size_type
12380
12381 2001-11-29  Juergen Vigna  <jug@sad.it>
12382
12383         * text.C: added support for paragraph::isFreeSpacing()
12384
12385         * buffer.C: same as above
12386
12387         * paragraph.h: inserted isFreeSpacing() function to enable
12388         FreeSpacing inside InsetERT.
12389
12390         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12391         of the paragraph's in the cut/copy buffer to 0!
12392
12393         * text2.C (removeRow): remove the assert as it can!
12394
12395         * lyxtext.h: added helper function firstRow returning firstrow and
12396         made firstrow private again.
12397
12398         * BufferView2.C (lockInset): don't relock if we're already locked!
12399
12400         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12401         the only paragraph.
12402         (removeRow): added Assert::(firstrow)
12403
12404         * debug.C: forgot to add INSETTEXT here.
12405
12406 2001-11-28  Juergen Vigna  <jug@sad.it>
12407
12408         * sp_spell.C (initialize): changed error text to more general
12409         spellchecker command use (not only ispell!)
12410
12411         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12412
12413         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12414
12415 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12416
12417         * vspace.C: initialise lyxgluelength on failure
12418
12419 2001-11-28  Allan Rae  <rae@lyx.org>
12420
12421         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12422         declaration & definition that looks like a function declaration.
12423
12424 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12425
12426         * BufferView2.C (copy):
12427         (copyEnvironment): do not clear the selection when doing a copy.
12428
12429         * text.C (paintFirstRow): compilation fix
12430
12431 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12432
12433         * tabular.C (Latex): correct line count when writing latex.
12434
12435 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12436
12437         * paragraph_pimpl.h:
12438         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12439           bug a bit
12440
12441 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12442
12443         * text.C:
12444         * LColor.h:
12445         * LColor.C: change vfillline->added_space
12446
12447         * text.C: add markers and text for added space
12448
12449         * vspace.C: fix comment
12450
12451 2001-11-28  André Pönitz <poenitz@gmx.net>
12452
12453         * paragraph.C: whitespace changes
12454         * all the other files from the change on 2001/11/26:
12455         change *::pos_type into lyx::pos_type
12456
12457 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12458
12459         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12460         language of the document when inserting error insets.
12461
12462 2001-11-26  André Pönitz <poenitz@gmx.net>
12463
12464         * BufferView_pimpl.[Ch]:
12465         *       CutAndPaste.C:
12466         * buffer.[Ch]:
12467         * lyxcursor.[Ch]:
12468         * lyxfind.C:
12469         * lyxfunc.C:
12470         * lyxrow.[Ch]:
12471         * paragraph.[Ch]:
12472         * paragraph_pimpl.[Ch]:
12473         * sp_spell.C:
12474         * text.C:
12475         * text2.C: reduce header dependencies, introduce type for positions
12476
12477 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12478
12479         * <various>: change to use Alert.h
12480
12481 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12482
12483         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12484         when encountering an unknown token.
12485         (readLyXformat2): Show an error message if there were unknown tokens.
12486
12487 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12488
12489         * BufferView2.C:
12490         * BufferView_pimpl.C:
12491         * buffer.C:
12492         * paragraph.h:
12493         * text.C:
12494         * text2.C: use par->isInset()
12495
12496 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12497
12498         * paragraph_pimpl.h:
12499         * paragraph_pimpl.C: cleanup
12500
12501 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12502
12503         * text2.C (removeRow):
12504         * text.C (setHeightOfRow): remove useless (and costly) call to
12505         getRow.
12506
12507 2001-11-20  Allan Rae  <rae@lyx.org>
12508
12509         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12510         Now need Inset*::checkInsertChar() to return true for appropriate
12511         cases so that the characters in the minibuffer will actually be
12512         inserted.
12513
12514 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12515
12516         * text.C: change the order of the includes.
12517         (workWidth): initialize it at once.
12518         (workWidth): make maxw unsigned
12519         (setHeightOfRow): remove unused variable (inset)
12520         (selectSelectedWord): remove unused variable (inset)
12521         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12522
12523 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12524
12525         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12526         server is not running.
12527         (openConnection):
12528         (closeConnection): add debug info when server is disabled.
12529
12530         * ColorHandler.C (getGCForeground): send debug message to GUI
12531         channel.
12532
12533         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12534
12535         * kbmap.C (bind): modify because return conventions of
12536         kb_sequence::parse have changed.
12537
12538         * kbsequence.C (parse): only ignore spaces and not any stupid
12539         control character. This avoids tests like s[i] <= ' ', which are
12540         guaranteed to fail with 8bit characters and signed chars.
12541         Change return code to string::npos when there have been no error
12542         (0 was a bad idea when error is at first character)
12543
12544 2001-11-14  José Matos  <jamatos@fep.up.pt>
12545
12546         * buffer.h:
12547         * buffer.C (simpleDocBookOnePar): removed unused argument.
12548
12549 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12550
12551         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12552         insets which are part of a word. Paragraph::isLetter takes care of
12553         that now. Use Paragraph::isInset to identify insets.
12554         (selectSelectedWord): do not test for hyphenation break.
12555
12556         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12557         that protected spaces are considered as spaces.
12558
12559         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12560         Inset::isLetter.
12561
12562 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12563
12564         * lyxserver.h:
12565         * lyxserver.C: fix it. and small cleanup.
12566
12567 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12568
12569         * BufferView_pimpl.C: use inline helpers
12570
12571         * LaTeXFeatures.h:
12572         * LaTeXFeatures.C: fix typos
12573
12574         * Spacing.h:
12575         * Spacing.C: move spacing_string into class
12576
12577         * ToolbarDefaults.C: move stuff into namespace anon
12578
12579         * layout.h: update enum
12580
12581         * lyxfunc.C: use better debug
12582
12583         * minibuffer.h: fix typo
12584
12585         * debug.h:
12586         * debug.C:
12587         * WorkArea.C: add and use Debug::WORKAREA
12588
12589         * lyxtext.h:
12590         * text.C:
12591         * text2.C: code re-organisation, inline helpers
12592
12593 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12594
12595         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12596         std::vector.empty().
12597
12598 2001-11-09  Allan Rae  <rae@lyx.org>
12599
12600         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12601         '\n's after tables.  Tabular and ERT inset work now makes this no
12602         longer necessary.
12603
12604 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12605
12606         * minibuffer.h:
12607         * minibuffer.C: fix crash, improve drop-down completion
12608
12609 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12610
12611         * lyxserver.h:
12612         * lyxserver.C: invalidate fd's when doing endPipe()
12613
12614 2001-11-08  José Matos  <jamatos@fep.up.pt>
12615
12616         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12617         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12618
12619         * paragraph.h:
12620         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12621
12622 2001-11-07  José Matos  <jamatos@fep.up.pt>
12623
12624         * buffer.h:
12625         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12626         const qualifier.
12627
12628         * buffer.C (sgmlOpenTag):
12629         * buffer.C (sgmlCloseTag): removed debug info.
12630
12631         * buffer.h (sgmlOpenTag):
12632         * buffer.h (sgmlCloseTag): made public.
12633
12634 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12635
12636         * buffer.C (saveParamsAsDefaults):
12637         * lyx_cb.C (MenuLayoutSave): remove
12638
12639         * LyXAction.C (init):
12640         * commandtags.h:
12641         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12642
12643 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12644
12645         * buffer.C (setPaperStuff): removed from here...
12646
12647         * bufferparams.C (setPaperStuff): ... and moved there.
12648
12649 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12650
12651         * minibuffer.h:
12652         * minibuffer.C:
12653         * XFormsView.C: add support for drop-down completion
12654
12655 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12656
12657         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12658         commands.
12659
12660 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12661
12662         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12663         disabled.
12664
12665 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12666
12667         * lyx_main.C: change ref to known bugs
12668
12669 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12670
12671         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12672         to work around older babel problems.
12673
12674 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12675
12676         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12677
12678 2001-10-24  Juergen Vigna  <jug@sad.it>
12679
12680         * tabular-old.C (ReadOld): below variable changes reflected.
12681
12682         * tabular.[Ch]: added ltType struct for longtable header/footer
12683         defines and changed all instances where they are used. Added
12684         future support for double top/bottom rows.
12685
12686 2001-10-24  José Matos  <jamatos@fep.up.pt>
12687
12688         * buffer.h (docbookHandleCaption):
12689         * buffer.C (docbookHandleCaption): removed unused function.
12690         (makeDocBookFile): moved docbook supported version to v4.1.
12691
12692 2001-10-24  José Matos  <jamatos@fep.up.pt>
12693
12694         * tabular.h:
12695         * tabular.C (docbookRow): new function to export docbook code of a row.
12696         (DocBook): now honors the longtable flags.
12697
12698 2001-10-23  José Matos  <jamatos@fep.up.pt>
12699
12700         * LaTeXFeatures.h:
12701         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12702         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12703
12704         * buffer.C (makeLinuxDocFile):
12705         (makeDocBookFile): reworked the preamble, more clean, and with
12706         support for lyx defined entities. Changed the document declaration
12707         to be more XML friendly.
12708
12709         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12710         if we need to output XML that should be done with a filter.
12711
12712 2001-10-22  Juergen Vigna  <jug@sad.it>
12713
12714         * sp_pspell.h (class PSpell): add alive function needed in the
12715         controller to see if the spellchecker could be started.
12716
12717 2001-10-22  Juergen Vigna  <jug@sad.it>
12718
12719         * buffer.C (insertStringAsLines): modify the font for inserting
12720         chars in certain conditions by calling checkInsertChar(font).
12721
12722 2001-10-19  Juergen Vigna  <jug@sad.it>
12723
12724         * text.C (workWidth): use getRow instead of wrong algorithm.
12725         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12726
12727 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12728
12729         * lyxserver.h:
12730         * lyxserver.C:
12731         * lyx_main.h:
12732         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12733
12734 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12735
12736         * text.C (workWidth): do not search for the exact row when
12737         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12738         optimization for big documents.
12739
12740 2001-10-18  Juergen Vigna  <jug@sad.it>
12741
12742         * text.C (workWidth): new function with added Inset * parameter.
12743
12744 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12745
12746         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12747
12748         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12749         change return type of getColumnNearX.
12750
12751
12752         * text.C (changeRegionCase): use uppercase/lowercase instead of
12753         toupper/tolower.
12754         (leftMargin):
12755         (rightMargin): simplify code by factoring out the uses of
12756         textclasslist.
12757         (labelFill):
12758         (numberOfHfills):
12759         (setHeightOfRow):
12760         (appendParagraph): use Paragraph::size_type
12761
12762 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12763
12764         * vspace.C (asLatexString): add a missing break
12765
12766 2001-10-15  Herbert Voss  <voss@perce.de>
12767
12768         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12769
12770 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12771
12772         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12773         is not available.
12774
12775 2001-10-10  André Pönitz <poenitz@gmx.net>
12776
12777         * lyxfunc.C: removed greek_kb_flag.
12778
12779 2001-10-10  Herbert Voss  <voss@perce.de>
12780
12781         * lyx_main.C: delete global string help_lyxdir.
12782
12783 2001-10-09  Herbert Voss  <voss@perce.de>
12784
12785         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12786
12787         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12788
12789         * lyx_main.C: added global string help_lyxdir.
12790
12791         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12792
12793 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12794
12795         * lyxrc.C (set_font_norm_type): support iso8859-4
12796
12797 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12798
12799         * LaTeX.C (deplog): add another regex for MikTeX
12800
12801 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12802
12803         * lyxrc.C (set_font_norm_type): support iso8859-3
12804
12805 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12806
12807         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12808
12809         * LaTeXFeatures.C: remove special case of french and index
12810
12811         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12812         before \begin{document}). This solves several incompatibilities.
12813
12814 2001-10-03  Garst Reese  <reese@isn.net>
12815
12816         * lyx_cb.C: change CheckTex error msg.
12817
12818 2001-10-03  José Matos  <jamatos@fep.up.pt>
12819
12820         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12821
12822 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12823
12824         * .cvsignore: update
12825
12826         * lyx_main.C (commandLineVersionInfo): use new style version info.
12827
12828         * buffer.C (writeFile):
12829         (makeLaTeXFile):
12830         (makeLinuxDocFile):
12831         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12832
12833         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12834
12835         * version.h: update to use stuff in version.C
12836
12837         * version.C.in: new file. Contains version information determined
12838         at compile time. This is a merging of version.h and
12839         version_info.h.in.
12840
12841 2001-10-03  Juergen Vigna  <jug@sad.it>
12842
12843         * BufferView_pimpl.C (update): don't change "dirty" status in
12844         updateInset call.
12845
12846 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12847
12848         * WorkArea.C (c-tor): re-position version string slightly.
12849
12850 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12851
12852         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12853         revert to previous code.
12854
12855         WorkArea.[Ch]: (show, destroySplash): methods removed.
12856
12857         WorkArea.C: rework code so that it's an amalgam of the codes before and
12858         after the splash screen was moved to WorkArea.
12859
12860 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12861
12862         * lyxrc.C (read):
12863         * vspace.C (inPixels):
12864         (lyx_advance):
12865         * kbmap.C (bind):
12866         * buffer.C (insertStringAsLines):
12867         (asciiParagraph): fix types to be large enough
12868
12869         * lyxlex_pimpl.h: change member status from short to int
12870
12871         * layout.h: fix type of endlabeltype
12872
12873         * kbmap.C (bind):
12874         * kbsequence.C (parse): change return type to string::size_type
12875
12876         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12877         variable
12878
12879         * Bullet.C (bulletSize):
12880         (bulletEntry): do not use short ints as parameters
12881
12882         * BufferView2.C (insertLyXFile): change a char to an int.
12883
12884         * WorkArea.C (WorkArea): remove unneeded floats in computation
12885
12886 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12887
12888         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12889
12890         * paragraph.C (asString): Do not ignore newline/hfill chars when
12891         copying to the clipboard.
12892
12893 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12894
12895         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12896         after a multi-line inset.
12897
12898 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12899
12900         * paragraph.C (validate): Set NeedLyXFootnoteCode
12901
12902 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12903
12904         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12905         and decrease-error to decrease.
12906
12907 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12908
12909         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12910         it more readable (should be equivalent)
12911
12912 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12913
12914         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12915
12916 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12917
12918         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12919         of a cursor (row, etc.) after a character has been deleted
12920         (deleteEmptyParagraphMechanism): call the method above on _all_
12921         cursors held by the LyXText when a double space has been
12922         detected/deleted.
12923
12924 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12925
12926         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12927         pixmap.
12928         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12929
12930         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12931         background. Use greyOut() and the new show() methods to toggle between
12932         the foreground and background. Add code to remove the splash after
12933         its initial showing.
12934
12935         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12936         (create_forms): no longer call Dialogs::showSplash.
12937
12938 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12939
12940         * .cvsignore: add version_info.h
12941
12942 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12943
12944         * version_info.h.in: new file
12945
12946         * Makefile.am: add version_info.h.in
12947
12948         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12949         version_info.h instead of VERSION_INFO
12950
12951 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12952
12953         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12954         The ERT inset now returns string().
12955
12956 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12957
12958         * lyxtext.h, text.C (selectNextWord): renamed as
12959         selectNextWordToSpellcheck.
12960
12961         * text.C (selectNextWordToSpellcheck): Modified to not select
12962         words inside an ERT inset.
12963
12964 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12965
12966         * lyx_cb.C (MenuLayoutSave): change a bit the question
12967
12968         * sp_base.h: include <sys/types.h>
12969
12970 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12971
12972         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12973
12974 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12975
12976         * several files: fix typos in user-visible strings
12977
12978 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12979
12980         * text2.C (pasteSelection): do not set the selection, since it
12981         will be cleared later. Actually, the intent was to fix the way the
12982         selection was set, but I figured rmoving the code was just as good.
12983
12984 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12985
12986         * FontLoader.C (available): Check if font is available without
12987         loading the font.
12988
12989 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12990
12991         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12992
12993 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12994
12995         * lyxrc.[Ch]: added display_graphics variable and associated code.
12996
12997 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12998
12999         * bufferparams.C (hasClassDefaults): new method. Returns true if
13000         the buffer parameters correspond to known class defaults
13001
13002 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13003
13004         * XFormsView.C (show): set minimum size to the main window.
13005
13006 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13007
13008         * text2.C (copySelection):
13009         (cutSelection):
13010         * lyxfind.C (LyXReplace):
13011         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13012         LyXText::selectionAsString.
13013
13014         * paragraph.C (asString): add "label" argument to the second form
13015
13016         * text2.C (selectionAsString): add "label" argument and pass it to
13017         Paragraph::asString.
13018
13019 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13020
13021         * lyx_main.C (commandLineHelp): remove version information
13022
13023 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13024
13025         * lyx_main.C: add -version commandline option
13026
13027 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13028
13029         * paragraph.h: make the optional constructor arg required instead.
13030         some modifications to other files because of this.
13031
13032         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13033
13034         * lyxserver.C (C_LyXComm_callback): make it static
13035
13036         * lyx_main.C (error_handler): make it static
13037
13038         * lyx_gui.C (LyX_XErrHandler): make it static
13039
13040         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13041
13042         * WorkArea.C: make the extern "C" methods static.
13043
13044         * Makefile.am (lyx_LDADD): simplify
13045
13046 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13047
13048         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13049         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13050
13051         * LyXAction.C (init):
13052         * lyxfunc.C (dispatch): associated code removal.
13053
13054 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13055
13056         * lyxfont.h (isSymbolFont): shut off warning
13057
13058         * text.C (setHeightOfRow):
13059         (getVisibleRow): fix crash with empty paragraphs which have a
13060         bottom line
13061
13062 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13063
13064         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13065         code.
13066
13067 2001-09-04  José Matos  <jamatos@fep.up.pt>
13068         * buffer.C
13069         * buffer.h
13070         * tabular.C (docbook): rename docBook method to docbook.
13071
13072 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13073
13074         * Makefile.am: add dependencies to main.o.
13075
13076 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13077
13078         * FontLoader.C (available): Return false if !lyxrc.use_gui
13079
13080 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13081
13082         * FontInfo.C (query):
13083         * converter.C (view):
13084         * importer.C (Import):
13085         * exporter.C (Export): Can not -> cannot.
13086
13087 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13088
13089         * BufferView_pimpl.C: allow to create index inset even if
13090           string is empty
13091
13092 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13093
13094         * buffer.C (getLists): replace boost::tie code with an explicit pair
13095         as boost::tie can break some compilers.
13096
13097         * iterators.h: Added a std:: declaration to the return type of
13098         ParIterator::size.
13099
13100 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13101
13102         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13103           case.
13104
13105 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13106
13107         * iterators.[Ch]: New files. Provide paragraph iterators.
13108
13109         * buffer.C (changeLanguage): Use paragraph iterators.
13110         (isMultiLingual): ditto
13111
13112         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13113
13114 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13115
13116         * FontLoader.C: Support for cmr font.
13117
13118 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13119
13120         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13121         (available): New method.
13122
13123         * FontInfo.C (getFontname): Use scalable fonts even when
13124         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13125         found.
13126
13127 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13128
13129         * converter.C (Formats::view): reverted! Incorrect fix.
13130
13131 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13132
13133         * converter.C (Formats::view): only output the -paper option
13134         if the dvi viewer is xdvi, thereby fixing bug #233429.
13135
13136 2001-08-23  Herbert Voss  <voss@perce>
13137
13138         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13139
13140 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13141
13142         * Spacing.h (Spacing): Set space to Default on in the default
13143         constructor.
13144
13145 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13146
13147         * vc-backend.h (RCS::versionString): add RCS to version
13148         (CVS::versionString): add CVS to version
13149
13150         * vc-backend.C (scanMaster): do not add CVS to version.
13151         (scanMaster): do not add RCS to version
13152
13153         * lyxvc.C (versionString): new method
13154
13155         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13156
13157 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13158
13159         * Spacing.C (set): initialize fval
13160
13161 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13162
13163         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13164         " or \.
13165
13166 2001-08-16  Juergen Vigna  <jug@sad.it>
13167
13168         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13169
13170 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13171
13172         * BufferView_pimpl.C:
13173         * figureForm.C:
13174         * lyxtext.h:
13175         * text2.C: setParagraph takes linespacing now
13176
13177 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13178
13179         * LyxAction.C: add internal LFUN_CITATION_INSERT
13180
13181         * LyXView.C: actually apply fix
13182
13183         * bufferlist.C: fix open non-existent file
13184
13185         * lyxfind.C: fix indentation
13186
13187         * lyxfunc.C: remove unneeded assert, fix typo
13188
13189 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13190
13191         * MenuBackend.C: use "Floatname List"
13192
13193 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13194
13195         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13196         when converting LaTeX layout to insetERT.
13197         Generate a non-collapsed float when reading old float
13198
13199 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13200
13201         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13202         ERT insets.
13203
13204 2001-08-13  Juergen Vigna  <jug@sad.it>
13205
13206         * text.C (fill): return 0 instead of 20 as this seems to be the more
13207         correct value.
13208
13209 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13210
13211         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13212         lyxrc.font_norm.
13213
13214 2001-08-13  Juergen Vigna  <jug@sad.it>
13215
13216         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13217         casesensitive off.
13218         (SearchBackward): comment out the unlocking of the inset_owner this
13219         should not be needed!
13220
13221 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13222
13223         * Many files: Remove inherit_language, and add latex_language
13224
13225         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13226         collapsible insets.
13227
13228 2001-08-10  Juergen Vigna  <jug@sad.it>
13229
13230         * text.C (prepareToPrint): fixed hfill-width in draw!
13231
13232         * BufferView2.C (selectLastWord): save the selection cursor as this
13233         now is cleared in the function LyXText::clearSelection!
13234
13235 2001-08-08  Juergen Vigna  <jug@sad.it>
13236
13237         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13238         BACKSPACE type functions.
13239
13240         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13241         is only cutted from the document but not put in the cut-buffer, where
13242         still the old stuff should be.
13243
13244         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13245
13246         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13247
13248         * tabular.C (SetWidthOfCell): fixed special case where the width
13249         was not updated!
13250         (LeftLine): handle '|' in align_special.
13251         (RightLine): ditto
13252         (LeftAlreadyDrawed): ditto
13253         (SetWidthOfCell): ditto
13254
13255 2001-08-07  Juergen Vigna  <jug@sad.it>
13256
13257         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13258
13259 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13260
13261         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13262         * lyxlex.[hC]: ditto
13263
13264 2001-08-06  Juergen Vigna  <jug@sad.it>
13265
13266         * text.C (getVisibleRow): fix up row clearing a bit.
13267
13268 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13269
13270         * minibuffer.C: make sure the X server sees the changes in the input.
13271
13272 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13273
13274         * paragraph.C (getFont): split into...
13275         (getLabelFont): this
13276         (getLayoutFont): and this
13277         * paragraph_pimpl.C (realizeFont): calling this
13278
13279         * text2.C (getFont): split into...
13280         (getLayoutFont): this
13281         (getLabelFont): and this
13282         (realizeFont): all three calling this
13283
13284         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13285         files where used.
13286
13287 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13288
13289         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13290
13291 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13292
13293         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13294         layouts from the Quote inset insertion.
13295
13296 2001-08-03  Juergen Vigna  <jug@sad.it>
13297
13298         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13299
13300         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13301         only if status not is already CHANGED_IN_DRAW (second level).
13302
13303         * text.C (draw): don't set the need_break_row when inside an
13304         InsetText LyXText.
13305
13306 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13307
13308         * buffer.C (parseSingleLyXformat2Token): handle more latex
13309         conversion cases.
13310
13311         * bufferview_funcs.[hC]: change function names to
13312         begin with small char, adjust other files.
13313
13314 2001-08-02  André Pönitz <poenitz@gmx.net>
13315
13316         * lyxfunc.C:
13317         BufferView_pimpl.C: remove broken special code for math-greek
13318
13319 2001-08-02  Juergen Vigna  <jug@sad.it>
13320
13321         * BufferView_pimpl.C (update): redone this function so that we
13322         update the text again if there was a CHANGE_IN_DRAW.
13323
13324         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13325         (drawFromTo): added a new internal bool which is used by draw() and
13326         redraw() function.
13327         (general): some cursor drawing problems fixed.
13328
13329 2001-08-01  Juergen Vigna  <jug@sad.it>
13330
13331         * lyxfind.C (LyXFind): fixed
13332         (SearchForward): ditto
13333         (SearchBackward): ditto
13334
13335         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13336         spurius drawing of the cursor in the main area.
13337
13338         * text2.C (status): small fix which could lead to a segfault!
13339         (clearSelection): remove unneeded BufferView param.
13340
13341 2001-08-01  André Pönitz <poenitz@gmx.net>
13342
13343         * lyxfunc.C: small change due to changed mathed interface
13344
13345 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13346
13347         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13348
13349 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13350
13351         * lyxfunc.c: fail gracefully if file doesn't exist
13352
13353         * LyXSendto.C:
13354         * buffer.C:
13355         * lyxfunc.C:
13356         * BufferView_pimpl.C: IsDirWriteable() proto changed
13357
13358         * LyXView.C: fix updateWindowTitle() to store the last title
13359
13360 2001-07-31  Juergen Vigna  <jug@sad.it>
13361
13362         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13363         the font (wrong since using of Paragraph::highestFontInRange).
13364
13365         * paragraph.C (highestFontInRange): added a default_size parameter.
13366
13367         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13368         (setHeightOfRow): reformat
13369
13370 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13371
13372         * converter.[hC] + affected files: move to (inital-char)lowercase
13373         function names.
13374
13375         * ParagraphParameters.C (ParagraphParameters): remove commented code
13376
13377         * PainterBase.[Ch]: remove commented code
13378
13379         * LaTeXFeatures.h: add "bool floats" for float.sty
13380
13381         * LaTeXFeatures.C (LaTeXFeatures): init floats
13382         (require): handle float
13383         (getPackages): do it with floats
13384
13385 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13386
13387         * BufferView_pimpl.C (Dispatch): improve handling of
13388         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13389
13390         * commandtags.h: #include lyxfont.h here temporarily to avoid
13391         keybinding bug.
13392
13393         * bufferlist.h: include LString.h here.
13394
13395 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13396
13397         * text2.C (getStringToIndex): new method.
13398
13399 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13400
13401         * *: Reduced header file dependencies all over.
13402
13403 2001-07-30  Baruch Even  <baruch@lyx.org>
13404
13405         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13406
13407 2001-07-29  Baruch Even  <baruch@lyx.org>
13408
13409         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13410
13411 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13412
13413         * ParameterStruct.h (endif): add a default constructor to make
13414         sure that all variables is initialized.
13415
13416         * ParagraphParameters.C (ParagraphParameters): adjust
13417
13418 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13419
13420         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13421         index; also, check that there is something to index, and that it
13422         does not span over several paragraphs.
13423         (doubleClick): use WHOLE_WORD_STRICT for double click.
13424
13425         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13426
13427         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13428         scheme.
13429
13430 2001-07-26  Baruch Even  <baruch@lyx.org>
13431
13432         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13433         an InsetFig figure, backwards compatible reading of old figure code.
13434
13435 2001-07-27  Juergen Vigna  <jug@sad.it>
13436
13437         * text2.C: font.realize function adaption.
13438
13439         * text.C (draw): add a warnings lyxerr text if needed.
13440
13441         * layout.C: font.realize function adaption.
13442
13443         * language.C: add inherit_language and implement it's handlings
13444
13445         * bufferview_funcs.C (StyleReset): remove language parameter from
13446         font creation (should be language_inherit now).
13447
13448         * bufferparams.C (writeFile): handle ignore_language.
13449
13450         * paragraph.C (getFontSettings): the language has to be resolved
13451         otherwise we have problems in LyXFont!
13452
13453         * lyxfont.C (lyxWriteChanges): added document_language parameter
13454         (update): removed unneeded language parameter
13455
13456         * paragraph.C (validate): fixed wrong output of color-package when
13457         using interface colors for certain fonts in certain environments,
13458         which should not seen as that on the final output.
13459
13460 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13461
13462         * BufferView_pimpl.C:
13463         * Thesaurus.h:
13464         * Thesaurus.C:
13465         * Makefile.am:
13466         * commandtags.h:
13467         * LyXAction.C: add thesaurus support
13468
13469         * lyxfind.h:
13470         * lyxfind.C: add "once" parameter, for thesaurus, to not
13471           move to the next match
13472
13473 2001-07-26  Juergen Vigna  <jug@sad.it>
13474
13475         * lyxfont.C (realize): honor ignore_language too!
13476         (resolved): ditto.
13477
13478         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13479
13480         * text.C (draw): one place more for ignore_language to not draw
13481         itself!
13482
13483 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13484
13485         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13486
13487 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13488
13489         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13490         the minipage conversion problem.
13491
13492 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13493
13494         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13495         insert an inset.
13496
13497 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13498
13499         * BufferView.h: don't forward declare WorkArea
13500
13501         * BufferView.C: don't include WorkArea.h
13502
13503 2001-07-25  André Pönitz <poenitz@gmx.net>
13504
13505         * commandtags.h:
13506         * LyXAction.C:
13507         * lyxfunc.C:  new LFUN 'math-space'
13508
13509         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13510
13511 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13512
13513         * text2.C (toggleInset): call open/close
13514
13515 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13516
13517         * lyxfunc.C (dispatch): add debug for the disabled case
13518
13519         * font.C (buttonText): make similar to rectText
13520
13521         * buffer.C (readInset): comment out parsing of insetlist and
13522         insttheorem
13523
13524         * PainterBase.C (rectText): small correction
13525
13526         * BufferView_pimpl.C: comment out insettheorem and insetlist
13527         * LyXAction.C: ditto
13528         * commandtags.h: ditto
13529
13530 2001-07-24  Juergen Vigna  <jug@sad.it>
13531
13532         * text.C (draw): honor the ignore_language.
13533
13534         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13535
13536 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13537
13538         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13539         char inset.
13540
13541 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13542
13543         * lyxtext.h: remove unused (and unimplemented) methods
13544
13545 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13546
13547         * text.C (getVisibleRow): honor background color
13548
13549         * PainterBase.h:
13550         * Painter.h: remove default color argument for fillRectangle
13551
13552         * text.C (backgroundColor): new method
13553
13554 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13555
13556         * text.C (getVisibleRow): adjust
13557
13558         * font.[Ch] (rectText): new method, metrics
13559         (buttonText): new method, metrics
13560
13561         * PainterBase.[hC]: make rectText and buttonText always draw and take
13562         fewer paramteres.
13563
13564 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13565
13566         * ToolbarDefaults.C (read):
13567         * MenuBackend.C (read): allow escaping in all strings
13568
13569         * BufferView_pimpl.C (insertAndEditInset): new method.
13570         (Dispatch): use insertAndEditInset whenever appropriate.
13571
13572         * BufferView_pimpl.C (insertNote): removed
13573
13574         * BufferView_pimpl.C (smartQuote): new method, moved from
13575         BufferView; if an insetquote cannot be inserted, insert a '"'
13576         character instead.
13577
13578         * BufferView2.C: remove insertCorrectQuote();
13579
13580         * lyxfunc.C (getStatus): Add support for all remaingin
13581         inset-insert lfuns.
13582
13583         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13584
13585         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13586         command (necessary to pass " as parameter of self-insert.
13587
13588         * text.C (selectWordWhenUnderCursor):
13589         (selectWord): add word_location parameter
13590         (selectWordWhenUnderCursor): same + remove special code for word
13591         boundary.
13592         (selectNextWord): use kind() to guess type of insetspecialchar,
13593         not latex().
13594
13595         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13596         (insertErtContents): create ert insets as collapsed.
13597         (readInset): better compatibility code for Info inset.
13598
13599 2001-07-20  Juergen Vigna  <jug@sad.it>
13600
13601         * lyxfunc.C (dispatch): use always LyXFind now!
13602
13603         * text2.C (init): add a reinit flag so that the LyXText can be
13604         reinited instead of deleted and reallocated (used in InsetText).
13605
13606         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13607
13608         * text.C: ditto
13609
13610         * text2.C: ditto
13611
13612 2001-07-18  Juergen Vigna  <jug@sad.it>
13613
13614         * text.C (selectNextWord): handle insets inside inset by calling
13615         always the bv->text functions so that we can go up the_locking_inset!
13616
13617         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13618         in strange locations when inside an inset!
13619
13620         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13621         handling to include insets.
13622
13623         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13624
13625 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13626
13627         * LyXAction.C (init):
13628         * commandtags.h:
13629         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13630         LIGATURE_BREAK, since the name is so stupid.
13631
13632 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13633
13634         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13635         InsetInfos.
13636
13637         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13638
13639         * sp_form.[Ch]: remove.
13640
13641         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13642
13643         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13644         InsetInfo.
13645
13646         * src/buffer.C (readInset): ditto.
13647
13648 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13649
13650         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13651         menuSeparator(), endOfSentenceDot(), ldots() and
13652         hyphenationPoint(), which are therefore removed.
13653         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13654
13655         * LyXAction.C (init):
13656         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13657
13658         * paragraph.C (getWord): removed.
13659
13660         * BufferView_pimpl.C (Dispatch): use last word or selection for
13661         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13662
13663         * lyx_main.C (queryUserLyXDir): do not ask before creating
13664         user_dir, except if it has been named explicitely.
13665
13666 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13667
13668         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13669         a document of zero size.
13670
13671 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13672
13673         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13674         approriately in the c-tor and in require().
13675         (getPackages): output the appropriate LaTeX for natbib support.
13676
13677         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13678         variables "use_natbib" and "use_numerical_citations" when reading the
13679         LyX file.
13680         (readInset): read the various natbib cite commands.
13681         (validate): white-space change.
13682
13683         * bufferparams.[Ch]: new variables "bool use_natbib" and
13684         "bool use_numerical_citations".
13685         (writeFile): output them in the LyX file.
13686
13687 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13688
13689         * lyxfunc.C (getStatus): add support for all the inset insertion
13690         commands.
13691
13692         * text2.C (insertInset):
13693         * paragraph.C (insetAllowed):
13694         * BufferView_pimpl.C (insertInset): update to take in account the
13695         renaming of insertInsetAllowed
13696
13697         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13698
13699         * text2.C (getInset): new method. returns inset at cursor position.
13700
13701         * BufferView_pimpl.C (Dispatch): changes because of this.
13702
13703         * LyXAction.C (init): rename open-stuff to inset-toggle.
13704
13705         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13706
13707         * text2.C (toggleInset): renamed from openStuff; use
13708         Inset::open().
13709
13710 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13711
13712         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13713
13714         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13715
13716 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13717
13718         * buffer.C (readLyXformat2): Add filename to the error dialog
13719
13720 2001-07-18  Juergen Vigna  <jug@sad.it>
13721
13722         * tabular.C (GetCellNumber): put an assert here instead of the check!
13723
13724 2001-07-17  Juergen Vigna  <jug@sad.it>
13725
13726         * BufferView_pimpl.C (toggleSelection): adapted too.
13727
13728         * text.C (selectNextWord): adapted for use with insets.
13729         (selectSelectedWord): ditto
13730
13731 2001-07-17  Juergen Vigna  <jug@sad.it>
13732
13733         * sp_spell.C (PSpell): fix initialitation order.
13734
13735 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13736
13737         * paragraph.C: spacing
13738
13739 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13740
13741         * sp_spell.C: repair language selection for pspell
13742
13743 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13744
13745         * lyxfunc.h: change more methods to begin with lower char.
13746
13747 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13748
13749         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13750         for unknown layouts.
13751
13752 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13753
13754         * buffer.C (readLyXformat2): Generate an error dialog if there are
13755         unknown layouts.
13756
13757 2001-07-16  Juergen Vigna  <jug@sad.it>
13758
13759         * sp_spell.C: always compile ISpell part.
13760
13761         * lyxrc.C: added use_pspell entry and it's handling.
13762
13763 2001-07-13  Juergen Vigna  <jug@sad.it>
13764
13765         * sp_spell.C: removed double includes.
13766
13767 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13768
13769         Consistent use of Lsstream.h:
13770         * Lsstream.h: added using std::stringstream for consistencies sake.
13771
13772         * buffer.C: removed using std::stringstream
13773
13774         * lyxfont.C (stateText):
13775         * paragraph.C (asString):
13776         * text.C (selectNextWord, selectSelectedWord):
13777         * text2.C (setCounter):
13778         * vspace.C (asString, asLatexString):
13779         std::ostringstream -> ostringstream.
13780
13781 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13782
13783         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13784         * commandtags.h: add LFUN_HELP_ABOUTLYX
13785         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13786
13787 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13788
13789         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13790         cursorToggle()
13791         * lyx_gui_misc.C: remove spellchecker
13792         * lyxfunc.C: showSpellchecker
13793         * sp_base.h: added
13794         * sp_ispell.h: added
13795         * sp_pspell.h: added
13796         * sp_spell.C: added
13797         * sp_form.[Ch]: removed
13798         * spellchecker.[Ch]: removed
13799
13800 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13801
13802         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13803         is set.
13804         (simpleTeXSpecialChars): Simply print the input character without
13805         any special translation if pass_thru is set.
13806
13807         * layout.h: Added bool pass_thru to layout class for being able to
13808         implement pass through of a paragraph for Literate Programming.
13809
13810         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13811         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13812         * layout.C (Read): add "passthru" to list of layout tags and add
13813         code to set the pass_thru boolean when it is read.
13814
13815 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13816
13817         * trans_decl.h: remove allowed from KmodInfo
13818
13819         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13820         remove allowed code
13821         (Load): adjust
13822
13823         * paragraph_pimpl.C (erase): use boost::prior
13824
13825         * Painter.C (text): use data() instead of c_str() when length is
13826         also provided.
13827         * WorkArea.C (putClipboard): ditto
13828         * font.h (width): ditto
13829
13830         * BufferView2.C: use it-> instead of (*it). for iterators
13831         * texrow.C: ditto
13832         * paragraph_pimpl.C: ditto
13833         * paragraph.C: ditto
13834         * minibuffer.C: ditto
13835         * language.C: ditto
13836         * kbmap.C: ditto
13837         * encoding.C: ditto
13838         * counters.C: ditto
13839         * converter.C: ditto
13840         * chset.C: ditto
13841         * Variables.C: ditto
13842         * TextCache.C: ditto
13843         * MenuBackend.C: ditto
13844         * LyXAction.C: ditto
13845         * LColor.C: ditto
13846         * FloatList.C: ditto
13847         * DepTable.C: ditto
13848         * ColorHandler.C (LyXColorHandler): ditto
13849
13850 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13851
13852         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13853
13854         * text2.C (openStuff): reintroduce this method (which had been
13855         nuked in NEW_INSETS frenzy).
13856
13857         * lyxfunc.C (Dispatch): when an action has not been handled, use
13858         its name in the error message, not its number.
13859
13860         * paragraph.C (inInset): change method name to begin with lowercase.
13861
13862         * undo_funcs.C:
13863         * text2.C: updates because of this.
13864
13865 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13866
13867         * ToolbarDefaults.C (add): add spaces in error message
13868
13869 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13870
13871         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13872         (readLyXformat2): rename return_par to first_par, use lyxlex's
13873         pushToken and remove the manual push handling.
13874         (parseSingleLyXformat2Token): add another ert comp. variable:
13875         in_tabular, rename return_par to first_par. handle newlines better
13876
13877 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13878
13879         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13880
13881 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13882
13883         * text2.C (getParFromID): removed
13884
13885         * buffer.C (getParFromID): new method moved form lyxtext.
13886         * BufferView2.C (insertErrors): adjust
13887         (setCursorFromRow): adjust
13888         * BufferView_pimpl.C (restorePosition): adjust
13889         * lyxfunc.C (Dispatch): adjust
13890         * undo_funcs.C (textUndo): adjust
13891         (textRedo): adjust
13892         (textHandleUndo): adjust
13893         (textHandleUndo): adjust
13894
13895 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13896
13897         * buffer.C: up' the LYX_FORMAT
13898
13899         * lyxfont.h: turn NO_LATEX on as default
13900
13901         * buffer.C (insertErtContents): new methods of tex style compability.
13902         (parseSingleLyXformat2Token): use it several places.
13903         * tabular.C (OldFormatRead): and here
13904
13905 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13906
13907         * text2.C: remove some commented code.
13908         reindent file.
13909
13910         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13911         * trans.C: changes because of the above.
13912
13913 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13914
13915         * text2.C (setCounter): Fix counters bug with bibliography layout.
13916
13917 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13918
13919         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13920         own member functions
13921         (simpleTeXSpecialChars): ditto
13922
13923 2001-07-06  Juergen Vigna  <jug@sad.it>
13924
13925         * a lot of files: changed the access to LyXText::status and the
13926         call of undo-functions.
13927
13928         * undo.[Ch]: added a inset_id to the undo informations.
13929
13930         * undo_funcs.[Ch]: added and moved here all undo functions.
13931
13932         * lyxtext.h: give the status enum a weight, made status_ a private
13933         variable and made accessor functions for it, removed the whole bunch
13934         of undo-functions as they are now in their own file, make some
13935         functions publically available. Added function ownerParagraph with
13936         int parameter.
13937
13938         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13939         made InInset() a const function, added getParFromID() function.
13940
13941         * buffer.[Ch]: added const version for inset_iterator functions,
13942         added getInsetFromID() function.
13943
13944         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13945         changed undo functions for new version.
13946
13947 2001-07-05  Juergen Vigna  <jug@sad.it>
13948
13949         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13950         unknow mechanism does not call the proper constructor but only this
13951         one also if I request the other!?
13952
13953 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13954
13955         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13956
13957         * text2.C (LyXText): use initialization lists.
13958
13959         * lyxtext.h (Selection): initialize set_ and mark_
13960         (init): remove method
13961
13962 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13963
13964         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13965
13966 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13967
13968         * screen.[Ch]: change method names to begin with lowercase
13969
13970         * BufferView_pimpl.C (updateScrollbar): simplify further and
13971         hopefully make it a bit faster.
13972
13973 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13974
13975         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13976         calling directly xforms functions.
13977
13978         * Painter.C (Painter):
13979         * lyx_cb.C (MenuWrite):
13980         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13981         fl_display.
13982
13983         * lyx_gui.C: remove bogus guiruntime extern declaration.
13984
13985 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13986
13987         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13988         in NEW_INSETS
13989         (redoDrawingOfParagraph): ditto
13990         (redoParagraphs): ditto
13991         (cutSelection): don't create a object for CutAndPaste use the
13992         static method directly
13993         (pasteSelection): ditto
13994
13995         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13996         LyXview (+ rename)
13997
13998 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13999
14000         * modifications to some other files because of this.
14001
14002         * Makefile.am (lyx_SOURCES): add XFormsView
14003
14004         * XFormsView.[Ch]: new files
14005
14006         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14007         the main window. Move the gui dependent stuff to XFormsView
14008
14009 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14010
14011         * tabular.C (GetCellInset): update cur_cell also in the row/col
14012         version of this function.
14013
14014         * lyxfunc.C: no need to include figure_form.h here.
14015
14016         * FontLoader.h:
14017         * lyxfunc.h:
14018         * lyxscreen.h:
14019         * text2.C:
14020         * lyxvc.C: no need to include forms.h here.
14021
14022 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14023
14024         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14025
14026         * lyxfunc.C (Dispatch):
14027         * Spacing.C (set):
14028         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14029         constructor argument.
14030
14031 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14032
14033         * paragraph.C (Paragraph): dont't clear, and just set layout.
14034         (makeSameLayout): use params's copy contructor.
14035
14036         * ParagraphParameters.[Ch] (makeSame): delete method
14037
14038 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14039
14040         * Variables.[Ch]: fix indentation, rename set to isSet
14041
14042 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14043
14044         * lyxfunc.C (Dispatch): fix typo
14045
14046 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14047
14048         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14049         upper_bound.
14050
14051         * bufferlist.C: include assert.h for emergencyWrite().
14052
14053 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14054
14055         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14056           give up at last (bug #425202) !
14057
14058 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14059
14060         * lyx_gui_misc.C:
14061         * sp_form.h:
14062         * sp_form.C:
14063         * spellchecker.h:
14064         * spellchecker.C: strip spellchecker options and bring up
14065           preferences tab instead
14066
14067 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14068
14069         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14070         the istringstream constructor
14071
14072 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14073
14074         * paragraph.C (getLayout): fix return value
14075
14076         * paragraph.h: do not declare getLayout as inline.
14077
14078         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14079
14080 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14081
14082         * lyxcursor.h (operator<): new func
14083         (operator>): new func
14084         (operator>=): new func
14085         (operator<=): new func
14086
14087         * text.C (changeCase): use selection.start and selection.end
14088         (changeRegionCase): require from to be <= to. Require par to be a
14089         valid paragraph.
14090
14091         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14092
14093 2001-06-27  Juergen Vigna  <jug@sad.it>
14094
14095         * text.C (cursorLeftOneWord): changed to return the cursor and added
14096         overlay with BufferView * parameter which calls this one.
14097         (getWord): added
14098         (selectWord): use new getWord function.
14099         (changeCase): renamed from changeWordCase as and extended to work
14100         also on selections.
14101
14102         * lyxtext.h: added enum word_location
14103
14104         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14105         changeCase as this operates now also on selections.
14106
14107 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14108
14109         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14110
14111         * many files: send debug output to Debug::INFO instead of
14112         Debug::ANY.
14113
14114         * converter.C (View):
14115         (Convert):
14116         (Move): send debug output to Debug::FILES instead of console.
14117
14118 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14119
14120         * lyxfunc.C (getStatus): use func_status
14121
14122         * func_status.h: new header, describing the results of
14123         LyXFunc::getStatus;
14124
14125         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14126         LFUN_MATH_HALIGN.
14127
14128 2001-06-25  The LyX Project  <jug@sad.it>
14129
14130         * buffer.C (sgmlOpenTag):
14131         (sgmlCloseTag):
14132         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14133
14134 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14135
14136         * text2.C: remove some dead code
14137
14138         * tabular.C (GetCellInset): store the last cell checked (gotten)
14139
14140         * tabular.h: add the helper for the speedup
14141
14142         * lyxtext.h: remove some dead code
14143
14144 2001-06-26  The LyX Project  <Asger>
14145
14146         * paragraph.C: Change export to LaTeX of alignment to
14147         \begin{center} and family for better roundtrip work with reLyX.
14148
14149         * Tune the math drawing a bit.
14150
14151 2001-06-25  The LyX Project  <Asger>
14152
14153         * LColor.C (LColor): New color for math background. New color
14154         for buttons.
14155
14156 2001-06-25  The LyX Project  <jug@sad.it>
14157
14158         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14159
14160         * lyxfunc.C (Open):
14161         * bufferlist.C (newFile): do not restrict to files ending with
14162         .lyx
14163
14164         * BufferView_pimpl.C (MenuInsertLyXFile):
14165
14166 2001-06-24  The LyX Project  <jug@sad.it>
14167
14168         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14169         of compare_no_case
14170
14171 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14172
14173         * lyxtext.h: rename most methods to begin with a small char.
14174         Lots of changes because of this.
14175
14176         * paragraph.C (Paragraph): do not call fitToSize
14177         (erase): call Pimpl::erase
14178         (insertChar): call Pimpl::insertChar
14179         (insertInset): call Pipl::insertInset
14180         (breakParagraph): do not call fitToSize
14181         (breakParagraphConservative): do not call fitToSize
14182         (fitToSize): remove method
14183
14184         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14185
14186 2001-06-24  The LyX Project  <Asger>
14187
14188         * Fix Qt compilation^2
14189
14190 2001-06-24  The LyX Project  <jug@sad.it>
14191
14192         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14193         depthHook(getDepth()-1).
14194
14195         * paragraph.h:
14196         * ParagraphParameters.h:
14197         * ParameterStruct.h: change type of depth to unsigned int ==
14198         depth_type. Many adaptations to other files before of that.
14199
14200 2001-06-24  The LyX Project  <Asger>
14201
14202         * Fix Qt compilation.
14203
14204 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14205
14206         * paragraph.h: renamed several methods to begin with small letter.
14207         several changes to many parts of the code because of this.
14208
14209 2001-06-23  The LyX Project  <jug@sad.it>
14210
14211         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14212         rewritten to discard all double spaces when KeepEmpty is off
14213         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14214         to only handle newlines but not fiddle with spaces and friends.
14215
14216         * lyxfunc.C (MenuNew): when doing 'new from template', use
14217         template_path as default directory
14218
14219 2001-06-23  The LyX Project  <Asger>
14220
14221         * Clean-up of header file includes all over
14222         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14223
14224 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14225
14226         * paragraph.h: renamed from lyxparagraph.h
14227
14228 2001-06-23  Asger  <lyx@violet.home.sad.it>
14229
14230         * Buffer.h: Removed Buffer::resize
14231         * BufferList.h: Removed BufferList::resize
14232         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14233         the document lazily when we change the width, or the font settings.
14234
14235 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14236
14237         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14238
14239 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14240
14241         * buffer.h: remove out of date comment
14242
14243 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14244
14245         * lyxscreen.h:
14246         * screen.C: fix "theoretical" GC leak
14247
14248 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14249
14250         * LaTeX.C (scanAuxFile):
14251         (deplog): remove trailing \r when reading stream (useful under
14252         win32)
14253
14254 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14255
14256         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14257         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14258         and BufferView::theLockingInset(Inset*), so should use them and not
14259         access bv_->text->the_locking_inset directly.
14260
14261         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14262
14263 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14264
14265         * Makefile.am:
14266         * tex-defs.h: remove old unused file
14267
14268 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14269
14270         * BufferView_pimpl.C: fix typo, remove minibuffer message
14271           when buffer has loaded
14272
14273 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14274
14275         * lyxfunc.C (Dispatch): use stringstream
14276         (MenuNew): use stringstream
14277         (Open): use stringstream
14278
14279         * importer.C (Import): use stringstream
14280
14281         * bufferview_funcs.C (CurrentState): use stringstream
14282
14283         * LaTeX.C (run): use stringstream
14284
14285         * BufferView_pimpl.C (savePosition): use stringstream
14286         (restorePosition): use stringstream
14287         (MenuInsertLyXFile): use stringstream
14288
14289 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14290
14291         * BufferView.C:
14292         * Bullet.C:
14293         * ColorHandler.C:
14294         * FontInfo.C:
14295         * FontLoader.C:
14296         * LColor.C:
14297         * LaTeXFeatures.C:
14298         * Painter.C:
14299         * gettext.C:
14300         * lyx_gui_misc.C:
14301         * lyxserver.C:
14302         * vspace.C: removed // -*- C++ -*- as first line.
14303
14304         * lyxfind.h:
14305         * version.h: added // -*- C++ -*- as first line.
14306
14307 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14308
14309         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14310
14311         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14312         of string
14313
14314 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14315
14316         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14317         of floats.
14318
14319 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14320
14321         * gettext.C: include LString.h even when --disable-nls is on.
14322
14323 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14324
14325         * converter.h (Get): changed argument type from int to
14326         FormatList::size_type to avoid unnecessary conversion.
14327
14328         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14329         before using it.
14330
14331 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14332
14333         * gettext.h: include LString.h even when --disable-nls is on.
14334
14335 2001-06-07  Juergen Vigna  <jug@sad.it>
14336
14337         * text.C (BreakAgain): subst spaces with tabs.
14338
14339         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14340         (resizeInsetsLyXText): set force on resizeLyXText.
14341
14342 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14343
14344         * gettext.h (gettext_init):
14345         (locale_init): use a real definition instead of a macro
14346
14347 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14348
14349         * Bufferview_pimpl.C:
14350         * LColor.h:
14351         * LColor.C: further lcolor tidies
14352
14353 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14354
14355         * BufferView_pimpl.C (updateScrollbar): simplify.
14356
14357         * BufferView2.C: don't include insets/insetinfo.h, change
14358         prototype for insertInset and call the Pimpl version. let
14359         updateInset call Pimpl version.
14360
14361         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14362         gotoInset to BufferView::Pimpl
14363
14364 2001-06-01  Juergen Vigna  <jug@sad.it>
14365
14366         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14367         inside a LockingInset (is the update needed at all?).
14368
14369 2001-05-31  Juergen Vigna  <jug@sad.it>
14370
14371         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14372         here not the old one otherwise how should we compare it afterwards
14373         if it's the same!
14374
14375 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14376
14377         * lyxfont.C:
14378         * tabular.C:
14379         * tabular-old.C:
14380         * FontInfo.C: bring C functions into global namespace when
14381         necessary
14382
14383 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14384
14385         * LString.h: make sure config.h has been loaded before LString.h.
14386
14387         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14388         (one for each char read by EatLine!).
14389
14390         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14391         variables.
14392
14393 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14394
14395         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14396         to the same as the par we break from
14397
14398 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14399
14400         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14401
14402         * MenuBackend.C (expand): also create menu entries for wide
14403         versions of the floats.
14404
14405         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14406
14407         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14408
14409         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14410         frontends/Makefile.am
14411
14412         * text2.C: adjust
14413         * text.C: adjust
14414
14415
14416         * tabular.C (getTokenValue): add std::
14417
14418         * tabular-old.C (getTokenValue): add std::
14419         (getTokenValue): ditto
14420         (getTokenValue): ditto
14421
14422         * screen.C (ToggleSelection): adjust
14423
14424         * lyxtext.h: put selection cursors inside a Selection struct.
14425
14426         * lyxfunc.C (moveCursorUpdate): adjust
14427
14428         * lyxfont.C (latexWriteStartChanges): add std::
14429
14430         * lyxfind.C: adjust
14431
14432         * font.h: delete with(char const *, LyXFont const &)
14433
14434         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14435
14436         * FontInfo.C (getFontname): add std::
14437
14438         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14439         (workAreaButtonPress): adjust
14440         (tripleClick): adjust
14441         (update): adjust
14442         (moveCursorUpdate): adjust
14443         (Dispatch): adjust
14444
14445         * BufferView2.C (gotoInset): adjust
14446
14447 2001-05-30  Juergen Vigna  <jug@sad.it>
14448
14449         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14450         to check pspell I add this as default as I now have new pspell
14451         libraries and they seem to use this.
14452
14453 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14454
14455         * text2.C (CutSelection): make the cursor valid before the call to
14456         ClearSelection.
14457
14458 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14459
14460         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14461         relied on 0 terminated strings and other horrors. Bug found due to
14462         the new assert in lyxstring!
14463
14464         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14465         KP_ keys.
14466
14467 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14468
14469         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14470         to latinkeys.bind.
14471
14472         * lyxfunc.C (processKeySym): change method of getting to the
14473         self-insert char.
14474
14475         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14476         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14477         * BufferView_pimpl.[Ch]: here as private methods.
14478
14479 2001-05-28  Juergen Vigna  <jug@sad.it>
14480
14481         * text.C (SetHeightOfRow): added the update() call again as it is
14482         needed to initialize inset dimensions!
14483
14484 2001-05-16  Juergen Vigna  <jug@sad.it>
14485
14486         * text2.C (SetCharFont): Add new function with BufferView * and
14487         bool toggleall parameters for setting insets internal fonts.
14488         (SetFont): Freeze the undo as we may change fonts in Insets and
14489         all this change should be inside only one Undo!
14490
14491         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14492         setting font's in insets as for them we have the SetFont function!
14493
14494 2001-05-15  Juergen Vigna  <jug@sad.it>
14495
14496         * text2.C (ClearSelection): to be sure we REALLY don't have any
14497         selection anymore!
14498
14499         * tabular.C (TeXCellPreamble): fixed the left border problem for
14500         multicolumn cells.
14501
14502 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14503
14504         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14505         dependancy file
14506
14507 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14508
14509         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14510         LFUN_BREAKPARAGRAPH.
14511
14512         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14513         help test to "internal only", similar for LFUN_INSERT_URL
14514
14515         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14516         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14517         auto_region_delete and deadkeys.
14518
14519 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14520
14521         * LColor.h:
14522         * LColor.C: remove some dead entries, tidy a little
14523
14524 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14525
14526         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14527         commented code.
14528         (Dispatch): implement LFUN_ESCAPE
14529
14530         * commandtags.h: add LFUN_ESCAPE
14531
14532         * LyXAction.C (init): add entry for LFUN_ESCAPE
14533
14534         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14535         Remove commented code.
14536         (insertNote): moved here
14537         (open_new_inset): moved here
14538
14539         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14540         BufferView_pimpl
14541
14542 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14543
14544         * kbmap.C (findbinding): clean it up and make it work correctly.
14545
14546         * lyx_main.C (init): do not pass argc and argv as parameters
14547
14548 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14549
14550         * buffer.C: fix path for OS/2 & Win32
14551
14552         * lyx_gui.C:
14553         * lyx_main:
14554         * lyx_main.C: Added os:: class.
14555
14556         * os2_defines.h: update
14557
14558 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14559
14560         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14561         better by trying again with reduced state.
14562
14563 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14564
14565         * lyxrc.C (read): print error about invalid key sequence only when
14566         debugging (because not all latinX keysyms are known to some X
14567         servers)
14568
14569         * kbsequence.C (getiso): add a few std:: qualifiers
14570         (getiso): comment out extra return statement.
14571
14572 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14573
14574         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14575         handling.
14576         (Dispatch): enhance the accent inset a bit. (not perfect)
14577
14578 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14579
14580         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14581
14582 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14583
14584         * bufferlist.C (emergencyWrite): fix assert() call
14585
14586 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14587
14588         * text.C (InsertChar): Added trivial patch to only send the "you
14589         can not do multiple spaces this way" message once during a
14590         session.
14591
14592 2001-05-08  Baruch Even  <baruch@lyx.org>
14593
14594         * Makefile.am: Changed order of libraries to get LyX to link properly
14595         with the gnome frontend.
14596
14597 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14598
14599         * LaTeXFeatures.h: add a std:: qualifier
14600
14601 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14602
14603         * paragraph.C (String): use stringstream
14604
14605 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14606
14607         * paragraph.C (writeFile): remove footflag arg
14608
14609         * buffer.C (makeLaTeXFile): use stringstream
14610         (latexParagraphs): remove footnot gurba
14611
14612         * LaTeXFeatures.C (getPackages): use stringstream
14613         (getMacros): likewise
14614         (getTClassPreamble): likewise
14615         (getFloatDefinitions): new method
14616
14617         * paragraph.C (writeFile): reindent
14618         (Erase): reindent
14619
14620         * WorkArea.h: revert the xpos + etc changes.
14621
14622         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14623
14624         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14625
14626         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14627         (pasteSelection): likewise
14628         * text2.C (CreateUndo): likewise
14629
14630 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14631
14632         * minibuffer.C (peek_event): temporarily reduce the functionality
14633         of the minibuffer (to allow args on lfuns)
14634
14635         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14636         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14637
14638         * buffer.C (readInset): add compability reading of old float
14639         lists, add reading of new style float list.
14640         (readInset): avoid reevaluation of inscmd.getCmdName()
14641         (getLists): reindent
14642
14643         * MenuBackend.C (MenuItem): implement parsing of
14644         md_floatlistinsert and md_floatinsert.
14645         (expand::LastFiles): move initalizaton of iterators out of loop,
14646         avoid reevaluation.
14647         (expand::Documents): introduce typdedef vector<string> Strings,
14648         and use it.
14649         (expand::ExportFormats): introduce typedef vector<Format const *>
14650         Formats, and use it.
14651         (expand): implement FloatListInsert and FloatInsert.
14652
14653         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14654         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14655         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14656
14657         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14658         handling.
14659         (Dispatch::LFUN_FLOAT_LIST): implement
14660
14661 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14662
14663         * LaTeX.C (run): Fix problem with --export code.
14664
14665 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14666
14667         * BufferView.[Ch] (workarea): removed.
14668         (getClipboard) new method; wrapper for workarea()->getClipboard()
14669
14670         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14671         bug.
14672
14673         * WorkArea.h (width, height, xpos, ypos): These methods all
14674         returned the dimensions of the work_area sub-area of WorkArea,
14675         resulting in a position error if the WorkArea were resized. Now
14676         return the dimensions of the entire WorkArea.
14677
14678         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14679
14680 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14681
14682         * LaTeX.C (deplog): correct the syntax of regex reg1
14683
14684 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14685
14686         * undo.C: remove !NEW_INSETS cruft
14687
14688 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14689
14690         * text2.C: remove !NEW_INSETS cruft
14691
14692         * text.C: remove !NEW_INSETS cruft
14693
14694         * tabular.C: remove !NEW_INSETS cruft
14695
14696         * spellchecker.C: remove !NEW_INSETS cruft
14697
14698         * lyxtext.h: remove !NEW_INSETS cruft
14699
14700         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14701
14702         * lyxfunc.C: remove !NEW_INSETS cruft
14703
14704         * lyxfind.C: remove !NEW_INSETS cruft
14705
14706         * lyx_cb.C: remove !NEW_INSETS cruft
14707
14708         * figureForm.C: remove  !NEW_INSETS cruft
14709
14710         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14711
14712         * buffer.[Ch]: remove !NEW_INSETS cruft
14713
14714         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14715
14716         * CutAndPaste.C: remove !NEW_INSETS cruft
14717
14718         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14719
14720         * BufferView2.C: remove !NEW_INSETS cruft
14721
14722         * BufferView.h: remove !NEW_INSETS cruft
14723
14724 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14725
14726         * Lsstream.h: include LString.h before the sstream headers to
14727         fix problem with gcc 2.95.3 and lyxstring
14728
14729 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14730
14731         * lyx_main.C: add using directives when needed for C functions
14732         declared in std:: namespace.
14733
14734 2001-04-27  Juergen Vigna  <jug@sad.it>
14735
14736         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14737         (SetHeightOfRow): comment out the update call should not be needed!
14738
14739 2001-04-13  Juergen Vigna  <jug@sad.it>
14740
14741         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14742         (LyXTabular): tried to minimize operator= operations (and realized
14743         hopfully Lars wish).
14744
14745 2001-04-27  Juergen Vigna  <jug@sad.it>
14746
14747         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14748
14749 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14750
14751         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14752
14753         * buffer.C (readInset): hack to make listof algorithm work
14754
14755         * BufferView_pimpl.C: hack to make listof algorithm work
14756
14757 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14758
14759         * LyXAction.C: removed all !NEW_INSETS cruft
14760         (init): moved lfun_item in method
14761
14762         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14763
14764 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14765
14766         * BufferView2.C (theLockingInset): white space.
14767
14768 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14769
14770         * minibuffer.C: include <iostream>
14771
14772         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14773
14774         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14775
14776         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14777
14778         * text.[Ch] (TransposeChars): new method
14779
14780 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14781
14782         * call message directly through LyXView instead of through LyXFunc
14783         * BufferView2.C: adjust
14784         * BufferView_pimpl.C: adjust
14785         * FontLoader.C: adjust
14786         * buffer.C: adjust
14787         * bufferview_funcs.C: adjust
14788         * converter.C: adjust
14789         * figureForm.C: adjust
14790         * importer.C: adjust
14791         * lyx_cb.C: adjust
14792         * lyx_gui_misc.C: adjust
14793         * lyxfunc.C: adjust
14794         * lyxvc.C: adjust
14795         * text2.C: adjust
14796         + more files in subdirs
14797
14798         * lyxparagraph.h (size): move up int file
14799         (GetLayout): ditto
14800
14801         * adjust all uses of Assert to lyx::Assert.
14802
14803         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14804         lyxfunctional in namespace lyx
14805         * layout.C (hasLayout): ditto
14806         (GetLayout): ditto
14807         (GetLayout): ditto
14808         (delete_layout): ditto
14809         (NumberOfClass): ditto
14810         * converter.C (GetFormat): ditto
14811         (GetNumber): ditto
14812         (Add): ditto
14813         (Delete): ditto
14814         (SetViewer): ditto
14815         * bufferlist.C (getFileNames): ditto
14816         (emergencyWriteAll): ditto
14817         (exists): ditto
14818         (getBuffer): ditto
14819         * MenuBackend.C (hasSubmenu): ditto
14820         (hasMenu): ditto
14821         (getMenu): ditto
14822         * BufferView_pimpl.C (getInsetByCode): ditto
14823
14824 2001-04-18  Juergen Vigna  <jug@sad.it>
14825
14826         * vspace.C (asLatexString): fixed the 100% problem.
14827
14828 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14829
14830         * lyxfunc.C (Dispatch):
14831         * minibuffer.C:
14832         * minibuffer.h: add a few std:: qualifiers
14833
14834 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14835
14836         * minibuffer.[Ch]: reimplement so that commands is initiated and
14837         run from lyxfunc, simplified som handling, and made the completion
14838         and history code for complete. wip.
14839
14840         * lyxfunc.C (processKeySym): call message
14841         (miniDispatch): new temporary method
14842         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14843         (LFUN_MESSAGE): implement
14844         (LFUN_MESSAGE_PUSH): implement
14845         (LFUN_MESSAGE_POP): implement
14846         (initMiniBuffer): the initial/defualt minibuffer message.
14847
14848         * lyxfont.[Ch]: inline some more getters
14849
14850         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14851
14852         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14853
14854         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14855         (AutoSave): use LFUN_MESSAGE
14856         (Reconfigure): ditto
14857
14858         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14859
14860         * figureForm.C: use LFUN_MESSAGE
14861
14862         * converter.C (runLaTeX): use LFUN_MESSAGE
14863
14864         * bufferview_funcs.C: use LFUN_MESSAGE
14865         (Melt): ditto
14866         (changeDepth): ditto
14867
14868         * bufferparams.h: use boost::
14869
14870         * bufferlist.h: inherit privately from noncopyable
14871
14872         * bufferlist.C (loadLyXFile): remove some commented code.
14873
14874         * buffer.C (runChktex): use LFUN_MESSAGE
14875
14876         * ShareContainer.h: inherit privately from noncopyable
14877
14878         * ParagraphParameters.[hC] (depth): inline it.
14879
14880         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14881         methods.
14882         (message): new method
14883         (messagePush): ditto
14884         (messagePop): ditto
14885         (show): init minibuffer
14886         (showState): direct call
14887
14888         * LaTeX.[Ch]: inherit privately from noncopyable
14889         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14890         instead of WriteStatus.
14891
14892         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14893
14894         * BufferView_pimpl.C (buffer): don't init minibuffer
14895         (workAreaButtonPress): use LFUN_MESSAGE
14896         (workAreaButtonRelease): ditto
14897         (savePosition): ditto
14898         (restorePosition): ditto
14899         (MenuInsertLyXFile): ditto
14900         (workAreaExpose): don't init minibuffer
14901         (update): remove commented code, simplify
14902
14903         * BufferView2.C (openStuff): use LFUN_MESSAGE
14904         (toggleFloat): ditto
14905         (menuUndo): ditto
14906         (menuRedo): ditto
14907         (copyEnvironment): ditto
14908         (pasteEnvironment): ditto
14909         (copy): ditto
14910         (cut): ditto
14911         (paste): ditto
14912         (gotoInset): ditto
14913         (updateInset): remove some commented code
14914
14915         * lastfiles.h: inherit privately from noncopyable
14916         * layout.h: ditto
14917         * lyx_gui.h: ditto
14918         * lyx_main.h: ditto
14919         * lyxlex.h: ditto
14920         * lyxlex_pimpl.h: ditto
14921
14922         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14923         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14924         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14925
14926         * LyXAction.h: inherit privately from noncopyable, add methods
14927         func_begin, func_end, returning iterators to the func map.
14928
14929         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14930         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14931         (func_begin): new method
14932         (func_end): new method
14933
14934         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14935         and not)
14936         (copySelection): ditto
14937         (pasteSelection): ditto
14938
14939         * BufferView.C: whitespace change
14940         * BufferView.h: inherit privately from noncopyable
14941
14942 2001-04-16  Allan Rae  <rae@lyx.org>
14943
14944         * tabular-old.C (l_getline):
14945         * spellchecker.C (sc_check_word):
14946         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14947         an unrecognised preprocessor directive.  So ensure they're wrapped.
14948
14949 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14950
14951         * src/exporter.C (Export): Give an error message when path to file
14952         contains spaces.
14953
14954 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14955
14956         * LaTeX.C (deplog): Always check that foundfile exists.
14957
14958 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14959
14960         * lyx_main.h:
14961         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14962
14963 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14964
14965         * tabular.[Ch] (getLabelList): implement new method
14966
14967         * minibuffer.h: comment ouf setTiimer
14968
14969         * minibuffer.C (ExecutingCB): constify res
14970         (peek_event): constify s
14971         (Set): constify ntext
14972         (Init): constify nicename
14973
14974         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14975
14976         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14977         (savePosition): use two params to Minibuffer::Set
14978         (restorePosition): ditto
14979
14980 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14981
14982         * lyx_main.C: include language.h
14983
14984         * Makefile.am (lyx_main.o): add language.h
14985
14986 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14987
14988         * exporter.C:
14989         * paragraph.C:
14990         * screen.C:
14991         * tabular.C:
14992         * CutAndPaste.C: include gettext.h
14993
14994         * lyxfont.h: remove old hack with ON and OFF.
14995
14996         * lyxparagraph.h:
14997         * lyxfont.h: do not include language.h...
14998
14999         * BufferView2.C:
15000         * LaTeXFeatures.C:
15001         * Painter.C:
15002         * bufferview_funcs.C:
15003         * font.C:
15004         * lyxfont.C:
15005         * text.C:
15006         * text2.C:
15007         * trans_mgr.C:
15008         * paragraph.C: ... but do it here instead
15009
15010 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15011
15012         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15013
15014         * tabular.C: small reformat
15015
15016         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15017         NEW_INSETS version
15018         (GetChar): ditto
15019         (BreakParagraph): ditto
15020         (SetOnlyLayout): ditto
15021         (SetLayout): ditto
15022
15023         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15024         with one arg less.
15025
15026         * lastfiles.C: removed most using decl, add std:: where needed
15027
15028         * buffer.C: ws changes
15029
15030         * MenuBackend.C (class compare_format): put into anon namespace
15031         (expand): constify label, names, action, action2
15032         (expand):
15033
15034         * text.C (SingleWidth): constify font
15035         (IsBoundary): constify rtl2
15036         (GetVisibleRow): constify ww
15037
15038         * LaTeX.C (deplog): constify logfile
15039
15040         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15041         start_x, end_x
15042         (workAreaExpose): constify widthChange, heightChange
15043
15044         * lyxrow.C (par): moved
15045         (height): moved
15046         (next): moved
15047         * lyxrow.h: as inlines here
15048
15049         * lyxfont.h (shape): moved from lyxfont.C
15050         (emph): moved from lyxfont.C
15051
15052         * lyxfont.C (LyXFont): use initialization list for all
15053         constructors
15054         (shape): move to lyxfont.h as inline
15055         (emph): move to lyxfont.h as inline
15056
15057
15058 2001-04-04  Juergen Vigna  <jug@sad.it>
15059
15060         * vspace.C: had to include stdio.h for use of sscanf
15061
15062 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15063
15064         * BufferView.h:
15065         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15066         independent of xforms.
15067
15068 2001-04-02  Juergen Vigna  <jug@sad.it>
15069
15070         * spellchecker.C: fixed namespace placing!
15071
15072 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15073
15074         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15075         the LyXParagraph * is 0.
15076
15077 2001-03-29  Juergen Vigna  <jug@sad.it>
15078
15079         * vspace.C: added support for %, c%, p%, l%.
15080         (stringFromUnit): added helper function.
15081         (asLatexString): changed to give right results for the %-values.
15082
15083         * buffer.C: convert the widthp in a width%.
15084
15085 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15086
15087         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15088         figureForm.[Ch].
15089
15090         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15091         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15092
15093         * lyx_cb.[Ch]: see above.
15094
15095         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15096         form1.[Ch].
15097
15098         * form1.[Ch]:
15099         * lyx.[Ch]: replaced by figure_form.[Ch].
15100
15101         * lyx_gui.C:
15102         * lyx_gui_misc.C:
15103         * lyxfunc.C: changed headers associated with above changes.
15104
15105 2001-03-27  Juergen Vigna  <jug@sad.it>
15106
15107         * BufferView_pimpl.C: set the temporary cursor right!
15108
15109 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15110
15111         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15112
15113 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15114
15115         * LString.h: removed "using std::getline"!
15116
15117         * BufferView_pimpl.C (Dispatch): changes due to changes in
15118         InsetInclude::Params.
15119
15120         * buffer.C (tag_name): removed redundant break statements as they were
15121         producing lots of warnings with my compiler.
15122
15123 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15124
15125         * LString.h: add "using std::getline" when using the real <string>.
15126
15127 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15128
15129         * buffer.C: removed bitset usage.
15130         PAR_TAG moved to an anonymous name space.
15131         (tag_name): new funtion, also in the anonymous namespace.
15132         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15133         (makeDocBookFile): clean code. Completed transition from string arrays
15134         to string vectors.
15135         (SimpleDocBookOnePar): code clean.
15136
15137 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15138
15139         * tabular.C: add some comments.
15140
15141 2001-03-22  Juergen Vigna  <jug@sad.it>
15142
15143         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15144         compatibility read a bit and fixed bug with minipage in different
15145         depth.
15146
15147 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15148
15149         * buffer.C (pop_tag): removed.
15150         (push_tag): removed.
15151         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15152         array replaced with vector. Added support for CDATA sections.
15153         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15154         at any nest level.
15155         (makeDocBookFile): XML conformant declaration of CDATA section,
15156         fixed bug related to <emphasis> in the first paragraph char.
15157         (sgmlOpenTag): exclude empty tags.
15158         (sgmlCloseTag): ditto.
15159
15160         * buffer.h (pop_tag): removed.
15161         (push_tag): removed.
15162
15163 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15164
15165         * language.h (Languages): added size_type and size().
15166
15167 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15168
15169         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15170         response on compability reading of minipages. One probliem is that
15171         the old usage of minipages was «flertydig»
15172
15173         * several files here and in subdirs: don't use static at file
15174         scope use anon namespaces instead.
15175
15176 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15177
15178         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15179         LaTeX output. This is necessary for Literate document
15180         processing.
15181
15182 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15183
15184         * buffer.C: insert hfill when needed.
15185
15186         * tabular.C (l_getline): use string::erase, small whitespace change.
15187
15188         * BufferView_pimpl.C: try the anon namespace.
15189         * WorkArea.C: ditto
15190
15191 2001-03-16  Juergen Vigna  <jug@sad.it>
15192
15193         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15194         otherwise it won't open options-dialogs.
15195
15196         * buffer.C: honor pextraWidth(p) on converting minipages.
15197
15198         * tabular.C (l_getline): changed the functions to strip trailing \r.
15199
15200 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15201
15202         * BufferView_pimpl.C:
15203         * minibuffer..C: added "using SigC::slot" declaration.
15204
15205 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15206
15207         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15208
15209         * text2.C: ditto
15210
15211         * text.C: ditto
15212
15213         * paragraph.C: ditto
15214
15215         * lyxtext.h: NO_PEXTRA
15216
15217         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15218
15219         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15220         * ParameterStruct.h: ditto
15221         * ParagraphParameters.h: ditto
15222         * lyxparagraph.h: ditto
15223
15224 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15225
15226         * buffer.C: add compability for minipage alignment.
15227         (latexParagraphs): remove unwanted pextra check.
15228
15229         * several files: remove CXX_WORKING_NAMESPACES
15230
15231         * buffer.C (pop_tag): tie is in namespace boost
15232
15233         * BufferView.h: noncopyable is in namespace boost
15234         * lyxlex.h: ditto
15235         * lyx_main.h: ditto
15236         * lyx_gui.h: ditto
15237         * layout.h: ditto
15238         * lastfiles.h: ditto
15239         * bufferlist.h: ditto
15240         * ShareContainer.h: ditto
15241         * LyXView.h: ditto
15242         * LyXAction.h: ditto
15243         * LaTeX.h: ditto
15244
15245 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15246
15247         * Merging changes from BRANCH_MVC back into HEAD.
15248
15249         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15250
15251 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15252
15253         * BufferView_pimpl.C: change from intl.C
15254
15255         * combox.h:
15256         * combox.C:
15257         * Makefile.am: move combox.*
15258
15259         * form1.h:
15260         * form1.C:
15261         * lyx_gui.C:
15262         * intl.h:
15263         * intl.C: remove dialog (covered by prefs)
15264
15265 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15266
15267         * lyxfunc.C (Dispatch): removed redundant break statement.
15268
15269 2001-03-14  Juergen Vigna  <jug@sad.it>
15270
15271         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15272
15273 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15274
15275         * buffer.C: add hack to fix compability reading of minipages.
15276
15277 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15278
15279         * buffer.C (getLists): Cleanup.
15280
15281 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15282
15283         * lyxfont.C (update): don't honor toggleall on font size.
15284
15285 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15286
15287         * bmtable.c:
15288         * bmtable.h:
15289         * Makefile.am: moved to frontends/xforms/
15290
15291         * lyx_gui_misc.C:
15292         * lyxfunc.C:
15293         * BufferView_pimpl.C: changes for moved mathpanel
15294
15295 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15296
15297         * gettext.h: fix gettext_init() in --disable-nls
15298
15299 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15300
15301         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15302
15303 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15304
15305         * lyx.C:
15306         * lyx.h: strip external form
15307
15308 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15309
15310         * BufferView_pimpl.C: add comment, destroySplash()
15311
15312 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15313
15314         * BufferView_pimpl.C:
15315         * LyXAction.C:
15316         * buffer.C:
15317         * commandtags.h:
15318         * lyxfunc.C: use re-worked insetinclude
15319
15320 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15321
15322         * buffer.C: add using std::stringstream.
15323
15324         * lyx_cb.C: readd using std::ios.
15325
15326         * buffer.C: add using std::map.
15327
15328         * BufferView_pimpl.C: add using std::vector.
15329
15330         * ShareContainer.h: add std:: to swap.
15331
15332         * buffer.h: add some typedefs
15333         * buffer.C (getLists): use them
15334         (getLists): renamed from getTocList.
15335         add a counter for the different float types and use it in the
15336         generated string.
15337         (getLists): use the same counter for the NEW_INSETS and the "non"
15338         NEW_INSETS
15339
15340         * lyx_cb.h: remove unused items, includes, using etc.
15341
15342         * ShareContainer.h: remove some commented code, add more comments
15343         and "documentation".
15344
15345 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15346
15347         * buffer.C (getTocList): make the list also when NEW_INSETS is
15348         defined.
15349
15350         * buffer.h: remove TocType
15351
15352         * buffer.C (getTocList): change to return a map<string,
15353         vector<TocItem> >, implement for dynamic number of list.
15354
15355         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15356         * text2.C (PasteSelection): adjust
15357         * CutAndPaste.C (pasteSelection): adjust
15358
15359         * FloatList.C (FloatList): update from the new_insets branch.
15360         * Floating.[Ch]: ditto
15361         * LaTeXFeatures.C: ditto
15362         * buffer.C: ditto
15363         * lyxlex_pimpl.C: ditto
15364
15365         * paragraph.C (Last): remove when NEW_INSETS is defined.
15366
15367         * other file: changes because of the above.
15368
15369 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15370
15371         * lyxparagraph.h: rename next to next_, previous to previous_,
15372         make them private for NEW_INSETS. Rename Next() to next(),
15373         Previous() to previous().
15374
15375         * other files: changes because of the above.
15376
15377 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15378
15379         * BufferView.h:
15380         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15381         problem.
15382
15383 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15384
15385         * main.C (main): pass lyx_localedir to gettext_init().
15386
15387         * gettext.h: remove locale_init and gettext_init macros
15388
15389         * gettext.C (locale_init): new function
15390         (gettext_init): new function
15391
15392         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15393         setlocale().
15394
15395 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15396
15397         * Moved credits to frontends:
15398         * credits.[Ch]: removed
15399         * credits_form.[Ch]: removed
15400         * lyx_gui_misc.C: remove credits stuff
15401         * Makefile.am:
15402
15403 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15404
15405         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15406
15407         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15408         unneeded destructor.
15409
15410         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15411         a standalone pointer again.
15412
15413         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15414
15415 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15416
15417         * Makefile.am:
15418         * filedlg.h:
15419         * filedlg.C:
15420         * LyXAction.C:
15421         * ToolbarDefaults.C:
15422         * bufferlist.C:
15423         * commandtags.h:
15424         * form1.C:
15425         * form1.h:
15426         * lyx_cb.C:
15427         * lyx_cb.h:
15428         * lyxfunc.h:
15429         * lyxfunc.C:
15430         * BufferView_pimpl.C: use new file dialog in GUII
15431
15432         * lyx_cb.h:
15433         * lyx_cb.C: remove LayoutsCB to Toolbar
15434
15435 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15436
15437         * ShareContainer.h (get): add std:: qualifier
15438
15439 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15440
15441         * ShareContainer.h: define a proper ShareContainer::value_type
15442         type (and use typename to please compaq cxx)
15443
15444 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15445
15446         * lyxparagraph.h: move serveral local vars to
15447         ParameterStruct/ParagraphParameters., use ShareContainer in
15448         FontTable., make vars in FontTable private and add getter and
15449         setter.
15450
15451         * paragraph.C: changes because of the above.
15452
15453         * lyxfont.h: remove copy constructor and copy assignment. (the
15454         default ones is ok), move number inside FontBits. move inlines to
15455         lyxfont.C
15456
15457         * lyxfont.C: add number to initializaton of statics, move several
15458         inlines here. constify several local vars. some whitespace
15459         cleanup. Dont hide outerscope variables.
15460
15461         * Spacing.h: add two new constructors to match the set methods.
15462
15463         * ShareContainer.h: new file, will perhaps be moved to support
15464
15465         * ParameterStruct.h: new file
15466
15467         * ParagraphParameters.h: new file
15468
15469         * ParagraphParameters.C: new file
15470
15471         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15472         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15473
15474         * BufferView_pimpl.C: ParagraphParameter changes.
15475         * buffer.C: Likewise.
15476         * bufferview_funcs.C: Likewise.
15477         * text.C: Likewise.
15478         * text2.C: Likewise.
15479
15480 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15481
15482         * lyxfind.C (LyXReplace): do not redefine default argument in
15483         implementation.
15484         (IsStringInText): ditto
15485         (SearchForward): ditto
15486         (SearchBackward): ditto
15487
15488 2001-03-06  Juergen Vigna  <jug@sad.it>
15489
15490         * lyxfind.C (IsStringInText): put parentes around expressions.
15491
15492 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15493
15494         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15495
15496 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15497
15498         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15499
15500         * stl_string_fwd.h: add comment
15501
15502         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15503
15504         * tabular.h:
15505         * tabular.C: remove unused DocBook methods
15506
15507         * intl.C:
15508         * language.C:
15509         * paragraph.C:
15510         * buffer.C:
15511         killed DO_USE_DEFAULT_LANGUAGE
15512
15513 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15514
15515         * lyx_gui.C: do not include language.h.
15516
15517         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15518         arguments in function implementation.
15519
15520 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15521
15522         * BufferView_pimpl.C: add <ctime>
15523
15524 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15525
15526         * BufferView_pimpl.C: add using std::find_if
15527
15528 2001-02-27  José Matos  <jamatos@fep.up.pt>
15529
15530         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15531         by OnlyPath.
15532
15533 2001-02-11  José Matos  <jamatos@fep.up.pt>
15534
15535         * buffer.C (makeDocBookFile): command styles now have a parameter as
15536         "title" by default.
15537
15538 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15539
15540         * layout_forms.[Ch]: removed
15541         * lyx_cb.[Ch]: out character
15542         * lyx_gui.C: out character
15543         * lyx_gui_misc.C: out character
15544         * bufferview_funcs.C: : out character,
15545         added toggleall as parameter in ToggleAndShow
15546
15547 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15548
15549         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15550
15551         * text2.C (SetCurrentFont): Disable number property at boundary.
15552
15553 2001-02-26  Juergen Vigna  <jug@sad.it>
15554
15555         * lyxfunc.C (getStatus): added a string argument override function so
15556         that this is correctly called from LyXFunc::Dispatch if it contains a
15557         do_not_use_argument which is used!
15558         (Dispatch): added check for "custom" export and call appropriate func.
15559
15560 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15561
15562         * lyxrc.C: Add language_command_local, language_use_babel and
15563         language_global_options.
15564
15565         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15566
15567         * buffer.C (makeLaTeXFile): Use language_use_babel and
15568         language_global_options.
15569
15570 2001-02-23  Juergen Vigna  <jug@sad.it>
15571
15572         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15573         which works with LyXText and putted it inside BufferView. Here now we
15574         only call for that part the BufferView::Dispatch() function.
15575
15576         * BufferView.C (Dispatch): added.
15577
15578         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15579         functions which needs to use a LyXText over from LyXFunc.
15580         (MenuInsertLyXFile): added
15581         (getInsetByCode): added
15582         (moveCursorUpdate): added
15583         (static TEXT): added
15584
15585 2001-02-22  Juergen Vigna  <jug@sad.it>
15586
15587         * BufferView_pimpl.C (update): call a status update to see if LyXText
15588         needs it.
15589
15590 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15591
15592         * vc-backend.C (revert): implement for CVS
15593         (getLog): implement for CVS
15594
15595 2001-02-20  Juergen Vigna  <jug@sad.it>
15596
15597         * text2.C (ClearSelection): added BufferView param for inset_owner call
15598
15599         * lyxfunc.C (TEXT): added this function and use it instead of
15600         directly owner->view()-text of getLyXText().
15601
15602 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15603
15604         * src/layout_forms.C: out preamble
15605         * src/layout_forms.h: out preamble
15606         * src/lyx_cb.C: out preamble
15607         * src/lyx_cb.h: out preamble
15608         * src/lyx_gui.C: out preamble
15609         * src/lyx_gui_misc.C: out preamble
15610         * src/lyxfunc.C: connect with guii preamble
15611
15612 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15613
15614         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15615
15616 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15617
15618         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15619         whether to run bibtex.
15620
15621 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15622
15623         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15624
15625 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15626
15627         * Makefile.am (lyx_SOURCES): removed bibforms.h
15628
15629         * vspace.h: doxygen
15630
15631         * text.C (GetVisibleRow): make several local vars const
15632
15633         * tabular.C: small cleanup.
15634
15635         * lyxserver.C (callback): use compare instead of strncmp
15636
15637         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15638         inlines to after class or to paragraph.C
15639
15640         * lyxfont.h: remove friend operator!=
15641
15642         * converter.h: move friend bool operator< to non friend and after
15643         class def.
15644
15645         * combox.h: small cleanup
15646
15647         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15648         to inlines after class def.
15649
15650         * buffer.C (pop_tag): use string operations instead of strcmp
15651
15652         * bmtable.c: doxygen, small cleanup
15653
15654         * LaTeX.h: remove friend operator==
15655
15656 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15657
15658         * screen.C:
15659         * lyxrc.[Ch]:
15660         * lyxfunc.C:
15661         * lyxfont.[Ch]:
15662         * lyx_cb.C:
15663         * intl.[Ch]:
15664         * commandtags.h:
15665         * buffer.C:
15666         * WorkArea.[Ch]:
15667         * LyXAction.C:
15668         * BufferView_pimpl.C:
15669         * BufferView.[Ch]: remove cruft
15670
15671 2001-02-14  Juergen Vigna  <jug@sad.it>
15672
15673         * lyxfunc.C: removed #if 0 unused code
15674
15675         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15676
15677         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15678
15679         * text2.C (SetSelection): added a BufferView * parameter
15680
15681 2001-02-13  Juergen Vigna  <jug@sad.it>
15682
15683         * lyxfunc.C (Dispatch): fixed protected blank problem.
15684         * BufferView2.C (protectedBlank): added LyxText * parameter.
15685
15686         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15687         (AppendColumn): same as above for column_info.
15688
15689         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15690         (moveCursorUpdate): use a LyXText param for support of InsetText.
15691
15692         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15693         (tripleClick): ditto
15694
15695         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15696
15697         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15698
15699         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15700
15701         * text2.C (SetSelection): set correct update status if inset_owner
15702         (ToggleFree): ditto
15703
15704 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15705
15706         * tabular.C: remove some commented code.
15707
15708 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15709
15710         * BufferView_pimpl.C: call hideSplash()
15711
15712         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15713
15714         * include_form.h:
15715         * bibforms.h: remove
15716
15717         * lyxfunc.C:
15718         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15719           add LFUN_CHILD_CREATE
15720
15721         * counters.h: fix tiny typo
15722
15723         * lyx_cb.C:
15724         * lyx.h:
15725         * lyx_gui.C:
15726         * lyx.C: move splash to frontends/xforms/
15727
15728         * lyx_gui_misc.C: move Include and Bibform to frontends
15729
15730         * lyxvc.h: clarify comment
15731
15732         * vspace.C: tiny housekeeping
15733
15734 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15735
15736         * text.C (PrepareToPrint): RTL Fix.
15737
15738         * paragraph.C (GetUChar): New method.
15739         (String):  Use GetUChar.
15740
15741         * buffer.C (asciiParagraph): Use GetUChar.
15742
15743 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15744
15745         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15746
15747 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15748
15749         * buffer.h:
15750         * buffer.C: rename to getLogName(), handle
15751           build log / latex log nicely
15752
15753 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15754
15755         * MenuBackend.C:
15756         * MenuBackend.h: remove support for reference menuitem type.
15757
15758 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15759
15760         * BufferView_pimpl.C: housekeeping
15761         * BufferView_pimpl.h:
15762         * LyXView.h:
15763         * Makefile.am:
15764         * Timeout.C:
15765         * Timeout.h:
15766         * minibuffer.h: move Timeout GUI-I
15767
15768 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15769
15770         * lyxrc.C (read): Update converters data-structures.
15771
15772 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15773
15774         * LaTeX.h (operator!=): add operator != for Aux_Info
15775
15776 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15777
15778         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15779
15780         * LaTeXLog.C: deleted, useful code moved to Buffer
15781
15782         * buffer.h:
15783         * buffer.C: new function getLatexLogName()
15784
15785         * lyx_gui_misc.C:
15786         * lyx_gui.C:
15787         * lyxvc.C:
15788         * lyxvc.h:
15789         * lyxfunc.C: use frontends for LaTeX and VC logs
15790
15791 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15792
15793         * LaTeX.h: yet another std:: that Allan forgot.
15794
15795         * Variables.C (set): renamed from isset(), because this clashes
15796         with some HP-UX macros (grr).
15797
15798 2001-02-06  Allan Rae  <rae@lyx.org>
15799
15800         * LaTeX.h: Another bug fix.  Missing std:: this time.
15801
15802 2001-02-04  Allan Rae  <rae@lyx.org>
15803
15804         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15805         floats problem. I've left it commented out because it's not quite
15806         correct.  It should also test that the current object is a table or
15807         figure inset.  But I haven't gotten around to figuring out how to do
15808         that.  I *think* it'll be something like: "table" == inset.type()
15809
15810         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15811         bool.
15812
15813 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15814
15815         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15816         all the citation/databases/styles in the auxilary file.
15817         (run): Rerun latex if there was a babel language error.
15818
15819 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15820
15821         * text.C (Backspace): Preserve the font when changing newline char
15822         with a space.
15823         (BreakParagraph): If the cursor is before a space, delete the space.
15824
15825         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15826
15827 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15828
15829         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15830         new argument (code).
15831         (ChangeCitationsIfUnique): New method.
15832
15833         * paragraph.C (GetPositionOfInset): Handle bibkey.
15834
15835 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15836
15837         * BufferView_pimpl.h: change type of Position::par_pos to
15838         LyXParagraph::size_type.
15839
15840 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15841
15842         * BufferView_pimpl.C (savePosition, restorePosition): Write
15843         messages to minibuffer.
15844
15845 2001-01-28  José Matos  <jamatos@fep.up.pt>
15846
15847         * buffer.C (makeDocBookFile): adds support for document language.
15848         A silly restriction on the name of LatexCommand types where removed.
15849         Added support for CDATA sections, allows to chars unescaped, used
15850         among others in code, to avoid escape < and >.
15851
15852 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15853
15854         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15855         saved positions instrad of a stack. Furthermore, a position is
15856         stored using paragraph id/paragraph position.
15857
15858         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15859         Remove LFUN_REF_BACK.
15860
15861 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15862
15863         * converter.C (dvipdfm_options): New method.
15864
15865 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15866
15867         * vspace.C (isValidLength): Fix for empty input string.
15868
15869 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15870
15871         * LyXAction.C (init): change description of LFUN_FIGURE to
15872         "Insert Graphics"
15873
15874 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15875
15876         * LaTeX.C: add using directive
15877
15878 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15879
15880         * MenuBackend.C (expand): Fix the sorting of the formats.
15881
15882 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15883
15884         * lyx_main.C: tiny error message fix
15885
15886 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15887
15888         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15889         calling fl_initialize(). This fixes the problem with ',' as
15890         decimal separator in text files.
15891
15892 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15893
15894         * trans.C (process): Fix the keymap bug.
15895
15896 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15897
15898         * LaTeX.C (scanAuxFiles): New method. Provides support for
15899         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15900         (scanLogFile) Scan for "run BibTeX" messages.
15901
15902         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15903         OT1 font encoding. Also, load the aecompl package if the ae
15904         package is loaded.
15905
15906         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15907
15908 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15909
15910         * texrow.C (increasePos): turn two error messages into debug
15911         messages.
15912
15913 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15914
15915         * LaTeX.C (scanAux): Handle the \@input macro.
15916         (runBibTeX): Use scanAux().
15917
15918         * language.C (latex_options_): New field.
15919
15920         * LaTeXFeatures.C (getMacros): Add language macros.
15921
15922         * buffer.C (makeLaTeXFile): Small fix.
15923
15924 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15925
15926         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15927
15928         * text2.C: add a using directive.
15929
15930 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15931
15932         * BufferView2.C:
15933         * lyx_gui_misc.h:
15934         * lyxfr1.C:
15935         * lyxfunc.C: kill LyXBell.
15936
15937 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15938
15939         * text.C (IsBoundary): Remove the error message
15940
15941         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15942
15943         * lyxrc.C (setDefaults): Correct initialization value for
15944         font_norm_type.
15945
15946 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15947
15948         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15949         gotoError().
15950
15951         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15952         and GotoNextNote().
15953
15954         * src/LyXAction.C: Added reference-next.
15955
15956         * text.C (InsertChar): Use contains instead of strchr.
15957
15958         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15959
15960 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15961
15962         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15963         alignment commands (when needed).
15964
15965         * text.C (InsertChar): Add ':' to number separator chars.