]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
get rid of ownerPar(), which was super slow; fix tabular crash due to recently introd...
[lyx.git] / src / ChangeLog
1 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
4         crash
5
6         * output_plaintext.C (asciiParagraph): set depth correctly
7
8         * outputparams.h: add member depth
9
10         * paragraph_funcs.C (ownerPar): remove.
11
12         * text2.C (setCounter): remove first_pit; comment out some
13         non-working code that uses ownerPar
14
15         * BufferView.C (getParentLanguage): remove. Not used anymore, and
16         uses ownerPar
17
18 2004-08-16  José Matos  <jamatos@lyx.org>
19
20         * text.C (readParToken, readParagraph, read): report all unknown tokens.
21         For the same level of importance use the same chanel to report problems.
22         (read): add code to deal with \begin_body and \end_body.
23
24
25 2004-08-15  José Matos  <jamatos@lyx.org>
26
27         * lyxlex.C (getString): fix comment, buffer::readBody is now
28         buffer:readDocument.
29         
30         * tex-strings.C (string_papersize): Default -> default,
31         Custom -> custom, for consistency with other options.
32
33 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
34
35         * pch.h: new file
36
37         * Makefile.am: support pch
38
39 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
40
41         * text.C (readParToken): remove the static LyXFont variable and
42         pass it as a parameter instead. This fixes a nasty bug where an
43         inset will be inserted with a bad font in some situations
44         (readParagraph): adapt
45
46         * text2.C (setCounter): reduce number of calls to pars_[pit]
47
48         * text.C (singleWidth): add an assert, fix a test
49
50         * rowpainter.C (paintText): reduce number of calls to singleWidth
51
52         * paragraph.C (isHfill):
53         (isNewline): ws only
54
55 2004-08-14  André Pönitz  <poenitz@gmx.net>
56
57         * text.C:
58         * text2.C:
59         * rowpainter.C:
60         * lyxtext.h (several functions): use a Paragraph & argument
61         instead of par_type
62
63 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
64
65         * metricsinfo.h: add a new field ltr_pos to PainterInfo
66
67         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
68
69         * text.C (singleWidth): remove useless test
70
71 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
72
73         * tabular.h: remove bogus comments
74
75         * tabular.C (getDescentOfRow):
76         (isPartOfMultiColumn): add assertions
77
78         * lyxlength.C (inPixels): remove #warning
79
80 2004-08-14  André Pönitz  <poenitz@gmx.net>
81
82         * paragraph.h: inline getChar()
83
84         * BufferView.h: remove unused declarations
85
86 2004-08-14  José Matos  <jamatos@lyx.org>
87
88         * Buffer.[Ch] (readDocument): new name for old readBody.
89         * Buffer.C: new file format, new keywords: \begin_document,
90         \begin_header, \begin_body, \end_body.
91
92         * bufferparams.C (readToken): replace all calls to lex.nextToken
93         by lex.next(). Do the same to eatLine except where really needed.
94
95         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
96         line when writing to the lyx file.
97
98         * output_plaintext.C (asciiParagraph): fix Bibliography style
99         handling.
100
101         * text.C (read): fix end of file handling.
102
103 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
104
105         * MenuBackend.C (Menu::operator[]): new method to access
106         individual menu items
107         (Menu::hasFunc): new method. search for an item that corresponds
108         to a given func
109         (MenuBackend::specialMenu): new method
110         (MenuBackend::expand): if a special menu has been set, skip
111         entries whose func() appears in this menu
112
113 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
114
115         * text3.C: use Debug::DEBUG a bit more
116
117         * text.C (leftMargin): try to simplify a tiny bit change var x to
118         l_margin. Dont output the wide margins always.
119         (rightMargin): no margin in inner texts
120
121         * rowpainter.h (nestMargin): new func
122         (changebarMargin): new func
123         (rightMargin): new func
124
125         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
126         now functions.
127         (paintLast): ditto
128
129         * factory.C (createInset): modify setDrawFrame
130
131         * cursor.C: use Debug::DEBUG a bit more
132
133 2004-08-14  André Pönitz  <poenitz@gmx.net>
134
135         * coordcache.[Ch]:
136         * Makefile.am: new files to accomodate an 'external' (x,y)-position
137         cache for all insets in (at least partially) visible (top-level)
138         paragraphs.
139
140         * BufferView_pimpl.C: reset external coord cache before every update.
141         This means the coord cache only contains valid entries.
142
143 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
144
145         bug 1096
146         * BufferView_pimpl.C (getInsetByCode): move function out of class
147         and change in to a template in anon namespace. Also fix to do what
148         suits us better.
149
150 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
151
152         bug 1305
153         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
154         of char
155         (breakParagraph): rename par to par_offset and use a local
156         reference. Add code to keep the language over a rebreak.
157         (breakParagraphConservative): rename par to par_offset, use a
158         local reference
159         (mergeParagraph): ditto
160         (outerHook): ditto
161         (isFirstInSequence): ditto
162         (outerFont): rename pit to par_offset
163
164         * paragraph.C: ws change
165         * paragraph.h: ditto
166         * text3.C: ditto
167         * text.C: ditto
168
169 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
170
171         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
172         treatment for ']'
173
174         * paragraph.C (simpleTeXOnePar): when we have a \item with
175         optional argument, enclose the argument with curly brackets (in
176         case it contains a closing square bracket)
177
178         * text2.C (editXY):
179         * text2.C (editXY):
180         * text3.C (checkInsetHit): constify
181
182 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
183
184         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
185         documents (bug 1629)
186
187 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
188
189         Fix toggling of collapsable insets with the mouse (bug 1558)
190
191         * lyxfunc.C (dispatch): adapt to LCursor changes
192
193         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
194         make sure that dispatch is not invoked twice
195
196         * cursor.C (needsUpdate): new method
197         (dispatch): return void
198         (result): new method, to access the DispatchResult of the cursor.
199
200 2004-08-13  José Matos  <jamatos@lyx.org>
201
202         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
203
204 2004-08-13  André Pönitz  <poenitz@gmx.net>
205
206         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
207
208         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
209           multiple cells
210
211 2004-08-12  André Pönitz  <poenitz@gmx.net>
212
213         * text3.C: take out the 'cursor right' form insertInset and only
214         do it in those places when it is really needed. Fixes crash on
215         C-m...
216
217 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
218
219         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
220
221         * BufferView_pimpl.C (setBuffer): initialize the current font of
222         the underlying LyXText
223
224 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
225
226         * kbsequence.C (print): use UI native formatting for menu
227         shortcuts
228
229         * text.C (insertChar): call Paragraph::insertChar with a font
230         argument (cosmetic)
231
232         * paragraph.C (insertInset, insertChar): the version that takes a
233         LyXFont argument is now a wrapper around the other one (the
234         opposite used to be true).
235
236         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
237         argument. Font setting is done in Paragraph now.
238
239 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
240
241         * outputparams.h: add new members intitle and lang.
242
243         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
244         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
245
246 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
247
248         * text3.C (dispatch): remove special handling of button 4 and 5,
249         it is now taken care of in the frontend code.
250
251 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
252
253         * Spacing.h: add <string> (STLPort compile fix)
254
255 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
256
257         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
258
259 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
260
261         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
262         to bool.
263
264         * converter.C (showMessage): inherit from unary_function, make
265         operator() const.
266
267         * buffer.C (writeFile): initialize retval
268
269         * InsetList.h: rename private variable list to list_
270         * InsetList.[Ch]: adjust accordingly.
271
272 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
273
274         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
275         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
276         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
277         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
278         * ParagraphParameters.C, LaTeXFeatures.C: replace
279         "support/std_sstream.h" with <sstream>
280
281 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
282
283         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
284         * lyxsocket.C (LyXServerSocket): ditto
285         (serverCallback): ditto
286
287 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
288
289         * LaTeXFeatures.C: check release date when loading jurabib.
290
291 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
292
293         * lyxserver.C (startPipe): call register_socket_callback
294         (endPipe): call unregister_socket_callback
295
296 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
297
298         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
299         (LyXServerSocket): register the callback
300         (LyXServerSocket): unregister the callback
301         (fd): delete function
302         (serverCallback): improve error checking and setup the callbacks.
303         (dataCallback): change arg to fd.
304         (writeln): new func (copied fro the client socket) used for server
305         write to client.
306         (LyXDataSocket): simplify
307         (~LyXDataSocket): close ann unregiser callback
308         (server): delete function
309         (fd): delete function
310         (readln): small changes, improve some std::string usage
311         (writeln): constify a bit
312
313 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
314
315         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
316         Qt frontend
317
318 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * BufferView_pimpl.C (setBuffer): set the layout combox value only
321         after it has been populated
322
323 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * text2.C (insertInset): move cursor when inserting inset.
326
327 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
328
329         * kbmap.C (findbindings): a couple of new methods. returns a
330         container of kb_sequence objects. The real work is done by the
331         private recursive version
332         (printbindings): uses findbindings to print out a bracketed list
333         of bindings (renamed from findbinding).
334
335         * MenuBackend.C (binding): use kb_keymap::findbindings
336
337         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
338
339 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
340
341         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
342
343 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
344
345         * paragraph.C (isWord): return true on insets that report
346         isLetter().
347
348         * text.C (getWord): use Paragraph::isWord to decide what is in a
349         word and what is not; fix bug 1609.
350
351 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
352
353         * tex-strings.C: add "none" to string_paperpackages[], fixes
354         off-by-one-error in the paperpackage selection.
355
356         * lyxlex.[Ch]:
357         * tex-strings.[Ch]: char const * string[n]
358         -> char const * const string[]
359
360 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
361
362         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
363         command, return early.
364
365 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
366
367         * debug.h: add DEBUG to enum and fix size of ANY.
368
369         * debug.C: add support for Debug::DEBUG
370         (showTags): cast errorTags.level to unsigned int
371
372         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
373         (redoCurrentBuffer): ditto
374         (updateScrollbar): ditto
375         * cursor.C (dispatch): ditto
376         * text2.C (setLayout): ditto
377         (setFont): ditto
378         (updateCounters): ditto
379         (editXY): ditto
380         (deleteEmptyParagraphMechanism): ditto
381
382 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
383
384         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
385         annotations to cleanup the Makefile slightly.
386
387 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
388
389         * lyxrc.C: do not set user_email to a default value but use empty
390         instead. The entry used to be translated, which does not work
391         since at the point where lyxrc is constructed there is no
392         translation service available
393
394         * messages.C (getLocaleDir): remove and use directly
395         lyx_localedir() instead
396
397 2004-06-02  Angus Leeming  <leeming@lyx.org>
398
399         Fix crash caused by dereferencing null pointer 'exportdata' in
400         OutputParams by creating a new ExportData variable on the heap,
401         storing it in a boost::shared_ptr.
402         The crash was triggered when generating an Instant Preview
403         of an external inset.
404
405         * Makefile.am: add outputparams.C
406
407         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
408         (c-tor): allocate memory to it.
409
410         * exporter.C (c-tor): associated changes.
411
412 2004-06-01  Angus Leeming  <leeming@lyx.org>
413
414         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
415         contains data before calling isInset(0). (Bug 1513.)
416
417 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
418
419         * exporter.C (checkOverwrite): new method
420         * exporter.C (copyFile): new method
421         * exporter.C (Export): copy referenced files to the document dir
422         * exporter.[Ch]: new class ExportedFile
423         * exporter.[Ch]: new class ExportData. Contains currently the
424         names of referenced external files
425         * outputparams.h: add exportdata member.
426
427 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
428
429         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
430         version.C-tmp
431
432 2004-05-19  Angus Leeming  <leeming@lyx.org>
433
434         * LaTeXFeatures.C:
435         * ToolbarBackend.C:
436         * bufferparams.C:
437         * lyxfunc.C: small changes due to the introduction of namespace
438         lyx::frontend and the moving of namespace biblio to lyx::biblio.
439
440 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
441
442         * text3.C (dispatch): supress update when only moving the cursor
443         * cursor.C (selHandle): remove commented code
444
445 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
446
447         * paragraph.C (startTeXParParams): correct column count
448         * CutAndPaste.C (pasteSelection): remove const_cast
449         * output_docbook.C (docbookParagraphs): remove const_cast
450         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
451         const_cast and return ParagraphList::const_iterator
452         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
453         * output_plaintext.C (writeFileAscii): remove const_cast
454         * paragraph.[Ch] (simpleTeXOnePar): make const
455         * paragraph_funcs.C (outerPar): use const iterators
456         * paragraph_pimpl.C (validate): use const iterators
457         * text.C (setHeightOfRow): use const iterators
458
459 2004-05-17  Angus Leeming  <leeming@lyx.org>
460
461         * lfuns.h:
462         * LyXAction.C (init): new LFUN_INSET_REFRESH.
463
464         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
465         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
466         if the citation engine has changed.
467
468 2004-05-14  José Matos  <jamatos@lyx.org>
469
470         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
471         if the textclass does not provide it. Have it different for sgml and
472         xml.
473         support the language of document.
474         * output_docbook.C (docbookParagraphs):
475         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
476         first anchor as the id of the paragraph, remove special case code.
477         * sgml.C (escapeChar): escape only < & >.
478
479 2004-05-14  Angus Leeming  <leeming@lyx.org>
480
481         * bufferparams.h: move biblio::CiteEngine enum here to minimize
482         dependencies on src/frontends/controllers/biblio.h. Define a
483         CiteEngine_enum wrapper class to enable the enum to be forward
484         declared.
485
486 2004-05-12  Angus Leeming  <leeming@lyx.org>
487
488         * buffer.C: up LYX_FORMAT to 234.
489         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
490         use_numerical_citations with a single biblio::CiteEngine cite_engine
491         variable.
492         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
493
494 2004-05-13  José Matos  <jamatos@lyx.org>
495
496         * converter.h:
497         * converter.C (Converter, readFlags): add xml member.
498         * outputparams.h: add XML flavor.
499         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
500
501 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
502
503         * lyxfunc.C (dispatch):
504         (getStatus): fix handling of LFUN_SEQUENCE
505
506 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
507
508         * debug.C (showLevel): do not forget the end-of-line marker
509
510 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
511
512         * kbmap.C (read): do not stop parsing a bind file when an error
513         occurs (bug 1575)
514
515 2004-04-29  Angus Leeming  <leeming@lyx.org>
516
517         * cursor.C:
518         * factory.C:
519         * pariterator.C:
520         * text2.C: wrap a bunch of #warning statements
521         inside #ifdef WITH_WARNINGS blocks.
522
523 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
524
525         * buffer.C: increment format to 233.
526
527 2004-04-28  Angus Leeming  <leeming@lyx.org>
528
529         * BufferView_pimpl.C:
530         * lyxfunc.C:
531         * text3.C:
532         s/updateToolbar()/updateToolbars()/
533         s/Toolbar.h/Toolbars.h/
534
535 2004-04-28  Angus Leeming  <leeming@lyx.org>
536
537         * BufferView.[Ch] (c-tor):
538         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
539         No longer passes these data to the WorkArea generator.
540
541 2004-04-28  Angus Leeming  <leeming@lyx.org>
542
543         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
544
545 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
546
547         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
548
549 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
550
551         * output_latex.C (TeXEnvironment): make sure that there is a line
552         break before \end{foo} for the last paragraph of a document
553         (TeXOnePar): if the paragraph is at the end of the document (or
554         inset) and the language has to be reset, then make sure that the
555         line break is _before_ the language command, not after (fixes bug
556         1225); also make sure that the language reset command is the first
557         thing after the paragraph (to ensure proper nesting of
558         environments and thus fix bug 1404)
559
560 2004-04-21  John Levon  <levon@movementarian.org>
561
562         * ToolbarBackend.h:
563         * ToolbarBackend.C: make "name" be a programmatic name
564         and a gui_name field.
565
566         * lyxfunc.C: display the minibuffer on M-x
567
568 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
569
570         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
571         (bug 1526)
572
573 2004-04-19  Angus Leeming  <leeming@lyx.org>
574
575         * BufferView_pimpl.C (setBuffer): changed preview interface.
576
577         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
578         possible values.
579
580 2004-04-19  John Levon  <levon@movementarian.org>
581
582         * BufferView_pimpl.C:
583         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
584
585 2004-04-05  Angus Leeming  <leeming@lyx.org>
586
587         * text.C (redoParagraphs): add call to updateCounters(), thereby
588         fixing the missing "Figure #:" label from the caption of a
589         figure float.
590
591 2004-04-13  Angus Leeming  <leeming@lyx.org>
592
593         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
594         cursor is clicked out of an inset.
595
596 2004-04-13  Angus Leeming  <leeming@lyx.org>
597
598         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
599         than an InsetOld one.
600
601 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
602
603         * format.[Ch]: add editor to Format
604         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
605         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
606
607 2004-04-08  André Pönitz  <poenitz@gmx.net>
608
609         * metricsinfo.h: remove PainterInfo::width member
610
611 2004-04-08  Angus Leeming  <leeming@lyx.org>
612
613         * lyx_sty.C (boldsymbol_def): modify so that it outputs
614         "\providecommand" rather than "\newcommand", thereby preventing
615         clashes with packages that define "\boldsymbol" themselves.
616         Eg, beamer.
617
618 2004-04-08  Angus Leeming  <leeming@lyx.org>
619
620         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
621         thereby squashing an unnecessary warning.
622
623 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
624
625         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
626         setBuffer()
627
628 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
629
630         * BufferView.C (setCursor): call redoParagraph (some insets could
631         have been opened)
632         (putSelectionAt): remove the 'double update' trick
633
634         * BufferView_pimpl.C (fitCursor): call refreshPar
635         (workAreaDispatch): remove an uneeded update call
636         (dispatch): remove some manual update calls
637
638         * cursor.[Ch]: remove cached_y_, updatePos
639         (selHandle): set noUpdate when appropriate
640
641         * lyxfunc.C (dispatch): track if we need an update
642
643         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
644
645         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
646         (paintSelection): cheap optimization, do not call cursorX when not
647         needed
648         (paintPars): change signature
649         (refreshPar): add
650         (paintText): adjust
651         (paintTextInset): adjust
652
653         * text.C: adjust
654
655 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
656
657         * lengthcommon.C: compilation fix: remove explicit array size from
658         unit_name[] and friends
659
660 2004-04-05  Angus Leeming  <leeming@lyx.org>
661
662         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
663
664         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
665         present only for the preferences dialog.
666         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
667
668 2004-04-05  Angus Leeming  <leeming@lyx.org>
669
670         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
671         to enable the frontends to export changes to lyxrc correctly.
672
673         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
674
675 2004-04-07  André Pönitz  <poenitz@gmx.net>
676
677         * cursor.[Ch] (selClear, adjust): remove math
678
679         * cursor_slice.C: more agressive assert
680
681         * lyxfunc.C:
682         * BufferView_pimpl.C: rework mouse event dispatch
683
684         * dociterator.C:
685         * paragraph.C:
686         * text2.C:
687         * text3.C: adjust
688
689 2004-04-05  André Pönitz  <poenitz@gmx.net>
690
691         * cursor.[Ch] (valign, halign...): remove unneeded functions
692
693 2004-04-05  Angus Leeming  <leeming@lyx.org>
694
695         * lyxlength.[Ch] (unit_name et al.): const-correct.
696
697 2004-04-05  Angus Leeming  <leeming@lyx.org>
698
699         * BufferView_pimpl.C:
700         * buffer.C:
701         * counters.C:
702         * cursor.C:
703         * lyxfunc.C
704         * paragraph.C:
705         * pariterator.C:
706         * text.C:
707         * text2.C:
708         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
709
710 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
711
712         * text3.C (getStatus): add LFUN_BEGINNINGBUF
713
714 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
715
716         * lyxfind.C: add a couple of inTexted() tests + other small fixes
717         * BufferView_pimpl.[Ch] (getStatus)
718         * BufferView.[Ch] (getStatus): add
719         * lyxfunc.C (getStatus): move lfuns handled in
720         BufferView::dispatch to te function above
721         * Cursor.C (setSelection): set selection() = true
722
723 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
724
725         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
726
727 2004-03-31  Angus Leeming  <leeming@lyx.org>
728
729         * lyxfunc.C (dispatch): Fall through to the generic
730         Dialogs::show("preamble").
731
732 2004-03-31  Angus Leeming  <leeming@lyx.org>
733
734         * lyxfunc.C (dispatch): Fall through to the generic
735         Dialogs::show("spellchecker").
736
737 2004-03-31  Angus Leeming  <leeming@lyx.org>
738
739         * lyxfunc.C (getStatus, dispatch): changed invocation of the
740         preferences dialog.
741
742 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
743
744         * BufferView.C
745         * cursor.[Ch]
746         * dociterator.[Ch]:
747         * insetiterator.[Ch]:
748         * lyxfind.C:
749         * lyxfunc.C:
750         * pariterator.[Ch]:
751         * text2.C:
752         * undo.[Ch]: s/DocumentIterator/DocIterator/g
753
754 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
755
756         * BufferView.C (setCursor, putSelectionAt): call edit to open the
757         insets where we are putting the cursor.
758
759 2004-03-31  Angus Leeming  <leeming@lyx.org>
760
761         * lfuns.h:
762         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
763
764         * lyxrc.[Ch] (read, write): overloaded member functions taking
765         a std::[io]stream arguments.
766
767         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
768
769 2004-03-31  Angus Leeming  <leeming@lyx.org>
770
771         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
772         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
773
774         * lyxtextclass.C (load): if the text class couldn't be loaded, then
775         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
776
777 2004-03-31  Angus Leeming  <leeming@lyx.org>
778
779         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
780         the LFUN_ALL_INSETS_TOGGLE code.
781
782 2004-03-30  Angus Leeming  <leeming@lyx.org>
783
784         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
785         has died. Fall through to the generic Dialogs::show("document").
786
787 2004-03-30  Angus Leeming  <leeming@lyx.org>
788
789         * lfuns.h:
790         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
791         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
792
793         * lyxfunc.C (getStatus, dispatch): define the actions for these
794         lfuns. Little more than a cut and pste job from ControlDocument.C
795
796         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
797
798 2004-03-30  Angus Leeming  <leeming@lyx.org>
799
800         * lfuns.h:
801         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
802         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
803
804         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
805         open/closed state of ollapsable insets. Usage:
806
807         all-inset-toggle <state> <name>, where
808         <state> == "open" || "closed" || "toggle" and
809         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
810
811         * lyxtext.h, text2.C (toggleInset): removed.
812
813         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
814         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
815         now passes LFUN_INSET_TOGGLE to the found inset.
816
817         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
818         is now invoked as "all-insets-toggle toggle branch".
819
820 2004-03-30  Angus Leeming  <leeming@lyx.org>
821
822         * dociterator.C:
823         * insetiterator.C:
824         * pariterator.[Ch]: added/corrected header blurb.
825
826 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
827
828         * dociterator.[Ch]: add an inset_ member
829         (backwardPos): implemented
830         (backwardPos, forwardPos): use inset_ when the stack is empty.
831         (doc_iterator_begin, doc_iterator_end): implemented
832         * pariterator.[Ch]: adjust, add begin, end
833         * insetiterator.[Ch]: adjust, add begin, end
834         * cursor.C:
835         * document.C:
836         * BufferView.C:
837         * BufferView_pimpl.C:
838         * CutAndPaste.C: adjust
839
840 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
841
842         * buffer.C: increment file format to 232.
843         * LaTeXFeatures.C: add bibtopic package.
844         * bufferparams.[Ch]: param \use_bibtopic.
845
846         * lyxrc.[Ch]: add lyxrc bibtex_command
847         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
848
849         * buffer.C: increment file format to 231.
850
851 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
852
853         * dociterator.C: implement forwardPar
854         * iterators.[Ch]: remove, replaced by
855         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
856         * BufferView.C:
857         * BufferView_pimpl.C:
858         * CutAndPaste.C:
859         * buffer.C:
860         * bufferview_funcs.C:
861         * cursor.C:
862         * lyxfind.C
863         * lyxfunc.C
864         * paragraph_funcs.C
865         * toc.C:
866         * Makefile.am: adjust
867
868 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
869
870         * CutAndPaste.C (pasteSelection): fix 2 crashes
871         (eraseSelection): fix a crash
872         * paragraph_funcs.C: remove a warning
873
874 2004-03-28  Angus Leeming  <leeming@lyx.org>
875
876         * lfuns.h:
877         * LyXAction.C (init): new LFUN_PRINT.
878
879         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
880
881 2004-03-27  Angus Leeming  <leeming@lyx.org>
882
883         * lfuns.h:
884         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
885
886         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
887
888 2004-03-27  Angus Leeming  <leeming@lyx.org>
889
890         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
891         insetlist always contains non-null pointers to insets.
892
893 2004-03-26  Angus Leeming  <leeming@lyx.org>
894
895         * src/BufferView_pimpl.C:
896         * src/CutAndPaste.C:
897         * src/buffer.C:
898         * src/iterators.C:
899         * src/output_plaintext.C:
900         * src/outputparams.h:
901         * src/paragraph_funcs.C:
902         * src/rowpainter.C:
903         * src/text.C:
904         * src/text2.C:
905         * src/frontends/controllers/ControlErrorList.C:
906         * src/frontends/gtk/FileDialogPrivate.C:
907         * src/frontends/gtk/GPainter.C:
908         * src/frontends/gtk/GToolbar.C:
909         * src/frontends/qt2/QRef.C:
910         * src/mathed/math_scriptinset.C: squash compiler warnings.
911
912 2004-03-26  Angus Leeming  <leeming@lyx.org>
913
914         * ispell.C (LaunchIspell::start):
915         * lyx_cb.C (AutoSaveBuffer::start):
916         invoke run(DontWait) rather than runNonBlocking().
917
918 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
919
920         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
921
922 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
923
924         * kbsequence.C (print): adjust
925
926         * kbmap.C (printKeySym): rename and change signature
927         (printKey): use LyXKeySym::print()
928
929 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
930
931         * undo.C: add using std::advance to compile for stlport
932
933 2004-03-24  Angus Leeming  <leeming@lyx.org>
934
935         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
936         it leads to a crash when no buffer is present.
937
938 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
939             Martin Vermeer  <martin.vermeer@hut.fi>
940
941         * lyxfunc.C (dispatch):
942         * bufferparams.C (readToken): use the new LColor::setColor
943
944         * LColor.[Ch] (setColor): new version that takes two strings as
945         argument and creates a new color entry if necessary
946
947 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
948
949         * buffer.C (makeLaTeXFile): if the main latex file that is
950         processed is usually a subdocument of some master, then pretend
951         for a while that it is actually the master
952
953 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
954
955         * buffer.C (getLabelList):
956         (getBibkeyList): use getMasterBuffer()
957         (getMasterBuffer): new method. Returns the main document in the
958         case where one is using included documents.
959
960 2004-03-25  André Pönitz  <poenitz@gmx.net>
961
962         * Makefile.am:
963         * iterators.[Ch]:
964         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
965
966         * ParagraphList_fwd.h: change ParagraphList to a std::vector
967
968         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
969         text*.C over here. Rename namespace CutAndPaste to lyx::cap
970
971         * ParameterStruct.h: merge with ParagraphParameters
972
973         * lyxtext.h: remove LyXText::parOffset() and getPar()
974
975         * text3.C: Remove all 'manual' update calls. We do now one per user
976         interaction which is completely sufficient.
977
978         * Bidi.C:
979         * BufferView.[Ch]:
980         * BufferView_pimpl.C:
981         * FontIterator.[Ch]:
982         * MenuBackend.C:
983         * ParagraphParameters.[Ch]:
984         * buffer.C:
985         * buffer.h:
986         * bufferlist.C:
987         * cursor.[Ch]:
988         * cursor_slice.[Ch]:
989         * dociterator.[Ch]:
990         * errorlist.[Ch]:
991         * factory.C:
992         * lfuns.h:
993         * lyxfind.C:
994         * lyxfunc.C:
995         * output_docbook.[Ch]:
996         * output_latex.[Ch]:
997         * output_linuxdoc.[Ch]:
998         * output_plaintext.[Ch]:
999         * paragraph.[Ch]:
1000         * paragraph_funcs.[Ch]:
1001         * paragraph_pimpl.[Ch]:
1002         * rowpainter.C:
1003         * tabular.[Ch]:
1004         * text.C:
1005         * text2.C:
1006         * toc.C:
1007         * undo.[Ch]: adjust
1008
1009         * frontends/controllers/ControlDocument.C:
1010         * frontends/controllers/ControlErrorList.C:
1011         * frontends/controllers/ControlSpellchecker.C:
1012         * insets/inset.C:
1013         * insets/inset.h:
1014         * insets/insetbase.h:
1015         * insets/insetbibitem.C:
1016         * insets/insetbox.C:
1017         * insets/insetbranch.C:
1018         * insets/insetcaption.C:
1019         * insets/insetcharstyle.C:
1020         * insets/insetcharstyle.h:
1021         * insets/insetcollapsable.C:
1022         * insets/insetcollapsable.h:
1023         * insets/insetert.C:
1024         * insets/insetfloat.C:
1025         * insets/insetfoot.C:
1026         * insets/insetmarginal.C:
1027         * insets/insetnote.C:
1028         * insets/insetoptarg.C:
1029         * insets/insettabular.C:
1030         * insets/insettext.C:
1031         * insets/insettext.h:
1032         * insets/insetwrap.C:
1033         * mathed/math_mboxinset.C:
1034         * mathed/math_nestinset.C:
1035         * mathed/math_scriptinset.C:
1036         * mathed/math_scriptinset.h:
1037         * support/types.h:
1038
1039 2004-03-24  Angus Leeming  <leeming@lyx.org>
1040
1041         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1042         deal with any child processes that have finished but are waiting to
1043         communicate this fact to the rest of LyX.
1044
1045 2004-03-24  Angus Leeming  <leeming@lyx.org>
1046
1047         64-bit compile fixes.
1048
1049         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1050         (c-tor): pass lyx::pos_types rather than ints.
1051
1052         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1053         lyx::pos_type.
1054
1055         * text.C (Delete): compile fix.
1056         (getPar): ensure that function declaration is the same as that in
1057         the header file.
1058
1059 2004-03-23  Angus Leeming  <leeming@lyx.org>
1060
1061         * ispell.C (LaunchIspell):
1062         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1063         a boost::shred_ptr rather than a std::auto_ptr.
1064
1065 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1066
1067         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1068         handle LFUN_FILE_INSERT_*
1069
1070         * lyxrc.C (setDefaults, getDescription, output, read):
1071         * lyxrc.h: remove ps_command
1072
1073 2004-03-22  Angus Leeming  <leeming@lyx.org>
1074
1075         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1076         Ensure that error_handler is processed once only and that all data
1077         is saved before attempting to output any warning messages.
1078
1079         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1080
1081 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1082
1083         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1084
1085 2004-03-19  André Pönitz  <poenitz@gmx.net>
1086
1087         * cursor.[Ch] (reset): take main text inset as argument
1088
1089         * BufferView: adjust
1090         * BufferView_pimpl.C: adjust
1091
1092         * paragraph.[Ch]: fix completely broken operator=()
1093
1094 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1095
1096         * LColor.C (getFromLyXName): make sure that the color name is used
1097         as lowercase.
1098
1099 2004-03-17  Angus Leeming  <leeming@lyx.org>
1100
1101         * lfuns.h:
1102         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1103
1104         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1105         dialog and to kill a forked process.
1106
1107 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1108
1109         * text2.C (setCursorFromCoordinates): fix font problem
1110
1111 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1112
1113         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1114         bogus "rebuild cursor" code
1115
1116 2004-03-11  André Pönitz  <poenitz@gmx.net>
1117
1118         * buffer.[Ch]: use InsetText instead of LyXText as container for
1119         the main lyx text.
1120
1121         * dociterator.[Ch]: drop the BufferView * member which is not needed
1122         anymore after the change to buffer.C
1123
1124         * paragraph_funcs.C:
1125         * text.C:
1126         * text2.C:
1127         * BufferView.[Ch]:
1128         * BufferView_pimpl.[Ch]:
1129         * cursor.[Ch]:
1130         * cursor_slice.[Ch]: adjust
1131
1132         * text3.C: fix bug in mathDispatch
1133
1134 2004-03-08  André Pönitz  <poenitz@gmx.net>
1135
1136         * undo.[Ch]: use 'StableDocumentIterator' as base for
1137         the Undo struct.
1138
1139 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1140
1141         * LaTeXFeatures.C:
1142         * bufferparams.[Ch]: add jurabib support and param.
1143
1144         * LaTeX.C: add FIXME/comment.
1145
1146 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1147
1148         * buffer.C: increment file format to 230.
1149
1150 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1151
1152         * cursor.C (dispatch): avoid infinite loops
1153
1154 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1155
1156         * rowpainter.C (paintSelection): fix x coordinates
1157
1158 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1159
1160         * text.C (rowBreakPoint): fix breaking before displayed insets
1161
1162 2004-03-01  André Pönitz  <poenitz@gmx.net>
1163
1164         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1165
1166         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1167
1168         * Makefile.am:
1169         * BufferView.C:
1170         * BufferView_pimpl.C:
1171         * buffer.C:
1172         * lyxfind.C:
1173         * lyxfunc.C:
1174         * text.C:
1175         * text2.C:
1176         * text3.C: adjust
1177
1178 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1179
1180         * lyxtext.h:
1181         * text.C:
1182         * text2.C:
1183         * rowpainter.C:
1184         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1185         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1186
1187 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1188
1189         * Bidi.[Ch] (computeTables): const correctness
1190         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1191         fill_hfill, fill_label_hfill and x from Row
1192         * lyxtext.h: prepareToPrint returns a RowMetrics
1193         * rowPainter.C: adjust
1194         * text.C (prepareToPrint): use width, not textWidth. adjust
1195         (redoParagraphInternal, cursorX): adjust
1196         * text2.C (getColumnNearX): adjust
1197         (init): put a default value to the top LyXText::width
1198
1199 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1200
1201         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1202
1203 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1204
1205         * lyxtext.h: add FontIterator class
1206
1207         * text.C (FontIterator, operator*, operator->, operator++): add
1208         (rowBreakPoint, setRowWidth): adjust (fixing a
1209         rebreaking bug)
1210
1211 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1212
1213         * BufferView_pimpl.C (workAreaDispatch): allow also
1214         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1215
1216 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1217
1218         * text.C (rowBreakPoint): fix a bug showing with very large insets
1219
1220 2004-02-25  André Pönitz  <poenitz@gmx.net>
1221
1222         * text3.C:
1223         * cursor.[Ch]: move some mathed specific code to mathed
1224
1225 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1226
1227         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1228         use_tempdir in preferences
1229         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1230         tempfile creation
1231         * lyx_main.C: ensure that tempdir is valid
1232         * lyxlex.h: correct typo
1233         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1234         * paragraph.[Ch] (isMultiLingual): make const
1235         * cursor.[Ch] (openable): make const
1236
1237 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1238
1239         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1240
1241 2004-02-20  André Pönitz  <poenitz@gmx.net>
1242
1243         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1244
1245         * cursor.[Ch]: prepare for localized getStatus()
1246
1247         * lyxtext.h:
1248         * tabular.C:
1249         * text.C:
1250         * text2.C:
1251         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1252
1253 2004-02-20  André Pönitz  <poenitz@gmx.net>
1254
1255         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1256
1257 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1258
1259         * text2.C (setCursorFromCoordinates): switch to absolute coords
1260         (cursorUp): adjust
1261         (cursorDown): adjust
1262         * text3.C (dispatch): adjust
1263
1264 2004-02-16  André Pönitz  <poenitz@gmx.net>
1265
1266         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1267           insets/ChangeLog)
1268
1269         * cursor_slice.[Ch]: remove unneeded acessor function
1270
1271         * lyxtext.h: rename rtl() to isRTL()
1272
1273         * rowpainter.C:
1274         * tabular.C:
1275         * text.C:
1276         * text2.C:
1277         * text3.C: adjust
1278
1279 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1280
1281         * rowpainter.C (paintSelection): coord fix
1282
1283 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1284
1285         * Spacing.C: compile fix
1286
1287 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1288
1289         * cursor.C (dispatch): restore current_ before returning
1290
1291 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1292
1293         * text2.C (cursorUp, cursorDown): fix coords
1294         (moveUp): fix crash
1295
1296 2004-02-12  André Pönitz  <poenitz@gmx.net>
1297
1298         * lyxtext.h:
1299         * text.C:
1300         * text2.C:
1301         * text3.C: add LCursor & parameter to most cursor movement functions
1302           remove usage of LyXText::cursorRow() and cursorPar()
1303
1304         * cursor.[Ch]: add textRow() needed members
1305
1306         * BufferView.C:
1307         * BufferView_pimpl.C:
1308         * paragraph.[Ch]:
1309         * BufferView.C:
1310         * BufferView_pimpl.C: adjust
1311
1312 2004-02-11  André Pönitz  <poenitz@gmx.net>
1313
1314         * lyxfunc.C:
1315         * BufferView.[Ch]:
1316         * BufferView_pimpl.C: shift undo/redo handling
1317
1318         * cursor.[Ch]: fix mathed crash
1319
1320         * lyxfind.C:
1321         * lyxtext.h: move selectionAsText to LCursor
1322
1323         * output_latex.C:
1324         * paragraph.C:
1325         * text.C:
1326         * text2.C:
1327         * text3.C: adjust
1328
1329         * rowpainter.C: fix excessive drawing
1330
1331 2004-02-06  André Pönitz  <poenitz@gmx.net>
1332
1333         * BufferView.[Ch]:
1334         * BufferView_pimpl.[Ch]:
1335         * text3.C: move some text specific LFUN handling
1336
1337 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1338
1339         * text3.C (checkInsetHit): adjust coords
1340         * text2.C (getColumnNearX): adjust coords
1341         (edit): adjust coords
1342         * text.C (getRowNearY): add two asserts
1343
1344 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1345
1346         * converter.C:
1347         * format.C: add using std::distance to compile on gcc 2.95/stlport
1348
1349 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1350
1351         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1352
1353 2004-02-04  André Pönitz  <poenitz@gmx.net>
1354
1355         * BufferView.[Ch] (insertInset):
1356         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1357
1358         * text2.C:
1359         * text3.C: adjust
1360
1361 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1362
1363         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1364         on the default clause of the switch
1365         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1366         wasn't catched by LCursor::dispatch
1367
1368 2004-02-03  André Pönitz  <poenitz@gmx.net>
1369
1370         * BufferView.C:
1371         * cursor.[Ch]: some additional asserts
1372
1373         * undo.[Ch]: remove LyXText dependency in interface
1374
1375         * lyxfunc.C: adjust
1376
1377         * lyxtext.h (firstPar, lastPar): remove dead functions
1378
1379         * text.C:
1380         * text2.C:
1381         * text3.C:
1382         * paragraph.[Ch]: adjust
1383
1384 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1385
1386         * lyxfind.C (find): fix argument order in call to ::find
1387
1388 2004-02-02  André Pönitz  <poenitz@gmx.net>
1389
1390         * cursor.[Ch]: remove direct access to anchor
1391
1392         * text.C: remove findText() hack
1393
1394 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1395
1396         * iterators.[Ch] (lockPath): remove in favour of...
1397         * BufferView.[Ch] (setCursor): this addition
1398         * BufferView.C (putSelectionAt): adjust
1399         * undo.C (performUndoOrRedo): adjust
1400         * lyxfunc.C (dispatch): adjust
1401
1402 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1403
1404         * iterators.C (lockPath): add a missing slice
1405         * undo.C (performUndoOrRedo): remove redundant positioning code
1406
1407 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1408
1409         * vc-backend.C (scanMaster): ";" -> ';'
1410
1411 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1412
1413         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1414         std::binary_function
1415
1416         * lyxtextclass.C (compare_name): rename to...
1417         (LayoutNamesEqual): ...this
1418
1419         * lyxlex_pimpl.C (compare_tags): inherit from
1420         std::binary_function, put back into anon namespace
1421
1422         * lyxfind.C (MatchString): inherig from std::binary_function
1423         (findChange): use empty() istead of !size()
1424
1425         * format.C (FormatNamesEqual): new functor
1426         (getFormat): use it
1427         (getNumber): use it
1428         (add): use it
1429         (erase): use it
1430         (setViewer): use it
1431
1432         * converter.C (compare_Converter): rename to...
1433         (ConverterEqual): ...this, and fixup a bit.
1434         (getConverter): use it, and make function const
1435         (getNumber): use it, and make function const
1436         (add): use it
1437         (erase): use it:
1438
1439         * bufferlist.C: add using boost::bind
1440
1441         * MenuBackend.C (MenuNamesEqual): new functor
1442         (hasMenu): use it, and make function const
1443         (hasSubmenu): use nested bind to get rid of compare_memfun.
1444
1445 2004-01-30  André Pönitz  <poenitz@gmx.net>
1446
1447         * BufferView_pimpl.C:
1448         * cursor.C:
1449         * cursor.h:
1450         * cursor_slice.[Ch]:
1451         * lyxfunc.C:
1452         * lyxtext.h:
1453         * paragraph_funcs.C:
1454         * paragraph_funcs.h:
1455         * rowpainter.C:
1456         * text.C:
1457         * text2.C:
1458         * text3.C: move some of the edit(x,y) handling to the insets
1459         some coordinate changes.
1460
1461 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1462
1463         * text.C: add using statements for std::advance and std::distance
1464
1465         * paragraph.C: add using statement for std::distance
1466
1467         * lyxfind.C: add using statement for std::advance
1468
1469         * cursor.C (region): remove std:: from swap
1470         (openable): use nucleus in stead of operator->
1471
1472         * BufferView.C: add using statements for std::distance and std::swap
1473
1474 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1475
1476         * iterators.C: Remove the pimple, move the needed structures to
1477         the header file. Create accessor for the positions stack.
1478         (asPosIterator): remove function
1479
1480         * PosIterator.C (PosIterator): move constructors to top of file
1481         (PosIterator): reimplement the constructor taking a ParIterator in
1482         terms of setFrom.
1483         (setFrom): new function
1484         (operator!=): inline it
1485
1486 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1487
1488         * lyxfind.C (replaceAll): use std::advance
1489
1490         * iterators.h: inherit from std::iterator.
1491
1492         * PosIterator.C (advance, distance): remove
1493         * PosIterator.h: interit from std::iterator.
1494
1495 2004-01-26  André Pönitz  <poenitz@gmx.net>
1496
1497         * BufferView.[Ch]:
1498         * BufferView_pimpl.[Ch]:
1499         * InsetList.[Ch]:
1500         * PosIterator.[Ch]:
1501         * buffer.h:
1502         * bufferview_funcs.C:
1503         * cursor.[Ch]:
1504         * cursor_slice.h:
1505         * factory.[Ch]:
1506         * iterators.[Ch]:
1507         * lyxfind.C:
1508         * lyxfunc.C:
1509         * lyxtext.h:
1510         * output_docbook.C:
1511         * output_latex.C:
1512         * output_linuxdoc.C:
1513         * output_plaintext.C:
1514         * paragraph.[Ch]:
1515         * paragraph_funcs.[Ch]:
1516         * paragraph_pimpl.[Ch]:
1517         * rowpainter.C:
1518         * tabular.C:
1519         * tabular.h:
1520         * text.C:
1521         * text2.C:
1522         * text3.C: more IU:  dumps most of the rest of the mathcursor
1523     implementation into cursor.[Ch]; "globalize" a bit of it.
1524
1525 2004-01-25  Angus Leeming  <leeming@lyx.org>
1526
1527         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1528
1529 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1530
1531         * LaTeXFeatures.h: add nice_ and nice() const
1532         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1533
1534 2004-01-20  André Pönitz  <poenitz@gmx.net>
1535
1536         * BufferView.[Ch]:
1537         * BufferView_pimpl.C:
1538         * PosIterator.C:
1539         * bufferview_funcs.C:
1540         * cursor.[Ch]:
1541         * cursor_slice.[Ch]:
1542         * factory.C:
1543         * iterators.C:
1544         * lyx_cb.C:
1545         * lyxfind.C:
1546         * lyxfunc.C:
1547         * lyxtext.h:
1548         * rowpainter.C:
1549         * text.C:
1550         * text2.C:
1551         * text3.C:
1552         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1553           LCursor and mathcursor parts to LCursor and InsetBase.
1554
1555 2004-01-15  André Pönitz  <poenitz@gmx.net>
1556
1557         * cursor_slice.[Ch]: add a few covienience functions
1558
1559         * funcrequest.[Ch]: remove BufferView * member
1560
1561         * BufferView_pimpl.C:
1562         * cursor.C:
1563         * factory.[Ch]:
1564         * lyxfind.[Ch]:
1565         * lyxfunc.C:
1566         * lyxtext.h:
1567         * text3.C:
1568         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1569
1570 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1571
1572         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1573         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1574
1575 2004-01-13  André Pönitz  <poenitz@gmx.net>
1576
1577         * textcursor.[Ch]:
1578         * lyxtext.h: hide cursor and selection anchor behind accessor function
1579
1580         * BufferView.C:
1581         * BufferView_pimpl.[Ch]:
1582         * PosIterator.C:
1583         * bufferview_funcs.C:
1584         * cursor.h:
1585         * lyxfind.C:
1586         * lyxfunc.C:
1587         * text.C:
1588         * text2.C:
1589         * text3.C:
1590         * undo.C: adjust
1591
1592         * cursor.h:
1593         * cursor_slice.[Ch]: some integer type changes for inset unification
1594
1595         * lyxcursor.[hC]: remove, it's CursorSlice now.
1596
1597         * Makefile.am:
1598         * BufferView_pimpl.[Ch]:
1599         * bufferview_funcs.C:
1600         * cursor_slice.C:
1601         * lyxtext.h:
1602         * text.C:
1603         * text2.C:
1604         * text3.C:
1605         * textcursor.[Ch]: adjust
1606
1607 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1608
1609         * text2.C (undoSpan): add and use
1610         * text.C (breakParagraph): use undoSpan (fix bug 578)
1611         * lyxtext.h: adjust
1612
1613 2004-01-08  Angus Leeming  <leeming@lyx.org>
1614
1615         * BufferView_pimpl.C (MenuInsertLyXFile):
1616         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1617         * lyxfunc.C (menuNew, open, doImport):
1618         FileFilterList change to the FileDialog open and save functions.
1619
1620 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1621
1622         * ShareContainer.h: make isEqual and isUnique adaptable
1623
1624         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1625
1626 2004-01-07  Angus Leeming  <leeming@lyx.org>
1627
1628         * LyXAction.C:
1629         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1630
1631         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1632
1633         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1634         functions replacing find, replace and replaceAll.
1635
1636         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1637         LFUN_WORDFIND(FORWARD|BACKWARD).
1638
1639 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1640
1641         * text.C (breakParagraph): remove an outdated #warning
1642
1643 2004-01-07  André Pönitz  <poenitz@gmx.net>
1644
1645         * lyxfind.C: somewhat clearer logic
1646
1647         * text.C: prevent crash in cursorX on unitialized row cache
1648
1649 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1650
1651         * lyxcursor.[Ch] (operator>): add
1652         * textcursor.C (selStart, selEnd): use std::min and std::max
1653
1654 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1655
1656         * Chktex.C: include boost/format.hpp
1657
1658 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1659
1660         * InsetList.C: replace functor MathcIt with adaptable functor
1661         InsetTablePosLess
1662         (insetIterator): modify accordingly
1663
1664         * BranchList.h: move the BranchNamesEqual functor here from...
1665         * BranchList.C: ... to here
1666
1667         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1668         SameName and match.
1669         (add): replace a finding loop with std::find_if.
1670
1671 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1672
1673         * output_docbook.C: moving LatexParam functionality into
1674         .layout files
1675
1676 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1677
1678         * buffer.C: increment format to 229.
1679
1680 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1681
1682         * LaTeXFeatures.C:
1683         * lyx_sty.[Ch]: remove minipageindent_def
1684
1685         * LyXAction.C:
1686         * factory.C:
1687         * lfuns.h:
1688         * lyxfunc.C:
1689         * text3.C: remove LFUN_INSET_MINIPAGE
1690
1691 2003-12-28  Angus Leeming  <leeming@lyx.org>
1692
1693         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1694
1695 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1696
1697         * text2.C (setParagraph): fix off-by-one crash
1698
1699 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1700
1701         * output_docbook.C: header stuff for AGU
1702
1703 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1704
1705         * text2.C (redoCursor): remove
1706         * text.C:
1707         * text3.C:
1708         * BufferView_pimpl.C: remove calls to redoCursor and
1709         setCursor(cursor.par(), cursor.pos()) all around
1710
1711 2003-12-15  Angus Leeming  <leeming@lyx.org>
1712
1713         * buffer.C: up the format to 228.
1714
1715 2003-12-15  André Pönitz  <poenitz@gmx.net>
1716
1717         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1718         slices
1719
1720         * Makefile.am:
1721
1722         * BufferView_pimpl.C:
1723         * cursor.[Ch]:
1724         * lyxcursor.[Ch]:
1725         * rowpainter.[Ch]:
1726         * lyxtext.h:
1727         * text.C:
1728         * text2.C:
1729         * text3.C: adjust
1730
1731 2003-12-15  Angus Leeming  <leeming@lyx.org>
1732
1733         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1734         than getFromGUIName to manipulate the color.
1735
1736 2003-12-14  Angus Leeming  <leeming@lyx.org>
1737
1738         * BranchList.[Ch]: minimize the API.
1739         (Branch::getBranch, getColor): now return a 'const &'.
1740         (Branch::setSelected) now returns a bool set to true if the
1741         selection status changes.
1742         (BranchList::clear, size, getColor, setColor, setSelected,
1743         allBranches, allSelected, separator): removed.
1744         (BranchList::find): new functions, returning the Branch with
1745         the given name.
1746         (BranchList::add, remove): return a bool indicating that
1747         the operation was successful.
1748
1749         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1750         new InsetBranch::isBranchSlected member function.
1751
1752         * LColor.[Ch]: mimimize the API.
1753         (fill): renamed as addColor and made private.
1754         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1755         versions of these functions taking a string arg have been removed.
1756
1757         * bufferparams.C (readToken):
1758         * lyxfunc.C (dispatch):
1759         * lyxrc.C (read): changes due to the altered BranchList and
1760         LColor APIs.
1761
1762         * factory.C (createInset, readInset): changes due to altered
1763         InsetBranch c-tor.
1764
1765 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1766
1767         * factory.C:
1768         * lyxfunc.C: remove insetminipage. "minipage-insert"
1769         now produces a frameless minipage box inset.
1770
1771 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1772
1773         * textcursor.[Ch] (selStart,selEnd): add new methods
1774         remove selection::start, end, use LyXCursor::operator<
1775         * lyxcursor.[Ch] (operator<): add
1776         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1777         * BufferView.[Ch] (unsetXSel): add
1778         * text2.C (clearSelection): use unsetXSel,adjust
1779         * text.C: adjust
1780         * text3.C: adjust
1781         * rowpainter.C: adjust
1782         * bufferview_funcs.C (put_selection_at): adjust
1783
1784 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1785
1786         * BufferView_pimpl.C: small coord. correction
1787
1788 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1789
1790         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1791         dragging over the splash screen.
1792
1793 2003-12-11  Angus Leeming  <leeming@lyx.org>
1794
1795         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1796         as it is now handled in LyXText::dispatch.
1797
1798         * text3.C (doInsertInset): remove a level of nesting.
1799
1800 2003-12-11  Angus Leeming  <leeming@lyx.org>
1801
1802         * factory.C (createInset): changes due to the changed interface to
1803         InsetCommandMailer::string2params.
1804
1805 2003-12-10  Angus Leeming  <leeming@lyx.org>
1806
1807         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1808         'dialog-show-new-inset <inset name>'
1809
1810 2003-12-10  Angus Leeming  <leeming@lyx.org>
1811
1812         * buffer.C: up the format to 227.
1813
1814         * factory.C: the box inset is now identified simply by 'Box'.
1815
1816 2003-12-10  Angus Leeming  <leeming@lyx.org>
1817
1818         * buffer.C: up the format to 226.
1819
1820         * factory.C: the note inset is now identified simply by 'Note'.
1821
1822 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1823
1824         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1825         when a pit is enough. Standarize a couple of loops.
1826
1827 2003-12-05  Angus Leeming  <leeming@lyx.org>
1828
1829         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1830         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1831         data to the re-worked "log" dialog.
1832
1833 2003-12-03  André Pönitz  <poenitz@gmx.net>
1834
1835         * PosIterator.C:
1836         * iterators.C:
1837         * lyxtext.h:
1838         * output_latex.C:
1839         * paragraph_funcs.C:
1840         * text.C:
1841         * text2.C: use Inset::getText instead of Inset::getParagraph
1842
1843 2003-12-03  André Pönitz  <poenitz@gmx.net>
1844
1845         * buffer.[Ch]:
1846         * lyxtext.h:
1847         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1848         InsetText::read() as LyXText::read()
1849
1850 2003-12-02  Angus Leeming  <leeming@lyx.org>
1851
1852         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1853         type. Add a comment in the implementation that the function uses
1854         the stream's bad() function rather than fail() as the std::streams
1855         would do.
1856
1857 2003-12-02  André Pönitz  <poenitz@gmx.net>
1858
1859         * lyxlex.[Ch]: make interface more similar to std::stream
1860
1861         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1862
1863 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1864
1865         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1866
1867 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1868
1869         * vspace.[Ch]: remove VSpace::NONE
1870
1871 2003-12-01  André Pönitz  <poenitz@gmx.net>
1872
1873         * buffer.[Ch]:
1874         * lyxtext.h: move ParagraphList member to LyXText
1875         rename LyXText::ownerParagraphs to LyXText::paragraph
1876
1877         * CutAndPaste.C:
1878         * bufferview_funcs.C:
1879         * iterators.[Ch]:
1880         * lyx_cb.C:
1881         * paragraph.C:
1882         * rowpainter.C:
1883         * tabular.C:
1884         * text.C:
1885         * text2.C:
1886         * text3.C: adjust
1887
1888         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1889
1890         * undo.C: fix cursor positioning
1891
1892 2003-12-01  John Levon  <levon@movementarian.org>
1893
1894         * BufferView_pimpl.C: fix a crash on exit with
1895         a buffer open
1896
1897 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1898
1899         * BranchList.C: fix setSelected() method.
1900
1901 2003-11-28  André Pönitz  <poenitz@gmx.net>
1902
1903         * ParagraphParameters.[Ch]:
1904         * ParameterStruct.h: remove space above/below from Paragraph to
1905          InsetVSpace
1906
1907         * BufferView_pimpl.C:
1908         * factory.C:
1909         * lyxfunc.C:
1910         * lyxtext.h:
1911         * output_latex.C:
1912         * paragraph.C:
1913         * paragraph_funcs.C:
1914         * rowpainter.[Ch]:
1915         * text.C:
1916         * text2.C:
1917         * text3.C: adjust
1918
1919 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1920
1921         * factory.C: Syntax change for CharStyles
1922
1923 2003-11-28  André Pönitz  <poenitz@gmx.net>
1924
1925         * BufferView.[Ch]:
1926         * BufferView.[Ch]:
1927         * buffer.[Ch]:
1928         * buffer.[Ch]: move LyXText member
1929
1930 2003-11-28  André Pönitz  <poenitz@gmx.net>
1931
1932         * BufferView.[Ch]: make LyXText * text a private member
1933
1934         * BufferView_pimpl.C:
1935         * cursor.C:
1936         * iterators.C:
1937         * lyx_cb.C:
1938         * lyxfind.C:
1939         * lyxtext.h:
1940         * rowpainter.[Ch]:
1941         * text.C:
1942         * text2.C:
1943         * undo.C: adjust
1944
1945         * output_plaintext.C: cleanup
1946
1947 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1948
1949         * buffer.C:
1950         * lyxtextclass.[Ch]: parametrize SGML document header
1951
1952 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1953
1954         * converter.[Ch]:
1955         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1956         getFlavor().
1957
1958 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1959
1960         * text2.C (setFont): rework using PosIterator (no more recursive)
1961         (setCharFont): no more needed
1962         (setLayout): no more selection cursors fiddling (done by redoCursor)
1963         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1964         destroy remaining ones)
1965
1966 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1967
1968         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1969         * lyxtext.h: ditto
1970         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1971         selection cursors
1972         * lyxfunc.C: adjust
1973         * text3.C: adjust + re-allow multi par depth changes
1974         * textcursor.C: simplify a bit
1975
1976 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1977
1978         * src/buffer.C:
1979         * src/lyxlayout.C:
1980         * src/lyxlayout.h:
1981         * src/lyxtext.h:
1982         * src/output_docbook.C:
1983         * src/output_latex.C:
1984         * src/paragraph.C:
1985         * src/paragraph.h:
1986         * src/sgml.C:
1987         * src/sgml.h:
1988         * src/text2.C: Introducing a number of tags parametrizing various
1989         XML formats that we may want to support
1990
1991 2003-11-25  André Pönitz  <poenitz@gmx.net>
1992
1993         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1994
1995         * lyxtext.h (leftMargin/rightMargin): simplify interface
1996
1997         * rowpainter.C:
1998         * text.C:
1999         * text2.C:
2000         * text3.C: adjust
2001
2002 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2003
2004         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2005         master file to any child files. Fixes bug 546.
2006
2007 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2008
2009         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2010
2011 2003-11-24  André Pönitz  <poenitz@gmx.net>
2012
2013         * rowpainter.C: simplification
2014
2015         * text2.C (updateCounters): remove call to redoParagraph on
2016         changed labels as this is far too expensive.
2017
2018 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2019
2020         * converter.C (convert): fix a crash: this function gets
2021         called with buffer == 0 from importer code.
2022
2023 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2024
2025         * text3.C (cursorPrevious): make sure that we do not compare
2026         iterators form different containers.
2027         (cursorNext): ditto
2028
2029         * rowpainter.C (paintSelection): make sure that we do not compare
2030         iterators from different containers.
2031
2032         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2033         iterators from different ParagraphList containers.
2034         [NEXT] ditto
2035
2036         * text2.C (LyXText): change order of initialization slightly
2037         (operator=): new function. copy all variables except cache_par_
2038         (moveUp): make sure that we do not compare iterators from
2039         different ParagraphList constainers.
2040         (moveDown): ditto
2041
2042         * text.C (firstPar): new function
2043         (lastPar): new function
2044         (endPar): new function
2045
2046         * lyxtext.h: move things around and group public functions, public
2047         variables, private functions, private variables
2048
2049 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2050
2051         * factory.C: change call to InsetERT constructor to avoid
2052         additional invocation of method status
2053         * text2.C (toggleInset): remove redundant update() call
2054         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2055         instead of a Bufferview pointer
2056
2057 2003-11-21  André Pönitz  <poenitz@gmx.net>
2058
2059         * rowpainter.C: simplification
2060
2061 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2062
2063         * text3.C (dispatch): make possible to extend a word/row selection
2064         with the mouse
2065
2066 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2067
2068         * lyxtext.h: x0_,y0_ -> xo_,yo_
2069         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2070         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2071         * rowpainter.C (paintRows): paint full paragraphs
2072
2073 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2074
2075         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2076         screen coordinates)
2077
2078 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2079
2080         * lyxtext.h: add x0_, y0_
2081         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2082         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2083
2084 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2085
2086         * text2.C (setCursorIntern): move the x_target update here *
2087         * text3.C: change some bv() to true/false in calls to
2088         cursorUp/Down/Right/Left
2089         * cursor.C: use helper function.
2090
2091 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2092
2093         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2094         * paragraph_funcs.[Ch]: correct comment
2095         * rowpainter.C: do not paint selections away from bv->cursor()
2096         Fix a long standing selection painting bug.
2097         * text3.C: generalize mouse-selection code to LyXTexts other that
2098         top one
2099         * textcursor.C: do not use y coords if we can use par offsets
2100
2101 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2102
2103         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2104         cursor position after e.g. inset insert)
2105
2106 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2107
2108         * lyxfind.C (replace): adjust to locking removal + some
2109         code simplification
2110
2111 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2112
2113         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2114         of the path
2115
2116 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2117
2118         * lyxlayout.[Ch]:
2119         * output_docbook.C: XML sanitation: new layout
2120         parameters InnerTag and CommandDepth
2121
2122 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2123
2124         * BufferView_pimpl.C:
2125         * factory.C:
2126         * text3.C: Fix the insertion and modification of button-style
2127         insets
2128
2129 2003-11-13  André Pönitz  <poenitz@gmx.net>
2130
2131         * InsetList.[Ch]: remove deleteLyXText
2132
2133         * paragraph.[Ch]: cache beginOfBody position
2134
2135         * Bidi.C:
2136         * text.C:
2137         * text2.C:
2138         * text3.C: remove superfluous update() calls
2139
2140         * vspace.C: cleanup
2141
2142 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2143
2144         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2145         * BufferView.C (fitLockedInsetCursor): remove
2146         * cursor.[Ch] (getDim): add
2147         * text.C (getRowNearY): add faster version
2148         * text3.C: remove some update calls
2149
2150 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2151
2152         * LaTeXFeatures.C:
2153         * LyXAction.C:
2154         * MenuBackend.C:
2155         * MenuBackend.h:
2156         * dispatchresult.h:
2157         * factory.C:
2158         * lfuns.h:
2159         * lyxfunc.C:
2160         * lyxtextclass.C:
2161         * lyxtextclass.h:
2162         * text3.C: The Character Style /XML short element patch.
2163
2164 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2165
2166         * text3.C:
2167         * factory.C: Small step to solving 'unable to insert some insets'
2168         problem
2169
2170 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2171
2172         * cursor.[Ch] (updatePos): new function for updating the y
2173         position of the tip inset
2174         * bufferview_funcs.C (put_selection_at):
2175         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2176
2177 2003-11-11  André Pönitz  <poenitz@gmx.net>
2178
2179         * text.C: remove big comment on invalid Paragraph pointers as it is
2180         not valid anymore
2181
2182 2003-11-11  André Pönitz  <poenitz@gmx.net>
2183
2184         * text_funcs.[Ch]: merge with ...
2185
2186         * text.C: ... this
2187
2188         * lyxtext.h:
2189         * text2.C:
2190         * text3.C: adjust
2191
2192         * Makefile.am: remove text_funcs.[Ch]
2193
2194 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2195
2196         * cursor.C (getPos): return absolute cached y coord
2197
2198         * BufferView_pimpl.C (fitCursor): new simplistic code
2199         (workAreaDispatch): add a fitCursor call
2200
2201 2003-11-10  André Pönitz  <poenitz@gmx.net>
2202
2203         * BufferView.[Ch]:
2204         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2205
2206 2003-11-10  André Pönitz  <poenitz@gmx.net>
2207
2208         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2209         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2210         indicate that the cursor needs to leave an inset
2211
2212         * lyxtext.h: remove inset locking
2213
2214         * cursor.[Ch]: re-implement functionality provided by inset locking
2215
2216         * BufferView.[Ch]:
2217         * BufferView_pimpl.[Ch]:
2218         * LyXAction.C:
2219         * bufferview_funcs.[Ch]:
2220         * factory.C:
2221         * funcrequest.[Ch]:
2222         * iterators.C:
2223         * lyx_cb.C:
2224         * lyxfind.C:
2225         * lyxfunc.C:
2226         * text.C:
2227         * text2.C:
2228         * text3.C:
2229         * undo.C: adjust
2230
2231 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2232
2233         * PosIterator.[Ch]: replace the stack with a vector, add inset
2234         accesor
2235         * iterators.[C]: adjust
2236
2237 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2238
2239         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2240         replaced
2241         * paragraph_funcs.C (readParToken): put the correct id in the
2242         error item, not the id of the top paragraph
2243
2244 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2245
2246         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2247         * bufferview_funcs.C (put_selection_at): use the above
2248
2249 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2250
2251         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2252
2253 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2254
2255         * output_linuxdoc.h:
2256         * output_plaintext.h:
2257         * output.h:
2258         * output_docbook.h: add #include statements
2259
2260 2003-11-05  José Matos  <jamatos@lyx.org>
2261
2262         * output_docbook.[Ch]:
2263         * output_latex.[Ch]:
2264         * output_linuxdoc.[Ch]:
2265         * output_plaintext.[Ch]: New files for output formats.
2266         * output.[Ch]: New file for helper functions.
2267
2268         * buffer.[Ch]:
2269         * paragraph_funcs.[Ch]: output functions moved to new files.
2270
2271         * outputparams.h: rename of latexrunparams.h
2272
2273         * LaTeX.[Ch]:
2274         * buffer.[Ch]:
2275         * bufferlist.[Ch]:
2276         * converter.[Ch]:
2277         * exporter.C:
2278         * paragraph.[Ch]:
2279         * paragraph_funcs.[Ch]:
2280         * paragraph_pimpl.[Ch]:
2281         * tabular.[Ch]: rename ascii to plaintext
2282         and LatexRunParams to OutputParams.
2283
2284 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2285
2286         * iterators.[Ch] (text): require bv argument
2287         * undo.C (recordUndo):
2288         * lyxfunc.C (dispatch):
2289         * bufferview_funcs.C (put_selection_at): adjust
2290
2291 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2292
2293         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2294
2295 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2296
2297         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2298         nestings
2299
2300 2003-11-04  André Pönitz  <poenitz@gmx.net>
2301
2302         * cursor.[Ch]: restructure
2303
2304         * BufferView.[Ch]:
2305         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2306
2307         * iterators.[Ch] (asCursor): remove
2308
2309         * lfuns.h: remove LFUN_INSET_EDIT
2310
2311         * lyxfunc.C:
2312         * tabular.C:
2313         * text.C:
2314         * text2.C:
2315         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2316
2317 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2318
2319         * lyxfind.[Ch]: complete overhaul
2320         * BufferView_pimpl.C:
2321         * lyxfunc.C: adjust
2322         * paragraph.[Ch] (insert): add
2323
2324 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2325
2326         * BufferView.[Ch]:
2327         * lyxtext.h:
2328         * text.C: remove dead spellcheck code
2329
2330 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2331
2332         * dispatchresult.h: add a val setter
2333
2334         * cursor.C (dispatch): use a tempvar for data_[i]
2335
2336 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2337
2338         * PosIterator.[Ch]: compile fix
2339
2340 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2341
2342         * text.C (cursorPar): deactivate the cursor cache
2343
2344 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2345
2346         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2347
2348 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2349
2350         * text3.C (dispatch): adjust for new DisptchResult semantics.
2351
2352         * lyxfunc.C (dispatch): handle update when return from
2353         Cursor::dispatch, adjust for new DispatchResult semantics.
2354
2355         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2356         DispatchResult(true) mean to not update. Add class functions for
2357         setting dispatched and update, as well as reading.
2358
2359         * cursor.C (dispatch): don't handle update here
2360
2361 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2364         * trans_mgr.C: adjust
2365
2366         * paragraph_funcs.C (readParToken): exception safety
2367
2368         * lyxvc.h: store the vcs pointer in a scoped_ptr
2369         * lyxvc.C: adjust
2370
2371         * lyxsocket.C (serverCallback): exception safety
2372
2373         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2374
2375         * ispell.C (clone): make it return a auto_ptr
2376
2377         * factory.C (createInset): exception safety
2378         (readInset): exception safety
2379
2380         * bufferlist.C (newBuffer): exception safety
2381
2382         * Thesaurus.C (Thesaurus): use initialization for aik_
2383
2384         * MenuBackend.C (expandToc): exception safety.
2385
2386 2003-11-03  André Pönitz  <poenitz@gmx.net>
2387
2388         * buffer.C:
2389         * buffer.h:
2390         * bufferview_funcs.C: remove getInsetFromId()
2391
2392         * lyxcursor.[Ch]:
2393         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2394
2395         * lyxfunc.C:
2396         * text2.C:
2397         * text3.C: adjust
2398
2399 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2400
2401         * PosIterator.C (distance, advance): new
2402         * bufferview_funcs.[Ch] (put_selection_at): new
2403         * iterators.[Ch] (lockPath): new
2404
2405 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2406
2407         * iterators.[Ch] (asPosIterator): added
2408         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2409         * PosIterator.[Ch]: added
2410
2411 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2412
2413         * text3.C:
2414         * lyxfunc.C:
2415         * cursor.C (dispatch):
2416         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2417
2418         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2419         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2420         contructor, add a class function dispatched. Remove operator>=
2421
2422 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2423
2424         * debug.C: only use the default constructor for debugstream
2425         (lyxerr) here.
2426
2427         * main.C (main): include debug.h and setup the lyxerr streambuf
2428         here.
2429
2430 2003-10-31  José Matos  <jamatos@lyx.org>
2431
2432         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2433
2434         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2435         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2436         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2437         * paragraph_pimpl.C (simpleTeXSpecialC):
2438         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2439         add LatexRunParams argument.
2440
2441         * exporter.C (Export): change call accordingly.
2442
2443         * latexrunparams.h: add new member to take care of the other backends.
2444 2003-10-30  José Matos  <jamatos@lyx.org>
2445
2446         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2447         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2448         factorise code for paragraph output.
2449         * buffer.[Ch]:
2450         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2451         move functions.
2452
2453 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2454
2455         * text3.C (dispatch):
2456         * lyxfunc.C (dispatch):
2457         * cursor.C (dispatch):
2458         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2459
2460         * dispatchresult.h: make the dispatch_result_t ctor explicit
2461
2462 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2463
2464         * sgml.[Ch]:
2465         * buffer.C: small refactoring of docbook stuff
2466
2467 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2468
2469         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2470         meaning.
2471
2472 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2473
2474         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2475         operator dispatch_result_t, and operators for == != and >=
2476
2477         * cursor.C (dispatch): adjust for operator dispatch_result_t
2478         removal. comment out call to update
2479
2480         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2481
2482 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2483
2484         * text3.C:
2485         * text2.C:
2486         * text.C:
2487         * lyxtext.h:
2488         * lyxfunc.C:
2489         * cursor.C:
2490         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2491         (dispatch):
2492
2493         * dispatchresult.h: new file, DispatchResult broken out of
2494         insets/insetbase.h
2495
2496         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2497
2498 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2499
2500         * text.C (rowBreakPoint): put a hack inside #if 0
2501
2502 2003-10-28  André Pönitz  <poenitz@gmx.net>
2503
2504         * lyxtext.h:
2505         * metricsinfo.C:
2506         * paragraph_funcs.C:
2507         * rowpainter.C:
2508         * text.C:
2509         * text2.C: general cleanup (lots of small stuff)
2510
2511 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2512
2513         * text2.C (cursorEnd): simple fix to the "end key goes to one
2514         before the end on last row" bug
2515
2516 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2517
2518         * text.C (backspace): fix the "zombie characters"
2519
2520 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2521
2522         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2523
2524 2003-10-27  André Pönitz  <poenitz@gmx.net>
2525
2526         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2527
2528         * factory.C: handle new InsetPagebreak, InsetLine
2529
2530         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2531         and move handling into new InsetPagebreak, InsetLine
2532
2533         * BufferView_pimpl.C:
2534         * LyXAction.C:
2535         * ParagraphParameters.C:
2536         * ParameterStruct.h:
2537         * lyxfunc.C:
2538         * lyxtext.h:
2539         * paragraph.C:
2540         * paragraph.h:
2541         * paragraph_funcs.C:
2542         * paragraph_pimpl.C:
2543         * rowpainter.C:
2544         * text.C:
2545         * text2.C:
2546         * text3.C: adjust
2547
2548 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2549
2550         * text.C:
2551         * lyxrow_funcs.[Ch]:
2552         * Bidi.C:
2553         * paragraph.C:
2554         * lyxtext.h:
2555         * rowpainter.C:
2556         * text2.C:
2557         * text3.C: remove lastPos uses in favour of Row::endpos
2558
2559 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2560
2561         * undo.C (performUndoOrRedo): fix two crashes by setting a
2562         cursor by hand and reordering some calls. Use bv->lockInset instead
2563         of inset->edit because the latter loses cursor information
2564
2565 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2566
2567         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2568         by Martin
2569         (rowBreakPoint): fix width. change point to point + 1.
2570         Add a missing check.
2571
2572 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2573
2574         * MenuBackend.C:
2575         * lyxfunc.C: fix (at least partly) the problems
2576         with the Nav menu and headers inside branch insets
2577         reported by Kayvan
2578
2579 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2580
2581         * paragraph.C (getChar): add strong asserts
2582
2583         * lyxrow_funcs.C (lastPos): remove hideous hack
2584
2585         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2586         (fill): adjust to that (avoid an infinite loop)
2587
2588 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2589
2590         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2591
2592 2003-10-23  André Pönitz  <poenitz@gmx.net>
2593
2594         * RowList_fwd.h: change list<> to vector<> to gain speed
2595         after suggestion from Alfredo
2596
2597 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2598
2599         * lyxtext.h: move the bidi stuff from here...
2600         * text.C: and here
2601         * text2.C: and here
2602         * Bidi.[Ch]: ... to here
2603
2604 2003-10-23  André Pönitz  <poenitz@gmx.net>
2605
2606         * lyxtext.h:
2607         * text.C (isLastRow, isFirstRow): new functions
2608
2609         * paragraph.h: new width cache member
2610
2611         * rowpainter.C: replace RowList::iterator with Row & where possible
2612
2613         * lyxfunc.C: replace several view()->text with a single call
2614
2615         * toc.C: fix 'unused' warning
2616
2617 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2618
2619         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2620         when woring with stream::pos_type
2621         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2622
2623 2003-10-22  André Pönitz  <poenitz@gmx.net>
2624
2625         * lyxtext.h:
2626         * text.C: use Row & instead of RowList::iterator
2627
2628         * lyxrow.h: rename end() to endpos()
2629
2630         * rowpainter.C:
2631         * text.C:
2632         * text2.C: adjust
2633
2634 2003-10-22  Angus Leeming  <leeming@lyx.org>
2635
2636         * buffer.[Ch] (fully_loaded): new member function, returning true
2637         only when the file has been loaded fully.
2638         Used to prevent the premature generation of previews and by the
2639         citation inset to prevent computation of the natbib-style label.
2640
2641         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2642         templates are all set up.
2643
2644         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2645
2646 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2647
2648         * text.C: fixed an "oops" in the "is a bit silly"
2649         bug fix
2650
2651 2003-10-21  André Pönitz  <poenitz@gmx.net>
2652
2653         * FuncStatus.[Ch]: small stuff, whitespace
2654
2655         * lyxfont.[Ch]: operator<<() for debug reasons
2656
2657         * lyxfunc.C:
2658         * lyxrow_funcs.C:
2659         * lyxtext.h: whitespace, spelling
2660
2661         * paragraph.C: naming of variables
2662
2663         * text.C:
2664         * text2.C: small stuff
2665
2666
2667 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2668
2669         * text.C: (1) finish off the inset display() work;
2670         (2) fix the "is a bit silly" bug (accessing char
2671         past end of par).
2672
2673 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2674
2675         * text.C: re-introduce display() for insets, fixing the
2676         various bugs (stretch of line above, math inset
2677         positioning, ...)
2678
2679 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2680
2681         * text.C (rightMargin): remove spurious semicolon
2682
2683         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2684         1415)
2685
2686 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2687
2688         * text3.C: fix one crash due to wrong cursor def
2689
2690 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2691
2692         * vc-backend.C (scanMaster): make the regex static
2693
2694         * LaTeX.C (scanAuxFile): make the regexs static
2695
2696         * text3.C (doInsertInset, dispatch, dispatch):
2697         * text2.C (cursorUp, cursorDown):
2698         * text.C (selectNextWordToSpellcheck):
2699         * BufferView_pimpl.C (dispatch):
2700         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2701
2702 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2703
2704         * lyxsocket.C: include <cerrno>
2705
2706 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2707
2708         * lyxfunc.C (dispatch): remove textcache stuff
2709
2710         * bufferlist.C (release): remove textcache stuff
2711         (closeAll): ditto
2712
2713         * TextCache.C: delete file
2714         * TextCache.h: delete file
2715
2716         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2717
2718         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2719         delete of the bv_->text.
2720         (resizeCurrentBuffer): remove texcache stuff
2721         (workAreaResize): ditto
2722
2723 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2724
2725         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2726         action.
2727
2728 2003-10-16  André Pönitz  <poenitz@gmx.net>
2729
2730         * lyxrow.[Ch]:
2731         * paragraph.h:
2732         * rowpainter.C:
2733         * text.C:
2734         * text2.C:
2735         * text3.C: speed up by storing y positions per paragraph plus per-row
2736         offset instead of having a 'full' y position in the row.
2737
2738 2003-10-15  André Pönitz  <poenitz@gmx.net>
2739
2740         * iterators.[Ch]:
2741         * iterators.[Ch]:
2742         * undo.[Ch]: make undo aware of inner insets
2743
2744 2003-10-14  Angus Leeming  <leeming@lyx.org>
2745
2746         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2747         static member functions LyX::ref() and LyX::cref.
2748         (lastfiles): new accessor functions for the new lastfiles_ member var.
2749         (addLyXView, views_): add a new LyXView to the list of views_.
2750         (updateInset): loop over all LyXViews to call their own updateInset
2751         member function, returning a pointer to the Buffer owning the inset.
2752
2753         * BufferView_pimpl.C (loadLyXFile):
2754         * MenuBackend.C (expandLastfiles):
2755         * bufferlist.C (MenuWrite, QuitLyX):
2756         lastfiles is no longer a global variable.
2757         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2758
2759         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2760         static function. Access through LyX::cref().emergencyCleanup().
2761
2762 2003-10-14  André Pönitz  <poenitz@gmx.net>
2763
2764         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2765
2766         * undo.[Ch]: restoring part of 'undo in insets'
2767
2768         * Makefile.am:
2769         * undo_funcs.[Ch]: merge with undo.[Ch]
2770
2771         * tabular.C: small cleansing stuff
2772
2773 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2774
2775         * paragraph_funcs.C (readParToken): report unknown insets as error
2776         boxes. Use the outer paragraph as location (also for unknown
2777         tokens).
2778
2779         * factory.C (readInset): do not abort on reading an unknown inset.
2780         Eat it and return 0.
2781
2782 2003-10-13  Angus Leeming  <leeming@lyx.org>
2783
2784         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2785
2786         * lyxrc.C: displayTranslator is now a function,
2787         declared in GraphicsTypes.h.
2788
2789 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2790
2791         * format.C: new placeholder $$a to pass the socket address.
2792
2793         * bufferlist.[Ch]: new function getBufferFromTmp.
2794
2795         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2796           files in the temporary dir.
2797
2798 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2799
2800         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2801
2802         * Makefile.am: add lyxsocket.[Ch].
2803
2804         * lyx_main.C (error_handler): handle SIGPIPE.
2805
2806 2003-10-13  André Pönitz  <poenitz@gmx.net>
2807
2808         * BufferView_pimpl.C:
2809         * lyxtext.h:
2810         * text.C:
2811         * text2.C:
2812         * text3.C:
2813         * undo_funcs.[Ch]: use paroffset_type instead of
2814           ParagraphList::iterators to prevent multiple conversion
2815           (and get a more robust interface)
2816
2817 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2818
2819         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2820         * lyxtext.h: ditto
2821         * text3.C (dispatch): ditto
2822
2823 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2824
2825         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2826         move the onlyfile, use onlyfile instead of foundfile in a couple
2827         of places.
2828
2829         * DepTable.C (update): flush the error stream a bit more
2830
2831 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2832
2833         * lyxserver.C (callback): adjust
2834
2835         * lyxfunc.C (getStatus): add a missing brace in commented code
2836         (ensureBufferClean): reindent
2837         (dispatch): delete version taking a string
2838
2839 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2840
2841         * LaTeX.C (deplog): move found file handlig from here...
2842         (handleFoundFile): .. to new function here.
2843         (deplog): make sure to discover several files mentioned on the
2844         same log line.
2845
2846 2003-10-10  André Pönitz  <poenitz@gmx.net>
2847
2848         * lyxfunc.C:
2849         * lyxtext.h:
2850         * tabular.C:
2851         * text.C:
2852         * text2.C:
2853         * text3.C: fix some of the tabular crashes
2854
2855 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2856
2857         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2858
2859         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2860
2861 2003-10-09  André Pönitz  <poenitz@gmx.net>
2862
2863         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2864
2865         * BufferView.C:
2866         * BufferView_pimpl.C:
2867         * bufferview_funcs.C:
2868         * lyx_cb.C:
2869         * lyxcursor.C:
2870         * lyxfind.C:
2871         * lyxfunc.C:
2872         * lyxtext.h:
2873         * text.C:
2874         * text2.C:
2875         * text3.C:
2876         * text_funcs.[Ch]:
2877         * textcursor.[Ch]:
2878         * undo_funcs.C: adjust
2879
2880 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2881
2882         * text2.C (incrementItemDepth): new function, use a backtracking
2883         algorithm to discover the correct item depth.
2884         (resetEnumCounterIfNeeded): new function, use a backtracking
2885         algorithm to discover if counter reset is needed.
2886         (setCounter): use them. Simplify a bit. Add different labels for
2887         different item depths for itemize.
2888
2889         * paragraph.C (Paragraph): remove initialization of enumdepth
2890         (operator=): ditto
2891
2892         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2893         enumerate and itemize. Change the type of itemdepth to signed char.
2894
2895 2003-10-08  André Pönitz  <poenitz@gmx.net>
2896
2897         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2898           thing assignable.
2899         * text.C:
2900         * text2.C: adjust
2901
2902         * tabular.[Ch]: fix crash after 'row-insert'
2903
2904 2003-10-08  Angus Leeming  <leeming@lyx.org>
2905
2906         Fix doxygen warnings.
2907
2908         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2909         Remove CutAndPaste:: prefix from header file declaration.
2910
2911         * LColor.h (fill): remove LColor:: prefix from declaration.
2912
2913         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2914         use lyx::depth_type rather than Paragraph::depth_type so that
2915         header file and .C file match.
2916
2917         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2918
2919         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2920         * aspell.C: \file aspell_local.C -> \file aspell.C
2921         * gettext.C: \file gettext.C -> \file src/gettext.C
2922         * gettext.h: \file gettext.h -> \file src/gettext.h
2923         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2924         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2925         * text.C: \file text.C -> \file src/text.C
2926
2927         * toc.C: move comment so that doxygen is not confused.
2928
2929 2003-10-07  Angus Leeming  <leeming@lyx.org>
2930
2931         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2932
2933 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2934
2935         * aspell.C:
2936         * aspell_local.h: add forgotten std::string's.
2937
2938 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2939
2940         * LaTeXFeatures.C:
2941         * LyXAction.C:
2942         * factory.C:
2943         * lfuns.h:
2944         * lyxfunc.C:
2945         * text3.C: The Box patch. Fancybox support, minipage, parbox
2946
2947 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2948
2949         * CutAndPaste.h:
2950         * DepTable.h:
2951         * FloatList.h:
2952         * LaTeXFeatures.h:
2953         * ParagraphParameters.h:
2954         * TextCache.h:
2955         * Thesaurus.h:
2956         * bufferlist.h:
2957         * exporter.h:
2958         * importer.h:
2959         * lastfiles.h:
2960         * lyxfind.h:
2961         * lyxfont.h:
2962         * lyxlex.h:
2963         * lyxtextclasslist.h:
2964         * messages.h:
2965         * paragraph.h:
2966         * paragraph_pimpl.C:
2967         * textcursor.h: add <string> and other small fixes to make Lars'
2968         std::string patch compile with STLport.
2969
2970 2003-10-06  Angus Leeming  <leeming@lyx.org>
2971
2972         * LColor.h: Add missing #include <string>.
2973
2974 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2975
2976         * All most all file in all subdirs: Make <string> be the prefered
2977         way of getting to std::string, add using declarations.
2978
2979 2003-10-06  André Pönitz  <poenitz@gmx.net>
2980
2981         * metricsinfo.C: initialize LyXFont before changing attribute.
2982         (fixes the 'math in \emph is upright' bug)
2983
2984 2003-10-06  André Pönitz  <poenitz@gmx.net>
2985
2986         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2987
2988 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2989
2990         * graph.C:
2991         * paragraph_pimpl.C: Small fixes to build using STLport
2992
2993 2003-10-02  André Pönitz  <poenitz@gmx.net>
2994
2995         * lyxfunc.C:
2996         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2997
2998 2003-10-01  André Pönitz  <poenitz@gmx.net>
2999
3000         * factory.C: assert early
3001
3002 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3003
3004         * lyx_main.C: remove the global debug object
3005
3006         * debug.h: adjust for new debugstream
3007
3008         * debug.C: adjust for new debugstream and keep the global debug
3009         object here.
3010
3011 2003-09-22  Angus Leeming  <leeming@lyx.org>
3012
3013         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3014         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3015         an incomplete class LyXFont.
3016
3017 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3018
3019         * factory.C: bug fix in branches
3020
3021 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3022
3023         * lyxfunc.C (processKeySym): adjust
3024         (dispatch): adjust
3025         (dispatch): change arg name from ev to func, adjust
3026         (sendDispatchMessage): ditto
3027
3028         * lyx_main.C (defaultKeyBindings): adjust keybindings
3029         (deadKeyBindings): ditto
3030
3031         * kbsequence.C (addkey): return a FuncRequest
3032
3033         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3034
3035         * kbmap.C (bind): take a FuncRequest as arg, adjust
3036         (read): adjust
3037         (lookup): adjust
3038         (defkey): change to take a FuncRequest as arg, adjust
3039         (findbinding): take a FuncRequest as arg, adjust.
3040
3041         * funcrequest.h (operator=): added
3042
3043         * funcrequest.C (FuncRequest): default kb_action changed from
3044         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3045
3046         * buffer.C (dispatch): simplify
3047         (dispatch): adjust to take a FuncRequest as arg, adjust
3048
3049         * boost.C (assertion_failed): change assertion message slightly
3050
3051         * ToolbarBackend.C (read): simplify
3052
3053         * MenuBackend.C (binding): adjust call to findbinding, add a
3054         message if no binding is found.
3055         (read): simplify
3056         (expandToc): correct by adding a empty FuncRequest
3057
3058         * LyXAction.C: include <boost/assert.hpp>
3059         (isPseudoAction): delete function
3060         (LookupFunc): change name to...
3061         (lookupFunc): this. change return type to FuncRequest.
3062         (getActionName): take kb_action as arg, simplify
3063         (funcHasFlag): add an assert, simplify.
3064
3065 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3066
3067         * toc.C (action): return a FuncRequest, simplify
3068
3069         * lyxfunc.C (processKeySym): adjust
3070         (getStatus): delete version that takes an int.
3071         (getStatus): adjust
3072         (dispatch): delete version that takes action as int
3073         (dispatch): adjust
3074         (sendDispatchMessage): simplify and adjust
3075
3076         * funcrequest.C (getArg): take unsigned int as arg
3077
3078         * ToolbarBackend.C (read): adjust
3079         (add): delete version that takes func as a string.
3080         (getIton): take a FuncRequest as arg
3081
3082         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3083         action.
3084
3085         * MenuBackend.C (MenuItem): add a new construct that only takes a
3086         Kind, simplify the constructor use for submenus.
3087         (add): adjust
3088         (expandLastfiles): adjust
3089         (expandDocuments): adjust
3090         (expandFormats): adjust
3091         (expandFloatListInsert): adjust
3092         (expandFloatInsert): adjust
3093         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3094
3095         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3096         Remove class variables lyx_pseudo_map and lyx_arg_map
3097
3098         * LyXAction.C (searchActionArg): delete function
3099         (getPseudoAction): delete function
3100         (retrieveActionArg): delete function
3101         (LookupFunc): make it return kb_action, simplify.
3102         (getActionName): simplify
3103
3104         * factory.C (createInset): fix new bug
3105
3106 2003-09-19  Angus Leeming  <leeming@lyx.org>
3107
3108         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3109         masterFilename_ parameter in the include inset.
3110
3111         * factory.C (createInset): changes due to the changes to InsetInclude.
3112
3113 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3114
3115         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3116
3117 2003-09-18  Angus Leeming  <leeming@lyx.org>
3118
3119         * buffer.C:
3120         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3121         Inset::fillWithBibKeys.
3122         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3123
3124 2003-09-18  Angus Leeming  <leeming@lyx.org>
3125
3126         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3127         variables.
3128         (ctor): pass and store a 'Buffer const &'
3129         (buffer): new member function.
3130
3131         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3132         '*this' to the LaTeXFeatures ctor.
3133
3134 2003-09-18  Angus Leeming  <leeming@lyx.org>
3135
3136         * LColor.h:
3137         * lyxfont.C:
3138         * lyxfont.h:
3139         * lyxtext.h:
3140         * text.C: rename EnumLColor as LColor_color.
3141
3142 2003-09-18  Angus Leeming  <leeming@lyx.org>
3143
3144         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3145         remove #include "insets/insetbase.h" from cursor.h.
3146
3147 2003-09-18  Angus Leeming  <leeming@lyx.org>
3148
3149         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3150         InsetOld_code to remove #include "inset.h".
3151
3152         * iterators.C: add #include "insets/inset.h"
3153
3154 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3155
3156         * BufferView.C: remove more locking stuff that apparently doesn't
3157         do anything sensible.
3158
3159 2003-09-16  André Pönitz  <poenitz@gmx.net>
3160
3161         * paragraph.[Ch]:
3162         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3163           performance boost.
3164
3165 2003-09-16  Angus Leeming  <leeming@lyx.org>
3166
3167         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3168
3169         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3170         arg/return type.
3171
3172         * paragraph.h: remove #include "lyxfont.h". Forward declare
3173         LyXFont_size.
3174
3175 2003-09-16  Angus Leeming  <leeming@lyx.org>
3176
3177         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3178         of support/textutils.h.
3179         (isWord): move the contents of support/textutils.h's IsWordChar here.
3180
3181         * buffer.C:
3182         * lyxfind.C:
3183         * rowpainter.C:
3184         * text.C:
3185         * text2.C: add #include "paragraph.h".
3186
3187         * rowpainter.C:
3188         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3189
3190 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * main.C:
3193         * lyx_main.C:
3194         * lyx_cb.C:
3195         * buffer.C:
3196         * LaTeX.C: use namespace alias for lyx::support::os
3197
3198 2003-09-16  Angus Leeming  <leeming@lyx.org>
3199
3200         * bufferparams.C:
3201         * bufferview_funcs.C:
3202         * factory.C:
3203         * lyxfunc.C:
3204         * paragraph_pimpl.C:
3205         * rowpainter.C:
3206         * text.C: add #include "LColor.h".
3207
3208 2003-09-16  Angus Leeming  <leeming@lyx.org>
3209
3210         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3211         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3212         return LyXFont &.
3213         Store the FontBits::color variable as an int rather than as an
3214         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3215         file.
3216
3217         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3218         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3219         string calls together.
3220
3221         * lyxrc.C: add #include "LColor.h".
3222
3223 2003-09-15  Angus Leeming  <leeming@lyx.org>
3224
3225         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3226         a cow_ptr.
3227
3228 2003-09-15  Angus Leeming  <leeming@lyx.org>
3229
3230         * LColor.h: add an EnumLColor wrapper for LColor::color.
3231
3232         * lyxfont.[Ch] (color, setColor, realColor):
3233         * lyxtext.h, text.C (backgroundColor):
3234         pass EnumLColor args to/from the functions, rather than LColor::color
3235         ones.
3236
3237         * lyxfont.h:
3238         * lyxtext.h: forward declare EnumLColor.
3239
3240         * lyx_main.C: add #include "LColor.h".
3241
3242 2003-09-15  Angus Leeming  <leeming@lyx.org>
3243
3244         * .cvsignore: add lyx-gtk.
3245
3246 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3247
3248         * Chktex.C
3249         * LaTeX.C
3250         * LaTeXFeatures.C
3251         * ParagraphParameters.C
3252         * Spacing.C
3253         * buffer.C
3254         * bufferparams.C
3255         * bufferview_funcs.C
3256         * chset.C
3257         * counters.C
3258         * funcrequest.C
3259         * lyxfont.C
3260         * lyxgluelength.C
3261         * lyxlength.C
3262         * paragraph.C
3263         * paragraph_funcs.C
3264         * text3.C
3265         * vc-backend.C: remove usage of STRCONV
3266
3267 2003-09-15  Angus Leeming  <leeming@lyx.org>
3268
3269         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3270         explicitly define the color passed to the painter.
3271
3272 2003-09-15  Angus Leeming  <leeming@lyx.org>
3273
3274         * bufferparams.C (BufferParams): reorder member initializers to avoid
3275         compiler warning.
3276
3277 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3278
3279         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3280         * text.C (updateRowPositions): remove an unusual nop
3281
3282 2003-09-12  André Pönitz  <poenitz@gmx.net>
3283
3284         * BufferView_pimpl.C:
3285         * Bullet.C:
3286         * layout.h:
3287         * lyxfunc.C:
3288         * lyxlayout.[Ch]:
3289         * lyxtextclass.C:
3290         * rowpainter.C:
3291         * text.C:
3292         * text2.C:
3293         * Counters.[Ch]: finish the 'automatic counters' job
3294
3295 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3296
3297         * aspell.C: include <boost/assert.cpp> (compile fix)
3298
3299 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3300
3301         * boost.C (assertion_failed): use lyx::support::abort instead of
3302         assert.
3303
3304 2003-09-10  Angus Leeming  <leeming@lyx.org>
3305
3306         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3307         with their _fwd progeny.
3308
3309 2003-09-09  Angus Leeming  <leeming@lyx.org>
3310
3311         134 files throughtout the source tree: replace 'using namespace abc;'
3312         directives with the appropriate 'using abc::xyz;' declarations.
3313
3314 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3315
3316         * boost.C (emergencyCleanup): moved here from LAssert.c
3317         (assertion_failed): new function, called by BOOST_ASSERT
3318
3319         * several files: change Assert to BOOST_ASSERT
3320
3321 2003-09-09  Angus Leeming  <leeming@lyx.org>
3322
3323         * buffer.[Ch]: Add an Impl class and move Buffer's member
3324         variables into it. As a result move several header files out of
3325         buffer.h.
3326
3327         Add header files to lots of .C files all over the tree as a result.
3328
3329 2003-09-09  Angus Leeming  <leeming@lyx.org>
3330
3331         * buffer.[Ch]: make Buffer's member variables private. Add
3332         accessor functions.
3333
3334         Lots of changes all over the tree as a result.
3335
3336 2003-09-08  Angus Leeming  <leeming@lyx.org>
3337
3338         * graph.C: #include <config.h>.
3339
3340 2003-09-08  Angus Leeming  <leeming@lyx.org>
3341
3342         * BranchList.C:
3343         * BufferView.C:
3344         * BufferView_pimpl.C:
3345         * CutAndPaste.C:
3346         * DepTable.C:
3347         * LaTeX.C:
3348         * LaTeXFeatures.C:
3349         * LyXAction.C:
3350         * MenuBackend.C:
3351         * TextCache.C:
3352         * aspell.C:
3353         * buffer.C:
3354         * bufferlist.C:
3355         * changes.C:
3356         * chset.C:
3357         * converter.C:
3358         * counters.C:
3359         * debug.C:
3360         * graph.C:
3361         * ispell.C:
3362         * lyx_cb.C:
3363         * lyxfind.C:
3364         * lyxfunc.C:
3365         * lyxlex_pimpl.C:
3366         * lyxrc.C:
3367         * lyxrow.C:
3368         * paragraph.C:
3369         * rowpainter.C:
3370         * texrow.C:
3371         * text.C:
3372         * text2.C:
3373         * toc.C: remove redundant using directives.
3374
3375 2003-09-07  Angus Leeming  <leeming@lyx.org>
3376
3377         * LaTeXFeatures.h: remove #include "support/types.h".
3378         * ToolbarBackend.h: remove #include <algorithm>.
3379         * changes.h: remove #include <ctime>.
3380         * debug.h: remove #include <iosfwd>.
3381         * graph.h: remove #include "support/std_string.h".
3382         * lyx_main.h: remove #include <csignal>.
3383         * lyxlex_pimpl.h: remove #include <fstream>.
3384         * sgml.h: remove #include <algorithm>, <utility>.
3385         * toc.h: remove #include "support/std_ostream.h".
3386         Add #include <iosfwd>.
3387
3388 2003-09-07  Angus Leeming  <leeming@lyx.org>
3389
3390         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3391
3392         * converter.h: forward declare LatexRunParams.
3393         * encoding.h: remove #include "lyxrc.h".
3394         * lyxtext.h: remove #include "LColor.h".
3395         * lyxtextclass.h: remove #include "support/types.h".
3396         * trans.h: remove #include "tex-accent.h".
3397         * trans_mgr.h: remove #include "tex-accent.h".
3398         * insets/inset.h: remove #include "support/types.h", <vector>.
3399         * insets/insetcollapsable.h: remove #include "LColor.h".
3400         * insets/insetinclude.h: remove #include "dimension.h".
3401         * insets/insetlatexaccent.h: remove #include "dimension.h".
3402         * insets/insetoptarg.h:: remove #include "insettext.h".
3403         * insets/insettext.h: remove #include "dimension.h",
3404         <boost/shared_ptr.hpp>
3405
3406         * insets/renderers.h: add #include "dimension.h".
3407         * insets/updatableinset.h: add #include "support/types.h".
3408
3409         * many .C files: Associated changes.
3410
3411 2003-09-06  Angus Leeming  <leeming@lyx.org>
3412
3413         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3414         one, inside testInvariant.
3415
3416         * PrinterParams.C: new file.
3417         * PrinterParams.[Ch]: move the function bodies out of line.
3418
3419 2003-09-06  Angus Leeming  <leeming@lyx.org>
3420
3421         * ParagraphParameters.h: forward declare ParameterStruct rather than
3422         including its header file.
3423         (depth): moved out-of-line.
3424
3425 2003-09-06  Angus Leeming  <leeming@lyx.org>
3426
3427         * BufferView_pimpl.h:
3428         * kbmap.h:
3429         * kbsequence.h:
3430         * lyxfunc.h: forward declare LyXKeySym rather than
3431         #include "frontends/LyXKeySym.h".
3432
3433         * BufferView_pimpl.C:
3434         * kbmap.C:
3435         * kbsequence.C:
3436         * lyxfunc.C: associated changes.
3437
3438 2003-09-06  Angus Leeming  <leeming@lyx.org>
3439
3440         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3441         As a result, can remove the #include "insets/inset.h" from BufferView.h
3442
3443 2003-09-06  Angus Leeming  <leeming@lyx.org>
3444
3445         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3446         As a result, can remove the #include "insets/inset.h" from BufferView.h
3447
3448 2003-09-06  Angus Leeming  <leeming@lyx.org>
3449
3450         * buffer_funcs.C:
3451         * buffer.h:
3452         * bufferlist.C:
3453         * BufferView.C:
3454         * bufferview_funcs.C:
3455         * BufferView_pimpl.C:
3456         * CutAndPaste.C:
3457         * lyx_cb.C:
3458         * lyxfunc.C:
3459         * paragraph.h:
3460         * ParagraphParameters.C:
3461         * tabular.C:
3462         * text3.C:
3463         * toc.C:
3464         * undo_funcs.C:
3465         * frontends/controllers/ControlDocument.C:
3466         * insets/insetcaption.C: rearrange the #includes into some sort of
3467         coherent order.
3468
3469         * buffer.h: remove #includes ErrorList.h, undo.h
3470
3471 2003-09-06  Angus Leeming  <leeming@lyx.org>
3472
3473         * support/types.h: add a 'depth_type' typedef, used to store the
3474         nesting depth of a paragraph.
3475
3476         * paragraph.h:
3477         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3478         defining explicitly.
3479
3480         * buffer.h:
3481         * paragraph_funcs.h:
3482         * ParagraphParameters.h:
3483         * sgml.h: use lyx::depth_type rather than Paragraph or
3484         ParameterStruct's depth_type.
3485
3486         * buffer.h
3487         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3488
3489         * BufferView.C:
3490         * BufferView_pimpl.C:
3491         * CutAndPaste.C:
3492         * ParagraphParameters.C:
3493         * buffer_funcs.C:
3494         * bufferlist.C:
3495         * bufferview_funcs.C:
3496         * lyx_cb.C:
3497         * lyxfunc.C:
3498         * tabular.C:
3499         * text3.C:
3500         * toc.C:
3501         * undo_funcs.C:
3502         * frontends/LyXView.C:
3503         * frontends/controllers/ControlDocument.C:
3504         * frontends/controllers/ControlErrorList.C:
3505         * insets/insetbibitem.C:
3506         * insets/insetbranch.C:
3507         * insets/insetcaption.C:
3508         * insets/insetcollapsable.C:
3509         * insets/insetenv.C:
3510         * insets/insetert.C:
3511         * insets/insetfloat.C:
3512         * insets/insetfoot.C:
3513         * insets/insetfootlike.C:
3514         * insets/insetnewline.C:
3515         * insets/insetquotes.C:
3516         * insets/insettabular.C:
3517         * insets/insettext.C:
3518         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3519
3520         * frontends/controllers/ControlChanges.C: #include "changes.h".
3521
3522 2003-09-06  Angus Leeming  <leeming@lyx.org>
3523
3524         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3525         than #including paragraph.h.
3526
3527         * ParagraphList.h:
3528         * RowList.h: deleted. Superfluous.
3529
3530         * CutAndPaste.h:
3531         * iterators.h:
3532         * lyxcursor.h:
3533         * lyxtext.h:
3534         * text_funcs.h:
3535         * undo.h:
3536         * undo_funcs.h:
3537         * insets/inset.h:
3538         * insets/insettext.h: use ParagraphList_fwd.h rather than
3539         ParagraphList.h.
3540
3541         * paragraph.h: don't forward declare ParagraphList.
3542
3543         * buffer.h:
3544         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3545         rather than ParagraphList.h. paragraph.h is still needed for the
3546         Paragraph::depth_type parameters.
3547
3548         * textcursor.h: enable it to compile stand-alone in light of the
3549         above changes.
3550
3551         * bufferview_funcs.C:
3552         * iterators.C:
3553         * lyxfunc.C:
3554         * lyxrow_funcs.C:
3555         * paragraph.C:
3556         * rowpainter.C:
3557         * text.C:
3558         * text2.C:
3559         * text3.C:
3560         * text_funcs.C:
3561         * textcursor.C:
3562         * undo.C:
3563         * frontends/controllers/ControlParagraph.C:
3564         * frontends/controllers/ControlTabular.C:
3565         * insets/insetmarginal.C:
3566         * insets/insetminipage.C:
3567         * insets/insetnote.C:
3568         * insets/insetoptarg.C: add header files needed to compile again.
3569
3570 2003-09-06  Angus Leeming  <leeming@lyx.org>
3571
3572         * RowList_fwd.h: new file, forward-declaring Row rather than
3573         #including lyxrow.h.
3574
3575         * lyxrow_funcs.h:
3576         * lyxtext.h:
3577         * paragraph.h:
3578         * insets/insettext.h: use it instead of RowList.h
3579
3580         * bufferview_funcs.C:
3581         * lyxfunc.C:
3582         * lyxrow_funcs.C:
3583         * paragraph.C:
3584         * rowpainter.C:
3585         * text.C:
3586         * text2.C:
3587         * text3.C: #include "RowList.h".
3588
3589 2003-09-05  Angus Leeming  <leeming@lyx.org>
3590
3591         * factory.C (createInset):
3592         * vspace.C (c-tor): replace sscanf call with an istringstream.
3593         * ispell.C: re-add missing HP/UX headers.
3594         * lyxserver.C: re-add missing  os2 headers.
3595
3596 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3597
3598         * BranchList.C:
3599         * graph.C:
3600         * ispell.C:
3601         * lastfiles.C:
3602         * lyx_cb.C:
3603         * lyxserver.C:
3604         * texrow.C:
3605         * text3.C: re-add missing system headers, needed for 2.95.2.
3606
3607 2003-09-05  Angus Leeming  <leeming@lyx.org>
3608
3609         Changes most place everywhere due to the removal of using directives
3610         from support/std_sstream.h.
3611
3612 2003-09-05  Angus Leeming  <leeming@lyx.org>
3613
3614         Replace LString.h with support/std_string.h,
3615         Lsstream.h with support/std_sstream.h,
3616         support/LIstream.h with support/std_istream.h,
3617         support/LOstream.h with support/std_ostream.h.
3618
3619         Changes resulting throughout the tree.
3620
3621 2003-09-05  Angus Leeming  <leeming@lyx.org>
3622
3623         * sgml.h: ensure that the header file can be compiled stand-alone.
3624         * *.C: strip out redundant #includes. (320 in total.)
3625
3626 2003-09-04  Angus Leeming  <leeming@lyx.org>
3627
3628         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3629         here (from getPackages).
3630
3631         * debug.[Ch]: add a new EXTERNAL tag.
3632
3633 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3634
3635         * text2.C (cursorEnd): simplify
3636         (setCursor): adjust
3637         (getColumnNearX): adjust
3638
3639         * text.C (computeBidiTables): adjust
3640         (fill): adjust
3641
3642         * rowpainter.C (paintChars): adjust
3643         (paintSelection): adjust
3644         (paintChangeBar): adjust
3645         (paintText): adjust
3646
3647         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3648         lastPos instead.
3649         (numberOfSeparators): adjust
3650
3651 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3652
3653         * LyXAction.C:
3654         * box.[Ch]:
3655         * lfuns.h:
3656         * lyxfunc.C:
3657         * text3.C: Restricts the mouse click functionality
3658         of insets like bibtex, include, toc and floatlist to the visible
3659         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3660         up the dialogs. Cursor has to be in front of the inset (i.e.
3661         start of row) for this to function.
3662
3663 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3664
3665         * bufferview_funcs.C (currentState): output row information
3666
3667 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3668
3669         * bufferview_funcs.C (currentState): output paragraph position
3670
3671 2003-09-04  Angus Leeming  <leeming@lyx.org>
3672
3673         * FloatList.h: move out #include "Floating.h".
3674         * LaTeX.h: move out #include "DepTable.h".
3675         * LyXAction.h: move out #include "funcrequest.h".
3676         * buffer.h: move out #include "author.h", "iterators.h".
3677         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3678         * lyx_main.h: move out #include "errorlist.h".
3679         * lyxfunc.h: move out #include "FuncStatus.h".
3680         * lyxtext: move out #include "lyxcursor.h".
3681         * paragraph_pimpl.h: move out #include "counters.h".
3682
3683 2003-09-03  Angus Leeming  <leeming@lyx.org>
3684
3685         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3686         preamble_snippets list, enabling us to add snippets to the preamble
3687         only if the snippet was not there already.
3688
3689 2003-09-04  Angus Leeming  <leeming@lyx.org>
3690
3691         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3692
3693 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3694
3695         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3696         update
3697
3698 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3699
3700         * BranchList.C: point fix, earlier forgotten
3701
3702 2003-09-02  Angus Leeming  <leeming@lyx.org>
3703
3704         * box.C (contains): renamed from 'contained' after a fantastic
3705         amount of hot air.
3706
3707 2003-09-02  John Levon  <levon@movementarian.org>
3708
3709         * BufferView.C:
3710         * lyxcursor.h:
3711         * lyxcursor.C:
3712         * lyxfunc.C:
3713         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3714
3715 2003-09-02  John Levon  <levon@movementarian.org>
3716
3717         * text2.C: simplification of cursorEnd(), including partial
3718         fix for bug 1376
3719
3720 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3721
3722         * buffer.C (readFile): add a space
3723
3724 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3725
3726         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3727
3728 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3729
3730         * buffer.C (readFile): new function, take a filename and a
3731         ParagraphList::iterator
3732         (readFile): adjust
3733         (readFile): adjust, make it private. don't use setStream, make
3734         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3735         always contain the filename.
3736
3737         * BufferView.C (insertLyXFile): simplify and make it work for
3738         gzipped files.
3739
3740 2003-08-30  John Levon  <levon@movementarian.org>
3741
3742         * Makefile.am: fix dist (from Kayvan)
3743
3744 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3745
3746         * most files: change to use const Buffer refs
3747
3748 2003-08-27  André Pönitz  <poenitz@gmx.net>
3749
3750         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3751         on top of ownerPar().
3752
3753 2003-08-27  John Levon  <levon@movementarian.org>
3754
3755         * funcrequest.C: properly initialise POD members
3756
3757 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3758
3759         * lyxtext.h (top_y): move top_y from here
3760         * text.C:
3761         * text2.C:
3762         * text3.C:
3763         * BufferView.[Ch]:
3764         * BufferView_pimpl.[Ch]: to here
3765         * frontends/screen.C:
3766         * insets/insettabular.C:
3767         * insets/insettext.C: adjust
3768         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3769
3770 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3771
3772         * BufferView.[Ch]:
3773         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3774
3775 2003-08-26  André Pönitz  <poenitz@gmx.net>
3776
3777         * paragraph_func.[Ch] (outerPar): new function
3778
3779         * paragraph.C:
3780         * paragraph_funcs.C:
3781         * paragraph_funcs.h:
3782         * paragraph_pimpl.C:
3783         * text2.C: remove Inset::par_owner
3784
3785 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3786
3787         * lyxrow_funcs.C:
3788         * lyxtext.h:
3789         * text.C:
3790         * text2.C: eliminates the needFullRow/display() stuff
3791         altogether, putting the logic in metrics/draw in the insets.
3792
3793 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3794
3795         * text2.C (redoParagraphInternal, redoParagraphs):
3796         * text.C (redoParagraph): add a call to updateRowPositions at the
3797         end of each 'metrics-like' call. Remove all others.
3798         (getRow): remove the 'y-computing' version.
3799         (getRowNearY): do not compute nor return the real y. Solve the
3800         'y < 0' problem and simplify.
3801
3802 2003-08-22  Angus Leeming  <leeming@lyx.org>
3803
3804         * *.[Ch]: clean-up of licence and author blurbs.
3805         Also move config.h out of a few .h files and into a few .C files.
3806
3807 2003-08-22  André Pönitz  <poenitz@gmx.net>
3808
3809         * lyxrow.[Ch]: add x_ and *fill_ members
3810
3811         * lyxtext.h:
3812         * text.C:
3813         * rowpainter.C:
3814         * text2.C: adjust/remove prepareToPrint() calls
3815
3816 2003-08-22  André Pönitz  <poenitz@gmx.net>
3817
3818         * lyxrow.[Ch]: add  end_ member
3819
3820         * lyxrow_funcs.C: use LyXRow::end_
3821
3822         * lyxtext.h (singleWidth): add LyXFont parameter
3823
3824         * rowpainter.C:
3825         * text2.C: adjust LyXText::singleWidth() calls
3826
3827         * text.C (redoParagraph): simplify row breaking logic
3828
3829
3830 2003-08-19  André Pönitz  <poenitz@gmx.net>
3831
3832         * funcrequest.C: initialize button_ member
3833
3834         * text3.C:
3835         * rowpainter.[Ch]: interface consolidation
3836
3837 2003-08-18  André Pönitz  <poenitz@gmx.net>
3838
3839         * BufferView.C:
3840         * BufferView_pimpl.C:
3841         * lyxfind.C:
3842         * paragraph_funcs.C:
3843         * rowpainter.C:
3844         * text3.C: remove LyXScreen::draw() and fitCursor calls
3845
3846         * BranchList.h: remove spurious semicolons
3847
3848         * MenuBackend.C: fix branchlist related crash
3849
3850 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3851
3852         * BranchList.[Ch]:
3853         * InsetList.[Ch]:
3854         * LColor.[Ch]:
3855         * LyXAction.C:
3856         * Makefile.am:
3857         * MenuBackend.[Ch]:
3858         * bufferparams.[Ch]:
3859         * factory.C:
3860         * lfuns.h:
3861         * lyxfunc.C:
3862         * text3.C: implements the 'branch inset'
3863         idea. This allows the output of various versions of a document
3864         from a single source version, selectively outputing or suppressing
3865         output of parts of the text.
3866         This implementation contains a 'branch list editor' in a separate
3867         tab of the document settings dialog. Branches are user definable
3868         and have a "display colour" to distinguish them on-screen.
3869
3870         ColorHandler was somewhat cleaned up.
3871         (1) make possible a dynamically growing LColor list by allowing
3872         the graphic context cache to grow along (vector);
3873         (2) eliminate an IMHO unnecessary step in colour allocation.
3874
3875 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3876
3877         * BufferView_pimpl.C: compile fix
3878
3879 2003-08-15  André Pönitz  <poenitz@gmx.net>
3880
3881         * rowpainter.C: remove extra metrics calls
3882
3883         * lyxtext.h: merge the two constructors into a single one,
3884           pass reference to owner's par list
3885
3886         * BufferView_pimpl.C:
3887         * text.C:
3888         * text2.C: adjust
3889
3890 2003-08-15  André Pönitz  <poenitz@gmx.net>
3891
3892         * lyxrow_funcs.[Ch]:
3893         * lyxtext.h:
3894         * paragraph.h:
3895         * paragraph_funcs.C:
3896         * rowpainter.C:
3897         * text.C:
3898         * text2.C:
3899         * text3.C:
3900         * text_funcs.C: split LyXText::rowlist_ into individual
3901         Paragraph::rows_ chunks
3902
3903         * BufferView.[Ch]:
3904         * BufferView_pimpl.[Ch]:
3905         * lyxfind.C:
3906         * lyxtext.h:
3907         * text3.C: remove toggleSelection()
3908
3909 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3910
3911         * bufferlist.C: beautify two alerts (shorter text of buttons)
3912         * buffer.C: Remove redundant ' ' from message
3913         * tabular.h:
3914         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3915         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3916         rename VALIGN_CENTER to VALIGN_MIDDLE
3917
3918 2003-08-11  André Pönitz  <poenitz@gmx.net>
3919
3920         * lyxtext.h (getPar):
3921         * text.C: new function
3922
3923 2003-08-11  André Pönitz  <poenitz@gmx.net>
3924
3925         * Makefile.am:
3926         * tracer.[Ch]: remove unneeded files
3927
3928         * InsetList.[Ch]: remove resizeInsetsLyXText()
3929
3930         * lyxtext.h:
3931         * text.C:
3932         * text2.C:
3933         * text3.C: merge insertParagraphs() and appendParagraph()
3934         remove breakAgain(), update()
3935
3936         * BufferView_pimpl.[Ch]:
3937         * bufferview_funcs.[Ch]:
3938         * lyxfunc.C:
3939         * paragraph.[Ch]:
3940         * rowpainter.C:
3941         * tabular.C: adjust after text & InsetList changes.
3942
3943 2003-08-08  André Pönitz  <poenitz@gmx.net>
3944
3945         * text.C (insertChar, backspace): replace rowlist fiddling
3946         with rebreak of full par
3947
3948         * lyxtext.h:
3949         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3950         checkParagraph, updateInset): removed
3951
3952 2003-08-07  André Pönitz  <poenitz@gmx.net>
3953
3954         * paragraph.C:
3955         * text3.C: merge some LFUN handlers, remove dead code
3956
3957 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3958
3959         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3960
3961 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3962
3963         * text2.C (DEPM): fix part of bug 1255 and 1256
3964
3965 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3966
3967         * BufferView_pimpl.C (workAreaDispatch): change to use
3968         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3969         that are no mouse related.
3970
3971 2003-08-05  André Pönitz  <poenitz@gmx.net>
3972
3973         * BufferView.[Ch]:
3974         * BufferView_pimpl.[Ch]:
3975         * bufferview_funcs.C:
3976         * text2.C:
3977         * text3.C: rip out "deep update"
3978
3979         * textcursor.[Ch] (last_sel_cursor): remove unused member
3980
3981 2003-08-04  André Pönitz  <poenitz@gmx.net>
3982
3983         * BufferView.[Ch]:
3984         * BufferView_pimpl.[Ch]:
3985         * ParagraphParameters.C:
3986         * bufferview_funcs.C:
3987         * lyx_cb.C:
3988         * lyxfind.C:
3989         * lyxfunc.C:
3990         * text.C:
3991         * text2.C:
3992         * text3.C: replace "complicated" BufferView::update(...) calls with
3993         simpler ones.
3994
3995         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3996
3997 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3998
3999         * Makefile.am (lyx_SOURCES): add paper.h
4000
4001 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4002
4003         * Makefile.am: move things around so that both lyx-qt and
4004         lyx-xforms can be built (according to --with-frontend). Then lyx
4005         is a symbolic link to lyx-[firstfrontend]
4006
4007 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4008
4009         * Always use std::endl with lyxerr
4010
4011 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4012
4013         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4014
4015 2003-08-01  André Pönitz  <poenitz@gmx.net>
4016
4017         * BufferView.[Ch]:
4018         * BufferView_pimpl.[Ch]:
4019         * lyxfunc.C:
4020         * text3.C: merge BufferView::repaint() and BufferView::update()
4021
4022 2003-08-01  José Matos  <jamatos@lyx.org>
4023
4024         * buffer.[Ch]: file_format is no longer a buffer data element.
4025
4026 2003-08-01  André Pönitz  <poenitz@gmx.net>
4027
4028         * BufferView.C:
4029         * lyxtext.h:
4030         * text.C:
4031         * text2.C: make redoParagraph more independent of current cursor
4032
4033         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4034         * text.C:
4035         * text2.C: remove unneeded members
4036
4037 2003-07-30  André Pönitz  <poenitz@gmx.net>
4038
4039         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4040
4041         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4042           create a single function...
4043
4044         * paragraph_funcs.C (moveItem): ... here.
4045
4046         * text.C:
4047           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4048
4049 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4050
4051         * LColor.[Ch]: Add comment and greyedout logical colors.
4052
4053 2003-07-30  André Pönitz  <poenitz@gmx.net>
4054
4055         * tabular.C: don't use Assert too heavily. This crashes where it
4056           shouldn't
4057
4058 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4059
4060         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4061         is disabled (bug 1232)
4062
4063 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4064
4065         * factory.C: limited 'arg' scope
4066
4067 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4068
4069         * factory.C: fixed Note submenu issues
4070
4071 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4072
4073         * factory.C: submenu for Note/Comment/Greyedout
4074
4075 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4076
4077         * lyx_main.C (LyX):
4078         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4079
4080 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4081
4082         * LaTeXFeatures.C:
4083         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4084         greyedout. Patch provided by Jürgen Spitzmüller.
4085
4086 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4087
4088         * kbmap.C (read): fix error message when reading bind files
4089
4090 2003-07-29  Angus Leeming  <leeming@lyx.org>
4091
4092         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4093         certainly does not do what it purports to do. I am doing it, and
4094         us, a favour by killing it.
4095
4096 2003-07-28  José Matos  <jamatos@lyx.org>
4097
4098         * buffer.C (readBody, do_writeFile):
4099         * paragraph.C(readParagraph): \end_document replaces \the_end.
4100
4101 2003-07-29  André Pönitz  <poenitz@gmx.net>
4102
4103         * BufferView.[Ch]:
4104         * BufferView_pimpl.[Ch]:
4105         * lyxfunc.C:
4106         * text2.C:
4107         * text3.C:
4108         * textcursor.[Ch]: remove toggleToggle & Co
4109
4110 2003-07-28  José Matos  <jamatos@fep.up.pt>
4111
4112         * buffer.C (readParagraph):
4113         * params_func (readParToken, readParagraph):
4114         * paragraph.C (write): \layout -> \begin_layout.
4115
4116 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4117
4118         * lyxlex_pimpl.C (setFile): clean up slightly.
4119
4120         * bufferparams.h: add compressed var
4121
4122         * buffer_funcs.C (readFile): adjust for LyXLex change
4123         (newFile): ditto + simplify
4124
4125         * buffer.C (writeFile): handle writing of compressed files
4126
4127         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4128         Check if the file is compressed and set a bufferparm if so.
4129
4130         * Makefile.am (lyx_LDADD): remove explicit -lz
4131
4132 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4133
4134         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4135         makeDocBookFile): put the real LyX version in the first line of
4136         the file
4137
4138         * version.h:
4139         * version.C.in: remove lyx_docversion
4140
4141         * tabular.C (write_attribute): add a template-based version to
4142         write enums properly
4143
4144 2003-07-28  André Pönitz  <poenitz@gmx.net>
4145
4146         * lyxtext.h:
4147         * text.C:
4148         * text2.C:
4149         * text3.C: use doubles again for x-coordinates. They are needed.
4150
4151 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4152
4153         * messages.C (getLocaleDir): use lyx_localedir()
4154
4155         * lyxlex_pimpl.C (setFile): compress stuff
4156
4157         * buffer.C (writeFile): add some compression stuff
4158         (do_writeFile): new func, dont call expliti close... will this
4159         breake anything?
4160
4161         * Makefile.am (lyx_LDADD): add -lz
4162
4163 2003-07-28  José Matos  <jamatos@fep.up.pt>
4164
4165         * buffer.C: increment file format.
4166         * paragraph_funcs (readParagraph, readParToken):
4167         * paragraph.C (readParagraph): add \end_layout.
4168
4169 2003-07-27  Angus Leeming  <leeming@lyx.org>
4170
4171         * Makefile.am: remove special casing for configure-time setting of
4172         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4173
4174         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4175         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4176
4177 2003-07-26  André Pönitz  <poenitz@gmx.net>
4178
4179         * paragraph_func.[Ch]:
4180         * paragraph.C (realizeFont): inline it whereever it is used
4181
4182         * rowpainter.C:
4183         * text.C:
4184         * text2.C:
4185         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4186
4187
4188 2003-07-26  André Pönitz  <poenitz@gmx.net>
4189
4190         *       lyxtext.h:
4191         * text.C:
4192         * text2.C: get rid of LyXText::need_break_row
4193
4194 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4195
4196         * toc.[Ch]: put namespace toc inside namespace lyx
4197
4198         * MenuBackend.C (expandToc2): adjust for lyx::toc
4199         (expandToc): ditto
4200
4201         * lyxfunc.C (dispatch): adjust for lyx::find
4202
4203         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4204         lyx::find instead. Reorganize a bit.
4205         (LyXReplace): rename to replace
4206         (LyXFind): rename to find
4207
4208         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4209         (dispatch): ditto
4210
4211 2003-07-26  André Pönitz  <poenitz@gmx.net>
4212
4213         * text.C (setHeightOfRow): restrict scope of temporary variable
4214
4215         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4216           code (never has been used?)
4217
4218 2003-07-27  Asger Alstrup  <alstrup@local>
4219
4220         * text.C (fill): Optimise algorithm to exploit that we can reuse
4221         the LyXFont for many characters.
4222         (setHeightOfRow): Same thing.
4223         (rowBreakPoint): Same thing.
4224
4225 2003-07-26  Asger Alstrup  <alstrup@local>
4226
4227         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4228
4229         * text.C (singleWidth): Spurious font copying in hot-spot
4230         singleWidth avoided. Reorder tests for arabic for efficiency.
4231
4232         * text.C (fill): handle empty paragraphs better.
4233
4234 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4235
4236         * ispell.C:
4237         * encoding.h: add includes
4238
4239         * lyxrc.C: remove reading of bind files
4240
4241         * lyx_main.C (init): setup bindings and menus only if we have a
4242         gui.
4243
4244         * kbmap.C (read): new method. Do the actual reading of bind
4245         files.
4246
4247         * converter.C (dvipdfm_options):
4248         * bufferparams.C:
4249         * lyxrc.C (read):
4250         (output): adapt PAPER_* enums.
4251
4252         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4253
4254         * bufferparams.h: remove paper-related enums from there
4255
4256         * paper.h: New file. A trivial header file to hold paper-related
4257         enums. It should later expand to contain many paper-related
4258         horrors access.
4259
4260         * lyxrc.C: declare extern displayTranslator
4261
4262 2003-07-27  José Matos  <jamatos@fep.up.pt>
4263
4264         * tabular.[Ch] (linuxdoc): add support for tables and figures
4265         (linuxdoc).
4266
4267 2003-07-27  José Matos  <jamatos@fep.up.pt>
4268
4269         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4270         consistency in both functions.
4271         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4272
4273 2003-07-26  Asger Alstrup  <alstrup@local>
4274
4275         * rowpainter.C (paintRows): Change algorithm to work directly on
4276         the insets rather than asking every character in the document
4277         whether its an inset.
4278
4279 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4280
4281         * buffer.C (openFileWrite): factorize some code
4282
4283 2003-07-26  Angus Leeming  <leeming@lyx.org>
4284
4285         * lyx_cb.C:
4286         * lyx_main.[Ch]: replace occurances of system_tempdir with
4287         os::getTmpDir().
4288
4289 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4290
4291         * rename Inset to InsetOld
4292
4293 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4294
4295         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4296         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4297         which I think is a bit clearer. EDIT is gone, since it was
4298         premature optimisation, and broken for mathed anyway.
4299         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4300         with cursor positioning in insets as well (math insets still do not
4301         work, but that's a different story anyway.) It mysteriously
4302         crashes sometimes with undo in the first paragraph, but I'm fairly
4303         confident that this is a compiler bug.
4304
4305 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4306
4307         * paragraph.C (Paragraph): adjust for new clone return type
4308         (operator==): ditto
4309         (copyIntoMinibuffer): ditto
4310
4311 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4312
4313         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4314         by not having a special case, and always doing a full rebreak of
4315         the document after undo.
4316
4317 2003-07-23  Angus Leeming  <leeming@lyx.org>
4318
4319         * factory.C (createInset): InsetExternal::setParams now takes a
4320         Buffer const * arg.
4321
4322 2003-07-23  Angus Leeming  <leeming@lyx.org>
4323
4324         * factory.C (createInset): changed interface to the external and
4325         graphics mailers' string2params functions.
4326
4327 2003-07-23  Angus Leeming  <leeming@lyx.org>
4328
4329         * factory.C (createInset): pass a
4330         Buffer const * parameter to InsetExternalMailer's string2params.
4331
4332 2003-07-22  John Levon  <levon@movementarian.org>
4333
4334         * Thesaurus.h: include the right aiksaurus header
4335
4336 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4337
4338         * MenuBackend.C (expand): check menu shortcuts unconditionally
4339
4340 2003-07-21  Angus Leeming  <leeming@lyx.org>
4341
4342         * factory.C (createInset): pass a
4343         buffer_path parameter to InsetGraphicsMailer's string2params.
4344
4345 2003-07-21  Angus Leeming  <leeming@lyx.org>
4346
4347         * BufferView_pimpl.C (buffer):
4348         * buffer.C (d-tor):
4349         * lyx_main.C (LyX):
4350         * lyxfunc.C (dispatch):
4351         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4352         rather than the grfx shortcut.
4353
4354 2003-07-21  André Pönitz  <poenitz@gmx.net>
4355
4356         * rowpainter.C: remove unused variables
4357
4358         * tabular_funcs.C:
4359         * tabular_funcs.h: move to tabular.C
4360         * Makefile.am: adjust
4361
4362         * tabular.[Ch]: basic optical cleaning
4363
4364         * author.h: pass references, not values
4365
4366 2003-07-18  André Pönitz  <poenitz@gmx.net>
4367
4368         * lyxtext.h:
4369         * metricsinfo.C:
4370         * metricsinfo.h:
4371         * rowpainter.C:
4372         * text.C:
4373         * text2.C:
4374         * text3.C: two-phase drawing for InsetText and InsetTabular
4375         some float -> int changes.
4376
4377 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4378
4379         * lyx_main.C: fix the fix
4380
4381 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4382
4383         * lyx_main.C: fix a crash in batch mode if no files specified
4384         * converter.C: ws
4385
4386 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4387
4388         * format.[Ch] (papersize): moved to BufferParams
4389         * converter.[Ch] (dvips_options): moved to BufferParams
4390         (dvipdfm_options): moved to anon namespace
4391         * bufferparams.[Ch]: added above functions.
4392
4393 2003-07-17  André Pönitz  <poenitz@gmx.net>
4394
4395         * lyxtext.h:
4396         * rowpainter.C:
4397         * text2.C: don't call inset->update() anymore
4398
4399         * metricsinfo.[Ch]: add convenience constructor
4400
4401 2003-07-16  André Pönitz  <poenitz@gmx.net>
4402
4403         * lyxcursor.[Ch]:
4404         * lyxfunc.[Ch]:
4405         * text.C:
4406         * text2.C: replace the LyXCursor::irow_ member with
4407          on-demand computation of the value
4408
4409 2003-07-16  John Levon  <levon@movementarian.org>
4410
4411         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4412
4413 2003-07-15  André Pönitz  <poenitz@gmx.net>
4414
4415         * text.C:
4416         * text2.C: remove no more needed refresh_row
4417
4418 2003-07-15  André Pönitz  <poenitz@gmx.net>
4419
4420         * lyxtext.h:
4421         * rowpainter.C:
4422         * text2.C:
4423         * text3.C: refresh_status tristate -> need_update bool
4424
4425 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4426
4427         * lyxtext.h (init): remove reinit argument (act as if always true)
4428         * text2.C: adjust to that
4429
4430 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4431
4432         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4433         * text3.C: use it to delete selections in some cases
4434         (bugs 441, 673, 702, 954).
4435
4436 2003-07-14  André Pönitz  <poenitz@gmx.net>
4437
4438         * rowpainter.[Ch]: reduce interface
4439
4440 2003-07-14  André Pönitz  <poenitz@gmx.net>
4441
4442         * BufferView_pimpl.C:
4443         * text2.C: adjust after removing unused BufferView * argument
4444
4445 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4446
4447         * text2.C (init): fix a crash fired on resize
4448
4449 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4450
4451         * buffer.[Ch]: added new closing signal
4452         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4453         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4454         BufferView::Pimpl via the closing the signal
4455
4456 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4457
4458         * buffer.[Ch]: take out all bv-related from buffer
4459         * BufferView.C:
4460         * BufferView_pimpl.[Ch]: connect to new signals
4461         * CutAndPaste.C: removed useless asserts
4462         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4463         * lyxvc.[Ch]:
4464         * vc-backend.[Ch]:
4465         * lyxfunc.C: moved view-related funciontality from vc here
4466         * paragraph.C: removed outdated comments
4467         * text.C: ws
4468
4469 2003-07-10  André Pönitz  <poenitz@gmx.net>
4470
4471         * BufferView_pimpl.C:
4472         * tabular.h:
4473         * tabular_funcs.C:
4474         * text.C:
4475         * text2.C: remove InsetText::InnerCache, clean up consequences
4476
4477 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4478
4479         * ispell.C: fix two typos in error messages
4480
4481 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4482
4483         * Extend Note inset to other forms of annotation like Comment
4484         and Greyedout. Right button click gives dialog.
4485
4486         Files modified or added (+):
4487
4488         * insetnote.[Ch]
4489         * FormNote.[Ch]      +
4490         * ControlNote.[Ch]   +
4491         * form_note.fd       +
4492         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4493         frontends/controllers
4494         * xforms/Dialogs.C
4495         * factory.C
4496
4497 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4498
4499         * aspell.C: add missing namespace lyx::support
4500
4501 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4502
4503         * BufferView.[Ch] (newFile): Add
4504         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4505         * LaTeX.[Ch] (message): added this signal and use it
4506         * buffer.[Ch] (busy, message): added these signals and use them
4507         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4508         * converter.C:
4509         * exporter.C:
4510         * format.C:
4511         * importer.C: use buffer signals instead of direct bv calling
4512         * lyx_cb.[Ch] (ShowMessage): removed
4513         * lyx_main.C:
4514         * lyxfunc.C:
4515         * paragraph_funcs.C:
4516         * text2.C: use buffer signals
4517
4518 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4519
4520         * introduce namespace lyx::graphics
4521
4522 2003-07-02  André Pönitz  <poenitz@gmx.net>
4523
4524         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4525
4526 2003-07-01  André Pönitz  <poenitz@gmx.net>
4527
4528         * text.C:
4529         * text2.C:
4530         * text3.C:
4531         * text_funcs.[Ch]:
4532         * textcursor.h:
4533         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4534           text*.C to text_func.C
4535
4536 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4537
4538         * introduce namespace lyx::support
4539
4540 2003-06-30  André Pönitz  <poenitz@gmx.net>
4541
4542         * Chktex.C:
4543         * funcrequest.C:
4544         * lyxtext.h:
4545         * text.C: re-enable --with-included-string
4546
4547 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4548
4549         * textcursor.C: add <config.h>
4550
4551         * text.C (getWord): remove const from word_location arg
4552
4553         * lyxvc.C (getLogFile): fix const type order
4554
4555         * lyxtext.h: remove const from word_location arg, add arg name
4556
4557         * lyxlayout.h: currect type on labeltype.
4558
4559         * importer.C: correct \file
4560
4561         * converter.C (intToFormat): use std:: on ret val, ws changes
4562
4563         * bufferlist.h: correct \file
4564
4565         * buffer.C (makeLinuxDocFile): fix const type order
4566         (makeDocBookFile): ditto
4567         (fillWithBibKeys): use std:: on stdlib args.
4568
4569         * CutAndPaste.C: fix authors.
4570         (availableSelections): use std:: on return vector
4571
4572 2003-06-27  André Pönitz  <poenitz@gmx.net>
4573
4574         * BufferView_pimpl.C:
4575         * bufferview_funcs.C:
4576         * lyxcursor.C:
4577         * lyxcursor.h:
4578         * lyxfunc.C:
4579         * lyxtext.h:
4580         * rowpainter.C:
4581         * text.C:
4582         * text2.C:
4583         * text3.C: remove LyXCursor::row_ member
4584
4585         * lyxtext.h:
4586         * text.C: rename fullRebreak() to partialRebreak() and implement
4587           a fullRebreak() that really bereks fully
4588
4589         * textcursor.h: new struct for cursor-related data
4590
4591 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4592
4593         * lyx_main.C (LyX): get full path of document loaded on the
4594         command line
4595
4596 2003-06-26  André Pönitz  <poenitz@gmx.net>
4597
4598         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4599           remove unused/broken operator>,<,>=.
4600
4601         *       text.C: remove only use of broken operator<= in an Assert().
4602
4603 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4604
4605         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4606         moved errorlist_.clear to showErrorList
4607
4608 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4609
4610         * converter.C (scanLog, runLaTeX):
4611         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4612         move the bv->showErrorList call to the callers
4613         * lyxfunc.C: i.e. here...
4614         * text2.C: and here
4615         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4616         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4617         namespace, the second to...
4618         * buffer_funcs (BufferFormat, parseErrors): added
4619         * errorlist.C (ErrorList(TeXErrors const &)): removed
4620
4621 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4622
4623         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4624
4625 2003-06-24  "Garst R. Reese" <reese@isn.net>
4626
4627         * debug.C: fix typo
4628
4629 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4630
4631         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4632
4633         * version.C.in: change docversion to 1.4
4634
4635 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4636
4637         * buffer.C: fix a bug just introduced
4638
4639 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4640
4641         * buffer.[Ch]: added the parseError signal and use it, removed
4642         sgmlError
4643         * BufferView.[Ch] (addError): moved to ...
4644         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4645         to the Buffer::parseError signal to catch (guess what) parse errors
4646         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4647
4648 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4649
4650         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4651         ability to create a buffer and to return an existing one from
4652         the list. Moved these functions to...
4653         * buffer_funcs.[Ch]: added
4654         * BufferView.[Ch] (loadLyXFile): added
4655         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4656         job removed from bufferlist::loadLyXFile.
4657         * buffer.C (setReadOnly): make it work without view
4658         (i.e added an if (users))
4659
4660 2003-06-19  Angus Leeming  <leeming@lyx.org>
4661
4662         * lfuns.h:
4663         * LyXAction.C (init):
4664         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4665         with LFUN_DIALOG_SHOW <name> <data>.
4666
4667 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4668
4669         * CutAndPaste.C (availableSelections): small compilation fix for
4670         ancient (gcc 2.9x) compilers
4671
4672 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4673
4674         * text3.C (cursorNext): add tmp var
4675
4676         * text2.C (updateCounters): for function calling out of for clause
4677         (replaceSelectionWithString): ditto
4678         (insertStringAsParagraphs): ditto
4679         (getColumnNearX): add tmp var
4680         (setCursorFromCoordinates): add tmp var
4681         (cursorDownParagraph): add tmp var
4682         (deleteEmptyParagraphMechanism): add tmp var
4683
4684         * text.C (insertChar): add tmp var
4685
4686         * rowpainter.C (paintDepthBar): add tmp var
4687
4688         * CutAndPaste.C (availableSelections): potentially check all
4689         paragraphs in a cut to fill the shown strings.
4690
4691 2003-06-18  André Pönitz  <poenitz@gmx.net>
4692
4693         * kbmap.[Ch]: use vector<> instead of list<>
4694
4695 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4696
4697         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4698         pasteSelection with index
4699
4700         * text2.C (pasteSelection): modify, call pasteSelection with index
4701
4702         * paragraph.C (asString): reimplement version with no interval to
4703         call the one with interval.
4704
4705         * lyxtext.h: add index arg to pasteSelection
4706
4707         * MenuBackend.C (MenuItem): handle PasteRecent
4708         (Menu::read::Menutags): add md_pasterecent
4709         (read): handle it
4710         (expandPasteRecent): new function
4711         (expand): use it
4712
4713         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4714
4715         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4716         the limited stack
4717         (availableSelections): new function
4718
4719 2003-06-17  Angus Leeming  <leeming@lyx.org>
4720
4721         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4722
4723 2003-06-17  Angus Leeming  <leeming@lyx.org>
4724
4725         * lfuns.h:
4726         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4727
4728         * lyxfunc.C (dispatch): invoke it.
4729
4730 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4731
4732         * iterators.C (operator++, ParPosition): reintroduce some
4733         const_cast for the benefit of older compilers.
4734
4735 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4736
4737         * text3.C (dispatch): do not modify clipboard when doing
4738         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4739         LFUN_DELETE_SKIP on a selection selection
4740
4741 2003-06-16  André Pönitz  <poenitz@gmx.net>
4742
4743         * BufferView.C:
4744         * buffer.C:
4745         * buffer.h:
4746         * paragraph.C:
4747         * tabular.[Ch]: IU of clone() and getLabelList();
4748
4749 2003-06-13  André Pönitz  <poenitz@gmx.net>
4750
4751         * tabular.h: compactification
4752
4753 2003-06-12  André Pönitz  <poenitz@gmx.net>
4754
4755         * tabular.C:
4756         * tabular.h:
4757         * tabular_funcs.h: some renaming plus whitespace
4758
4759 2003-06-12  André Pönitz  <poenitz@gmx.net>
4760
4761         * BufferView.C:
4762         * BufferView_pimpl.C:
4763         * CutAndPaste.C:
4764         * buffer.C:
4765         * iterators.[Ch]:
4766         * lyxfunc.C:
4767         * text.C:
4768         * toc.C: Return a Paragraph & for ParIterator::operator*()
4769
4770 2003-06-11  John Levon  <levon@movementarian.org>
4771
4772         * lyx_main.C:
4773         * ToolbarBackend.h:
4774         * ToolbarBackend.C: add "Toolbars" section and
4775         put the flags there
4776
4777 2003-06-10  Angus Leeming  <leeming@lyx.org>
4778
4779         * lfuns.h:
4780         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4781
4782         * lyxfunc.C (dispatch): invoke it.
4783
4784 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4785
4786         * main.C: protect <ios> with HAVE_IOS
4787         (main): protect sync_with_stdio with HAVE_IOS
4788
4789 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4790
4791         * text2.C (cutSelection): adjust
4792         (pasteSelection): adjust
4793
4794         * messages.C: handle get of empty string
4795
4796         * main.C (main): use sync_with_stdio(false)
4797
4798         * lyxfunc.C (dispatch): adjust
4799
4800         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4801         (WriteAs): remove unneeded BufferView arg.
4802
4803         * bufferparams.h: use correct types on papersize, papersize2 and
4804         paperpackage.
4805
4806         * bufferparams.C (readToken): adjust for type
4807         (writeLaTeX): add missing cases to switch.
4808
4809         * bufferlist.C (quitWriteBuffer): adjust
4810         (close): adjust
4811
4812         * buffer.C (asciiParagraph): remove some commented code.
4813
4814         * CutAndPaste.C: remove current_view extern variable.
4815         (cutSelection): add BufferParams arg.
4816         (eraseSelection): add BufferParams arg.
4817         (pasteSelection): add Buffer const & arg
4818
4819 2003-06-07  John Levon  <levon@movementarian.org>
4820
4821         * buffer.C:
4822         * paragraph_funcs.C:
4823         * paragraph_pimpl.C:
4824         * text.C:
4825         * text2.C:
4826         * paragraph.h:
4827         * paragraph.C: allow InsetERT to freely space lines,
4828         and some consolidation of code
4829
4830 2003-06-06  José Matos  <jamatos@fep.up.pt>
4831
4832         * buffer.C (makeDocBookFile): fix bug #821
4833
4834 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4835
4836         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4837
4838 2003-06-04  Angus Leeming  <leeming@lyx.org>
4839
4840         * buffer.C: bump format to 224.
4841
4842 2003-06-05  André Pönitz  <poenitz@gmx.net>
4843
4844         * text2.C (redoParagraphs): remove two const_cast<>
4845
4846 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4847
4848         * ParagraphList.h: remove last remnants of NO_STD_LIST
4849
4850 2003-06-03  Angus Leeming  <leeming@lyx.org>
4851
4852         * factory.C (createInset): small change to the way InsetExternal's params
4853         are set.
4854
4855 2003-06-04  André Pönitz  <poenitz@gmx.net>
4856
4857         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4858
4859         * paragraph_pimpl.h:
4860         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4861
4862         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4863
4864         * undo_funcs.C: make some simple cases of undo work again
4865
4866 2003-06-03  John Levon  <levon@movementarian.org>
4867
4868         * ispell.C: HPUX doesn't have sys/select.h
4869         (from Albert Chin)
4870
4871 2003-06-03  John Levon  <levon@movementarian.org>
4872
4873         * CutAndPaste.C: update tabular and include inset
4874         buffer references
4875
4876         * buffer.h:
4877         * paragraph.h:
4878         * paragraph.C: remove owningBuffer(), don't pass Buffer
4879         to clone()
4880
4881         * factory.C: insetGraphicsParams changed
4882
4883 2003-06-02  John Levon  <levon@movementarian.org>
4884
4885         * LyXAction.C:
4886         * factory.C:
4887         * lfuns.h:
4888         * lyxfunc.C:
4889         * text3.C: remove insetparent
4890
4891 2003-06-02  John Levon  <levon@movementarian.org>
4892
4893         * buffer.h:
4894         * buffer.C: fix inset_iterator.end(), move out of line
4895         (bug 1149)
4896
4897 2003-06-01  John Levon  <levon@movementarian.org>
4898
4899         * text3.C: use a proper cut/paste when doing inset
4900         insert (from Jürgen Spitzmüller)
4901
4902 2003-06-01  John Levon  <levon@movementarian.org>
4903
4904         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4905
4906 2003-05-30  André Pönitz  <poenitz@gmx.net>
4907
4908         * rowpainter.C: unify second drawing phase
4909
4910 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4911
4912         * trans_mgr.C: remove one case of current_view
4913
4914         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4915
4916         * paragraph_funcs.h: remove paragraph.h include
4917
4918         * paragraph.h: delete NO_STD_LIST stuff
4919
4920         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4921
4922         * buffer.h: remove paragraph.h include
4923
4924         * ParagraphList.C: delete file
4925
4926         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4927
4928         * toc.C (getTocList): adjust
4929
4930         * paragraph_pimpl.C (validate): adjust
4931
4932         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4933
4934         * paragraph.C (Paragraph): adjust
4935         (getPositionOfInset): use const_iterator, adjust
4936         (bibitem): use const_iterator, adjust
4937         (setInsetOwner): adjust
4938
4939         * iterators.C (operator++): adjust
4940
4941         * InsetList.[Ch]: Replace selfmade iterator with standard
4942         vector::iterator also introduce const_iterator. Remove getPos,
4943         getInset and setInset from InsetTable. Adjust accordingly.
4944
4945         * BufferView.C (lockInset): adjust
4946         (ChangeInsets): adjust
4947
4948         * tabular.[Ch]: delete commented same_id functions
4949
4950 2003-05-28  John Levon  <levon@movementarian.org>
4951
4952         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4953
4954 2003-05-28  André Pönitz  <poenitz@gmx.net>
4955
4956         * metricsinfo.[Ch]: remove 'fullredraw' member
4957
4958 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4959
4960         * lyxtextclass.C (operator): remove caching.
4961
4962 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4963
4964         * text3.C: adjust
4965
4966         * text2.C (cursorBottom): adjust
4967         (setCounter): use ParagraphList::find, adjust
4968
4969         * text.C (workWidth): use ParagraphList::find, adjust
4970
4971         * lyxcursor.C (LyXCursor): adjust
4972
4973         * buffer.C (inset_iterator): adjust
4974
4975         * ParagraphList.h: make iterator(value_type) private, make
4976         ParagraphList a friend of iterator.
4977
4978         * ParagraphList.C (find): new function
4979
4980         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4981
4982 2003-05-27  André Pönitz  <poenitz@gmx.net>
4983
4984         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4985
4986 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4987
4988         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4989
4990 2003-05-26  John Levon  <levon@movementarian.org>
4991
4992         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4993
4994 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4995
4996         * remove same_id from function signatures, adjust.
4997
4998 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4999
5000         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5001
5002         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5003
5004         * paragraph.C (Paragraph): get rid of same_ids parameter
5005
5006         * ParagraphList.C (insert): adjust
5007         (push_back): adjust
5008
5009 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5010
5011         * paragraph_funcs.C (breakParagraph): adjust
5012         (breakParagraphConservative): adjust
5013
5014         * buffer.C (readParagraph): adjust
5015
5016         * ParagraphList.C (insert): take a reference instead of a pointer
5017         (insert): adjust
5018
5019         * paragraph.[Ch] (id): new function
5020
5021         * bufferlist.C (newFile): adjust
5022
5023         * ParagraphList.C (ParagraphList): adjust
5024         (assign): adjust
5025         (push_back): take a reference instead of a pointer.
5026
5027         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5028
5029         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5030         instead.
5031
5032         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5033         set else use old code.
5034
5035         * ParagraphList.C: remove all NO_NEXT code and only compile this
5036         code of NO_STD_LIST is set.
5037
5038 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5039
5040         * BufferView_pimpl.C:
5041         * TextCache.C:
5042         * TextCache.h:
5043         * bufferlist.C:
5044         * errorlist.h:
5045         * format.C:
5046         * format.h:
5047         * graph.C:
5048         * lyxfunc.C:
5049         * lyxrc.C:
5050         * graphics/GraphicsConverter.C:
5051         * graphics/PreviewLoader.C: header adjustment
5052
5053 2003-05-23  Angus Leeming  <leeming@lyx.org>
5054
5055         * LaTeXFeatures.[Ch] (useBabel): new method.
5056         * bufferparams.C (writeLaTeX): use it.
5057
5058 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * ParagraphList.h (set): remove unused function.
5061
5062 2003-05-23  André Pönitz  <poenitz@gmx.net>
5063
5064         * BufferView.C:
5065         * BufferView_pimpl.C:
5066         * buffer.C:
5067         * buffer.h:
5068         * lyxfunc.C:
5069         * undo_funcs.C: setUndo reworked
5070
5071         * iterators.[Ch]: add access to topmost ParagraphList
5072
5073         * lyxtext.[Ch] (workWidth): add a const
5074
5075 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5076
5077         * texrow.[Ch] (increasePos): remove function
5078         * exporter.C (export): removed unused var and outdated comment
5079
5080 2003-05-23  Angus Leeming  <leeming@lyx.org>
5081
5082         * latexrunparams.h: rename fragile as moving_arg.
5083         * paragraph.C (simpleTeXOnePar): ditto.
5084         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5085
5086 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5087
5088         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5089         (createUndo): ditto
5090         (textUndoOrRedo): comment out a currently unused var.
5091
5092         * paragraph.h (NO_NEXT): enable NO_NEXT
5093
5094         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5095
5096         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5097
5098         * exporter.C (Export): adjust for removeAutoInsets removal.
5099
5100         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5101
5102         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5103
5104         * BufferView.[Ch] (removeAutoInsets): delete function
5105
5106 2003-05-22  Angus Leeming  <leeming@lyx.org>
5107
5108         * latexrunparams.h: add a free_spacing variable.
5109
5110         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5111         to pass moving_arg, as the data is stored in runparams.fragile.
5112
5113         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5114         to Inset::latexOptional or to simpleTeXOnePar.
5115
5116         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5117         free_spacing arg to Inset::latexOptional.
5118
5119         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5120         free_spacing arg.
5121
5122 2003-05-22  Angus Leeming  <leeming@lyx.org>
5123
5124         * latexrunparams.h: add fragile and use_babel variables.
5125
5126         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5127         * buffer.C (makeLaTeXFile): store this returned value in
5128         runparams.use_babel, thus passing it to the inset::latex methods.
5129
5130         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5131         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5132
5133         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5134         longer has a fragile arg, as it is stored in runparams.fragile.
5135
5136         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5137         moving_arg parameter as the data is stored in runparams.fragile.
5138
5139         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5140         a fragile parameter as the data is stored in runparams.fragile.
5141
5142 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5143
5144         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5145
5146 2003-05-22  Angus Leeming  <leeming@lyx.org>
5147
5148         * latexrunparams.h: add a 'bool nice' which defaults to false.
5149
5150         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5151         now encapsulated within runparams.
5152
5153         * bufferlist.C (updateIncludedTeXfiles):
5154         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5155
5156 2003-05-22  Angus Leeming  <leeming@lyx.org>
5157
5158         * latexrunparams.h: new file containing struct LatexRunParams.
5159         * Makefile.am: add new file.
5160
5161         * LaTeX.[Ch] (c-tor, run):
5162         * buffer.[Ch] (makeLaTeXFile):
5163         * bufferlist.[Ch] (updateIncludedTeXfiles):
5164         * converter.C (convert, scanLog):
5165         * converter.[Ch] (runLaTeX):
5166         * exporter.C (Export):
5167         * paragraph.[Ch] (simpleTeXOnePar):
5168         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5169         * paragraph_funcs.[Ch] (latexParagraphs):
5170         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5171         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5172         pass around a LatexRunParams parameter.
5173
5174 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5175
5176         * paragraph.[Ch]: remove unused constructor
5177
5178         * ParagraphList.C (erase): new function, taking two iterators
5179
5180 2003-05-22  André Pönitz  <poenitz@gmx.net>
5181
5182         * undo_funcs.C: remove duplicated code
5183
5184         * iterator.[Ch]: operator=
5185
5186 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5187
5188         * tabular.C (SetMultiColumn): ws changes
5189
5190         * rowpainter.C (paintFirst): get rid of a ->previous
5191
5192         * lyx_cb.C (getPossibleLabel): parlist simplification
5193
5194         * BufferView.C (ChangeInsets): simplify slightly.
5195
5196 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5197
5198         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5199         * lfuns.h: new LFUN_SPACE
5200         * lyxfunc.C: protected space has a new lfun
5201         * paragraph_funcs.C: read new space insets
5202         * text3.C:
5203         * factory.C: handle new space insets
5204
5205 2003-05-22  André Pönitz  <poenitz@gmx.net>
5206
5207         * BufferView.C:
5208         * BufferView_pimpl.C:
5209         * buffer.[Ch]:
5210         * lyxfunc.C:
5211         * undo_funcs.C: return a ParIterator from getParFromID.
5212
5213         * iterators.[Ch]: add two const's
5214
5215 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * toc.C (getTocList): adjust
5218
5219         * iterators.[Ch]: rework for parlist
5220
5221         * buffer.C (par_iterator_begin): adjust
5222         (par_iterator_end): adjust
5223
5224         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5225
5226         * BufferView.C (removeAutoInsets): adjust
5227         (ChangeInsets): adjust
5228
5229 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5230
5231         * text.C (top_y): fix bug 1110
5232
5233 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5234
5235         * errorlist.[Ch]: added
5236         * buffer.C:
5237         * BufferView.[Ch]:
5238         * BufferView_pimpl.C:
5239         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5240         instead
5241
5242 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5243
5244         * Makefile.am: ensure that lyx is relinked upon changes to the
5245         various "convenience" libs.
5246
5247 2003-05-20  Angus Leeming  <leeming@lyx.org>
5248
5249         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5250         files are compiled in alphabetical order again.
5251
5252         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5253
5254 2003-05-19  Angus Leeming  <leeming@lyx.org>
5255
5256         * gettext.[Ch]: remove "char const * _(char const *)".
5257
5258 2003-05-19  André Pönitz  <poenitz@gmx.net>
5259
5260         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5261
5262         * Makefile.am:
5263         * BufferView.C:
5264         * DepTable.h:
5265         * LaTeXFeatures.C:
5266         * buffer.C:
5267         * lyxfont.C:
5268         * lyxlex.h:
5269         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5270
5271 2003-05-19  André Pönitz  <poenitz@gmx.net>
5272
5273         * buffer.C:
5274         * lyxlayout.[Ch]:
5275         * lyxtextclass.[Ch]:
5276         * paragraph.C:
5277         * paragraph_funcs.[Ch]:
5278         * text2.C:
5279         * text3.C: more insetenv work
5280
5281 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5282
5283         * ParagraphParameters.C (params2string): small bug fixed
5284
5285 2003-05-16  André Pönitz  <poenitz@gmx.net>
5286
5287         * debug.C:
5288         * bufferview_funcs.C: patch from Kornel Benko to prevent
5289           crash when _(...) is called twice in a statement
5290
5291 2003-05-16  André Pönitz  <poenitz@gmx.net>
5292
5293         * BufferView.C:
5294         * lyxfunc.C:
5295         * text.C:
5296         * text2.C:
5297         * text3.C:
5298         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5299
5300 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5301
5302         * lyx_main.C (init): remove spurious static_cast
5303
5304 2003-05-14  André Pönitz  <poenitz@gmx.net>
5305
5306         * BufferView.C: fix format string
5307
5308 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5309
5310         * BufferView.[Ch] (insertErrors): removed
5311         * BufferView.[Ch] (showErrorList): added
5312         * buffer.C (runChkTeX):
5313         * converter.C (scanLog): call showErrorList instead of inserterrors
5314
5315 2003-05-13  André Pönitz  <poenitz@gmx.net>
5316
5317         * BufferView_pimpl.C:
5318         * buffer.C:
5319         * bufferview_func.C:
5320         * MenuBackend.C:
5321         * lyxfunc.C:
5322         * lyxrc.C:
5323         * tex-accent.C:
5324         * text3.C:
5325         * toc.C:
5326         * tabular_funcs.h: tostr() from its own header
5327
5328         * ParagraphParameters.C:
5329         * ToolbarBackend.C:
5330         * bufferparams.C:
5331         * format.C:
5332         * lyxlex_pimpl.C:
5333         * text3.C: STRCONV()
5334
5335 2003-05-12  André Pönitz  <poenitz@gmx.net>
5336
5337         * BufferView.C:
5338         * BufferView_pimpl.C:
5339         * CutAndPaste.C:
5340         * LaTeX.C:
5341         * LaTeXFeatures.C:
5342         * ParagraphParameters.C:
5343         * buffer.C:
5344         * bufferlist.C:
5345         * bufferparams.C:
5346         * bufferview_funcs.C:
5347         * converter.C:
5348         * counters.C:
5349         * debug.C:
5350         * exporter.C:
5351         * format.C:
5352         * importer.C:
5353         * lyx_cb.C:
5354         * lyx_main.C:
5355         * lyxfont.C:
5356         * lyxfunc.C:
5357         * lyxvc.C:
5358         * paragraph.C:
5359         * paragraph_funcs.C:
5360         * tabular.C:
5361         * tabular_funcs.C:
5362         * text2.C:
5363         * text3.C:  boost::format -> bformat  all over the place
5364
5365
5366 2003-05-09  André Pönitz  <poenitz@gmx.net>
5367
5368         * LColor.[Ch]: Pimpl the #include <map> away
5369
5370 2003-05-09  John Levon  <levon@movementarian.org>
5371
5372         * bufferlist.C: never remove emergency saves
5373
5374 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5375
5376         * Makefile.am: better lib building
5377
5378 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5379
5380         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5381         instead.
5382         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5383         (simpleTeXSpecialChars): adjust
5384         (simpleTeXSpecialChars): adjust
5385         * paragraph.C (simpleTeXOnePar): adjust
5386         * buffer.C (makeLaTeXFile): adjust
5387
5388         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5389
5390         * text2.C (changeDepth): parlist cleanup
5391         (getColumnNearX): ditto
5392
5393         * rowpainter.C (getLabelFont): parlist cleanup
5394
5395         * bufferlist.C (newFile): parlist cleanup
5396
5397         * CutAndPaste.C (eraseSelection): parlist cleanup
5398
5399         * BufferView_pimpl.C (trackChanges): parlist cleanup
5400         (dispatch): ditto
5401
5402         * BufferView.C (lockInset): parlist cleanup.
5403         (ChangeInsets): ditto
5404
5405 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5406
5407         * CutAndPaste.h: Update file header.
5408
5409         * CutAndPaste.C: Update file header.
5410         Store the parts cut out of the Document in a limited_stack.
5411         (copySelection): adjust
5412         (pasteSelection): new function, takes the index in the limited stack.
5413         (nrOfParagraphs): adjust
5414         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5415         simplify error inset insertion.
5416         (checkPastePossible): adjust
5417
5418 2003-05-06  John Levon  <levon@movementarian.org>
5419
5420         * text2.C: don't cast wrap inset to float
5421
5422 2003-05-05  André Pönitz  <poenitz@gmx.net>
5423
5424         * iterator.C:
5425         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5426
5427         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5428           few naked Paragraph *.
5429
5430 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5431
5432         * bufferparams.C: Output warning if a document with missing
5433         TeX document class is loaded
5434         * exporter.C: Disable TeX exports if the document class is missing
5435         * lyxtextclass.C:
5436         * lyxtextclass.h:
5437         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5438         isTeXClassAvailable()
5439
5440 2003-05-03  John Levon  <levon@movementarian.org>
5441
5442         * BufferView.h:
5443         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5444         explicit cursor show/hide
5445
5446         * BufferView_pimpl.h:
5447         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5448         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5449
5450         * lyxfunc.C: hide cursor before dispatching.
5451
5452         * lyx_cb.C:
5453         * lyxfind.C:
5454         * text.C:
5455         * text3.C: remove explicit cursor hides
5456
5457 2003-05-02  André Pönitz  <poenitz@gmx.net>
5458
5459         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5460
5461         * undo_funcs.C:
5462         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5463           linked lists
5464
5465         * text2.C: tiny whitespace
5466
5467 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * undo_funcs.C: almost only ws changes.
5470
5471         * ParagraphList.C (splice): just return if pl is empty.
5472
5473 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5474
5475         * ParagraphList.C (splice): new function.
5476
5477         * CutAndPaste.C (pasteSelection): use it
5478
5479 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5480
5481         * CutAndPaste.C (pasteSelection): remove the last next and
5482         previous from this file.
5483
5484 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5485
5486         * CutAndPaste.C (pasteSelection): more clean up, user proper
5487         ParagraphList functions for pasteing.
5488
5489         * ParagraphList.C (insert): new function, three arg insert
5490
5491 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5492
5493         * ParagraphList.C (insert): new function, three arg insert
5494
5495         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5496         not on paragraphs.
5497
5498 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5499
5500         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5501
5502 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5503
5504         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5505
5506 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5507
5508         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5509         (copySelection): clean up a bit.
5510         (pasteSelection): use make_pair
5511
5512         * ParagraphList.C (ParagraphList): implement copy constructor
5513         (operator=): implement, base on copy constructor.
5514         (assign): new func
5515
5516         * paragraph.C (erase): return a bool
5517
5518         * paragraph_pimpl.C (erasePos): remove function, move contents...
5519         (erase): ... here. Return a bool.
5520         (erase): call erase instead of erasePos.
5521
5522 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5523
5524         * ParagraphList.h: define PitPosPair
5525         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5526         ParagraphList, fix a bug on pasting multiple pars
5527         * text2.C: change interface to C&P
5528
5529 2003-04-30  André Pönitz  <poenitz@gmx.net>
5530
5531         * undo_func.C: revert part of yesterday's patch 2
5532
5533 2003-04-30  John Levon  <levon@movementarian.org>
5534
5535         * LColor.C: s/tabular/table/
5536
5537 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5538
5539         * text3.C (dispatch): do not convert iterator -> pointer
5540         * undo_funcs.C (setCursorParUndo): ditto
5541         * text_funcs.C (transposeChars): ditto
5542
5543         * text2.C (setLayout): ws changes only
5544
5545         * text.C (breakParagraph): do not convert iterator -> pointer
5546         (insertChar): ditto
5547         (acceptChange): ditto
5548         (rejectChange): ditto
5549         (changeCase): ditto
5550         (Delete): ditto
5551         (backspace): ditto
5552
5553         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5554         pointer
5555
5556 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5557
5558         * text3.C (gotoInset): YABG (yet another bad getChar)
5559
5560 2003-04-29  André Pönitz  <poenitz@gmx.net>
5561
5562         * paragraph.h: make operator= private unimplemented as long as
5563           it is unusable
5564
5565         * ParagraphList.C: whitespace
5566
5567         * paragraph.[Ch]:
5568         * paragraph_pimpl.[Ch]:
5569         * paragraph_funcs.C:
5570         * CutAndPaste.C:
5571         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5572
5573         * text2.C:
5574           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5575
5576 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5577
5578         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5579         * paragraph.[Ch] (erase):
5580         * paragraph_pimpl.[Ch] (erase): change return type and value
5581         * text2.C (cutSelection): some rework
5582
5583 2003-04-28  John Levon  <levon@movementarian.org>
5584
5585         * bufferlist.C: changes for unsaved changes dialog
5586
5587 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5588
5589         * bufferlist.C (newFile): set language (messages_) for new
5590         documents also.
5591
5592         * buffer.C (readFile): ws changes only.
5593
5594 2003-04-28  André Pönitz  <poenitz@gmx.net>
5595
5596         * undo_funcs.C:
5597         * lyxfunc.C:
5598         * buffer.[Ch]:
5599         * BufferView_pimpl.C:
5600         * BufferView.C: getParFromID related ParagraphList::iterator changes
5601
5602 2003-04-28  André Pönitz  <poenitz@gmx.net>
5603
5604         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5605           Changes
5606
5607 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5608
5609         * messages.C: remove one more localedir class variable.
5610
5611 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5612
5613         * messages.C (getLocaleDir): singleton generation function
5614         (Pimpl): use it.
5615         (Messages): add a default constructor.
5616
5617         * main.C (main): do not setup localedir here, do not call
5618         gettext_init.
5619
5620         * gettext.C (_): use it.
5621         (gettext_init): delete funciton
5622
5623 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5624
5625         * gettext.C (getLyXMessages): new singleton generating function.
5626
5627         * buffer.C (updateDocLang): adjust
5628
5629         * Makefile.am (messages.o): add target
5630         (main.o): remove target
5631
5632 2003-04-27  John Levon  <levon@movementarian.org>
5633
5634         * bufferlist.C:
5635         * lyx_cb.C:
5636         * lyxfunc.C:
5637         * lyxvc.C: specify cancel button in Alert::prompt
5638
5639 2003-04-26  John Levon  <levon@movementarian.org>
5640
5641         * text3.C:
5642         * lyxfunc.C:
5643         * lfuns.h:
5644         * LyXAction.C: add LFUN_INSET_SETTINGS
5645
5646         * lyxfunc.C: don't enable tabular-feature when there's
5647         just any locking inset
5648
5649 2003-04-26  John Levon  <levon@movementarian.org>
5650
5651         * bufferlist.C: re-add Cancel to buffer close question
5652
5653         * lyxfunc.C: fix import UI a bit
5654
5655 2003-04-25  John Levon  <levon@movementarian.org>
5656
5657         * gettext.C: remove the broken asserts for now
5658
5659 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5660
5661         * messages.C: make case where setlocale cannot comply work better.
5662
5663         * buffer.C (updateDocLang): new function
5664         (changeLanguage): use it
5665         (readFile): use it
5666
5667         * text2.C (setCounter): use B_ a bit.
5668
5669         * lyxlayout.C (Read): be sure to trim the label strings.
5670
5671         * messages.C (Messages): fix typo in comment
5672
5673         * buffer.C (readFile): set message_ after file is loaded.
5674         (makeDocBookFile): remove double return
5675         (changeLanguage): reset message_ upon language change.
5676         (B_): new func, use this to get translated buffer strings.
5677
5678         * main.C: add myself and Jean Marc as authors.
5679
5680 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5681
5682         * messages.[hC]: pimplify Messages, and three different pimpls to be
5683         used in different circumstances.
5684
5685         * gettext.[Ch]: change for use with new message code.
5686
5687 2003-04-24 André Pönitz <poenitz@gmx.net>
5688
5689         * factory.C: support for eqref
5690
5691 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5692
5693         * messages.[Ch]: add missing char
5694
5695         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5696
5697         * messages.[Ch]: New files
5698
5699 2003-04-18  John Levon  <levon@movementarian.org>
5700
5701         * BufferView.h:
5702         * BufferView.C:
5703         * BufferView_pimpl.C:
5704         * lfuns.h:
5705         * LyXAction.C:
5706         * lyxtext.h:
5707         * text2.C: remove layout-copy/paste (bug 778)
5708
5709 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5710
5711         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5712
5713 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5714
5715         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5716         if they succeed. Act accordingly.
5717
5718 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5719
5720         * text2.C (setCharFont): adjust
5721         (setCounter): adjust
5722         (insertStringAsLines): adjust
5723
5724         * text.C (leftMargin): adjust
5725         (setHeightOfRow): adjust
5726
5727         * rowpainter.C (paintFirst): adjust
5728         (paintLast): adjust
5729
5730         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5731         (outerHook): ditto
5732         (isFirstInSequence): ditto
5733         (getEndLabel): ditto
5734         (outerFont): adjust
5735
5736         * paragraph.C (getParLanguage): comment out some hard stuff.
5737
5738         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5739         (sgmlError): ditto
5740         (simpleDocBookOnePar): ditto
5741         (makeDocBookFile): use ParagraphList::iterator
5742
5743         * CutAndPaste.C (pasteSelection): adjust
5744
5745 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5746
5747         * text2.C (getFont): adjust
5748         (getLayoutFont): adjust
5749         (getLabelFont): adjust
5750
5751         * paragraph_funcs.C (TeXOnePar): adjust
5752
5753         * buffer.C (simpleLinuxDocOnePar): adjust
5754         (simpleDocBookOnePar): adjust
5755
5756         * CutAndPaste.C (pasteSelection): adjust
5757
5758         * BufferView.C (getEncoding): adjust
5759
5760         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5761
5762 2003-04-16  John Levon  <levon@movementarian.org>
5763
5764         * lyxfind.C: use parlist stuff for search/changes
5765
5766 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5767
5768         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5769
5770         * text2.C (deleteEmptyParagraphMechanism): adjust
5771
5772         * text2.[Ch] (ownerParagraph): delete func (both of them
5773
5774 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5775
5776         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5777
5778 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5779
5780         * ParagraphList.C: prepare for NO_NEXT
5781
5782 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5783
5784         * text2.C (getFont): adjust
5785         (getLayoutFont): adjust
5786         (getLabelFont): adjust
5787
5788         * paragraph.C (getFont): adjust
5789         (getLabelFont): adjust
5790         (getLayoutFont): adjust
5791
5792         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5793
5794 2003-04-15  John Levon  <levon@movementarian.org>
5795
5796         From Angus Leeming
5797
5798         * lyx_main.C: handle Include in .ui files
5799
5800 2003-04-15  John Levon  <levon@movementarian.org>
5801
5802         * MenuBackend.C: make the doc files length shorter
5803
5804         * ToolbarBackend.h:
5805         * ToolbarBackend.C: handle toolbar placement flags,
5806         Minibuffer
5807
5808 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5809
5810         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5811         adjust
5812
5813         * paragraph_funcs.C (TeXOnePar): adjust
5814
5815         * paragraph.C (getLabelFont): add outerfont arg, adjust
5816         (getLayoutFont): ditto
5817         (simpleTeXOnePar): adjust
5818
5819         * paragraph_pimpl.C (realizeFont): delete func
5820
5821 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5822
5823         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5824         row argument, constify cur argument.
5825
5826 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5827
5828         * text2.C (getFont): adjust
5829         (getLayoutFont): adjust
5830         (getLabelFont): adjust
5831
5832         * paragraph_funcs.C (TeXOnePar): adjust
5833         (outerFont): new func...
5834         (realizeFont): ...moved out from here, changed this to facilitate
5835         transition
5836
5837         * paragraph.C (getFont): take outerfont as arg, adjust
5838         (simpleTeXOnePar): add outerfont arg, adjust
5839
5840         * buffer.C (simpleLinuxDocOnePar): adjust
5841         (simpleDocBookOnePar): adjust
5842
5843         * CutAndPaste.C (pasteSelection): adjust
5844
5845         * BufferView.C (getEncoding): adjust
5846
5847 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5848
5849         * text2.C (setCharFont): adjust
5850         (setCounter): adjust
5851
5852         * text.C (leftMargin): adjust
5853         (setHeightOfRow): adjust
5854
5855         * rowpainter.C (paintFirst): adjust
5856         (paintLast): adjust
5857
5858         * paragraph_pimpl.C (realizeFont): adjust
5859
5860         * paragraph.C (isFirstInSequence): move from here...
5861         * paragraph_funcs.C (isFirstInSequence): ...to here
5862
5863         * paragraph.C (outerHook): move from here...
5864         * paragraph_funcs.C (outerHook): ...to here
5865
5866         * paragraph.C (depthHook): move from here...
5867         * paragraph_funcs.C (depthHook): ...to here
5868
5869         * paragraph.C (getEndLabel): move from here...
5870         * paragraph_funcs.C (getEndLabel): ...to here
5871
5872         * text2.C (realizeFont): move from here...
5873         * paragraph_funcs.C (realizeFont): ...to here
5874
5875 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5876
5877         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5878
5879 2003-04-14  Angus Leeming  <leeming@lyx.org>
5880
5881         * LColor.[Ch]: scrap LColor mathcursor.
5882
5883 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5884
5885         * lyxlex.[Ch] (text): delete function
5886         * trans.C (Load): adjust
5887         * paragraph_funcs.C (readParToken): adjust
5888
5889 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5890
5891         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5892         vector<char> instead of a char[].
5893
5894         * lyxlex_pimpl.C (getString): adjust
5895         (next): adjust
5896         (lex): use getString
5897         (eatLine): adjust
5898         (nextToken): adjust
5899
5900         * lyxlex.C (text): use pimpl_->getString()
5901         (getBool): ditto
5902         (findToken): ditto
5903
5904 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5905
5906         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5907         (makeFontEntriesLayoutSpecific): temp var for par.size()
5908         (setLayout): temp var for ownerParagraphs().end()
5909         (fullRebreak): temp var for rows().end()
5910         (selectionAsString): temp var for boost::next(startpit), realize
5911         that the while really is a regular for loop.
5912         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5913         setCursor in one place.
5914         (setParagraph): temp vr for ownerParagraphs().end()
5915         (updateCounters): make the while loop a for loop
5916         (cutSelection): temp var for ownerParagraphs().end()
5917         (updateInset): make the do {} while() a regular for loop
5918         (getCursorX): use temp vars
5919         (setCurrentFont): use temp vars
5920         (getColumnNearX): use temp vars
5921
5922 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5923
5924         * text.C (transformChar): use temp var for getChar
5925         (computeBidiTables): use temp var for row->par()
5926         (fill): move temp vars for row->par() and pit->layout() earlier in
5927         the function.
5928         (labelFill): use temp var for row->par()
5929         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5930         asc and desc, realize that pit never changes and that firstpit is
5931         just a duplicate and not needed. Exchange rit->par() with pit in a
5932         lot of places.
5933         (breakAgain): use a temp var for boost::next(rit)
5934         (breakAgainOneRow): ditto
5935         (breakParagraph): use a temp var for rows().begin()
5936         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5937         (cursorRightOneWord): use temp var for cursor.par() and
5938         cursor.pos(), remove usage of tmpcursor.
5939         (cursorLeftOneWord): use temp var for cursor.par() and
5940         cursor.pos() only set cur at end of function.
5941
5942 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5943
5944         * text.C, text2.C: exchange all usage of Paragraph::next with
5945         boost::next(ParagraphList::iterator)
5946
5947         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5948
5949         * text2.C (cursorTop): simplify implementation
5950         (cursorBottom): ditto
5951         (setParagraph): use ParagraphList::iterator
5952         (setCurrentFont): adjust
5953         (getColumnNearX): adjust
5954         (cursorRight): adjust
5955         (cursorLeft): remove usage of Paragraph::previous
5956         (cursorUpParagraph): ditto
5957         (deleteEmptyParagraphMechanism): slight cleanup
5958
5959         * text.C (isBoundary): take a Paragraph const & instead of a
5960         pointer as arg.
5961         (addressBreakPoint): ditto
5962         (leftMargin): remove usage of Paragraph::previous.
5963         (setHeightOfRow): ditto
5964         (cursorLeftOneWord): ditto
5965         (selectNextWordToSpellcheck): ditto
5966         (Delete): ditto
5967         (backspace): ditto
5968         (breakParagraph): remove one usage of Paragraph::next
5969         (redoParagraph): ditto
5970         (acceptChange): ditto
5971         (insertChar): adjust
5972         (rowBreakPoint): adjust
5973
5974         * bufferview_funcs.C (toggleAndShow): adjust
5975
5976 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5977
5978         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5979         methods to access it.
5980         * lyxtext.h:
5981         * text.C: Added updateRowPositions to compute all row positions.
5982         Make top_y and getRowNearY() to use the cached y position
5983
5984 2003-04-11  John Levon  <levon@movementarian.org>
5985
5986         * text.C (rowBreakPoint): reintroduce the labelEnd
5987         checks, code copied from the row fill stuff. Deep voodoo.
5988
5989         * text.C (fill): add a comment and debugging for the
5990         next poor soul.
5991
5992 2003-04-11  John Levon  <levon@movementarian.org>
5993
5994         * text.C: make sure fullrow insets get wrapped to the next line,
5995         even when they're in a manual label
5996
5997 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5998
5999         * text2.C (insertParagraph): make it take ParagraphList::iterator
6000         as arg.
6001         (setLayout): make it return ParagraphList::iterator
6002         (redoParagraphs): ditto
6003         (setCounter): ditto
6004         (checkParagraph): ditto
6005
6006         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6007
6008         * text2.C: adjust several funcs.
6009         (realizeFont): take a ParagraphList::iterator as arg.
6010         (getLayoutFont): ditto
6011         (getLabelFont): ditto
6012         (setCharFont): ditto
6013
6014         * text.C: adjust several funcs.
6015
6016 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6017
6018         * text.C (selectNextWordToSpellcheck): don't accidentally
6019         skip insets
6020
6021 2003-04-10  John Levon  <levon@movementarian.org>
6022
6023         * ToolbarBackend.C (getIcon): special handling for
6024         LFUN_MATH_DELIM
6025
6026 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6027
6028         * text2.C (cursorRight): a getChar assert fixed
6029
6030 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6031
6032         * text2.C (getFont): change to take a ParagraphList::iterator
6033         instead of Paragraph*
6034         Adjust several functions.
6035
6036         * text.C (transformChar): change to take a ParagraphList::iterator
6037         instead of Paragraph*
6038         (singleWidth): ditto
6039         Adjust several functions.
6040
6041         * rowpainter.C: adjust several functions
6042         * rowpainter.h:store a ParagraphList::iterator and not a
6043         Paragraph&.
6044
6045
6046 2003-04-09  John Levon  <levon@movementarian.org>
6047
6048         * lyxfunc.C:
6049         * lfuns.h:
6050         * LyXAction.h:
6051         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6052         and the "help" bits as well
6053
6054 2003-04-09  John Levon  <levon@movementarian.org>
6055
6056         * ToolbarBackend.h:
6057         * ToolbarBackend.C: allow multiple toolbars
6058
6059 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6060
6061         * undo_funcs.C (setCursorParUndo): adjust
6062
6063         * text_funcs.C (transposeChars): adjust
6064
6065         * text3.C (gotoNextInset): adjust
6066         (dispatch): adjust
6067
6068         * text2.C (setLayout): adjust
6069         (changeDepth): adjust
6070         (setFont): adjust
6071         (redoParagraphs): adjust
6072         (selectionAsString): adjust
6073         (setParagraph): adjust
6074         (insertInset): adjust
6075         (cutSelection): adjust
6076         (copySelection): adjust
6077         (pasteSelection): adjust
6078         (insertStringAsLines): adjust
6079         (updateInset): adjust
6080         (setCursor): change to take a ParagraphList::iterator parameter
6081         (setCursorIntern): change to take a ParagraphList::iterator parameter
6082         (setCurrentFont): adjust
6083         (cursorLeft): adjust
6084         (cursorRight): adjust
6085         (deleteEmptyParagraphMechanism): adjust
6086
6087         * text.C (breakParagraph): adjust
6088         (insertChar): adjust
6089         (acceptChange): adjust
6090         (rejectChange): adjust
6091         (selectNextWordToSpellcheck): adjust
6092         (changeCase): adjust
6093         (Delete): adjust
6094         (backspace): adjust
6095
6096         * lyxfind.C (SearchForward): adjust
6097         (SearchBackward): adjust
6098         (nextChange): adjust
6099
6100         * lyxcursor.C (par): adjust
6101
6102         * lyxcursor.h: store a ParagraphList::iterator instead of a
6103         Paragraph*
6104
6105         * lyx_cb.C (getPossibleLabel): adjust
6106
6107         * bufferview_funcs.C (toggleAndShow): adjust
6108
6109         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6110         (dispatch): adjust
6111
6112         * BufferView.C (removeAutoInsets): adjust
6113         (lockedInsetStoreUndo): adjust
6114
6115 2003-04-09  John Levon  <levon@movementarian.org>
6116
6117         * ToolbarBackend.C: try icon without argument
6118         if with argument fails
6119
6120 2003-04-08  John Levon  <levon@movementarian.org>
6121
6122         * ToolbarBackend.h:
6123         * ToolbarBackend.C: add getIcon(), handle tooltip,
6124         and change from "Icon" to "Item".
6125
6126 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6127
6128         * BufferView.C (lockInset): another bad getchar crunched
6129
6130 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6131
6132         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6133         again)
6134
6135 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6136
6137         * lyxfind.C (searchForward, searchBackwards): bug 782
6138
6139 2003-04-07  John Levon  <levon@movementarian.org>
6140
6141         * paragraph.C: remove dead comment
6142
6143         * text.C: remove troublesome depth-fiddling code
6144         in leftMargin() and rightMargin() (bug 1017)
6145
6146         * text.C: fix breaking of rows in nested lists
6147         (bug 1004)
6148
6149         * text2.C (updateCounters): fix up depth values
6150         (bug 1013)
6151
6152 2003-04-07  John Levon  <levon@movementarian.org>
6153
6154         * BufferView_pimpl.C: clear message when doc finishes resizing,
6155         and after a mouse event
6156
6157         * lyxfunc.C: clear message after exiting inset
6158
6159 2003-04-07  John Levon  <levon@movementarian.org>
6160
6161         * bufferview_funcs.C: show math status not outside
6162         status in the statusbar
6163
6164 2003-04-07  John Levon  <levon@movementarian.org>
6165
6166         * lyxfunc.C: note status changed after a depth change
6167
6168 2003-04-04  Angus Leeming  <leeming@lyx.org>
6169
6170         * LaTeX.h: move AuxInfo operator==, != out of line.
6171         Remove LaTeX virtual destructor; nothing derives from it.
6172         Move operator()() out of public area and rename it startscript().
6173         Change protected for private.
6174
6175 2003-04-04  Angus Leeming  <leeming@lyx.org>
6176
6177         * lyxfunc.C:
6178         * text2.C: remove unneeded #includes.
6179
6180 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6181
6182         * text2.C (dEPM): fix the heigth of the next row
6183
6184 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6185
6186         * text.C: squashed an invalid getChar requester + some ws changes
6187
6188 2003-04-03  John Levon  <levon@movementarian.org>
6189
6190         * bufferview_funcs.h:
6191         * bufferview_funcs.C:
6192         * lyxfunc.C:
6193         * lyxtext.h:
6194         * text2.C: make getStatus work for the env depth lfuns
6195
6196 2003-04-03  John Levon  <levon@movementarian.org>
6197
6198         * bufferview_funcs.h:
6199         * bufferview_funcs.C:
6200         * lyxfunc.C:
6201         * lyxtext.h:
6202         * text2.C: parlistize decDepth(), by merging it with incDepth()
6203
6204 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6205
6206         * lyxrow.h: store a ParagraphList::iterator instead of a
6207         Paragraph* and adjust other class functions to suit.
6208
6209         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6210         above.
6211
6212 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6213
6214         * text2.C (setCursor): do not anchor to cursor row for the time being
6215
6216 2003-04-02  John Levon  <levon@movementarian.org>
6217
6218         * LyXAction.C:
6219         * lfuns.h:
6220         * lyx_main.C:
6221         * lyxtext.h:
6222         * text.C:
6223         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6224
6225 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6226
6227         * paragraph.h: make ParagraphList and ParagraphList::iterator
6228         friends of Paragraph.
6229
6230         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6231
6232         * ParagraphList.C: Use the private next_ and previous_ from
6233         Paragraph.
6234
6235 2003-04-01  John Levon  <levon@movementarian.org>
6236
6237         * ToolbarBackend.h:
6238         * ToolbarBackend.C:
6239         * Makefile.am: rename, remove defaults gunk
6240
6241         * MenuBackend.h:
6242         * MenuBackend.C: remove defaults gunk
6243
6244         * Languages.h:
6245         * Languages.C: remove defaults gunk
6246
6247         * lyx_main.h:
6248         * lyx_main.C: error out if files couldn't be found.
6249
6250 2003-04-02  John Levon  <levon@movementarian.org>
6251
6252         * text2.C: make incDepth() use parlist
6253
6254 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6255
6256         * undo_funcs.C (firstUndoParagraph): adjust
6257
6258         * text3.C (gotoInset): adjust
6259         (dispatch): adjust, and rewrite loop.
6260
6261         * text2.C (init): adjust, and rewrite loop.
6262         (redoParagraphs): adjust
6263         (updateInset): adjust, and rewrite loop.
6264         (deleteEmptyParagraphMechanism): adjust
6265
6266         * tabular.C (LyXTabular): adjust
6267         (SetMultiColumn): adjust
6268         (TeXRow): adjust
6269
6270         * lyxtext.[Ch] (ownerParagraph): delete function
6271         (ownerParagraphs): new function returns a ParagraphList.
6272
6273         * BufferView.C (removeAutoInsets): adjust
6274         (insertErrors): adjust
6275         (setCursorFromRow): adjust
6276
6277 2003-04-01  Angus Leeming  <leeming@lyx.org>
6278
6279         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6280         in the frontends.
6281
6282 2003-04-02  John Levon  <levon@movementarian.org>
6283
6284         * lyxtext.h:
6285         * text.C:
6286         * Makefile.am:
6287         * text_funcs.h:
6288         * text_funcs.C: make transposeChars a free function
6289
6290         * lyxrow_funcs.C: remove wrong comment
6291
6292 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6293
6294         * lyxtext.h: adjust
6295         * rowpainter.C: adjust
6296         * text.C: adjust
6297         * text2.C: adjust
6298         * text3.C: adjust
6299
6300         * lyxrow_funcs. [Ch]: new files
6301
6302         * lyxrow.[Ch]: remove next and previous pointers
6303         (next,previous): remove accessor functions
6304         (isParEnd): move to lyxrow_funcs
6305         (lastPos): move to lyxrow_funcs
6306         (nextRowIsAllInset): move to lyxrow_funcs
6307         (lastPrintablePos): move to lyxrow_funcs
6308         (numberOfSeparators): move to lyxrow_funcs
6309         (numberOfHfills): move to lyxrow_funcs
6310         (numberOfLabelHfills): move to lyxrow_funcs
6311         (hfillExpansion): move to lyxrow_funcs
6312
6313         * lyxfunc.C: adjust
6314
6315         * bufferview_funcs.C (toggleAndShow): adjust
6316
6317         * RowList.h: Remove class RowList from file leave just a
6318         std::list<Row>.
6319
6320         * RowList.C: delete file
6321
6322         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6323         and lyxrow_funcs.h
6324
6325 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6326
6327         * text3.C (cursorPrevious): adjust
6328         (cursorNext): adjust
6329         (dispatch): adjust
6330
6331         * text2.C (redoHeightOfParagraph): adjust
6332         (redoDrawingOfParagraph): adjust
6333         (setCursor): adjust
6334
6335         * text.C (breakParagraph): adjust
6336         (insertChar): adjust
6337         (backspace): adjust
6338
6339         * rowpainter.C (RowPainter): adjust
6340         (leftMargin): simplify and adjust
6341         (most rowpainter functions): adjust.
6342
6343         * rowpainter.h: store the row as RowList::iterator not as Row*
6344
6345         * lyxcursor.C (row): taka RowList::iterator as arg
6346         (irow): ditto
6347
6348         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6349         of Row*.
6350
6351 2003-04-01  Angus Leeming  <leeming@lyx.org>
6352
6353         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6354         stuff like bool Bool.
6355
6356 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6357
6358         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6359         rewrite a loop
6360
6361 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6362
6363         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6364         RowList::iterator.
6365
6366         * lyxtext.h (rows): drop one version and leve a const variant that
6367         returns a RowList::iterator.
6368
6369 2003-03-31  Angus Leeming  <leeming@lyx.org>
6370
6371         * text.C (fill): ensure that the signature is the same as that in the
6372         header file.
6373
6374 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6375
6376         * text2.C (redoParagraphs): adjust
6377         (updateCounters): adjust
6378         (checkParagraph): adjust
6379         (getColumnNearX): adjust and reformat a bit.
6380
6381         * text.C (top_y): adjust
6382         (workWidth): adjust
6383         (leftMargin): adjust
6384         (prepareToPrint): adjust
6385         (getRow): adjust
6386         (getRowNearY): adjust
6387
6388         * lyxtext.h: make rowlist_ mutable.
6389
6390         * RowList.h: add const_iterator
6391         * RowList.C: adjust for RowList::const_iterator.
6392
6393         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6394         adjust.
6395
6396 2003-03-31  John Levon  <levon@movementarian.org>
6397
6398         * lyxrc.h:
6399         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6400
6401         * lyx_main.C: set default fonts from using lyx_gui funcs
6402
6403         * exporter.C: pdf_mode moved from lyxrc
6404
6405         * lyx_cb.C:
6406         * lyxfunc.C: changes from above
6407
6408 2003-03-31  John Levon  <levon@movementarian.org>
6409
6410         * lyx_main.C: fix to the last fix
6411
6412 2003-03-31  John Levon  <levon@movementarian.org>
6413
6414         * bufferlist.C: "Load original" -> "Load Original"
6415
6416         * converter.C:
6417         * exporter.C:
6418         * importer.C:
6419         * lyx_main.C:
6420         * format.C: more Alert cleanups
6421
6422 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6423
6424         * text2.C (removeParagraph): make it take a RowList::iterator as
6425         arg, adjust.
6426         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6427         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6428
6429         * text.C (anchor_row): make it take a RowList::iterator as arg,
6430         adjust.
6431         (computeBidiTables): make it take a const reference to Row instead
6432         of Row pointer, adjust.
6433         (leftMargin): make it take a RowList::iterator as arg, adjust.
6434         (rowBreakPoint): adjust
6435         (breakAgainOneRow): make it take a RowList::iterator as arg,
6436         adjust.
6437         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6438
6439         * bufferview_funcs.C (toggleAndShow): adjust
6440
6441 2003-03-30  John Levon  <levon@movementarian.org>
6442
6443         * Makefile.am:
6444         * BoostFormat.h:
6445         * boost-inst.C: moved to support
6446
6447         * several files: changes as a result
6448
6449 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6450
6451         * text2.C (LyXText): adjust.
6452         (init): adjust
6453         (removeRow): make it take a RowList::iterator as arg, adjust.
6454         (fullRebreak): adjust
6455         (deleteEmptyParagraphMechanism): adjust
6456         (clearPaint): adjust
6457         (postPaint): adjust
6458
6459         * text.C (top_y): adjust
6460         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6461         (breakAgain): make it take a RowList::iterator as arg, adjust.
6462         (breakParagraph): adjust
6463         (insertChar): adjust
6464         (backspace): adjust
6465
6466         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6467         need_break_row, and refresh_row.
6468
6469         * text3.C (dispatch): adjust
6470
6471         * text2.C (checkParagraph): adjust
6472         (setCursor): adjust
6473         (setCursorFromCoordinates): adjust
6474
6475         * text.C (top_y): adjust
6476         (workWidth): adjust
6477         (getRow): make it return a RowList::iterator, adjust
6478         (getRowNearY): make it return a RowList::iterator, adjust
6479
6480         * text2.C (init): adjust
6481         (insertRow): remove function
6482         (insertParagraph): adjust
6483         (redoParagraphs): adjust
6484         (fullRebreak): adjust
6485         (updateCounters): adjust
6486
6487         * text.C (top_y): rewrite to use RowList iterators.
6488         (top_y): adjust
6489         (setHeightOfRow): rewrite to sue RowList iterators.
6490         (appendParagraph): adjust
6491         (breakAgain): adjust
6492         (breakAgainOneRow): adjust
6493         (breakParagraph): adjust
6494         (getRow): adjust
6495         (getRowNearY): adjust, and remove commented code.
6496
6497         * lyxtext.h (firstRow): delete function
6498         (lastRow): delete function
6499         (rows): new function (const and non-const versions.)
6500         (insertRow): delete function
6501
6502         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6503
6504 2003-03-29  John Levon  <levon@movementarian.org>
6505
6506         * BufferView_pimpl.C: always update scrollbar top
6507         because pasting text when we're anchored could mean we
6508         miss an update altogether
6509
6510 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6511
6512         * text2.C (init): use rowlist_.end() and not 0.
6513         (insertRow): change to take a RowList::iterator as arg, adjust
6514         for this.
6515         (insertParagraph): change to take a RowList::iterator as arg,
6516         adjust for this.
6517         (redoParagraphs): remove some debug msgs.
6518
6519         * text.C (appendParagraph): change to take a RowList::iterator
6520         arg, adjust for this.
6521         (breakAgain): add an assert
6522         (breakAgainOneRow): ditto
6523
6524 2003-03-29  John Levon  <levon@movementarian.org>
6525
6526         * text2.C: do not clear selection after inc/decDepth
6527         (bug 550)
6528
6529 2003-03-29  John Levon  <levon@movementarian.org>
6530
6531         * BufferView.C:
6532         * buffer.C: fix broken strerrors according to Lars
6533
6534 2003-03-29  John Levon  <levon@movementarian.org>
6535
6536         * converters.C: more Alert cleanups
6537
6538 2003-03-29  John Levon  <levon@movementarian.org>
6539
6540         * bufferview_funcs.C: remove pointless Alert
6541
6542         * buffer.C: fix confusing error message when
6543         a template is chmoded 000
6544
6545 2003-03-29  John Levon  <levon@movementarian.org>
6546
6547         * BufferView.C:
6548         * BufferView.h:
6549         * BufferView_pimpl.C: Alert fixes
6550
6551         * Makefile.am:
6552         * tabular.C:
6553         * tabular-old.C: remove unused table compat reading
6554
6555 2003-03-29  John Levon  <levon@movementarian.org>
6556
6557         * BufferView.C:
6558         * buffer.C:
6559         * lyx_cb.h:
6560         * lyx_cb.C: more Alert cleanups
6561
6562         * lyxfunc.C: don't allow chktex if not latex document
6563
6564 2003-03-29  John Levon  <levon@movementarian.org>
6565
6566         * lyx_cb.C:
6567         * BufferView.C:
6568         * buffer.C: warnings pushed down from support/,
6569         kill err_alert
6570
6571 2003-03-29  John Levon  <levon@movementarian.org>
6572
6573         * lyxfunc.C: safety check for C-r (revert)
6574
6575 2003-03-29  John Levon  <levon@movementarian.org>
6576
6577         * bufferlist.h:
6578         * bufferlist.C: several UI fixes using Alert::prompt.
6579         Fix the pointless looping quit code. Fix stupid revert
6580         behaviour (bug 938)
6581
6582         * lyxvc.h:
6583         * lyxvc.C:
6584         * lyx_cb.C: use Alert::prompt
6585
6586         * lyx_main.C: remove a silly question
6587
6588         * lyxfunc.C: remove a couple of silly questions,
6589         use Alert::prompt
6590
6591 2003-03-28  John Levon  <levon@movementarian.org>
6592
6593         * text2.C: fix bug 974 (End on empty par)
6594
6595 2003-03-28  John Levon  <levon@movementarian.org>
6596
6597         * BufferView_pimpl.C:
6598         * LyXAction.C:
6599         * lfuns.h: remove do-nothing math greek lfuns
6600
6601 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6602
6603         * lyxgluelength.h (isValidGlueLength): add default arg on
6604         parameter 2. Remove default arg from friend in class.
6605
6606         * lyxlength.h (isValidLength): add default arg on parameter 2.
6607         Remove default arg from friend in class.
6608
6609         * text2.C (LyXText): adjust, initialize refresh_row.
6610         (init): adjust
6611         (removeRow): adjust
6612         (insertRow): adjust
6613         (insertParagraph): adjst
6614         (redoParagraphs): adjust
6615         (fullRebreak): adjust
6616         (updateCounters): adjust
6617         (deleteEmptyParagraphMechanism): first attempt at fixing a
6618         crashing bug.
6619
6620         * text.C (top_y): adjust
6621         (setHeightOfRow): adjust
6622         (getRow): adjust
6623         (getRowNearY): adjust
6624
6625         * lyxtext.h: include RowList.h
6626         (~LyXText): not needed anymore, deleted.
6627         (firstRow): modify for RowList
6628         (lastRow): new function
6629         Delete firstrow and lastrow class variables, add a Rowlist
6630         rowlist_ class variable.
6631
6632         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6633         paragraph is empty.
6634
6635         * RowList.C (insert): fix case where it == begin().
6636
6637 2003-03-26  Angus Leeming  <leeming@lyx.org>
6638
6639         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6640         the thesaurus dialog.
6641
6642 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6643
6644         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6645
6646         * RowList.[Ch]: new files
6647
6648         * ParagraphList.C (erase): handle the case where it == begin
6649         correctly.
6650
6651 2003-03-25  John Levon  <levon@movementarian.org>
6652
6653         * Makefile.am:
6654         * aspell_local.h:
6655         * aspell.C: add new aspell support
6656
6657         * lyxrc.h:
6658         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6659         have it accessible.
6660
6661 2003-03-25  Angus Leeming  <leeming@lyx.org>
6662
6663         * lfuns.h:
6664         * LyXAction.C (init): new LFUN_INSET_INSERT.
6665
6666         * BufferView_pimpl.C (dispatch): split out part of the
6667         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6668
6669         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6670         LFUN_INSET_APPLY.
6671
6672 2003-03-25  Angus Leeming  <leeming@lyx.org>
6673
6674         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6675
6676 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6677
6678         * text2.C:
6679         * text3.C: remove useless row->height(0)
6680
6681 2003-03-25  John Levon  <levon@movementarian.org>
6682
6683         * lyxtext.h:
6684         * text2.C:
6685         * text3.C: rename the refreshing stuff to better names
6686
6687 2003-03-24  John Levon  <levon@movementarian.org>
6688
6689         * BufferView_pimpl.h:
6690         * BufferView_pimpl.C: update layout choice on a mouse
6691         press/release
6692
6693 2003-03-23  John Levon  <levon@movementarian.org>
6694
6695         * Makefile.am: fix commandtags.h reference
6696
6697 2003-03-22  John Levon  <levon@movementarian.org>
6698
6699         * BufferView_pimpl.C:
6700         * lyxtext.h:
6701         * rowpainter.C:
6702         * rowpainter.h:
6703         * text.C:
6704         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6705
6706 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6707
6708         * lyxtext.h:
6709         * text.C: take the rtl methods out of line
6710
6711 2003-03-21 André Pönitz <poenitz@gmx.net>
6712
6713         * metricsinfo.[Ch]: new files containing structures to be passed around
6714         during the two-phase-drawing...
6715
6716 2003-03-21 André Pönitz <poenitz@gmx.net>
6717
6718         * lyxtextclass.C: read 'environment' tag.
6719
6720 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6721
6722         * text2.C (removeRow): fix bug 964
6723
6724 2003-03-20  John Levon  <levon@movementarian.org>
6725
6726         * rowpainter.C:
6727         * text.C:
6728         * text2.C: paint cleanups. Inset::update() dropped font
6729         parameter
6730
6731 2003-03-19  John Levon  <levon@movementarian.org>
6732
6733         * lyxfunc.C: only fitcursor/markDirty if available()
6734
6735 2003-03-19  John Levon  <levon@movementarian.org>
6736
6737         * commandtags.h: rename to ...
6738
6739         * lfuns.h: ... this, and renumber / cleanup
6740
6741 2003-03-19  John Levon  <levon@movementarian.org>
6742
6743         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6744         fit the cursor after an lfun
6745
6746         * BufferView.h:
6747         * BufferView.C:
6748         * BufferView_pimpl.h:
6749         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6750
6751         * LyXAction.C: layout-character should have ReadOnly
6752
6753         * ParagraphParameters.C:
6754         * buffer.C:
6755         * bufferview_funcs.C:
6756         * lyx_cb.C:
6757         * lyxfind.C:
6758         * lyxtext.h:
6759         * text.C:
6760         * text2.C:
6761         * text3.C:
6762         * undo_funcs.C: changes from above
6763
6764 2003-03-18  John Levon  <levon@movementarian.org>
6765
6766         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6767         remove it from update()
6768
6769         * lyxfunc.C: update layout choice after an lfun
6770
6771         * text3.C: remove extra updateLayoutChoice()s
6772
6773 2003-03-18  John Levon  <levon@movementarian.org>
6774
6775         * text.C: top_y change means full repaint, fix
6776         a drawing bug with cursor movement
6777
6778 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6779
6780         * lyxtext.h:
6781         * text.C:
6782         * text2.C: anchor row on setCursor
6783
6784 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6785
6786         * lyxtext.h: remove almost all mutable keywords
6787         * text.C:
6788         * text2.C:
6789         * text3.C: remove const keywords accordingly
6790
6791 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6792
6793         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6794         anon namespace
6795         (TeXEnvironment): ditto
6796         (TeXOnePar): ditto
6797
6798 2003-03-17  John Levon  <levon@movementarian.org>
6799
6800         * text.C (rowBreakPoint): remove attempt to fix displayed
6801         math insets inside a manual label
6802
6803 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6804
6805         * lyxtext.h: remove BufferView* as first arg from almost all class
6806         functions.
6807         * other files: adjust.
6808
6809 2003-03-17  John Levon  <levon@movementarian.org>
6810
6811         * lyxtext.h:
6812         * undo_funcs.C:
6813         * text2.C: more paint cleanups
6814
6815         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6816
6817         * rowpainter.h:
6818         * rowpainter.C: remove "smart" background painting code
6819
6820 2003-03-16  John Levon  <levon@movementarian.org>
6821
6822         * lyxtext.h:
6823         * text.C:
6824         * text2.C:
6825         * text3.C: add helper functions for setting refresh_row/y
6826
6827 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6828
6829         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6830         newline inset which *can* get inserted in the pass_thru layouts.
6831         This is primarily for literate documents.
6832
6833 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6834
6835         * buffer.C: increment LYX_FORMAT to 223
6836
6837 2003-03-14 André Pönitz <poenitz@gmx.net>
6838
6839         * textclass.h: prepare for environment handling, ws changes
6840         * lyxlayout.C: read latexheader and latexfooter tags
6841
6842 2003-03-14  John Levon  <levon@movementarian.org>
6843
6844         * text2.C: rewrite ::status() a bit
6845
6846 2003-03-13  John Levon  <levon@movementarian.org>
6847
6848         * lyxtext.h: add some docs
6849
6850 2003-03-13  John Levon  <levon@movementarian.org>
6851
6852         * lyxtext.h:
6853         * text.C:
6854         * text2.C:
6855         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6856
6857 2003-03-13  John Levon  <levon@movementarian.org>
6858
6859         * text3.C: fix appendix redrawing
6860
6861 2003-03-13  John Levon  <levon@movementarian.org>
6862
6863         * text.C (setHeightOfRow):
6864         * rowpainter.h:
6865         * rowpainter.C: make appendix mark have the text
6866           "Appendix" so the user knows what it is
6867
6868         * LColor.h:
6869         * LColor.C: s/appendixline/appendix/ from above
6870
6871 2003-03-13  John Levon  <levon@movementarian.org>
6872
6873         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6874
6875         * text.C: fix a getChar(pos) bug properly
6876
6877 2003-03-13  Angus Leeming  <leeming@lyx.org>
6878
6879         * commandtags.h:
6880         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6881         Probably only temporary. Let's see how things pan out.
6882
6883         * BufferView.C (unlockInset):
6884         * BufferView_pimpl.C (fitCursor):
6885         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6886
6887         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6888         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6889
6890         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6891         new functions that convert ParagraphParameters to and from a string.
6892
6893         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6894         BufferView::Pimpl's dispatch.
6895         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6896
6897 2003-03-13 André Pönitz <poenitz@gmx.net>
6898
6899         * lyxfunc.C:
6900         * text3.C:
6901         * factory.C: make it aware of InsetEnv
6902
6903 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6904
6905         * text2.C (setCursor): never ask for one past last
6906         (setCursor): add some debugging messages.
6907
6908         * text.C (singleWidth): never ask for one past last
6909         (singleWidth): ditto
6910         (leftMargin): ditto
6911         (rightMargin): ditto
6912         (rowBreakPoint): ditto
6913         (setHeightOfRow): ditto
6914         (prepareToPrint): ditto
6915
6916         * rowpainter.C (paintBackground): never ask for one past last
6917         (paintText): never ask for one past last
6918
6919         * paragraph_pimpl.C (getChar): make the assert stricter, never
6920         allow the one past last pos to be taken
6921
6922         * paragraph.C (getChar): ws changes only
6923
6924         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6925         (numberOfSeparators): ditto
6926         (numberOfHfills): ditto
6927
6928 2003-03-12  John Levon  <levon@movementarian.org>
6929
6930         * author.h:
6931         * author.C:
6932         * bufferparams.h:
6933         * bufferparams.C:
6934         * paragraph_funcs.C: fix per-buffer authorlists
6935
6936 2003-03-12  John Levon  <levon@movementarian.org>
6937
6938         * text.C: fix newline in right address
6939
6940 2003-03-12  Angus Leeming  <leeming@lyx.org>
6941
6942         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6943         duplicate those in LyXFunc::dispatch.
6944
6945         * commandtags.h:
6946         * LyXAction.C:
6947         * ToolbarDefaults.C:
6948         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6949         Add LFUN_FONTFREE_UPDATE.
6950
6951         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6952         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6953
6954         * bufferview_func.[Ch]: several new functions to facilliate
6955         transfer of data to and from the character dialog.
6956
6957 2003-03-12  John Levon  <levon@movementarian.org>
6958
6959         * buffer.C:
6960         * paragraph.h:
6961         * paragraph.C:
6962         * paragraph_funcs.C:
6963         * paragraph_pimpl.C:
6964         * sgml.C:
6965         * tabular.C:
6966         * text.C:
6967         * text3.C: remove META_NEWLINE in favour of an inset
6968
6969         * rowpainter.h:
6970         * rowpainter.C: remove paintNewline (done by inset)
6971
6972 2003-03-12  John Levon  <levon@movementarian.org>
6973
6974         * paragraph_pimpl.C: complain about bad getChar()s
6975         for a while at least
6976
6977 2003-03-12  John Levon  <levon@movementarian.org>
6978
6979         * buffer.h:
6980         * buffer.C: move paragraph read into a separate function,
6981         a little renaming to reflect that.
6982
6983         * bufferparams.h:
6984         * bufferparams.C: remove the author_ids map, not necessary now
6985
6986         * factory.h:
6987         * factory.C: moved Buffer::readInset to here
6988
6989         * paragraph_funcs.h:
6990         * paragraph_funcs.C: readParagraph free function moved from
6991         buffer.C
6992
6993         * tabular.C: name change
6994
6995 2003-03-12  John Levon  <levon@movementarian.org>
6996
6997         * buffer.C:
6998         * ParagraphParameters.C: move par params input to
6999         a read() method
7000
7001         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7002         behave like a normal read from the stream wrt reading
7003         a line vs. a \\token
7004
7005 2003-03-12  John Levon  <levon@movementarian.org>
7006
7007         * paragraph.C:
7008         * ParagraphParameters.h:
7009         * ParagraphParameters.C: move output code to a
7010         ::write() method
7011
7012 2003-03-12  John Levon  <levon@movementarian.org>
7013
7014         * BufferView.C (insertLyXFile):
7015         * buffer.h:
7016         * buffer.C:
7017         * tabular.C: use a parlist iterator for creating the
7018           document.
7019
7020 2003-03-12  John Levon  <levon@movementarian.org>
7021
7022         * buffer.C: make current_change static local not
7023           static file-scope
7024
7025 2003-03-12  John Levon  <levon@movementarian.org>
7026
7027         * buffer.C: fix insertStringAsLines for change tracking
7028
7029 2003-03-12  John Levon  <levon@movementarian.org>
7030
7031         * BufferView.C:
7032         * tabular.C:
7033         * buffer.h:
7034         * buffer.C:
7035         * bufferparams.h:
7036         * bufferparams.C: move author list into params. Rename some
7037           functions. Move the header reading into a separate token
7038           loop. Move the header token reading into BufferParams.
7039
7040 2003-03-12  John Levon  <levon@movementarian.org>
7041
7042         * changes.C: put debug inside lyxerr.debugging() checks
7043
7044 2003-03-11 André Pönitz <poenitz@gmx.net>
7045
7046         * factory.C: make it aware of InsetHFill
7047
7048 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7049
7050         * buffer.C (latexParagraphs): move function from here...
7051         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7052         args.
7053
7054 2003-03-10  Angus Leeming  <leeming@lyx.org>
7055
7056         * LyXAction.C (init): fix bug in poplating array with multiple entries
7057         with the same LFUN (spotted by JMarc).
7058
7059 2003-03-10  John Levon  <levon@movementarian.org>
7060
7061         * text.C:
7062         * text2.C: move getColumnNearX() near its
7063         only call site
7064
7065 2003-03-10  John Levon  <levon@movementarian.org>
7066
7067         * text.C: fix break before a minipage
7068
7069 2003-03-10  John Levon  <levon@movementarian.org>
7070
7071         * text.C: fix the last commit
7072
7073 2003-03-09  John Levon  <levon@movementarian.org>
7074
7075         * lyxtext.h:
7076         * text.C:
7077         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7078         bug 365 (don't break before insets unless needed). Don't
7079         return a value > last under any circumstances.
7080
7081 2003-03-09  Angus Leeming  <leeming@lyx.org>
7082
7083         * BufferView_pimpl.C (trackChanges, dispatch): call
7084         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7085
7086 2003-03-09  Angus Leeming  <leeming@lyx.org>
7087
7088         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7089         than Dialogs::showAboutlyx().
7090
7091 2003-03-09  Angus Leeming  <leeming@lyx.org>
7092
7093         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7094         than Dialogs::showTabularCreate().
7095
7096 2003-03-09  John Levon  <levon@movementarian.org>
7097
7098         * lyxtext.h:
7099         * text.C:
7100         * text2.C: 3rd arg to nextBreakPoint was always the same.
7101           Use references.
7102
7103 2003-03-08  John Levon  <levon@movementarian.org>
7104
7105         * lyxrow.C:
7106         * paragraph.C:
7107         * paragraph.h:
7108         * rowpainter.C:
7109         * text.C:
7110         * text2.C: Remove the "main" bit from the "main body"
7111           notion.
7112
7113 2003-03-08  John Levon  <levon@movementarian.org>
7114
7115         * text.C (leftMargin): The left margin of an empty
7116         manual label paragraph should not include the label width
7117         string length.
7118
7119         * text.C (prepareToPrint): don't attempt to measure hfills
7120         for empty manual label paragraphs - the answer should be 0
7121
7122 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7123
7124         * CutAndPaste.C: remove commented code and reindent.
7125
7126 2003-03-08  John Levon  <levon@movementarian.org>
7127
7128         * lyxfunc.h:
7129         * lyxfunc.C: move reloadBuffer()
7130
7131         * BufferView.h:
7132         * BufferView.C: to here
7133
7134         * lyxvc.C: add comment
7135
7136         * vc-backend.h:
7137         * vc-backend.C: call bv->reload() to avoid
7138           getStatus() check on MENURELOAD
7139
7140 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7141
7142         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7143         to an old format .dep file.
7144
7145 2003-03-07  Angus Leeming  <leeming@lyx.org>
7146
7147         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7148         when the LFUN_MOUSE_RELEASE should have been handled by
7149         inset->localDispatch.
7150
7151 2003-03-07  Angus Leeming  <leeming@lyx.org>
7152
7153         * BufferView_pimpl.C (dispatch):
7154         * LyXAction.C (init):
7155         * ToolbarDefaults.C (init):
7156         * commandtags.h:
7157         * lyxfunc.C (getStatus):
7158         remove LFUN_INSET_GRAPHICS.
7159
7160         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7161
7162 2003-03-07  Angus Leeming  <leeming@lyx.org>
7163
7164         * commandtags.h:
7165         * LyXAction.C (init):
7166         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7167
7168         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7169
7170         * commandtags.h:
7171         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7172
7173         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7174         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7175
7176 2003-03-07  Angus Leeming  <leeming@lyx.org>
7177
7178         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7179         remove "ert".
7180
7181 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7182
7183         * ParagraphList.C (front): new function
7184         (back): implement
7185
7186 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7187
7188         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7189         and top_row_offset_. removed var first_y.
7190         * text.C (top_y):
7191         * text2.C (LyXText, removeRow):
7192         * text3.C:
7193         * BufferView_pimpl.C:
7194         use these methods instead of using first_y
7195
7196 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7197
7198         * text2.C (pasteSelection): adjust for checkPastePossible
7199
7200         * CutAndPaste.C: remove Paragraph * buf and replace with
7201         ParagraphList paragraphs.
7202         (DeleteBuffer): delete
7203         (cutSelection): change the tc type to textclass_type
7204         (copySelection): change the tc type to textclass_type
7205         (copySelection): adjust for ParagraphList
7206         (pasteSelection): change the tc type to textclass_type
7207         (pasteSelection): adjust for Paragraphlist
7208         (nrOfParagraphs): simplify for ParagraphList
7209         (checkPastePossible): simplify for ParagraphList
7210         (checkPastePossible): remove unused arg
7211
7212         * ParagraphList.C (insert): handle the case where there are no
7213         paragraphs yet.
7214
7215         * CutAndPaste.h: make CutAndPaste a namespace.
7216
7217         * text3.C (dispatch): adjust
7218
7219         * text.C (breakParagraph): add a ParagraphList as arg
7220
7221         * paragraph_funcs.C (breakParagraph): change to take a
7222         BufferParams and a ParagraphList as args.
7223         (breakParagraphConservative): ditto
7224         (mergeParagraph): ditto
7225         (TeXDeeper): add a ParagraphList arg
7226         (TeXEnvironment): ditto
7227         (TeXOnePar): ditto
7228
7229         * buffer.C (readLyXformat2): adjust
7230         (insertStringAsLines): adjust
7231         (latexParagraphs): adjust
7232
7233         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7234         (cutSelection): adjust
7235         (pasteSelection): adjust
7236
7237         * BufferView_pimpl.C (insertInset): adjust
7238
7239 2003-03-05  Angus Leeming  <leeming@lyx.org>
7240
7241         * commandtags.h:
7242         * LyXAction.C (init):
7243         * BufferView_pimpl.C (dispatch):
7244         * lyxfunc.C (getStatus):
7245         remove LFUN_CHILD_INSERT.
7246
7247         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7248
7249 2003-03-05  Angus Leeming  <leeming@lyx.org>
7250
7251         * commandtags.h:
7252         * LyXAction.C (init):
7253         * src/factory.C (createInset):
7254         * lyxfunc.C (getStatus):
7255         * text3.C (dispatch):
7256         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7257
7258         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7259
7260 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7261
7262         * ParagraphList.C (insert): handle insert right before end()
7263         (erase): fix cases where it can be first or last paragraph.
7264
7265 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7266
7267         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7268         Paragraph::next and Paragraph::previous
7269         (TeXOnePar): ditto
7270
7271         * text.C (breakParagraph): adjust
7272
7273         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7274         BufferParams& as arg.
7275         (breakParagraph): use ParagraphList::insert
7276         (breakParagraphConservative): take a Buffer* instead of a
7277         BufferParams& as arg.
7278         (breakParagraphConservative): use ParagraphList::insert.
7279
7280         * buffer.C (insertStringAsLines): un-const it
7281         (insertStringAsLines): adjust
7282
7283         * ParagraphList.C (insert): new function
7284
7285         * CutAndPaste.C (pasteSelection): adjust
7286
7287         * text.C (backspace): adjust
7288
7289         * tabular.C (SetMultiColumn): adjust
7290
7291         * CutAndPaste.C (cutSelection): adjust
7292         (pasteSelection): adjust
7293
7294         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7295         Buffer const * as arg
7296
7297         * ParagraphList.C (erase): new function
7298         * paragraph_funcs.C (mergeParagraph): use it
7299         (mergeParagraph): make it take a Buffer* instead of a
7300         BufferParams* as arg
7301
7302         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7303         as arg
7304         (breakParagraphConservative): ditto
7305
7306         * paragraph.h: remove the breakParagraph friend
7307
7308         * paragraph.C (eraseIntern): new function
7309         (setChange): new function
7310
7311         * paragraph_funcs.C (mergeParagraph): make it take a
7312         ParagraphList::iterator instead of a Paragraph *, adjust
7313         accordingly.
7314
7315         * paragraph.h: move an #endif so that the change tracking stuff
7316         also works in the NO_NEXT case.
7317
7318 2003-03-04  Angus Leeming  <leeming@lyx.org>
7319
7320         * commandtags.h:
7321         * LyXAction.C: new LFUN_INSET_MODIFY.
7322
7323         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7324         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7325
7326 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7327
7328         * several files: ws changes only
7329
7330         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7331         (TeXEnvironment): ditto
7332         (TeXDeeper): ditto
7333
7334         * buffer.C (makeLaTeXFile): adjust
7335         (latexParagraphs): make it take ParagraphList::iterator as args
7336
7337 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7338
7339         * buffer.C (latexParagraphs): adjust
7340
7341         * paragraph.C (TeXOnePar): move function...
7342         (optArgInset): move function...
7343         (TeXEnvironment): move function...
7344         * paragraph_pimpl.C (TeXDeeper): move function...
7345         * paragraph_funcs.C: ...here
7346
7347         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7348
7349 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7350
7351         * buffer.C (readInset): remove compability code for old Figure and
7352         InsetInfo insets
7353
7354 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7355
7356         * buffer.C: ws changes
7357         (readInset):
7358
7359         * BufferView_pimpl.C: ditto
7360         * author.C: ditto
7361         * buffer.h: ditto
7362         * bufferlist.h: ditto
7363         * changes.h: ditto
7364         * lyxfunc.C: ditto
7365
7366 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7367
7368         * converter.[Ch]: split into itself +
7369         * graph.[Ch]
7370         * format.[Ch]
7371         * Makefile.am: += graph.[Ch] + format.[Ch]
7372         * MenuBackend.C
7373         * buffer.C
7374         * exporter.C
7375         * importer.C
7376         * lyx_main.C
7377         * lyxfunc.C
7378         * lyxrc.C: added #include "format.h"
7379
7380 2003-02-27  Angus Leeming  <leeming@lyx.org>
7381
7382         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7383           a label.
7384
7385         * factory.C (createInset): add "label" to the factory.
7386
7387         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7388           string and do no more.
7389
7390 2003-02-27  Angus Leeming  <leeming@lyx.org>
7391
7392         * commandtags.h:
7393         * LyXAction.C (init):
7394         * factory.C (createInset):
7395         * BufferView_pimpl.C (dispatch):
7396           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7397
7398         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7399
7400         * lyxfunc.C (dispatch):
7401         * text3.C (dispatch): pass name to params2string.
7402
7403 2003-02-26  Angus Leeming  <leeming@lyx.org>
7404
7405         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7406           blocks together.
7407           Rearrange the ~includes. Strip out the unnecessary ones.
7408
7409         * factory.C (createInset): reformat.
7410           create new insets for the various LFUN_XYZ_APPLY lfuns.
7411
7412 2003-02-26  John Levon  <levon@movementarian.org>
7413
7414         * lyxrow.h:
7415         * lyxrow.C: add isParStart,isParEnd helpers
7416
7417         * paragraph.h: make isInserted/DeletedText take refs
7418
7419         * paragraph_funcs.h:
7420         * paragraph_funcs.C: remove #if 0'd code
7421
7422         * lyxtext.h:
7423         * text3.C:
7424         * text2.C:
7425         * text.C: use lyxrow helpers above.
7426           Move draw and paint routines to RowPainter.
7427           Make several methods use refs not pointers.
7428           Make backgroundColor() const.
7429           Add markChangeInDraw(), isInInset().
7430           Merge changeRegionCase into changeCase.
7431           Make workWidth() shouldn't-happen code into an Assert.
7432
7433         * rowpainter.h:
7434         * rowpainter.C: new class for painting a row.
7435
7436         * vspace.h:
7437         * vspace.C: make inPixels take a ref
7438
7439 2003-02-26  Angus Leeming  <leeming@lyx.org>
7440
7441         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7442         LFUN_REF_APPLY.
7443
7444 2003-02-25  John Levon  <levon@movementarian.org>
7445
7446         * ispell.C: give the forked command a more accurate name
7447
7448 2003-02-22  John Levon  <levon@movementarian.org>
7449
7450         * toc.h:
7451         * toc.C: make TocItem store an id not a Paragraph *
7452           (bug #913)
7453
7454 2003-02-21  Angus Leeming  <leeming@lyx.org>
7455
7456         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7457           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7458           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7459           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7460           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7461           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7462
7463         * BufferView_pimpl.C (dispatch):
7464         * LyXAction.C (init):
7465         * factory.C (createInset):
7466         * lyxfunc.C (getStatus, dispatch):
7467         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7468
7469 2003-02-21  Angus Leeming  <leeming@lyx.org>
7470
7471         * BufferView_pimpl.C (MenuInsertLyXFile):
7472         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7473         * lyxfunc.C (menuNew, open, doImport):
7474           no longer pass a LyXView & to fileDlg.
7475
7476 2003-02-21  Angus Leeming  <leeming@lyx.org>
7477
7478         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7479         * LyXAction.C: change, BIBKEY to BIBITEM.
7480         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7481         Change InsetBibKey to InsetBibitem.
7482         Change BIBKEY_CODE to BIBITEM_CODE.
7483         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7484         * factory.C: replace insetbib.h with insetbibitem.h.
7485         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7486         * paragraph.C: replace insetbib.h with insetbibitem.h.
7487         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7488         Change bibkey() to bibitem().
7489         * text.C: remove insetbib.h.
7490         * text2.C: replace insetbib.h with insetbibitem.h.
7491         change bibkey() to bibitem().
7492         * text3.C: remove insetbib.h.
7493         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7494
7495 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7496
7497         * lyxrc.C (output): enclose user email in quotes (in case there are
7498         several words)
7499
7500 2003-02-18  John Levon  <levon@movementarian.org>
7501
7502         * buffer.h: add std::
7503
7504 2003-02-17  John Levon  <levon@movementarian.org>
7505
7506         * SpellBase.h:
7507         * ispell.h:
7508         * ispell.C:
7509         * pspell.h:
7510         * pspell.C: reworking. Especially in ispell, a large
7511           number of clean ups and bug fixes.
7512
7513         * lyxfunc.C: fix revert to behave sensibly
7514
7515 2003-02-17 André Pönitz <poenitz@gmx.net>
7516
7517         * LyXAction.C:
7518         * commandtags.h: new LFUN_INSERT_BIBKEY
7519
7520         * layout.h:
7521         * lyxlayout.C:
7522         * buffer.C:
7523         * factory.C:
7524         * text.C:
7525         * text2.C:
7526         * text3.C:
7527         * paragraph.[Ch]:
7528         * paragraph_func.C: remove special bibkey handling
7529
7530 2003-02-17  John Levon  <levon@movementarian.org>
7531
7532         * text.C (Delete): fix case where delete at the end of
7533           the very first paragraph would not merge the pars
7534
7535 2003-02-17  John Levon  <levon@movementarian.org>
7536
7537         * lyxrow.C: fix lastPrintablePos()
7538
7539 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7540
7541         * bufferparams.C (writeLaTeX): add a std:here
7542
7543         * buffer.C: and remove a using directive there
7544
7545 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7546
7547         * buffer.C (makeLaTeXFile): move the code that generates the
7548           preamble...
7549
7550         * bufferparams.C (writeLaTeX): ... in this new method
7551
7552         * LaTeXFeatures.C (getEncodingSet): make const
7553           (getLanguages): make const
7554
7555         * MenuBackend.C (binding): returns the binding associated to this
7556           action
7557           (add): sets the status of each item by calling getStatus. Adds
7558           some intelligence.
7559           (read): add support for OptSubMenu
7560           (expand): remove extra separator at the end of expanded menu
7561
7562 2003-02-15  John Levon  <levon@movementarian.org>
7563
7564         * BufferView.C:
7565         * BufferView_pimpl.C:
7566         * bufferlist.h:
7567         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7568           inset code that had no actual effect. Remove unneeded status
7569           code.
7570
7571 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7572
7573         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7574           in preamble
7575
7576 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7577
7578         * text.C (drawLengthMarker): also draw an arrow marker for
7579           symbolic lengths (medskip...)
7580
7581 2003-02-14  John Levon  <levon@movementarian.org>
7582
7583         * tabular.h:
7584         * tabular.C: better method names
7585
7586 2003-02-14  John Levon  <levon@movementarian.org>
7587
7588         * BufferView_pimpl.C:
7589         * bufferlist.C:
7590         * buffer.C:
7591         * converter.C:
7592         * lyx_cb.C:
7593         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7594           it's a more accurate name. Remove some pointless uses.
7595
7596 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7597
7598         * text2.C (LyXText): change order of initilizers to shut off
7599           warnings
7600
7601 2003-02-14  John Levon  <levon@movementarian.org>
7602
7603         * buffer.C: use ParIterator for getParFromID()
7604
7605         * paragraph.h:
7606         * paragraph.C:
7607         * paragraph_pimpl.h:
7608         * paragraph_pimpl.C: remove unused getParFromID()
7609
7610 2003-02-14  John Levon  <levon@movementarian.org>
7611
7612         * buffer.C: remove some very old #if 0'd parse code
7613
7614 2003-02-13  John Levon  <levon@movementarian.org>
7615
7616         * text.h:
7617         * text.C:
7618         * text2.C: move hfillExpansion(), numberOfSeparators(),
7619           rowLast(), rowLastPrintable(), numberofHfills(),
7620           numberOfLabelHfills() ...
7621
7622         * lyxrow.h:
7623         * lyxrow.C: ... to member functions here.
7624
7625         * paragraph.h:
7626         * paragraph.C:
7627         * lyxtext.h:
7628         * text.C: remove LyXText::beginningOfMainBody(), and call
7629           p->beginningOfMainBody() directly. Move the check for
7630           LABEL_MANUAL into the latter.
7631
7632         * text.h:
7633         * text.C:
7634         * text2.C:
7635         * vspace.C:
7636         * BufferView.h:
7637         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7638
7639         * text.h:
7640         * text.C:
7641         * text2.C:
7642         * text3.C:
7643         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7644           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7645
7646 2003-02-13  John Levon  <levon@movementarian.org>
7647
7648         * CutAndPaste.C: remove debug
7649
7650 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7651
7652         * paragraph.C (asString): remove two unused variables
7653
7654         * lyxtextclass.C (readTitleType):
7655           (Read):
7656           (LyXTextClass): handle new members titletype_ and titlename_
7657
7658         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7659
7660 2003-02-09  John Levon  <levon@movementarian.org>
7661
7662         * buffer.h:
7663         * buffer.C: replace hand-coded list with a map for the dep clean
7664
7665 2003-02-08  John Levon  <levon@movementarian.org>
7666
7667         * LaTeX.C: consolidate code into showRunMessage() helper
7668
7669 2003-02-08  John Levon  <levon@movementarian.org>
7670
7671         * lyxfind.C:
7672         * lyxtext.h:
7673         * text2.C:
7674         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7675           and pass the size in explicitly
7676
7677         * BufferView_pimpl.h:
7678         * BufferView_pimpl.C:
7679         * BufferView.h:
7680         * BufferView.C: add getCurrentChange()
7681
7682         * BufferView_pimpl.h:
7683         * BufferView_pimpl.C: handle change lfuns
7684
7685         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7686           for changes. Mark pasted paragraphs as new.
7687
7688         * support/lyxtime.h:
7689         * support/lyxtime.C:
7690         * DepTable.C: abstract time_t as lyx::time_type
7691
7692         * LColor.h:
7693         * LColor.C: add colours for new text, deleted text, changebars
7694
7695         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7696           package use "usenames" option.
7697
7698         * commandtags.h:
7699         * lyxfunc.C:
7700         * LyXAction.C: add change lfuns
7701
7702         * Makefile.am:
7703         * author.h:
7704         * author.C: author handling
7705
7706         * buffer.h:
7707         * buffer.C: add a per-buffer author list, with first entry as
7708           current author. Handle new .lyx tokens for change tracking. Output
7709           author list to .lyx file. Output dvipost stuff to .tex preamble.
7710           Bump lyx format to 222.
7711
7712         * bufferlist.h:
7713         * bufferlist.C: add setCurrentAuthor() to reset current author details
7714           in all buffers.
7715
7716         * bufferparams.h:
7717         * bufferparams.C: add param for tracking
7718
7719         * bufferview_funcs.C: output change info in minibuffer
7720
7721         * Makefile.am:
7722         * changes.h:
7723         * changes.C: add change-tracking structure
7724
7725         * debug.h:
7726         * debug.C: add CHANGES debug flag
7727
7728         * lyxfind.h:
7729         * lyxfind.C: add code for finding the next change piece
7730
7731         * lyxrc.h:
7732         * lyxrc.C: add user_name and user_email
7733
7734         * lyxrow.h:
7735         * lyxrow.C: add a metric for the top of the text line
7736
7737         * lyxtext.h:
7738         * text.C: implement accept/rejectChange()
7739
7740         * lyxtext.h:
7741         * text.C: paint changebars. Paint new/deleted text in the chosen
7742         colours. Strike through deleted text.
7743
7744         * paragraph.h:
7745         * paragraph.C:
7746         * paragraph_pimpl.h:
7747         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7748           in the current change to the insert functions. Rework erase to
7749           mark text as deleted, adding an eraseIntern() and a range-based
7750           erase(). Implement per-paragraph change lookup and
7751           accept/reject.
7752
7753         * paragraph_funcs.C: Fixup paste for change tracking.
7754
7755         * tabular.C: mark added row/columns as new.
7756
7757         * text.C: fix rowLast() to never return -1. Don't allow
7758           spellchecking of deleted text. Track transpose changes. Don't
7759           allow paragraph break or merge where appropriate.
7760
7761         * text2.C: leave cursor at end of selection after a cut.
7762
7763 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7764
7765         * text.C (getLengthMarkerHeight):
7766         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7767         visible on screen too.
7768
7769 2003-02-07  John Levon  <levon@movementarian.org>
7770
7771         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7772
7773 2003-02-05  Angus Leeming  <leeming@lyx.org>
7774
7775         * lyxserver.C (read_ready): revert my patch of 11 September last year
7776         as it sends PC cpu through the roof. Presumably this means that
7777         the lyxserver will no longer run on an Alpha...
7778
7779 2003-01-30  Angus Leeming  <leeming@lyx.org>
7780
7781         * factory.C (createInset): create an InsetCommandParam of type "index"
7782         and use it to 'do the right thing'.
7783
7784         * text2.C (getStringToIndex): ensure that cursor position is always
7785         reset to the reset_cursor position.
7786
7787 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7788
7789         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7790         disabled.
7791
7792 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7793
7794         * bufferview.C:
7795         * lyxcb.C:
7796         * lyxfunc.C: Output messages with identical spelling, punctuation,
7797         and spaces
7798
7799 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7800
7801         * MenuBackend.C (expandFormats): List only viewable export formats
7802         in "View" menu
7803
7804         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7805         message
7806
7807         * lyxfunc.C (getStatus): Make sure that formats other than
7808         "fax" can also be disabled
7809
7810 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7811
7812         * text3.C (dispatch): put the lfuns that insert insets in 3
7813         groups, and call doInsertInset with appropriate arguments.
7814         (doInsertInset): new function, that creates an inset and inserts
7815         it according to some boolean parameters.
7816
7817 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7818
7819         * buffer.C (readFile): remember to pass on 'par' when calling
7820         readFile recursively.
7821
7822 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7823
7824         * MenuBackend.C (expandFormats): add "..." to import formats.
7825
7826 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7827
7828         * paragraph.C (asString): Remove XForms RTL hacks.
7829
7830 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7831         * buffer.C: fix typo
7832
7833 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7834
7835         * Makefile.am (LIBS): delete var
7836         (lyx_LDADD): add @LIBS@ here instead.
7837
7838 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7839
7840         * Clarify the meaning of "wheel mouse jump"
7841
7842 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7843
7844         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7845         tabular in a float
7846
7847 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7848
7849         * importer.C (Loaders): do not preallocate 3 elements in the
7850         vector, since one ends up with 6 elements otherwise
7851
7852 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7853
7854         * DepTable.C (write): write the file name as last element of the
7855         .dep file (because it may contain spaces)
7856         (read): read info in the right order
7857
7858 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7859
7860         * paragraph_pimpl.C (simpleTeXBlanks):
7861         (simpleTeXSpecialChars):
7862         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7863
7864         * tabular.C (latex): add some missing case statements. Reindent.
7865
7866         * MenuBackend.C (expandToc): remove unused variable.
7867
7868 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7869
7870         * LColor.C:
7871         * LaTeX.C:
7872         * LyXAction.C:
7873         * MenuBackend.C:
7874         * buffer.C:
7875         * exporter.C:
7876         * lyxfunc.C:
7877         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7878         and the like.
7879
7880 2003-01-05  John Levon  <levon@movementarian.org>
7881
7882         * BufferView.h:
7883         * BufferView.C: add getEncoding()
7884
7885         * kbsequence.h:
7886         * kbsequence.C: do not store last keypress
7887
7888         * lyxfunc.h:
7889         * lyxfunc.C: store last keypress here instead. Pass encoding
7890           to getISOEncoded()
7891
7892 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7893
7894         * lyx_main.C (init): remove annoying error message when following
7895         symbolic links (bug #780)
7896
7897 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7898
7899         * text.C (insertChar):
7900         * lyxrc.C (getDescription): remove extra spaces
7901
7902 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7903
7904         * lyxrc.C (getDescription): remove extra spaces
7905
7906 2002-12-20  John Levon  <levon@movementarian.org>
7907
7908         * text3.C: hack fix for page up/down across tall rows
7909
7910 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7911
7912         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7913         not been invoked
7914
7915 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7916
7917         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7918         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7919         thesaurus is not compiled in
7920
7921 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7922
7923         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7924
7925 2002-12-16  Angus Leeming  <leeming@lyx.org>
7926
7927         * lyxrc.[Ch]:
7928         * lyx_main.C (init): remove override_x_deadkeys stuff.
7929
7930 2002-12-12  John Levon  <levon@movementarian.org>
7931
7932         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7933           insert. Only remove shift modifier under strict
7934           circumstances.
7935
7936 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7937
7938         * MenuBackend.C (expandToc): fix crash.
7939
7940 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7941
7942         * MenuBackend.C (expandToc): gettext on float names.
7943
7944 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7945
7946         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7947         implement bool empty() [bug 490]
7948
7949 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7950
7951         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7952
7953 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7954
7955         * several files: ws changes
7956
7957 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7958
7959         * text2.C (setCounter): clean up a bit, use boost.format.
7960         (updateCounters): initialize par upon declaration.
7961
7962         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7963         if the layout exists. We do not just store the layout any more.
7964         (SwitchLayoutsBetweenClasses): use boost.format
7965
7966 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7967
7968         * converter.C (convert): if from and to files are the same, use a
7969         temporary files as intermediary
7970
7971 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7972
7973         * commandtags.h:
7974         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7975
7976 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7977
7978         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7979
7980 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7981
7982         * tabular.C (asciiPrintCell): use string(size, char) instead of
7983         explicit loop.
7984
7985         * sgml.C (openTag): fix order of arguments to string constructor
7986         (closeTag): ditto
7987
7988         * lyxfunc.C (dispatch): use boost.format
7989
7990         * lots of files: change "c" -> 'c'
7991
7992 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7993
7994         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7995
7996 2002-11-25  Angus Leeming  <leeming@lyx.org>
7997
7998         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7999
8000         * lyx_main.C (init): compile fix.
8001
8002 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8003
8004         * lyx_cb.C (start): boost.formatify
8005         do not include <iostream>
8006
8007         * lengthcommon.C: ws only
8008
8009         * boost-inst.C,BoostFormat.h: add more explict instantations
8010
8011 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8012
8013         * lots of files: handle USE_BOOST_FORMAT
8014
8015 2002-11-21  John Levon  <levon@movementarian.org>
8016
8017         * pspell.C: fix compile
8018
8019 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8020
8021         * lyxfunc.C (dispatch): use boost::format
8022         (open): ditto
8023         (doImport): ditto
8024
8025         * lyxfont.C (stateText): use boost::format
8026
8027         * lyx_main.C (LyX): use boost::format
8028         (init): ditto
8029         (queryUserLyXDir): ditto
8030         (readRcFile): ditto
8031         (parse_dbg): ditto
8032         (typedef boost::function): use the recommened syntax.
8033
8034         * importer.C (Import): use boost::format
8035
8036         * debug.C (showLevel): use boost::format
8037
8038         * converter.C (view): use boost::format
8039         (convert): ditto
8040         (move): ditto
8041         (scanLog): ditto
8042
8043         * bufferview_funcs.C (currentState): use boost::format
8044
8045         * bufferlist.C (emergencyWrite): use boost::format
8046
8047         * buffer.C (readLyXformat2): use boost::format
8048         (parseSingleLyXformat2Token): ditto
8049
8050         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8051
8052         * LaTeX.C (run): use boost::format
8053
8054         * Chktex.C (scanLogFile): use boost::format
8055
8056         * BufferView_pimpl.C (savePosition): use boost::format
8057         (restorePosition): ditto
8058         (MenuInsertLyXFile): ditto
8059
8060         * BoostFormat.h: help file for explicit instation.
8061
8062 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8063
8064         * tabular.C (latex): Support for block alignment in fixed width
8065         columns.
8066
8067 2002-11-17  John Levon  <levon@movementarian.org>
8068
8069         * BufferView_pimpl.C:
8070         * lyx_cb.C:
8071         * lyxfunc.C: split filedialog into open/save
8072
8073 2002-11-08  Juergen Vigna  <jug@sad.it>
8074
8075         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8076         by my last patch (hopefully).
8077
8078 2002-11-08  John Levon  <levon@movementarian.org>
8079
8080         * iterators.h:
8081         * iterators.C:
8082         * buffer.h:
8083         * buffer.C:
8084         * paragraph.h:
8085         * paragraph.C:
8086         * toc.h:
8087         * toc.C: ParConstIterator, and use it (from Lars)
8088
8089 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8090
8091         * lyxtextclass.[Ch]: revise and add doxygen comments
8092
8093 2002-11-07  John Levon  <levon@movementarian.org>
8094
8095         * text.C: fix progress value for spellchecker
8096
8097         * toc.C: fix navigate menu for insetwrap inside minipage
8098
8099         * paragraph_funcs.C: added FIXME for suspect code
8100
8101 2002-11-07  John Levon  <levon@movementarian.org>
8102
8103         * BufferView_pimpl.C: fix redrawing of insets
8104           on buffer switch
8105
8106 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8107
8108         * text2.C (updateCounters): fix bug 668
8109
8110 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8111
8112         * text3.C (dispatch): Do not make the buffer dirty when moving the
8113         cursor.
8114
8115 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8116
8117         * vc-backend.C: STRCONV
8118         (scanMaster): ditto
8119
8120         * text2.C (setCounter): STRCONV
8121
8122         * paragraph.C (asString): STRCONV
8123
8124         * lyxlength.C (asString): STRCONV
8125         (asLatexString): ditto
8126
8127         * lyxgluelength.C (asString): STRCONV
8128         (asLatexString): ditto
8129
8130         * lyxfunc.C (dispatch): STRCONV
8131         (open): ditto
8132
8133         * lyxfont.C (stateText): STRCONV
8134
8135         * importer.C (Import): STRCONV
8136
8137         * counters.C (labelItem): STRCONV
8138         (numberLabel): ditto
8139         (numberLabel): remove unused ostringstream o
8140
8141         * chset.C: STRCONV
8142         (loadFile): ditto
8143
8144         * bufferview_funcs.C (currentState): STRCONV
8145
8146         * buffer.C (readFile): STRCONV
8147         (asciiParagraph): ditto
8148         (makeLaTeXFile): ditto
8149
8150         * Spacing.C (writeEnvirBegin): STRCONV
8151
8152         * LaTeXFeatures.C (getLanguages): STRCONV
8153         (getPackages): ditto
8154         (getMacros): ditto
8155         (getBabelOptions): ditto
8156         (getTClassPreamble): ditto
8157         (getLyXSGMLEntities): ditto
8158         (getIncludedFiles): ditto
8159
8160         * LaTeX.C: STRCONV
8161         (run): ditto
8162         (scanAuxFile): ditto
8163         (deplog): ditto
8164
8165         * LString.h: add the STRCONV macros
8166
8167         * BufferView_pimpl.C (savePosition): STRCONV
8168         (restorePosition): ditto
8169         (MenuInsertLyXFile): ditto
8170
8171         * vc-backend.C (scanMaster): change from submatch[...] to
8172         submatch.str(...)
8173
8174         * funcrequest.C: include config.h
8175
8176         * factory.C: include config.h
8177
8178         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8179
8180         * box.C: include config.h
8181
8182         * LaTeX.C (scanAuxFile): change from submatch[...] to
8183         submatch.str(...)
8184         (deplog): ditto
8185
8186 2002-10-25  Angus Leeming  <leeming@lyx.org>
8187
8188         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8189
8190         * ispell.[Ch] (setError): new method.
8191         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8192         Use setError() insetead of goto END.
8193
8194         * lyx_cb.C (AutoSave): move out child process into new class
8195         AutoSaveBuffer.
8196
8197 2002-10-30  John Levon  <levon@movementarian.org>
8198
8199         * text3.C: make start appendix undoable
8200
8201 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8202
8203         * lyxlength.C (inPixels): Fix returned value.
8204
8205         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8206         environment.
8207
8208 2002-10-24  Angus Leeming  <leeming@lyx.org>
8209
8210         * lyxgluelength.h: no need to forward declare BufferParams
8211         or BufferView, so don't.
8212
8213 2002-10-21  John Levon  <levon@movementarian.org>
8214
8215         * BufferView.C: menuUndo ->undo, redo
8216
8217         * BufferView.h: document, remove dead, make some methods private
8218
8219         * paragraph_funcs.h:
8220         * paragraph_funcs.C:
8221         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8222
8223         * buffer.h:
8224         * buffer.C:
8225         * sgml.h:
8226         * sgml.C: move sgml open/close tag into sgml.C
8227
8228         * bufferview_funcs.h: unused prototype
8229
8230         * lyxfunc.h:
8231         * lyxfunc.C: remove unused
8232
8233         * lyxtext.h:
8234         * text.C: remove unused
8235
8236 2002-10-21  John Levon  <levon@movementarian.org>
8237
8238         * BufferView.h:
8239         * BufferView.C:
8240         * BufferView_pimpl.h:
8241         * BufferView_pimpl.C: fix mouse wheel handling based on
8242           patch from Darren Freeman
8243
8244 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8245
8246         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8247
8248 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8249
8250         * lyxlength.C (inPixels): Fix hanfling of negative length.
8251         Fix LyXLength::MU case.
8252
8253 2002-10-16  John Levon  <levon@movementarian.org>
8254
8255         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8256
8257 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8258
8259         * converter.C (view): add support for $$i (file name) and $$p
8260         (file path) for the viewer command. If $$i is not specified, then
8261         it is appended to the command (for compatibility with old syntax)
8262
8263 2002-10-14  Juergen Vigna  <jug@sad.it>
8264
8265         * undo_funcs.C (textHandleUndo): alter the order in which the
8266         new undopar is added to the LyXText, as we have to set first
8267         the right prev/next and then add it as otherwise the rebuild of
8268         LyXText is not correct. Also reset the cursor to the right paragraph,
8269         with this IMO we could remove the hack in "redoParagraphs()".
8270
8271 2002-10-09  Angus Leeming  <leeming@lyx.org>
8272
8273         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8274         to turn off an optimisation if a new inset is to be inserted.
8275
8276 2002-10-11 André Pönitz <poenitz@gmx.net>
8277
8278         * lyxtext.h: make some functions public to allow access
8279         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8280
8281 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8282
8283         * text3.C (dispatch): when changing layout, avoid an infinite loop
8284         [bug #652]
8285
8286 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8287
8288         * lyxrc.C (read): treat a viewer or converter command of "none" as
8289         if it were empty.
8290
8291         * MenuBackend.C (expandFormats): for an update, also allow the
8292         formats that are not viewable
8293
8294         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8295         script if it is newer than the lyxrc.defaults in user directory
8296
8297 2002-10-07 André Pönitz <poenitz@gmx.net>
8298
8299         * text.C: Vitaly Lipatov's small i18n fix
8300
8301 2002-09-25  Angus Leeming  <leeming@lyx.org>
8302
8303         * ispell.h: doxygen fix.
8304
8305 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8306
8307         * buffer.h (readFile): Add a new argument to the method, to allow
8308         reading of old-format templates.
8309
8310 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8311
8312         * toc.C (getTocList): Get TOC from InsetWrap.
8313
8314 2002-09-16  John Levon  <levon@movementarian.org>
8315
8316         * lyxfunc.C: check tabular for cut/copy too
8317
8318 2002-09-12  John Levon  <levon@movementarian.org>
8319
8320         * LyXAction.C: tidy
8321
8322         * factory.h:
8323         * factory.C: add header
8324
8325         * paragraph_funcs.h:
8326         * paragraph_funcs.C: cleanup
8327
8328 2002-09-11  John Levon  <levon@movementarian.org>
8329
8330         * PrinterParams.h: odd/even default to true
8331
8332 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8333
8334         * PrinterParams.h: update printer parameters for new xforms dialog
8335
8336 2002-09-11  Angus Leeming  <leeming@lyx.org>
8337
8338         * lyxserver.C (read_ready): re-write to make it more transparent
8339         and to make it work in coherent fashion under Tru64 Unix.
8340
8341 2002-09-11  André Pönitz <poenitz@gmx.net>
8342
8343         * commandtags.h:
8344         * LyXAction.C:
8345         * text3.C: implement LFUN_WORDSEL
8346
8347 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8348
8349         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8350         make floatlist_ a boost::shared_ptr<FloatList>
8351
8352         * lyxtextclass.C: include FloatList.h
8353         (LyXTextClass): initialize floatlist_
8354         (TextClassTags): add TC_NOFLOAT
8355         (Read): match "nofloat" to TC_NOFLOAT and use it.
8356         (readFloat): modify call to floatlist_
8357         (floats): ditto
8358         (floats): ditto
8359
8360         * FloatList.[Ch] (FloatList): remove commented out float
8361         initialization.
8362         (erase): new function
8363
8364 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8365
8366         * MenuBackend.C (expandToc): fix crash when there is no document
8367         open
8368
8369 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8370
8371         * many files: Add insetwrap.
8372
8373 2002-09-09  John Levon  <levon@movementarian.org>
8374
8375         * text2.C: remove confusing and awkward depth wraparound
8376
8377 2002-09-09  John Levon  <levon@movementarian.org>
8378
8379         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8380
8381         * buffer.h:
8382         * buffer.C: remove getIncludeonlyList()
8383
8384         * paragraph.C:
8385         * lyxfunc.C: remove headers
8386
8387 2002-09-09  Juergen Vigna  <jug@sad.it>
8388
8389         * text.C (getColumnNearX): fix form Michael this is most
8390         probably a cut&paste bug.
8391
8392 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8393
8394         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8395
8396         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8397         references, ws changes.
8398
8399         * text2.C (init): update counters after init
8400         (insertParagraph): no need to set counter on idividual paragraphs.
8401         (setCounter): access the counters object in the textclass object
8402         on in the buffer object.
8403         (updateCounters): ditto
8404
8405         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8406         shared_ptr<Counters> to avoid loading counters.h in all
8407         compilation units.
8408         (LyXTextClass): initialize ctrs_
8409         (TextClassTags): add TC_COUNTER, and ...
8410         (Read): use it here.
8411         (CounterTags): new tags
8412         (readCounter): new function
8413         (counters): new funtion
8414         (defaultLayoutName): return a const reference
8415
8416         * counters.C (Counters): remove contructor
8417         (newCounter): remove a couple of unneeded statements.
8418         (newCounter): simplify a bit.
8419         (numberLabel): some small formatting changes.
8420
8421         * buffer.[Ch]: remove all traces of counters, move the Counters
8422         object to the LyXTextClass.
8423
8424 2002-09-06  Alain Castera  <castera@in2p3.fr>
8425
8426         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8427         package to set the horizontal alignment on fixed width columns.
8428
8429         * lyx_sty.C:
8430         * lyx_sty.h: added tabularnewline macro def.
8431
8432         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8433
8434 2002-09-06  John Levon  <levon@movementarian.org>
8435
8436         * LyXAction.C: tooltips for sub/superscript
8437
8438         * MenuBackend.C: a bit more verbose
8439
8440         * lyxfunc.C: tiny clean
8441
8442         * undo_funcs.C: document undo_frozen
8443
8444 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8445
8446         * counters.C (Counters): add missing algorithm counter.
8447
8448         * text2.C (setCounter): lookup the counter with layouts latexname
8449         instead of by section number.
8450         (setCounter): use a hackish way to lookup the correct enum
8451         counter.
8452         a float name->type change
8453         reset enum couners with counter name directly instead of depth value.
8454
8455         * counters.C (Counters): remove the push_backs, change to use the
8456         float type not the float name.
8457         (labelItem): remove unused string, float name->type change
8458
8459         * counters.h: don't include vector, loose the enums and sects vectors
8460
8461 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8462
8463         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8464         (Read): add float->TC_FLOAT to textclassTags
8465         (Read): and handle it in the switch
8466         (readFloat): new function
8467
8468         * FloatList.C (FloatList): comment out the hardcoded float
8469         definitions.
8470
8471         * lyxlayout.h: ws change.
8472
8473 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8474
8475         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8476
8477 2002-09-03  Angus Leeming  <leeming@lyx.org>
8478
8479         * BufferView_pimpl.h: qualified name is not allowed in member
8480         declaration: WorkArea & Pimpl::workarea() const;
8481
8482         * factory.C: added using std::endl directive.
8483
8484         * text3.C: added using std::find and std::vector directives.
8485
8486 2002-08-29  André Pönitz <poenitz@gmx.net>
8487
8488         * lyxtext.h:
8489         * text2.C: remove unused member number_of_rows
8490
8491         * Makefile.am:
8492         * BufferView2.C: remove file, move contents to...
8493         * BufferView.C: ... here
8494
8495         * BufferView_pimpl.C:
8496         * factory.C: move more inset creation to factory
8497
8498         * vspace.C: avoid direct usage of LyXText, ws changes
8499
8500         * BufferView.[Ch]:
8501                 don't provide direct access to WorkArea, use two simple
8502                 acessors haveSelction() and workHeight() instead
8503
8504
8505 2002-08-29  John Levon  <levon@movementarian.org>
8506
8507         * BufferView_pimpl.C (dispatch): do not continue when
8508           no buffer
8509
8510 2002-08-28  André Pönitz <poenitz@gmx.net>
8511
8512         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8513
8514         * BufferView.h:
8515         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8516
8517 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8518
8519         * buffer.C: increment LYX_FORMAT to 221
8520
8521         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8522         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8523
8524         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8525
8526         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8527
8528 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8529
8530         * factory.C (createInset): use LyXTextClass::floats
8531
8532         * MenuBackend.C (expandFloatListInsert):
8533         (expandFloatInsert):
8534         (expandToc):
8535
8536         * text2.C (setCounter):
8537
8538         * LaTeXFeatures.C (useFloat):
8539         (getFloatDefinitions):
8540
8541         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8542
8543         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8544         floatlist_, with accessor floats().
8545
8546         * FloatList.h: remove global FloatList
8547
8548 2002-08-26  André Pönitz <poenitz@gmx.net>
8549
8550         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8551
8552         * BufferView.h:
8553         * BufferView2.C:
8554         * BufferView_pimpl.C:
8555         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8556
8557 2002-08-25  John Levon  <levon@movementarian.org>
8558
8559         * LyXAction.C: fix margin note description
8560
8561 2002-08-24  John Levon  <levon@movementarian.org>
8562
8563         * buffer.C:
8564         * bufferlist.C:
8565         * bufferview_funcs.C:
8566         * lyxfont.C:
8567         * undo_funcs.C: cleanups
8568
8569         * lyxfunc.C: disable CUT/COPY when no selection
8570
8571 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8572
8573         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8574         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8575
8576         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8577         Add backward compatibility to "mono", "gray" and "no".
8578
8579 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8580
8581         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8582         (and file_format >= 200).
8583
8584 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8585
8586         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8587
8588 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8589
8590         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8591
8592 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8593
8594         * BufferView_pimpl.C:
8595         * LyXAction.C:
8596         * buffer.C:
8597         * commandtags.h:
8598         * lyxfunc.C:
8599         * paragraph.[Ch]:
8600         * text2.C:
8601         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8602         inset and code to make it  work with the paragraph code. The inset
8603         can be anywhere in the paragraph, but will only do the expected
8604         thing in LaTeX if the layout file contains the parameter line
8605                         OptionalArgs    1
8606         (or more generally, a nonzero value) for that layout.
8607
8608 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8609
8610         * paragraph.h: remove the declaration of undefined counters class
8611         function.
8612
8613 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8614
8615         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8616         Dr. Richard Hawkins.
8617
8618 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8619
8620         * paragraph_funcs.h: remove some unneeded includes
8621
8622         * text.C (backspace): pasteParagraph now in global scipe
8623
8624         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8625         (pasteSelection): ditto
8626
8627         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8628         * paragraph_funcs.C (pasteParagraph): ... here
8629
8630 2002-08-20  André Pönitz <poenitz@gmx.net>
8631
8632         * commandtags.h: new LFUNs for swapping/copying table row/colums
8633
8634         * LyXAction.C:
8635         * lyxfunc.C: support for new lfuns
8636
8637 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8638
8639         * tabular.C:
8640         * buffer.[Ch]: remove NO_COMPABILITY stuff
8641
8642 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8643
8644         * boost.C (throw_exception): new file, with helper function for
8645         boost compiled without exceptions.
8646
8647         * paragraph.h:
8648         * lyxlength.C:
8649         * buffer.C:
8650         * ParameterStruct.h:
8651         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8652
8653         * bufferlist.C (emergencyWriteAll): use boost bind
8654
8655         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8656
8657         * text.C: include paragraph_funcs.h
8658         (breakParagraph): breakParagraph is now in global scope
8659
8660         * paragraph_funcs.[Ch]: new files
8661
8662         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8663         global scope
8664
8665         * buffer.C: include paragraph_funcs.h
8666         (insertStringAsLines): breakParagraph is now in global scope
8667
8668         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8669         paragraph_funcs.C
8670
8671         * CutAndPaste.C: include paragraph_funcs.h
8672         (cutSelection): breakParagraphConservative is now in global scope
8673         (pasteSelection): ditto
8674
8675         * buffer.h: declare oprator== and operator!= for
8676         Buffer::inset_iterator
8677
8678         * bufferlist.C (emergencyWrite): don't use fmt(...)
8679
8680         * text3.C: add using std::endl
8681
8682         * BufferView.C (moveCursorUpdate): remove default arg
8683
8684 2002-08-20  André Pönitz <poenitz@gmx.net>
8685
8686         * buffer.[Ch]: move inline functions to .C
8687
8688         * BufferView2.C:
8689         * BufferView_pimpl.C:
8690         * text.C:
8691         * buffer.[Ch]: use improved inset_iterator
8692
8693         * buffer.C:
8694         * paragraph.[Ch]: write one paragraph at a time
8695
8696 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8697
8698         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8699         style if style is not specified.
8700
8701 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8702
8703         * text2.C (setCounter): when searching for right label for a
8704         caption, make sure to recurse to parent insets (so that a caption
8705         in a minipage in a figure float works) (bug #568)
8706
8707 2002-08-20  André Pönitz <poenitz@gmx.net>
8708
8709         * text3.C: new file for LyXText::dispatch() and helpers
8710
8711         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8712
8713         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8714
8715 2002-08-19  André Pönitz <poenitz@gmx.net>
8716
8717         * lyxtext.h:
8718         * text.C: new LyXText::dispatch()
8719
8720         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8721
8722 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8723
8724         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8725
8726         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8727         Hebrew text.
8728
8729 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8730
8731         * Makefile.am: use $(variables) instead of @substitutions@
8732
8733 2002-08-15  André Pönitz <poenitz@gmx.net>
8734
8735         * lyxfunc.C:
8736         * BufferView_pimpl.C: streamlining mathed <-> outer world
8737         interaction
8738
8739         * commandtags.h:
8740         * LyXAction.C: remove unused LFUN_MATH
8741
8742 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8743
8744         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8745
8746 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8747
8748         * paragraph.C (Paragraph): reformat a bit
8749         (cutIntoMinibuffer): use builtin InsetList function instad of
8750         doing it manually.
8751         (getInset): ditto
8752
8753         * buffer.C: include boost/bind.hpp, add using std::for_each
8754         (writeFileAscii): use ParagraphList iterators
8755         (validate): use for_each for validate traversal of paragraphs
8756         (getBibkeyList): use ParagraphList iterators
8757         (resizeInsets): use for_each to resizeInsetsLyXText for all
8758         paragraphs.
8759         (getParFromID): use ParagraphList iterators
8760
8761         * BufferView2.C (lockInset): use paragraph list and iterators
8762
8763 2002-08-14  John Levon  <levon@movementarian.org>
8764
8765         * lyxserver.C: remove spurious xforms include
8766
8767 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8768
8769         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8770
8771 2002-08-13  André Pönitz <poenitz@gmx.net>
8772
8773         * LyXAction.[Ch]:
8774         * lyxfunc.C: further cleaning
8775
8776 2002-08-13  André Pönitz <poenitz@gmx.net>
8777
8778         * funcrequest.h: new constructor
8779
8780         * funcrequest.C: move stuff here from .h
8781
8782         * Makefile.am:
8783         * BufferView_pimpl.C:
8784         * LyXAction.C:
8785         * toc.C:
8786         * lyxfunc.C: subsequent changes
8787
8788         * lyxfunc.h: new view() member function
8789
8790         * lyxfunc.C: subsequent changes
8791
8792 2002-08-13  Angus Leeming  <leeming@lyx.org>
8793
8794         * BufferView2.C:
8795         * BufferView_pimpl.C:
8796         * buffer.C:
8797         * converter.C:
8798         * importer.C:
8799         * lyxfunc.C:
8800         * lyxvc.C:
8801         * toc.C:
8802         * vc-backend.C:
8803         changes due to the changed LyXView interface that now returns references
8804         to member variables not pointers.
8805
8806 2002-08-13  Angus Leeming  <leeming@lyx.org>
8807
8808         * WordLangTuple (word, lang_code): return references to strings,
8809         not strings.
8810
8811         * BufferView.h:
8812         * SpellBase.h:
8813         * lyxtext.h: forward-declare WordLangTuple.
8814
8815         * BufferView2.C:
8816         * ispell.C:
8817         * pspell.C:
8818         * text.C: #include "WordLangTuple.h".
8819
8820         * lyxtext.h:
8821         * text.C: (selectNextWordToSpellcheck): constify return type.
8822
8823 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8824
8825         * buffer.C:
8826         * buffer.h:
8827         * lyxtext.h:
8828         * paragraph.C:
8829         * paragraph_pimpl.h:
8830         * text.C:
8831         * text2.C:
8832         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8833         suggested by Angus.
8834         Made updateCounter always count from start of buffer, and removed
8835         second argument (par).
8836         Reverted floats number display to '#'. Perhaps I'll try again when the
8837         code base is sanitized a bit.
8838
8839 2002-08-12  Angus Leeming  <leeming@lyx.org>
8840
8841         * buffer.[Ch] (getLabelList): constify.
8842
8843 2002-08-07  André Pönitz <poenitz@gmx.net>
8844
8845         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8846
8847         * funcrequest.h: extension to keep mouse (x,y) position
8848
8849 2002-08-12  Juergen Vigna  <jug@sad.it>
8850
8851         * BufferView2.C (insertErrors): forbid undo when inserting error
8852         insets.
8853
8854         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8855
8856 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8857
8858         * ParagraphList.[Ch]: new files
8859
8860         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8861
8862         * BufferView2.C (lockInset): ParagraphList changes
8863         * toc.C: ditto
8864         * text2.C: ditto
8865         * bufferlist.C: ditto
8866         * buffer.h: ditto
8867         * buffer.C: ditto
8868
8869 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8870
8871         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8872         unused class variable counter_,
8873
8874         * paragraph.[Ch] (getFirstCounter): delete unused function
8875
8876         * counters.C: include LAssert.h
8877         (reset): add a new function with no arg, change other version to
8878         not have def. arg and to not allow empty arg.
8879
8880         * text2.C (setCounter): remove empty arg from call to Counters::reset
8881
8882 2002-08-11  John Levon  <levon@movementarian.org>
8883
8884         * Makefile.am: add WordLangTuple.h
8885
8886 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8887
8888         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8889         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8890
8891         * insets/insettext.C: InsetList changes
8892
8893         * graphics/GraphicsSupport.C (operator()): InsetList changes
8894
8895         * toc.C (getTocList): InsetList changes
8896
8897         * paragraph_pimpl.[Ch]: InsetList changes
8898
8899         * paragraph.[Ch]: InsetList changes
8900
8901         * buffer.C (inset_iterator): InsetList changes
8902         (setParagraph): ditto
8903         * buffer.h (inset_iterator): ditto
8904         * iterators.C (operator++): ditto
8905         * iterators.h: ditto
8906
8907         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8908
8909         * InsetList.[Ch]: new files, most InsetList handling moved out of
8910         paragraph.C.
8911
8912         * BufferView2.C (removeAutoInsets): InsetList changes
8913         (lockInset): ditto
8914         (ChangeInsets): ditto
8915
8916 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8917
8918         * paragraph_pimpl.h (empty): new function
8919
8920         * paragraph.[Ch] (empty): new function
8921
8922         * other files: use the new Paragraph::empty function
8923
8924 2002-08-09  John Levon  <levon@movementarian.org>
8925
8926         * lyxtext.h: remove unused refresh_height
8927
8928 2002-08-09  John Levon  <levon@movementarian.org>
8929
8930         * Makefile.am:
8931         * sgml.h:
8932         * sgml.C:
8933         * buffer.C:
8934         * paragraph.h:
8935         * paragraph.C: move sgml char escaping out of paragraph
8936
8937         * paragraph.h:
8938         * paragraph.C: remove id setter
8939
8940         * buffer.C:
8941         * paragraph.C:
8942         * paragraph_pimpl.C: remove dead tex_code_break_column
8943
8944         * bufferview_funcs.C: small cleanup
8945
8946         * lyxfunc.C: remove dead proto
8947
8948         * lyxtext.h: make some stuff private. Remove some dead stuff.
8949
8950         * lyxgluelength.C: make as[LyX]String() readable
8951
8952 2002-08-08  John Levon  <levon@movementarian.org>
8953
8954         * LyXAction.h:
8955         * LyXAction.C:
8956         * MenuBackend.C:
8957         * ToolbarDefaults.C:
8958         * lyxfunc.C:
8959         * lyxrc.C:
8960         * toc.C: lyxaction cleanup
8961
8962 2002-08-08  John Levon  <levon@movementarian.org>
8963
8964         * BufferView2.C: small cleanup
8965
8966         * lyxfind.h:
8967         * lyxfind.C: move unnecessary header into the .C
8968
8969 2002-08-08  John Levon  <levon@movementarian.org>
8970
8971         * funcrequest.h: just tedious nonsense
8972
8973         * lyx_main.h:
8974         * lyx_main.C: cleanups
8975
8976         * buffer.C:
8977         * vspace.C: remove dead header lyx_main.h
8978
8979 2002-08-07  Angus Leeming  <leeming@lyx.org>
8980
8981         * Paragraph.[Ch]:
8982         * paragraph_pimpl.h:
8983         Forward declare class Counters in paragraph.h by moving the ctrs member
8984         variable into Paragraph::Pimpl.
8985         (counters): new method, returning a reference to pimpl_->ctrs.
8986
8987         * text2.C: ensuing changes.
8988
8989 2002-08-07  John Levon  <levon@movementarian.org>
8990
8991         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8992
8993         * BufferView_pimpl.C: announce X selection on double/triple
8994           click
8995
8996         * lyx_main.C: use correct bool in batch dispatch
8997
8998         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8999
9000 2002-08-07  André Pönitz <poenitz@gmx.net>
9001
9002         * funcrequest.h: new class to wrap a kb_action and its argument
9003
9004         * BufferView.[Ch]:
9005         * BufferView_pimpl[Ch]:
9006         * LaTeX.C:
9007         * LyXAction.[Ch]:
9008         * lyxfunc.[Ch]:
9009         * lyxrc.C: subsequent changes
9010
9011
9012 2002-08-07  John Levon  <levon@movementarian.org>
9013
9014         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9015           document options change.
9016
9017 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9018
9019         * counters.[Ch]
9020         * text2.C
9021         * paragraph.[Ch]
9022         * makefile.am: move counters functionality over from
9023         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9024
9025 2002-08-06  John Levon  <levon@movementarian.org>
9026
9027         * WordLangTuple.h: new file for word + language code tuple
9028
9029         * SpellBase.h:
9030         * pspell.h:
9031         * pspell.C:
9032         * ispell.h:
9033         * ispell.C:
9034         * lyxtext.h:
9035         * text.C:
9036         * text2.C:
9037         * BufferView.h:
9038         * BufferView2.C: use WordLangTuple
9039
9040         * layout.h:
9041         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9042
9043 2002-08-06  John Levon  <levon@movementarian.org>
9044
9045         * lyx_main.C: fix cmdline batch handling
9046
9047 2002-08-06  André Pönitz <poenitz@gmx.net>
9048
9049         * lyxrc.C: set default for show_banner to true
9050
9051 2002-08-06  John Levon  <levon@movementarian.org>
9052
9053         * pspell.C: fix a crash, and allow new aspell to work
9054
9055 2002-08-06  John Levon  <levon@movementarian.org>
9056
9057         * lyxfunc.C:
9058         * kbmap.C: small cleanup
9059
9060         * vspace.h:
9061         * vspace.C: add const
9062
9063 2002-08-05  John Levon  <levon@movementarian.org>
9064
9065         * LyXAction.C: back to tabular-insert
9066
9067 2002-08-04  John Levon  <levon@movementarian.org>
9068
9069         * BufferView.h:
9070         * BufferView.C: cosmetic change
9071
9072         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9073
9074         * bufferlist.C:
9075         * buffer.h:
9076         * buffer.C:
9077         * lyxcb.h:
9078         * lyxcb.C:
9079         * lyxserver.C:
9080         * lyxvc.C:
9081         * vc-backend.C:
9082         * BufferView2.C: purge all "Lyx" not "LyX" strings
9083
9084         * lyxcursor.h:
9085         * lyxcursor.C: attempt to add some documentation
9086
9087         * lyxfunc.C:
9088         * commandtags.h:
9089         * LyXAction.C:
9090         * ToolbarDefaults.C:
9091         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9092           merge with LFUN_TABULAR_INSERT
9093
9094         * Makefile.am:
9095         * SpellBase.h:
9096         * ispell.h:
9097         * ispell.C:
9098         * pspell.h:
9099         * pspell.C: split up i/pspell implementations into separate
9100           files, many cleanups
9101
9102         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9103
9104         * text2.C: some cleanup
9105
9106         * lyxfunc.C: don't check for isp_command == "none" any more, it
9107           didn't make any sense
9108
9109 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9110
9111         * counters.[Ch]
9112         * text2.C
9113         * paragraph.[Ch]
9114         * makefile.am: move counters functionality over
9115         from text2.C/paragraph.[Ch] to counters.[Ch], and
9116         make proper C++.
9117 2002-08-02  John Levon  <levon@movementarian.org>
9118
9119         * buffer.C: s/lyxconvert/lyx2lyx/
9120
9121 2002-08-02  Angus Leeming  <leeming@lyx.org>
9122
9123         * lyxlex.C: revert John's change as it breaks reading of the user
9124         preamble.
9125
9126 2002-08-02  Angus Leeming  <leeming@lyx.org>
9127
9128         * importer.C (Import):
9129         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9130         changes due to LyXView::view() now returning a boost::shared_ptr.
9131
9132 2002-08-02  John Levon  <levon@movementarian.org>
9133
9134         * lyxlex.C: small cleanup
9135
9136 2002-08-02  John Levon  <levon@movementarian.org>
9137
9138         * text2.C (status): small cleanup, no logic change
9139
9140 2002-08-01  John Levon  <levon@movementarian.org>
9141
9142         * buffer.h:
9143         * buffer.C (writeFile): don't output alerts, caller
9144           handles this
9145
9146         * bufferlist.C:
9147         * lyx_cb.C: from above
9148
9149         * lyxfunc.C: allow to open non-existent files
9150
9151 2002-07-31  John Levon  <levon@movementarian.org>
9152
9153         * lyxserver.C: don't let incidental errors get
9154           in the way (errno)
9155
9156 2002-07-30  John Levon  <levon@movementarian.org>
9157
9158         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9159
9160 2002-07-30  John Levon  <levon@movementarian.org>
9161
9162         * lyxserver.h:
9163         * lyxserver.C: remove I/O callback too
9164
9165 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9166
9167         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9168         log.
9169
9170 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9171
9172         * many files: strip,frontStrip -> trim,ltrim,rtrim
9173
9174 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9175
9176         * PrinterParams.h: remove extern containsOnly, and include
9177         support/lstrings.h instead.
9178
9179         * LaTeX.C (scanAuxFile): modify because of strip changes
9180         (deplog): ditto
9181         * buffer.C (makeLaTeXFile): ditto
9182         * bufferparams.C (writeFile): ditt
9183         * lyxfont.C (stateText): ditto
9184         * lyxserver.C (read_ready): ditto
9185         * vc-backend.C (scanMaster): ditto
9186
9187         * BufferView_pimpl.h: ws changes
9188
9189         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9190
9191 2002-07-26  André Pönitz <poenitz@gmx.net>
9192
9193         * kb_sequence.C: remove unnedred usings
9194
9195 2002-07-26  Juergen Vigna  <jug@sad.it>
9196
9197         * lyxfind.C (LyXReplace): we have to check better if the returned
9198         text is not of theLockingInset()->getLockingInset().
9199
9200 2002-07-25  Juergen Vigna  <jug@sad.it>
9201
9202         * lyxfind.C (LyXReplace): don't replace if we don't get the
9203         right LyXText.
9204
9205         * undo_funcs.C (createUndo): remove debugging code.
9206
9207 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9208
9209         * buffer.C (parseSingleLyXformat2Token): Use default placement
9210         when reading old floats.
9211
9212         * FloatList.C (FloatList): Change the default placement of figure
9213         and tables to "tbp".
9214
9215 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * MenuBackend.C: using std::max
9218
9219 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9220
9221         * MenuBackend.C (expandToc):
9222         (expandToc2): code moved from xforms menu frontend. It is now
9223         generic and TOCs are transparent to menu frontends.
9224
9225 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9226
9227         * toc.C (getTocList): protect against buf=0
9228
9229         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9230         Menu as first parameter. Now, this calls itself recursively to
9231         expand a whole tree (this will be useful for TOC handling)
9232         (expandFloatInsert): remove 'wide' version of floats
9233
9234         * MenuBackend.h (submenuname): returns the name of the submenu.
9235         (submenu): returns the submenu itself, provided it has been
9236         created by MenuBackend::expand
9237
9238 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9239
9240         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9241         insets which have noFontChange == true. (bug #172)
9242
9243 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9244
9245         * BufferView_pimpl.C: add connection objects and use them...
9246         (Pimpl): here.
9247
9248 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9249
9250         * MenuBackend.C (expandLastfiles):
9251         (expandDocuments):
9252         (expandFormats):
9253         (expandFloatListInsert):
9254         (expandFloatInsert):
9255         (expand): split expand in parts
9256
9257 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9258
9259         * lyx_gui.C: use lyx_gui::exit()
9260
9261 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9262
9263         * LyXAction.C: show the failing pseudo action
9264
9265 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9266
9267         * buffer.C (readFile): Run the lyxconvert script in order to read
9268         old files.
9269
9270 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9271
9272         * LyXAction.C:
9273         * commandtags.h:
9274         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9275
9276 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9277
9278         * LyXAction.C:
9279         * commandtags.h:
9280         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9281
9282 2002-07-22  Herbert Voss  <voss@lyx.org>
9283
9284         * lengthcommon.C:
9285         * lyxlength.[Ch]: add support for the vertical lengths
9286
9287 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9288
9289         * toc.[Ch]: std:: fixes
9290
9291 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9292
9293         * lyxrc.C: do not include lyx_main.h
9294
9295         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9296         for layouts
9297
9298         * lyxrc.C:
9299         * encoding.C:
9300         * bufferlist.C:
9301         * BufferView2.C: include "lyxlex.h"
9302
9303         * tabular.h:
9304         * bufferparams.h: do not #include "lyxlex.h"
9305
9306         * lyxtextclasslist.C (Add): remove method
9307         (classlist): renamed to classlist_
9308
9309         * paragraph_pimpl.C:
9310         * paragraph.C:
9311         * text2.C:
9312         * CutAndPaste.C:
9313         * bufferview_funcs.C:
9314         * bufferlist.C:
9315         * text.C:
9316         * LaTeXFeatures.C:
9317         * buffer.C:
9318         * toc.C (getTocList): use BufferParams::getLyXTextClass
9319
9320         * toc.C (getTocList): use InsetFloat::addToToc
9321
9322         * toc.[Ch]: new files, containing helper functions to handle table
9323         of contents
9324
9325         * lyxfunc.C (dispatch): no need to remove spaces around command
9326         given as a string
9327         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9328         first command of the sequence; it is not very clever, but I do not
9329         have a better idea, actually
9330
9331         * LyXAction.C (LookupFunc): make sure to remove space at the
9332         beginning and end of the command
9333
9334 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9335
9336         * MenuBackend.C (getMenubar): new method: return the menubar of
9337         this menu set
9338         (read): treat differently reading of menu and menubar (in
9339         particular, the menubar has no name now)
9340         (Menu::menubar): remove
9341
9342         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9343         saving is finished
9344
9345 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9346
9347         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9348         a bibitem inset in a RTL paragraph.
9349
9350 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9351
9352         * paragraph_pimpl.C: constify
9353
9354         * BufferView_pimpl.C:
9355         * LaTeX.C:
9356         * lyxfunc.C: fix dispatch in a nicer way
9357
9358 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9359
9360         * lyxfunc.C (dispatch):
9361         * BufferView_pimpl.C:
9362         * BufferView_pimpl.h:
9363         * BufferView.C:
9364         * BufferView.h: rename Dispatch() to dispatch()
9365
9366         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9367
9368         * lyxlayout.C (Read): honor DependsOn tag
9369
9370         * lyxlayout.[Ch] (depends_on): new method
9371
9372         * version.C.in: update lyx_docversion
9373
9374         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9375
9376         * paragraph.C (validate): remove from here...
9377         * paragraph_pimpl.C (validate): ... and move here
9378         (isTextAt): make it const
9379
9380         * buffer.C (getLists): ws cleanup
9381
9382 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9383
9384         * language.C (read): Use iso8859-1 encoding in latex_lang
9385         (this prevents LyX from crashing when using iso10646-1 encoding).
9386
9387 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9388
9389         * text2.C (toggleInset): if cursor is inside an inset, close the
9390         inset and leave cursor _after_ it
9391
9392 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9393
9394         * lyxfunc.C: move minibuffer completion handling out of here
9395
9396 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9397
9398         * BufferView_pimpl.C:
9399         * LaTeX.C: fix dispatch calls
9400
9401 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9402
9403         * text.C (drawChars): Fix Arabic text rendering.
9404
9405 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9406
9407         * LyXAction.C:
9408         * commandtags.h:
9409         * lyxfunc.C: remove message-push/pop
9410
9411         * lyxserver.C:
9412         * lyxfunc.h:
9413         * lyxfunc.C: rationalise some code by removing verboseDispatch
9414           in favour of a bool argument to dispatch()
9415
9416 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9417
9418         * lyx_main.C (init): make sure to read symlinks as absolute paths
9419
9420 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9421
9422         * lyxfunc.h:
9423         * lyxfunc.C: no need for commandshortcut to be a member
9424
9425 2002-07-15  André Pönitz <poenitz@gmx.net>
9426
9427         * converter.C: add support for $$s (scripts from lib/scripts dir)
9428         * lyx_main.C: white space
9429
9430 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9431
9432         * bufferlist.C:
9433         * lyxrc.h:
9434         * lyxrc.C: remove second exit confirmation
9435
9436 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9437
9438         * BufferView.h:
9439         * BufferView.C:
9440         * BufferView2.C:
9441         * BufferView_pimpl.h:
9442         * BufferView_pimpl.C:
9443         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9444
9445 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9446
9447         * MenuBackend.C (expand): add numeric shortcuts to document menu
9448
9449         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9450
9451 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9452
9453         * lyxfont.C (setLyXFamily):
9454         (setLyXSeries):
9455         (setLyXShape):
9456         (setLyXSize):
9457         (setLyXMisc):
9458         (lyxRead):
9459         * debug.C (value):
9460         * buffer.C (asciiParagraph): use ascii_lowercase
9461
9462 2002-07-15  Mike Fabian  <mfabian@suse.de>
9463
9464         * lyxlex_pimpl.C (search_kw):
9465         * lyxlex.C (getLongString):
9466         * converter.h (operator<):
9467         * converter.C (operator<):
9468         * buffer.C (parseSingleLyXformat2Token):
9469         (asciiParagraph):
9470         * ToolbarDefaults.C (read):
9471         * MenuBackend.C (checkShortcuts):
9472         (read):
9473         * LColor.C (getFromGUIName):
9474         (getFromLyXName): use the compare_ascii_no_case instead of
9475         compare_no_case, because in turkish, 'i' is not the lowercase
9476         version of 'I', and thus turkish locale breaks parsing of tags.
9477
9478 2002-07-16  Angus Leeming  <leeming@lyx.org>
9479
9480         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9481         now takes a Buffer const & argument.
9482
9483 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9484
9485         * BufferView.C (resize): check there's a buffer to resize
9486
9487 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9488
9489         * lyxfunc.C: remove dead code
9490
9491         * lyxserver.h:
9492         * lyxserver.C: use lyx_guii::set_read_callback
9493
9494 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9495
9496         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9497         an inset in a RTL paragraph.
9498
9499 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9500
9501         * lyxfunc.C: repaint after a font size update
9502
9503 2002-07-15  André Pönitz <poenitz@gmx.net>
9504
9505         * lyxlength.C: inBP should be able to return negative values
9506
9507 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9508
9509         * lyxfunc.C: use lyx_gui::update_fonts()
9510
9511 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9512
9513         * lyxfunc.C: use lyx_gui::update_color()
9514
9515 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * bufferlist.C:
9518         * lyxfunc.h:
9519         * lyxfunc.C:
9520         * lyxrc.h:
9521         * lyxrc.C: remove file->new asks for name option, and let
9522           buffer-new take an argument
9523
9524 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9525
9526         * BufferView_pimpl.C: remove unneeded extra repaint()
9527
9528 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9529
9530         * LyXAction.C: allow command-sequence with NoBuffer
9531
9532         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9533
9534 2002-07-10  Angus Leeming  <leeming@lyx.org>
9535
9536         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9537
9538 2002-07-09  Angus Leeming  <leeming@lyx.org>
9539
9540         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9541
9542 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9543
9544         * lengthcommon.h: whitespace
9545
9546         * lyxfunc.C: update scrollbar after goto paragraph
9547
9548         * lyxtext.h: factor out page break drawing, and fix it so
9549           page break/added space paints as selected nicely
9550
9551 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9552
9553         * BufferView_pimpl.C: add FIXMEs, clean up a little
9554
9555 2002-07-09  André Pönitz <poenitz@gmx.net>
9556
9557         * lyxfont.[Ch]: support for wasy symbols
9558
9559 2002-07-08  André Pönitz <poenitz@gmx.net>
9560
9561         * BufferView_pimpl.C: apply John's patch for #93.
9562
9563 2002-07-05  Angus Leeming  <leeming@lyx.org>
9564
9565         * BufferView_pimpl.C (buffer): generate previews if desired.
9566
9567         * LColor.h: add "preview" to the color enum.
9568
9569         * LColor.C (LColor): add a corresponding entry to the items array.
9570
9571         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9572         with this buffer.
9573
9574 2002-07-05  Angus Leeming  <leeming@lyx.org>
9575
9576         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9577         The body of the code is now in the method that is passed an ostream &
9578         rather than a file name.
9579         Pass an additional only_preamble parameter, useful for the forthcoming
9580         preview stuff.
9581
9582 2002-07-03  André Pönitz <poenitz@gmx.net>
9583
9584         * lyxfunc.C: simplify getStatus() a bit for math stuff
9585
9586 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9587
9588         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9589
9590 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9591
9592         * text.C (changeRegionCase): do not change case of all the
9593         document when region ends at paragraph end (bug #461)
9594
9595 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9596
9597         * paragraph.C (startTeXParParams):
9598         (endTeXParParams): add \protect when necessary
9599
9600 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9601
9602         * BufferView_pimpl.C (workAreaExpose): remove warning
9603
9604 2002-06-27  Angus Leeming  <leeming@lyx.org>
9605
9606         * Makefile.am: add lyxlayout_ptr_fwd.h.
9607
9608 2002-06-26  André Pönitz <poenitz@gmx.net>
9609
9610         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9611
9612 2002-06-25  Angus Leeming  <leeming@lyx.org>
9613
9614         * lyxfunc.C (dispatch): Comment out the call to
9615         grfx::GCache::changeDisplay. The method no longer exists now that the
9616         pixmap generation part of the graphics loader has been moved into
9617         InsetGraphics.
9618
9619 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9620
9621         * text2.C: layout as layout
9622
9623         * text.C: layout as layout
9624
9625         * tabular.C (OldFormatRead): layout as layout
9626
9627         * paragraph_pimpl.C (TeXDeeper): layout as layout
9628         (realizeFont): layout as layout
9629
9630         * paragraph.C (writeFile): layout as layout
9631         (validate): layout as layout
9632         (getFont): layout as layout
9633         (getLabelFont): layout as layout
9634         (getLayoutFont): layout as layout
9635         (breakParagraph): layout as layout
9636         (stripLeadingSpaces): layout as layout
9637         (getEndLabel): layout as layout
9638         (getMaxDepthAfter): layout as layout
9639         (applyLayout): layout as layout
9640         (TeXOnePar): layout as layout
9641         (simpleTeXOnePar): layout as layout
9642         (TeXEnvironment): layout as layout
9643         (layout): layout as layout
9644         (layout): layout as layout
9645
9646         * lyxtextclass.C (compare_name): new functor to work with
9647         shared_ptr, layout as layout
9648         (Read): layout as layout
9649         (hasLayout): layout as layout
9650         (operator): layout as layout
9651         (delete_layout): layout as layout
9652         (defaultLayout): layout as layout
9653
9654         * lyxlayout_ptr_fwd.h: new file
9655
9656         * lyxlayout.C (Read): layout as layout
9657
9658         * lyx_cb.C (MenuInsertLabel): layout as layout
9659
9660         * bufferlist.C (newFile): layout as layout
9661
9662         * buffer.C (readLyXformat2): layout as layout
9663         (parseSingleLyXformat2Token): layout as layout
9664         (insertStringAsLines): layout as layout
9665         (asciiParagraph): layout as layout
9666         (latexParagraphs): layout as layout
9667         (makeLinuxDocFile): layout as layout
9668         (simpleLinuxDocOnePar): layout as layout
9669         (makeDocBookFile): layout as layout
9670         (simpleDocBookOnePar): layout as layout
9671         (getLists): layout as layout
9672
9673         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9674
9675         * CutAndPaste.C (cutSelection): layout as layout
9676         (pasteSelection): layout as layout
9677         (SwitchLayoutsBetweenClasses): layout as layout
9678
9679         * BufferView_pimpl.C (Dispatch): layout as layout
9680         (smartQuote): layout as layout
9681
9682         * BufferView2.C (unlockInset): layout as layout
9683
9684 2002-06-24  André Pönitz <poenitz@gmx.net>
9685
9686         * lyxfunc.C: fix #487
9687
9688 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9689
9690         * lyxrc.h:
9691         * lyxrc.C:
9692         * lyxfunc.C: remove display_shortcuts, show_banner
9693
9694 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9695
9696         * Buffer_pimpl.C: oops, update on resize
9697
9698 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9699
9700         * buffer.C:
9701         * converter.C:
9702         * exporter.C:
9703         * lyxfunc.C:
9704         * BufferView.h:
9705         * BufferView.C: use repaint()
9706
9707         * BufferView_pimpl.h:
9708         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9709           as it's a clearer description. Remove superfluous
9710           redraws.
9711
9712 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9713
9714         * text.C: fix bug 488. Not ideal, but getting
9715           getWord() to work properly for the insets that
9716           matter is more difficult ...
9717
9718 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9719
9720         * BufferView_pimpl.C:
9721         * LyXAction.C:
9722         * commandtags.h:
9723         * lyxfunc.C: remove the six million index lyxfuncs to just
9724           one, and DTRT (bug 458)
9725
9726 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9727
9728         * BufferView.h:
9729         * BufferView.C:
9730         * BufferView_pimpl.h:
9731         * BufferView_pimpl.C: clean up resize() stuff,
9732           and unnecessary updateScreen()s
9733
9734 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9735
9736         * BufferView.h:
9737         * BufferView.C:
9738         * BufferView_pimpl.h:
9739         * BufferView_pimpl.C:
9740         * lyxfind.h:
9741         * lyxfind.C:
9742         * minibuffer.C: remove focus management of workarea,
9743           not needed. Use screen's greyOut()
9744
9745 2002-06-17  Herbert Voss  <voss@lyx.org>
9746
9747         * converter.C: (convert) do not post a message, when converting
9748         fails, let the calling function decide what to do in this case
9749
9750 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9751
9752         * lyxfunc.C: tidy up a little
9753
9754 2002-06-16    <alstrup@diku.dk>
9755
9756         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9757         Got rid of FORMS_H_LOCATION include. Now we are
9758         GUII.
9759
9760 2002-06-15  LyX Development team  <lyx@rilke>
9761
9762         * buffer.[Ch] (sgmlOpenTag):
9763         (sgmlCloseTag): Added support for avoiding pernicious mixed
9764         content. Return number of lines written.
9765
9766         (makeLinuxDocFile):
9767         (makeDocBookFile): Fixed calls to sgml*Tag.
9768         Simple white space clean.
9769
9770         (simpleDocBookOnePar): Simple white space clean.
9771
9772         * tabular.[Ch] (docBook): Renamed to docbook and got another
9773         argument to related with the pernicious mixed content.
9774
9775         (docbookRow): Fixed calls for docbook inset method.
9776
9777 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9778
9779         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9780         so it's X11 independent.
9781
9782         * kb*.[Ch]: ditto.
9783
9784         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9785
9786 2002-06-15  Lyx Development team  <lyx@electronia>
9787
9788         * intl.h: Renamed getTrans to getTransManager.
9789
9790 2002-06-14  Angus Leeming  <leeming@lyx.org>
9791
9792         * Makefile.am: nuke forgotten stl_string_fwd.h.
9793
9794 2002-06-12  Angus Leeming  <leeming@lyx.org>
9795
9796         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9797
9798 2002-06-13  Angus Leeming  <leeming@lyx.org>
9799
9800         * LaTeX.C:
9801         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9802
9803 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9804
9805         * kbmap.C (getiso): add support for cyrillic and greek
9806
9807 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9808
9809         * BufferView.h:
9810         * BufferView.C:
9811         * BufferView_pimpl.h:
9812         * BufferView_pimpl.C: move bogus scrolling logic
9813           to xforms
9814
9815 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9816
9817         * lyxfunc.C:
9818         * BufferView_pimpl.C: view->resize() change
9819
9820 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9821
9822         * BufferView_pimpl.C: topCursorVisible
9823           prototype change
9824
9825 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9826
9827         * Makefile.am:
9828         * lyx_gui.h:
9829         * lyx_gui.C: move to frontends/
9830
9831         * main.C:
9832         * lyx_main.h:
9833         * lyx_main.C: changes from above
9834
9835 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9836
9837         * intl.C:
9838         * intl.h:
9839         * kbmap.C:
9840         * kbsequence.C:
9841         * lyx_cb.C:
9842         * lyx_main.C: minor tidy
9843
9844 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9845
9846         * BufferView_pimpl.h:
9847         * BufferView_pimpl.C:
9848         * BufferView.h:
9849         * BufferView.C: make painter() const,
9850           remove dead code
9851
9852         * BufferView2.C: use screen() accessor
9853
9854         * lyx_main.h:
9855         * lyx_main.C: some minor cleanup
9856
9857 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9858
9859         * BufferView_pimpl.h:
9860         * BufferView_pimpl.C: remove enter/leaveView,
9861           use workHeight()
9862
9863 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9864
9865         * BufferView.h:
9866         * BufferView.C:
9867         * BufferView2.C:
9868         * BufferView_pimpl.h:
9869         * BufferView_pimpl.C: only construct screen once,
9870           rename
9871
9872         * lyxrc.C: remove pointless comment
9873
9874 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9875
9876         * BufferView.h:
9877         * BufferView.C: remove active() and belowMouse()
9878
9879         * BufferView_pimpl.h:
9880         * BufferView_pimpl.C: use workarea() not workarea_,
9881           and make it use a scoped_ptr instead
9882
9883 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9884
9885         * lyx_gui.C: add debug message on BadWindow
9886
9887 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9888
9889         * sp_spell.C: fdopen is not part of the C++ standard.
9890
9891         * paragraph.C (InsetIterator): use >= instead of ==
9892
9893 2002-06-07  Angus Leeming  <leeming@lyx.org>
9894
9895         Fixes needed to compile with Compaq cxx 6.5.
9896         * BufferView_pimpl.C:
9897         * DepTable.C:
9898         * buffer.C:
9899         * converter.C:
9900         * encoding.C:
9901         * lyx_gui.C:
9902         * lyx_main.C:
9903         * lyxtextclasslist.C:
9904         * minibuffer.C:
9905         * sp_spell.C:
9906         * tabular_funcs.C:
9907         * vc-backend.C:
9908         all c-library variables have been moved into namespace std. Wrap
9909         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9910
9911         * lyxlength.C:
9912         * tabular-old.C:
9913         * tabular.C:
9914         Add a using std::abs declaration.
9915
9916         * kbmap.h (modifier_pair):
9917         * paragraph.h (InsetTable, InsetList):
9918         * lyxfont.h (FontBits):
9919         type definition made public.
9920
9921         * bufferlist.C (emergencyWriteAll): the compiler complains that
9922         there is more than one possible lyx::class_fun template to choose from.
9923         I re-named the void specialisation as lyx::void_class_fun.
9924
9925         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9926
9927         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9928         the compiler is is unable to find tostr in write_attribute.
9929
9930 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9931
9932         * buffer.C (sgmlError): hide #warning
9933
9934 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9935
9936         * xtl/*: get rid of xtl, which is not in use anyway
9937
9938         * LyXAction.C (init):
9939         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9940         were unimplemented xtl experimentation
9941
9942 2002-06-04  André Pönitz <poenitz@gmx.net>
9943
9944         * lyxfunc.C: disable array operation on simple formulae
9945
9946 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9947
9948         * converter.C: constify a bit
9949
9950 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9951
9952         * lyx_gui.C: check xforms version correctly
9953
9954 2002-04-30  Herbert Voss  <voss@lyx.org>
9955
9956         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9957         "keep" option
9958
9959 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9960
9961         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9962           attempt to register it with a VCS)
9963
9964 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9965
9966         * lyx_main.C (init): honor variables LYX_DIR_13x and
9967         LYX_USERDIR_13x
9968
9969 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9970
9971         * buffer.h:
9972         * buffer.C:
9973         * lyx_main.C: fix a crash on bad command line,
9974           and give a useful exit status on error
9975
9976         * lyxfunc.C (doImport): allow -i lyx to work
9977
9978 2002-03-30  André Pönitz <poenitz@gmx.net>
9979
9980         * lyxfunc.C: mathed font changes
9981
9982 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9983
9984         * LaTeX.C:
9985         * importer.h:
9986         * importer.C:
9987         * lyx_sty.h:
9988         * lyx_sty.C:
9989         * lyxlex.C:
9990         * lyxrow.h:
9991         * lyxtext.h:
9992         * paragraph.h:
9993         * paragraph.C:
9994         * texrow.h:
9995         * texrow.C:
9996         * text.C:
9997         * trans_mgr.h: srcdocs, and some minor cleanups
9998
9999 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10000
10001         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10002         call getFont all the time)
10003
10004 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10005
10006         * switch from SigC signals to boost::signals
10007
10008 2002-05-29  André Pönitz <poenitz@gmx.net>
10009
10010         * paragraph_pimpl.C (getChar): don't call size() too often...
10011
10012 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10013
10014         * paragraph_pimpl.C (insertChar): do not try to update tables when
10015         appending (pos == size())
10016
10017         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10018         in order to reduce drastically the number of comparisons needed to
10019         parse a large document
10020
10021 2002-05-29  André Pönitz <poenitz@gmx.net>
10022
10023         * text.C:
10024         * text2.C:
10025         * lyxtextclass.C:
10026         * sp_pspell.h:
10027         * textclasslist.[Ch]:
10028         * sp_ispell.h: whitespace change
10029
10030 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10031
10032         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10033         lyxaction directly now.
10034
10035 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10036
10037         * trans.C:
10038         * lyxfont.C:
10039         * lyxvc.C: remove unused headers
10040
10041 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10042
10043         * Makefile.am:
10044         * buffer.h:
10045         * undostack.h:
10046         * undostack.C:
10047         * undo_funcs.h:
10048         * undo_funcs.C: some cleanups. Use shared_ptr
10049           and a template for the undo stacks.
10050
10051 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10052
10053         * BufferView_pimpl.h:
10054         * BufferView_pimpl.C:
10055         * kbmap.h:
10056         * kbmap.C:
10057         * kbsequence.h:
10058         * kbsequence.C:
10059         * lyxfunc.h:
10060         * lyxfunc.C:
10061         * text2.C: use key_state/mouse_state
10062
10063 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10064
10065         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10066         and LSubstring
10067
10068         * chset.C: change include order
10069         (loadFile): use boost regex and get rid of LRegex and LSubstring
10070
10071         * Makefile.am (BOOST_LIBS): new variable
10072         (lyx_LDADD): use it
10073
10074         * LaTeX.C: change include order.
10075         (scanAuxFile): use boost regex and get rid of LRegex and
10076         LSubstring
10077         (deplog): ditto
10078
10079 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10080
10081         * ColorHandler.h:
10082         * ColorHandler.C:
10083         * FontInfo.h:
10084         * FontInfo.C: moved to frontends/xforms/
10085
10086         * FontLoader.h:
10087         * FontLoader.C: moved into frontends for GUIIzation
10088
10089         * Makefile.am:
10090         * lyx_gui.C:
10091         * lyxfont.C:
10092         * lyxfunc.C: changes from above
10093
10094 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10095
10096         * LColor.C: remove spurious X include
10097
10098         * BufferView_pimpl.C:
10099         * Makefile.am:
10100         * font.h:
10101         * font.C:
10102         * text.C:
10103         * text2.C: move font metrics to frontends/
10104
10105 2002-05-24  Juergen Vigna  <jug@sad.it>
10106
10107         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10108         setting the undo_cursor.
10109
10110         * ParagraphParameters.h: include local includes first.
10111
10112 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10113
10114         * BufferView_pimpl.C:
10115         * BufferView_pimpl.h:
10116         * Makefile.am:
10117         * WorkArea.h:
10118         * WorkArea.C:
10119         * screen.C: move WorkArea into frontends/
10120
10121         * lyxscreen.h:
10122         * screen.C:
10123         * text.C:
10124         * BufferView.C:
10125         * BufferView2.C: move LyXScreen into frontends/
10126
10127         * lyxlookup.h:
10128         * lyxlookup.C:
10129         * lyx_gui.C: move lyxlookup into frontends/xforms/
10130
10131 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10132
10133         * BufferView2.C:
10134         * BufferView_pimpl.C:
10135         * FontLoader.C:
10136         * LyXView.h:
10137         * LyXView.C:
10138         * Makefile.am:
10139         * WorkArea.C:
10140         * XFormsView.h:
10141         * XFormsView.C:
10142         * buffer.C:
10143         * bufferlist.C:
10144         * bufferview_funcs.C:
10145         * converter.C:
10146         * importer.C:
10147         * lyx_cb.C:
10148         * lyx_gui.C:
10149         * lyx_main.C:
10150         * lyx_find.C:
10151         * lyxfunc.C:
10152         * lyxvc.C:
10153         * minibuffer.C:
10154         * text.C:
10155         * text2.C:
10156         * trans.C:
10157         * vc-backend.C: move LyX/XFormsView into frontends/
10158
10159 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10160
10161         * Makefile.am:
10162         * PainterBase.C:
10163         * PainterBase.h:
10164         * Painter.C:
10165         * Painter.h:
10166         * WorkArea.C:
10167         * WorkArea.h:
10168         * screen.C:
10169         * tabular.C:
10170         * text.C:
10171         * text2.C: move Painter to frontends/
10172
10173 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10174
10175         * buffer.C: comment out some some code that depend upon lyx_format
10176         < 220
10177
10178         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10179         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10180
10181         * buffer.h (NO_COMPABILITY): turn off compability
10182
10183         * ColorHandler.C: include scoped_array.hpp
10184
10185         * font.C: Use more specific smart_ptr header.
10186         * Painter.C: ditto
10187         * gettext.C: ditto
10188         * ShareContainer.h: ditto
10189         * lyx_main.h: ditto
10190         * kbmap.h: ditto
10191         * FontInfo.h: ditto
10192         * BufferView_pimpl.h: ditto
10193         * ColorHandler.h: ditto
10194
10195         * kbmap.C (defkey): change call to shared_ptr::reset
10196
10197 2002-05-21  Juergen Vigna  <jug@sad.it>
10198
10199         * buffer.C (insertErtContents): fix to insert ert asis if it is
10200         non empty. Skip it completely if it contains only whitespaces.
10201
10202 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10203
10204         * BufferView_pimpl.C:
10205         * BufferView2.C: clear selection on paste (bug 393)
10206
10207 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10208
10209         * DepTable.C: include ctime
10210
10211 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10212
10213         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10214
10215 2002-05-14  Juergen Vigna  <jug@sad.it>
10216
10217         * text.C (breakParagraph): fixed function to honor the keepempty
10218         layout in the right maner and also to permit the right breaking
10219         algorithm on empty or non empyt keepempty paragraphs.
10220
10221         * paragraph.C (breakParagraph): we have to check also if the par
10222         is really empty (!size()) for isempty otherwise we do the wrong
10223         paragraph break.
10224
10225 2002-05-10  Juergen Vigna  <jug@sad.it>
10226
10227         * buffer.[Ch] : The following are only changes to the ert
10228         compatibility read reading old LaTeX layout and font stuff and
10229         convert it to ERTInsets.
10230
10231         * buffer.h: added isErtInset().
10232
10233         * buffer.C (struct ErtComp): add a fromlayout bool to check
10234         if we're inside a LaTeX layout.
10235         (isErtInset): new helper function.
10236         (insertErtContents): look for other ert insets before this one
10237         and insert the contents there, so that we don't have subsequent
10238         ERT insets with nothing between them. This way we create only one
10239         inset with multiple paragraphs. Also check if we don't insert only
10240         spaces ' ' as they are ignored anyway afterwards in the .tex file
10241         so if we have only spaces we will ignore this latex part in the
10242         new file.
10243         (parseSingleLyXformat2Token \\layout): better compatibility when
10244         reading layout-latex stuff.
10245         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10246         language tag.
10247         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10248         stuff after reading the inset only get the information back from
10249         the stack.
10250
10251 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10252
10253         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10254
10255         * LaTeXFeatures.C (getBabelOptions): New method.
10256
10257 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10258
10259         * BufferView_pimpl.C (Dispatch): work around missing argument for
10260         'layout'
10261
10262 2002-05-08  Juergen Vigna  <jug@sad.it>
10263
10264         * text.C (leftMargin): handle paragraph leftindent.
10265
10266         * paragraph.C (writeFile): write the new \\leftindent tag.
10267         (validate): handle leftindent code.
10268         (TeXEnvironment): handle paragraphleftindent code again.
10269
10270         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10271
10272         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10273         for paragrap_extra indent code and new token \\leftindent.
10274         (latexParagraphs): handle the leftindent as environment.
10275
10276         * ParameterStruct.h: added leftindent support.
10277
10278         * ParagraphParameters.C (leftIndent): added support functions for
10279         the paragraph left indent.
10280
10281         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10282         more appropriate.
10283
10284 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10285
10286         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10287         inside insetERT.
10288
10289         * text.C (computeBidiTables): No bidi in insetERT.
10290
10291         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10292         in RTL documents.
10293
10294 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10295
10296         * version.C.in: pre 5
10297
10298 2002-05-02  José Matos  <jamatos@fep.up.pt>
10299         * buffer.C (makeDocBookFile): white space changes, add newline to
10300         command styles.
10301         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10302
10303         * tabular.C (docBook): fix typo.
10304
10305 2002-05-03  Juergen Vigna  <jug@sad.it>
10306
10307         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10308         change in LyXText as we can not be sure it was not freed.
10309         (drawOneRow): remove unused code.
10310
10311         * text.C (drawInset): redo the calculation of the need_break_row as
10312         it could have a row which was already freed.
10313         (draw): look at the return value of drawInset and return false if
10314         it also returned false.
10315         (paintRowText): look at the return value of draw and return false if
10316         it also returned false.
10317
10318         * lyxtext.h: added bool return type to drawInset() and draw() so that
10319         if we have a change in the row so that the rowbreak has to be redone
10320         we abort drawing as it will be called again.
10321
10322 2002-05-02  Juergen Vigna  <jug@sad.it>
10323
10324         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10325         a change in the maintext also if we're inside an inset.
10326         (Dispatch): set the cursor again after a break line and after the
10327         screen has been updated as it could be we're in a different row.
10328
10329         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10330         to set the cursor behind the pargraph with > size().
10331         (setCursor): check also for the same paragraph when checking where
10332         to put the cursor if we have a NFR inset.
10333
10334         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10335         parts of layout read further up as it still was in the wrong
10336         position.
10337
10338 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10339
10340         * screen.C (drawFromTo): change sine fullRebreak always return
10341         true.
10342
10343         * buffer.C (parseSingleLyXformat2Token): reindent some
10344
10345         * BufferView_pimpl.C (update): change since fullRebreak always
10346         return true.
10347         (Dispatch): git rid of the last hardcoded "Standard"s.
10348
10349 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10350
10351         * text2.[Ch] (fullRebreak): make it return void now that we always
10352         returned true.
10353
10354 2002-04-30  Juergen Vigna  <jug@sad.it>
10355
10356         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10357         ert compatibility check for "latex" layout.
10358
10359 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10360
10361         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10362         minipages: use col% instead of p%, and also use the current font.
10363         (makeLaTeXFile): Fix use babel condition.
10364         (parseSingleLyXformat2Token): Correct font when reading old floats.
10365
10366 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10367
10368         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10369         inserting list of floats.
10370
10371 2002-04-25  Herbert Voss  <voss@lyx.org>
10372
10373         * MenuBackend.C (expand): don't add the graphics extensions to the
10374         export menu
10375
10376 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10377
10378         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10379         non-existing layout, do not complain if it was the default layout
10380         of the original class (bug #342)
10381
10382 2002-04-24  Juergen Vigna  <jug@sad.it>
10383
10384         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10385         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10386
10387 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10388
10389         * buffer.C (getBibkeyList): If using \bibliography, return the
10390         option field with the reference itself. Enables us to provide natbib
10391         support when using \bibliography.
10392
10393 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10394
10395         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10396
10397         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10398         natbib is provided by the LaTeX class.
10399
10400 2002-04-23  Juergen Vigna  <jug@sad.it>
10401
10402         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10403         Wakeup functions.
10404
10405         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10406
10407 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10408
10409         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10410
10411         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10412         ensuremath around textordmasculine, textordfeminine and
10413         textdegree.
10414
10415 2002-04-19  Juergen Vigna  <jug@sad.it>
10416
10417         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10418         reinitializing the buffer otherwise row-dimensions may be wrong.
10419         (update): reset also the selection cursors if they do exits otherwise
10420         their x/y positions may be wrong.
10421
10422         * text2.C (cursorDown): don't enter the inset if we came from a row
10423         above and are one row over the inset.
10424
10425         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10426         really leaving an inset.
10427
10428 2002-04-18  Juergen Vigna  <jug@sad.it>
10429
10430         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10431         of the selected paragraph does not have the selected layout also if
10432         the last one had!
10433
10434         * text2.C (setLayout): fixed bug which did not change last selected
10435         paragraph.
10436
10437         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10438         changed the read and substituted \\end_float with \\end_inset!
10439
10440         * BufferView_pimpl.C (cursorPrevious):
10441         (cursorNext): fixed to make it work with rows heigher than the work
10442         area without moving the cursor only the draw of the row.
10443         (workAreaMotionNotify): fix jumping over high rows.
10444
10445 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10446
10447         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10448         Ressler.
10449
10450 2002-04-16  Juergen Vigna  <jug@sad.it>
10451
10452         * text2.C (setCursor): set also the irow().
10453         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10454         (cursorUp):
10455         (cursorDown): support for locking an inset if the x_fix value goes
10456         inside it. That way I can transverse insets too with cursor up/down.
10457
10458         * lyxrow.h: added irow helper function same as other (i) functions.
10459
10460         * BufferView_pimpl.C (cursorPrevious):
10461         (cursorNext): fixed for insets!
10462
10463 2002-04-15  Juergen Vigna  <jug@sad.it>
10464
10465         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10466         position otherwise it is wrong in some cases.
10467
10468         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10469         inside the inset before the call.
10470
10471 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10472
10473         * buffer.[Ch] (getBibkeyList): make it const.
10474
10475 2002-04-12  Juergen Vigna  <jug@sad.it>
10476
10477         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10478
10479         * text2.C (getCursorX): new helper function
10480         (setCursor): compute also ix_
10481         (setCursorFromCoordinates): set also ix.
10482
10483         * lyxcursor.h: added ix_ and helper functions.
10484
10485         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10486
10487         * buffer.C (insertStringAsLines): dont break paragraph if the this
10488         paragraph is inside an inset which does not permit it!
10489
10490         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10491         also with no chars on this paragraph.
10492         (paintRowText): only paint stuff if it's inside the workarea!
10493
10494         * paragraph.C (breakParagraph): honor keepempty flag and break the
10495         paragraph always below not above.
10496
10497         * BufferView2.C (unlockInset): update the paragraph layout on inset
10498         unlock as we changed paragraph in such a case.
10499
10500         * lyxfind.C (LyXFind): clear the former selection if not found!
10501
10502         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10503         again called in insertChar().
10504
10505         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10506         an inset which uses the whole row!
10507         (rightMargin): ditto.
10508         (insertChar): force a rebreak if we inserted an inset!
10509
10510 2002-03-28  Herbert Voss  <voss@lyx.org>
10511
10512         * lyxlength.[Ch]: add inBP() to get the right PS-point
10513         units (BigPoint). With inPixels we have rounding errors
10514
10515 2002-04-11  Juergen Vigna  <jug@sad.it>
10516
10517         * text2.C (setCursorFromCoordinates): set iy to the right value.
10518         (setCursor): add check if row->previous exists!
10519
10520         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10521         an old float_type as this was the case in the old code!
10522
10523         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10524
10525         * BufferView2.C (showLockedInsetCursor): use iy
10526         (fitLockedInsetCursor): ditto
10527
10528         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10529         locked insets as there we have the right value now.
10530
10531         * lyxcursor.C: added iy_ variable and iy functions to set to the
10532         baseline of cursor-y of the locked inset.
10533
10534         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10535         (setCursor): fixed for insets which need a full row.
10536
10537         * text.C (rowLastPrintable): don't ignore the last space when before
10538         an inset which needs a full row.
10539         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10540         as last character of a row when before a inset which needs a full row.
10541
10542 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10543
10544         * version.C.in: update date
10545
10546         * text2.C (fullRebreak): try to always return true and see what
10547         happens...
10548
10549 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10550
10551         * MenuBackend.C (expand): use Floating::listName
10552
10553         * FloatList.C (FloatList): add listName argument to the built-in
10554         floats
10555
10556         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10557         text associated with the float.
10558
10559 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10560
10561         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10562
10563 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10564
10565         * ShareContainer.h: add a couple of missing typenames.
10566
10567 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10568
10569         * lyxrc.C (getDescription): use _() correctly rather than N_().
10570
10571 2002-03-28  Herbert Voss  <voss@lyx.org>
10572
10573         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10574         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10575
10576 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10577
10578         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10579         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10580
10581 2002-03-29  Juergen Vigna  <jug@sad.it>
10582
10583         * lyxfunc.C (dispatch): add a missing fitCursor call.
10584
10585         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10586         it was scrolled by a cursor move, so return the bool status.
10587
10588         * BufferView.C (fitCursor): return the bool flag also to the outside
10589         world as this is needed.
10590
10591         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10592
10593         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10594         call the edit() as it is not needed (and wrong) IMO.
10595         (workAreaButtonPress): set the screen_first variable before evt.
10596         unlock the inset as this may change screen_first and then we have
10597         a wrong y position for the click!
10598
10599 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10600
10601         * MenuBackend.C (expand): another translation that I missed
10602
10603 2002-03-28  Juergen Vigna  <jug@sad.it>
10604
10605         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10606
10607         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10608
10609 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10610
10611         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10612
10613         * MenuBackend.C (expand): fix export/view/update when there is no
10614         document open.
10615
10616 2002-03-27  Herbert Voss  <voss@lyx.org>
10617
10618         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10619         and text%
10620
10621 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10622
10623         * bufferview_funcs.C (currentState): only show paragraph number
10624         for is DEVEL_VERSION is set.
10625
10626         * lyxfunc.C (dispatch): put warning in INFO channel
10627
10628         * MenuBackend.C (expand): translate the name of floats
10629
10630         * FloatList.C (FloatList): mark the float names for translation
10631
10632         * converter.C (convert): use LibScriptSearch
10633
10634 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10635
10636         * MenuBackend.C (defaults): fix default menu (we might as well get
10637         rid of it...)
10638
10639 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10640
10641         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10642         directory.
10643
10644 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10645
10646         * lyxvc.C: reorder includes.
10647
10648 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10649
10650         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10651           properly
10652
10653 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10654
10655         * CutAndPaste.C: change layouts earlier on paste
10656           to avoid crashing when calling getFont()
10657
10658 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10659
10660         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10661         irritating #error.
10662
10663 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10664
10665         * WorkArea.C: remove 'Pending' debug message.
10666
10667         * most files: ws cleanup
10668
10669         * buffer.[Ch]: ws changes
10670
10671         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10672
10673 2002-03-21  Juergen Vigna  <jug@sad.it>
10674
10675         * tabular.C (SetMultiColumn): collapse also the contents of the
10676         cells and set the last border right. Added a Buffer const * param.
10677
10678 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10679
10680         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10681         linking or not.
10682
10683 2002-03-19  Juergen Vigna  <jug@sad.it>
10684
10685         * text2.C (clearSelection): reset also xsel_cache.
10686
10687         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10688         where it needs to be called (John tells us to do so too :)
10689         (selectionLost): reset sel_cache.
10690
10691         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10692
10693 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10694
10695         * text2.C (setCursorIntern): put debuging code in INSETS channel
10696
10697 2002-03-19  André Pönitz <poenitz@gmx.net>
10698
10699         * lyxfunc.C: tiny whitespace change
10700
10701 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10702
10703         * ToolbarDefaults.C (init):
10704         * LyXAction.C (init):
10705         * commandtags.h:
10706         * BufferView_pimpl.C (Dispatch):
10707         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10708
10709 2002-03-19  Allan Rae  <rae@lyx.org>
10710
10711         * exporter.C (Export): removeAutoInsets before doing anything else.
10712         While I've just introduced a dependency on BufferView this really is
10713         the best place to clean the buffer otherwise you need to cleanup in
10714         a dozen places before calling export or cleanup in a dozen functions
10715         that export calls.
10716
10717         * converter.C (runLaTeX):
10718         (scanLog): Better handling of removeAutoInsets and screen updates.
10719
10720         * lyxfunc.C (dispatch): small whitespace changes
10721
10722 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10723
10724         * WorkArea.C (C_WorkAreaEvent): return a value.
10725         (event_cb): return 1 if we handled the event, 0 otherwise.
10726
10727         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10728
10729 2002-03-18  Juergen Vigna  <jug@sad.it>
10730
10731         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10732         (GetAdditionalWidth): ditto.
10733         (RightLine): ditto.
10734         (LeftLine): ditto.
10735
10736         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10737         inset if we're there actually (probably not used right now but this
10738         is the direction to go for unifying code).
10739         (paste): disable code to clear the selection.
10740
10741         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10742         inside an InsetText and move the check further up as it is in the
10743         wrong place.
10744
10745         * text2.C (pasteSelection): set a selection over the pasted text.
10746
10747 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10748
10749         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10750         and libgraphics to build on Cygwin.
10751
10752 2002-03-15  Juergen Vigna  <jug@sad.it>
10753
10754         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10755         inserting an Inset into the paragraph. I know this is not the best
10756         fix but we already use current_view in CutAndPaste so we will remove
10757         all of it's using at the same time.
10758
10759         * buffer.C (sgmlError): deactivated function till it is rewritten in
10760         the right mode, now it can create problems.
10761
10762         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10763         before accessing it.
10764
10765 2002-03-14  Juergen Vigna  <jug@sad.it>
10766
10767         * undo_funcs.C (textHandleUndo): do the right thing when updating
10768         the inset after the undo/redo.
10769
10770         * text2.C (setCursor): just some testcode for #44 not ready yet.
10771
10772         * undo_funcs.C (textHandleUndo): set the next() and previous()
10773         pointers of the paragraph to 0 before deleting otherwise we have
10774         problems with the Paragraph::[destructor].
10775
10776         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10777         on a paragraph insertion.
10778
10779 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10780
10781         * buffer.C (asciiParagraph): use += operator for char append to
10782         string.
10783
10784         * paragraph.C (getFontSettings): compare >= not just >
10785         (highestFontInRange): ditto
10786         (setFont): ditto
10787
10788 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10789
10790         * paragraph.C: change several algorithm to be more appripriate for
10791         the problem domain. This is lookip in FontList and in the InsetList.
10792
10793 2002-03-13  André Pönitz <poenitz@gmx.net>
10794
10795         * commandtags.h:
10796         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10797
10798 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10799
10800         * commandtags.h:
10801         * LyXAction.C:
10802         * lyxfunc.C:
10803         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10804
10805 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10806
10807         * Painter.C (display): anon helper function, adjust code for this
10808         change.
10809         (pixmap): remove function.
10810
10811         * Painter.h: remove private display variable.
10812
10813         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10814
10815 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10816
10817         * WorkArea.[Ch]: remove figinset_canvas cruft.
10818
10819 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10820
10821         * lyxtextclass.C (operator): add one item cache optimization.
10822
10823         * bufferlist.h: doxy changes
10824
10825         * bufferlist.C: ws changes
10826
10827         * DepTable.[Ch] (ext_exist): place const in the right spot.
10828
10829         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10830         call resizeInsets.
10831         (workAreaExpose): call resizeInsets when the with BufferView changes.
10832         (Dispatch): adjust for protectedBlank removal
10833         (specialChar): call updateInset if the insert went ok.
10834
10835         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10836         specialChar instead.
10837
10838         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10839
10840         * BufferView.h: doxy change
10841
10842         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10843
10844         * lyxtextclass.C (operator[]): remove non-const version
10845         (defaultLayout): remove non-const version
10846
10847 2002-03-12  Juergen Vigna  <jug@sad.it>
10848
10849         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10850         did resize the LyXText too.
10851
10852         * buffer.C (readLyXformat2): set layout information on newly allocated
10853         paragraphs.
10854
10855         * tabular.C (OldFormatRead): set layout information on the paragraph.
10856
10857 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10858
10859         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10860
10861 2002-03-11  Juergen Vigna  <jug@sad.it>
10862
10863         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10864         plainly wrong.
10865         (resizeCurrentBuffer): force also the insets to resize themselfes.
10866         (moveCursorUpdate): fixed up for InsetText.
10867
10868 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10869
10870         * commandtags.h:
10871         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10872         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10873         value of Dialogs::tooltipsEnabled().
10874         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10875
10876 2002-03-08  Juergen Vigna  <jug@sad.it>
10877
10878         * BufferView_pimpl.C (updateInset): update inset inside inset also
10879         if it isn't inside theLockingInset().
10880
10881 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10882
10883         * buffer.C (asciiParagraph): redo some of the word and line length
10884         handling.
10885         (getLists): look for Caption instead of caption.
10886
10887 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10888
10889         * buffer.C (Buffer): initialize niceFile to true
10890         (makeLaTeXFile):
10891         (makeLinuxDocFile):
10892         (makeDocBookFile): make sure niceFile is true on exit
10893
10894 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10895
10896         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10897
10898 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10899
10900         * LyXSendto.C: remove.
10901         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10902         * lyx_gui.C: remove now-redundant comment.
10903         * ColorHandler.h: remove forward declaration of class WorkArea.
10904         * lyxfunc.C: remove #include "WorkArea.h".
10905
10906 2002-03-07  Juergen Vigna  <jug@sad.it>
10907
10908         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10909         got moved away with the DEPM and also set the inset_owner always
10910         right which before could have been omitted.
10911
10912 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10913
10914         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10915         wanted layout is not found.
10916
10917 2002-03-07  Juergen Vigna  <jug@sad.it>
10918
10919         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10920
10921 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10922
10923         * paragraph.C (breakParagraph): use default layout not layout of
10924         prev paragraph.
10925         (Paragraph): clear ParagraphParameters.
10926
10927 2002-03-06  Juergen Vigna  <jug@sad.it>
10928
10929         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10930         otherwise it would not be a valid lenght. Fixed a special case in
10931         the minipage compatibility read where we end the document with a
10932         minipage.
10933
10934         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10935         was set as it could be 0 for InsetTexts first entry.
10936
10937 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10938
10939         * paragraph.C (writeFile): if layout is empty write out
10940         defaultLayoutName().
10941
10942         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10943         file without named layout we set layout to defaultLayoutName().
10944
10945 2002-03-06  Juergen Vigna  <jug@sad.it>
10946
10947         * CutAndPaste.C (copySelection): set layout for new paragraph.
10948
10949         * text.C (prepareToPrint): leave ERT inset left aligned
10950         (leftMargin): don't indent paragraphs inside ERT insets
10951
10952 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10953
10954         * paragraph.C (breakParagraph): dont call clear do the work manually
10955
10956         * paragraph.[Ch] (clear): remove function
10957
10958 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10959
10960         * paragraph.C (Paragraph): dont call clear, the work has already
10961         been done.
10962
10963         * lyxtextclass.C (operator): assert if n is empty
10964
10965         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10966         work manually instead.
10967
10968 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10969
10970         * BufferView_pimpl.C: protect selectionLost against text == 0
10971
10972 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10973
10974         * text.C (breakParagraph): fix a setting layout to '0' problem.
10975
10976 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10977
10978         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10979         final location of file, for the included files, and graphics.
10980
10981 2002-03-05  Juergen Vigna  <jug@sad.it>
10982
10983         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10984
10985 2002-03-04  Juergen Vigna  <jug@sad.it>
10986
10987         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10988
10989         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10990         last column of multicolumn cells.
10991         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10992
10993 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10994
10995         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10996         file if it doesn't go to a temporary file.
10997
10998         * buffer.C (sgmlOpenTag):
10999         (sgmlCloseTag):  remove extra newline insertion.
11000
11001 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11002
11003         * text.C (getRowNearY): comment out debug msg
11004
11005 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11006
11007         * text2.C: first -> first_y
11008
11009         * text.C (getRowNearY): add some attemts at a possible
11010         optimization, not working.
11011
11012         * tabular.[Ch]: add BufferParams to several function so that newly
11013         created paragraph can be initialized to he default layotu for the
11014         buffers textclass.
11015
11016         * tabular-old.C (ReadOld): add buf->params to call of Init
11017
11018         * screen.C: rename text->first to text->first_y
11019
11020         * paragraph.C (breakParagraph): always set layout in the broken
11021         paragraph
11022
11023         * lyxtextclass.C (Read): remove lowercase
11024         (hasLayout): ditto
11025         (operator): ditto
11026         (delete_layout): ditto
11027
11028         * lyxtext.h: rename first -> first_y
11029
11030         * lyxlayout.C (Read): remove lowercase
11031         (name): ditto
11032         (setName): ditto
11033         (obsoleted_by): ditto
11034
11035         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11036
11037         * buffer.C (insertErtContents): add params are to InsetERT
11038         (parseSingleLyXformat2Token): add code to check if a paragraphs
11039         layout really exist.
11040         (parseSingleLyXformat2Token): add params to several inset
11041         constructors
11042         (asciiParagraph): remove lowercase, do the layout comparisons with
11043         no_case
11044
11045         * BufferView_pimpl.C (cursorNext): first -> first_y
11046         (resizeCurrentBuffer): first -> first_y
11047         (updateScrollbar): first -> first_y
11048         (scrollCB): first -> first_y
11049         (workAreaMotionNotify): first -> first_y
11050         (workAreaButtonPress): first -> first_y
11051         (checkInsetHit): first -> first_y
11052         (cursorPrevious): first -> first_y
11053         (cursorNext): first -> first_y
11054         (Dispatch): add buffer_->params to severl inset contructors
11055
11056 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11057
11058         * lyxlayout.C (Read): remove some debug info that I forgot.
11059
11060         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11061         clean up the code slightly.
11062         (makeLinuxDocFile): ditto
11063         (makeDocBookFile): ditto
11064
11065         * text2.C: layout as string
11066
11067         * text.C: layout as string
11068
11069         * paragraph_pimpl.C: layout as string
11070
11071         * paragraph.[Ch]: layout as string
11072
11073         * lyxtextclasslist.[Ch]: layout as string
11074
11075         * lyxtextclass.[Ch]: layout as string
11076
11077         * lyxtext.h: layout as string
11078
11079         * lyxlayout.[Ch]: layout as string
11080
11081         * lyx_cb.C: layout as string
11082
11083         * bufferview_funcs.C: layout as string
11084
11085         * bufferparams.C: layout as string
11086
11087         * buffer.C: layout as string
11088
11089         * LyXView.[Ch]: layout as string
11090
11091         * LaTeXFeatures.[Ch]: layout as string
11092
11093         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11094
11095         * BufferView_pimpl.C: change current_layout to string, remove
11096         lyx::layout_type.
11097         (Dispatch):
11098         (smartQuote):
11099         (insertInset):
11100         (workAreaButtonRelease): layout as string
11101
11102         * BufferView2.C (unlockInset): adjust
11103
11104         * vspace.C (asLatexCommand): use an explict temp variable.
11105
11106 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11107
11108         * Makefile.am: use FRONTEND_*
11109
11110 2002-03-01  Juergen Vigna  <jug@sad.it>
11111
11112         * tabular.C (SetWidthOfMulticolCell): changed to something better
11113         I hope but still work in progress.
11114         (recalculateMulticolumnsOfColumn): renamed function from
11115         recalculateMulticolCells as it is more appropriate now.
11116         (SetWidthOfCell): calculate multicols better.
11117
11118 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11119
11120         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11121
11122         * lyxfunc.C (processKeySym): print sequence also if it is
11123         `deleted' (complete)
11124
11125         * kbsequence.C (print): print sequence even if it is deleted
11126         (complete would be a better word, actually).
11127
11128         * lyxfunc.C (dispatch): print complete options after a prefix key
11129
11130         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11131
11132 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11133
11134         * text2.C (setCharFont): eliminate setCharFont code duplication.
11135
11136 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11137
11138         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11139         LFUN_TABULAR_FEATURE (bug #177)
11140
11141 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11142
11143         * Makefile.am: remove figure.h
11144
11145 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11146
11147         * Bufferview_pimpl.C:
11148         * CutAndPasteC:
11149         * LaTeX.C:
11150         * LyXSendto.C:
11151         * buffer.C:
11152         * bufferlist.C:
11153         * converter.C:
11154         * language.C:
11155         * lyxfunc.C:
11156         * lyxvc.C:
11157         * paragraph.C:
11158         * text.C:
11159         * text2.C: remove #include "lyx_gui_misc.h".
11160
11161         * LaTeX.C: added #include <cstdio>
11162
11163 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11164
11165         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11166         that the paragraph following this one can have.
11167
11168         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11169
11170         * vspace.C (asLatexCommand): fix bogus gcc warning
11171
11172         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11173
11174 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11175
11176         * text2.C (setLayout): get rid of redundant code
11177
11178 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11179
11180         * text2.C (incDepth): make sure depth cannot be increased beyond
11181         reasonable values.
11182
11183 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11184
11185         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11186         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11187
11188         * PainterBase.h (image):
11189         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11190         a LyXImage const *.
11191
11192 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11193
11194         * BufferView.C:
11195         * BufferView.h:
11196         * BufferView_pimpl.C:
11197         * BufferView_pimpl.h:
11198         * LaTeXFeatures.C:
11199         * LyXAction.C:
11200         * LyXView.C:
11201         * Makefile.am:
11202         * UpdateList.h:
11203         * UpdateList.C:
11204         * buffer.C:
11205         * figure.h:
11206         * figureForm.C:
11207         * figureForm.h:
11208         * figure_form.C:
11209         * figure_form.h:
11210         * lyx_cb.C:
11211         * lyx_gui.C:
11212         * lyx_gui_misc.C:
11213         * lyxfunc.C:
11214         * sp_base.h:
11215         * sp_ispell.h:
11216         * sp_pspell.h:
11217         * sp_spell.C: remove fig inset, and the crap house of
11218           cards that follows it
11219
11220 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11221
11222         * Makefile.am:
11223         * lyxserver.C:
11224         * os2_defines.h:
11225         * os2_errortable.h:
11226         * nt_defines.h: move .h into support/
11227
11228         * vms_defines.h: remove
11229
11230         * WorkArea.C: add space in debug output
11231
11232         * text2.C:
11233         * paragraph.C:
11234         * buffer.C: add WITH_WARNINGS
11235
11236         * vc-backend.h:
11237         * vc-backend.C:
11238         * bufferlist.C: s/retrive/retrieve/, add docs
11239
11240         * vspace.h:
11241         * vspace.C:
11242         * kbmap.h:
11243         * lyxlength.h:
11244         * lyxgluelength.h:
11245         * length_common.h:
11246         * chset.h:
11247         * chset.C: add docs
11248
11249         * lyxgui.C: add ID to X error handler
11250
11251         * lyxtestclass.c: fix typo
11252
11253 2002-02-26  Juergen Vigna  <jug@sad.it>
11254
11255         * tabular_funcs.C (write_attribute): changed so that some default
11256         attributes are not written at all.
11257         (getTokenValue): set default values before trying to read the
11258         value so we have the return value always set as default if we don't
11259         find the token we search for.
11260
11261         * tabular.C (Write): write bools as bools not as strings!
11262
11263 2002-02-22  Juergen Vigna  <jug@sad.it>
11264
11265         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11266         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11267
11268         * text.C (leftMargin): don't add an indent for paragraphs inside
11269         tabular cells (fix #208).
11270
11271 2002-02-21  José Matos  <jamatos@fep.up.pt>
11272
11273         * tabular.C (docBook): fixed support for long tables.
11274
11275 2002-02-20  Juergen Vigna  <jug@sad.it>
11276
11277         * text2.C (getFont): get the drawing font of the Inset if this
11278         paragraph is inside an inset (only important for InsetERT for now).
11279
11280         * buffer.C (insertErtContents): use new lanugage params in ERT
11281         constructor.
11282
11283         * CutAndPaste.C: commenting out seemingly uneeded code.
11284
11285 2002-02-19  Allan Rae  <rae@lyx.org>
11286
11287         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11288         Iterators might be simple to use but they also get invalidated.
11289         (removeAutoInsets): renamed saved cursor tracking variables and added
11290         some comments to clarify what everything does.
11291
11292 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11293
11294         * Chktex.C:
11295         * LaTeX.C:
11296         * LyXSendto.C:
11297         * converter.C:
11298         * lyx_cb.C:
11299         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11300         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11301
11302         * lyxfunc.C:
11303         * vc-backend.h: remove #include "support/syscall.h"
11304
11305         * LaTeX.C:
11306         * LyXSendto.C:
11307         * converter.C: rearrange #includes in Lars' approved fashion.
11308
11309         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11310         forward declare class Timeout in the header file.
11311
11312         * XFormsView.C: changes due to the above.
11313
11314         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11315         similar to LyXView.
11316
11317         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11318         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11319
11320 2002-02-18  José Matos  <jamatos@fep.up.pt>
11321
11322         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11323         insets contents.
11324
11325 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11326
11327         * a lot of small ws changes
11328         * add a lot of using std::XXX
11329         * use std construcs some places where approp.
11330         * use some exisint stuff from lyxfunctional where approp.
11331         * Make file changes to use partial linking (lets test this now...)
11332
11333 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11334
11335         * Chktex.C:
11336         * buffer.C:
11337         remove #include "support/syscontr.h" as it's redundant. Always has been.
11338
11339         * Chktex.C:
11340         * LaTeX.C:
11341         * LyXSendto.C:
11342         * converter.C:
11343         * lyx_cb.C:
11344         * vc-backend.C:
11345         change Systemcalls::System to Systemcalls::Wait and
11346         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11347         No change of functionality, just reflects the stripped down Systemcalls
11348         class.
11349
11350 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11351
11352         * debug.[Ch]: add a GRAPHICS type to the enum.
11353
11354 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11355
11356         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11357
11358         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11359         there is an inset.
11360
11361 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11362
11363         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11364         match the changes below.
11365
11366         * text2.C (toggleInset): if there is not editable inset at cursor
11367         position, try to see if cursor is _inside_ a collapsable inset
11368         and close it.
11369
11370 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11371
11372         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11373         document menu has a nice checkbox
11374
11375 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11376
11377         * lyxlength.C (asLatexString): change PW to output as percent of
11378         \textwidth.
11379
11380         * lengthcommon.C: change '%' to 't%'
11381
11382         * lyxfunc.C (dispatch): a few comments from Martin
11383
11384 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11385
11386         * WorkArea.h:
11387         * WorkArea.C:
11388         * BufferView_pimpl.h:
11389         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11390           the X selection.
11391
11392 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11393
11394         * vspace.C (inPixels): fix compiler warning
11395
11396 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11397
11398         * lyxfunc.C (getStatus): fix status message for disabled commands.
11399
11400 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11401
11402         * BufferView_pimpl.C: fix crash on close buffer
11403         during selection (#227)
11404
11405 2002-01-27  Herbert Voss  <voss@lyx.org>
11406
11407         * buffer.C: link old Figure to new graphic inset
11408
11409 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11410
11411         * FontLoader.C (getFontinfo): Change the latex font names in order
11412         to match the names of type1inst.
11413
11414 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11415
11416         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11417
11418         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11419         (extchanged): ditto
11420         (ext_exist): ditto
11421         (remove_files_with_extension): ditto
11422         (remove_file): ditto
11423         (write): ditto
11424
11425         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11426         document is smaller than the work area height. Do not initialize
11427         static variables to 0.
11428
11429 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11430
11431         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11432
11433         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11434         LFUN_LAYOUT_PARAGRAPHS.
11435
11436         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11437         tabular. It is possible to provide a possible cell, which will
11438         typically be the actcell from the corresponding insettabular
11439
11440         * lyxfunc.C (getStatus): small cleanup; disable
11441         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11442         true
11443
11444 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11445
11446         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11447
11448         * paragraph.C (startTeXParParams):
11449         (endTeXParParams): new methods. The LaTeX code to
11450         start/end paragraph formatting
11451         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11452         empty (fixes bug #200)
11453
11454         * vspace.C (inPixels): adapt to the change below
11455         (inPixels): [later] more cleanups (remove unused variables)
11456
11457         * lyxlength.C (inPixels): change to use a width and a height as
11458         parameter.
11459
11460 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11461
11462         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11463         Replaced with \paperwidth
11464
11465         * DepTable.C (insert): add std:: qualifier
11466
11467 2002-01-18  Allan Rae  <rae@lyx.org>
11468
11469         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11470         updated also?
11471
11472         * text.C (drawInset): Turned out I didn't know enough about how
11473         rebreaking worked.  This fixes most of the redraw problems.  I see
11474         an occasional cursor trail when a line is broken now and the cursor
11475         placement can seem out by a few pixels also after a rebreak.
11476
11477 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11478
11479         * buffer.C (parseSingleLyXformat2Token): update because minipage
11480         width is now a LyXLength
11481
11482         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11483
11484         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11485         math insets
11486
11487 2002-01-17  Juergen Vigna  <jug@sad.it>
11488
11489         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11490
11491         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11492         is set correctly and the inset is updated correctly.
11493
11494 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11495
11496         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11497         the beginning of the loop.
11498
11499 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11500
11501         * lyxrc.C: improve help for use_scalable_fonts
11502
11503 2002-01-17  Allan Rae  <rae@lyx.org>
11504
11505         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11506
11507 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11508
11509         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11510         make sure to set their inset_owner to the right value (bug #171)
11511
11512 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11513
11514         * DepTable.h
11515         * DepTable.C: Implement mtime checking to reduce time spent doing
11516         CRCs.
11517
11518 2002-01-16  Juergen Vigna  <jug@sad.it>
11519
11520         * tabular.C (GetAdditionalHeight): one of error fixed.
11521
11522         * lyxrc.C (output): small fix in writing use_pspell.
11523
11524 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11525
11526         * sp_base.h: #include LString.h
11527
11528 2002-01-16  Allan Rae  <rae@lyx.org>
11529
11530         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11531         Can someone check this please?
11532
11533         * text.C (drawInset): It was possible that p.row would be removed by
11534         breakAgainOneRow upsetting a few other settings.  There may be another
11535         small tweak possible by setting need_break_row = 0 when p.row has been
11536         removed but I don't know enough about the logic here.
11537
11538 2002-01-15  Allan Rae  <rae@lyx.org>
11539
11540         * text.C (insertChar): removed conditional truism.
11541
11542         * BufferView2.C (removeAutoInsets): More tweaks.
11543         cur_par_prev could be a stray pointer.  Check for trailing empty line
11544         in case last line was cur_par and only had an error inset on it.
11545
11546 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11547
11548         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11549         absolute
11550
11551         * vc-backend.C (most methods):
11552         * exporter.C (Export):
11553         * converter.C (convert):
11554         (runLaTeX):
11555         * LyXSendto.C (SendtoApplyCB):
11556         * lyxfunc.C (dispatch):
11557         (menuNew):
11558         (open):
11559         (doImport):
11560         * lyx_cb.C (AutoSave):
11561         (InsertAsciiFile):
11562         * BufferView_pimpl.C (MenuInsertLyXFile):
11563         * buffer.C (runChktex): use Buffer::filePath().
11564
11565         * buffer.h: rename filename to filename_; rename filepath to
11566         filepath_ and make it private
11567         (filePath): new method
11568
11569         * buffer.C (writeFile): use fileName()
11570         (getLatexName):
11571
11572         * lyx_main.C (init): fix starting  of LyX when the binary is a
11573         link from so,ewhere else.
11574
11575         * minibuffer.C: include <cctype> for isprint
11576
11577 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11578
11579         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11580         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11581         name clash with InsetCollapsable's width function.
11582
11583 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11584
11585         * lastfiles.C: include <iterator>
11586
11587 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11588
11589         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11590         std::count.
11591
11592         * buffer.C (makeLaTeXFile): ditto.
11593         Also make loop operation more transparent.
11594
11595 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11596
11597         * ToolbarDefaults.C: remove trailing comma closing namespace.
11598
11599         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11600
11601         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11602         as in WorkArea.
11603
11604         * trans.C (Load): comment out unused variable, allowed.
11605
11606 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11607
11608         * minibuffer.[Ch] (append_char): new method to recieve input from the
11609         drop-down completion browser. If a key was pressed, then recieve this
11610         char and append it to the existing string.
11611         (peek_event): modify the positioning data passed to the completion
11612         browser so that it can be placed above the minibuffer rather than below.
11613 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11614
11615         * LyXAction.C (init): alloe error-next for readonly documents.
11616
11617         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11618         count.
11619
11620 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11621
11622         * bufferlist.C (readFile): create the buffer _after_ checking that
11623         the file exists.
11624
11625         * lyxfunc.C (verboseDispatch): fix handling of arguments
11626
11627         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11628
11629         * lyxrc.C: use string::erase() instead of initializing to "".
11630
11631
11632 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11633
11634         * BufferView_pimpl.h:
11635         * BufferView_pimpl.C:
11636         * WorkArea.h:
11637         * WorkArea.C:
11638         * text2.C: tell X when we have made a selection for copying
11639
11640 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11641
11642         * BufferView_pimpl.C (MenuInsertLyXFile):
11643         * lyxfunc.C (menuNew):
11644         (open):
11645         (doImport): add shortcuts to directory buttons
11646
11647         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11648         open a float)
11649
11650         * lyxfunc.C (setStatusMessage):
11651         (getStatusMessage): new methods
11652         (getStatus):use setStatusMessage instead of setErrorMessage
11653         (dispatch): when function is disabled, set error message here
11654         [instead of in getStatus previously]
11655
11656         * BufferView_pimpl.C (workAreaButtonRelease): update
11657         toolbar/menubar here too.
11658
11659 2002-01-13  Allan Rae  <rae@lyx.org>
11660
11661         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11662         Now seems indestructible.  Remaining task is to audit all other
11663         code affected by deleteEmptyParagraphMechanism.  One small quirk
11664         left is that an empty document with an error in the preamble can
11665         be made to report an error but no error box appears.  I don't know
11666         where it goes.
11667         (removeAutoInsets): Improved comments.
11668
11669 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11670
11671         * Thesaurus.h:
11672         * Thesaurus.C: update for Aiksaurus 0.14
11673
11674 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11675
11676         * text2.C (firstParagraph): removed member function, all uses
11677         replaces with ownerParagraph
11678         (redoParagraphs): here
11679         (updateInset): here
11680         (toggleAppendix): here
11681         * BufferView2.C (insertErrors): here
11682         (setCursorFromRow): here
11683
11684 2002-01-13  Allan Rae  <rae@lyx.org>
11685
11686         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11687         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11688         There is still a way to segfault this although you may have to do this
11689         multiple times: Have an InsetERT with an unknown command in it.
11690         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11691         <down-arrow>, <Enter> again, View->DVI, BANG!
11692
11693         * text2.C (setCursor):
11694         (deleteEmptyParagraphMechanism):
11695         * lyxtext.h (setCursor):
11696         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11697         Making use of the return value may help fix other bugs.
11698
11699 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11700
11701         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11702
11703         * LyXView.C (updateMenubar): call MenuBar::update here
11704         (updateToolbar): but not here
11705         (showState): do not update toolbar/menubar
11706
11707         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11708         should need to care about that.
11709
11710         * lyxfunc.C (verboseDispatch): simplify a bit
11711         (getStatus): have a version which takes a pseudoaction, and
11712         another which requires a (kb_action,string).
11713
11714         * LyXAction.C (retrieveActionArg): make it work also when action
11715         is not a pseudo-action.
11716         (getActionName): simplify a bit
11717         (helpText):
11718
11719 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11720
11721         * lyxfunc.C (verboseDispatch): new families of methods with
11722         several ways to specify a command and a bool to indicate whether
11723         the command name and shortcut should be displayed in minibuffer
11724         (eventually, we could extend that to a finer bitmask like
11725         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11726         (dispatch): the pristine dispatch command which just, well,
11727         dispatchs! Note it still sets its result to minibuffer; I'm not
11728         sure we want that.
11729
11730         * lyxfunc.h: remove setHintMessage
11731
11732         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11733
11734 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11735
11736         * BufferView_pimpl.C (specialChar): delete new inset if we have
11737         not been able to insert it.
11738
11739         * kbmap.C: revert to using int instead of kb_action, since all we
11740         are dealing with is pseudo-actions.
11741
11742         * LyXAction.C (searchActionArg): change to return int instead of
11743         kb_action, since the result is a pseudoaction.
11744
11745 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11746
11747         * buffer.C (insertErtContents): Fix (partially) the font bug.
11748
11749 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11750
11751         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11752         as the other one is broken on my machine!
11753
11754 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11755
11756         * commandtags.h:
11757         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11758
11759 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11760
11761         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11762         reflect their actual use. Provide compatibility code for older lyxrc
11763         files.
11764
11765         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11766         FL_NORMAL_STYLE.
11767         change names of popup font variables in line with the changes to lyxrc.C
11768
11769 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11770
11771         * buffer.C (asciiParagraph): avoid outputing a word twice after
11772         an inset.
11773
11774         * lyxrc.C (getDescription): document that document_path and
11775         template_path can be empty.
11776
11777 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11778
11779         * LaTeXFeatures.C (getMacros):
11780         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11781
11782         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11783
11784         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11785         getPackages.
11786         (getPackages): rename feature "floats" to "float". Use an array to
11787         iterate over 'simple' features (i.e. just a \usepackage). Add
11788         handling of "amsmath" (renamed from "amsstyle").
11789
11790 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11791
11792         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11793         features list.
11794
11795 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11796
11797         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11798         FuncStaus::FuncStatus & FuncStaus::some_method().
11799
11800 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11801
11802         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11803         of the func_satus stuff. Edited and massaged in various ways by
11804         JMarc.
11805
11806         * lyxfunc.C (getStatus): use FuncStatus
11807
11808 2002-01-08  Juergen Vigna  <jug@sad.it>
11809
11810         * text.C (nextBreakPoint): use function Inset::isChar().
11811
11812         * paragraph.C (TeXOnePar): use function
11813         Inset::forceDefaultParagraphs.
11814
11815         * buffer.C (latexParagraphs): use function
11816         Inset::forceDefaultParagraphs.
11817
11818 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11819
11820         * lyx_gui.C (init): set the style of the menu popups to
11821         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11822
11823 2002-01-07  Juergen Vigna  <jug@sad.it>
11824
11825         * text.C (setHeightOfRow): small fix
11826         (prepareToPrint): don't look at alignment if we don't have the place
11827         for doing it.
11828
11829 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11830
11831         * box.C: New file. Move the Box methods and functions out of box.h,
11832         following Lars' suggestion.
11833
11834 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11835
11836         * box.h: #include "support/LOstream.h", needed for inlined function.
11837
11838         * lyxtextclass.C:
11839         * lyxtextclasslist.C: added some using std declarations.
11840
11841 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11842
11843         * box.h: make signed dimensions to allow insets wider than
11844           the screen (bug #162)
11845
11846         * BufferView_pimpl.C: add some insetHit debug
11847
11848 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11849
11850         * vc-backend.C: add FIXME
11851
11852 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11853
11854         * lyxfunc.C (getStatus): enable code for showing math font status
11855         in toolbar/menu.
11856
11857 2002-01-07  Juergen Vigna  <jug@sad.it>
11858
11859         * text.C (nextBreakPoint): removed debug output not needed anymore.
11860
11861 2002-01-06  Juergen Vigna  <jug@sad.it>
11862
11863         * text.C (nextBreakPoint): fixed up this function we had this bug
11864         since ever but now hopefully we break row better.
11865         (insertChar): we have to check if an inset is the next char as it
11866         could now happen that a large inset is causing a break.
11867
11868 2002-01-05  Juergen Vigna  <jug@sad.it>
11869
11870         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11871         if it doesn't like to be drawed.
11872
11873 2002-01-04  Juergen Vigna  <jug@sad.it>
11874
11875         * BufferView2.C (lockInset): forgot to set a cursor.
11876
11877         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11878
11879 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11880
11881         * FormMathsPanel.C:
11882         * FormMathsPanel.h
11883         * MathsSymbols.C:
11884         * form_maths_panel.C:
11885         * form_maths_panel.h:
11886         * form_maths_panel.fd: implemented sub- and super- buttons in math
11887         panel.
11888
11889         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11890         (or ^ space) to be used as in TeX (req'd by André).
11891
11892         * lyxfunc.C: Allow ^ and _ again to be used both as
11893         super/subscript (mathed) and as themselves (in text).
11894
11895 2002-01-03  Allan Rae  <rae@lyx.org>
11896
11897         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11898         "LyX" or the filename of the current buffer if it has one.  This is a
11899         modified form of John Levon's patch.
11900
11901         * XFormsView.C (setWindowTitle): also set icon title.
11902
11903         * LyXView.h (setWindowTitle): signature changed.
11904         * XFormsView.h (setWindowTitle): ditto.
11905
11906 2002-01-02  Juergen Vigna  <jug@sad.it>
11907
11908         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11909
11910 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11911
11912         * screen.C (topCursorVisible): introduce a temp var for
11913         text->cursor.row(), handle the case where this row is null. (kindo
11914         hachish)
11915
11916         * text2.C (setCursor): add a couple of asserts.
11917
11918         * paragraph.h (inset_iterator): add -> operator
11919
11920         * paragraph.[Ch] (autoDeleteInsets): remove member function
11921
11922         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11923         cursor pos correctly and handle inset deletion by itself.
11924         (insertErrors): move iterator declaration out of for expression
11925
11926         * lyxtextclass.C: add <algorithm>
11927
11928         * Makefile.am: added the new files to sources, removed layout.C
11929
11930         * layout.C: removed file
11931
11932         * layout.h: remove LYX_DUMMY_LAYOUT
11933
11934         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11935         layout.
11936
11937         * lyxlayout.[Ch]:
11938         * lyxtextclass.[Ch]:
11939         * lyxtextclasslist.[Ch]: new files
11940
11941         * include order changes to a lot of files, also changes because of
11942         the six new files.
11943
11944 2001-12-27  Juergen Vigna  <jug@sad.it>
11945
11946         * buffer.C (asciiParagraph): more fixes.
11947
11948         * tabular.C (ascii): make ascii export support export of only the
11949         data separated by a column-delimiter.
11950         (ascii): better support for ascii export.
11951
11952         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11953
11954 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11955
11956         * tabular_funcs.C: use a "using std::getline" instead of the
11957         previous fix from Angus (necessary for cxx + lyxstring)
11958
11959 2001-12-24  Juergen Vigna  <jug@sad.it>
11960
11961         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11962
11963         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11964         problems. First check a minipage also if we have some ert-contents
11965         (not only on par->size(), second set the right depth of the paragraph
11966         on the relink to the root-paragraph-list!
11967
11968         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11969         which then did not anymore update the main paragraphs on undo/redo!
11970
11971 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11972
11973         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11974         code. Support all font-changing funcs (even those which are not in
11975         menu currently). Support for reporting font settings in
11976         mathed (disabled until Andre provides a function on mathed's side).
11977
11978         * func_status.h (toggle): small helper function to set toggle
11979         state on a flag.
11980
11981 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11982
11983         * tabular_funcs.C: getline -> std::getline
11984
11985 2001-12-21  Juergen Vigna  <jug@sad.it>
11986
11987         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11988         accessed and could be 0 (I couldn't generate this but it seems
11989         Michael could!).
11990
11991 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11992
11993         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11994         * tabular_funcs.h: here and include iosfwd
11995
11996 2001-12-20  Juergen Vigna  <jug@sad.it>
11997
11998         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11999         inside inset but undo_par was.
12000
12001 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12002
12003         * Thesaurus.C: always include <config.h> in sources.
12004
12005         * Painter.h:
12006         * lyxlookup.h:
12007         * box.h: do not include <config.h> in header files
12008
12009         * text.C (paintLastRow): remove unused variable
12010
12011         * text.C (transformChar):
12012         (insertChar):
12013         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12014
12015         * Painter.C (text):
12016         * font.C (width): rewrite to use uppercase() instead of
12017         islower/toupper.
12018
12019         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12020
12021 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12022
12023         * lyxfind.C: clean up of find failure position change
12024
12025 2001-12-20  Juergen Vigna  <jug@sad.it>
12026
12027         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12028
12029         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12030         (TeXRow): added to LaTeX a single tabular row.
12031         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12032         (Latex): simplified and finally good LT-h/f support.
12033         (various_functions): just small adaptions for LT-h/f support.
12034
12035         * tabular_funcs.[hC]: added and moved here all not classfunctions
12036         of LyXTabular.
12037
12038 2001-12-19  Juergen Vigna  <jug@sad.it>
12039
12040         * tabular.[Ch]: better support for longtabular options (not finished
12041         yet!)
12042
12043 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12044
12045         * text.C (paintLastRow): use the label font instead of the font of
12046         the last character to compute the size of *_BOX. This makes more
12047         sense and avoids a crash with empty paragraphs.
12048         Use Painter::rectangle to draw EMPTY_BOX.
12049
12050 2001-12-19  Juergen Vigna  <jug@sad.it>
12051
12052         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12053         the paragraphs if the replaced paragraph is not the first one!
12054         Tried to delete not used paragraphs but does not work yet so for
12055         now it's inside #ifdef's and by default off!
12056
12057 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12058
12059         * MenuBackend.C: include "lyx_main.h" instead of declaring
12060         lastfiles (actually was declared as LastFiles* instead of a
12061         scoped_ptr).
12062
12063 2001-12-17  Juergen Vigna  <jug@sad.it>
12064
12065         * tabular.C (AppendColumn): applied John's fix
12066
12067 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12068
12069         * BufferView.h:
12070         * BufferView.C:
12071         * BufferView_pimpl.h:
12072         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12073
12074         * Makefile.am:
12075         * box.h: new start of class for above
12076
12077         * lyxfunc.C: ignore space-only minibuffer dispatches.
12078           Show the command name when it doesn't exist
12079
12080         * minibuffer.C: don't add empty lines to the history
12081
12082         * minibuffer.C: add a space on dropdown completion
12083
12084 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12085
12086         * text.C: fix line above/below drawing in insets
12087
12088 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12089
12090         * lyxlength.C (LyXLength): Initialize private variables.
12091
12092 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12093
12094         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12095         when inserting error insets.
12096
12097 2001-12-13  Juergen Vigna  <jug@sad.it>
12098
12099         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12100         actually sometimes the before-paragraph.
12101         (setUndo): don't clear the redostack if we're not actually undoing!
12102
12103 2001-12-06  Juergen Vigna  <jug@sad.it>
12104
12105         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12106         and fixed redoing of main paragraph, so we can use it now ;)
12107
12108         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12109
12110 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12111
12112         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12113         Juergen's request
12114
12115 2001-12-13  André Pönitz <poenitz@gmx.net>
12116
12117         * undostack.[Ch]:
12118         * undo_func.C: minor cleanup
12119
12120 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12121
12122         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12123         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12124         font in urw-fonts package which is marked as -urw-fontspecific and
12125         does not work (incidentally, changing the encoding in the
12126         fonts.dir of this package to -adobe-fontspecific fixes the
12127         problem).
12128
12129         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12130         is a crash when undoing first paragraph (Juergen, please take a
12131         look). THis does not mean the undo fix is wrong, just that it
12132         uncovers problems.
12133
12134         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12135         the (Paragraph*) version when needed instead of duplicating the
12136         code.
12137
12138         * text.C (workWidth): use Inset::parOwner to find out where the
12139         inset has been inserted. This is a huge performance gain for large
12140         documents with lots of insets. If Inset::parOwner is not set, fall
12141         back on the brute force method
12142
12143         * paragraph_pimpl.C (insertInset):
12144         * paragraph.C (Paragraph):
12145         (cutIntoMinibuffer): set parOwner of insets when
12146         inserting/removing them
12147
12148         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12149
12150 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12151
12152         * commandtags.h:
12153         * LyXAction.C:
12154         * lyx_main.C:
12155         * lyxfunc.C:
12156         * mathed/formulabase.C:
12157         * mathed/math_cursor.[Ch]:
12158         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12159
12160
12161 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12162
12163         * lyxlength.[Ch] (operator!=): new function
12164
12165 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12166
12167         * text.C (workWidth): use Inset::parOwner to find out where the
12168         inset has been inserted. This is a huge performance gain for large
12169         documents with lots of insets. If Inset::parOwner is not set, fall
12170         back on the brute force method
12171
12172         * paragraph_pimpl.C (insertInset):
12173         * paragraph.C (Paragraph):
12174         (cutIntoMinibuffer): set parOwner of insets when
12175         inserting/removing them
12176
12177         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12178
12179 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12180
12181         * tabular-old.C (getTokenValue):
12182         * tabular.C (getTokenValue):
12183         (write_attribute): new versions for LyXLength
12184         (everywhere): adjust the use of widths
12185
12186         * tabular.h: change the type of widths from string to LyXLength
12187
12188 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12189
12190         * paragraph.C: fixed missing line number count when exporting
12191         Environments to LaTeX file
12192
12193         * buffer.C: added informational message for checking line numbers.
12194
12195 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12196
12197         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12198         paragraph, do the 'double space' part, but not the 'empty
12199         paragraph' one.
12200
12201         * text.C (workWidth): small optimization
12202         (getLengthMarkerHeight): use minimal size for negative lengths.
12203
12204 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12205
12206         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12207
12208         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12209
12210 2001-12-11  André Pönitz <poenitz@gmx.net>
12211
12212         * FontLoader.C:
12213         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12214
12215 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12216
12217         * text2.C: keep selection on a setFont()
12218
12219 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12220
12221         * lyx_cb.C: another bv->text misuse, from insert label
12222
12223 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * kbsequence.h:
12226         * kbsequence.C: re-instate nmodifier mask
12227
12228 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12229
12230         * lyx_main.h: make lyxGUI private.
12231
12232 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12233
12234         * lyxfind.C: place the cursor correctly on failed search
12235
12236 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12237
12238         * text.C (getLengthMarkerHeight): for small heights, the arrows
12239         are not always on top/bottom of the text
12240         (drawLengthMarker): smaller arrows; take the left margin in
12241         account; draw also vfills.
12242         (paintFirstRow):
12243         (paintLastRow): remove special code for vfill and standard spaces,
12244         since everything is handled in drawLengthMarker now.
12245
12246 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12247
12248         * buffer.C (insertErtContents): try to handle font and language
12249         interaction a bit better.g
12250
12251         * ColorHandler.C (updateColor): change the hash to cover the whole
12252         LColor enum, ws cleanup
12253         (getGCLinepars): ditto
12254         (getGCLinepars): only lookup in the linecache once.
12255
12256 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12257
12258         * iterators.C (operator++): Make the iterator more robust
12259
12260         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12261         (John's patch)
12262         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12263
12264 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12265
12266         * lyxtext.h:
12267         * text.C: better added space drawing
12268
12269 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12270
12271         * LyXView.C:
12272         * BufferView2.C: fix layout combo update on inset unlock
12273
12274 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12275
12276         * Makefile.am: don't compile unused files
12277
12278 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12279
12280         * lyxfunc.C:
12281         * commandtags.h:
12282         * LyXAction.C: remove old LFUN_LAYOUTNO
12283
12284 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12285
12286         * paragraph_pimpl.h:
12287         * paragraph_pimpl.C: isTextAt() doesn't need font param
12288
12289 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12290
12291         * lyxlex.h:
12292         * lyxlex.C: little cleanup
12293
12294 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12295
12296         * BufferView_pimpl.C: fix insertAscii for insets
12297
12298 2001-12-05  Juergen Vigna  <jug@sad.it>
12299
12300         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12301         set the right font on the "multi" paragraph paste!
12302
12303 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12304
12305         * trans_decl.h:
12306         * trans_mgr.[Ch]:
12307         * trans.[Ch]:
12308         * lyxgluelength.C:
12309         * lyxlength.C: remove out-commented code.
12310
12311         * BufferView_pimpl:
12312         * CutAndPaste.C:
12313         * DepTable.C:
12314         * buffer.C:
12315         * chset.C:
12316         * lastfiles.C:
12317         * lyxlex.C:
12318         * lyxlex_pimpl.C:
12319         * lyxserver.C:
12320         * screen.C:
12321         * tabular-old.C:
12322         * tabular.C:
12323         * text.C:
12324         * trans_mgr.C:
12325         * vc-backend.C: change "while(" to "while ("
12326
12327         * lyxlength.[Ch]: add zero function to check if length is zero or
12328         not
12329         * lyxgluelength.C: use it
12330
12331 2001-12-05  Allan Rae  <rae@lyx.org>
12332
12333         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12334         Works for 2.95.3, from what I understand of Garst's reports this should
12335         work for other g++ versions.  We're screwed if the abs(int) definition
12336         changed between bugfix releases of gcc.
12337
12338 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12339
12340         * text.C: fix chapter label offset !
12341
12342 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12343
12344         * lyxtext.h:
12345         * text.C: fix hfill at end of line, clean up
12346
12347 2001-12-04  Juergen Vigna  <jug@sad.it>
12348
12349         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12350         that we force an update of the inset and it's owners if neccessary.
12351
12352 2001-12-03  Juergen Vigna  <jug@sad.it>
12353
12354         * text.C (rowLast): simplified code
12355
12356 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12357
12358         * lyxfunc.C: fix show options on timeout
12359
12360 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12361
12362         * screen.C (topCursorVisible): scroll half a page when the cursor
12363         reached top of bottom of screen
12364
12365 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12366
12367         * minibuffer.C: deactivate on loss of focus
12368
12369 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12370
12371         * vspace.[Ch] (operator!=): add operator.
12372
12373 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12374
12375         * BufferView_pimpl.C: refuse to open an inset when
12376         there's a selection.
12377
12378 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12379
12380         * BufferView_pimpl.C: allow to click on RHS of full row insets
12381
12382 2001-11-30  Juergen Vigna  <jug@sad.it>
12383
12384         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12385         insets for undo reasons.
12386
12387 2001-11-28  André Pönitz <poenitz@gmx.net>
12388
12389         * vspace.[Ch]: cosmetical changes
12390
12391 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12392
12393         * LyXAction.h:
12394         * LyXAction.C:
12395         * lyxfunc.h:
12396         * lyxfunc.C:
12397         * kbmap.h:
12398         * kbmap.C:
12399         * lyxrc.C:
12400         * kbsequence.h:
12401         * kbsequence.C: part re-write of old kb code
12402
12403         * Painter.C:
12404         * WorkArea.C: remove Lgb_bug_find_hack
12405
12406 2001-11-30  José Matos <jamatos@fep.up.pt>
12407
12408         * buffer.C (makeDocBookFile): add a comment to point a hack.
12409         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12410         Fixed a double write of labels.
12411
12412 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12413
12414         * LaTeX.C:
12415         * LaTeX.h Fixed bug in LaTeX class where it would not
12416         re-run latex if no depfiles were changed, but the .dvi was removed.
12417
12418 2001-11-28  André Pönitz <poenitz@gmx.net>
12419
12420         * all the files from the change on 2001/11/26:
12421         use lyx::layout_type instead of LyXTextClass::size_type
12422         use lyx::textclass_type instead of LyXTextClassList::size_type
12423
12424 2001-11-29  Juergen Vigna  <jug@sad.it>
12425
12426         * text.C: added support for paragraph::isFreeSpacing()
12427
12428         * buffer.C: same as above
12429
12430         * paragraph.h: inserted isFreeSpacing() function to enable
12431         FreeSpacing inside InsetERT.
12432
12433         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12434         of the paragraph's in the cut/copy buffer to 0!
12435
12436         * text2.C (removeRow): remove the assert as it can!
12437
12438         * lyxtext.h: added helper function firstRow returning firstrow and
12439         made firstrow private again.
12440
12441         * BufferView2.C (lockInset): don't relock if we're already locked!
12442
12443         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12444         the only paragraph.
12445         (removeRow): added Assert::(firstrow)
12446
12447         * debug.C: forgot to add INSETTEXT here.
12448
12449 2001-11-28  Juergen Vigna  <jug@sad.it>
12450
12451         * sp_spell.C (initialize): changed error text to more general
12452         spellchecker command use (not only ispell!)
12453
12454         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12455
12456         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12457
12458 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12459
12460         * vspace.C: initialise lyxgluelength on failure
12461
12462 2001-11-28  Allan Rae  <rae@lyx.org>
12463
12464         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12465         declaration & definition that looks like a function declaration.
12466
12467 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12468
12469         * BufferView2.C (copy):
12470         (copyEnvironment): do not clear the selection when doing a copy.
12471
12472         * text.C (paintFirstRow): compilation fix
12473
12474 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12475
12476         * tabular.C (Latex): correct line count when writing latex.
12477
12478 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12479
12480         * paragraph_pimpl.h:
12481         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12482           bug a bit
12483
12484 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12485
12486         * text.C:
12487         * LColor.h:
12488         * LColor.C: change vfillline->added_space
12489
12490         * text.C: add markers and text for added space
12491
12492         * vspace.C: fix comment
12493
12494 2001-11-28  André Pönitz <poenitz@gmx.net>
12495
12496         * paragraph.C: whitespace changes
12497         * all the other files from the change on 2001/11/26:
12498         change *::pos_type into lyx::pos_type
12499
12500 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12501
12502         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12503         language of the document when inserting error insets.
12504
12505 2001-11-26  André Pönitz <poenitz@gmx.net>
12506
12507         * BufferView_pimpl.[Ch]:
12508         *       CutAndPaste.C:
12509         * buffer.[Ch]:
12510         * lyxcursor.[Ch]:
12511         * lyxfind.C:
12512         * lyxfunc.C:
12513         * lyxrow.[Ch]:
12514         * paragraph.[Ch]:
12515         * paragraph_pimpl.[Ch]:
12516         * sp_spell.C:
12517         * text.C:
12518         * text2.C: reduce header dependencies, introduce type for positions
12519
12520 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12521
12522         * <various>: change to use Alert.h
12523
12524 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12525
12526         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12527         when encountering an unknown token.
12528         (readLyXformat2): Show an error message if there were unknown tokens.
12529
12530 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12531
12532         * BufferView2.C:
12533         * BufferView_pimpl.C:
12534         * buffer.C:
12535         * paragraph.h:
12536         * text.C:
12537         * text2.C: use par->isInset()
12538
12539 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12540
12541         * paragraph_pimpl.h:
12542         * paragraph_pimpl.C: cleanup
12543
12544 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12545
12546         * text2.C (removeRow):
12547         * text.C (setHeightOfRow): remove useless (and costly) call to
12548         getRow.
12549
12550 2001-11-20  Allan Rae  <rae@lyx.org>
12551
12552         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12553         Now need Inset*::checkInsertChar() to return true for appropriate
12554         cases so that the characters in the minibuffer will actually be
12555         inserted.
12556
12557 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12558
12559         * text.C: change the order of the includes.
12560         (workWidth): initialize it at once.
12561         (workWidth): make maxw unsigned
12562         (setHeightOfRow): remove unused variable (inset)
12563         (selectSelectedWord): remove unused variable (inset)
12564         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12565
12566 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12567
12568         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12569         server is not running.
12570         (openConnection):
12571         (closeConnection): add debug info when server is disabled.
12572
12573         * ColorHandler.C (getGCForeground): send debug message to GUI
12574         channel.
12575
12576         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12577
12578         * kbmap.C (bind): modify because return conventions of
12579         kb_sequence::parse have changed.
12580
12581         * kbsequence.C (parse): only ignore spaces and not any stupid
12582         control character. This avoids tests like s[i] <= ' ', which are
12583         guaranteed to fail with 8bit characters and signed chars.
12584         Change return code to string::npos when there have been no error
12585         (0 was a bad idea when error is at first character)
12586
12587 2001-11-14  José Matos  <jamatos@fep.up.pt>
12588
12589         * buffer.h:
12590         * buffer.C (simpleDocBookOnePar): removed unused argument.
12591
12592 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12593
12594         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12595         insets which are part of a word. Paragraph::isLetter takes care of
12596         that now. Use Paragraph::isInset to identify insets.
12597         (selectSelectedWord): do not test for hyphenation break.
12598
12599         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12600         that protected spaces are considered as spaces.
12601
12602         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12603         Inset::isLetter.
12604
12605 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12606
12607         * lyxserver.h:
12608         * lyxserver.C: fix it. and small cleanup.
12609
12610 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12611
12612         * BufferView_pimpl.C: use inline helpers
12613
12614         * LaTeXFeatures.h:
12615         * LaTeXFeatures.C: fix typos
12616
12617         * Spacing.h:
12618         * Spacing.C: move spacing_string into class
12619
12620         * ToolbarDefaults.C: move stuff into namespace anon
12621
12622         * layout.h: update enum
12623
12624         * lyxfunc.C: use better debug
12625
12626         * minibuffer.h: fix typo
12627
12628         * debug.h:
12629         * debug.C:
12630         * WorkArea.C: add and use Debug::WORKAREA
12631
12632         * lyxtext.h:
12633         * text.C:
12634         * text2.C: code re-organisation, inline helpers
12635
12636 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12637
12638         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12639         std::vector.empty().
12640
12641 2001-11-09  Allan Rae  <rae@lyx.org>
12642
12643         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12644         '\n's after tables.  Tabular and ERT inset work now makes this no
12645         longer necessary.
12646
12647 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12648
12649         * minibuffer.h:
12650         * minibuffer.C: fix crash, improve drop-down completion
12651
12652 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12653
12654         * lyxserver.h:
12655         * lyxserver.C: invalidate fd's when doing endPipe()
12656
12657 2001-11-08  José Matos  <jamatos@fep.up.pt>
12658
12659         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12660         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12661
12662         * paragraph.h:
12663         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12664
12665 2001-11-07  José Matos  <jamatos@fep.up.pt>
12666
12667         * buffer.h:
12668         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12669         const qualifier.
12670
12671         * buffer.C (sgmlOpenTag):
12672         * buffer.C (sgmlCloseTag): removed debug info.
12673
12674         * buffer.h (sgmlOpenTag):
12675         * buffer.h (sgmlCloseTag): made public.
12676
12677 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12678
12679         * buffer.C (saveParamsAsDefaults):
12680         * lyx_cb.C (MenuLayoutSave): remove
12681
12682         * LyXAction.C (init):
12683         * commandtags.h:
12684         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12685
12686 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12687
12688         * buffer.C (setPaperStuff): removed from here...
12689
12690         * bufferparams.C (setPaperStuff): ... and moved there.
12691
12692 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12693
12694         * minibuffer.h:
12695         * minibuffer.C:
12696         * XFormsView.C: add support for drop-down completion
12697
12698 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12699
12700         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12701         commands.
12702
12703 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12704
12705         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12706         disabled.
12707
12708 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12709
12710         * lyx_main.C: change ref to known bugs
12711
12712 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12713
12714         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12715         to work around older babel problems.
12716
12717 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12718
12719         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12720
12721 2001-10-24  Juergen Vigna  <jug@sad.it>
12722
12723         * tabular-old.C (ReadOld): below variable changes reflected.
12724
12725         * tabular.[Ch]: added ltType struct for longtable header/footer
12726         defines and changed all instances where they are used. Added
12727         future support for double top/bottom rows.
12728
12729 2001-10-24  José Matos  <jamatos@fep.up.pt>
12730
12731         * buffer.h (docbookHandleCaption):
12732         * buffer.C (docbookHandleCaption): removed unused function.
12733         (makeDocBookFile): moved docbook supported version to v4.1.
12734
12735 2001-10-24  José Matos  <jamatos@fep.up.pt>
12736
12737         * tabular.h:
12738         * tabular.C (docbookRow): new function to export docbook code of a row.
12739         (DocBook): now honors the longtable flags.
12740
12741 2001-10-23  José Matos  <jamatos@fep.up.pt>
12742
12743         * LaTeXFeatures.h:
12744         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12745         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12746
12747         * buffer.C (makeLinuxDocFile):
12748         (makeDocBookFile): reworked the preamble, more clean, and with
12749         support for lyx defined entities. Changed the document declaration
12750         to be more XML friendly.
12751
12752         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12753         if we need to output XML that should be done with a filter.
12754
12755 2001-10-22  Juergen Vigna  <jug@sad.it>
12756
12757         * sp_pspell.h (class PSpell): add alive function needed in the
12758         controller to see if the spellchecker could be started.
12759
12760 2001-10-22  Juergen Vigna  <jug@sad.it>
12761
12762         * buffer.C (insertStringAsLines): modify the font for inserting
12763         chars in certain conditions by calling checkInsertChar(font).
12764
12765 2001-10-19  Juergen Vigna  <jug@sad.it>
12766
12767         * text.C (workWidth): use getRow instead of wrong algorithm.
12768         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12769
12770 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12771
12772         * lyxserver.h:
12773         * lyxserver.C:
12774         * lyx_main.h:
12775         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12776
12777 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12778
12779         * text.C (workWidth): do not search for the exact row when
12780         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12781         optimization for big documents.
12782
12783 2001-10-18  Juergen Vigna  <jug@sad.it>
12784
12785         * text.C (workWidth): new function with added Inset * parameter.
12786
12787 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12788
12789         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12790
12791         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12792         change return type of getColumnNearX.
12793
12794
12795         * text.C (changeRegionCase): use uppercase/lowercase instead of
12796         toupper/tolower.
12797         (leftMargin):
12798         (rightMargin): simplify code by factoring out the uses of
12799         textclasslist.
12800         (labelFill):
12801         (numberOfHfills):
12802         (setHeightOfRow):
12803         (appendParagraph): use Paragraph::size_type
12804
12805 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12806
12807         * vspace.C (asLatexString): add a missing break
12808
12809 2001-10-15  Herbert Voss  <voss@perce.de>
12810
12811         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12812
12813 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12814
12815         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12816         is not available.
12817
12818 2001-10-10  André Pönitz <poenitz@gmx.net>
12819
12820         * lyxfunc.C: removed greek_kb_flag.
12821
12822 2001-10-10  Herbert Voss  <voss@perce.de>
12823
12824         * lyx_main.C: delete global string help_lyxdir.
12825
12826 2001-10-09  Herbert Voss  <voss@perce.de>
12827
12828         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12829
12830         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12831
12832         * lyx_main.C: added global string help_lyxdir.
12833
12834         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12835
12836 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12837
12838         * lyxrc.C (set_font_norm_type): support iso8859-4
12839
12840 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12841
12842         * LaTeX.C (deplog): add another regex for MikTeX
12843
12844 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12845
12846         * lyxrc.C (set_font_norm_type): support iso8859-3
12847
12848 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12849
12850         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12851
12852         * LaTeXFeatures.C: remove special case of french and index
12853
12854         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12855         before \begin{document}). This solves several incompatibilities.
12856
12857 2001-10-03  Garst Reese  <reese@isn.net>
12858
12859         * lyx_cb.C: change CheckTex error msg.
12860
12861 2001-10-03  José Matos  <jamatos@fep.up.pt>
12862
12863         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12864
12865 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12866
12867         * .cvsignore: update
12868
12869         * lyx_main.C (commandLineVersionInfo): use new style version info.
12870
12871         * buffer.C (writeFile):
12872         (makeLaTeXFile):
12873         (makeLinuxDocFile):
12874         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12875
12876         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12877
12878         * version.h: update to use stuff in version.C
12879
12880         * version.C.in: new file. Contains version information determined
12881         at compile time. This is a merging of version.h and
12882         version_info.h.in.
12883
12884 2001-10-03  Juergen Vigna  <jug@sad.it>
12885
12886         * BufferView_pimpl.C (update): don't change "dirty" status in
12887         updateInset call.
12888
12889 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12890
12891         * WorkArea.C (c-tor): re-position version string slightly.
12892
12893 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12894
12895         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12896         revert to previous code.
12897
12898         WorkArea.[Ch]: (show, destroySplash): methods removed.
12899
12900         WorkArea.C: rework code so that it's an amalgam of the codes before and
12901         after the splash screen was moved to WorkArea.
12902
12903 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12904
12905         * lyxrc.C (read):
12906         * vspace.C (inPixels):
12907         (lyx_advance):
12908         * kbmap.C (bind):
12909         * buffer.C (insertStringAsLines):
12910         (asciiParagraph): fix types to be large enough
12911
12912         * lyxlex_pimpl.h: change member status from short to int
12913
12914         * layout.h: fix type of endlabeltype
12915
12916         * kbmap.C (bind):
12917         * kbsequence.C (parse): change return type to string::size_type
12918
12919         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12920         variable
12921
12922         * Bullet.C (bulletSize):
12923         (bulletEntry): do not use short ints as parameters
12924
12925         * BufferView2.C (insertLyXFile): change a char to an int.
12926
12927         * WorkArea.C (WorkArea): remove unneeded floats in computation
12928
12929 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12930
12931         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12932
12933         * paragraph.C (asString): Do not ignore newline/hfill chars when
12934         copying to the clipboard.
12935
12936 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12937
12938         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12939         after a multi-line inset.
12940
12941 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12942
12943         * paragraph.C (validate): Set NeedLyXFootnoteCode
12944
12945 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12946
12947         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12948         and decrease-error to decrease.
12949
12950 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12951
12952         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12953         it more readable (should be equivalent)
12954
12955 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12956
12957         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12958
12959 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12960
12961         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12962         of a cursor (row, etc.) after a character has been deleted
12963         (deleteEmptyParagraphMechanism): call the method above on _all_
12964         cursors held by the LyXText when a double space has been
12965         detected/deleted.
12966
12967 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12968
12969         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12970         pixmap.
12971         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12972
12973         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12974         background. Use greyOut() and the new show() methods to toggle between
12975         the foreground and background. Add code to remove the splash after
12976         its initial showing.
12977
12978         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12979         (create_forms): no longer call Dialogs::showSplash.
12980
12981 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12982
12983         * .cvsignore: add version_info.h
12984
12985 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12986
12987         * version_info.h.in: new file
12988
12989         * Makefile.am: add version_info.h.in
12990
12991         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12992         version_info.h instead of VERSION_INFO
12993
12994 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12995
12996         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12997         The ERT inset now returns string().
12998
12999 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13000
13001         * lyxtext.h, text.C (selectNextWord): renamed as
13002         selectNextWordToSpellcheck.
13003
13004         * text.C (selectNextWordToSpellcheck): Modified to not select
13005         words inside an ERT inset.
13006
13007 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13008
13009         * lyx_cb.C (MenuLayoutSave): change a bit the question
13010
13011         * sp_base.h: include <sys/types.h>
13012
13013 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13014
13015         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13016
13017 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13018
13019         * several files: fix typos in user-visible strings
13020
13021 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13022
13023         * text2.C (pasteSelection): do not set the selection, since it
13024         will be cleared later. Actually, the intent was to fix the way the
13025         selection was set, but I figured rmoving the code was just as good.
13026
13027 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13028
13029         * FontLoader.C (available): Check if font is available without
13030         loading the font.
13031
13032 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13033
13034         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13035
13036 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13037
13038         * lyxrc.[Ch]: added display_graphics variable and associated code.
13039
13040 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13041
13042         * bufferparams.C (hasClassDefaults): new method. Returns true if
13043         the buffer parameters correspond to known class defaults
13044
13045 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13046
13047         * XFormsView.C (show): set minimum size to the main window.
13048
13049 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13050
13051         * text2.C (copySelection):
13052         (cutSelection):
13053         * lyxfind.C (LyXReplace):
13054         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13055         LyXText::selectionAsString.
13056
13057         * paragraph.C (asString): add "label" argument to the second form
13058
13059         * text2.C (selectionAsString): add "label" argument and pass it to
13060         Paragraph::asString.
13061
13062 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13063
13064         * lyx_main.C (commandLineHelp): remove version information
13065
13066 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13067
13068         * lyx_main.C: add -version commandline option
13069
13070 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13071
13072         * paragraph.h: make the optional constructor arg required instead.
13073         some modifications to other files because of this.
13074
13075         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13076
13077         * lyxserver.C (C_LyXComm_callback): make it static
13078
13079         * lyx_main.C (error_handler): make it static
13080
13081         * lyx_gui.C (LyX_XErrHandler): make it static
13082
13083         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13084
13085         * WorkArea.C: make the extern "C" methods static.
13086
13087         * Makefile.am (lyx_LDADD): simplify
13088
13089 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13090
13091         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13092         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13093
13094         * LyXAction.C (init):
13095         * lyxfunc.C (dispatch): associated code removal.
13096
13097 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13098
13099         * lyxfont.h (isSymbolFont): shut off warning
13100
13101         * text.C (setHeightOfRow):
13102         (getVisibleRow): fix crash with empty paragraphs which have a
13103         bottom line
13104
13105 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13106
13107         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13108         code.
13109
13110 2001-09-04  José Matos  <jamatos@fep.up.pt>
13111         * buffer.C
13112         * buffer.h
13113         * tabular.C (docbook): rename docBook method to docbook.
13114
13115 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13116
13117         * Makefile.am: add dependencies to main.o.
13118
13119 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13120
13121         * FontLoader.C (available): Return false if !lyxrc.use_gui
13122
13123 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13124
13125         * FontInfo.C (query):
13126         * converter.C (view):
13127         * importer.C (Import):
13128         * exporter.C (Export): Can not -> cannot.
13129
13130 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13131
13132         * BufferView_pimpl.C: allow to create index inset even if
13133           string is empty
13134
13135 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13136
13137         * buffer.C (getLists): replace boost::tie code with an explicit pair
13138         as boost::tie can break some compilers.
13139
13140         * iterators.h: Added a std:: declaration to the return type of
13141         ParIterator::size.
13142
13143 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13144
13145         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13146           case.
13147
13148 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13149
13150         * iterators.[Ch]: New files. Provide paragraph iterators.
13151
13152         * buffer.C (changeLanguage): Use paragraph iterators.
13153         (isMultiLingual): ditto
13154
13155         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13156
13157 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13158
13159         * FontLoader.C: Support for cmr font.
13160
13161 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13162
13163         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13164         (available): New method.
13165
13166         * FontInfo.C (getFontname): Use scalable fonts even when
13167         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13168         found.
13169
13170 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13171
13172         * converter.C (Formats::view): reverted! Incorrect fix.
13173
13174 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13175
13176         * converter.C (Formats::view): only output the -paper option
13177         if the dvi viewer is xdvi, thereby fixing bug #233429.
13178
13179 2001-08-23  Herbert Voss  <voss@perce>
13180
13181         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13182
13183 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13184
13185         * Spacing.h (Spacing): Set space to Default on in the default
13186         constructor.
13187
13188 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13189
13190         * vc-backend.h (RCS::versionString): add RCS to version
13191         (CVS::versionString): add CVS to version
13192
13193         * vc-backend.C (scanMaster): do not add CVS to version.
13194         (scanMaster): do not add RCS to version
13195
13196         * lyxvc.C (versionString): new method
13197
13198         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13199
13200 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13201
13202         * Spacing.C (set): initialize fval
13203
13204 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13205
13206         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13207         " or \.
13208
13209 2001-08-16  Juergen Vigna  <jug@sad.it>
13210
13211         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13212
13213 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13214
13215         * BufferView_pimpl.C:
13216         * figureForm.C:
13217         * lyxtext.h:
13218         * text2.C: setParagraph takes linespacing now
13219
13220 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13221
13222         * LyxAction.C: add internal LFUN_CITATION_INSERT
13223
13224         * LyXView.C: actually apply fix
13225
13226         * bufferlist.C: fix open non-existent file
13227
13228         * lyxfind.C: fix indentation
13229
13230         * lyxfunc.C: remove unneeded assert, fix typo
13231
13232 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13233
13234         * MenuBackend.C: use "Floatname List"
13235
13236 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13237
13238         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13239         when converting LaTeX layout to insetERT.
13240         Generate a non-collapsed float when reading old float
13241
13242 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13243
13244         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13245         ERT insets.
13246
13247 2001-08-13  Juergen Vigna  <jug@sad.it>
13248
13249         * text.C (fill): return 0 instead of 20 as this seems to be the more
13250         correct value.
13251
13252 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13253
13254         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13255         lyxrc.font_norm.
13256
13257 2001-08-13  Juergen Vigna  <jug@sad.it>
13258
13259         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13260         casesensitive off.
13261         (SearchBackward): comment out the unlocking of the inset_owner this
13262         should not be needed!
13263
13264 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13265
13266         * Many files: Remove inherit_language, and add latex_language
13267
13268         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13269         collapsible insets.
13270
13271 2001-08-10  Juergen Vigna  <jug@sad.it>
13272
13273         * text.C (prepareToPrint): fixed hfill-width in draw!
13274
13275         * BufferView2.C (selectLastWord): save the selection cursor as this
13276         now is cleared in the function LyXText::clearSelection!
13277
13278 2001-08-08  Juergen Vigna  <jug@sad.it>
13279
13280         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13281         BACKSPACE type functions.
13282
13283         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13284         is only cutted from the document but not put in the cut-buffer, where
13285         still the old stuff should be.
13286
13287         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13288
13289         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13290
13291         * tabular.C (SetWidthOfCell): fixed special case where the width
13292         was not updated!
13293         (LeftLine): handle '|' in align_special.
13294         (RightLine): ditto
13295         (LeftAlreadyDrawed): ditto
13296         (SetWidthOfCell): ditto
13297
13298 2001-08-07  Juergen Vigna  <jug@sad.it>
13299
13300         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13301
13302 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13303
13304         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13305         * lyxlex.[hC]: ditto
13306
13307 2001-08-06  Juergen Vigna  <jug@sad.it>
13308
13309         * text.C (getVisibleRow): fix up row clearing a bit.
13310
13311 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13312
13313         * minibuffer.C: make sure the X server sees the changes in the input.
13314
13315 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13316
13317         * paragraph.C (getFont): split into...
13318         (getLabelFont): this
13319         (getLayoutFont): and this
13320         * paragraph_pimpl.C (realizeFont): calling this
13321
13322         * text2.C (getFont): split into...
13323         (getLayoutFont): this
13324         (getLabelFont): and this
13325         (realizeFont): all three calling this
13326
13327         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13328         files where used.
13329
13330 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13331
13332         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13333
13334 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13335
13336         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13337         layouts from the Quote inset insertion.
13338
13339 2001-08-03  Juergen Vigna  <jug@sad.it>
13340
13341         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13342
13343         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13344         only if status not is already CHANGED_IN_DRAW (second level).
13345
13346         * text.C (draw): don't set the need_break_row when inside an
13347         InsetText LyXText.
13348
13349 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13350
13351         * buffer.C (parseSingleLyXformat2Token): handle more latex
13352         conversion cases.
13353
13354         * bufferview_funcs.[hC]: change function names to
13355         begin with small char, adjust other files.
13356
13357 2001-08-02  André Pönitz <poenitz@gmx.net>
13358
13359         * lyxfunc.C:
13360         BufferView_pimpl.C: remove broken special code for math-greek
13361
13362 2001-08-02  Juergen Vigna  <jug@sad.it>
13363
13364         * BufferView_pimpl.C (update): redone this function so that we
13365         update the text again if there was a CHANGE_IN_DRAW.
13366
13367         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13368         (drawFromTo): added a new internal bool which is used by draw() and
13369         redraw() function.
13370         (general): some cursor drawing problems fixed.
13371
13372 2001-08-01  Juergen Vigna  <jug@sad.it>
13373
13374         * lyxfind.C (LyXFind): fixed
13375         (SearchForward): ditto
13376         (SearchBackward): ditto
13377
13378         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13379         spurius drawing of the cursor in the main area.
13380
13381         * text2.C (status): small fix which could lead to a segfault!
13382         (clearSelection): remove unneeded BufferView param.
13383
13384 2001-08-01  André Pönitz <poenitz@gmx.net>
13385
13386         * lyxfunc.C: small change due to changed mathed interface
13387
13388 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13389
13390         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13391
13392 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13393
13394         * lyxfunc.c: fail gracefully if file doesn't exist
13395
13396         * LyXSendto.C:
13397         * buffer.C:
13398         * lyxfunc.C:
13399         * BufferView_pimpl.C: IsDirWriteable() proto changed
13400
13401         * LyXView.C: fix updateWindowTitle() to store the last title
13402
13403 2001-07-31  Juergen Vigna  <jug@sad.it>
13404
13405         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13406         the font (wrong since using of Paragraph::highestFontInRange).
13407
13408         * paragraph.C (highestFontInRange): added a default_size parameter.
13409
13410         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13411         (setHeightOfRow): reformat
13412
13413 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13414
13415         * converter.[hC] + affected files: move to (inital-char)lowercase
13416         function names.
13417
13418         * ParagraphParameters.C (ParagraphParameters): remove commented code
13419
13420         * PainterBase.[Ch]: remove commented code
13421
13422         * LaTeXFeatures.h: add "bool floats" for float.sty
13423
13424         * LaTeXFeatures.C (LaTeXFeatures): init floats
13425         (require): handle float
13426         (getPackages): do it with floats
13427
13428 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13429
13430         * BufferView_pimpl.C (Dispatch): improve handling of
13431         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13432
13433         * commandtags.h: #include lyxfont.h here temporarily to avoid
13434         keybinding bug.
13435
13436         * bufferlist.h: include LString.h here.
13437
13438 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13439
13440         * text2.C (getStringToIndex): new method.
13441
13442 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13443
13444         * *: Reduced header file dependencies all over.
13445
13446 2001-07-30  Baruch Even  <baruch@lyx.org>
13447
13448         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13449
13450 2001-07-29  Baruch Even  <baruch@lyx.org>
13451
13452         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13453
13454 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13455
13456         * ParameterStruct.h (endif): add a default constructor to make
13457         sure that all variables is initialized.
13458
13459         * ParagraphParameters.C (ParagraphParameters): adjust
13460
13461 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13462
13463         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13464         index; also, check that there is something to index, and that it
13465         does not span over several paragraphs.
13466         (doubleClick): use WHOLE_WORD_STRICT for double click.
13467
13468         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13469
13470         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13471         scheme.
13472
13473 2001-07-26  Baruch Even  <baruch@lyx.org>
13474
13475         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13476         an InsetFig figure, backwards compatible reading of old figure code.
13477
13478 2001-07-27  Juergen Vigna  <jug@sad.it>
13479
13480         * text2.C: font.realize function adaption.
13481
13482         * text.C (draw): add a warnings lyxerr text if needed.
13483
13484         * layout.C: font.realize function adaption.
13485
13486         * language.C: add inherit_language and implement it's handlings
13487
13488         * bufferview_funcs.C (StyleReset): remove language parameter from
13489         font creation (should be language_inherit now).
13490
13491         * bufferparams.C (writeFile): handle ignore_language.
13492
13493         * paragraph.C (getFontSettings): the language has to be resolved
13494         otherwise we have problems in LyXFont!
13495
13496         * lyxfont.C (lyxWriteChanges): added document_language parameter
13497         (update): removed unneeded language parameter
13498
13499         * paragraph.C (validate): fixed wrong output of color-package when
13500         using interface colors for certain fonts in certain environments,
13501         which should not seen as that on the final output.
13502
13503 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13504
13505         * BufferView_pimpl.C:
13506         * Thesaurus.h:
13507         * Thesaurus.C:
13508         * Makefile.am:
13509         * commandtags.h:
13510         * LyXAction.C: add thesaurus support
13511
13512         * lyxfind.h:
13513         * lyxfind.C: add "once" parameter, for thesaurus, to not
13514           move to the next match
13515
13516 2001-07-26  Juergen Vigna  <jug@sad.it>
13517
13518         * lyxfont.C (realize): honor ignore_language too!
13519         (resolved): ditto.
13520
13521         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13522
13523         * text.C (draw): one place more for ignore_language to not draw
13524         itself!
13525
13526 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13527
13528         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13529
13530 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13531
13532         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13533         the minipage conversion problem.
13534
13535 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13536
13537         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13538         insert an inset.
13539
13540 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13541
13542         * BufferView.h: don't forward declare WorkArea
13543
13544         * BufferView.C: don't include WorkArea.h
13545
13546 2001-07-25  André Pönitz <poenitz@gmx.net>
13547
13548         * commandtags.h:
13549         * LyXAction.C:
13550         * lyxfunc.C:  new LFUN 'math-space'
13551
13552         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13553
13554 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13555
13556         * text2.C (toggleInset): call open/close
13557
13558 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13559
13560         * lyxfunc.C (dispatch): add debug for the disabled case
13561
13562         * font.C (buttonText): make similar to rectText
13563
13564         * buffer.C (readInset): comment out parsing of insetlist and
13565         insttheorem
13566
13567         * PainterBase.C (rectText): small correction
13568
13569         * BufferView_pimpl.C: comment out insettheorem and insetlist
13570         * LyXAction.C: ditto
13571         * commandtags.h: ditto
13572
13573 2001-07-24  Juergen Vigna  <jug@sad.it>
13574
13575         * text.C (draw): honor the ignore_language.
13576
13577         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13578
13579 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13580
13581         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13582         char inset.
13583
13584 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13585
13586         * lyxtext.h: remove unused (and unimplemented) methods
13587
13588 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13589
13590         * text.C (getVisibleRow): honor background color
13591
13592         * PainterBase.h:
13593         * Painter.h: remove default color argument for fillRectangle
13594
13595         * text.C (backgroundColor): new method
13596
13597 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13598
13599         * text.C (getVisibleRow): adjust
13600
13601         * font.[Ch] (rectText): new method, metrics
13602         (buttonText): new method, metrics
13603
13604         * PainterBase.[hC]: make rectText and buttonText always draw and take
13605         fewer paramteres.
13606
13607 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13608
13609         * ToolbarDefaults.C (read):
13610         * MenuBackend.C (read): allow escaping in all strings
13611
13612         * BufferView_pimpl.C (insertAndEditInset): new method.
13613         (Dispatch): use insertAndEditInset whenever appropriate.
13614
13615         * BufferView_pimpl.C (insertNote): removed
13616
13617         * BufferView_pimpl.C (smartQuote): new method, moved from
13618         BufferView; if an insetquote cannot be inserted, insert a '"'
13619         character instead.
13620
13621         * BufferView2.C: remove insertCorrectQuote();
13622
13623         * lyxfunc.C (getStatus): Add support for all remaingin
13624         inset-insert lfuns.
13625
13626         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13627
13628         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13629         command (necessary to pass " as parameter of self-insert.
13630
13631         * text.C (selectWordWhenUnderCursor):
13632         (selectWord): add word_location parameter
13633         (selectWordWhenUnderCursor): same + remove special code for word
13634         boundary.
13635         (selectNextWord): use kind() to guess type of insetspecialchar,
13636         not latex().
13637
13638         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13639         (insertErtContents): create ert insets as collapsed.
13640         (readInset): better compatibility code for Info inset.
13641
13642 2001-07-20  Juergen Vigna  <jug@sad.it>
13643
13644         * lyxfunc.C (dispatch): use always LyXFind now!
13645
13646         * text2.C (init): add a reinit flag so that the LyXText can be
13647         reinited instead of deleted and reallocated (used in InsetText).
13648
13649         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13650
13651         * text.C: ditto
13652
13653         * text2.C: ditto
13654
13655 2001-07-18  Juergen Vigna  <jug@sad.it>
13656
13657         * text.C (selectNextWord): handle insets inside inset by calling
13658         always the bv->text functions so that we can go up the_locking_inset!
13659
13660         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13661         in strange locations when inside an inset!
13662
13663         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13664         handling to include insets.
13665
13666         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13667
13668 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13669
13670         * LyXAction.C (init):
13671         * commandtags.h:
13672         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13673         LIGATURE_BREAK, since the name is so stupid.
13674
13675 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13676
13677         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13678         InsetInfos.
13679
13680         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13681
13682         * sp_form.[Ch]: remove.
13683
13684         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13685
13686         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13687         InsetInfo.
13688
13689         * src/buffer.C (readInset): ditto.
13690
13691 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13692
13693         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13694         menuSeparator(), endOfSentenceDot(), ldots() and
13695         hyphenationPoint(), which are therefore removed.
13696         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13697
13698         * LyXAction.C (init):
13699         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13700
13701         * paragraph.C (getWord): removed.
13702
13703         * BufferView_pimpl.C (Dispatch): use last word or selection for
13704         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13705
13706         * lyx_main.C (queryUserLyXDir): do not ask before creating
13707         user_dir, except if it has been named explicitely.
13708
13709 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13710
13711         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13712         a document of zero size.
13713
13714 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13715
13716         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13717         approriately in the c-tor and in require().
13718         (getPackages): output the appropriate LaTeX for natbib support.
13719
13720         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13721         variables "use_natbib" and "use_numerical_citations" when reading the
13722         LyX file.
13723         (readInset): read the various natbib cite commands.
13724         (validate): white-space change.
13725
13726         * bufferparams.[Ch]: new variables "bool use_natbib" and
13727         "bool use_numerical_citations".
13728         (writeFile): output them in the LyX file.
13729
13730 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13731
13732         * lyxfunc.C (getStatus): add support for all the inset insertion
13733         commands.
13734
13735         * text2.C (insertInset):
13736         * paragraph.C (insetAllowed):
13737         * BufferView_pimpl.C (insertInset): update to take in account the
13738         renaming of insertInsetAllowed
13739
13740         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13741
13742         * text2.C (getInset): new method. returns inset at cursor position.
13743
13744         * BufferView_pimpl.C (Dispatch): changes because of this.
13745
13746         * LyXAction.C (init): rename open-stuff to inset-toggle.
13747
13748         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13749
13750         * text2.C (toggleInset): renamed from openStuff; use
13751         Inset::open().
13752
13753 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13754
13755         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13756
13757         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13758
13759 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13760
13761         * buffer.C (readLyXformat2): Add filename to the error dialog
13762
13763 2001-07-18  Juergen Vigna  <jug@sad.it>
13764
13765         * tabular.C (GetCellNumber): put an assert here instead of the check!
13766
13767 2001-07-17  Juergen Vigna  <jug@sad.it>
13768
13769         * BufferView_pimpl.C (toggleSelection): adapted too.
13770
13771         * text.C (selectNextWord): adapted for use with insets.
13772         (selectSelectedWord): ditto
13773
13774 2001-07-17  Juergen Vigna  <jug@sad.it>
13775
13776         * sp_spell.C (PSpell): fix initialitation order.
13777
13778 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13779
13780         * paragraph.C: spacing
13781
13782 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13783
13784         * sp_spell.C: repair language selection for pspell
13785
13786 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13787
13788         * lyxfunc.h: change more methods to begin with lower char.
13789
13790 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13791
13792         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13793         for unknown layouts.
13794
13795 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13796
13797         * buffer.C (readLyXformat2): Generate an error dialog if there are
13798         unknown layouts.
13799
13800 2001-07-16  Juergen Vigna  <jug@sad.it>
13801
13802         * sp_spell.C: always compile ISpell part.
13803
13804         * lyxrc.C: added use_pspell entry and it's handling.
13805
13806 2001-07-13  Juergen Vigna  <jug@sad.it>
13807
13808         * sp_spell.C: removed double includes.
13809
13810 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13811
13812         Consistent use of Lsstream.h:
13813         * Lsstream.h: added using std::stringstream for consistencies sake.
13814
13815         * buffer.C: removed using std::stringstream
13816
13817         * lyxfont.C (stateText):
13818         * paragraph.C (asString):
13819         * text.C (selectNextWord, selectSelectedWord):
13820         * text2.C (setCounter):
13821         * vspace.C (asString, asLatexString):
13822         std::ostringstream -> ostringstream.
13823
13824 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13825
13826         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13827         * commandtags.h: add LFUN_HELP_ABOUTLYX
13828         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13829
13830 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13831
13832         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13833         cursorToggle()
13834         * lyx_gui_misc.C: remove spellchecker
13835         * lyxfunc.C: showSpellchecker
13836         * sp_base.h: added
13837         * sp_ispell.h: added
13838         * sp_pspell.h: added
13839         * sp_spell.C: added
13840         * sp_form.[Ch]: removed
13841         * spellchecker.[Ch]: removed
13842
13843 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13844
13845         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13846         is set.
13847         (simpleTeXSpecialChars): Simply print the input character without
13848         any special translation if pass_thru is set.
13849
13850         * layout.h: Added bool pass_thru to layout class for being able to
13851         implement pass through of a paragraph for Literate Programming.
13852
13853         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13854         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13855         * layout.C (Read): add "passthru" to list of layout tags and add
13856         code to set the pass_thru boolean when it is read.
13857
13858 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13859
13860         * trans_decl.h: remove allowed from KmodInfo
13861
13862         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13863         remove allowed code
13864         (Load): adjust
13865
13866         * paragraph_pimpl.C (erase): use boost::prior
13867
13868         * Painter.C (text): use data() instead of c_str() when length is
13869         also provided.
13870         * WorkArea.C (putClipboard): ditto
13871         * font.h (width): ditto
13872
13873         * BufferView2.C: use it-> instead of (*it). for iterators
13874         * texrow.C: ditto
13875         * paragraph_pimpl.C: ditto
13876         * paragraph.C: ditto
13877         * minibuffer.C: ditto
13878         * language.C: ditto
13879         * kbmap.C: ditto
13880         * encoding.C: ditto
13881         * counters.C: ditto
13882         * converter.C: ditto
13883         * chset.C: ditto
13884         * Variables.C: ditto
13885         * TextCache.C: ditto
13886         * MenuBackend.C: ditto
13887         * LyXAction.C: ditto
13888         * LColor.C: ditto
13889         * FloatList.C: ditto
13890         * DepTable.C: ditto
13891         * ColorHandler.C (LyXColorHandler): ditto
13892
13893 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13894
13895         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13896
13897         * text2.C (openStuff): reintroduce this method (which had been
13898         nuked in NEW_INSETS frenzy).
13899
13900         * lyxfunc.C (Dispatch): when an action has not been handled, use
13901         its name in the error message, not its number.
13902
13903         * paragraph.C (inInset): change method name to begin with lowercase.
13904
13905         * undo_funcs.C:
13906         * text2.C: updates because of this.
13907
13908 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13909
13910         * ToolbarDefaults.C (add): add spaces in error message
13911
13912 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13913
13914         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13915         (readLyXformat2): rename return_par to first_par, use lyxlex's
13916         pushToken and remove the manual push handling.
13917         (parseSingleLyXformat2Token): add another ert comp. variable:
13918         in_tabular, rename return_par to first_par. handle newlines better
13919
13920 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13921
13922         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13923
13924 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13925
13926         * text2.C (getParFromID): removed
13927
13928         * buffer.C (getParFromID): new method moved form lyxtext.
13929         * BufferView2.C (insertErrors): adjust
13930         (setCursorFromRow): adjust
13931         * BufferView_pimpl.C (restorePosition): adjust
13932         * lyxfunc.C (Dispatch): adjust
13933         * undo_funcs.C (textUndo): adjust
13934         (textRedo): adjust
13935         (textHandleUndo): adjust
13936         (textHandleUndo): adjust
13937
13938 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13939
13940         * buffer.C: up' the LYX_FORMAT
13941
13942         * lyxfont.h: turn NO_LATEX on as default
13943
13944         * buffer.C (insertErtContents): new methods of tex style compability.
13945         (parseSingleLyXformat2Token): use it several places.
13946         * tabular.C (OldFormatRead): and here
13947
13948 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13949
13950         * text2.C: remove some commented code.
13951         reindent file.
13952
13953         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13954         * trans.C: changes because of the above.
13955
13956 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13957
13958         * text2.C (setCounter): Fix counters bug with bibliography layout.
13959
13960 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13961
13962         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13963         own member functions
13964         (simpleTeXSpecialChars): ditto
13965
13966 2001-07-06  Juergen Vigna  <jug@sad.it>
13967
13968         * a lot of files: changed the access to LyXText::status and the
13969         call of undo-functions.
13970
13971         * undo.[Ch]: added a inset_id to the undo informations.
13972
13973         * undo_funcs.[Ch]: added and moved here all undo functions.
13974
13975         * lyxtext.h: give the status enum a weight, made status_ a private
13976         variable and made accessor functions for it, removed the whole bunch
13977         of undo-functions as they are now in their own file, make some
13978         functions publically available. Added function ownerParagraph with
13979         int parameter.
13980
13981         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13982         made InInset() a const function, added getParFromID() function.
13983
13984         * buffer.[Ch]: added const version for inset_iterator functions,
13985         added getInsetFromID() function.
13986
13987         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13988         changed undo functions for new version.
13989
13990 2001-07-05  Juergen Vigna  <jug@sad.it>
13991
13992         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13993         unknow mechanism does not call the proper constructor but only this
13994         one also if I request the other!?
13995
13996 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13997
13998         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13999
14000         * text2.C (LyXText): use initialization lists.
14001
14002         * lyxtext.h (Selection): initialize set_ and mark_
14003         (init): remove method
14004
14005 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14006
14007         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14008
14009 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14010
14011         * screen.[Ch]: change method names to begin with lowercase
14012
14013         * BufferView_pimpl.C (updateScrollbar): simplify further and
14014         hopefully make it a bit faster.
14015
14016 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14017
14018         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14019         calling directly xforms functions.
14020
14021         * Painter.C (Painter):
14022         * lyx_cb.C (MenuWrite):
14023         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14024         fl_display.
14025
14026         * lyx_gui.C: remove bogus guiruntime extern declaration.
14027
14028 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14029
14030         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14031         in NEW_INSETS
14032         (redoDrawingOfParagraph): ditto
14033         (redoParagraphs): ditto
14034         (cutSelection): don't create a object for CutAndPaste use the
14035         static method directly
14036         (pasteSelection): ditto
14037
14038         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14039         LyXview (+ rename)
14040
14041 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14042
14043         * modifications to some other files because of this.
14044
14045         * Makefile.am (lyx_SOURCES): add XFormsView
14046
14047         * XFormsView.[Ch]: new files
14048
14049         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14050         the main window. Move the gui dependent stuff to XFormsView
14051
14052 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14053
14054         * tabular.C (GetCellInset): update cur_cell also in the row/col
14055         version of this function.
14056
14057         * lyxfunc.C: no need to include figure_form.h here.
14058
14059         * FontLoader.h:
14060         * lyxfunc.h:
14061         * lyxscreen.h:
14062         * text2.C:
14063         * lyxvc.C: no need to include forms.h here.
14064
14065 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14066
14067         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14068
14069         * lyxfunc.C (Dispatch):
14070         * Spacing.C (set):
14071         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14072         constructor argument.
14073
14074 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14075
14076         * paragraph.C (Paragraph): dont't clear, and just set layout.
14077         (makeSameLayout): use params's copy contructor.
14078
14079         * ParagraphParameters.[Ch] (makeSame): delete method
14080
14081 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14082
14083         * Variables.[Ch]: fix indentation, rename set to isSet
14084
14085 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14086
14087         * lyxfunc.C (Dispatch): fix typo
14088
14089 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14090
14091         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14092         upper_bound.
14093
14094         * bufferlist.C: include assert.h for emergencyWrite().
14095
14096 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14097
14098         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14099           give up at last (bug #425202) !
14100
14101 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14102
14103         * lyx_gui_misc.C:
14104         * sp_form.h:
14105         * sp_form.C:
14106         * spellchecker.h:
14107         * spellchecker.C: strip spellchecker options and bring up
14108           preferences tab instead
14109
14110 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14111
14112         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14113         the istringstream constructor
14114
14115 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14116
14117         * paragraph.C (getLayout): fix return value
14118
14119         * paragraph.h: do not declare getLayout as inline.
14120
14121         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14122
14123 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14124
14125         * lyxcursor.h (operator<): new func
14126         (operator>): new func
14127         (operator>=): new func
14128         (operator<=): new func
14129
14130         * text.C (changeCase): use selection.start and selection.end
14131         (changeRegionCase): require from to be <= to. Require par to be a
14132         valid paragraph.
14133
14134         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14135
14136 2001-06-27  Juergen Vigna  <jug@sad.it>
14137
14138         * text.C (cursorLeftOneWord): changed to return the cursor and added
14139         overlay with BufferView * parameter which calls this one.
14140         (getWord): added
14141         (selectWord): use new getWord function.
14142         (changeCase): renamed from changeWordCase as and extended to work
14143         also on selections.
14144
14145         * lyxtext.h: added enum word_location
14146
14147         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14148         changeCase as this operates now also on selections.
14149
14150 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14151
14152         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14153
14154         * many files: send debug output to Debug::INFO instead of
14155         Debug::ANY.
14156
14157         * converter.C (View):
14158         (Convert):
14159         (Move): send debug output to Debug::FILES instead of console.
14160
14161 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14162
14163         * lyxfunc.C (getStatus): use func_status
14164
14165         * func_status.h: new header, describing the results of
14166         LyXFunc::getStatus;
14167
14168         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14169         LFUN_MATH_HALIGN.
14170
14171 2001-06-25  The LyX Project  <jug@sad.it>
14172
14173         * buffer.C (sgmlOpenTag):
14174         (sgmlCloseTag):
14175         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14176
14177 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14178
14179         * text2.C: remove some dead code
14180
14181         * tabular.C (GetCellInset): store the last cell checked (gotten)
14182
14183         * tabular.h: add the helper for the speedup
14184
14185         * lyxtext.h: remove some dead code
14186
14187 2001-06-26  The LyX Project  <Asger>
14188
14189         * paragraph.C: Change export to LaTeX of alignment to
14190         \begin{center} and family for better roundtrip work with reLyX.
14191
14192         * Tune the math drawing a bit.
14193
14194 2001-06-25  The LyX Project  <Asger>
14195
14196         * LColor.C (LColor): New color for math background. New color
14197         for buttons.
14198
14199 2001-06-25  The LyX Project  <jug@sad.it>
14200
14201         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14202
14203         * lyxfunc.C (Open):
14204         * bufferlist.C (newFile): do not restrict to files ending with
14205         .lyx
14206
14207         * BufferView_pimpl.C (MenuInsertLyXFile):
14208
14209 2001-06-24  The LyX Project  <jug@sad.it>
14210
14211         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14212         of compare_no_case
14213
14214 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14215
14216         * lyxtext.h: rename most methods to begin with a small char.
14217         Lots of changes because of this.
14218
14219         * paragraph.C (Paragraph): do not call fitToSize
14220         (erase): call Pimpl::erase
14221         (insertChar): call Pimpl::insertChar
14222         (insertInset): call Pipl::insertInset
14223         (breakParagraph): do not call fitToSize
14224         (breakParagraphConservative): do not call fitToSize
14225         (fitToSize): remove method
14226
14227         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14228
14229 2001-06-24  The LyX Project  <Asger>
14230
14231         * Fix Qt compilation^2
14232
14233 2001-06-24  The LyX Project  <jug@sad.it>
14234
14235         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14236         depthHook(getDepth()-1).
14237
14238         * paragraph.h:
14239         * ParagraphParameters.h:
14240         * ParameterStruct.h: change type of depth to unsigned int ==
14241         depth_type. Many adaptations to other files before of that.
14242
14243 2001-06-24  The LyX Project  <Asger>
14244
14245         * Fix Qt compilation.
14246
14247 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14248
14249         * paragraph.h: renamed several methods to begin with small letter.
14250         several changes to many parts of the code because of this.
14251
14252 2001-06-23  The LyX Project  <jug@sad.it>
14253
14254         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14255         rewritten to discard all double spaces when KeepEmpty is off
14256         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14257         to only handle newlines but not fiddle with spaces and friends.
14258
14259         * lyxfunc.C (MenuNew): when doing 'new from template', use
14260         template_path as default directory
14261
14262 2001-06-23  The LyX Project  <Asger>
14263
14264         * Clean-up of header file includes all over
14265         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14266
14267 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14268
14269         * paragraph.h: renamed from lyxparagraph.h
14270
14271 2001-06-23  Asger  <lyx@violet.home.sad.it>
14272
14273         * Buffer.h: Removed Buffer::resize
14274         * BufferList.h: Removed BufferList::resize
14275         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14276         the document lazily when we change the width, or the font settings.
14277
14278 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14279
14280         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14281
14282 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14283
14284         * buffer.h: remove out of date comment
14285
14286 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14287
14288         * lyxscreen.h:
14289         * screen.C: fix "theoretical" GC leak
14290
14291 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14292
14293         * LaTeX.C (scanAuxFile):
14294         (deplog): remove trailing \r when reading stream (useful under
14295         win32)
14296
14297 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14298
14299         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14300         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14301         and BufferView::theLockingInset(Inset*), so should use them and not
14302         access bv_->text->the_locking_inset directly.
14303
14304         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14305
14306 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14307
14308         * Makefile.am:
14309         * tex-defs.h: remove old unused file
14310
14311 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14312
14313         * BufferView_pimpl.C: fix typo, remove minibuffer message
14314           when buffer has loaded
14315
14316 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14317
14318         * lyxfunc.C (Dispatch): use stringstream
14319         (MenuNew): use stringstream
14320         (Open): use stringstream
14321
14322         * importer.C (Import): use stringstream
14323
14324         * bufferview_funcs.C (CurrentState): use stringstream
14325
14326         * LaTeX.C (run): use stringstream
14327
14328         * BufferView_pimpl.C (savePosition): use stringstream
14329         (restorePosition): use stringstream
14330         (MenuInsertLyXFile): use stringstream
14331
14332 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14333
14334         * BufferView.C:
14335         * Bullet.C:
14336         * ColorHandler.C:
14337         * FontInfo.C:
14338         * FontLoader.C:
14339         * LColor.C:
14340         * LaTeXFeatures.C:
14341         * Painter.C:
14342         * gettext.C:
14343         * lyx_gui_misc.C:
14344         * lyxserver.C:
14345         * vspace.C: removed // -*- C++ -*- as first line.
14346
14347         * lyxfind.h:
14348         * version.h: added // -*- C++ -*- as first line.
14349
14350 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14351
14352         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14353
14354         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14355         of string
14356
14357 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14358
14359         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14360         of floats.
14361
14362 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14363
14364         * gettext.C: include LString.h even when --disable-nls is on.
14365
14366 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14367
14368         * converter.h (Get): changed argument type from int to
14369         FormatList::size_type to avoid unnecessary conversion.
14370
14371         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14372         before using it.
14373
14374 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14375
14376         * gettext.h: include LString.h even when --disable-nls is on.
14377
14378 2001-06-07  Juergen Vigna  <jug@sad.it>
14379
14380         * text.C (BreakAgain): subst spaces with tabs.
14381
14382         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14383         (resizeInsetsLyXText): set force on resizeLyXText.
14384
14385 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14386
14387         * gettext.h (gettext_init):
14388         (locale_init): use a real definition instead of a macro
14389
14390 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14391
14392         * Bufferview_pimpl.C:
14393         * LColor.h:
14394         * LColor.C: further lcolor tidies
14395
14396 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14397
14398         * BufferView_pimpl.C (updateScrollbar): simplify.
14399
14400         * BufferView2.C: don't include insets/insetinfo.h, change
14401         prototype for insertInset and call the Pimpl version. let
14402         updateInset call Pimpl version.
14403
14404         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14405         gotoInset to BufferView::Pimpl
14406
14407 2001-06-01  Juergen Vigna  <jug@sad.it>
14408
14409         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14410         inside a LockingInset (is the update needed at all?).
14411
14412 2001-05-31  Juergen Vigna  <jug@sad.it>
14413
14414         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14415         here not the old one otherwise how should we compare it afterwards
14416         if it's the same!
14417
14418 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14419
14420         * lyxfont.C:
14421         * tabular.C:
14422         * tabular-old.C:
14423         * FontInfo.C: bring C functions into global namespace when
14424         necessary
14425
14426 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14427
14428         * LString.h: make sure config.h has been loaded before LString.h.
14429
14430         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14431         (one for each char read by EatLine!).
14432
14433         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14434         variables.
14435
14436 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14437
14438         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14439         to the same as the par we break from
14440
14441 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14442
14443         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14444
14445         * MenuBackend.C (expand): also create menu entries for wide
14446         versions of the floats.
14447
14448         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14449
14450         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14451
14452         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14453         frontends/Makefile.am
14454
14455         * text2.C: adjust
14456         * text.C: adjust
14457
14458
14459         * tabular.C (getTokenValue): add std::
14460
14461         * tabular-old.C (getTokenValue): add std::
14462         (getTokenValue): ditto
14463         (getTokenValue): ditto
14464
14465         * screen.C (ToggleSelection): adjust
14466
14467         * lyxtext.h: put selection cursors inside a Selection struct.
14468
14469         * lyxfunc.C (moveCursorUpdate): adjust
14470
14471         * lyxfont.C (latexWriteStartChanges): add std::
14472
14473         * lyxfind.C: adjust
14474
14475         * font.h: delete with(char const *, LyXFont const &)
14476
14477         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14478
14479         * FontInfo.C (getFontname): add std::
14480
14481         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14482         (workAreaButtonPress): adjust
14483         (tripleClick): adjust
14484         (update): adjust
14485         (moveCursorUpdate): adjust
14486         (Dispatch): adjust
14487
14488         * BufferView2.C (gotoInset): adjust
14489
14490 2001-05-30  Juergen Vigna  <jug@sad.it>
14491
14492         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14493         to check pspell I add this as default as I now have new pspell
14494         libraries and they seem to use this.
14495
14496 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14497
14498         * text2.C (CutSelection): make the cursor valid before the call to
14499         ClearSelection.
14500
14501 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14502
14503         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14504         relied on 0 terminated strings and other horrors. Bug found due to
14505         the new assert in lyxstring!
14506
14507         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14508         KP_ keys.
14509
14510 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14511
14512         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14513         to latinkeys.bind.
14514
14515         * lyxfunc.C (processKeySym): change method of getting to the
14516         self-insert char.
14517
14518         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14519         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14520         * BufferView_pimpl.[Ch]: here as private methods.
14521
14522 2001-05-28  Juergen Vigna  <jug@sad.it>
14523
14524         * text.C (SetHeightOfRow): added the update() call again as it is
14525         needed to initialize inset dimensions!
14526
14527 2001-05-16  Juergen Vigna  <jug@sad.it>
14528
14529         * text2.C (SetCharFont): Add new function with BufferView * and
14530         bool toggleall parameters for setting insets internal fonts.
14531         (SetFont): Freeze the undo as we may change fonts in Insets and
14532         all this change should be inside only one Undo!
14533
14534         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14535         setting font's in insets as for them we have the SetFont function!
14536
14537 2001-05-15  Juergen Vigna  <jug@sad.it>
14538
14539         * text2.C (ClearSelection): to be sure we REALLY don't have any
14540         selection anymore!
14541
14542         * tabular.C (TeXCellPreamble): fixed the left border problem for
14543         multicolumn cells.
14544
14545 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14546
14547         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14548         dependancy file
14549
14550 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14551
14552         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14553         LFUN_BREAKPARAGRAPH.
14554
14555         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14556         help test to "internal only", similar for LFUN_INSERT_URL
14557
14558         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14559         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14560         auto_region_delete and deadkeys.
14561
14562 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14563
14564         * LColor.h:
14565         * LColor.C: remove some dead entries, tidy a little
14566
14567 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14568
14569         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14570         commented code.
14571         (Dispatch): implement LFUN_ESCAPE
14572
14573         * commandtags.h: add LFUN_ESCAPE
14574
14575         * LyXAction.C (init): add entry for LFUN_ESCAPE
14576
14577         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14578         Remove commented code.
14579         (insertNote): moved here
14580         (open_new_inset): moved here
14581
14582         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14583         BufferView_pimpl
14584
14585 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14586
14587         * kbmap.C (findbinding): clean it up and make it work correctly.
14588
14589         * lyx_main.C (init): do not pass argc and argv as parameters
14590
14591 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14592
14593         * buffer.C: fix path for OS/2 & Win32
14594
14595         * lyx_gui.C:
14596         * lyx_main:
14597         * lyx_main.C: Added os:: class.
14598
14599         * os2_defines.h: update
14600
14601 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14602
14603         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14604         better by trying again with reduced state.
14605
14606 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14607
14608         * lyxrc.C (read): print error about invalid key sequence only when
14609         debugging (because not all latinX keysyms are known to some X
14610         servers)
14611
14612         * kbsequence.C (getiso): add a few std:: qualifiers
14613         (getiso): comment out extra return statement.
14614
14615 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14616
14617         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14618         handling.
14619         (Dispatch): enhance the accent inset a bit. (not perfect)
14620
14621 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14622
14623         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14624
14625 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14626
14627         * bufferlist.C (emergencyWrite): fix assert() call
14628
14629 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14630
14631         * text.C (InsertChar): Added trivial patch to only send the "you
14632         can not do multiple spaces this way" message once during a
14633         session.
14634
14635 2001-05-08  Baruch Even  <baruch@lyx.org>
14636
14637         * Makefile.am: Changed order of libraries to get LyX to link properly
14638         with the gnome frontend.
14639
14640 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14641
14642         * LaTeXFeatures.h: add a std:: qualifier
14643
14644 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14645
14646         * paragraph.C (String): use stringstream
14647
14648 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14649
14650         * paragraph.C (writeFile): remove footflag arg
14651
14652         * buffer.C (makeLaTeXFile): use stringstream
14653         (latexParagraphs): remove footnot gurba
14654
14655         * LaTeXFeatures.C (getPackages): use stringstream
14656         (getMacros): likewise
14657         (getTClassPreamble): likewise
14658         (getFloatDefinitions): new method
14659
14660         * paragraph.C (writeFile): reindent
14661         (Erase): reindent
14662
14663         * WorkArea.h: revert the xpos + etc changes.
14664
14665         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14666
14667         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14668
14669         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14670         (pasteSelection): likewise
14671         * text2.C (CreateUndo): likewise
14672
14673 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14674
14675         * minibuffer.C (peek_event): temporarily reduce the functionality
14676         of the minibuffer (to allow args on lfuns)
14677
14678         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14679         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14680
14681         * buffer.C (readInset): add compability reading of old float
14682         lists, add reading of new style float list.
14683         (readInset): avoid reevaluation of inscmd.getCmdName()
14684         (getLists): reindent
14685
14686         * MenuBackend.C (MenuItem): implement parsing of
14687         md_floatlistinsert and md_floatinsert.
14688         (expand::LastFiles): move initalizaton of iterators out of loop,
14689         avoid reevaluation.
14690         (expand::Documents): introduce typdedef vector<string> Strings,
14691         and use it.
14692         (expand::ExportFormats): introduce typedef vector<Format const *>
14693         Formats, and use it.
14694         (expand): implement FloatListInsert and FloatInsert.
14695
14696         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14697         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14698         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14699
14700         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14701         handling.
14702         (Dispatch::LFUN_FLOAT_LIST): implement
14703
14704 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14705
14706         * LaTeX.C (run): Fix problem with --export code.
14707
14708 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14709
14710         * BufferView.[Ch] (workarea): removed.
14711         (getClipboard) new method; wrapper for workarea()->getClipboard()
14712
14713         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14714         bug.
14715
14716         * WorkArea.h (width, height, xpos, ypos): These methods all
14717         returned the dimensions of the work_area sub-area of WorkArea,
14718         resulting in a position error if the WorkArea were resized. Now
14719         return the dimensions of the entire WorkArea.
14720
14721         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14722
14723 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14724
14725         * LaTeX.C (deplog): correct the syntax of regex reg1
14726
14727 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14728
14729         * undo.C: remove !NEW_INSETS cruft
14730
14731 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14732
14733         * text2.C: remove !NEW_INSETS cruft
14734
14735         * text.C: remove !NEW_INSETS cruft
14736
14737         * tabular.C: remove !NEW_INSETS cruft
14738
14739         * spellchecker.C: remove !NEW_INSETS cruft
14740
14741         * lyxtext.h: remove !NEW_INSETS cruft
14742
14743         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14744
14745         * lyxfunc.C: remove !NEW_INSETS cruft
14746
14747         * lyxfind.C: remove !NEW_INSETS cruft
14748
14749         * lyx_cb.C: remove !NEW_INSETS cruft
14750
14751         * figureForm.C: remove  !NEW_INSETS cruft
14752
14753         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14754
14755         * buffer.[Ch]: remove !NEW_INSETS cruft
14756
14757         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14758
14759         * CutAndPaste.C: remove !NEW_INSETS cruft
14760
14761         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14762
14763         * BufferView2.C: remove !NEW_INSETS cruft
14764
14765         * BufferView.h: remove !NEW_INSETS cruft
14766
14767 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14768
14769         * Lsstream.h: include LString.h before the sstream headers to
14770         fix problem with gcc 2.95.3 and lyxstring
14771
14772 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14773
14774         * lyx_main.C: add using directives when needed for C functions
14775         declared in std:: namespace.
14776
14777 2001-04-27  Juergen Vigna  <jug@sad.it>
14778
14779         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14780         (SetHeightOfRow): comment out the update call should not be needed!
14781
14782 2001-04-13  Juergen Vigna  <jug@sad.it>
14783
14784         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14785         (LyXTabular): tried to minimize operator= operations (and realized
14786         hopfully Lars wish).
14787
14788 2001-04-27  Juergen Vigna  <jug@sad.it>
14789
14790         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14791
14792 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14793
14794         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14795
14796         * buffer.C (readInset): hack to make listof algorithm work
14797
14798         * BufferView_pimpl.C: hack to make listof algorithm work
14799
14800 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14801
14802         * LyXAction.C: removed all !NEW_INSETS cruft
14803         (init): moved lfun_item in method
14804
14805         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14806
14807 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14808
14809         * BufferView2.C (theLockingInset): white space.
14810
14811 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14812
14813         * minibuffer.C: include <iostream>
14814
14815         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14816
14817         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14818
14819         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14820
14821         * text.[Ch] (TransposeChars): new method
14822
14823 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14824
14825         * call message directly through LyXView instead of through LyXFunc
14826         * BufferView2.C: adjust
14827         * BufferView_pimpl.C: adjust
14828         * FontLoader.C: adjust
14829         * buffer.C: adjust
14830         * bufferview_funcs.C: adjust
14831         * converter.C: adjust
14832         * figureForm.C: adjust
14833         * importer.C: adjust
14834         * lyx_cb.C: adjust
14835         * lyx_gui_misc.C: adjust
14836         * lyxfunc.C: adjust
14837         * lyxvc.C: adjust
14838         * text2.C: adjust
14839         + more files in subdirs
14840
14841         * lyxparagraph.h (size): move up int file
14842         (GetLayout): ditto
14843
14844         * adjust all uses of Assert to lyx::Assert.
14845
14846         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14847         lyxfunctional in namespace lyx
14848         * layout.C (hasLayout): ditto
14849         (GetLayout): ditto
14850         (GetLayout): ditto
14851         (delete_layout): ditto
14852         (NumberOfClass): ditto
14853         * converter.C (GetFormat): ditto
14854         (GetNumber): ditto
14855         (Add): ditto
14856         (Delete): ditto
14857         (SetViewer): ditto
14858         * bufferlist.C (getFileNames): ditto
14859         (emergencyWriteAll): ditto
14860         (exists): ditto
14861         (getBuffer): ditto
14862         * MenuBackend.C (hasSubmenu): ditto
14863         (hasMenu): ditto
14864         (getMenu): ditto
14865         * BufferView_pimpl.C (getInsetByCode): ditto
14866
14867 2001-04-18  Juergen Vigna  <jug@sad.it>
14868
14869         * vspace.C (asLatexString): fixed the 100% problem.
14870
14871 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14872
14873         * lyxfunc.C (Dispatch):
14874         * minibuffer.C:
14875         * minibuffer.h: add a few std:: qualifiers
14876
14877 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14878
14879         * minibuffer.[Ch]: reimplement so that commands is initiated and
14880         run from lyxfunc, simplified som handling, and made the completion
14881         and history code for complete. wip.
14882
14883         * lyxfunc.C (processKeySym): call message
14884         (miniDispatch): new temporary method
14885         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14886         (LFUN_MESSAGE): implement
14887         (LFUN_MESSAGE_PUSH): implement
14888         (LFUN_MESSAGE_POP): implement
14889         (initMiniBuffer): the initial/defualt minibuffer message.
14890
14891         * lyxfont.[Ch]: inline some more getters
14892
14893         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14894
14895         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14896
14897         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14898         (AutoSave): use LFUN_MESSAGE
14899         (Reconfigure): ditto
14900
14901         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14902
14903         * figureForm.C: use LFUN_MESSAGE
14904
14905         * converter.C (runLaTeX): use LFUN_MESSAGE
14906
14907         * bufferview_funcs.C: use LFUN_MESSAGE
14908         (Melt): ditto
14909         (changeDepth): ditto
14910
14911         * bufferparams.h: use boost::
14912
14913         * bufferlist.h: inherit privately from noncopyable
14914
14915         * bufferlist.C (loadLyXFile): remove some commented code.
14916
14917         * buffer.C (runChktex): use LFUN_MESSAGE
14918
14919         * ShareContainer.h: inherit privately from noncopyable
14920
14921         * ParagraphParameters.[hC] (depth): inline it.
14922
14923         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14924         methods.
14925         (message): new method
14926         (messagePush): ditto
14927         (messagePop): ditto
14928         (show): init minibuffer
14929         (showState): direct call
14930
14931         * LaTeX.[Ch]: inherit privately from noncopyable
14932         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14933         instead of WriteStatus.
14934
14935         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14936
14937         * BufferView_pimpl.C (buffer): don't init minibuffer
14938         (workAreaButtonPress): use LFUN_MESSAGE
14939         (workAreaButtonRelease): ditto
14940         (savePosition): ditto
14941         (restorePosition): ditto
14942         (MenuInsertLyXFile): ditto
14943         (workAreaExpose): don't init minibuffer
14944         (update): remove commented code, simplify
14945
14946         * BufferView2.C (openStuff): use LFUN_MESSAGE
14947         (toggleFloat): ditto
14948         (menuUndo): ditto
14949         (menuRedo): ditto
14950         (copyEnvironment): ditto
14951         (pasteEnvironment): ditto
14952         (copy): ditto
14953         (cut): ditto
14954         (paste): ditto
14955         (gotoInset): ditto
14956         (updateInset): remove some commented code
14957
14958         * lastfiles.h: inherit privately from noncopyable
14959         * layout.h: ditto
14960         * lyx_gui.h: ditto
14961         * lyx_main.h: ditto
14962         * lyxlex.h: ditto
14963         * lyxlex_pimpl.h: ditto
14964
14965         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14966         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14967         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14968
14969         * LyXAction.h: inherit privately from noncopyable, add methods
14970         func_begin, func_end, returning iterators to the func map.
14971
14972         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14973         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14974         (func_begin): new method
14975         (func_end): new method
14976
14977         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14978         and not)
14979         (copySelection): ditto
14980         (pasteSelection): ditto
14981
14982         * BufferView.C: whitespace change
14983         * BufferView.h: inherit privately from noncopyable
14984
14985 2001-04-16  Allan Rae  <rae@lyx.org>
14986
14987         * tabular-old.C (l_getline):
14988         * spellchecker.C (sc_check_word):
14989         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14990         an unrecognised preprocessor directive.  So ensure they're wrapped.
14991
14992 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14993
14994         * src/exporter.C (Export): Give an error message when path to file
14995         contains spaces.
14996
14997 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14998
14999         * LaTeX.C (deplog): Always check that foundfile exists.
15000
15001 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15002
15003         * lyx_main.h:
15004         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15005
15006 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15007
15008         * tabular.[Ch] (getLabelList): implement new method
15009
15010         * minibuffer.h: comment ouf setTiimer
15011
15012         * minibuffer.C (ExecutingCB): constify res
15013         (peek_event): constify s
15014         (Set): constify ntext
15015         (Init): constify nicename
15016
15017         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15018
15019         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15020         (savePosition): use two params to Minibuffer::Set
15021         (restorePosition): ditto
15022
15023 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15024
15025         * lyx_main.C: include language.h
15026
15027         * Makefile.am (lyx_main.o): add language.h
15028
15029 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15030
15031         * exporter.C:
15032         * paragraph.C:
15033         * screen.C:
15034         * tabular.C:
15035         * CutAndPaste.C: include gettext.h
15036
15037         * lyxfont.h: remove old hack with ON and OFF.
15038
15039         * lyxparagraph.h:
15040         * lyxfont.h: do not include language.h...
15041
15042         * BufferView2.C:
15043         * LaTeXFeatures.C:
15044         * Painter.C:
15045         * bufferview_funcs.C:
15046         * font.C:
15047         * lyxfont.C:
15048         * text.C:
15049         * text2.C:
15050         * trans_mgr.C:
15051         * paragraph.C: ... but do it here instead
15052
15053 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15054
15055         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15056
15057         * tabular.C: small reformat
15058
15059         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15060         NEW_INSETS version
15061         (GetChar): ditto
15062         (BreakParagraph): ditto
15063         (SetOnlyLayout): ditto
15064         (SetLayout): ditto
15065
15066         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15067         with one arg less.
15068
15069         * lastfiles.C: removed most using decl, add std:: where needed
15070
15071         * buffer.C: ws changes
15072
15073         * MenuBackend.C (class compare_format): put into anon namespace
15074         (expand): constify label, names, action, action2
15075         (expand):
15076
15077         * text.C (SingleWidth): constify font
15078         (IsBoundary): constify rtl2
15079         (GetVisibleRow): constify ww
15080
15081         * LaTeX.C (deplog): constify logfile
15082
15083         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15084         start_x, end_x
15085         (workAreaExpose): constify widthChange, heightChange
15086
15087         * lyxrow.C (par): moved
15088         (height): moved
15089         (next): moved
15090         * lyxrow.h: as inlines here
15091
15092         * lyxfont.h (shape): moved from lyxfont.C
15093         (emph): moved from lyxfont.C
15094
15095         * lyxfont.C (LyXFont): use initialization list for all
15096         constructors
15097         (shape): move to lyxfont.h as inline
15098         (emph): move to lyxfont.h as inline
15099
15100
15101 2001-04-04  Juergen Vigna  <jug@sad.it>
15102
15103         * vspace.C: had to include stdio.h for use of sscanf
15104
15105 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15106
15107         * BufferView.h:
15108         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15109         independent of xforms.
15110
15111 2001-04-02  Juergen Vigna  <jug@sad.it>
15112
15113         * spellchecker.C: fixed namespace placing!
15114
15115 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15116
15117         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15118         the LyXParagraph * is 0.
15119
15120 2001-03-29  Juergen Vigna  <jug@sad.it>
15121
15122         * vspace.C: added support for %, c%, p%, l%.
15123         (stringFromUnit): added helper function.
15124         (asLatexString): changed to give right results for the %-values.
15125
15126         * buffer.C: convert the widthp in a width%.
15127
15128 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15129
15130         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15131         figureForm.[Ch].
15132
15133         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15134         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15135
15136         * lyx_cb.[Ch]: see above.
15137
15138         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15139         form1.[Ch].
15140
15141         * form1.[Ch]:
15142         * lyx.[Ch]: replaced by figure_form.[Ch].
15143
15144         * lyx_gui.C:
15145         * lyx_gui_misc.C:
15146         * lyxfunc.C: changed headers associated with above changes.
15147
15148 2001-03-27  Juergen Vigna  <jug@sad.it>
15149
15150         * BufferView_pimpl.C: set the temporary cursor right!
15151
15152 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15153
15154         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15155
15156 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15157
15158         * LString.h: removed "using std::getline"!
15159
15160         * BufferView_pimpl.C (Dispatch): changes due to changes in
15161         InsetInclude::Params.
15162
15163         * buffer.C (tag_name): removed redundant break statements as they were
15164         producing lots of warnings with my compiler.
15165
15166 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15167
15168         * LString.h: add "using std::getline" when using the real <string>.
15169
15170 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15171
15172         * buffer.C: removed bitset usage.
15173         PAR_TAG moved to an anonymous name space.
15174         (tag_name): new funtion, also in the anonymous namespace.
15175         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15176         (makeDocBookFile): clean code. Completed transition from string arrays
15177         to string vectors.
15178         (SimpleDocBookOnePar): code clean.
15179
15180 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15181
15182         * tabular.C: add some comments.
15183
15184 2001-03-22  Juergen Vigna  <jug@sad.it>
15185
15186         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15187         compatibility read a bit and fixed bug with minipage in different
15188         depth.
15189
15190 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15191
15192         * buffer.C (pop_tag): removed.
15193         (push_tag): removed.
15194         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15195         array replaced with vector. Added support for CDATA sections.
15196         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15197         at any nest level.
15198         (makeDocBookFile): XML conformant declaration of CDATA section,
15199         fixed bug related to <emphasis> in the first paragraph char.
15200         (sgmlOpenTag): exclude empty tags.
15201         (sgmlCloseTag): ditto.
15202
15203         * buffer.h (pop_tag): removed.
15204         (push_tag): removed.
15205
15206 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15207
15208         * language.h (Languages): added size_type and size().
15209
15210 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15211
15212         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15213         response on compability reading of minipages. One probliem is that
15214         the old usage of minipages was «flertydig»
15215
15216         * several files here and in subdirs: don't use static at file
15217         scope use anon namespaces instead.
15218
15219 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15220
15221         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15222         LaTeX output. This is necessary for Literate document
15223         processing.
15224
15225 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15226
15227         * buffer.C: insert hfill when needed.
15228
15229         * tabular.C (l_getline): use string::erase, small whitespace change.
15230
15231         * BufferView_pimpl.C: try the anon namespace.
15232         * WorkArea.C: ditto
15233
15234 2001-03-16  Juergen Vigna  <jug@sad.it>
15235
15236         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15237         otherwise it won't open options-dialogs.
15238
15239         * buffer.C: honor pextraWidth(p) on converting minipages.
15240
15241         * tabular.C (l_getline): changed the functions to strip trailing \r.
15242
15243 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15244
15245         * BufferView_pimpl.C:
15246         * minibuffer..C: added "using SigC::slot" declaration.
15247
15248 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15249
15250         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15251
15252         * text2.C: ditto
15253
15254         * text.C: ditto
15255
15256         * paragraph.C: ditto
15257
15258         * lyxtext.h: NO_PEXTRA
15259
15260         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15261
15262         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15263         * ParameterStruct.h: ditto
15264         * ParagraphParameters.h: ditto
15265         * lyxparagraph.h: ditto
15266
15267 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15268
15269         * buffer.C: add compability for minipage alignment.
15270         (latexParagraphs): remove unwanted pextra check.
15271
15272         * several files: remove CXX_WORKING_NAMESPACES
15273
15274         * buffer.C (pop_tag): tie is in namespace boost
15275
15276         * BufferView.h: noncopyable is in namespace boost
15277         * lyxlex.h: ditto
15278         * lyx_main.h: ditto
15279         * lyx_gui.h: ditto
15280         * layout.h: ditto
15281         * lastfiles.h: ditto
15282         * bufferlist.h: ditto
15283         * ShareContainer.h: ditto
15284         * LyXView.h: ditto
15285         * LyXAction.h: ditto
15286         * LaTeX.h: ditto
15287
15288 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15289
15290         * Merging changes from BRANCH_MVC back into HEAD.
15291
15292         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15293
15294 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15295
15296         * BufferView_pimpl.C: change from intl.C
15297
15298         * combox.h:
15299         * combox.C:
15300         * Makefile.am: move combox.*
15301
15302         * form1.h:
15303         * form1.C:
15304         * lyx_gui.C:
15305         * intl.h:
15306         * intl.C: remove dialog (covered by prefs)
15307
15308 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15309
15310         * lyxfunc.C (Dispatch): removed redundant break statement.
15311
15312 2001-03-14  Juergen Vigna  <jug@sad.it>
15313
15314         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15315
15316 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15317
15318         * buffer.C: add hack to fix compability reading of minipages.
15319
15320 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15321
15322         * buffer.C (getLists): Cleanup.
15323
15324 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15325
15326         * lyxfont.C (update): don't honor toggleall on font size.
15327
15328 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15329
15330         * bmtable.c:
15331         * bmtable.h:
15332         * Makefile.am: moved to frontends/xforms/
15333
15334         * lyx_gui_misc.C:
15335         * lyxfunc.C:
15336         * BufferView_pimpl.C: changes for moved mathpanel
15337
15338 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15339
15340         * gettext.h: fix gettext_init() in --disable-nls
15341
15342 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15343
15344         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15345
15346 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15347
15348         * lyx.C:
15349         * lyx.h: strip external form
15350
15351 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15352
15353         * BufferView_pimpl.C: add comment, destroySplash()
15354
15355 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15356
15357         * BufferView_pimpl.C:
15358         * LyXAction.C:
15359         * buffer.C:
15360         * commandtags.h:
15361         * lyxfunc.C: use re-worked insetinclude
15362
15363 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15364
15365         * buffer.C: add using std::stringstream.
15366
15367         * lyx_cb.C: readd using std::ios.
15368
15369         * buffer.C: add using std::map.
15370
15371         * BufferView_pimpl.C: add using std::vector.
15372
15373         * ShareContainer.h: add std:: to swap.
15374
15375         * buffer.h: add some typedefs
15376         * buffer.C (getLists): use them
15377         (getLists): renamed from getTocList.
15378         add a counter for the different float types and use it in the
15379         generated string.
15380         (getLists): use the same counter for the NEW_INSETS and the "non"
15381         NEW_INSETS
15382
15383         * lyx_cb.h: remove unused items, includes, using etc.
15384
15385         * ShareContainer.h: remove some commented code, add more comments
15386         and "documentation".
15387
15388 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15389
15390         * buffer.C (getTocList): make the list also when NEW_INSETS is
15391         defined.
15392
15393         * buffer.h: remove TocType
15394
15395         * buffer.C (getTocList): change to return a map<string,
15396         vector<TocItem> >, implement for dynamic number of list.
15397
15398         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15399         * text2.C (PasteSelection): adjust
15400         * CutAndPaste.C (pasteSelection): adjust
15401
15402         * FloatList.C (FloatList): update from the new_insets branch.
15403         * Floating.[Ch]: ditto
15404         * LaTeXFeatures.C: ditto
15405         * buffer.C: ditto
15406         * lyxlex_pimpl.C: ditto
15407
15408         * paragraph.C (Last): remove when NEW_INSETS is defined.
15409
15410         * other file: changes because of the above.
15411
15412 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15413
15414         * lyxparagraph.h: rename next to next_, previous to previous_,
15415         make them private for NEW_INSETS. Rename Next() to next(),
15416         Previous() to previous().
15417
15418         * other files: changes because of the above.
15419
15420 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15421
15422         * BufferView.h:
15423         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15424         problem.
15425
15426 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15427
15428         * main.C (main): pass lyx_localedir to gettext_init().
15429
15430         * gettext.h: remove locale_init and gettext_init macros
15431
15432         * gettext.C (locale_init): new function
15433         (gettext_init): new function
15434
15435         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15436         setlocale().
15437
15438 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15439
15440         * Moved credits to frontends:
15441         * credits.[Ch]: removed
15442         * credits_form.[Ch]: removed
15443         * lyx_gui_misc.C: remove credits stuff
15444         * Makefile.am:
15445
15446 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15447
15448         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15449
15450         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15451         unneeded destructor.
15452
15453         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15454         a standalone pointer again.
15455
15456         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15457
15458 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15459
15460         * Makefile.am:
15461         * filedlg.h:
15462         * filedlg.C:
15463         * LyXAction.C:
15464         * ToolbarDefaults.C:
15465         * bufferlist.C:
15466         * commandtags.h:
15467         * form1.C:
15468         * form1.h:
15469         * lyx_cb.C:
15470         * lyx_cb.h:
15471         * lyxfunc.h:
15472         * lyxfunc.C:
15473         * BufferView_pimpl.C: use new file dialog in GUII
15474
15475         * lyx_cb.h:
15476         * lyx_cb.C: remove LayoutsCB to Toolbar
15477
15478 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15479
15480         * ShareContainer.h (get): add std:: qualifier
15481
15482 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15483
15484         * ShareContainer.h: define a proper ShareContainer::value_type
15485         type (and use typename to please compaq cxx)
15486
15487 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15488
15489         * lyxparagraph.h: move serveral local vars to
15490         ParameterStruct/ParagraphParameters., use ShareContainer in
15491         FontTable., make vars in FontTable private and add getter and
15492         setter.
15493
15494         * paragraph.C: changes because of the above.
15495
15496         * lyxfont.h: remove copy constructor and copy assignment. (the
15497         default ones is ok), move number inside FontBits. move inlines to
15498         lyxfont.C
15499
15500         * lyxfont.C: add number to initializaton of statics, move several
15501         inlines here. constify several local vars. some whitespace
15502         cleanup. Dont hide outerscope variables.
15503
15504         * Spacing.h: add two new constructors to match the set methods.
15505
15506         * ShareContainer.h: new file, will perhaps be moved to support
15507
15508         * ParameterStruct.h: new file
15509
15510         * ParagraphParameters.h: new file
15511
15512         * ParagraphParameters.C: new file
15513
15514         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15515         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15516
15517         * BufferView_pimpl.C: ParagraphParameter changes.
15518         * buffer.C: Likewise.
15519         * bufferview_funcs.C: Likewise.
15520         * text.C: Likewise.
15521         * text2.C: Likewise.
15522
15523 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15524
15525         * lyxfind.C (LyXReplace): do not redefine default argument in
15526         implementation.
15527         (IsStringInText): ditto
15528         (SearchForward): ditto
15529         (SearchBackward): ditto
15530
15531 2001-03-06  Juergen Vigna  <jug@sad.it>
15532
15533         * lyxfind.C (IsStringInText): put parentes around expressions.
15534
15535 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15536
15537         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15538
15539 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15540
15541         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15542
15543         * stl_string_fwd.h: add comment
15544
15545         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15546
15547         * tabular.h:
15548         * tabular.C: remove unused DocBook methods
15549
15550         * intl.C:
15551         * language.C:
15552         * paragraph.C:
15553         * buffer.C:
15554         killed DO_USE_DEFAULT_LANGUAGE
15555
15556 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15557
15558         * lyx_gui.C: do not include language.h.
15559
15560         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15561         arguments in function implementation.
15562
15563 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15564
15565         * BufferView_pimpl.C: add <ctime>
15566
15567 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15568
15569         * BufferView_pimpl.C: add using std::find_if
15570
15571 2001-02-27  José Matos  <jamatos@fep.up.pt>
15572
15573         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15574         by OnlyPath.
15575
15576 2001-02-11  José Matos  <jamatos@fep.up.pt>
15577
15578         * buffer.C (makeDocBookFile): command styles now have a parameter as
15579         "title" by default.
15580
15581 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15582
15583         * layout_forms.[Ch]: removed
15584         * lyx_cb.[Ch]: out character
15585         * lyx_gui.C: out character
15586         * lyx_gui_misc.C: out character
15587         * bufferview_funcs.C: : out character,
15588         added toggleall as parameter in ToggleAndShow
15589
15590 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15591
15592         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15593
15594         * text2.C (SetCurrentFont): Disable number property at boundary.
15595
15596 2001-02-26  Juergen Vigna  <jug@sad.it>
15597
15598         * lyxfunc.C (getStatus): added a string argument override function so
15599         that this is correctly called from LyXFunc::Dispatch if it contains a
15600         do_not_use_argument which is used!
15601         (Dispatch): added check for "custom" export and call appropriate func.
15602
15603 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15604
15605         * lyxrc.C: Add language_command_local, language_use_babel and
15606         language_global_options.
15607
15608         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15609
15610         * buffer.C (makeLaTeXFile): Use language_use_babel and
15611         language_global_options.
15612
15613 2001-02-23  Juergen Vigna  <jug@sad.it>
15614
15615         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15616         which works with LyXText and putted it inside BufferView. Here now we
15617         only call for that part the BufferView::Dispatch() function.
15618
15619         * BufferView.C (Dispatch): added.
15620
15621         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15622         functions which needs to use a LyXText over from LyXFunc.
15623         (MenuInsertLyXFile): added
15624         (getInsetByCode): added
15625         (moveCursorUpdate): added
15626         (static TEXT): added
15627
15628 2001-02-22  Juergen Vigna  <jug@sad.it>
15629
15630         * BufferView_pimpl.C (update): call a status update to see if LyXText
15631         needs it.
15632
15633 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15634
15635         * vc-backend.C (revert): implement for CVS
15636         (getLog): implement for CVS
15637
15638 2001-02-20  Juergen Vigna  <jug@sad.it>
15639
15640         * text2.C (ClearSelection): added BufferView param for inset_owner call
15641
15642         * lyxfunc.C (TEXT): added this function and use it instead of
15643         directly owner->view()-text of getLyXText().
15644
15645 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15646
15647         * src/layout_forms.C: out preamble
15648         * src/layout_forms.h: out preamble
15649         * src/lyx_cb.C: out preamble
15650         * src/lyx_cb.h: out preamble
15651         * src/lyx_gui.C: out preamble
15652         * src/lyx_gui_misc.C: out preamble
15653         * src/lyxfunc.C: connect with guii preamble
15654
15655 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15656
15657         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15658
15659 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15660
15661         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15662         whether to run bibtex.
15663
15664 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15665
15666         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15667
15668 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15669
15670         * Makefile.am (lyx_SOURCES): removed bibforms.h
15671
15672         * vspace.h: doxygen
15673
15674         * text.C (GetVisibleRow): make several local vars const
15675
15676         * tabular.C: small cleanup.
15677
15678         * lyxserver.C (callback): use compare instead of strncmp
15679
15680         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15681         inlines to after class or to paragraph.C
15682
15683         * lyxfont.h: remove friend operator!=
15684
15685         * converter.h: move friend bool operator< to non friend and after
15686         class def.
15687
15688         * combox.h: small cleanup
15689
15690         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15691         to inlines after class def.
15692
15693         * buffer.C (pop_tag): use string operations instead of strcmp
15694
15695         * bmtable.c: doxygen, small cleanup
15696
15697         * LaTeX.h: remove friend operator==
15698
15699 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15700
15701         * screen.C:
15702         * lyxrc.[Ch]:
15703         * lyxfunc.C:
15704         * lyxfont.[Ch]:
15705         * lyx_cb.C:
15706         * intl.[Ch]:
15707         * commandtags.h:
15708         * buffer.C:
15709         * WorkArea.[Ch]:
15710         * LyXAction.C:
15711         * BufferView_pimpl.C:
15712         * BufferView.[Ch]: remove cruft
15713
15714 2001-02-14  Juergen Vigna  <jug@sad.it>
15715
15716         * lyxfunc.C: removed #if 0 unused code
15717
15718         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15719
15720         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15721
15722         * text2.C (SetSelection): added a BufferView * parameter
15723
15724 2001-02-13  Juergen Vigna  <jug@sad.it>
15725
15726         * lyxfunc.C (Dispatch): fixed protected blank problem.
15727         * BufferView2.C (protectedBlank): added LyxText * parameter.
15728
15729         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15730         (AppendColumn): same as above for column_info.
15731
15732         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15733         (moveCursorUpdate): use a LyXText param for support of InsetText.
15734
15735         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15736         (tripleClick): ditto
15737
15738         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15739
15740         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15741
15742         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15743
15744         * text2.C (SetSelection): set correct update status if inset_owner
15745         (ToggleFree): ditto
15746
15747 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15748
15749         * tabular.C: remove some commented code.
15750
15751 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15752
15753         * BufferView_pimpl.C: call hideSplash()
15754
15755         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15756
15757         * include_form.h:
15758         * bibforms.h: remove
15759
15760         * lyxfunc.C:
15761         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15762           add LFUN_CHILD_CREATE
15763
15764         * counters.h: fix tiny typo
15765
15766         * lyx_cb.C:
15767         * lyx.h:
15768         * lyx_gui.C:
15769         * lyx.C: move splash to frontends/xforms/
15770
15771         * lyx_gui_misc.C: move Include and Bibform to frontends
15772
15773         * lyxvc.h: clarify comment
15774
15775         * vspace.C: tiny housekeeping
15776
15777 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15778
15779         * text.C (PrepareToPrint): RTL Fix.
15780
15781         * paragraph.C (GetUChar): New method.
15782         (String):  Use GetUChar.
15783
15784         * buffer.C (asciiParagraph): Use GetUChar.
15785
15786 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15787
15788         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15789
15790 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15791
15792         * buffer.h:
15793         * buffer.C: rename to getLogName(), handle
15794           build log / latex log nicely
15795
15796 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15797
15798         * MenuBackend.C:
15799         * MenuBackend.h: remove support for reference menuitem type.
15800
15801 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15802
15803         * BufferView_pimpl.C: housekeeping
15804         * BufferView_pimpl.h:
15805         * LyXView.h:
15806         * Makefile.am:
15807         * Timeout.C:
15808         * Timeout.h:
15809         * minibuffer.h: move Timeout GUI-I
15810
15811 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15812
15813         * lyxrc.C (read): Update converters data-structures.
15814
15815 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15816
15817         * LaTeX.h (operator!=): add operator != for Aux_Info
15818
15819 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15820
15821         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15822
15823         * LaTeXLog.C: deleted, useful code moved to Buffer
15824
15825         * buffer.h:
15826         * buffer.C: new function getLatexLogName()
15827
15828         * lyx_gui_misc.C:
15829         * lyx_gui.C:
15830         * lyxvc.C:
15831         * lyxvc.h:
15832         * lyxfunc.C: use frontends for LaTeX and VC logs
15833
15834 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15835
15836         * LaTeX.h: yet another std:: that Allan forgot.
15837
15838         * Variables.C (set): renamed from isset(), because this clashes
15839         with some HP-UX macros (grr).
15840
15841 2001-02-06  Allan Rae  <rae@lyx.org>
15842
15843         * LaTeX.h: Another bug fix.  Missing std:: this time.
15844
15845 2001-02-04  Allan Rae  <rae@lyx.org>
15846
15847         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15848         floats problem. I've left it commented out because it's not quite
15849         correct.  It should also test that the current object is a table or
15850         figure inset.  But I haven't gotten around to figuring out how to do
15851         that.  I *think* it'll be something like: "table" == inset.type()
15852
15853         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15854         bool.
15855
15856 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15857
15858         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15859         all the citation/databases/styles in the auxilary file.
15860         (run): Rerun latex if there was a babel language error.
15861
15862 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15863
15864         * text.C (Backspace): Preserve the font when changing newline char
15865         with a space.
15866         (BreakParagraph): If the cursor is before a space, delete the space.
15867
15868         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15869
15870 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15871
15872         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15873         new argument (code).
15874         (ChangeCitationsIfUnique): New method.
15875
15876         * paragraph.C (GetPositionOfInset): Handle bibkey.
15877
15878 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15879
15880         * BufferView_pimpl.h: change type of Position::par_pos to
15881         LyXParagraph::size_type.
15882
15883 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15884
15885         * BufferView_pimpl.C (savePosition, restorePosition): Write
15886         messages to minibuffer.
15887
15888 2001-01-28  José Matos  <jamatos@fep.up.pt>
15889
15890         * buffer.C (makeDocBookFile): adds support for document language.
15891         A silly restriction on the name of LatexCommand types where removed.
15892         Added support for CDATA sections, allows to chars unescaped, used
15893         among others in code, to avoid escape < and >.
15894
15895 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15896
15897         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15898         saved positions instrad of a stack. Furthermore, a position is
15899         stored using paragraph id/paragraph position.
15900
15901         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15902         Remove LFUN_REF_BACK.
15903
15904 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15905
15906         * converter.C (dvipdfm_options): New method.
15907
15908 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15909
15910         * vspace.C (isValidLength): Fix for empty input string.
15911
15912 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15913
15914         * LyXAction.C (init): change description of LFUN_FIGURE to
15915         "Insert Graphics"
15916
15917 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15918
15919         * LaTeX.C: add using directive
15920
15921 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15922
15923         * MenuBackend.C (expand): Fix the sorting of the formats.
15924
15925 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15926
15927         * lyx_main.C: tiny error message fix
15928
15929 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15930
15931         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15932         calling fl_initialize(). This fixes the problem with ',' as
15933         decimal separator in text files.
15934
15935 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15936
15937         * trans.C (process): Fix the keymap bug.
15938
15939 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15940
15941         * LaTeX.C (scanAuxFiles): New method. Provides support for
15942         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15943         (scanLogFile) Scan for "run BibTeX" messages.
15944
15945         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15946         OT1 font encoding. Also, load the aecompl package if the ae
15947         package is loaded.
15948
15949         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15950
15951 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15952
15953         * texrow.C (increasePos): turn two error messages into debug
15954         messages.
15955
15956 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15957
15958         * LaTeX.C (scanAux): Handle the \@input macro.
15959         (runBibTeX): Use scanAux().
15960
15961         * language.C (latex_options_): New field.
15962
15963         * LaTeXFeatures.C (getMacros): Add language macros.
15964
15965         * buffer.C (makeLaTeXFile): Small fix.
15966
15967 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15968
15969         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15970
15971         * text2.C: add a using directive.
15972
15973 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15974
15975         * BufferView2.C:
15976         * lyx_gui_misc.h:
15977         * lyxfr1.C:
15978         * lyxfunc.C: kill LyXBell.
15979
15980 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15981
15982         * text.C (IsBoundary): Remove the error message
15983
15984         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15985
15986         * lyxrc.C (setDefaults): Correct initialization value for
15987         font_norm_type.
15988
15989 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15990
15991         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15992         gotoError().
15993
15994         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15995         and GotoNextNote().
15996
15997         * src/LyXAction.C: Added reference-next.
15998
15999         * text.C (InsertChar): Use contains instead of strchr.
16000
16001         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16002
16003 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16004
16005         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16006         alignment commands (when needed).
16007
16008         * text.C (InsertChar): Add ':' to number separator chars.