]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix dialogs in LyX/Mac
[lyx.git] / src / ChangeLog
1 2004-10-05  José Matos  <jamatos@lyx.org>
2
3         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
4         Add new translators to help reading and writing the lyx file.
5
6 2004-10-05  José Matos  <jamatos@lyx.org>
7
8         * ParagraphParameters.C (read):
9         * text.C (readParToken): replace nexToken by more appropriate lex
10         methods.
11
12 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
13
14         * LaTeX.C (runMakeIndex):
15         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
16         (usually 'makeindex') configurable.
17
18         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
19         with a variable rather than with a number.
20
21 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
22
23         * output_latex.C (TeXOnePar): make sure font setting is the first
24         thing that gets output (and the last at the end). Should fix bug
25         1404.
26
27 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
28
29         * pch.h: use proper signal include
30
31         * LaTeX.h: Use preferred calling of Boost.Signal
32         * buffer.h: ditto
33
34 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
35
36         * pch.h: dont include <boost/function/function0.hpp>
37
38         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
39
40         * paragraph_pimpl.h: remove usage of ShareContainer
41
42         * paragraph_pimpl.C: remove initialization of ShareContainer.
43
44 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
45
46         Fix bug #1666
47
48         * BufferView.C (putSelectionAt): change the semantics when
49         backwards == true: now, this just swaps cursor and anchor wrt the
50         forward case
51
52         * BufferView.h (putSelectionAt): add some documentation
53
54         * lyxfind.C (findBackwards): rewrite using while(). In particular,
55         make sure backwardChar is done at least once (to avoid getting
56         stuck)
57         (findNextChange): use putSelectionAt in the forward direction
58         (operator()): use Paragraph::isWord
59
60 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
61
62         * Spacing.C (set): c_str fix
63
64 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
65
66         * lyx_cb.C (Reconfigure): quote the name of configure script in
67         case it contains spaces
68
69 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
70
71         * client: new dir
72
73         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
74         (BOOST_LIBS): use top_buildir when looking for the file
75
76 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
77
78         * pch.h: do not use include boost/format.hpp, multiple symbols
79                 will result (gcc bug)
80
81
82 2004-08-23  José Matos  <jamatos@lyx.org>
83
84         * bufferparams.C (readToken): fix reading of the author field.
85
86 2004-08-20  José Matos  <jamatos@lyx.org>
87
88         * lyxrc.C: remove support/translator.h inclusion since it is not used.
89
90 2004-08-20  José Matos  <jamatos@lyx.org>
91
92         * lyxlex.[Ch] (findToken): remove function.
93
94         * ParagraphParameters.C (findToken):
95         * bufferparams.C (findToken): replace call for previous function
96         with local copy. This local function has one more argument, the
97         read string argument.
98
99 2004-08-16  José Matos  <jamatos@lyx.org>
100
101         * ParagraphParameters.C (write):
102         * Spacing.C (writeFile):
103         * bufferparams.C (writeLaTeX):
104         * lyx_cb.C (Reconfigure):
105         * paragraph.C (write):
106         * tabular.C (write): remove unnecessary space at end of line.
107
108
109 2004-08-16  José Matos  <jamatos@lyx.org>
110
111         * text.C (readParagraph): remove debug message.
112
113 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
114
115         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
116         crash
117
118         * output_plaintext.C (asciiParagraph): set depth correctly
119
120         * outputparams.h: add member depth
121
122         * paragraph_funcs.C (ownerPar): remove.
123
124         * text2.C (setCounter): remove first_pit; comment out some
125         non-working code that uses ownerPar
126
127         * BufferView.C (getParentLanguage): remove. Not used anymore, and
128         uses ownerPar
129
130 2004-08-16  José Matos  <jamatos@lyx.org>
131
132         * text.C (readParToken, readParagraph, read): report all unknown tokens.
133         For the same level of importance use the same chanel to report problems.
134         (read): add code to deal with \begin_body and \end_body.
135
136
137 2004-08-15  José Matos  <jamatos@lyx.org>
138
139         * lyxlex.C (getString): fix comment, buffer::readBody is now
140         buffer:readDocument.
141
142         * tex-strings.C (string_papersize): Default -> default,
143         Custom -> custom, for consistency with other options.
144
145 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
146
147         * pch.h: new file
148
149         * Makefile.am: support pch
150
151 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
152
153         * text.C (readParToken): remove the static LyXFont variable and
154         pass it as a parameter instead. This fixes a nasty bug where an
155         inset will be inserted with a bad font in some situations
156         (readParagraph): adapt
157
158         * text2.C (setCounter): reduce number of calls to pars_[pit]
159
160         * text.C (singleWidth): add an assert, fix a test
161
162         * rowpainter.C (paintText): reduce number of calls to singleWidth
163
164         * paragraph.C (isHfill):
165         (isNewline): ws only
166
167 2004-08-14  André Pönitz  <poenitz@gmx.net>
168
169         * text.C:
170         * text2.C:
171         * rowpainter.C:
172         * lyxtext.h (several functions): use a Paragraph & argument
173         instead of par_type
174
175 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
176
177         * metricsinfo.h: add a new field ltr_pos to PainterInfo
178
179         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
180
181         * text.C (singleWidth): remove useless test
182
183 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
184
185         * tabular.h: remove bogus comments
186
187         * tabular.C (getDescentOfRow):
188         (isPartOfMultiColumn): add assertions
189
190         * lyxlength.C (inPixels): remove #warning
191
192 2004-08-14  André Pönitz  <poenitz@gmx.net>
193
194         * paragraph.h: inline getChar()
195
196         * BufferView.h: remove unused declarations
197
198 2004-08-14  José Matos  <jamatos@lyx.org>
199
200         * Buffer.[Ch] (readDocument): new name for old readBody.
201         * Buffer.C: new file format, new keywords: \begin_document,
202         \begin_header, \begin_body, \end_body.
203
204         * bufferparams.C (readToken): replace all calls to lex.nextToken
205         by lex.next(). Do the same to eatLine except where really needed.
206
207         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
208         line when writing to the lyx file.
209
210         * output_plaintext.C (asciiParagraph): fix Bibliography style
211         handling.
212
213         * text.C (read): fix end of file handling.
214
215 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
216
217         * MenuBackend.C (Menu::operator[]): new method to access
218         individual menu items
219         (Menu::hasFunc): new method. search for an item that corresponds
220         to a given func
221         (MenuBackend::specialMenu): new method
222         (MenuBackend::expand): if a special menu has been set, skip
223         entries whose func() appears in this menu
224
225 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
226
227         * text3.C: use Debug::DEBUG a bit more
228
229         * text.C (leftMargin): try to simplify a tiny bit change var x to
230         l_margin. Dont output the wide margins always.
231         (rightMargin): no margin in inner texts
232
233         * rowpainter.h (nestMargin): new func
234         (changebarMargin): new func
235         (rightMargin): new func
236
237         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
238         now functions.
239         (paintLast): ditto
240
241         * factory.C (createInset): modify setDrawFrame
242
243         * cursor.C: use Debug::DEBUG a bit more
244
245 2004-08-14  André Pönitz  <poenitz@gmx.net>
246
247         * coordcache.[Ch]:
248         * Makefile.am: new files to accomodate an 'external' (x,y)-position
249         cache for all insets in (at least partially) visible (top-level)
250         paragraphs.
251
252         * BufferView_pimpl.C: reset external coord cache before every update.
253         This means the coord cache only contains valid entries.
254
255 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
256
257         bug 1096
258         * BufferView_pimpl.C (getInsetByCode): move function out of class
259         and change in to a template in anon namespace. Also fix to do what
260         suits us better.
261
262 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
263
264         bug 1305
265         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
266         of char
267         (breakParagraph): rename par to par_offset and use a local
268         reference. Add code to keep the language over a rebreak.
269         (breakParagraphConservative): rename par to par_offset, use a
270         local reference
271         (mergeParagraph): ditto
272         (outerHook): ditto
273         (isFirstInSequence): ditto
274         (outerFont): rename pit to par_offset
275
276         * paragraph.C: ws change
277         * paragraph.h: ditto
278         * text3.C: ditto
279         * text.C: ditto
280
281 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
282
283         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
284         treatment for ']'
285
286         * paragraph.C (simpleTeXOnePar): when we have a \item with
287         optional argument, enclose the argument with curly brackets (in
288         case it contains a closing square bracket)
289
290         * text2.C (editXY):
291         * text2.C (editXY):
292         * text3.C (checkInsetHit): constify
293
294 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
295
296         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
297         documents (bug 1629)
298
299 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
300
301         Fix toggling of collapsable insets with the mouse (bug 1558)
302
303         * lyxfunc.C (dispatch): adapt to LCursor changes
304
305         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
306         make sure that dispatch is not invoked twice
307
308         * cursor.C (needsUpdate): new method
309         (dispatch): return void
310         (result): new method, to access the DispatchResult of the cursor.
311
312 2004-08-13  José Matos  <jamatos@lyx.org>
313
314         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
315
316 2004-08-13  André Pönitz  <poenitz@gmx.net>
317
318         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
319
320         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
321           multiple cells
322
323 2004-08-12  André Pönitz  <poenitz@gmx.net>
324
325         * text3.C: take out the 'cursor right' form insertInset and only
326         do it in those places when it is really needed. Fixes crash on
327         C-m...
328
329 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
330
331         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
332
333         * BufferView_pimpl.C (setBuffer): initialize the current font of
334         the underlying LyXText
335
336 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
337
338         * kbsequence.C (print): use UI native formatting for menu
339         shortcuts
340
341         * text.C (insertChar): call Paragraph::insertChar with a font
342         argument (cosmetic)
343
344         * paragraph.C (insertInset, insertChar): the version that takes a
345         LyXFont argument is now a wrapper around the other one (the
346         opposite used to be true).
347
348         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
349         argument. Font setting is done in Paragraph now.
350
351 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
352
353         * outputparams.h: add new members intitle and lang.
354
355         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
356         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
357
358 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
359
360         * text3.C (dispatch): remove special handling of button 4 and 5,
361         it is now taken care of in the frontend code.
362
363 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
364
365         * Spacing.h: add <string> (STLPort compile fix)
366
367 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
368
369         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
370
371 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
372
373         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
374         to bool.
375
376         * converter.C (showMessage): inherit from unary_function, make
377         operator() const.
378
379         * buffer.C (writeFile): initialize retval
380
381         * InsetList.h: rename private variable list to list_
382         * InsetList.[Ch]: adjust accordingly.
383
384 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
385
386         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
387         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
388         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
389         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
390         * ParagraphParameters.C, LaTeXFeatures.C: replace
391         "support/std_sstream.h" with <sstream>
392
393 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
394
395         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
396         * lyxsocket.C (LyXServerSocket): ditto
397         (serverCallback): ditto
398
399 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
400
401         * LaTeXFeatures.C: check release date when loading jurabib.
402
403 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
404
405         * lyxserver.C (startPipe): call register_socket_callback
406         (endPipe): call unregister_socket_callback
407
408 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
409
410         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
411         (LyXServerSocket): register the callback
412         (LyXServerSocket): unregister the callback
413         (fd): delete function
414         (serverCallback): improve error checking and setup the callbacks.
415         (dataCallback): change arg to fd.
416         (writeln): new func (copied fro the client socket) used for server
417         write to client.
418         (LyXDataSocket): simplify
419         (~LyXDataSocket): close ann unregiser callback
420         (server): delete function
421         (fd): delete function
422         (readln): small changes, improve some std::string usage
423         (writeln): constify a bit
424
425 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
426
427         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
428         Qt frontend
429
430 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
431
432         * BufferView_pimpl.C (setBuffer): set the layout combox value only
433         after it has been populated
434
435 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
436
437         * text2.C (insertInset): move cursor when inserting inset.
438
439 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
440
441         * kbmap.C (findbindings): a couple of new methods. returns a
442         container of kb_sequence objects. The real work is done by the
443         private recursive version
444         (printbindings): uses findbindings to print out a bracketed list
445         of bindings (renamed from findbinding).
446
447         * MenuBackend.C (binding): use kb_keymap::findbindings
448
449         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
450
451 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
452
453         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
454
455 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
456
457         * paragraph.C (isWord): return true on insets that report
458         isLetter().
459
460         * text.C (getWord): use Paragraph::isWord to decide what is in a
461         word and what is not; fix bug 1609.
462
463 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
464
465         * tex-strings.C: add "none" to string_paperpackages[], fixes
466         off-by-one-error in the paperpackage selection.
467
468         * lyxlex.[Ch]:
469         * tex-strings.[Ch]: char const * string[n]
470         -> char const * const string[]
471
472 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
473
474         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
475         command, return early.
476
477 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
478
479         * debug.h: add DEBUG to enum and fix size of ANY.
480
481         * debug.C: add support for Debug::DEBUG
482         (showTags): cast errorTags.level to unsigned int
483
484         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
485         (redoCurrentBuffer): ditto
486         (updateScrollbar): ditto
487         * cursor.C (dispatch): ditto
488         * text2.C (setLayout): ditto
489         (setFont): ditto
490         (updateCounters): ditto
491         (editXY): ditto
492         (deleteEmptyParagraphMechanism): ditto
493
494 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
495
496         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
497         annotations to cleanup the Makefile slightly.
498
499 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
500
501         * lyxrc.C: do not set user_email to a default value but use empty
502         instead. The entry used to be translated, which does not work
503         since at the point where lyxrc is constructed there is no
504         translation service available
505
506         * messages.C (getLocaleDir): remove and use directly
507         lyx_localedir() instead
508
509 2004-06-02  Angus Leeming  <leeming@lyx.org>
510
511         Fix crash caused by dereferencing null pointer 'exportdata' in
512         OutputParams by creating a new ExportData variable on the heap,
513         storing it in a boost::shared_ptr.
514         The crash was triggered when generating an Instant Preview
515         of an external inset.
516
517         * Makefile.am: add outputparams.C
518
519         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
520         (c-tor): allocate memory to it.
521
522         * exporter.C (c-tor): associated changes.
523
524 2004-06-01  Angus Leeming  <leeming@lyx.org>
525
526         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
527         contains data before calling isInset(0). (Bug 1513.)
528
529 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
530
531         * exporter.C (checkOverwrite): new method
532         * exporter.C (copyFile): new method
533         * exporter.C (Export): copy referenced files to the document dir
534         * exporter.[Ch]: new class ExportedFile
535         * exporter.[Ch]: new class ExportData. Contains currently the
536         names of referenced external files
537         * outputparams.h: add exportdata member.
538
539 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
540
541         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
542         version.C-tmp
543
544 2004-05-19  Angus Leeming  <leeming@lyx.org>
545
546         * LaTeXFeatures.C:
547         * ToolbarBackend.C:
548         * bufferparams.C:
549         * lyxfunc.C: small changes due to the introduction of namespace
550         lyx::frontend and the moving of namespace biblio to lyx::biblio.
551
552 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
553
554         * text3.C (dispatch): supress update when only moving the cursor
555         * cursor.C (selHandle): remove commented code
556
557 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
558
559         * paragraph.C (startTeXParParams): correct column count
560         * CutAndPaste.C (pasteSelection): remove const_cast
561         * output_docbook.C (docbookParagraphs): remove const_cast
562         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
563         const_cast and return ParagraphList::const_iterator
564         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
565         * output_plaintext.C (writeFileAscii): remove const_cast
566         * paragraph.[Ch] (simpleTeXOnePar): make const
567         * paragraph_funcs.C (outerPar): use const iterators
568         * paragraph_pimpl.C (validate): use const iterators
569         * text.C (setHeightOfRow): use const iterators
570
571 2004-05-17  Angus Leeming  <leeming@lyx.org>
572
573         * lfuns.h:
574         * LyXAction.C (init): new LFUN_INSET_REFRESH.
575
576         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
577         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
578         if the citation engine has changed.
579
580 2004-05-14  José Matos  <jamatos@lyx.org>
581
582         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
583         if the textclass does not provide it. Have it different for sgml and
584         xml.
585         support the language of document.
586         * output_docbook.C (docbookParagraphs):
587         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
588         first anchor as the id of the paragraph, remove special case code.
589         * sgml.C (escapeChar): escape only < & >.
590
591 2004-05-14  Angus Leeming  <leeming@lyx.org>
592
593         * bufferparams.h: move biblio::CiteEngine enum here to minimize
594         dependencies on src/frontends/controllers/biblio.h. Define a
595         CiteEngine_enum wrapper class to enable the enum to be forward
596         declared.
597
598 2004-05-12  Angus Leeming  <leeming@lyx.org>
599
600         * buffer.C: up LYX_FORMAT to 234.
601         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
602         use_numerical_citations with a single biblio::CiteEngine cite_engine
603         variable.
604         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
605
606 2004-05-13  José Matos  <jamatos@lyx.org>
607
608         * converter.h:
609         * converter.C (Converter, readFlags): add xml member.
610         * outputparams.h: add XML flavor.
611         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
612
613 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
614
615         * lyxfunc.C (dispatch):
616         (getStatus): fix handling of LFUN_SEQUENCE
617
618 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
619
620         * debug.C (showLevel): do not forget the end-of-line marker
621
622 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
623
624         * kbmap.C (read): do not stop parsing a bind file when an error
625         occurs (bug 1575)
626
627 2004-04-29  Angus Leeming  <leeming@lyx.org>
628
629         * cursor.C:
630         * factory.C:
631         * pariterator.C:
632         * text2.C: wrap a bunch of #warning statements
633         inside #ifdef WITH_WARNINGS blocks.
634
635 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
636
637         * buffer.C: increment format to 233.
638
639 2004-04-28  Angus Leeming  <leeming@lyx.org>
640
641         * BufferView_pimpl.C:
642         * lyxfunc.C:
643         * text3.C:
644         s/updateToolbar()/updateToolbars()/
645         s/Toolbar.h/Toolbars.h/
646
647 2004-04-28  Angus Leeming  <leeming@lyx.org>
648
649         * BufferView.[Ch] (c-tor):
650         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
651         No longer passes these data to the WorkArea generator.
652
653 2004-04-28  Angus Leeming  <leeming@lyx.org>
654
655         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
656
657 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
658
659         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
660
661 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
662
663         * output_latex.C (TeXEnvironment): make sure that there is a line
664         break before \end{foo} for the last paragraph of a document
665         (TeXOnePar): if the paragraph is at the end of the document (or
666         inset) and the language has to be reset, then make sure that the
667         line break is _before_ the language command, not after (fixes bug
668         1225); also make sure that the language reset command is the first
669         thing after the paragraph (to ensure proper nesting of
670         environments and thus fix bug 1404)
671
672 2004-04-21  John Levon  <levon@movementarian.org>
673
674         * ToolbarBackend.h:
675         * ToolbarBackend.C: make "name" be a programmatic name
676         and a gui_name field.
677
678         * lyxfunc.C: display the minibuffer on M-x
679
680 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
681
682         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
683         (bug 1526)
684
685 2004-04-19  Angus Leeming  <leeming@lyx.org>
686
687         * BufferView_pimpl.C (setBuffer): changed preview interface.
688
689         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
690         possible values.
691
692 2004-04-19  John Levon  <levon@movementarian.org>
693
694         * BufferView_pimpl.C:
695         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
696
697 2004-04-05  Angus Leeming  <leeming@lyx.org>
698
699         * text.C (redoParagraphs): add call to updateCounters(), thereby
700         fixing the missing "Figure #:" label from the caption of a
701         figure float.
702
703 2004-04-13  Angus Leeming  <leeming@lyx.org>
704
705         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
706         cursor is clicked out of an inset.
707
708 2004-04-13  Angus Leeming  <leeming@lyx.org>
709
710         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
711         than an InsetOld one.
712
713 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
714
715         * format.[Ch]: add editor to Format
716         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
717         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
718
719 2004-04-08  André Pönitz  <poenitz@gmx.net>
720
721         * metricsinfo.h: remove PainterInfo::width member
722
723 2004-04-08  Angus Leeming  <leeming@lyx.org>
724
725         * lyx_sty.C (boldsymbol_def): modify so that it outputs
726         "\providecommand" rather than "\newcommand", thereby preventing
727         clashes with packages that define "\boldsymbol" themselves.
728         Eg, beamer.
729
730 2004-04-08  Angus Leeming  <leeming@lyx.org>
731
732         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
733         thereby squashing an unnecessary warning.
734
735 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
736
737         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
738         setBuffer()
739
740 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
741
742         * BufferView.C (setCursor): call redoParagraph (some insets could
743         have been opened)
744         (putSelectionAt): remove the 'double update' trick
745
746         * BufferView_pimpl.C (fitCursor): call refreshPar
747         (workAreaDispatch): remove an uneeded update call
748         (dispatch): remove some manual update calls
749
750         * cursor.[Ch]: remove cached_y_, updatePos
751         (selHandle): set noUpdate when appropriate
752
753         * lyxfunc.C (dispatch): track if we need an update
754
755         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
756
757         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
758         (paintSelection): cheap optimization, do not call cursorX when not
759         needed
760         (paintPars): change signature
761         (refreshPar): add
762         (paintText): adjust
763         (paintTextInset): adjust
764
765         * text.C: adjust
766
767 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
768
769         * lengthcommon.C: compilation fix: remove explicit array size from
770         unit_name[] and friends
771
772 2004-04-05  Angus Leeming  <leeming@lyx.org>
773
774         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
775
776         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
777         present only for the preferences dialog.
778         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
779
780 2004-04-05  Angus Leeming  <leeming@lyx.org>
781
782         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
783         to enable the frontends to export changes to lyxrc correctly.
784
785         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
786
787 2004-04-07  André Pönitz  <poenitz@gmx.net>
788
789         * cursor.[Ch] (selClear, adjust): remove math
790
791         * cursor_slice.C: more agressive assert
792
793         * lyxfunc.C:
794         * BufferView_pimpl.C: rework mouse event dispatch
795
796         * dociterator.C:
797         * paragraph.C:
798         * text2.C:
799         * text3.C: adjust
800
801 2004-04-05  André Pönitz  <poenitz@gmx.net>
802
803         * cursor.[Ch] (valign, halign...): remove unneeded functions
804
805 2004-04-05  Angus Leeming  <leeming@lyx.org>
806
807         * lyxlength.[Ch] (unit_name et al.): const-correct.
808
809 2004-04-05  Angus Leeming  <leeming@lyx.org>
810
811         * BufferView_pimpl.C:
812         * buffer.C:
813         * counters.C:
814         * cursor.C:
815         * lyxfunc.C
816         * paragraph.C:
817         * pariterator.C:
818         * text.C:
819         * text2.C:
820         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
821
822 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
823
824         * text3.C (getStatus): add LFUN_BEGINNINGBUF
825
826 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
827
828         * lyxfind.C: add a couple of inTexted() tests + other small fixes
829         * BufferView_pimpl.[Ch] (getStatus)
830         * BufferView.[Ch] (getStatus): add
831         * lyxfunc.C (getStatus): move lfuns handled in
832         BufferView::dispatch to te function above
833         * Cursor.C (setSelection): set selection() = true
834
835 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
836
837         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
838
839 2004-03-31  Angus Leeming  <leeming@lyx.org>
840
841         * lyxfunc.C (dispatch): Fall through to the generic
842         Dialogs::show("preamble").
843
844 2004-03-31  Angus Leeming  <leeming@lyx.org>
845
846         * lyxfunc.C (dispatch): Fall through to the generic
847         Dialogs::show("spellchecker").
848
849 2004-03-31  Angus Leeming  <leeming@lyx.org>
850
851         * lyxfunc.C (getStatus, dispatch): changed invocation of the
852         preferences dialog.
853
854 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
855
856         * BufferView.C
857         * cursor.[Ch]
858         * dociterator.[Ch]:
859         * insetiterator.[Ch]:
860         * lyxfind.C:
861         * lyxfunc.C:
862         * pariterator.[Ch]:
863         * text2.C:
864         * undo.[Ch]: s/DocumentIterator/DocIterator/g
865
866 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
867
868         * BufferView.C (setCursor, putSelectionAt): call edit to open the
869         insets where we are putting the cursor.
870
871 2004-03-31  Angus Leeming  <leeming@lyx.org>
872
873         * lfuns.h:
874         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
875
876         * lyxrc.[Ch] (read, write): overloaded member functions taking
877         a std::[io]stream arguments.
878
879         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
880
881 2004-03-31  Angus Leeming  <leeming@lyx.org>
882
883         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
884         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
885
886         * lyxtextclass.C (load): if the text class couldn't be loaded, then
887         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
888
889 2004-03-31  Angus Leeming  <leeming@lyx.org>
890
891         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
892         the LFUN_ALL_INSETS_TOGGLE code.
893
894 2004-03-30  Angus Leeming  <leeming@lyx.org>
895
896         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
897         has died. Fall through to the generic Dialogs::show("document").
898
899 2004-03-30  Angus Leeming  <leeming@lyx.org>
900
901         * lfuns.h:
902         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
903         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
904
905         * lyxfunc.C (getStatus, dispatch): define the actions for these
906         lfuns. Little more than a cut and pste job from ControlDocument.C
907
908         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
909
910 2004-03-30  Angus Leeming  <leeming@lyx.org>
911
912         * lfuns.h:
913         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
914         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
915
916         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
917         open/closed state of ollapsable insets. Usage:
918
919         all-inset-toggle <state> <name>, where
920         <state> == "open" || "closed" || "toggle" and
921         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
922
923         * lyxtext.h, text2.C (toggleInset): removed.
924
925         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
926         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
927         now passes LFUN_INSET_TOGGLE to the found inset.
928
929         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
930         is now invoked as "all-insets-toggle toggle branch".
931
932 2004-03-30  Angus Leeming  <leeming@lyx.org>
933
934         * dociterator.C:
935         * insetiterator.C:
936         * pariterator.[Ch]: added/corrected header blurb.
937
938 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
939
940         * dociterator.[Ch]: add an inset_ member
941         (backwardPos): implemented
942         (backwardPos, forwardPos): use inset_ when the stack is empty.
943         (doc_iterator_begin, doc_iterator_end): implemented
944         * pariterator.[Ch]: adjust, add begin, end
945         * insetiterator.[Ch]: adjust, add begin, end
946         * cursor.C:
947         * document.C:
948         * BufferView.C:
949         * BufferView_pimpl.C:
950         * CutAndPaste.C: adjust
951
952 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
953
954         * buffer.C: increment file format to 232.
955         * LaTeXFeatures.C: add bibtopic package.
956         * bufferparams.[Ch]: param \use_bibtopic.
957
958         * lyxrc.[Ch]: add lyxrc bibtex_command
959         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
960
961         * buffer.C: increment file format to 231.
962
963 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
964
965         * dociterator.C: implement forwardPar
966         * iterators.[Ch]: remove, replaced by
967         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
968         * BufferView.C:
969         * BufferView_pimpl.C:
970         * CutAndPaste.C:
971         * buffer.C:
972         * bufferview_funcs.C:
973         * cursor.C:
974         * lyxfind.C
975         * lyxfunc.C
976         * paragraph_funcs.C
977         * toc.C:
978         * Makefile.am: adjust
979
980 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
981
982         * CutAndPaste.C (pasteSelection): fix 2 crashes
983         (eraseSelection): fix a crash
984         * paragraph_funcs.C: remove a warning
985
986 2004-03-28  Angus Leeming  <leeming@lyx.org>
987
988         * lfuns.h:
989         * LyXAction.C (init): new LFUN_PRINT.
990
991         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
992
993 2004-03-27  Angus Leeming  <leeming@lyx.org>
994
995         * lfuns.h:
996         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
997
998         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
999
1000 2004-03-27  Angus Leeming  <leeming@lyx.org>
1001
1002         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1003         insetlist always contains non-null pointers to insets.
1004
1005 2004-03-26  Angus Leeming  <leeming@lyx.org>
1006
1007         * src/BufferView_pimpl.C:
1008         * src/CutAndPaste.C:
1009         * src/buffer.C:
1010         * src/iterators.C:
1011         * src/output_plaintext.C:
1012         * src/outputparams.h:
1013         * src/paragraph_funcs.C:
1014         * src/rowpainter.C:
1015         * src/text.C:
1016         * src/text2.C:
1017         * src/frontends/controllers/ControlErrorList.C:
1018         * src/frontends/gtk/FileDialogPrivate.C:
1019         * src/frontends/gtk/GPainter.C:
1020         * src/frontends/gtk/GToolbar.C:
1021         * src/frontends/qt2/QRef.C:
1022         * src/mathed/math_scriptinset.C: squash compiler warnings.
1023
1024 2004-03-26  Angus Leeming  <leeming@lyx.org>
1025
1026         * ispell.C (LaunchIspell::start):
1027         * lyx_cb.C (AutoSaveBuffer::start):
1028         invoke run(DontWait) rather than runNonBlocking().
1029
1030 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1031
1032         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1033
1034 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1035
1036         * kbsequence.C (print): adjust
1037
1038         * kbmap.C (printKeySym): rename and change signature
1039         (printKey): use LyXKeySym::print()
1040
1041 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1042
1043         * undo.C: add using std::advance to compile for stlport
1044
1045 2004-03-24  Angus Leeming  <leeming@lyx.org>
1046
1047         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1048         it leads to a crash when no buffer is present.
1049
1050 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1051             Martin Vermeer  <martin.vermeer@hut.fi>
1052
1053         * lyxfunc.C (dispatch):
1054         * bufferparams.C (readToken): use the new LColor::setColor
1055
1056         * LColor.[Ch] (setColor): new version that takes two strings as
1057         argument and creates a new color entry if necessary
1058
1059 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1060
1061         * buffer.C (makeLaTeXFile): if the main latex file that is
1062         processed is usually a subdocument of some master, then pretend
1063         for a while that it is actually the master
1064
1065 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1066
1067         * buffer.C (getLabelList):
1068         (getBibkeyList): use getMasterBuffer()
1069         (getMasterBuffer): new method. Returns the main document in the
1070         case where one is using included documents.
1071
1072 2004-03-25  André Pönitz  <poenitz@gmx.net>
1073
1074         * Makefile.am:
1075         * iterators.[Ch]:
1076         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1077
1078         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1079
1080         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1081         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1082
1083         * ParameterStruct.h: merge with ParagraphParameters
1084
1085         * lyxtext.h: remove LyXText::parOffset() and getPar()
1086
1087         * text3.C: Remove all 'manual' update calls. We do now one per user
1088         interaction which is completely sufficient.
1089
1090         * Bidi.C:
1091         * BufferView.[Ch]:
1092         * BufferView_pimpl.C:
1093         * FontIterator.[Ch]:
1094         * MenuBackend.C:
1095         * ParagraphParameters.[Ch]:
1096         * buffer.C:
1097         * buffer.h:
1098         * bufferlist.C:
1099         * cursor.[Ch]:
1100         * cursor_slice.[Ch]:
1101         * dociterator.[Ch]:
1102         * errorlist.[Ch]:
1103         * factory.C:
1104         * lfuns.h:
1105         * lyxfind.C:
1106         * lyxfunc.C:
1107         * output_docbook.[Ch]:
1108         * output_latex.[Ch]:
1109         * output_linuxdoc.[Ch]:
1110         * output_plaintext.[Ch]:
1111         * paragraph.[Ch]:
1112         * paragraph_funcs.[Ch]:
1113         * paragraph_pimpl.[Ch]:
1114         * rowpainter.C:
1115         * tabular.[Ch]:
1116         * text.C:
1117         * text2.C:
1118         * toc.C:
1119         * undo.[Ch]: adjust
1120
1121         * frontends/controllers/ControlDocument.C:
1122         * frontends/controllers/ControlErrorList.C:
1123         * frontends/controllers/ControlSpellchecker.C:
1124         * insets/inset.C:
1125         * insets/inset.h:
1126         * insets/insetbase.h:
1127         * insets/insetbibitem.C:
1128         * insets/insetbox.C:
1129         * insets/insetbranch.C:
1130         * insets/insetcaption.C:
1131         * insets/insetcharstyle.C:
1132         * insets/insetcharstyle.h:
1133         * insets/insetcollapsable.C:
1134         * insets/insetcollapsable.h:
1135         * insets/insetert.C:
1136         * insets/insetfloat.C:
1137         * insets/insetfoot.C:
1138         * insets/insetmarginal.C:
1139         * insets/insetnote.C:
1140         * insets/insetoptarg.C:
1141         * insets/insettabular.C:
1142         * insets/insettext.C:
1143         * insets/insettext.h:
1144         * insets/insetwrap.C:
1145         * mathed/math_mboxinset.C:
1146         * mathed/math_nestinset.C:
1147         * mathed/math_scriptinset.C:
1148         * mathed/math_scriptinset.h:
1149         * support/types.h:
1150
1151 2004-03-24  Angus Leeming  <leeming@lyx.org>
1152
1153         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1154         deal with any child processes that have finished but are waiting to
1155         communicate this fact to the rest of LyX.
1156
1157 2004-03-24  Angus Leeming  <leeming@lyx.org>
1158
1159         64-bit compile fixes.
1160
1161         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1162         (c-tor): pass lyx::pos_types rather than ints.
1163
1164         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1165         lyx::pos_type.
1166
1167         * text.C (Delete): compile fix.
1168         (getPar): ensure that function declaration is the same as that in
1169         the header file.
1170
1171 2004-03-23  Angus Leeming  <leeming@lyx.org>
1172
1173         * ispell.C (LaunchIspell):
1174         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1175         a boost::shred_ptr rather than a std::auto_ptr.
1176
1177 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1178
1179         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1180         handle LFUN_FILE_INSERT_*
1181
1182         * lyxrc.C (setDefaults, getDescription, output, read):
1183         * lyxrc.h: remove ps_command
1184
1185 2004-03-22  Angus Leeming  <leeming@lyx.org>
1186
1187         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1188         Ensure that error_handler is processed once only and that all data
1189         is saved before attempting to output any warning messages.
1190
1191         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1192
1193 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1194
1195         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1196
1197 2004-03-19  André Pönitz  <poenitz@gmx.net>
1198
1199         * cursor.[Ch] (reset): take main text inset as argument
1200
1201         * BufferView: adjust
1202         * BufferView_pimpl.C: adjust
1203
1204         * paragraph.[Ch]: fix completely broken operator=()
1205
1206 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1207
1208         * LColor.C (getFromLyXName): make sure that the color name is used
1209         as lowercase.
1210
1211 2004-03-17  Angus Leeming  <leeming@lyx.org>
1212
1213         * lfuns.h:
1214         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1215
1216         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1217         dialog and to kill a forked process.
1218
1219 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1220
1221         * text2.C (setCursorFromCoordinates): fix font problem
1222
1223 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1224
1225         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1226         bogus "rebuild cursor" code
1227
1228 2004-03-11  André Pönitz  <poenitz@gmx.net>
1229
1230         * buffer.[Ch]: use InsetText instead of LyXText as container for
1231         the main lyx text.
1232
1233         * dociterator.[Ch]: drop the BufferView * member which is not needed
1234         anymore after the change to buffer.C
1235
1236         * paragraph_funcs.C:
1237         * text.C:
1238         * text2.C:
1239         * BufferView.[Ch]:
1240         * BufferView_pimpl.[Ch]:
1241         * cursor.[Ch]:
1242         * cursor_slice.[Ch]: adjust
1243
1244         * text3.C: fix bug in mathDispatch
1245
1246 2004-03-08  André Pönitz  <poenitz@gmx.net>
1247
1248         * undo.[Ch]: use 'StableDocumentIterator' as base for
1249         the Undo struct.
1250
1251 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1252
1253         * LaTeXFeatures.C:
1254         * bufferparams.[Ch]: add jurabib support and param.
1255
1256         * LaTeX.C: add FIXME/comment.
1257
1258 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1259
1260         * buffer.C: increment file format to 230.
1261
1262 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1263
1264         * cursor.C (dispatch): avoid infinite loops
1265
1266 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1267
1268         * rowpainter.C (paintSelection): fix x coordinates
1269
1270 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1271
1272         * text.C (rowBreakPoint): fix breaking before displayed insets
1273
1274 2004-03-01  André Pönitz  <poenitz@gmx.net>
1275
1276         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1277
1278         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1279
1280         * Makefile.am:
1281         * BufferView.C:
1282         * BufferView_pimpl.C:
1283         * buffer.C:
1284         * lyxfind.C:
1285         * lyxfunc.C:
1286         * text.C:
1287         * text2.C:
1288         * text3.C: adjust
1289
1290 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1291
1292         * lyxtext.h:
1293         * text.C:
1294         * text2.C:
1295         * rowpainter.C:
1296         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1297         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1298
1299 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1300
1301         * Bidi.[Ch] (computeTables): const correctness
1302         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1303         fill_hfill, fill_label_hfill and x from Row
1304         * lyxtext.h: prepareToPrint returns a RowMetrics
1305         * rowPainter.C: adjust
1306         * text.C (prepareToPrint): use width, not textWidth. adjust
1307         (redoParagraphInternal, cursorX): adjust
1308         * text2.C (getColumnNearX): adjust
1309         (init): put a default value to the top LyXText::width
1310
1311 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1312
1313         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1314
1315 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1316
1317         * lyxtext.h: add FontIterator class
1318
1319         * text.C (FontIterator, operator*, operator->, operator++): add
1320         (rowBreakPoint, setRowWidth): adjust (fixing a
1321         rebreaking bug)
1322
1323 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1324
1325         * BufferView_pimpl.C (workAreaDispatch): allow also
1326         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1327
1328 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1329
1330         * text.C (rowBreakPoint): fix a bug showing with very large insets
1331
1332 2004-02-25  André Pönitz  <poenitz@gmx.net>
1333
1334         * text3.C:
1335         * cursor.[Ch]: move some mathed specific code to mathed
1336
1337 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1338
1339         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1340         use_tempdir in preferences
1341         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1342         tempfile creation
1343         * lyx_main.C: ensure that tempdir is valid
1344         * lyxlex.h: correct typo
1345         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1346         * paragraph.[Ch] (isMultiLingual): make const
1347         * cursor.[Ch] (openable): make const
1348
1349 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1350
1351         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1352
1353 2004-02-20  André Pönitz  <poenitz@gmx.net>
1354
1355         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1356
1357         * cursor.[Ch]: prepare for localized getStatus()
1358
1359         * lyxtext.h:
1360         * tabular.C:
1361         * text.C:
1362         * text2.C:
1363         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1364
1365 2004-02-20  André Pönitz  <poenitz@gmx.net>
1366
1367         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1368
1369 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1370
1371         * text2.C (setCursorFromCoordinates): switch to absolute coords
1372         (cursorUp): adjust
1373         (cursorDown): adjust
1374         * text3.C (dispatch): adjust
1375
1376 2004-02-16  André Pönitz  <poenitz@gmx.net>
1377
1378         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1379           insets/ChangeLog)
1380
1381         * cursor_slice.[Ch]: remove unneeded acessor function
1382
1383         * lyxtext.h: rename rtl() to isRTL()
1384
1385         * rowpainter.C:
1386         * tabular.C:
1387         * text.C:
1388         * text2.C:
1389         * text3.C: adjust
1390
1391 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1392
1393         * rowpainter.C (paintSelection): coord fix
1394
1395 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1396
1397         * Spacing.C: compile fix
1398
1399 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1400
1401         * cursor.C (dispatch): restore current_ before returning
1402
1403 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1404
1405         * text2.C (cursorUp, cursorDown): fix coords
1406         (moveUp): fix crash
1407
1408 2004-02-12  André Pönitz  <poenitz@gmx.net>
1409
1410         * lyxtext.h:
1411         * text.C:
1412         * text2.C:
1413         * text3.C: add LCursor & parameter to most cursor movement functions
1414           remove usage of LyXText::cursorRow() and cursorPar()
1415
1416         * cursor.[Ch]: add textRow() needed members
1417
1418         * BufferView.C:
1419         * BufferView_pimpl.C:
1420         * paragraph.[Ch]:
1421         * BufferView.C:
1422         * BufferView_pimpl.C: adjust
1423
1424 2004-02-11  André Pönitz  <poenitz@gmx.net>
1425
1426         * lyxfunc.C:
1427         * BufferView.[Ch]:
1428         * BufferView_pimpl.C: shift undo/redo handling
1429
1430         * cursor.[Ch]: fix mathed crash
1431
1432         * lyxfind.C:
1433         * lyxtext.h: move selectionAsText to LCursor
1434
1435         * output_latex.C:
1436         * paragraph.C:
1437         * text.C:
1438         * text2.C:
1439         * text3.C: adjust
1440
1441         * rowpainter.C: fix excessive drawing
1442
1443 2004-02-06  André Pönitz  <poenitz@gmx.net>
1444
1445         * BufferView.[Ch]:
1446         * BufferView_pimpl.[Ch]:
1447         * text3.C: move some text specific LFUN handling
1448
1449 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1450
1451         * text3.C (checkInsetHit): adjust coords
1452         * text2.C (getColumnNearX): adjust coords
1453         (edit): adjust coords
1454         * text.C (getRowNearY): add two asserts
1455
1456 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1457
1458         * converter.C:
1459         * format.C: add using std::distance to compile on gcc 2.95/stlport
1460
1461 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1462
1463         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1464
1465 2004-02-04  André Pönitz  <poenitz@gmx.net>
1466
1467         * BufferView.[Ch] (insertInset):
1468         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1469
1470         * text2.C:
1471         * text3.C: adjust
1472
1473 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1474
1475         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1476         on the default clause of the switch
1477         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1478         wasn't catched by LCursor::dispatch
1479
1480 2004-02-03  André Pönitz  <poenitz@gmx.net>
1481
1482         * BufferView.C:
1483         * cursor.[Ch]: some additional asserts
1484
1485         * undo.[Ch]: remove LyXText dependency in interface
1486
1487         * lyxfunc.C: adjust
1488
1489         * lyxtext.h (firstPar, lastPar): remove dead functions
1490
1491         * text.C:
1492         * text2.C:
1493         * text3.C:
1494         * paragraph.[Ch]: adjust
1495
1496 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1497
1498         * lyxfind.C (find): fix argument order in call to ::find
1499
1500 2004-02-02  André Pönitz  <poenitz@gmx.net>
1501
1502         * cursor.[Ch]: remove direct access to anchor
1503
1504         * text.C: remove findText() hack
1505
1506 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1507
1508         * iterators.[Ch] (lockPath): remove in favour of...
1509         * BufferView.[Ch] (setCursor): this addition
1510         * BufferView.C (putSelectionAt): adjust
1511         * undo.C (performUndoOrRedo): adjust
1512         * lyxfunc.C (dispatch): adjust
1513
1514 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1515
1516         * iterators.C (lockPath): add a missing slice
1517         * undo.C (performUndoOrRedo): remove redundant positioning code
1518
1519 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1520
1521         * vc-backend.C (scanMaster): ";" -> ';'
1522
1523 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1524
1525         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1526         std::binary_function
1527
1528         * lyxtextclass.C (compare_name): rename to...
1529         (LayoutNamesEqual): ...this
1530
1531         * lyxlex_pimpl.C (compare_tags): inherit from
1532         std::binary_function, put back into anon namespace
1533
1534         * lyxfind.C (MatchString): inherig from std::binary_function
1535         (findChange): use empty() istead of !size()
1536
1537         * format.C (FormatNamesEqual): new functor
1538         (getFormat): use it
1539         (getNumber): use it
1540         (add): use it
1541         (erase): use it
1542         (setViewer): use it
1543
1544         * converter.C (compare_Converter): rename to...
1545         (ConverterEqual): ...this, and fixup a bit.
1546         (getConverter): use it, and make function const
1547         (getNumber): use it, and make function const
1548         (add): use it
1549         (erase): use it:
1550
1551         * bufferlist.C: add using boost::bind
1552
1553         * MenuBackend.C (MenuNamesEqual): new functor
1554         (hasMenu): use it, and make function const
1555         (hasSubmenu): use nested bind to get rid of compare_memfun.
1556
1557 2004-01-30  André Pönitz  <poenitz@gmx.net>
1558
1559         * BufferView_pimpl.C:
1560         * cursor.C:
1561         * cursor.h:
1562         * cursor_slice.[Ch]:
1563         * lyxfunc.C:
1564         * lyxtext.h:
1565         * paragraph_funcs.C:
1566         * paragraph_funcs.h:
1567         * rowpainter.C:
1568         * text.C:
1569         * text2.C:
1570         * text3.C: move some of the edit(x,y) handling to the insets
1571         some coordinate changes.
1572
1573 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1574
1575         * text.C: add using statements for std::advance and std::distance
1576
1577         * paragraph.C: add using statement for std::distance
1578
1579         * lyxfind.C: add using statement for std::advance
1580
1581         * cursor.C (region): remove std:: from swap
1582         (openable): use nucleus in stead of operator->
1583
1584         * BufferView.C: add using statements for std::distance and std::swap
1585
1586 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1587
1588         * iterators.C: Remove the pimple, move the needed structures to
1589         the header file. Create accessor for the positions stack.
1590         (asPosIterator): remove function
1591
1592         * PosIterator.C (PosIterator): move constructors to top of file
1593         (PosIterator): reimplement the constructor taking a ParIterator in
1594         terms of setFrom.
1595         (setFrom): new function
1596         (operator!=): inline it
1597
1598 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1599
1600         * lyxfind.C (replaceAll): use std::advance
1601
1602         * iterators.h: inherit from std::iterator.
1603
1604         * PosIterator.C (advance, distance): remove
1605         * PosIterator.h: interit from std::iterator.
1606
1607 2004-01-26  André Pönitz  <poenitz@gmx.net>
1608
1609         * BufferView.[Ch]:
1610         * BufferView_pimpl.[Ch]:
1611         * InsetList.[Ch]:
1612         * PosIterator.[Ch]:
1613         * buffer.h:
1614         * bufferview_funcs.C:
1615         * cursor.[Ch]:
1616         * cursor_slice.h:
1617         * factory.[Ch]:
1618         * iterators.[Ch]:
1619         * lyxfind.C:
1620         * lyxfunc.C:
1621         * lyxtext.h:
1622         * output_docbook.C:
1623         * output_latex.C:
1624         * output_linuxdoc.C:
1625         * output_plaintext.C:
1626         * paragraph.[Ch]:
1627         * paragraph_funcs.[Ch]:
1628         * paragraph_pimpl.[Ch]:
1629         * rowpainter.C:
1630         * tabular.C:
1631         * tabular.h:
1632         * text.C:
1633         * text2.C:
1634         * text3.C: more IU:  dumps most of the rest of the mathcursor
1635     implementation into cursor.[Ch]; "globalize" a bit of it.
1636
1637 2004-01-25  Angus Leeming  <leeming@lyx.org>
1638
1639         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1640
1641 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1642
1643         * LaTeXFeatures.h: add nice_ and nice() const
1644         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1645
1646 2004-01-20  André Pönitz  <poenitz@gmx.net>
1647
1648         * BufferView.[Ch]:
1649         * BufferView_pimpl.C:
1650         * PosIterator.C:
1651         * bufferview_funcs.C:
1652         * cursor.[Ch]:
1653         * cursor_slice.[Ch]:
1654         * factory.C:
1655         * iterators.C:
1656         * lyx_cb.C:
1657         * lyxfind.C:
1658         * lyxfunc.C:
1659         * lyxtext.h:
1660         * rowpainter.C:
1661         * text.C:
1662         * text2.C:
1663         * text3.C:
1664         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1665           LCursor and mathcursor parts to LCursor and InsetBase.
1666
1667 2004-01-15  André Pönitz  <poenitz@gmx.net>
1668
1669         * cursor_slice.[Ch]: add a few covienience functions
1670
1671         * funcrequest.[Ch]: remove BufferView * member
1672
1673         * BufferView_pimpl.C:
1674         * cursor.C:
1675         * factory.[Ch]:
1676         * lyxfind.[Ch]:
1677         * lyxfunc.C:
1678         * lyxtext.h:
1679         * text3.C:
1680         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1681
1682 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1683
1684         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1685         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1686
1687 2004-01-13  André Pönitz  <poenitz@gmx.net>
1688
1689         * textcursor.[Ch]:
1690         * lyxtext.h: hide cursor and selection anchor behind accessor function
1691
1692         * BufferView.C:
1693         * BufferView_pimpl.[Ch]:
1694         * PosIterator.C:
1695         * bufferview_funcs.C:
1696         * cursor.h:
1697         * lyxfind.C:
1698         * lyxfunc.C:
1699         * text.C:
1700         * text2.C:
1701         * text3.C:
1702         * undo.C: adjust
1703
1704         * cursor.h:
1705         * cursor_slice.[Ch]: some integer type changes for inset unification
1706
1707         * lyxcursor.[hC]: remove, it's CursorSlice now.
1708
1709         * Makefile.am:
1710         * BufferView_pimpl.[Ch]:
1711         * bufferview_funcs.C:
1712         * cursor_slice.C:
1713         * lyxtext.h:
1714         * text.C:
1715         * text2.C:
1716         * text3.C:
1717         * textcursor.[Ch]: adjust
1718
1719 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1720
1721         * text2.C (undoSpan): add and use
1722         * text.C (breakParagraph): use undoSpan (fix bug 578)
1723         * lyxtext.h: adjust
1724
1725 2004-01-08  Angus Leeming  <leeming@lyx.org>
1726
1727         * BufferView_pimpl.C (MenuInsertLyXFile):
1728         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1729         * lyxfunc.C (menuNew, open, doImport):
1730         FileFilterList change to the FileDialog open and save functions.
1731
1732 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1733
1734         * ShareContainer.h: make isEqual and isUnique adaptable
1735
1736         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1737
1738 2004-01-07  Angus Leeming  <leeming@lyx.org>
1739
1740         * LyXAction.C:
1741         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1742
1743         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1744
1745         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1746         functions replacing find, replace and replaceAll.
1747
1748         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1749         LFUN_WORDFIND(FORWARD|BACKWARD).
1750
1751 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1752
1753         * text.C (breakParagraph): remove an outdated #warning
1754
1755 2004-01-07  André Pönitz  <poenitz@gmx.net>
1756
1757         * lyxfind.C: somewhat clearer logic
1758
1759         * text.C: prevent crash in cursorX on unitialized row cache
1760
1761 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1762
1763         * lyxcursor.[Ch] (operator>): add
1764         * textcursor.C (selStart, selEnd): use std::min and std::max
1765
1766 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1767
1768         * Chktex.C: include boost/format.hpp
1769
1770 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1771
1772         * InsetList.C: replace functor MathcIt with adaptable functor
1773         InsetTablePosLess
1774         (insetIterator): modify accordingly
1775
1776         * BranchList.h: move the BranchNamesEqual functor here from...
1777         * BranchList.C: ... to here
1778
1779         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1780         SameName and match.
1781         (add): replace a finding loop with std::find_if.
1782
1783 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1784
1785         * output_docbook.C: moving LatexParam functionality into
1786         .layout files
1787
1788 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1789
1790         * buffer.C: increment format to 229.
1791
1792 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1793
1794         * LaTeXFeatures.C:
1795         * lyx_sty.[Ch]: remove minipageindent_def
1796
1797         * LyXAction.C:
1798         * factory.C:
1799         * lfuns.h:
1800         * lyxfunc.C:
1801         * text3.C: remove LFUN_INSET_MINIPAGE
1802
1803 2003-12-28  Angus Leeming  <leeming@lyx.org>
1804
1805         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1806
1807 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1808
1809         * text2.C (setParagraph): fix off-by-one crash
1810
1811 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1812
1813         * output_docbook.C: header stuff for AGU
1814
1815 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1816
1817         * text2.C (redoCursor): remove
1818         * text.C:
1819         * text3.C:
1820         * BufferView_pimpl.C: remove calls to redoCursor and
1821         setCursor(cursor.par(), cursor.pos()) all around
1822
1823 2003-12-15  Angus Leeming  <leeming@lyx.org>
1824
1825         * buffer.C: up the format to 228.
1826
1827 2003-12-15  André Pönitz  <poenitz@gmx.net>
1828
1829         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1830         slices
1831
1832         * Makefile.am:
1833
1834         * BufferView_pimpl.C:
1835         * cursor.[Ch]:
1836         * lyxcursor.[Ch]:
1837         * rowpainter.[Ch]:
1838         * lyxtext.h:
1839         * text.C:
1840         * text2.C:
1841         * text3.C: adjust
1842
1843 2003-12-15  Angus Leeming  <leeming@lyx.org>
1844
1845         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1846         than getFromGUIName to manipulate the color.
1847
1848 2003-12-14  Angus Leeming  <leeming@lyx.org>
1849
1850         * BranchList.[Ch]: minimize the API.
1851         (Branch::getBranch, getColor): now return a 'const &'.
1852         (Branch::setSelected) now returns a bool set to true if the
1853         selection status changes.
1854         (BranchList::clear, size, getColor, setColor, setSelected,
1855         allBranches, allSelected, separator): removed.
1856         (BranchList::find): new functions, returning the Branch with
1857         the given name.
1858         (BranchList::add, remove): return a bool indicating that
1859         the operation was successful.
1860
1861         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1862         new InsetBranch::isBranchSlected member function.
1863
1864         * LColor.[Ch]: mimimize the API.
1865         (fill): renamed as addColor and made private.
1866         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1867         versions of these functions taking a string arg have been removed.
1868
1869         * bufferparams.C (readToken):
1870         * lyxfunc.C (dispatch):
1871         * lyxrc.C (read): changes due to the altered BranchList and
1872         LColor APIs.
1873
1874         * factory.C (createInset, readInset): changes due to altered
1875         InsetBranch c-tor.
1876
1877 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1878
1879         * factory.C:
1880         * lyxfunc.C: remove insetminipage. "minipage-insert"
1881         now produces a frameless minipage box inset.
1882
1883 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1884
1885         * textcursor.[Ch] (selStart,selEnd): add new methods
1886         remove selection::start, end, use LyXCursor::operator<
1887         * lyxcursor.[Ch] (operator<): add
1888         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1889         * BufferView.[Ch] (unsetXSel): add
1890         * text2.C (clearSelection): use unsetXSel,adjust
1891         * text.C: adjust
1892         * text3.C: adjust
1893         * rowpainter.C: adjust
1894         * bufferview_funcs.C (put_selection_at): adjust
1895
1896 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1897
1898         * BufferView_pimpl.C: small coord. correction
1899
1900 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1901
1902         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1903         dragging over the splash screen.
1904
1905 2003-12-11  Angus Leeming  <leeming@lyx.org>
1906
1907         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1908         as it is now handled in LyXText::dispatch.
1909
1910         * text3.C (doInsertInset): remove a level of nesting.
1911
1912 2003-12-11  Angus Leeming  <leeming@lyx.org>
1913
1914         * factory.C (createInset): changes due to the changed interface to
1915         InsetCommandMailer::string2params.
1916
1917 2003-12-10  Angus Leeming  <leeming@lyx.org>
1918
1919         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1920         'dialog-show-new-inset <inset name>'
1921
1922 2003-12-10  Angus Leeming  <leeming@lyx.org>
1923
1924         * buffer.C: up the format to 227.
1925
1926         * factory.C: the box inset is now identified simply by 'Box'.
1927
1928 2003-12-10  Angus Leeming  <leeming@lyx.org>
1929
1930         * buffer.C: up the format to 226.
1931
1932         * factory.C: the note inset is now identified simply by 'Note'.
1933
1934 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1935
1936         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1937         when a pit is enough. Standarize a couple of loops.
1938
1939 2003-12-05  Angus Leeming  <leeming@lyx.org>
1940
1941         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1942         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1943         data to the re-worked "log" dialog.
1944
1945 2003-12-03  André Pönitz  <poenitz@gmx.net>
1946
1947         * PosIterator.C:
1948         * iterators.C:
1949         * lyxtext.h:
1950         * output_latex.C:
1951         * paragraph_funcs.C:
1952         * text.C:
1953         * text2.C: use Inset::getText instead of Inset::getParagraph
1954
1955 2003-12-03  André Pönitz  <poenitz@gmx.net>
1956
1957         * buffer.[Ch]:
1958         * lyxtext.h:
1959         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1960         InsetText::read() as LyXText::read()
1961
1962 2003-12-02  Angus Leeming  <leeming@lyx.org>
1963
1964         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1965         type. Add a comment in the implementation that the function uses
1966         the stream's bad() function rather than fail() as the std::streams
1967         would do.
1968
1969 2003-12-02  André Pönitz  <poenitz@gmx.net>
1970
1971         * lyxlex.[Ch]: make interface more similar to std::stream
1972
1973         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1974
1975 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1976
1977         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1978
1979 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1980
1981         * vspace.[Ch]: remove VSpace::NONE
1982
1983 2003-12-01  André Pönitz  <poenitz@gmx.net>
1984
1985         * buffer.[Ch]:
1986         * lyxtext.h: move ParagraphList member to LyXText
1987         rename LyXText::ownerParagraphs to LyXText::paragraph
1988
1989         * CutAndPaste.C:
1990         * bufferview_funcs.C:
1991         * iterators.[Ch]:
1992         * lyx_cb.C:
1993         * paragraph.C:
1994         * rowpainter.C:
1995         * tabular.C:
1996         * text.C:
1997         * text2.C:
1998         * text3.C: adjust
1999
2000         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2001
2002         * undo.C: fix cursor positioning
2003
2004 2003-12-01  John Levon  <levon@movementarian.org>
2005
2006         * BufferView_pimpl.C: fix a crash on exit with
2007         a buffer open
2008
2009 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2010
2011         * BranchList.C: fix setSelected() method.
2012
2013 2003-11-28  André Pönitz  <poenitz@gmx.net>
2014
2015         * ParagraphParameters.[Ch]:
2016         * ParameterStruct.h: remove space above/below from Paragraph to
2017          InsetVSpace
2018
2019         * BufferView_pimpl.C:
2020         * factory.C:
2021         * lyxfunc.C:
2022         * lyxtext.h:
2023         * output_latex.C:
2024         * paragraph.C:
2025         * paragraph_funcs.C:
2026         * rowpainter.[Ch]:
2027         * text.C:
2028         * text2.C:
2029         * text3.C: adjust
2030
2031 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2032
2033         * factory.C: Syntax change for CharStyles
2034
2035 2003-11-28  André Pönitz  <poenitz@gmx.net>
2036
2037         * BufferView.[Ch]:
2038         * BufferView.[Ch]:
2039         * buffer.[Ch]:
2040         * buffer.[Ch]: move LyXText member
2041
2042 2003-11-28  André Pönitz  <poenitz@gmx.net>
2043
2044         * BufferView.[Ch]: make LyXText * text a private member
2045
2046         * BufferView_pimpl.C:
2047         * cursor.C:
2048         * iterators.C:
2049         * lyx_cb.C:
2050         * lyxfind.C:
2051         * lyxtext.h:
2052         * rowpainter.[Ch]:
2053         * text.C:
2054         * text2.C:
2055         * undo.C: adjust
2056
2057         * output_plaintext.C: cleanup
2058
2059 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2060
2061         * buffer.C:
2062         * lyxtextclass.[Ch]: parametrize SGML document header
2063
2064 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2065
2066         * converter.[Ch]:
2067         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2068         getFlavor().
2069
2070 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2071
2072         * text2.C (setFont): rework using PosIterator (no more recursive)
2073         (setCharFont): no more needed
2074         (setLayout): no more selection cursors fiddling (done by redoCursor)
2075         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2076         destroy remaining ones)
2077
2078 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2079
2080         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2081         * lyxtext.h: ditto
2082         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2083         selection cursors
2084         * lyxfunc.C: adjust
2085         * text3.C: adjust + re-allow multi par depth changes
2086         * textcursor.C: simplify a bit
2087
2088 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2089
2090         * src/buffer.C:
2091         * src/lyxlayout.C:
2092         * src/lyxlayout.h:
2093         * src/lyxtext.h:
2094         * src/output_docbook.C:
2095         * src/output_latex.C:
2096         * src/paragraph.C:
2097         * src/paragraph.h:
2098         * src/sgml.C:
2099         * src/sgml.h:
2100         * src/text2.C: Introducing a number of tags parametrizing various
2101         XML formats that we may want to support
2102
2103 2003-11-25  André Pönitz  <poenitz@gmx.net>
2104
2105         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2106
2107         * lyxtext.h (leftMargin/rightMargin): simplify interface
2108
2109         * rowpainter.C:
2110         * text.C:
2111         * text2.C:
2112         * text3.C: adjust
2113
2114 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2115
2116         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2117         master file to any child files. Fixes bug 546.
2118
2119 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2120
2121         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2122
2123 2003-11-24  André Pönitz  <poenitz@gmx.net>
2124
2125         * rowpainter.C: simplification
2126
2127         * text2.C (updateCounters): remove call to redoParagraph on
2128         changed labels as this is far too expensive.
2129
2130 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2131
2132         * converter.C (convert): fix a crash: this function gets
2133         called with buffer == 0 from importer code.
2134
2135 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2136
2137         * text3.C (cursorPrevious): make sure that we do not compare
2138         iterators form different containers.
2139         (cursorNext): ditto
2140
2141         * rowpainter.C (paintSelection): make sure that we do not compare
2142         iterators from different containers.
2143
2144         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2145         iterators from different ParagraphList containers.
2146         [NEXT] ditto
2147
2148         * text2.C (LyXText): change order of initialization slightly
2149         (operator=): new function. copy all variables except cache_par_
2150         (moveUp): make sure that we do not compare iterators from
2151         different ParagraphList constainers.
2152         (moveDown): ditto
2153
2154         * text.C (firstPar): new function
2155         (lastPar): new function
2156         (endPar): new function
2157
2158         * lyxtext.h: move things around and group public functions, public
2159         variables, private functions, private variables
2160
2161 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2162
2163         * factory.C: change call to InsetERT constructor to avoid
2164         additional invocation of method status
2165         * text2.C (toggleInset): remove redundant update() call
2166         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2167         instead of a Bufferview pointer
2168
2169 2003-11-21  André Pönitz  <poenitz@gmx.net>
2170
2171         * rowpainter.C: simplification
2172
2173 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2174
2175         * text3.C (dispatch): make possible to extend a word/row selection
2176         with the mouse
2177
2178 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2179
2180         * lyxtext.h: x0_,y0_ -> xo_,yo_
2181         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2182         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2183         * rowpainter.C (paintRows): paint full paragraphs
2184
2185 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2186
2187         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2188         screen coordinates)
2189
2190 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2191
2192         * lyxtext.h: add x0_, y0_
2193         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2194         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2195
2196 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2197
2198         * text2.C (setCursorIntern): move the x_target update here *
2199         * text3.C: change some bv() to true/false in calls to
2200         cursorUp/Down/Right/Left
2201         * cursor.C: use helper function.
2202
2203 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2204
2205         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2206         * paragraph_funcs.[Ch]: correct comment
2207         * rowpainter.C: do not paint selections away from bv->cursor()
2208         Fix a long standing selection painting bug.
2209         * text3.C: generalize mouse-selection code to LyXTexts other that
2210         top one
2211         * textcursor.C: do not use y coords if we can use par offsets
2212
2213 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2214
2215         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2216         cursor position after e.g. inset insert)
2217
2218 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2219
2220         * lyxfind.C (replace): adjust to locking removal + some
2221         code simplification
2222
2223 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2224
2225         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2226         of the path
2227
2228 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2229
2230         * lyxlayout.[Ch]:
2231         * output_docbook.C: XML sanitation: new layout
2232         parameters InnerTag and CommandDepth
2233
2234 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2235
2236         * BufferView_pimpl.C:
2237         * factory.C:
2238         * text3.C: Fix the insertion and modification of button-style
2239         insets
2240
2241 2003-11-13  André Pönitz  <poenitz@gmx.net>
2242
2243         * InsetList.[Ch]: remove deleteLyXText
2244
2245         * paragraph.[Ch]: cache beginOfBody position
2246
2247         * Bidi.C:
2248         * text.C:
2249         * text2.C:
2250         * text3.C: remove superfluous update() calls
2251
2252         * vspace.C: cleanup
2253
2254 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2255
2256         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2257         * BufferView.C (fitLockedInsetCursor): remove
2258         * cursor.[Ch] (getDim): add
2259         * text.C (getRowNearY): add faster version
2260         * text3.C: remove some update calls
2261
2262 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2263
2264         * LaTeXFeatures.C:
2265         * LyXAction.C:
2266         * MenuBackend.C:
2267         * MenuBackend.h:
2268         * dispatchresult.h:
2269         * factory.C:
2270         * lfuns.h:
2271         * lyxfunc.C:
2272         * lyxtextclass.C:
2273         * lyxtextclass.h:
2274         * text3.C: The Character Style /XML short element patch.
2275
2276 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2277
2278         * text3.C:
2279         * factory.C: Small step to solving 'unable to insert some insets'
2280         problem
2281
2282 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2283
2284         * cursor.[Ch] (updatePos): new function for updating the y
2285         position of the tip inset
2286         * bufferview_funcs.C (put_selection_at):
2287         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2288
2289 2003-11-11  André Pönitz  <poenitz@gmx.net>
2290
2291         * text.C: remove big comment on invalid Paragraph pointers as it is
2292         not valid anymore
2293
2294 2003-11-11  André Pönitz  <poenitz@gmx.net>
2295
2296         * text_funcs.[Ch]: merge with ...
2297
2298         * text.C: ... this
2299
2300         * lyxtext.h:
2301         * text2.C:
2302         * text3.C: adjust
2303
2304         * Makefile.am: remove text_funcs.[Ch]
2305
2306 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2307
2308         * cursor.C (getPos): return absolute cached y coord
2309
2310         * BufferView_pimpl.C (fitCursor): new simplistic code
2311         (workAreaDispatch): add a fitCursor call
2312
2313 2003-11-10  André Pönitz  <poenitz@gmx.net>
2314
2315         * BufferView.[Ch]:
2316         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2317
2318 2003-11-10  André Pönitz  <poenitz@gmx.net>
2319
2320         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2321         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2322         indicate that the cursor needs to leave an inset
2323
2324         * lyxtext.h: remove inset locking
2325
2326         * cursor.[Ch]: re-implement functionality provided by inset locking
2327
2328         * BufferView.[Ch]:
2329         * BufferView_pimpl.[Ch]:
2330         * LyXAction.C:
2331         * bufferview_funcs.[Ch]:
2332         * factory.C:
2333         * funcrequest.[Ch]:
2334         * iterators.C:
2335         * lyx_cb.C:
2336         * lyxfind.C:
2337         * lyxfunc.C:
2338         * text.C:
2339         * text2.C:
2340         * text3.C:
2341         * undo.C: adjust
2342
2343 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2344
2345         * PosIterator.[Ch]: replace the stack with a vector, add inset
2346         accesor
2347         * iterators.[C]: adjust
2348
2349 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2350
2351         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2352         replaced
2353         * paragraph_funcs.C (readParToken): put the correct id in the
2354         error item, not the id of the top paragraph
2355
2356 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2357
2358         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2359         * bufferview_funcs.C (put_selection_at): use the above
2360
2361 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2362
2363         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2364
2365 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2366
2367         * output_linuxdoc.h:
2368         * output_plaintext.h:
2369         * output.h:
2370         * output_docbook.h: add #include statements
2371
2372 2003-11-05  José Matos  <jamatos@lyx.org>
2373
2374         * output_docbook.[Ch]:
2375         * output_latex.[Ch]:
2376         * output_linuxdoc.[Ch]:
2377         * output_plaintext.[Ch]: New files for output formats.
2378         * output.[Ch]: New file for helper functions.
2379
2380         * buffer.[Ch]:
2381         * paragraph_funcs.[Ch]: output functions moved to new files.
2382
2383         * outputparams.h: rename of latexrunparams.h
2384
2385         * LaTeX.[Ch]:
2386         * buffer.[Ch]:
2387         * bufferlist.[Ch]:
2388         * converter.[Ch]:
2389         * exporter.C:
2390         * paragraph.[Ch]:
2391         * paragraph_funcs.[Ch]:
2392         * paragraph_pimpl.[Ch]:
2393         * tabular.[Ch]: rename ascii to plaintext
2394         and LatexRunParams to OutputParams.
2395
2396 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2397
2398         * iterators.[Ch] (text): require bv argument
2399         * undo.C (recordUndo):
2400         * lyxfunc.C (dispatch):
2401         * bufferview_funcs.C (put_selection_at): adjust
2402
2403 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2404
2405         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2406
2407 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2408
2409         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2410         nestings
2411
2412 2003-11-04  André Pönitz  <poenitz@gmx.net>
2413
2414         * cursor.[Ch]: restructure
2415
2416         * BufferView.[Ch]:
2417         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2418
2419         * iterators.[Ch] (asCursor): remove
2420
2421         * lfuns.h: remove LFUN_INSET_EDIT
2422
2423         * lyxfunc.C:
2424         * tabular.C:
2425         * text.C:
2426         * text2.C:
2427         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2428
2429 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2430
2431         * lyxfind.[Ch]: complete overhaul
2432         * BufferView_pimpl.C:
2433         * lyxfunc.C: adjust
2434         * paragraph.[Ch] (insert): add
2435
2436 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2437
2438         * BufferView.[Ch]:
2439         * lyxtext.h:
2440         * text.C: remove dead spellcheck code
2441
2442 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2443
2444         * dispatchresult.h: add a val setter
2445
2446         * cursor.C (dispatch): use a tempvar for data_[i]
2447
2448 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2449
2450         * PosIterator.[Ch]: compile fix
2451
2452 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2453
2454         * text.C (cursorPar): deactivate the cursor cache
2455
2456 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2457
2458         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2459
2460 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2461
2462         * text3.C (dispatch): adjust for new DisptchResult semantics.
2463
2464         * lyxfunc.C (dispatch): handle update when return from
2465         Cursor::dispatch, adjust for new DispatchResult semantics.
2466
2467         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2468         DispatchResult(true) mean to not update. Add class functions for
2469         setting dispatched and update, as well as reading.
2470
2471         * cursor.C (dispatch): don't handle update here
2472
2473 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2474
2475         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2476         * trans_mgr.C: adjust
2477
2478         * paragraph_funcs.C (readParToken): exception safety
2479
2480         * lyxvc.h: store the vcs pointer in a scoped_ptr
2481         * lyxvc.C: adjust
2482
2483         * lyxsocket.C (serverCallback): exception safety
2484
2485         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2486
2487         * ispell.C (clone): make it return a auto_ptr
2488
2489         * factory.C (createInset): exception safety
2490         (readInset): exception safety
2491
2492         * bufferlist.C (newBuffer): exception safety
2493
2494         * Thesaurus.C (Thesaurus): use initialization for aik_
2495
2496         * MenuBackend.C (expandToc): exception safety.
2497
2498 2003-11-03  André Pönitz  <poenitz@gmx.net>
2499
2500         * buffer.C:
2501         * buffer.h:
2502         * bufferview_funcs.C: remove getInsetFromId()
2503
2504         * lyxcursor.[Ch]:
2505         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2506
2507         * lyxfunc.C:
2508         * text2.C:
2509         * text3.C: adjust
2510
2511 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2512
2513         * PosIterator.C (distance, advance): new
2514         * bufferview_funcs.[Ch] (put_selection_at): new
2515         * iterators.[Ch] (lockPath): new
2516
2517 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2518
2519         * iterators.[Ch] (asPosIterator): added
2520         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2521         * PosIterator.[Ch]: added
2522
2523 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2524
2525         * text3.C:
2526         * lyxfunc.C:
2527         * cursor.C (dispatch):
2528         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2529
2530         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2531         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2532         contructor, add a class function dispatched. Remove operator>=
2533
2534 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2535
2536         * debug.C: only use the default constructor for debugstream
2537         (lyxerr) here.
2538
2539         * main.C (main): include debug.h and setup the lyxerr streambuf
2540         here.
2541
2542 2003-10-31  José Matos  <jamatos@lyx.org>
2543
2544         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2545
2546         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2547         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2548         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2549         * paragraph_pimpl.C (simpleTeXSpecialC):
2550         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2551         add LatexRunParams argument.
2552
2553         * exporter.C (Export): change call accordingly.
2554
2555         * latexrunparams.h: add new member to take care of the other backends.
2556 2003-10-30  José Matos  <jamatos@lyx.org>
2557
2558         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2559         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2560         factorise code for paragraph output.
2561         * buffer.[Ch]:
2562         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2563         move functions.
2564
2565 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2566
2567         * text3.C (dispatch):
2568         * lyxfunc.C (dispatch):
2569         * cursor.C (dispatch):
2570         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2571
2572         * dispatchresult.h: make the dispatch_result_t ctor explicit
2573
2574 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2575
2576         * sgml.[Ch]:
2577         * buffer.C: small refactoring of docbook stuff
2578
2579 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2580
2581         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2582         meaning.
2583
2584 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2585
2586         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2587         operator dispatch_result_t, and operators for == != and >=
2588
2589         * cursor.C (dispatch): adjust for operator dispatch_result_t
2590         removal. comment out call to update
2591
2592         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2593
2594 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2595
2596         * text3.C:
2597         * text2.C:
2598         * text.C:
2599         * lyxtext.h:
2600         * lyxfunc.C:
2601         * cursor.C:
2602         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2603         (dispatch):
2604
2605         * dispatchresult.h: new file, DispatchResult broken out of
2606         insets/insetbase.h
2607
2608         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2609
2610 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2611
2612         * text.C (rowBreakPoint): put a hack inside #if 0
2613
2614 2003-10-28  André Pönitz  <poenitz@gmx.net>
2615
2616         * lyxtext.h:
2617         * metricsinfo.C:
2618         * paragraph_funcs.C:
2619         * rowpainter.C:
2620         * text.C:
2621         * text2.C: general cleanup (lots of small stuff)
2622
2623 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2624
2625         * text2.C (cursorEnd): simple fix to the "end key goes to one
2626         before the end on last row" bug
2627
2628 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2629
2630         * text.C (backspace): fix the "zombie characters"
2631
2632 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2633
2634         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2635
2636 2003-10-27  André Pönitz  <poenitz@gmx.net>
2637
2638         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2639
2640         * factory.C: handle new InsetPagebreak, InsetLine
2641
2642         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2643         and move handling into new InsetPagebreak, InsetLine
2644
2645         * BufferView_pimpl.C:
2646         * LyXAction.C:
2647         * ParagraphParameters.C:
2648         * ParameterStruct.h:
2649         * lyxfunc.C:
2650         * lyxtext.h:
2651         * paragraph.C:
2652         * paragraph.h:
2653         * paragraph_funcs.C:
2654         * paragraph_pimpl.C:
2655         * rowpainter.C:
2656         * text.C:
2657         * text2.C:
2658         * text3.C: adjust
2659
2660 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2661
2662         * text.C:
2663         * lyxrow_funcs.[Ch]:
2664         * Bidi.C:
2665         * paragraph.C:
2666         * lyxtext.h:
2667         * rowpainter.C:
2668         * text2.C:
2669         * text3.C: remove lastPos uses in favour of Row::endpos
2670
2671 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2672
2673         * undo.C (performUndoOrRedo): fix two crashes by setting a
2674         cursor by hand and reordering some calls. Use bv->lockInset instead
2675         of inset->edit because the latter loses cursor information
2676
2677 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2678
2679         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2680         by Martin
2681         (rowBreakPoint): fix width. change point to point + 1.
2682         Add a missing check.
2683
2684 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2685
2686         * MenuBackend.C:
2687         * lyxfunc.C: fix (at least partly) the problems
2688         with the Nav menu and headers inside branch insets
2689         reported by Kayvan
2690
2691 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2692
2693         * paragraph.C (getChar): add strong asserts
2694
2695         * lyxrow_funcs.C (lastPos): remove hideous hack
2696
2697         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2698         (fill): adjust to that (avoid an infinite loop)
2699
2700 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2701
2702         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2703
2704 2003-10-23  André Pönitz  <poenitz@gmx.net>
2705
2706         * RowList_fwd.h: change list<> to vector<> to gain speed
2707         after suggestion from Alfredo
2708
2709 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2710
2711         * lyxtext.h: move the bidi stuff from here...
2712         * text.C: and here
2713         * text2.C: and here
2714         * Bidi.[Ch]: ... to here
2715
2716 2003-10-23  André Pönitz  <poenitz@gmx.net>
2717
2718         * lyxtext.h:
2719         * text.C (isLastRow, isFirstRow): new functions
2720
2721         * paragraph.h: new width cache member
2722
2723         * rowpainter.C: replace RowList::iterator with Row & where possible
2724
2725         * lyxfunc.C: replace several view()->text with a single call
2726
2727         * toc.C: fix 'unused' warning
2728
2729 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2730
2731         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2732         when woring with stream::pos_type
2733         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2734
2735 2003-10-22  André Pönitz  <poenitz@gmx.net>
2736
2737         * lyxtext.h:
2738         * text.C: use Row & instead of RowList::iterator
2739
2740         * lyxrow.h: rename end() to endpos()
2741
2742         * rowpainter.C:
2743         * text.C:
2744         * text2.C: adjust
2745
2746 2003-10-22  Angus Leeming  <leeming@lyx.org>
2747
2748         * buffer.[Ch] (fully_loaded): new member function, returning true
2749         only when the file has been loaded fully.
2750         Used to prevent the premature generation of previews and by the
2751         citation inset to prevent computation of the natbib-style label.
2752
2753         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2754         templates are all set up.
2755
2756         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2757
2758 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2759
2760         * text.C: fixed an "oops" in the "is a bit silly"
2761         bug fix
2762
2763 2003-10-21  André Pönitz  <poenitz@gmx.net>
2764
2765         * FuncStatus.[Ch]: small stuff, whitespace
2766
2767         * lyxfont.[Ch]: operator<<() for debug reasons
2768
2769         * lyxfunc.C:
2770         * lyxrow_funcs.C:
2771         * lyxtext.h: whitespace, spelling
2772
2773         * paragraph.C: naming of variables
2774
2775         * text.C:
2776         * text2.C: small stuff
2777
2778
2779 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2780
2781         * text.C: (1) finish off the inset display() work;
2782         (2) fix the "is a bit silly" bug (accessing char
2783         past end of par).
2784
2785 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2786
2787         * text.C: re-introduce display() for insets, fixing the
2788         various bugs (stretch of line above, math inset
2789         positioning, ...)
2790
2791 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2792
2793         * text.C (rightMargin): remove spurious semicolon
2794
2795         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2796         1415)
2797
2798 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2799
2800         * text3.C: fix one crash due to wrong cursor def
2801
2802 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2803
2804         * vc-backend.C (scanMaster): make the regex static
2805
2806         * LaTeX.C (scanAuxFile): make the regexs static
2807
2808         * text3.C (doInsertInset, dispatch, dispatch):
2809         * text2.C (cursorUp, cursorDown):
2810         * text.C (selectNextWordToSpellcheck):
2811         * BufferView_pimpl.C (dispatch):
2812         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2813
2814 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2815
2816         * lyxsocket.C: include <cerrno>
2817
2818 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2819
2820         * lyxfunc.C (dispatch): remove textcache stuff
2821
2822         * bufferlist.C (release): remove textcache stuff
2823         (closeAll): ditto
2824
2825         * TextCache.C: delete file
2826         * TextCache.h: delete file
2827
2828         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2829
2830         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2831         delete of the bv_->text.
2832         (resizeCurrentBuffer): remove texcache stuff
2833         (workAreaResize): ditto
2834
2835 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2836
2837         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2838         action.
2839
2840 2003-10-16  André Pönitz  <poenitz@gmx.net>
2841
2842         * lyxrow.[Ch]:
2843         * paragraph.h:
2844         * rowpainter.C:
2845         * text.C:
2846         * text2.C:
2847         * text3.C: speed up by storing y positions per paragraph plus per-row
2848         offset instead of having a 'full' y position in the row.
2849
2850 2003-10-15  André Pönitz  <poenitz@gmx.net>
2851
2852         * iterators.[Ch]:
2853         * iterators.[Ch]:
2854         * undo.[Ch]: make undo aware of inner insets
2855
2856 2003-10-14  Angus Leeming  <leeming@lyx.org>
2857
2858         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2859         static member functions LyX::ref() and LyX::cref.
2860         (lastfiles): new accessor functions for the new lastfiles_ member var.
2861         (addLyXView, views_): add a new LyXView to the list of views_.
2862         (updateInset): loop over all LyXViews to call their own updateInset
2863         member function, returning a pointer to the Buffer owning the inset.
2864
2865         * BufferView_pimpl.C (loadLyXFile):
2866         * MenuBackend.C (expandLastfiles):
2867         * bufferlist.C (MenuWrite, QuitLyX):
2868         lastfiles is no longer a global variable.
2869         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2870
2871         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2872         static function. Access through LyX::cref().emergencyCleanup().
2873
2874 2003-10-14  André Pönitz  <poenitz@gmx.net>
2875
2876         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2877
2878         * undo.[Ch]: restoring part of 'undo in insets'
2879
2880         * Makefile.am:
2881         * undo_funcs.[Ch]: merge with undo.[Ch]
2882
2883         * tabular.C: small cleansing stuff
2884
2885 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2886
2887         * paragraph_funcs.C (readParToken): report unknown insets as error
2888         boxes. Use the outer paragraph as location (also for unknown
2889         tokens).
2890
2891         * factory.C (readInset): do not abort on reading an unknown inset.
2892         Eat it and return 0.
2893
2894 2003-10-13  Angus Leeming  <leeming@lyx.org>
2895
2896         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2897
2898         * lyxrc.C: displayTranslator is now a function,
2899         declared in GraphicsTypes.h.
2900
2901 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2902
2903         * format.C: new placeholder $$a to pass the socket address.
2904
2905         * bufferlist.[Ch]: new function getBufferFromTmp.
2906
2907         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2908           files in the temporary dir.
2909
2910 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2911
2912         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2913
2914         * Makefile.am: add lyxsocket.[Ch].
2915
2916         * lyx_main.C (error_handler): handle SIGPIPE.
2917
2918 2003-10-13  André Pönitz  <poenitz@gmx.net>
2919
2920         * BufferView_pimpl.C:
2921         * lyxtext.h:
2922         * text.C:
2923         * text2.C:
2924         * text3.C:
2925         * undo_funcs.[Ch]: use paroffset_type instead of
2926           ParagraphList::iterators to prevent multiple conversion
2927           (and get a more robust interface)
2928
2929 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2930
2931         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2932         * lyxtext.h: ditto
2933         * text3.C (dispatch): ditto
2934
2935 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2936
2937         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2938         move the onlyfile, use onlyfile instead of foundfile in a couple
2939         of places.
2940
2941         * DepTable.C (update): flush the error stream a bit more
2942
2943 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2944
2945         * lyxserver.C (callback): adjust
2946
2947         * lyxfunc.C (getStatus): add a missing brace in commented code
2948         (ensureBufferClean): reindent
2949         (dispatch): delete version taking a string
2950
2951 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2952
2953         * LaTeX.C (deplog): move found file handlig from here...
2954         (handleFoundFile): .. to new function here.
2955         (deplog): make sure to discover several files mentioned on the
2956         same log line.
2957
2958 2003-10-10  André Pönitz  <poenitz@gmx.net>
2959
2960         * lyxfunc.C:
2961         * lyxtext.h:
2962         * tabular.C:
2963         * text.C:
2964         * text2.C:
2965         * text3.C: fix some of the tabular crashes
2966
2967 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2968
2969         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2970
2971         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2972
2973 2003-10-09  André Pönitz  <poenitz@gmx.net>
2974
2975         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2976
2977         * BufferView.C:
2978         * BufferView_pimpl.C:
2979         * bufferview_funcs.C:
2980         * lyx_cb.C:
2981         * lyxcursor.C:
2982         * lyxfind.C:
2983         * lyxfunc.C:
2984         * lyxtext.h:
2985         * text.C:
2986         * text2.C:
2987         * text3.C:
2988         * text_funcs.[Ch]:
2989         * textcursor.[Ch]:
2990         * undo_funcs.C: adjust
2991
2992 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2993
2994         * text2.C (incrementItemDepth): new function, use a backtracking
2995         algorithm to discover the correct item depth.
2996         (resetEnumCounterIfNeeded): new function, use a backtracking
2997         algorithm to discover if counter reset is needed.
2998         (setCounter): use them. Simplify a bit. Add different labels for
2999         different item depths for itemize.
3000
3001         * paragraph.C (Paragraph): remove initialization of enumdepth
3002         (operator=): ditto
3003
3004         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3005         enumerate and itemize. Change the type of itemdepth to signed char.
3006
3007 2003-10-08  André Pönitz  <poenitz@gmx.net>
3008
3009         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3010           thing assignable.
3011         * text.C:
3012         * text2.C: adjust
3013
3014         * tabular.[Ch]: fix crash after 'row-insert'
3015
3016 2003-10-08  Angus Leeming  <leeming@lyx.org>
3017
3018         Fix doxygen warnings.
3019
3020         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3021         Remove CutAndPaste:: prefix from header file declaration.
3022
3023         * LColor.h (fill): remove LColor:: prefix from declaration.
3024
3025         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3026         use lyx::depth_type rather than Paragraph::depth_type so that
3027         header file and .C file match.
3028
3029         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3030
3031         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3032         * aspell.C: \file aspell_local.C -> \file aspell.C
3033         * gettext.C: \file gettext.C -> \file src/gettext.C
3034         * gettext.h: \file gettext.h -> \file src/gettext.h
3035         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3036         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3037         * text.C: \file text.C -> \file src/text.C
3038
3039         * toc.C: move comment so that doxygen is not confused.
3040
3041 2003-10-07  Angus Leeming  <leeming@lyx.org>
3042
3043         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3044
3045 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3046
3047         * aspell.C:
3048         * aspell_local.h: add forgotten std::string's.
3049
3050 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3051
3052         * LaTeXFeatures.C:
3053         * LyXAction.C:
3054         * factory.C:
3055         * lfuns.h:
3056         * lyxfunc.C:
3057         * text3.C: The Box patch. Fancybox support, minipage, parbox
3058
3059 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3060
3061         * CutAndPaste.h:
3062         * DepTable.h:
3063         * FloatList.h:
3064         * LaTeXFeatures.h:
3065         * ParagraphParameters.h:
3066         * TextCache.h:
3067         * Thesaurus.h:
3068         * bufferlist.h:
3069         * exporter.h:
3070         * importer.h:
3071         * lastfiles.h:
3072         * lyxfind.h:
3073         * lyxfont.h:
3074         * lyxlex.h:
3075         * lyxtextclasslist.h:
3076         * messages.h:
3077         * paragraph.h:
3078         * paragraph_pimpl.C:
3079         * textcursor.h: add <string> and other small fixes to make Lars'
3080         std::string patch compile with STLport.
3081
3082 2003-10-06  Angus Leeming  <leeming@lyx.org>
3083
3084         * LColor.h: Add missing #include <string>.
3085
3086 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3087
3088         * All most all file in all subdirs: Make <string> be the prefered
3089         way of getting to std::string, add using declarations.
3090
3091 2003-10-06  André Pönitz  <poenitz@gmx.net>
3092
3093         * metricsinfo.C: initialize LyXFont before changing attribute.
3094         (fixes the 'math in \emph is upright' bug)
3095
3096 2003-10-06  André Pönitz  <poenitz@gmx.net>
3097
3098         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3099
3100 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3101
3102         * graph.C:
3103         * paragraph_pimpl.C: Small fixes to build using STLport
3104
3105 2003-10-02  André Pönitz  <poenitz@gmx.net>
3106
3107         * lyxfunc.C:
3108         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3109
3110 2003-10-01  André Pönitz  <poenitz@gmx.net>
3111
3112         * factory.C: assert early
3113
3114 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3115
3116         * lyx_main.C: remove the global debug object
3117
3118         * debug.h: adjust for new debugstream
3119
3120         * debug.C: adjust for new debugstream and keep the global debug
3121         object here.
3122
3123 2003-09-22  Angus Leeming  <leeming@lyx.org>
3124
3125         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3126         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3127         an incomplete class LyXFont.
3128
3129 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3130
3131         * factory.C: bug fix in branches
3132
3133 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3134
3135         * lyxfunc.C (processKeySym): adjust
3136         (dispatch): adjust
3137         (dispatch): change arg name from ev to func, adjust
3138         (sendDispatchMessage): ditto
3139
3140         * lyx_main.C (defaultKeyBindings): adjust keybindings
3141         (deadKeyBindings): ditto
3142
3143         * kbsequence.C (addkey): return a FuncRequest
3144
3145         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3146
3147         * kbmap.C (bind): take a FuncRequest as arg, adjust
3148         (read): adjust
3149         (lookup): adjust
3150         (defkey): change to take a FuncRequest as arg, adjust
3151         (findbinding): take a FuncRequest as arg, adjust.
3152
3153         * funcrequest.h (operator=): added
3154
3155         * funcrequest.C (FuncRequest): default kb_action changed from
3156         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3157
3158         * buffer.C (dispatch): simplify
3159         (dispatch): adjust to take a FuncRequest as arg, adjust
3160
3161         * boost.C (assertion_failed): change assertion message slightly
3162
3163         * ToolbarBackend.C (read): simplify
3164
3165         * MenuBackend.C (binding): adjust call to findbinding, add a
3166         message if no binding is found.
3167         (read): simplify
3168         (expandToc): correct by adding a empty FuncRequest
3169
3170         * LyXAction.C: include <boost/assert.hpp>
3171         (isPseudoAction): delete function
3172         (LookupFunc): change name to...
3173         (lookupFunc): this. change return type to FuncRequest.
3174         (getActionName): take kb_action as arg, simplify
3175         (funcHasFlag): add an assert, simplify.
3176
3177 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3178
3179         * toc.C (action): return a FuncRequest, simplify
3180
3181         * lyxfunc.C (processKeySym): adjust
3182         (getStatus): delete version that takes an int.
3183         (getStatus): adjust
3184         (dispatch): delete version that takes action as int
3185         (dispatch): adjust
3186         (sendDispatchMessage): simplify and adjust
3187
3188         * funcrequest.C (getArg): take unsigned int as arg
3189
3190         * ToolbarBackend.C (read): adjust
3191         (add): delete version that takes func as a string.
3192         (getIton): take a FuncRequest as arg
3193
3194         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3195         action.
3196
3197         * MenuBackend.C (MenuItem): add a new construct that only takes a
3198         Kind, simplify the constructor use for submenus.
3199         (add): adjust
3200         (expandLastfiles): adjust
3201         (expandDocuments): adjust
3202         (expandFormats): adjust
3203         (expandFloatListInsert): adjust
3204         (expandFloatInsert): adjust
3205         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3206
3207         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3208         Remove class variables lyx_pseudo_map and lyx_arg_map
3209
3210         * LyXAction.C (searchActionArg): delete function
3211         (getPseudoAction): delete function
3212         (retrieveActionArg): delete function
3213         (LookupFunc): make it return kb_action, simplify.
3214         (getActionName): simplify
3215
3216         * factory.C (createInset): fix new bug
3217
3218 2003-09-19  Angus Leeming  <leeming@lyx.org>
3219
3220         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3221         masterFilename_ parameter in the include inset.
3222
3223         * factory.C (createInset): changes due to the changes to InsetInclude.
3224
3225 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3226
3227         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3228
3229 2003-09-18  Angus Leeming  <leeming@lyx.org>
3230
3231         * buffer.C:
3232         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3233         Inset::fillWithBibKeys.
3234         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3235
3236 2003-09-18  Angus Leeming  <leeming@lyx.org>
3237
3238         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3239         variables.
3240         (ctor): pass and store a 'Buffer const &'
3241         (buffer): new member function.
3242
3243         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3244         '*this' to the LaTeXFeatures ctor.
3245
3246 2003-09-18  Angus Leeming  <leeming@lyx.org>
3247
3248         * LColor.h:
3249         * lyxfont.C:
3250         * lyxfont.h:
3251         * lyxtext.h:
3252         * text.C: rename EnumLColor as LColor_color.
3253
3254 2003-09-18  Angus Leeming  <leeming@lyx.org>
3255
3256         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3257         remove #include "insets/insetbase.h" from cursor.h.
3258
3259 2003-09-18  Angus Leeming  <leeming@lyx.org>
3260
3261         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3262         InsetOld_code to remove #include "inset.h".
3263
3264         * iterators.C: add #include "insets/inset.h"
3265
3266 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3267
3268         * BufferView.C: remove more locking stuff that apparently doesn't
3269         do anything sensible.
3270
3271 2003-09-16  André Pönitz  <poenitz@gmx.net>
3272
3273         * paragraph.[Ch]:
3274         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3275           performance boost.
3276
3277 2003-09-16  Angus Leeming  <leeming@lyx.org>
3278
3279         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3280
3281         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3282         arg/return type.
3283
3284         * paragraph.h: remove #include "lyxfont.h". Forward declare
3285         LyXFont_size.
3286
3287 2003-09-16  Angus Leeming  <leeming@lyx.org>
3288
3289         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3290         of support/textutils.h.
3291         (isWord): move the contents of support/textutils.h's IsWordChar here.
3292
3293         * buffer.C:
3294         * lyxfind.C:
3295         * rowpainter.C:
3296         * text.C:
3297         * text2.C: add #include "paragraph.h".
3298
3299         * rowpainter.C:
3300         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3301
3302 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3303
3304         * main.C:
3305         * lyx_main.C:
3306         * lyx_cb.C:
3307         * buffer.C:
3308         * LaTeX.C: use namespace alias for lyx::support::os
3309
3310 2003-09-16  Angus Leeming  <leeming@lyx.org>
3311
3312         * bufferparams.C:
3313         * bufferview_funcs.C:
3314         * factory.C:
3315         * lyxfunc.C:
3316         * paragraph_pimpl.C:
3317         * rowpainter.C:
3318         * text.C: add #include "LColor.h".
3319
3320 2003-09-16  Angus Leeming  <leeming@lyx.org>
3321
3322         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3323         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3324         return LyXFont &.
3325         Store the FontBits::color variable as an int rather than as an
3326         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3327         file.
3328
3329         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3330         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3331         string calls together.
3332
3333         * lyxrc.C: add #include "LColor.h".
3334
3335 2003-09-15  Angus Leeming  <leeming@lyx.org>
3336
3337         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3338         a cow_ptr.
3339
3340 2003-09-15  Angus Leeming  <leeming@lyx.org>
3341
3342         * LColor.h: add an EnumLColor wrapper for LColor::color.
3343
3344         * lyxfont.[Ch] (color, setColor, realColor):
3345         * lyxtext.h, text.C (backgroundColor):
3346         pass EnumLColor args to/from the functions, rather than LColor::color
3347         ones.
3348
3349         * lyxfont.h:
3350         * lyxtext.h: forward declare EnumLColor.
3351
3352         * lyx_main.C: add #include "LColor.h".
3353
3354 2003-09-15  Angus Leeming  <leeming@lyx.org>
3355
3356         * .cvsignore: add lyx-gtk.
3357
3358 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3359
3360         * Chktex.C
3361         * LaTeX.C
3362         * LaTeXFeatures.C
3363         * ParagraphParameters.C
3364         * Spacing.C
3365         * buffer.C
3366         * bufferparams.C
3367         * bufferview_funcs.C
3368         * chset.C
3369         * counters.C
3370         * funcrequest.C
3371         * lyxfont.C
3372         * lyxgluelength.C
3373         * lyxlength.C
3374         * paragraph.C
3375         * paragraph_funcs.C
3376         * text3.C
3377         * vc-backend.C: remove usage of STRCONV
3378
3379 2003-09-15  Angus Leeming  <leeming@lyx.org>
3380
3381         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3382         explicitly define the color passed to the painter.
3383
3384 2003-09-15  Angus Leeming  <leeming@lyx.org>
3385
3386         * bufferparams.C (BufferParams): reorder member initializers to avoid
3387         compiler warning.
3388
3389 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3390
3391         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3392         * text.C (updateRowPositions): remove an unusual nop
3393
3394 2003-09-12  André Pönitz  <poenitz@gmx.net>
3395
3396         * BufferView_pimpl.C:
3397         * Bullet.C:
3398         * layout.h:
3399         * lyxfunc.C:
3400         * lyxlayout.[Ch]:
3401         * lyxtextclass.C:
3402         * rowpainter.C:
3403         * text.C:
3404         * text2.C:
3405         * Counters.[Ch]: finish the 'automatic counters' job
3406
3407 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3408
3409         * aspell.C: include <boost/assert.cpp> (compile fix)
3410
3411 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3412
3413         * boost.C (assertion_failed): use lyx::support::abort instead of
3414         assert.
3415
3416 2003-09-10  Angus Leeming  <leeming@lyx.org>
3417
3418         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3419         with their _fwd progeny.
3420
3421 2003-09-09  Angus Leeming  <leeming@lyx.org>
3422
3423         134 files throughtout the source tree: replace 'using namespace abc;'
3424         directives with the appropriate 'using abc::xyz;' declarations.
3425
3426 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3427
3428         * boost.C (emergencyCleanup): moved here from LAssert.c
3429         (assertion_failed): new function, called by BOOST_ASSERT
3430
3431         * several files: change Assert to BOOST_ASSERT
3432
3433 2003-09-09  Angus Leeming  <leeming@lyx.org>
3434
3435         * buffer.[Ch]: Add an Impl class and move Buffer's member
3436         variables into it. As a result move several header files out of
3437         buffer.h.
3438
3439         Add header files to lots of .C files all over the tree as a result.
3440
3441 2003-09-09  Angus Leeming  <leeming@lyx.org>
3442
3443         * buffer.[Ch]: make Buffer's member variables private. Add
3444         accessor functions.
3445
3446         Lots of changes all over the tree as a result.
3447
3448 2003-09-08  Angus Leeming  <leeming@lyx.org>
3449
3450         * graph.C: #include <config.h>.
3451
3452 2003-09-08  Angus Leeming  <leeming@lyx.org>
3453
3454         * BranchList.C:
3455         * BufferView.C:
3456         * BufferView_pimpl.C:
3457         * CutAndPaste.C:
3458         * DepTable.C:
3459         * LaTeX.C:
3460         * LaTeXFeatures.C:
3461         * LyXAction.C:
3462         * MenuBackend.C:
3463         * TextCache.C:
3464         * aspell.C:
3465         * buffer.C:
3466         * bufferlist.C:
3467         * changes.C:
3468         * chset.C:
3469         * converter.C:
3470         * counters.C:
3471         * debug.C:
3472         * graph.C:
3473         * ispell.C:
3474         * lyx_cb.C:
3475         * lyxfind.C:
3476         * lyxfunc.C:
3477         * lyxlex_pimpl.C:
3478         * lyxrc.C:
3479         * lyxrow.C:
3480         * paragraph.C:
3481         * rowpainter.C:
3482         * texrow.C:
3483         * text.C:
3484         * text2.C:
3485         * toc.C: remove redundant using directives.
3486
3487 2003-09-07  Angus Leeming  <leeming@lyx.org>
3488
3489         * LaTeXFeatures.h: remove #include "support/types.h".
3490         * ToolbarBackend.h: remove #include <algorithm>.
3491         * changes.h: remove #include <ctime>.
3492         * debug.h: remove #include <iosfwd>.
3493         * graph.h: remove #include "support/std_string.h".
3494         * lyx_main.h: remove #include <csignal>.
3495         * lyxlex_pimpl.h: remove #include <fstream>.
3496         * sgml.h: remove #include <algorithm>, <utility>.
3497         * toc.h: remove #include "support/std_ostream.h".
3498         Add #include <iosfwd>.
3499
3500 2003-09-07  Angus Leeming  <leeming@lyx.org>
3501
3502         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3503
3504         * converter.h: forward declare LatexRunParams.
3505         * encoding.h: remove #include "lyxrc.h".
3506         * lyxtext.h: remove #include "LColor.h".
3507         * lyxtextclass.h: remove #include "support/types.h".
3508         * trans.h: remove #include "tex-accent.h".
3509         * trans_mgr.h: remove #include "tex-accent.h".
3510         * insets/inset.h: remove #include "support/types.h", <vector>.
3511         * insets/insetcollapsable.h: remove #include "LColor.h".
3512         * insets/insetinclude.h: remove #include "dimension.h".
3513         * insets/insetlatexaccent.h: remove #include "dimension.h".
3514         * insets/insetoptarg.h:: remove #include "insettext.h".
3515         * insets/insettext.h: remove #include "dimension.h",
3516         <boost/shared_ptr.hpp>
3517
3518         * insets/renderers.h: add #include "dimension.h".
3519         * insets/updatableinset.h: add #include "support/types.h".
3520
3521         * many .C files: Associated changes.
3522
3523 2003-09-06  Angus Leeming  <leeming@lyx.org>
3524
3525         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3526         one, inside testInvariant.
3527
3528         * PrinterParams.C: new file.
3529         * PrinterParams.[Ch]: move the function bodies out of line.
3530
3531 2003-09-06  Angus Leeming  <leeming@lyx.org>
3532
3533         * ParagraphParameters.h: forward declare ParameterStruct rather than
3534         including its header file.
3535         (depth): moved out-of-line.
3536
3537 2003-09-06  Angus Leeming  <leeming@lyx.org>
3538
3539         * BufferView_pimpl.h:
3540         * kbmap.h:
3541         * kbsequence.h:
3542         * lyxfunc.h: forward declare LyXKeySym rather than
3543         #include "frontends/LyXKeySym.h".
3544
3545         * BufferView_pimpl.C:
3546         * kbmap.C:
3547         * kbsequence.C:
3548         * lyxfunc.C: associated changes.
3549
3550 2003-09-06  Angus Leeming  <leeming@lyx.org>
3551
3552         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3553         As a result, can remove the #include "insets/inset.h" from BufferView.h
3554
3555 2003-09-06  Angus Leeming  <leeming@lyx.org>
3556
3557         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3558         As a result, can remove the #include "insets/inset.h" from BufferView.h
3559
3560 2003-09-06  Angus Leeming  <leeming@lyx.org>
3561
3562         * buffer_funcs.C:
3563         * buffer.h:
3564         * bufferlist.C:
3565         * BufferView.C:
3566         * bufferview_funcs.C:
3567         * BufferView_pimpl.C:
3568         * CutAndPaste.C:
3569         * lyx_cb.C:
3570         * lyxfunc.C:
3571         * paragraph.h:
3572         * ParagraphParameters.C:
3573         * tabular.C:
3574         * text3.C:
3575         * toc.C:
3576         * undo_funcs.C:
3577         * frontends/controllers/ControlDocument.C:
3578         * insets/insetcaption.C: rearrange the #includes into some sort of
3579         coherent order.
3580
3581         * buffer.h: remove #includes ErrorList.h, undo.h
3582
3583 2003-09-06  Angus Leeming  <leeming@lyx.org>
3584
3585         * support/types.h: add a 'depth_type' typedef, used to store the
3586         nesting depth of a paragraph.
3587
3588         * paragraph.h:
3589         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3590         defining explicitly.
3591
3592         * buffer.h:
3593         * paragraph_funcs.h:
3594         * ParagraphParameters.h:
3595         * sgml.h: use lyx::depth_type rather than Paragraph or
3596         ParameterStruct's depth_type.
3597
3598         * buffer.h
3599         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3600
3601         * BufferView.C:
3602         * BufferView_pimpl.C:
3603         * CutAndPaste.C:
3604         * ParagraphParameters.C:
3605         * buffer_funcs.C:
3606         * bufferlist.C:
3607         * bufferview_funcs.C:
3608         * lyx_cb.C:
3609         * lyxfunc.C:
3610         * tabular.C:
3611         * text3.C:
3612         * toc.C:
3613         * undo_funcs.C:
3614         * frontends/LyXView.C:
3615         * frontends/controllers/ControlDocument.C:
3616         * frontends/controllers/ControlErrorList.C:
3617         * insets/insetbibitem.C:
3618         * insets/insetbranch.C:
3619         * insets/insetcaption.C:
3620         * insets/insetcollapsable.C:
3621         * insets/insetenv.C:
3622         * insets/insetert.C:
3623         * insets/insetfloat.C:
3624         * insets/insetfoot.C:
3625         * insets/insetfootlike.C:
3626         * insets/insetnewline.C:
3627         * insets/insetquotes.C:
3628         * insets/insettabular.C:
3629         * insets/insettext.C:
3630         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3631
3632         * frontends/controllers/ControlChanges.C: #include "changes.h".
3633
3634 2003-09-06  Angus Leeming  <leeming@lyx.org>
3635
3636         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3637         than #including paragraph.h.
3638
3639         * ParagraphList.h:
3640         * RowList.h: deleted. Superfluous.
3641
3642         * CutAndPaste.h:
3643         * iterators.h:
3644         * lyxcursor.h:
3645         * lyxtext.h:
3646         * text_funcs.h:
3647         * undo.h:
3648         * undo_funcs.h:
3649         * insets/inset.h:
3650         * insets/insettext.h: use ParagraphList_fwd.h rather than
3651         ParagraphList.h.
3652
3653         * paragraph.h: don't forward declare ParagraphList.
3654
3655         * buffer.h:
3656         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3657         rather than ParagraphList.h. paragraph.h is still needed for the
3658         Paragraph::depth_type parameters.
3659
3660         * textcursor.h: enable it to compile stand-alone in light of the
3661         above changes.
3662
3663         * bufferview_funcs.C:
3664         * iterators.C:
3665         * lyxfunc.C:
3666         * lyxrow_funcs.C:
3667         * paragraph.C:
3668         * rowpainter.C:
3669         * text.C:
3670         * text2.C:
3671         * text3.C:
3672         * text_funcs.C:
3673         * textcursor.C:
3674         * undo.C:
3675         * frontends/controllers/ControlParagraph.C:
3676         * frontends/controllers/ControlTabular.C:
3677         * insets/insetmarginal.C:
3678         * insets/insetminipage.C:
3679         * insets/insetnote.C:
3680         * insets/insetoptarg.C: add header files needed to compile again.
3681
3682 2003-09-06  Angus Leeming  <leeming@lyx.org>
3683
3684         * RowList_fwd.h: new file, forward-declaring Row rather than
3685         #including lyxrow.h.
3686
3687         * lyxrow_funcs.h:
3688         * lyxtext.h:
3689         * paragraph.h:
3690         * insets/insettext.h: use it instead of RowList.h
3691
3692         * bufferview_funcs.C:
3693         * lyxfunc.C:
3694         * lyxrow_funcs.C:
3695         * paragraph.C:
3696         * rowpainter.C:
3697         * text.C:
3698         * text2.C:
3699         * text3.C: #include "RowList.h".
3700
3701 2003-09-05  Angus Leeming  <leeming@lyx.org>
3702
3703         * factory.C (createInset):
3704         * vspace.C (c-tor): replace sscanf call with an istringstream.
3705         * ispell.C: re-add missing HP/UX headers.
3706         * lyxserver.C: re-add missing  os2 headers.
3707
3708 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3709
3710         * BranchList.C:
3711         * graph.C:
3712         * ispell.C:
3713         * lastfiles.C:
3714         * lyx_cb.C:
3715         * lyxserver.C:
3716         * texrow.C:
3717         * text3.C: re-add missing system headers, needed for 2.95.2.
3718
3719 2003-09-05  Angus Leeming  <leeming@lyx.org>
3720
3721         Changes most place everywhere due to the removal of using directives
3722         from support/std_sstream.h.
3723
3724 2003-09-05  Angus Leeming  <leeming@lyx.org>
3725
3726         Replace LString.h with support/std_string.h,
3727         Lsstream.h with support/std_sstream.h,
3728         support/LIstream.h with support/std_istream.h,
3729         support/LOstream.h with support/std_ostream.h.
3730
3731         Changes resulting throughout the tree.
3732
3733 2003-09-05  Angus Leeming  <leeming@lyx.org>
3734
3735         * sgml.h: ensure that the header file can be compiled stand-alone.
3736         * *.C: strip out redundant #includes. (320 in total.)
3737
3738 2003-09-04  Angus Leeming  <leeming@lyx.org>
3739
3740         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3741         here (from getPackages).
3742
3743         * debug.[Ch]: add a new EXTERNAL tag.
3744
3745 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3746
3747         * text2.C (cursorEnd): simplify
3748         (setCursor): adjust
3749         (getColumnNearX): adjust
3750
3751         * text.C (computeBidiTables): adjust
3752         (fill): adjust
3753
3754         * rowpainter.C (paintChars): adjust
3755         (paintSelection): adjust
3756         (paintChangeBar): adjust
3757         (paintText): adjust
3758
3759         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3760         lastPos instead.
3761         (numberOfSeparators): adjust
3762
3763 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3764
3765         * LyXAction.C:
3766         * box.[Ch]:
3767         * lfuns.h:
3768         * lyxfunc.C:
3769         * text3.C: Restricts the mouse click functionality
3770         of insets like bibtex, include, toc and floatlist to the visible
3771         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3772         up the dialogs. Cursor has to be in front of the inset (i.e.
3773         start of row) for this to function.
3774
3775 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3776
3777         * bufferview_funcs.C (currentState): output row information
3778
3779 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3780
3781         * bufferview_funcs.C (currentState): output paragraph position
3782
3783 2003-09-04  Angus Leeming  <leeming@lyx.org>
3784
3785         * FloatList.h: move out #include "Floating.h".
3786         * LaTeX.h: move out #include "DepTable.h".
3787         * LyXAction.h: move out #include "funcrequest.h".
3788         * buffer.h: move out #include "author.h", "iterators.h".
3789         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3790         * lyx_main.h: move out #include "errorlist.h".
3791         * lyxfunc.h: move out #include "FuncStatus.h".
3792         * lyxtext: move out #include "lyxcursor.h".
3793         * paragraph_pimpl.h: move out #include "counters.h".
3794
3795 2003-09-03  Angus Leeming  <leeming@lyx.org>
3796
3797         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3798         preamble_snippets list, enabling us to add snippets to the preamble
3799         only if the snippet was not there already.
3800
3801 2003-09-04  Angus Leeming  <leeming@lyx.org>
3802
3803         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3804
3805 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3806
3807         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3808         update
3809
3810 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3811
3812         * BranchList.C: point fix, earlier forgotten
3813
3814 2003-09-02  Angus Leeming  <leeming@lyx.org>
3815
3816         * box.C (contains): renamed from 'contained' after a fantastic
3817         amount of hot air.
3818
3819 2003-09-02  John Levon  <levon@movementarian.org>
3820
3821         * BufferView.C:
3822         * lyxcursor.h:
3823         * lyxcursor.C:
3824         * lyxfunc.C:
3825         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3826
3827 2003-09-02  John Levon  <levon@movementarian.org>
3828
3829         * text2.C: simplification of cursorEnd(), including partial
3830         fix for bug 1376
3831
3832 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3833
3834         * buffer.C (readFile): add a space
3835
3836 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3837
3838         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3839
3840 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3841
3842         * buffer.C (readFile): new function, take a filename and a
3843         ParagraphList::iterator
3844         (readFile): adjust
3845         (readFile): adjust, make it private. don't use setStream, make
3846         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3847         always contain the filename.
3848
3849         * BufferView.C (insertLyXFile): simplify and make it work for
3850         gzipped files.
3851
3852 2003-08-30  John Levon  <levon@movementarian.org>
3853
3854         * Makefile.am: fix dist (from Kayvan)
3855
3856 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3857
3858         * most files: change to use const Buffer refs
3859
3860 2003-08-27  André Pönitz  <poenitz@gmx.net>
3861
3862         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3863         on top of ownerPar().
3864
3865 2003-08-27  John Levon  <levon@movementarian.org>
3866
3867         * funcrequest.C: properly initialise POD members
3868
3869 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3870
3871         * lyxtext.h (top_y): move top_y from here
3872         * text.C:
3873         * text2.C:
3874         * text3.C:
3875         * BufferView.[Ch]:
3876         * BufferView_pimpl.[Ch]: to here
3877         * frontends/screen.C:
3878         * insets/insettabular.C:
3879         * insets/insettext.C: adjust
3880         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3881
3882 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3883
3884         * BufferView.[Ch]:
3885         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3886
3887 2003-08-26  André Pönitz  <poenitz@gmx.net>
3888
3889         * paragraph_func.[Ch] (outerPar): new function
3890
3891         * paragraph.C:
3892         * paragraph_funcs.C:
3893         * paragraph_funcs.h:
3894         * paragraph_pimpl.C:
3895         * text2.C: remove Inset::par_owner
3896
3897 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3898
3899         * lyxrow_funcs.C:
3900         * lyxtext.h:
3901         * text.C:
3902         * text2.C: eliminates the needFullRow/display() stuff
3903         altogether, putting the logic in metrics/draw in the insets.
3904
3905 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3906
3907         * text2.C (redoParagraphInternal, redoParagraphs):
3908         * text.C (redoParagraph): add a call to updateRowPositions at the
3909         end of each 'metrics-like' call. Remove all others.
3910         (getRow): remove the 'y-computing' version.
3911         (getRowNearY): do not compute nor return the real y. Solve the
3912         'y < 0' problem and simplify.
3913
3914 2003-08-22  Angus Leeming  <leeming@lyx.org>
3915
3916         * *.[Ch]: clean-up of licence and author blurbs.
3917         Also move config.h out of a few .h files and into a few .C files.
3918
3919 2003-08-22  André Pönitz  <poenitz@gmx.net>
3920
3921         * lyxrow.[Ch]: add x_ and *fill_ members
3922
3923         * lyxtext.h:
3924         * text.C:
3925         * rowpainter.C:
3926         * text2.C: adjust/remove prepareToPrint() calls
3927
3928 2003-08-22  André Pönitz  <poenitz@gmx.net>
3929
3930         * lyxrow.[Ch]: add  end_ member
3931
3932         * lyxrow_funcs.C: use LyXRow::end_
3933
3934         * lyxtext.h (singleWidth): add LyXFont parameter
3935
3936         * rowpainter.C:
3937         * text2.C: adjust LyXText::singleWidth() calls
3938
3939         * text.C (redoParagraph): simplify row breaking logic
3940
3941
3942 2003-08-19  André Pönitz  <poenitz@gmx.net>
3943
3944         * funcrequest.C: initialize button_ member
3945
3946         * text3.C:
3947         * rowpainter.[Ch]: interface consolidation
3948
3949 2003-08-18  André Pönitz  <poenitz@gmx.net>
3950
3951         * BufferView.C:
3952         * BufferView_pimpl.C:
3953         * lyxfind.C:
3954         * paragraph_funcs.C:
3955         * rowpainter.C:
3956         * text3.C: remove LyXScreen::draw() and fitCursor calls
3957
3958         * BranchList.h: remove spurious semicolons
3959
3960         * MenuBackend.C: fix branchlist related crash
3961
3962 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3963
3964         * BranchList.[Ch]:
3965         * InsetList.[Ch]:
3966         * LColor.[Ch]:
3967         * LyXAction.C:
3968         * Makefile.am:
3969         * MenuBackend.[Ch]:
3970         * bufferparams.[Ch]:
3971         * factory.C:
3972         * lfuns.h:
3973         * lyxfunc.C:
3974         * text3.C: implements the 'branch inset'
3975         idea. This allows the output of various versions of a document
3976         from a single source version, selectively outputing or suppressing
3977         output of parts of the text.
3978         This implementation contains a 'branch list editor' in a separate
3979         tab of the document settings dialog. Branches are user definable
3980         and have a "display colour" to distinguish them on-screen.
3981
3982         ColorHandler was somewhat cleaned up.
3983         (1) make possible a dynamically growing LColor list by allowing
3984         the graphic context cache to grow along (vector);
3985         (2) eliminate an IMHO unnecessary step in colour allocation.
3986
3987 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3988
3989         * BufferView_pimpl.C: compile fix
3990
3991 2003-08-15  André Pönitz  <poenitz@gmx.net>
3992
3993         * rowpainter.C: remove extra metrics calls
3994
3995         * lyxtext.h: merge the two constructors into a single one,
3996           pass reference to owner's par list
3997
3998         * BufferView_pimpl.C:
3999         * text.C:
4000         * text2.C: adjust
4001
4002 2003-08-15  André Pönitz  <poenitz@gmx.net>
4003
4004         * lyxrow_funcs.[Ch]:
4005         * lyxtext.h:
4006         * paragraph.h:
4007         * paragraph_funcs.C:
4008         * rowpainter.C:
4009         * text.C:
4010         * text2.C:
4011         * text3.C:
4012         * text_funcs.C: split LyXText::rowlist_ into individual
4013         Paragraph::rows_ chunks
4014
4015         * BufferView.[Ch]:
4016         * BufferView_pimpl.[Ch]:
4017         * lyxfind.C:
4018         * lyxtext.h:
4019         * text3.C: remove toggleSelection()
4020
4021 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4022
4023         * bufferlist.C: beautify two alerts (shorter text of buttons)
4024         * buffer.C: Remove redundant ' ' from message
4025         * tabular.h:
4026         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4027         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4028         rename VALIGN_CENTER to VALIGN_MIDDLE
4029
4030 2003-08-11  André Pönitz  <poenitz@gmx.net>
4031
4032         * lyxtext.h (getPar):
4033         * text.C: new function
4034
4035 2003-08-11  André Pönitz  <poenitz@gmx.net>
4036
4037         * Makefile.am:
4038         * tracer.[Ch]: remove unneeded files
4039
4040         * InsetList.[Ch]: remove resizeInsetsLyXText()
4041
4042         * lyxtext.h:
4043         * text.C:
4044         * text2.C:
4045         * text3.C: merge insertParagraphs() and appendParagraph()
4046         remove breakAgain(), update()
4047
4048         * BufferView_pimpl.[Ch]:
4049         * bufferview_funcs.[Ch]:
4050         * lyxfunc.C:
4051         * paragraph.[Ch]:
4052         * rowpainter.C:
4053         * tabular.C: adjust after text & InsetList changes.
4054
4055 2003-08-08  André Pönitz  <poenitz@gmx.net>
4056
4057         * text.C (insertChar, backspace): replace rowlist fiddling
4058         with rebreak of full par
4059
4060         * lyxtext.h:
4061         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4062         checkParagraph, updateInset): removed
4063
4064 2003-08-07  André Pönitz  <poenitz@gmx.net>
4065
4066         * paragraph.C:
4067         * text3.C: merge some LFUN handlers, remove dead code
4068
4069 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4070
4071         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4072
4073 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4074
4075         * text2.C (DEPM): fix part of bug 1255 and 1256
4076
4077 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4078
4079         * BufferView_pimpl.C (workAreaDispatch): change to use
4080         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4081         that are no mouse related.
4082
4083 2003-08-05  André Pönitz  <poenitz@gmx.net>
4084
4085         * BufferView.[Ch]:
4086         * BufferView_pimpl.[Ch]:
4087         * bufferview_funcs.C:
4088         * text2.C:
4089         * text3.C: rip out "deep update"
4090
4091         * textcursor.[Ch] (last_sel_cursor): remove unused member
4092
4093 2003-08-04  André Pönitz  <poenitz@gmx.net>
4094
4095         * BufferView.[Ch]:
4096         * BufferView_pimpl.[Ch]:
4097         * ParagraphParameters.C:
4098         * bufferview_funcs.C:
4099         * lyx_cb.C:
4100         * lyxfind.C:
4101         * lyxfunc.C:
4102         * text.C:
4103         * text2.C:
4104         * text3.C: replace "complicated" BufferView::update(...) calls with
4105         simpler ones.
4106
4107         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4108
4109 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4110
4111         * Makefile.am (lyx_SOURCES): add paper.h
4112
4113 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4114
4115         * Makefile.am: move things around so that both lyx-qt and
4116         lyx-xforms can be built (according to --with-frontend). Then lyx
4117         is a symbolic link to lyx-[firstfrontend]
4118
4119 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4120
4121         * Always use std::endl with lyxerr
4122
4123 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4124
4125         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4126
4127 2003-08-01  André Pönitz  <poenitz@gmx.net>
4128
4129         * BufferView.[Ch]:
4130         * BufferView_pimpl.[Ch]:
4131         * lyxfunc.C:
4132         * text3.C: merge BufferView::repaint() and BufferView::update()
4133
4134 2003-08-01  José Matos  <jamatos@lyx.org>
4135
4136         * buffer.[Ch]: file_format is no longer a buffer data element.
4137
4138 2003-08-01  André Pönitz  <poenitz@gmx.net>
4139
4140         * BufferView.C:
4141         * lyxtext.h:
4142         * text.C:
4143         * text2.C: make redoParagraph more independent of current cursor
4144
4145         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4146         * text.C:
4147         * text2.C: remove unneeded members
4148
4149 2003-07-30  André Pönitz  <poenitz@gmx.net>
4150
4151         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4152
4153         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4154           create a single function...
4155
4156         * paragraph_funcs.C (moveItem): ... here.
4157
4158         * text.C:
4159           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4160
4161 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4162
4163         * LColor.[Ch]: Add comment and greyedout logical colors.
4164
4165 2003-07-30  André Pönitz  <poenitz@gmx.net>
4166
4167         * tabular.C: don't use Assert too heavily. This crashes where it
4168           shouldn't
4169
4170 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4171
4172         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4173         is disabled (bug 1232)
4174
4175 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4176
4177         * factory.C: limited 'arg' scope
4178
4179 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4180
4181         * factory.C: fixed Note submenu issues
4182
4183 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4184
4185         * factory.C: submenu for Note/Comment/Greyedout
4186
4187 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4188
4189         * lyx_main.C (LyX):
4190         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4191
4192 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4193
4194         * LaTeXFeatures.C:
4195         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4196         greyedout. Patch provided by Jürgen Spitzmüller.
4197
4198 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4199
4200         * kbmap.C (read): fix error message when reading bind files
4201
4202 2003-07-29  Angus Leeming  <leeming@lyx.org>
4203
4204         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4205         certainly does not do what it purports to do. I am doing it, and
4206         us, a favour by killing it.
4207
4208 2003-07-28  José Matos  <jamatos@lyx.org>
4209
4210         * buffer.C (readBody, do_writeFile):
4211         * paragraph.C(readParagraph): \end_document replaces \the_end.
4212
4213 2003-07-29  André Pönitz  <poenitz@gmx.net>
4214
4215         * BufferView.[Ch]:
4216         * BufferView_pimpl.[Ch]:
4217         * lyxfunc.C:
4218         * text2.C:
4219         * text3.C:
4220         * textcursor.[Ch]: remove toggleToggle & Co
4221
4222 2003-07-28  José Matos  <jamatos@fep.up.pt>
4223
4224         * buffer.C (readParagraph):
4225         * params_func (readParToken, readParagraph):
4226         * paragraph.C (write): \layout -> \begin_layout.
4227
4228 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4229
4230         * lyxlex_pimpl.C (setFile): clean up slightly.
4231
4232         * bufferparams.h: add compressed var
4233
4234         * buffer_funcs.C (readFile): adjust for LyXLex change
4235         (newFile): ditto + simplify
4236
4237         * buffer.C (writeFile): handle writing of compressed files
4238
4239         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4240         Check if the file is compressed and set a bufferparm if so.
4241
4242         * Makefile.am (lyx_LDADD): remove explicit -lz
4243
4244 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4245
4246         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4247         makeDocBookFile): put the real LyX version in the first line of
4248         the file
4249
4250         * version.h:
4251         * version.C.in: remove lyx_docversion
4252
4253         * tabular.C (write_attribute): add a template-based version to
4254         write enums properly
4255
4256 2003-07-28  André Pönitz  <poenitz@gmx.net>
4257
4258         * lyxtext.h:
4259         * text.C:
4260         * text2.C:
4261         * text3.C: use doubles again for x-coordinates. They are needed.
4262
4263 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4264
4265         * messages.C (getLocaleDir): use lyx_localedir()
4266
4267         * lyxlex_pimpl.C (setFile): compress stuff
4268
4269         * buffer.C (writeFile): add some compression stuff
4270         (do_writeFile): new func, dont call expliti close... will this
4271         breake anything?
4272
4273         * Makefile.am (lyx_LDADD): add -lz
4274
4275 2003-07-28  José Matos  <jamatos@fep.up.pt>
4276
4277         * buffer.C: increment file format.
4278         * paragraph_funcs (readParagraph, readParToken):
4279         * paragraph.C (readParagraph): add \end_layout.
4280
4281 2003-07-27  Angus Leeming  <leeming@lyx.org>
4282
4283         * Makefile.am: remove special casing for configure-time setting of
4284         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4285
4286         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4287         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4288
4289 2003-07-26  André Pönitz  <poenitz@gmx.net>
4290
4291         * paragraph_func.[Ch]:
4292         * paragraph.C (realizeFont): inline it whereever it is used
4293
4294         * rowpainter.C:
4295         * text.C:
4296         * text2.C:
4297         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4298
4299
4300 2003-07-26  André Pönitz  <poenitz@gmx.net>
4301
4302         *       lyxtext.h:
4303         * text.C:
4304         * text2.C: get rid of LyXText::need_break_row
4305
4306 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4307
4308         * toc.[Ch]: put namespace toc inside namespace lyx
4309
4310         * MenuBackend.C (expandToc2): adjust for lyx::toc
4311         (expandToc): ditto
4312
4313         * lyxfunc.C (dispatch): adjust for lyx::find
4314
4315         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4316         lyx::find instead. Reorganize a bit.
4317         (LyXReplace): rename to replace
4318         (LyXFind): rename to find
4319
4320         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4321         (dispatch): ditto
4322
4323 2003-07-26  André Pönitz  <poenitz@gmx.net>
4324
4325         * text.C (setHeightOfRow): restrict scope of temporary variable
4326
4327         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4328           code (never has been used?)
4329
4330 2003-07-27  Asger Alstrup  <alstrup@local>
4331
4332         * text.C (fill): Optimise algorithm to exploit that we can reuse
4333         the LyXFont for many characters.
4334         (setHeightOfRow): Same thing.
4335         (rowBreakPoint): Same thing.
4336
4337 2003-07-26  Asger Alstrup  <alstrup@local>
4338
4339         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4340
4341         * text.C (singleWidth): Spurious font copying in hot-spot
4342         singleWidth avoided. Reorder tests for arabic for efficiency.
4343
4344         * text.C (fill): handle empty paragraphs better.
4345
4346 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4347
4348         * ispell.C:
4349         * encoding.h: add includes
4350
4351         * lyxrc.C: remove reading of bind files
4352
4353         * lyx_main.C (init): setup bindings and menus only if we have a
4354         gui.
4355
4356         * kbmap.C (read): new method. Do the actual reading of bind
4357         files.
4358
4359         * converter.C (dvipdfm_options):
4360         * bufferparams.C:
4361         * lyxrc.C (read):
4362         (output): adapt PAPER_* enums.
4363
4364         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4365
4366         * bufferparams.h: remove paper-related enums from there
4367
4368         * paper.h: New file. A trivial header file to hold paper-related
4369         enums. It should later expand to contain many paper-related
4370         horrors access.
4371
4372         * lyxrc.C: declare extern displayTranslator
4373
4374 2003-07-27  José Matos  <jamatos@fep.up.pt>
4375
4376         * tabular.[Ch] (linuxdoc): add support for tables and figures
4377         (linuxdoc).
4378
4379 2003-07-27  José Matos  <jamatos@fep.up.pt>
4380
4381         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4382         consistency in both functions.
4383         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4384
4385 2003-07-26  Asger Alstrup  <alstrup@local>
4386
4387         * rowpainter.C (paintRows): Change algorithm to work directly on
4388         the insets rather than asking every character in the document
4389         whether its an inset.
4390
4391 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4392
4393         * buffer.C (openFileWrite): factorize some code
4394
4395 2003-07-26  Angus Leeming  <leeming@lyx.org>
4396
4397         * lyx_cb.C:
4398         * lyx_main.[Ch]: replace occurances of system_tempdir with
4399         os::getTmpDir().
4400
4401 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4402
4403         * rename Inset to InsetOld
4404
4405 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4406
4407         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4408         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4409         which I think is a bit clearer. EDIT is gone, since it was
4410         premature optimisation, and broken for mathed anyway.
4411         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4412         with cursor positioning in insets as well (math insets still do not
4413         work, but that's a different story anyway.) It mysteriously
4414         crashes sometimes with undo in the first paragraph, but I'm fairly
4415         confident that this is a compiler bug.
4416
4417 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4418
4419         * paragraph.C (Paragraph): adjust for new clone return type
4420         (operator==): ditto
4421         (copyIntoMinibuffer): ditto
4422
4423 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4424
4425         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4426         by not having a special case, and always doing a full rebreak of
4427         the document after undo.
4428
4429 2003-07-23  Angus Leeming  <leeming@lyx.org>
4430
4431         * factory.C (createInset): InsetExternal::setParams now takes a
4432         Buffer const * arg.
4433
4434 2003-07-23  Angus Leeming  <leeming@lyx.org>
4435
4436         * factory.C (createInset): changed interface to the external and
4437         graphics mailers' string2params functions.
4438
4439 2003-07-23  Angus Leeming  <leeming@lyx.org>
4440
4441         * factory.C (createInset): pass a
4442         Buffer const * parameter to InsetExternalMailer's string2params.
4443
4444 2003-07-22  John Levon  <levon@movementarian.org>
4445
4446         * Thesaurus.h: include the right aiksaurus header
4447
4448 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4449
4450         * MenuBackend.C (expand): check menu shortcuts unconditionally
4451
4452 2003-07-21  Angus Leeming  <leeming@lyx.org>
4453
4454         * factory.C (createInset): pass a
4455         buffer_path parameter to InsetGraphicsMailer's string2params.
4456
4457 2003-07-21  Angus Leeming  <leeming@lyx.org>
4458
4459         * BufferView_pimpl.C (buffer):
4460         * buffer.C (d-tor):
4461         * lyx_main.C (LyX):
4462         * lyxfunc.C (dispatch):
4463         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4464         rather than the grfx shortcut.
4465
4466 2003-07-21  André Pönitz  <poenitz@gmx.net>
4467
4468         * rowpainter.C: remove unused variables
4469
4470         * tabular_funcs.C:
4471         * tabular_funcs.h: move to tabular.C
4472         * Makefile.am: adjust
4473
4474         * tabular.[Ch]: basic optical cleaning
4475
4476         * author.h: pass references, not values
4477
4478 2003-07-18  André Pönitz  <poenitz@gmx.net>
4479
4480         * lyxtext.h:
4481         * metricsinfo.C:
4482         * metricsinfo.h:
4483         * rowpainter.C:
4484         * text.C:
4485         * text2.C:
4486         * text3.C: two-phase drawing for InsetText and InsetTabular
4487         some float -> int changes.
4488
4489 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4490
4491         * lyx_main.C: fix the fix
4492
4493 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4494
4495         * lyx_main.C: fix a crash in batch mode if no files specified
4496         * converter.C: ws
4497
4498 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4499
4500         * format.[Ch] (papersize): moved to BufferParams
4501         * converter.[Ch] (dvips_options): moved to BufferParams
4502         (dvipdfm_options): moved to anon namespace
4503         * bufferparams.[Ch]: added above functions.
4504
4505 2003-07-17  André Pönitz  <poenitz@gmx.net>
4506
4507         * lyxtext.h:
4508         * rowpainter.C:
4509         * text2.C: don't call inset->update() anymore
4510
4511         * metricsinfo.[Ch]: add convenience constructor
4512
4513 2003-07-16  André Pönitz  <poenitz@gmx.net>
4514
4515         * lyxcursor.[Ch]:
4516         * lyxfunc.[Ch]:
4517         * text.C:
4518         * text2.C: replace the LyXCursor::irow_ member with
4519          on-demand computation of the value
4520
4521 2003-07-16  John Levon  <levon@movementarian.org>
4522
4523         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4524
4525 2003-07-15  André Pönitz  <poenitz@gmx.net>
4526
4527         * text.C:
4528         * text2.C: remove no more needed refresh_row
4529
4530 2003-07-15  André Pönitz  <poenitz@gmx.net>
4531
4532         * lyxtext.h:
4533         * rowpainter.C:
4534         * text2.C:
4535         * text3.C: refresh_status tristate -> need_update bool
4536
4537 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4538
4539         * lyxtext.h (init): remove reinit argument (act as if always true)
4540         * text2.C: adjust to that
4541
4542 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4543
4544         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4545         * text3.C: use it to delete selections in some cases
4546         (bugs 441, 673, 702, 954).
4547
4548 2003-07-14  André Pönitz  <poenitz@gmx.net>
4549
4550         * rowpainter.[Ch]: reduce interface
4551
4552 2003-07-14  André Pönitz  <poenitz@gmx.net>
4553
4554         * BufferView_pimpl.C:
4555         * text2.C: adjust after removing unused BufferView * argument
4556
4557 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4558
4559         * text2.C (init): fix a crash fired on resize
4560
4561 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4562
4563         * buffer.[Ch]: added new closing signal
4564         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4565         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4566         BufferView::Pimpl via the closing the signal
4567
4568 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4569
4570         * buffer.[Ch]: take out all bv-related from buffer
4571         * BufferView.C:
4572         * BufferView_pimpl.[Ch]: connect to new signals
4573         * CutAndPaste.C: removed useless asserts
4574         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4575         * lyxvc.[Ch]:
4576         * vc-backend.[Ch]:
4577         * lyxfunc.C: moved view-related funciontality from vc here
4578         * paragraph.C: removed outdated comments
4579         * text.C: ws
4580
4581 2003-07-10  André Pönitz  <poenitz@gmx.net>
4582
4583         * BufferView_pimpl.C:
4584         * tabular.h:
4585         * tabular_funcs.C:
4586         * text.C:
4587         * text2.C: remove InsetText::InnerCache, clean up consequences
4588
4589 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4590
4591         * ispell.C: fix two typos in error messages
4592
4593 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4594
4595         * Extend Note inset to other forms of annotation like Comment
4596         and Greyedout. Right button click gives dialog.
4597
4598         Files modified or added (+):
4599
4600         * insetnote.[Ch]
4601         * FormNote.[Ch]      +
4602         * ControlNote.[Ch]   +
4603         * form_note.fd       +
4604         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4605         frontends/controllers
4606         * xforms/Dialogs.C
4607         * factory.C
4608
4609 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4610
4611         * aspell.C: add missing namespace lyx::support
4612
4613 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4614
4615         * BufferView.[Ch] (newFile): Add
4616         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4617         * LaTeX.[Ch] (message): added this signal and use it
4618         * buffer.[Ch] (busy, message): added these signals and use them
4619         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4620         * converter.C:
4621         * exporter.C:
4622         * format.C:
4623         * importer.C: use buffer signals instead of direct bv calling
4624         * lyx_cb.[Ch] (ShowMessage): removed
4625         * lyx_main.C:
4626         * lyxfunc.C:
4627         * paragraph_funcs.C:
4628         * text2.C: use buffer signals
4629
4630 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4631
4632         * introduce namespace lyx::graphics
4633
4634 2003-07-02  André Pönitz  <poenitz@gmx.net>
4635
4636         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4637
4638 2003-07-01  André Pönitz  <poenitz@gmx.net>
4639
4640         * text.C:
4641         * text2.C:
4642         * text3.C:
4643         * text_funcs.[Ch]:
4644         * textcursor.h:
4645         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4646           text*.C to text_func.C
4647
4648 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4649
4650         * introduce namespace lyx::support
4651
4652 2003-06-30  André Pönitz  <poenitz@gmx.net>
4653
4654         * Chktex.C:
4655         * funcrequest.C:
4656         * lyxtext.h:
4657         * text.C: re-enable --with-included-string
4658
4659 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4660
4661         * textcursor.C: add <config.h>
4662
4663         * text.C (getWord): remove const from word_location arg
4664
4665         * lyxvc.C (getLogFile): fix const type order
4666
4667         * lyxtext.h: remove const from word_location arg, add arg name
4668
4669         * lyxlayout.h: currect type on labeltype.
4670
4671         * importer.C: correct \file
4672
4673         * converter.C (intToFormat): use std:: on ret val, ws changes
4674
4675         * bufferlist.h: correct \file
4676
4677         * buffer.C (makeLinuxDocFile): fix const type order
4678         (makeDocBookFile): ditto
4679         (fillWithBibKeys): use std:: on stdlib args.
4680
4681         * CutAndPaste.C: fix authors.
4682         (availableSelections): use std:: on return vector
4683
4684 2003-06-27  André Pönitz  <poenitz@gmx.net>
4685
4686         * BufferView_pimpl.C:
4687         * bufferview_funcs.C:
4688         * lyxcursor.C:
4689         * lyxcursor.h:
4690         * lyxfunc.C:
4691         * lyxtext.h:
4692         * rowpainter.C:
4693         * text.C:
4694         * text2.C:
4695         * text3.C: remove LyXCursor::row_ member
4696
4697         * lyxtext.h:
4698         * text.C: rename fullRebreak() to partialRebreak() and implement
4699           a fullRebreak() that really bereks fully
4700
4701         * textcursor.h: new struct for cursor-related data
4702
4703 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4704
4705         * lyx_main.C (LyX): get full path of document loaded on the
4706         command line
4707
4708 2003-06-26  André Pönitz  <poenitz@gmx.net>
4709
4710         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4711           remove unused/broken operator>,<,>=.
4712
4713         *       text.C: remove only use of broken operator<= in an Assert().
4714
4715 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4716
4717         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4718         moved errorlist_.clear to showErrorList
4719
4720 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4721
4722         * converter.C (scanLog, runLaTeX):
4723         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4724         move the bv->showErrorList call to the callers
4725         * lyxfunc.C: i.e. here...
4726         * text2.C: and here
4727         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4728         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4729         namespace, the second to...
4730         * buffer_funcs (BufferFormat, parseErrors): added
4731         * errorlist.C (ErrorList(TeXErrors const &)): removed
4732
4733 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4734
4735         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4736
4737 2003-06-24  "Garst R. Reese" <reese@isn.net>
4738
4739         * debug.C: fix typo
4740
4741 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4742
4743         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4744
4745         * version.C.in: change docversion to 1.4
4746
4747 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4748
4749         * buffer.C: fix a bug just introduced
4750
4751 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4752
4753         * buffer.[Ch]: added the parseError signal and use it, removed
4754         sgmlError
4755         * BufferView.[Ch] (addError): moved to ...
4756         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4757         to the Buffer::parseError signal to catch (guess what) parse errors
4758         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4759
4760 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4761
4762         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4763         ability to create a buffer and to return an existing one from
4764         the list. Moved these functions to...
4765         * buffer_funcs.[Ch]: added
4766         * BufferView.[Ch] (loadLyXFile): added
4767         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4768         job removed from bufferlist::loadLyXFile.
4769         * buffer.C (setReadOnly): make it work without view
4770         (i.e added an if (users))
4771
4772 2003-06-19  Angus Leeming  <leeming@lyx.org>
4773
4774         * lfuns.h:
4775         * LyXAction.C (init):
4776         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4777         with LFUN_DIALOG_SHOW <name> <data>.
4778
4779 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4780
4781         * CutAndPaste.C (availableSelections): small compilation fix for
4782         ancient (gcc 2.9x) compilers
4783
4784 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4785
4786         * text3.C (cursorNext): add tmp var
4787
4788         * text2.C (updateCounters): for function calling out of for clause
4789         (replaceSelectionWithString): ditto
4790         (insertStringAsParagraphs): ditto
4791         (getColumnNearX): add tmp var
4792         (setCursorFromCoordinates): add tmp var
4793         (cursorDownParagraph): add tmp var
4794         (deleteEmptyParagraphMechanism): add tmp var
4795
4796         * text.C (insertChar): add tmp var
4797
4798         * rowpainter.C (paintDepthBar): add tmp var
4799
4800         * CutAndPaste.C (availableSelections): potentially check all
4801         paragraphs in a cut to fill the shown strings.
4802
4803 2003-06-18  André Pönitz  <poenitz@gmx.net>
4804
4805         * kbmap.[Ch]: use vector<> instead of list<>
4806
4807 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4808
4809         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4810         pasteSelection with index
4811
4812         * text2.C (pasteSelection): modify, call pasteSelection with index
4813
4814         * paragraph.C (asString): reimplement version with no interval to
4815         call the one with interval.
4816
4817         * lyxtext.h: add index arg to pasteSelection
4818
4819         * MenuBackend.C (MenuItem): handle PasteRecent
4820         (Menu::read::Menutags): add md_pasterecent
4821         (read): handle it
4822         (expandPasteRecent): new function
4823         (expand): use it
4824
4825         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4826
4827         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4828         the limited stack
4829         (availableSelections): new function
4830
4831 2003-06-17  Angus Leeming  <leeming@lyx.org>
4832
4833         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4834
4835 2003-06-17  Angus Leeming  <leeming@lyx.org>
4836
4837         * lfuns.h:
4838         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4839
4840         * lyxfunc.C (dispatch): invoke it.
4841
4842 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4843
4844         * iterators.C (operator++, ParPosition): reintroduce some
4845         const_cast for the benefit of older compilers.
4846
4847 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4848
4849         * text3.C (dispatch): do not modify clipboard when doing
4850         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4851         LFUN_DELETE_SKIP on a selection selection
4852
4853 2003-06-16  André Pönitz  <poenitz@gmx.net>
4854
4855         * BufferView.C:
4856         * buffer.C:
4857         * buffer.h:
4858         * paragraph.C:
4859         * tabular.[Ch]: IU of clone() and getLabelList();
4860
4861 2003-06-13  André Pönitz  <poenitz@gmx.net>
4862
4863         * tabular.h: compactification
4864
4865 2003-06-12  André Pönitz  <poenitz@gmx.net>
4866
4867         * tabular.C:
4868         * tabular.h:
4869         * tabular_funcs.h: some renaming plus whitespace
4870
4871 2003-06-12  André Pönitz  <poenitz@gmx.net>
4872
4873         * BufferView.C:
4874         * BufferView_pimpl.C:
4875         * CutAndPaste.C:
4876         * buffer.C:
4877         * iterators.[Ch]:
4878         * lyxfunc.C:
4879         * text.C:
4880         * toc.C: Return a Paragraph & for ParIterator::operator*()
4881
4882 2003-06-11  John Levon  <levon@movementarian.org>
4883
4884         * lyx_main.C:
4885         * ToolbarBackend.h:
4886         * ToolbarBackend.C: add "Toolbars" section and
4887         put the flags there
4888
4889 2003-06-10  Angus Leeming  <leeming@lyx.org>
4890
4891         * lfuns.h:
4892         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4893
4894         * lyxfunc.C (dispatch): invoke it.
4895
4896 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4897
4898         * main.C: protect <ios> with HAVE_IOS
4899         (main): protect sync_with_stdio with HAVE_IOS
4900
4901 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4902
4903         * text2.C (cutSelection): adjust
4904         (pasteSelection): adjust
4905
4906         * messages.C: handle get of empty string
4907
4908         * main.C (main): use sync_with_stdio(false)
4909
4910         * lyxfunc.C (dispatch): adjust
4911
4912         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4913         (WriteAs): remove unneeded BufferView arg.
4914
4915         * bufferparams.h: use correct types on papersize, papersize2 and
4916         paperpackage.
4917
4918         * bufferparams.C (readToken): adjust for type
4919         (writeLaTeX): add missing cases to switch.
4920
4921         * bufferlist.C (quitWriteBuffer): adjust
4922         (close): adjust
4923
4924         * buffer.C (asciiParagraph): remove some commented code.
4925
4926         * CutAndPaste.C: remove current_view extern variable.
4927         (cutSelection): add BufferParams arg.
4928         (eraseSelection): add BufferParams arg.
4929         (pasteSelection): add Buffer const & arg
4930
4931 2003-06-07  John Levon  <levon@movementarian.org>
4932
4933         * buffer.C:
4934         * paragraph_funcs.C:
4935         * paragraph_pimpl.C:
4936         * text.C:
4937         * text2.C:
4938         * paragraph.h:
4939         * paragraph.C: allow InsetERT to freely space lines,
4940         and some consolidation of code
4941
4942 2003-06-06  José Matos  <jamatos@fep.up.pt>
4943
4944         * buffer.C (makeDocBookFile): fix bug #821
4945
4946 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4947
4948         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4949
4950 2003-06-04  Angus Leeming  <leeming@lyx.org>
4951
4952         * buffer.C: bump format to 224.
4953
4954 2003-06-05  André Pönitz  <poenitz@gmx.net>
4955
4956         * text2.C (redoParagraphs): remove two const_cast<>
4957
4958 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4959
4960         * ParagraphList.h: remove last remnants of NO_STD_LIST
4961
4962 2003-06-03  Angus Leeming  <leeming@lyx.org>
4963
4964         * factory.C (createInset): small change to the way InsetExternal's params
4965         are set.
4966
4967 2003-06-04  André Pönitz  <poenitz@gmx.net>
4968
4969         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4970
4971         * paragraph_pimpl.h:
4972         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4973
4974         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4975
4976         * undo_funcs.C: make some simple cases of undo work again
4977
4978 2003-06-03  John Levon  <levon@movementarian.org>
4979
4980         * ispell.C: HPUX doesn't have sys/select.h
4981         (from Albert Chin)
4982
4983 2003-06-03  John Levon  <levon@movementarian.org>
4984
4985         * CutAndPaste.C: update tabular and include inset
4986         buffer references
4987
4988         * buffer.h:
4989         * paragraph.h:
4990         * paragraph.C: remove owningBuffer(), don't pass Buffer
4991         to clone()
4992
4993         * factory.C: insetGraphicsParams changed
4994
4995 2003-06-02  John Levon  <levon@movementarian.org>
4996
4997         * LyXAction.C:
4998         * factory.C:
4999         * lfuns.h:
5000         * lyxfunc.C:
5001         * text3.C: remove insetparent
5002
5003 2003-06-02  John Levon  <levon@movementarian.org>
5004
5005         * buffer.h:
5006         * buffer.C: fix inset_iterator.end(), move out of line
5007         (bug 1149)
5008
5009 2003-06-01  John Levon  <levon@movementarian.org>
5010
5011         * text3.C: use a proper cut/paste when doing inset
5012         insert (from Jürgen Spitzmüller)
5013
5014 2003-06-01  John Levon  <levon@movementarian.org>
5015
5016         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5017
5018 2003-05-30  André Pönitz  <poenitz@gmx.net>
5019
5020         * rowpainter.C: unify second drawing phase
5021
5022 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5023
5024         * trans_mgr.C: remove one case of current_view
5025
5026         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5027
5028         * paragraph_funcs.h: remove paragraph.h include
5029
5030         * paragraph.h: delete NO_STD_LIST stuff
5031
5032         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5033
5034         * buffer.h: remove paragraph.h include
5035
5036         * ParagraphList.C: delete file
5037
5038         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5039
5040         * toc.C (getTocList): adjust
5041
5042         * paragraph_pimpl.C (validate): adjust
5043
5044         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5045
5046         * paragraph.C (Paragraph): adjust
5047         (getPositionOfInset): use const_iterator, adjust
5048         (bibitem): use const_iterator, adjust
5049         (setInsetOwner): adjust
5050
5051         * iterators.C (operator++): adjust
5052
5053         * InsetList.[Ch]: Replace selfmade iterator with standard
5054         vector::iterator also introduce const_iterator. Remove getPos,
5055         getInset and setInset from InsetTable. Adjust accordingly.
5056
5057         * BufferView.C (lockInset): adjust
5058         (ChangeInsets): adjust
5059
5060         * tabular.[Ch]: delete commented same_id functions
5061
5062 2003-05-28  John Levon  <levon@movementarian.org>
5063
5064         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5065
5066 2003-05-28  André Pönitz  <poenitz@gmx.net>
5067
5068         * metricsinfo.[Ch]: remove 'fullredraw' member
5069
5070 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5071
5072         * lyxtextclass.C (operator): remove caching.
5073
5074 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5075
5076         * text3.C: adjust
5077
5078         * text2.C (cursorBottom): adjust
5079         (setCounter): use ParagraphList::find, adjust
5080
5081         * text.C (workWidth): use ParagraphList::find, adjust
5082
5083         * lyxcursor.C (LyXCursor): adjust
5084
5085         * buffer.C (inset_iterator): adjust
5086
5087         * ParagraphList.h: make iterator(value_type) private, make
5088         ParagraphList a friend of iterator.
5089
5090         * ParagraphList.C (find): new function
5091
5092         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5093
5094 2003-05-27  André Pönitz  <poenitz@gmx.net>
5095
5096         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5097
5098 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5099
5100         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5101
5102 2003-05-26  John Levon  <levon@movementarian.org>
5103
5104         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5105
5106 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5107
5108         * remove same_id from function signatures, adjust.
5109
5110 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5111
5112         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5113
5114         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5115
5116         * paragraph.C (Paragraph): get rid of same_ids parameter
5117
5118         * ParagraphList.C (insert): adjust
5119         (push_back): adjust
5120
5121 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5122
5123         * paragraph_funcs.C (breakParagraph): adjust
5124         (breakParagraphConservative): adjust
5125
5126         * buffer.C (readParagraph): adjust
5127
5128         * ParagraphList.C (insert): take a reference instead of a pointer
5129         (insert): adjust
5130
5131         * paragraph.[Ch] (id): new function
5132
5133         * bufferlist.C (newFile): adjust
5134
5135         * ParagraphList.C (ParagraphList): adjust
5136         (assign): adjust
5137         (push_back): take a reference instead of a pointer.
5138
5139         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5140
5141         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5142         instead.
5143
5144         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5145         set else use old code.
5146
5147         * ParagraphList.C: remove all NO_NEXT code and only compile this
5148         code of NO_STD_LIST is set.
5149
5150 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5151
5152         * BufferView_pimpl.C:
5153         * TextCache.C:
5154         * TextCache.h:
5155         * bufferlist.C:
5156         * errorlist.h:
5157         * format.C:
5158         * format.h:
5159         * graph.C:
5160         * lyxfunc.C:
5161         * lyxrc.C:
5162         * graphics/GraphicsConverter.C:
5163         * graphics/PreviewLoader.C: header adjustment
5164
5165 2003-05-23  Angus Leeming  <leeming@lyx.org>
5166
5167         * LaTeXFeatures.[Ch] (useBabel): new method.
5168         * bufferparams.C (writeLaTeX): use it.
5169
5170 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5171
5172         * ParagraphList.h (set): remove unused function.
5173
5174 2003-05-23  André Pönitz  <poenitz@gmx.net>
5175
5176         * BufferView.C:
5177         * BufferView_pimpl.C:
5178         * buffer.C:
5179         * buffer.h:
5180         * lyxfunc.C:
5181         * undo_funcs.C: setUndo reworked
5182
5183         * iterators.[Ch]: add access to topmost ParagraphList
5184
5185         * lyxtext.[Ch] (workWidth): add a const
5186
5187 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5188
5189         * texrow.[Ch] (increasePos): remove function
5190         * exporter.C (export): removed unused var and outdated comment
5191
5192 2003-05-23  Angus Leeming  <leeming@lyx.org>
5193
5194         * latexrunparams.h: rename fragile as moving_arg.
5195         * paragraph.C (simpleTeXOnePar): ditto.
5196         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5197
5198 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5199
5200         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5201         (createUndo): ditto
5202         (textUndoOrRedo): comment out a currently unused var.
5203
5204         * paragraph.h (NO_NEXT): enable NO_NEXT
5205
5206         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5207
5208         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5209
5210         * exporter.C (Export): adjust for removeAutoInsets removal.
5211
5212         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5213
5214         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5215
5216         * BufferView.[Ch] (removeAutoInsets): delete function
5217
5218 2003-05-22  Angus Leeming  <leeming@lyx.org>
5219
5220         * latexrunparams.h: add a free_spacing variable.
5221
5222         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5223         to pass moving_arg, as the data is stored in runparams.fragile.
5224
5225         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5226         to Inset::latexOptional or to simpleTeXOnePar.
5227
5228         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5229         free_spacing arg to Inset::latexOptional.
5230
5231         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5232         free_spacing arg.
5233
5234 2003-05-22  Angus Leeming  <leeming@lyx.org>
5235
5236         * latexrunparams.h: add fragile and use_babel variables.
5237
5238         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5239         * buffer.C (makeLaTeXFile): store this returned value in
5240         runparams.use_babel, thus passing it to the inset::latex methods.
5241
5242         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5243         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5244
5245         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5246         longer has a fragile arg, as it is stored in runparams.fragile.
5247
5248         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5249         moving_arg parameter as the data is stored in runparams.fragile.
5250
5251         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5252         a fragile parameter as the data is stored in runparams.fragile.
5253
5254 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5255
5256         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5257
5258 2003-05-22  Angus Leeming  <leeming@lyx.org>
5259
5260         * latexrunparams.h: add a 'bool nice' which defaults to false.
5261
5262         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5263         now encapsulated within runparams.
5264
5265         * bufferlist.C (updateIncludedTeXfiles):
5266         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5267
5268 2003-05-22  Angus Leeming  <leeming@lyx.org>
5269
5270         * latexrunparams.h: new file containing struct LatexRunParams.
5271         * Makefile.am: add new file.
5272
5273         * LaTeX.[Ch] (c-tor, run):
5274         * buffer.[Ch] (makeLaTeXFile):
5275         * bufferlist.[Ch] (updateIncludedTeXfiles):
5276         * converter.C (convert, scanLog):
5277         * converter.[Ch] (runLaTeX):
5278         * exporter.C (Export):
5279         * paragraph.[Ch] (simpleTeXOnePar):
5280         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5281         * paragraph_funcs.[Ch] (latexParagraphs):
5282         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5283         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5284         pass around a LatexRunParams parameter.
5285
5286 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5287
5288         * paragraph.[Ch]: remove unused constructor
5289
5290         * ParagraphList.C (erase): new function, taking two iterators
5291
5292 2003-05-22  André Pönitz  <poenitz@gmx.net>
5293
5294         * undo_funcs.C: remove duplicated code
5295
5296         * iterator.[Ch]: operator=
5297
5298 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5299
5300         * tabular.C (SetMultiColumn): ws changes
5301
5302         * rowpainter.C (paintFirst): get rid of a ->previous
5303
5304         * lyx_cb.C (getPossibleLabel): parlist simplification
5305
5306         * BufferView.C (ChangeInsets): simplify slightly.
5307
5308 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5309
5310         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5311         * lfuns.h: new LFUN_SPACE
5312         * lyxfunc.C: protected space has a new lfun
5313         * paragraph_funcs.C: read new space insets
5314         * text3.C:
5315         * factory.C: handle new space insets
5316
5317 2003-05-22  André Pönitz  <poenitz@gmx.net>
5318
5319         * BufferView.C:
5320         * BufferView_pimpl.C:
5321         * buffer.[Ch]:
5322         * lyxfunc.C:
5323         * undo_funcs.C: return a ParIterator from getParFromID.
5324
5325         * iterators.[Ch]: add two const's
5326
5327 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5328
5329         * toc.C (getTocList): adjust
5330
5331         * iterators.[Ch]: rework for parlist
5332
5333         * buffer.C (par_iterator_begin): adjust
5334         (par_iterator_end): adjust
5335
5336         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5337
5338         * BufferView.C (removeAutoInsets): adjust
5339         (ChangeInsets): adjust
5340
5341 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5342
5343         * text.C (top_y): fix bug 1110
5344
5345 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5346
5347         * errorlist.[Ch]: added
5348         * buffer.C:
5349         * BufferView.[Ch]:
5350         * BufferView_pimpl.C:
5351         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5352         instead
5353
5354 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5355
5356         * Makefile.am: ensure that lyx is relinked upon changes to the
5357         various "convenience" libs.
5358
5359 2003-05-20  Angus Leeming  <leeming@lyx.org>
5360
5361         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5362         files are compiled in alphabetical order again.
5363
5364         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5365
5366 2003-05-19  Angus Leeming  <leeming@lyx.org>
5367
5368         * gettext.[Ch]: remove "char const * _(char const *)".
5369
5370 2003-05-19  André Pönitz  <poenitz@gmx.net>
5371
5372         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5373
5374         * Makefile.am:
5375         * BufferView.C:
5376         * DepTable.h:
5377         * LaTeXFeatures.C:
5378         * buffer.C:
5379         * lyxfont.C:
5380         * lyxlex.h:
5381         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5382
5383 2003-05-19  André Pönitz  <poenitz@gmx.net>
5384
5385         * buffer.C:
5386         * lyxlayout.[Ch]:
5387         * lyxtextclass.[Ch]:
5388         * paragraph.C:
5389         * paragraph_funcs.[Ch]:
5390         * text2.C:
5391         * text3.C: more insetenv work
5392
5393 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5394
5395         * ParagraphParameters.C (params2string): small bug fixed
5396
5397 2003-05-16  André Pönitz  <poenitz@gmx.net>
5398
5399         * debug.C:
5400         * bufferview_funcs.C: patch from Kornel Benko to prevent
5401           crash when _(...) is called twice in a statement
5402
5403 2003-05-16  André Pönitz  <poenitz@gmx.net>
5404
5405         * BufferView.C:
5406         * lyxfunc.C:
5407         * text.C:
5408         * text2.C:
5409         * text3.C:
5410         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5411
5412 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5413
5414         * lyx_main.C (init): remove spurious static_cast
5415
5416 2003-05-14  André Pönitz  <poenitz@gmx.net>
5417
5418         * BufferView.C: fix format string
5419
5420 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5421
5422         * BufferView.[Ch] (insertErrors): removed
5423         * BufferView.[Ch] (showErrorList): added
5424         * buffer.C (runChkTeX):
5425         * converter.C (scanLog): call showErrorList instead of inserterrors
5426
5427 2003-05-13  André Pönitz  <poenitz@gmx.net>
5428
5429         * BufferView_pimpl.C:
5430         * buffer.C:
5431         * bufferview_func.C:
5432         * MenuBackend.C:
5433         * lyxfunc.C:
5434         * lyxrc.C:
5435         * tex-accent.C:
5436         * text3.C:
5437         * toc.C:
5438         * tabular_funcs.h: tostr() from its own header
5439
5440         * ParagraphParameters.C:
5441         * ToolbarBackend.C:
5442         * bufferparams.C:
5443         * format.C:
5444         * lyxlex_pimpl.C:
5445         * text3.C: STRCONV()
5446
5447 2003-05-12  André Pönitz  <poenitz@gmx.net>
5448
5449         * BufferView.C:
5450         * BufferView_pimpl.C:
5451         * CutAndPaste.C:
5452         * LaTeX.C:
5453         * LaTeXFeatures.C:
5454         * ParagraphParameters.C:
5455         * buffer.C:
5456         * bufferlist.C:
5457         * bufferparams.C:
5458         * bufferview_funcs.C:
5459         * converter.C:
5460         * counters.C:
5461         * debug.C:
5462         * exporter.C:
5463         * format.C:
5464         * importer.C:
5465         * lyx_cb.C:
5466         * lyx_main.C:
5467         * lyxfont.C:
5468         * lyxfunc.C:
5469         * lyxvc.C:
5470         * paragraph.C:
5471         * paragraph_funcs.C:
5472         * tabular.C:
5473         * tabular_funcs.C:
5474         * text2.C:
5475         * text3.C:  boost::format -> bformat  all over the place
5476
5477
5478 2003-05-09  André Pönitz  <poenitz@gmx.net>
5479
5480         * LColor.[Ch]: Pimpl the #include <map> away
5481
5482 2003-05-09  John Levon  <levon@movementarian.org>
5483
5484         * bufferlist.C: never remove emergency saves
5485
5486 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5487
5488         * Makefile.am: better lib building
5489
5490 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5491
5492         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5493         instead.
5494         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5495         (simpleTeXSpecialChars): adjust
5496         (simpleTeXSpecialChars): adjust
5497         * paragraph.C (simpleTeXOnePar): adjust
5498         * buffer.C (makeLaTeXFile): adjust
5499
5500         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5501
5502         * text2.C (changeDepth): parlist cleanup
5503         (getColumnNearX): ditto
5504
5505         * rowpainter.C (getLabelFont): parlist cleanup
5506
5507         * bufferlist.C (newFile): parlist cleanup
5508
5509         * CutAndPaste.C (eraseSelection): parlist cleanup
5510
5511         * BufferView_pimpl.C (trackChanges): parlist cleanup
5512         (dispatch): ditto
5513
5514         * BufferView.C (lockInset): parlist cleanup.
5515         (ChangeInsets): ditto
5516
5517 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5518
5519         * CutAndPaste.h: Update file header.
5520
5521         * CutAndPaste.C: Update file header.
5522         Store the parts cut out of the Document in a limited_stack.
5523         (copySelection): adjust
5524         (pasteSelection): new function, takes the index in the limited stack.
5525         (nrOfParagraphs): adjust
5526         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5527         simplify error inset insertion.
5528         (checkPastePossible): adjust
5529
5530 2003-05-06  John Levon  <levon@movementarian.org>
5531
5532         * text2.C: don't cast wrap inset to float
5533
5534 2003-05-05  André Pönitz  <poenitz@gmx.net>
5535
5536         * iterator.C:
5537         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5538
5539         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5540           few naked Paragraph *.
5541
5542 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5543
5544         * bufferparams.C: Output warning if a document with missing
5545         TeX document class is loaded
5546         * exporter.C: Disable TeX exports if the document class is missing
5547         * lyxtextclass.C:
5548         * lyxtextclass.h:
5549         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5550         isTeXClassAvailable()
5551
5552 2003-05-03  John Levon  <levon@movementarian.org>
5553
5554         * BufferView.h:
5555         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5556         explicit cursor show/hide
5557
5558         * BufferView_pimpl.h:
5559         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5560         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5561
5562         * lyxfunc.C: hide cursor before dispatching.
5563
5564         * lyx_cb.C:
5565         * lyxfind.C:
5566         * text.C:
5567         * text3.C: remove explicit cursor hides
5568
5569 2003-05-02  André Pönitz  <poenitz@gmx.net>
5570
5571         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5572
5573         * undo_funcs.C:
5574         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5575           linked lists
5576
5577         * text2.C: tiny whitespace
5578
5579 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5580
5581         * undo_funcs.C: almost only ws changes.
5582
5583         * ParagraphList.C (splice): just return if pl is empty.
5584
5585 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5586
5587         * ParagraphList.C (splice): new function.
5588
5589         * CutAndPaste.C (pasteSelection): use it
5590
5591 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5592
5593         * CutAndPaste.C (pasteSelection): remove the last next and
5594         previous from this file.
5595
5596 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5597
5598         * CutAndPaste.C (pasteSelection): more clean up, user proper
5599         ParagraphList functions for pasteing.
5600
5601         * ParagraphList.C (insert): new function, three arg insert
5602
5603 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5604
5605         * ParagraphList.C (insert): new function, three arg insert
5606
5607         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5608         not on paragraphs.
5609
5610 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5611
5612         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5613
5614 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5615
5616         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5617
5618 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5619
5620         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5621         (copySelection): clean up a bit.
5622         (pasteSelection): use make_pair
5623
5624         * ParagraphList.C (ParagraphList): implement copy constructor
5625         (operator=): implement, base on copy constructor.
5626         (assign): new func
5627
5628         * paragraph.C (erase): return a bool
5629
5630         * paragraph_pimpl.C (erasePos): remove function, move contents...
5631         (erase): ... here. Return a bool.
5632         (erase): call erase instead of erasePos.
5633
5634 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5635
5636         * ParagraphList.h: define PitPosPair
5637         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5638         ParagraphList, fix a bug on pasting multiple pars
5639         * text2.C: change interface to C&P
5640
5641 2003-04-30  André Pönitz  <poenitz@gmx.net>
5642
5643         * undo_func.C: revert part of yesterday's patch 2
5644
5645 2003-04-30  John Levon  <levon@movementarian.org>
5646
5647         * LColor.C: s/tabular/table/
5648
5649 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5650
5651         * text3.C (dispatch): do not convert iterator -> pointer
5652         * undo_funcs.C (setCursorParUndo): ditto
5653         * text_funcs.C (transposeChars): ditto
5654
5655         * text2.C (setLayout): ws changes only
5656
5657         * text.C (breakParagraph): do not convert iterator -> pointer
5658         (insertChar): ditto
5659         (acceptChange): ditto
5660         (rejectChange): ditto
5661         (changeCase): ditto
5662         (Delete): ditto
5663         (backspace): ditto
5664
5665         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5666         pointer
5667
5668 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5669
5670         * text3.C (gotoInset): YABG (yet another bad getChar)
5671
5672 2003-04-29  André Pönitz  <poenitz@gmx.net>
5673
5674         * paragraph.h: make operator= private unimplemented as long as
5675           it is unusable
5676
5677         * ParagraphList.C: whitespace
5678
5679         * paragraph.[Ch]:
5680         * paragraph_pimpl.[Ch]:
5681         * paragraph_funcs.C:
5682         * CutAndPaste.C:
5683         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5684
5685         * text2.C:
5686           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5687
5688 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5689
5690         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5691         * paragraph.[Ch] (erase):
5692         * paragraph_pimpl.[Ch] (erase): change return type and value
5693         * text2.C (cutSelection): some rework
5694
5695 2003-04-28  John Levon  <levon@movementarian.org>
5696
5697         * bufferlist.C: changes for unsaved changes dialog
5698
5699 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5700
5701         * bufferlist.C (newFile): set language (messages_) for new
5702         documents also.
5703
5704         * buffer.C (readFile): ws changes only.
5705
5706 2003-04-28  André Pönitz  <poenitz@gmx.net>
5707
5708         * undo_funcs.C:
5709         * lyxfunc.C:
5710         * buffer.[Ch]:
5711         * BufferView_pimpl.C:
5712         * BufferView.C: getParFromID related ParagraphList::iterator changes
5713
5714 2003-04-28  André Pönitz  <poenitz@gmx.net>
5715
5716         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5717           Changes
5718
5719 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5720
5721         * messages.C: remove one more localedir class variable.
5722
5723 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5724
5725         * messages.C (getLocaleDir): singleton generation function
5726         (Pimpl): use it.
5727         (Messages): add a default constructor.
5728
5729         * main.C (main): do not setup localedir here, do not call
5730         gettext_init.
5731
5732         * gettext.C (_): use it.
5733         (gettext_init): delete funciton
5734
5735 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5736
5737         * gettext.C (getLyXMessages): new singleton generating function.
5738
5739         * buffer.C (updateDocLang): adjust
5740
5741         * Makefile.am (messages.o): add target
5742         (main.o): remove target
5743
5744 2003-04-27  John Levon  <levon@movementarian.org>
5745
5746         * bufferlist.C:
5747         * lyx_cb.C:
5748         * lyxfunc.C:
5749         * lyxvc.C: specify cancel button in Alert::prompt
5750
5751 2003-04-26  John Levon  <levon@movementarian.org>
5752
5753         * text3.C:
5754         * lyxfunc.C:
5755         * lfuns.h:
5756         * LyXAction.C: add LFUN_INSET_SETTINGS
5757
5758         * lyxfunc.C: don't enable tabular-feature when there's
5759         just any locking inset
5760
5761 2003-04-26  John Levon  <levon@movementarian.org>
5762
5763         * bufferlist.C: re-add Cancel to buffer close question
5764
5765         * lyxfunc.C: fix import UI a bit
5766
5767 2003-04-25  John Levon  <levon@movementarian.org>
5768
5769         * gettext.C: remove the broken asserts for now
5770
5771 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5772
5773         * messages.C: make case where setlocale cannot comply work better.
5774
5775         * buffer.C (updateDocLang): new function
5776         (changeLanguage): use it
5777         (readFile): use it
5778
5779         * text2.C (setCounter): use B_ a bit.
5780
5781         * lyxlayout.C (Read): be sure to trim the label strings.
5782
5783         * messages.C (Messages): fix typo in comment
5784
5785         * buffer.C (readFile): set message_ after file is loaded.
5786         (makeDocBookFile): remove double return
5787         (changeLanguage): reset message_ upon language change.
5788         (B_): new func, use this to get translated buffer strings.
5789
5790         * main.C: add myself and Jean Marc as authors.
5791
5792 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5793
5794         * messages.[hC]: pimplify Messages, and three different pimpls to be
5795         used in different circumstances.
5796
5797         * gettext.[Ch]: change for use with new message code.
5798
5799 2003-04-24 André Pönitz <poenitz@gmx.net>
5800
5801         * factory.C: support for eqref
5802
5803 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5804
5805         * messages.[Ch]: add missing char
5806
5807         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5808
5809         * messages.[Ch]: New files
5810
5811 2003-04-18  John Levon  <levon@movementarian.org>
5812
5813         * BufferView.h:
5814         * BufferView.C:
5815         * BufferView_pimpl.C:
5816         * lfuns.h:
5817         * LyXAction.C:
5818         * lyxtext.h:
5819         * text2.C: remove layout-copy/paste (bug 778)
5820
5821 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5822
5823         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5824
5825 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5826
5827         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5828         if they succeed. Act accordingly.
5829
5830 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5831
5832         * text2.C (setCharFont): adjust
5833         (setCounter): adjust
5834         (insertStringAsLines): adjust
5835
5836         * text.C (leftMargin): adjust
5837         (setHeightOfRow): adjust
5838
5839         * rowpainter.C (paintFirst): adjust
5840         (paintLast): adjust
5841
5842         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5843         (outerHook): ditto
5844         (isFirstInSequence): ditto
5845         (getEndLabel): ditto
5846         (outerFont): adjust
5847
5848         * paragraph.C (getParLanguage): comment out some hard stuff.
5849
5850         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5851         (sgmlError): ditto
5852         (simpleDocBookOnePar): ditto
5853         (makeDocBookFile): use ParagraphList::iterator
5854
5855         * CutAndPaste.C (pasteSelection): adjust
5856
5857 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5858
5859         * text2.C (getFont): adjust
5860         (getLayoutFont): adjust
5861         (getLabelFont): adjust
5862
5863         * paragraph_funcs.C (TeXOnePar): adjust
5864
5865         * buffer.C (simpleLinuxDocOnePar): adjust
5866         (simpleDocBookOnePar): adjust
5867
5868         * CutAndPaste.C (pasteSelection): adjust
5869
5870         * BufferView.C (getEncoding): adjust
5871
5872         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5873
5874 2003-04-16  John Levon  <levon@movementarian.org>
5875
5876         * lyxfind.C: use parlist stuff for search/changes
5877
5878 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5881
5882         * text2.C (deleteEmptyParagraphMechanism): adjust
5883
5884         * text2.[Ch] (ownerParagraph): delete func (both of them
5885
5886 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5887
5888         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5889
5890 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5891
5892         * ParagraphList.C: prepare for NO_NEXT
5893
5894 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5895
5896         * text2.C (getFont): adjust
5897         (getLayoutFont): adjust
5898         (getLabelFont): adjust
5899
5900         * paragraph.C (getFont): adjust
5901         (getLabelFont): adjust
5902         (getLayoutFont): adjust
5903
5904         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5905
5906 2003-04-15  John Levon  <levon@movementarian.org>
5907
5908         From Angus Leeming
5909
5910         * lyx_main.C: handle Include in .ui files
5911
5912 2003-04-15  John Levon  <levon@movementarian.org>
5913
5914         * MenuBackend.C: make the doc files length shorter
5915
5916         * ToolbarBackend.h:
5917         * ToolbarBackend.C: handle toolbar placement flags,
5918         Minibuffer
5919
5920 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5921
5922         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5923         adjust
5924
5925         * paragraph_funcs.C (TeXOnePar): adjust
5926
5927         * paragraph.C (getLabelFont): add outerfont arg, adjust
5928         (getLayoutFont): ditto
5929         (simpleTeXOnePar): adjust
5930
5931         * paragraph_pimpl.C (realizeFont): delete func
5932
5933 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5934
5935         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5936         row argument, constify cur argument.
5937
5938 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5939
5940         * text2.C (getFont): adjust
5941         (getLayoutFont): adjust
5942         (getLabelFont): adjust
5943
5944         * paragraph_funcs.C (TeXOnePar): adjust
5945         (outerFont): new func...
5946         (realizeFont): ...moved out from here, changed this to facilitate
5947         transition
5948
5949         * paragraph.C (getFont): take outerfont as arg, adjust
5950         (simpleTeXOnePar): add outerfont arg, adjust
5951
5952         * buffer.C (simpleLinuxDocOnePar): adjust
5953         (simpleDocBookOnePar): adjust
5954
5955         * CutAndPaste.C (pasteSelection): adjust
5956
5957         * BufferView.C (getEncoding): adjust
5958
5959 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5960
5961         * text2.C (setCharFont): adjust
5962         (setCounter): adjust
5963
5964         * text.C (leftMargin): adjust
5965         (setHeightOfRow): adjust
5966
5967         * rowpainter.C (paintFirst): adjust
5968         (paintLast): adjust
5969
5970         * paragraph_pimpl.C (realizeFont): adjust
5971
5972         * paragraph.C (isFirstInSequence): move from here...
5973         * paragraph_funcs.C (isFirstInSequence): ...to here
5974
5975         * paragraph.C (outerHook): move from here...
5976         * paragraph_funcs.C (outerHook): ...to here
5977
5978         * paragraph.C (depthHook): move from here...
5979         * paragraph_funcs.C (depthHook): ...to here
5980
5981         * paragraph.C (getEndLabel): move from here...
5982         * paragraph_funcs.C (getEndLabel): ...to here
5983
5984         * text2.C (realizeFont): move from here...
5985         * paragraph_funcs.C (realizeFont): ...to here
5986
5987 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5990
5991 2003-04-14  Angus Leeming  <leeming@lyx.org>
5992
5993         * LColor.[Ch]: scrap LColor mathcursor.
5994
5995 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5996
5997         * lyxlex.[Ch] (text): delete function
5998         * trans.C (Load): adjust
5999         * paragraph_funcs.C (readParToken): adjust
6000
6001 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6002
6003         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6004         vector<char> instead of a char[].
6005
6006         * lyxlex_pimpl.C (getString): adjust
6007         (next): adjust
6008         (lex): use getString
6009         (eatLine): adjust
6010         (nextToken): adjust
6011
6012         * lyxlex.C (text): use pimpl_->getString()
6013         (getBool): ditto
6014         (findToken): ditto
6015
6016 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6017
6018         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6019         (makeFontEntriesLayoutSpecific): temp var for par.size()
6020         (setLayout): temp var for ownerParagraphs().end()
6021         (fullRebreak): temp var for rows().end()
6022         (selectionAsString): temp var for boost::next(startpit), realize
6023         that the while really is a regular for loop.
6024         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6025         setCursor in one place.
6026         (setParagraph): temp vr for ownerParagraphs().end()
6027         (updateCounters): make the while loop a for loop
6028         (cutSelection): temp var for ownerParagraphs().end()
6029         (updateInset): make the do {} while() a regular for loop
6030         (getCursorX): use temp vars
6031         (setCurrentFont): use temp vars
6032         (getColumnNearX): use temp vars
6033
6034 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6035
6036         * text.C (transformChar): use temp var for getChar
6037         (computeBidiTables): use temp var for row->par()
6038         (fill): move temp vars for row->par() and pit->layout() earlier in
6039         the function.
6040         (labelFill): use temp var for row->par()
6041         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6042         asc and desc, realize that pit never changes and that firstpit is
6043         just a duplicate and not needed. Exchange rit->par() with pit in a
6044         lot of places.
6045         (breakAgain): use a temp var for boost::next(rit)
6046         (breakAgainOneRow): ditto
6047         (breakParagraph): use a temp var for rows().begin()
6048         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6049         (cursorRightOneWord): use temp var for cursor.par() and
6050         cursor.pos(), remove usage of tmpcursor.
6051         (cursorLeftOneWord): use temp var for cursor.par() and
6052         cursor.pos() only set cur at end of function.
6053
6054 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6055
6056         * text.C, text2.C: exchange all usage of Paragraph::next with
6057         boost::next(ParagraphList::iterator)
6058
6059         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6060
6061         * text2.C (cursorTop): simplify implementation
6062         (cursorBottom): ditto
6063         (setParagraph): use ParagraphList::iterator
6064         (setCurrentFont): adjust
6065         (getColumnNearX): adjust
6066         (cursorRight): adjust
6067         (cursorLeft): remove usage of Paragraph::previous
6068         (cursorUpParagraph): ditto
6069         (deleteEmptyParagraphMechanism): slight cleanup
6070
6071         * text.C (isBoundary): take a Paragraph const & instead of a
6072         pointer as arg.
6073         (addressBreakPoint): ditto
6074         (leftMargin): remove usage of Paragraph::previous.
6075         (setHeightOfRow): ditto
6076         (cursorLeftOneWord): ditto
6077         (selectNextWordToSpellcheck): ditto
6078         (Delete): ditto
6079         (backspace): ditto
6080         (breakParagraph): remove one usage of Paragraph::next
6081         (redoParagraph): ditto
6082         (acceptChange): ditto
6083         (insertChar): adjust
6084         (rowBreakPoint): adjust
6085
6086         * bufferview_funcs.C (toggleAndShow): adjust
6087
6088 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6089
6090         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6091         methods to access it.
6092         * lyxtext.h:
6093         * text.C: Added updateRowPositions to compute all row positions.
6094         Make top_y and getRowNearY() to use the cached y position
6095
6096 2003-04-11  John Levon  <levon@movementarian.org>
6097
6098         * text.C (rowBreakPoint): reintroduce the labelEnd
6099         checks, code copied from the row fill stuff. Deep voodoo.
6100
6101         * text.C (fill): add a comment and debugging for the
6102         next poor soul.
6103
6104 2003-04-11  John Levon  <levon@movementarian.org>
6105
6106         * text.C: make sure fullrow insets get wrapped to the next line,
6107         even when they're in a manual label
6108
6109 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6110
6111         * text2.C (insertParagraph): make it take ParagraphList::iterator
6112         as arg.
6113         (setLayout): make it return ParagraphList::iterator
6114         (redoParagraphs): ditto
6115         (setCounter): ditto
6116         (checkParagraph): ditto
6117
6118         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6119
6120         * text2.C: adjust several funcs.
6121         (realizeFont): take a ParagraphList::iterator as arg.
6122         (getLayoutFont): ditto
6123         (getLabelFont): ditto
6124         (setCharFont): ditto
6125
6126         * text.C: adjust several funcs.
6127
6128 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6129
6130         * text.C (selectNextWordToSpellcheck): don't accidentally
6131         skip insets
6132
6133 2003-04-10  John Levon  <levon@movementarian.org>
6134
6135         * ToolbarBackend.C (getIcon): special handling for
6136         LFUN_MATH_DELIM
6137
6138 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6139
6140         * text2.C (cursorRight): a getChar assert fixed
6141
6142 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6143
6144         * text2.C (getFont): change to take a ParagraphList::iterator
6145         instead of Paragraph*
6146         Adjust several functions.
6147
6148         * text.C (transformChar): change to take a ParagraphList::iterator
6149         instead of Paragraph*
6150         (singleWidth): ditto
6151         Adjust several functions.
6152
6153         * rowpainter.C: adjust several functions
6154         * rowpainter.h:store a ParagraphList::iterator and not a
6155         Paragraph&.
6156
6157
6158 2003-04-09  John Levon  <levon@movementarian.org>
6159
6160         * lyxfunc.C:
6161         * lfuns.h:
6162         * LyXAction.h:
6163         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6164         and the "help" bits as well
6165
6166 2003-04-09  John Levon  <levon@movementarian.org>
6167
6168         * ToolbarBackend.h:
6169         * ToolbarBackend.C: allow multiple toolbars
6170
6171 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6172
6173         * undo_funcs.C (setCursorParUndo): adjust
6174
6175         * text_funcs.C (transposeChars): adjust
6176
6177         * text3.C (gotoNextInset): adjust
6178         (dispatch): adjust
6179
6180         * text2.C (setLayout): adjust
6181         (changeDepth): adjust
6182         (setFont): adjust
6183         (redoParagraphs): adjust
6184         (selectionAsString): adjust
6185         (setParagraph): adjust
6186         (insertInset): adjust
6187         (cutSelection): adjust
6188         (copySelection): adjust
6189         (pasteSelection): adjust
6190         (insertStringAsLines): adjust
6191         (updateInset): adjust
6192         (setCursor): change to take a ParagraphList::iterator parameter
6193         (setCursorIntern): change to take a ParagraphList::iterator parameter
6194         (setCurrentFont): adjust
6195         (cursorLeft): adjust
6196         (cursorRight): adjust
6197         (deleteEmptyParagraphMechanism): adjust
6198
6199         * text.C (breakParagraph): adjust
6200         (insertChar): adjust
6201         (acceptChange): adjust
6202         (rejectChange): adjust
6203         (selectNextWordToSpellcheck): adjust
6204         (changeCase): adjust
6205         (Delete): adjust
6206         (backspace): adjust
6207
6208         * lyxfind.C (SearchForward): adjust
6209         (SearchBackward): adjust
6210         (nextChange): adjust
6211
6212         * lyxcursor.C (par): adjust
6213
6214         * lyxcursor.h: store a ParagraphList::iterator instead of a
6215         Paragraph*
6216
6217         * lyx_cb.C (getPossibleLabel): adjust
6218
6219         * bufferview_funcs.C (toggleAndShow): adjust
6220
6221         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6222         (dispatch): adjust
6223
6224         * BufferView.C (removeAutoInsets): adjust
6225         (lockedInsetStoreUndo): adjust
6226
6227 2003-04-09  John Levon  <levon@movementarian.org>
6228
6229         * ToolbarBackend.C: try icon without argument
6230         if with argument fails
6231
6232 2003-04-08  John Levon  <levon@movementarian.org>
6233
6234         * ToolbarBackend.h:
6235         * ToolbarBackend.C: add getIcon(), handle tooltip,
6236         and change from "Icon" to "Item".
6237
6238 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6239
6240         * BufferView.C (lockInset): another bad getchar crunched
6241
6242 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6243
6244         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6245         again)
6246
6247 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6248
6249         * lyxfind.C (searchForward, searchBackwards): bug 782
6250
6251 2003-04-07  John Levon  <levon@movementarian.org>
6252
6253         * paragraph.C: remove dead comment
6254
6255         * text.C: remove troublesome depth-fiddling code
6256         in leftMargin() and rightMargin() (bug 1017)
6257
6258         * text.C: fix breaking of rows in nested lists
6259         (bug 1004)
6260
6261         * text2.C (updateCounters): fix up depth values
6262         (bug 1013)
6263
6264 2003-04-07  John Levon  <levon@movementarian.org>
6265
6266         * BufferView_pimpl.C: clear message when doc finishes resizing,
6267         and after a mouse event
6268
6269         * lyxfunc.C: clear message after exiting inset
6270
6271 2003-04-07  John Levon  <levon@movementarian.org>
6272
6273         * bufferview_funcs.C: show math status not outside
6274         status in the statusbar
6275
6276 2003-04-07  John Levon  <levon@movementarian.org>
6277
6278         * lyxfunc.C: note status changed after a depth change
6279
6280 2003-04-04  Angus Leeming  <leeming@lyx.org>
6281
6282         * LaTeX.h: move AuxInfo operator==, != out of line.
6283         Remove LaTeX virtual destructor; nothing derives from it.
6284         Move operator()() out of public area and rename it startscript().
6285         Change protected for private.
6286
6287 2003-04-04  Angus Leeming  <leeming@lyx.org>
6288
6289         * lyxfunc.C:
6290         * text2.C: remove unneeded #includes.
6291
6292 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6293
6294         * text2.C (dEPM): fix the heigth of the next row
6295
6296 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6297
6298         * text.C: squashed an invalid getChar requester + some ws changes
6299
6300 2003-04-03  John Levon  <levon@movementarian.org>
6301
6302         * bufferview_funcs.h:
6303         * bufferview_funcs.C:
6304         * lyxfunc.C:
6305         * lyxtext.h:
6306         * text2.C: make getStatus work for the env depth lfuns
6307
6308 2003-04-03  John Levon  <levon@movementarian.org>
6309
6310         * bufferview_funcs.h:
6311         * bufferview_funcs.C:
6312         * lyxfunc.C:
6313         * lyxtext.h:
6314         * text2.C: parlistize decDepth(), by merging it with incDepth()
6315
6316 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6317
6318         * lyxrow.h: store a ParagraphList::iterator instead of a
6319         Paragraph* and adjust other class functions to suit.
6320
6321         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6322         above.
6323
6324 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6325
6326         * text2.C (setCursor): do not anchor to cursor row for the time being
6327
6328 2003-04-02  John Levon  <levon@movementarian.org>
6329
6330         * LyXAction.C:
6331         * lfuns.h:
6332         * lyx_main.C:
6333         * lyxtext.h:
6334         * text.C:
6335         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6336
6337 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6338
6339         * paragraph.h: make ParagraphList and ParagraphList::iterator
6340         friends of Paragraph.
6341
6342         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6343
6344         * ParagraphList.C: Use the private next_ and previous_ from
6345         Paragraph.
6346
6347 2003-04-01  John Levon  <levon@movementarian.org>
6348
6349         * ToolbarBackend.h:
6350         * ToolbarBackend.C:
6351         * Makefile.am: rename, remove defaults gunk
6352
6353         * MenuBackend.h:
6354         * MenuBackend.C: remove defaults gunk
6355
6356         * Languages.h:
6357         * Languages.C: remove defaults gunk
6358
6359         * lyx_main.h:
6360         * lyx_main.C: error out if files couldn't be found.
6361
6362 2003-04-02  John Levon  <levon@movementarian.org>
6363
6364         * text2.C: make incDepth() use parlist
6365
6366 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6367
6368         * undo_funcs.C (firstUndoParagraph): adjust
6369
6370         * text3.C (gotoInset): adjust
6371         (dispatch): adjust, and rewrite loop.
6372
6373         * text2.C (init): adjust, and rewrite loop.
6374         (redoParagraphs): adjust
6375         (updateInset): adjust, and rewrite loop.
6376         (deleteEmptyParagraphMechanism): adjust
6377
6378         * tabular.C (LyXTabular): adjust
6379         (SetMultiColumn): adjust
6380         (TeXRow): adjust
6381
6382         * lyxtext.[Ch] (ownerParagraph): delete function
6383         (ownerParagraphs): new function returns a ParagraphList.
6384
6385         * BufferView.C (removeAutoInsets): adjust
6386         (insertErrors): adjust
6387         (setCursorFromRow): adjust
6388
6389 2003-04-01  Angus Leeming  <leeming@lyx.org>
6390
6391         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6392         in the frontends.
6393
6394 2003-04-02  John Levon  <levon@movementarian.org>
6395
6396         * lyxtext.h:
6397         * text.C:
6398         * Makefile.am:
6399         * text_funcs.h:
6400         * text_funcs.C: make transposeChars a free function
6401
6402         * lyxrow_funcs.C: remove wrong comment
6403
6404 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6405
6406         * lyxtext.h: adjust
6407         * rowpainter.C: adjust
6408         * text.C: adjust
6409         * text2.C: adjust
6410         * text3.C: adjust
6411
6412         * lyxrow_funcs. [Ch]: new files
6413
6414         * lyxrow.[Ch]: remove next and previous pointers
6415         (next,previous): remove accessor functions
6416         (isParEnd): move to lyxrow_funcs
6417         (lastPos): move to lyxrow_funcs
6418         (nextRowIsAllInset): move to lyxrow_funcs
6419         (lastPrintablePos): move to lyxrow_funcs
6420         (numberOfSeparators): move to lyxrow_funcs
6421         (numberOfHfills): move to lyxrow_funcs
6422         (numberOfLabelHfills): move to lyxrow_funcs
6423         (hfillExpansion): move to lyxrow_funcs
6424
6425         * lyxfunc.C: adjust
6426
6427         * bufferview_funcs.C (toggleAndShow): adjust
6428
6429         * RowList.h: Remove class RowList from file leave just a
6430         std::list<Row>.
6431
6432         * RowList.C: delete file
6433
6434         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6435         and lyxrow_funcs.h
6436
6437 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6438
6439         * text3.C (cursorPrevious): adjust
6440         (cursorNext): adjust
6441         (dispatch): adjust
6442
6443         * text2.C (redoHeightOfParagraph): adjust
6444         (redoDrawingOfParagraph): adjust
6445         (setCursor): adjust
6446
6447         * text.C (breakParagraph): adjust
6448         (insertChar): adjust
6449         (backspace): adjust
6450
6451         * rowpainter.C (RowPainter): adjust
6452         (leftMargin): simplify and adjust
6453         (most rowpainter functions): adjust.
6454
6455         * rowpainter.h: store the row as RowList::iterator not as Row*
6456
6457         * lyxcursor.C (row): taka RowList::iterator as arg
6458         (irow): ditto
6459
6460         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6461         of Row*.
6462
6463 2003-04-01  Angus Leeming  <leeming@lyx.org>
6464
6465         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6466         stuff like bool Bool.
6467
6468 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6469
6470         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6471         rewrite a loop
6472
6473 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6474
6475         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6476         RowList::iterator.
6477
6478         * lyxtext.h (rows): drop one version and leve a const variant that
6479         returns a RowList::iterator.
6480
6481 2003-03-31  Angus Leeming  <leeming@lyx.org>
6482
6483         * text.C (fill): ensure that the signature is the same as that in the
6484         header file.
6485
6486 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6487
6488         * text2.C (redoParagraphs): adjust
6489         (updateCounters): adjust
6490         (checkParagraph): adjust
6491         (getColumnNearX): adjust and reformat a bit.
6492
6493         * text.C (top_y): adjust
6494         (workWidth): adjust
6495         (leftMargin): adjust
6496         (prepareToPrint): adjust
6497         (getRow): adjust
6498         (getRowNearY): adjust
6499
6500         * lyxtext.h: make rowlist_ mutable.
6501
6502         * RowList.h: add const_iterator
6503         * RowList.C: adjust for RowList::const_iterator.
6504
6505         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6506         adjust.
6507
6508 2003-03-31  John Levon  <levon@movementarian.org>
6509
6510         * lyxrc.h:
6511         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6512
6513         * lyx_main.C: set default fonts from using lyx_gui funcs
6514
6515         * exporter.C: pdf_mode moved from lyxrc
6516
6517         * lyx_cb.C:
6518         * lyxfunc.C: changes from above
6519
6520 2003-03-31  John Levon  <levon@movementarian.org>
6521
6522         * lyx_main.C: fix to the last fix
6523
6524 2003-03-31  John Levon  <levon@movementarian.org>
6525
6526         * bufferlist.C: "Load original" -> "Load Original"
6527
6528         * converter.C:
6529         * exporter.C:
6530         * importer.C:
6531         * lyx_main.C:
6532         * format.C: more Alert cleanups
6533
6534 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6535
6536         * text2.C (removeParagraph): make it take a RowList::iterator as
6537         arg, adjust.
6538         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6539         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6540
6541         * text.C (anchor_row): make it take a RowList::iterator as arg,
6542         adjust.
6543         (computeBidiTables): make it take a const reference to Row instead
6544         of Row pointer, adjust.
6545         (leftMargin): make it take a RowList::iterator as arg, adjust.
6546         (rowBreakPoint): adjust
6547         (breakAgainOneRow): make it take a RowList::iterator as arg,
6548         adjust.
6549         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6550
6551         * bufferview_funcs.C (toggleAndShow): adjust
6552
6553 2003-03-30  John Levon  <levon@movementarian.org>
6554
6555         * Makefile.am:
6556         * BoostFormat.h:
6557         * boost-inst.C: moved to support
6558
6559         * several files: changes as a result
6560
6561 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6562
6563         * text2.C (LyXText): adjust.
6564         (init): adjust
6565         (removeRow): make it take a RowList::iterator as arg, adjust.
6566         (fullRebreak): adjust
6567         (deleteEmptyParagraphMechanism): adjust
6568         (clearPaint): adjust
6569         (postPaint): adjust
6570
6571         * text.C (top_y): adjust
6572         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6573         (breakAgain): make it take a RowList::iterator as arg, adjust.
6574         (breakParagraph): adjust
6575         (insertChar): adjust
6576         (backspace): adjust
6577
6578         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6579         need_break_row, and refresh_row.
6580
6581         * text3.C (dispatch): adjust
6582
6583         * text2.C (checkParagraph): adjust
6584         (setCursor): adjust
6585         (setCursorFromCoordinates): adjust
6586
6587         * text.C (top_y): adjust
6588         (workWidth): adjust
6589         (getRow): make it return a RowList::iterator, adjust
6590         (getRowNearY): make it return a RowList::iterator, adjust
6591
6592         * text2.C (init): adjust
6593         (insertRow): remove function
6594         (insertParagraph): adjust
6595         (redoParagraphs): adjust
6596         (fullRebreak): adjust
6597         (updateCounters): adjust
6598
6599         * text.C (top_y): rewrite to use RowList iterators.
6600         (top_y): adjust
6601         (setHeightOfRow): rewrite to sue RowList iterators.
6602         (appendParagraph): adjust
6603         (breakAgain): adjust
6604         (breakAgainOneRow): adjust
6605         (breakParagraph): adjust
6606         (getRow): adjust
6607         (getRowNearY): adjust, and remove commented code.
6608
6609         * lyxtext.h (firstRow): delete function
6610         (lastRow): delete function
6611         (rows): new function (const and non-const versions.)
6612         (insertRow): delete function
6613
6614         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6615
6616 2003-03-29  John Levon  <levon@movementarian.org>
6617
6618         * BufferView_pimpl.C: always update scrollbar top
6619         because pasting text when we're anchored could mean we
6620         miss an update altogether
6621
6622 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6623
6624         * text2.C (init): use rowlist_.end() and not 0.
6625         (insertRow): change to take a RowList::iterator as arg, adjust
6626         for this.
6627         (insertParagraph): change to take a RowList::iterator as arg,
6628         adjust for this.
6629         (redoParagraphs): remove some debug msgs.
6630
6631         * text.C (appendParagraph): change to take a RowList::iterator
6632         arg, adjust for this.
6633         (breakAgain): add an assert
6634         (breakAgainOneRow): ditto
6635
6636 2003-03-29  John Levon  <levon@movementarian.org>
6637
6638         * text2.C: do not clear selection after inc/decDepth
6639         (bug 550)
6640
6641 2003-03-29  John Levon  <levon@movementarian.org>
6642
6643         * BufferView.C:
6644         * buffer.C: fix broken strerrors according to Lars
6645
6646 2003-03-29  John Levon  <levon@movementarian.org>
6647
6648         * converters.C: more Alert cleanups
6649
6650 2003-03-29  John Levon  <levon@movementarian.org>
6651
6652         * bufferview_funcs.C: remove pointless Alert
6653
6654         * buffer.C: fix confusing error message when
6655         a template is chmoded 000
6656
6657 2003-03-29  John Levon  <levon@movementarian.org>
6658
6659         * BufferView.C:
6660         * BufferView.h:
6661         * BufferView_pimpl.C: Alert fixes
6662
6663         * Makefile.am:
6664         * tabular.C:
6665         * tabular-old.C: remove unused table compat reading
6666
6667 2003-03-29  John Levon  <levon@movementarian.org>
6668
6669         * BufferView.C:
6670         * buffer.C:
6671         * lyx_cb.h:
6672         * lyx_cb.C: more Alert cleanups
6673
6674         * lyxfunc.C: don't allow chktex if not latex document
6675
6676 2003-03-29  John Levon  <levon@movementarian.org>
6677
6678         * lyx_cb.C:
6679         * BufferView.C:
6680         * buffer.C: warnings pushed down from support/,
6681         kill err_alert
6682
6683 2003-03-29  John Levon  <levon@movementarian.org>
6684
6685         * lyxfunc.C: safety check for C-r (revert)
6686
6687 2003-03-29  John Levon  <levon@movementarian.org>
6688
6689         * bufferlist.h:
6690         * bufferlist.C: several UI fixes using Alert::prompt.
6691         Fix the pointless looping quit code. Fix stupid revert
6692         behaviour (bug 938)
6693
6694         * lyxvc.h:
6695         * lyxvc.C:
6696         * lyx_cb.C: use Alert::prompt
6697
6698         * lyx_main.C: remove a silly question
6699
6700         * lyxfunc.C: remove a couple of silly questions,
6701         use Alert::prompt
6702
6703 2003-03-28  John Levon  <levon@movementarian.org>
6704
6705         * text2.C: fix bug 974 (End on empty par)
6706
6707 2003-03-28  John Levon  <levon@movementarian.org>
6708
6709         * BufferView_pimpl.C:
6710         * LyXAction.C:
6711         * lfuns.h: remove do-nothing math greek lfuns
6712
6713 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6714
6715         * lyxgluelength.h (isValidGlueLength): add default arg on
6716         parameter 2. Remove default arg from friend in class.
6717
6718         * lyxlength.h (isValidLength): add default arg on parameter 2.
6719         Remove default arg from friend in class.
6720
6721         * text2.C (LyXText): adjust, initialize refresh_row.
6722         (init): adjust
6723         (removeRow): adjust
6724         (insertRow): adjust
6725         (insertParagraph): adjst
6726         (redoParagraphs): adjust
6727         (fullRebreak): adjust
6728         (updateCounters): adjust
6729         (deleteEmptyParagraphMechanism): first attempt at fixing a
6730         crashing bug.
6731
6732         * text.C (top_y): adjust
6733         (setHeightOfRow): adjust
6734         (getRow): adjust
6735         (getRowNearY): adjust
6736
6737         * lyxtext.h: include RowList.h
6738         (~LyXText): not needed anymore, deleted.
6739         (firstRow): modify for RowList
6740         (lastRow): new function
6741         Delete firstrow and lastrow class variables, add a Rowlist
6742         rowlist_ class variable.
6743
6744         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6745         paragraph is empty.
6746
6747         * RowList.C (insert): fix case where it == begin().
6748
6749 2003-03-26  Angus Leeming  <leeming@lyx.org>
6750
6751         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6752         the thesaurus dialog.
6753
6754 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6755
6756         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6757
6758         * RowList.[Ch]: new files
6759
6760         * ParagraphList.C (erase): handle the case where it == begin
6761         correctly.
6762
6763 2003-03-25  John Levon  <levon@movementarian.org>
6764
6765         * Makefile.am:
6766         * aspell_local.h:
6767         * aspell.C: add new aspell support
6768
6769         * lyxrc.h:
6770         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6771         have it accessible.
6772
6773 2003-03-25  Angus Leeming  <leeming@lyx.org>
6774
6775         * lfuns.h:
6776         * LyXAction.C (init): new LFUN_INSET_INSERT.
6777
6778         * BufferView_pimpl.C (dispatch): split out part of the
6779         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6780
6781         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6782         LFUN_INSET_APPLY.
6783
6784 2003-03-25  Angus Leeming  <leeming@lyx.org>
6785
6786         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6787
6788 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6789
6790         * text2.C:
6791         * text3.C: remove useless row->height(0)
6792
6793 2003-03-25  John Levon  <levon@movementarian.org>
6794
6795         * lyxtext.h:
6796         * text2.C:
6797         * text3.C: rename the refreshing stuff to better names
6798
6799 2003-03-24  John Levon  <levon@movementarian.org>
6800
6801         * BufferView_pimpl.h:
6802         * BufferView_pimpl.C: update layout choice on a mouse
6803         press/release
6804
6805 2003-03-23  John Levon  <levon@movementarian.org>
6806
6807         * Makefile.am: fix commandtags.h reference
6808
6809 2003-03-22  John Levon  <levon@movementarian.org>
6810
6811         * BufferView_pimpl.C:
6812         * lyxtext.h:
6813         * rowpainter.C:
6814         * rowpainter.h:
6815         * text.C:
6816         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6817
6818 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6819
6820         * lyxtext.h:
6821         * text.C: take the rtl methods out of line
6822
6823 2003-03-21 André Pönitz <poenitz@gmx.net>
6824
6825         * metricsinfo.[Ch]: new files containing structures to be passed around
6826         during the two-phase-drawing...
6827
6828 2003-03-21 André Pönitz <poenitz@gmx.net>
6829
6830         * lyxtextclass.C: read 'environment' tag.
6831
6832 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6833
6834         * text2.C (removeRow): fix bug 964
6835
6836 2003-03-20  John Levon  <levon@movementarian.org>
6837
6838         * rowpainter.C:
6839         * text.C:
6840         * text2.C: paint cleanups. Inset::update() dropped font
6841         parameter
6842
6843 2003-03-19  John Levon  <levon@movementarian.org>
6844
6845         * lyxfunc.C: only fitcursor/markDirty if available()
6846
6847 2003-03-19  John Levon  <levon@movementarian.org>
6848
6849         * commandtags.h: rename to ...
6850
6851         * lfuns.h: ... this, and renumber / cleanup
6852
6853 2003-03-19  John Levon  <levon@movementarian.org>
6854
6855         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6856         fit the cursor after an lfun
6857
6858         * BufferView.h:
6859         * BufferView.C:
6860         * BufferView_pimpl.h:
6861         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6862
6863         * LyXAction.C: layout-character should have ReadOnly
6864
6865         * ParagraphParameters.C:
6866         * buffer.C:
6867         * bufferview_funcs.C:
6868         * lyx_cb.C:
6869         * lyxfind.C:
6870         * lyxtext.h:
6871         * text.C:
6872         * text2.C:
6873         * text3.C:
6874         * undo_funcs.C: changes from above
6875
6876 2003-03-18  John Levon  <levon@movementarian.org>
6877
6878         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6879         remove it from update()
6880
6881         * lyxfunc.C: update layout choice after an lfun
6882
6883         * text3.C: remove extra updateLayoutChoice()s
6884
6885 2003-03-18  John Levon  <levon@movementarian.org>
6886
6887         * text.C: top_y change means full repaint, fix
6888         a drawing bug with cursor movement
6889
6890 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6891
6892         * lyxtext.h:
6893         * text.C:
6894         * text2.C: anchor row on setCursor
6895
6896 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6897
6898         * lyxtext.h: remove almost all mutable keywords
6899         * text.C:
6900         * text2.C:
6901         * text3.C: remove const keywords accordingly
6902
6903 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6904
6905         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6906         anon namespace
6907         (TeXEnvironment): ditto
6908         (TeXOnePar): ditto
6909
6910 2003-03-17  John Levon  <levon@movementarian.org>
6911
6912         * text.C (rowBreakPoint): remove attempt to fix displayed
6913         math insets inside a manual label
6914
6915 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6916
6917         * lyxtext.h: remove BufferView* as first arg from almost all class
6918         functions.
6919         * other files: adjust.
6920
6921 2003-03-17  John Levon  <levon@movementarian.org>
6922
6923         * lyxtext.h:
6924         * undo_funcs.C:
6925         * text2.C: more paint cleanups
6926
6927         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6928
6929         * rowpainter.h:
6930         * rowpainter.C: remove "smart" background painting code
6931
6932 2003-03-16  John Levon  <levon@movementarian.org>
6933
6934         * lyxtext.h:
6935         * text.C:
6936         * text2.C:
6937         * text3.C: add helper functions for setting refresh_row/y
6938
6939 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6940
6941         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6942         newline inset which *can* get inserted in the pass_thru layouts.
6943         This is primarily for literate documents.
6944
6945 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6946
6947         * buffer.C: increment LYX_FORMAT to 223
6948
6949 2003-03-14 André Pönitz <poenitz@gmx.net>
6950
6951         * textclass.h: prepare for environment handling, ws changes
6952         * lyxlayout.C: read latexheader and latexfooter tags
6953
6954 2003-03-14  John Levon  <levon@movementarian.org>
6955
6956         * text2.C: rewrite ::status() a bit
6957
6958 2003-03-13  John Levon  <levon@movementarian.org>
6959
6960         * lyxtext.h: add some docs
6961
6962 2003-03-13  John Levon  <levon@movementarian.org>
6963
6964         * lyxtext.h:
6965         * text.C:
6966         * text2.C:
6967         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6968
6969 2003-03-13  John Levon  <levon@movementarian.org>
6970
6971         * text3.C: fix appendix redrawing
6972
6973 2003-03-13  John Levon  <levon@movementarian.org>
6974
6975         * text.C (setHeightOfRow):
6976         * rowpainter.h:
6977         * rowpainter.C: make appendix mark have the text
6978           "Appendix" so the user knows what it is
6979
6980         * LColor.h:
6981         * LColor.C: s/appendixline/appendix/ from above
6982
6983 2003-03-13  John Levon  <levon@movementarian.org>
6984
6985         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6986
6987         * text.C: fix a getChar(pos) bug properly
6988
6989 2003-03-13  Angus Leeming  <leeming@lyx.org>
6990
6991         * commandtags.h:
6992         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6993         Probably only temporary. Let's see how things pan out.
6994
6995         * BufferView.C (unlockInset):
6996         * BufferView_pimpl.C (fitCursor):
6997         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6998
6999         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7000         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7001
7002         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7003         new functions that convert ParagraphParameters to and from a string.
7004
7005         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7006         BufferView::Pimpl's dispatch.
7007         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7008
7009 2003-03-13 André Pönitz <poenitz@gmx.net>
7010
7011         * lyxfunc.C:
7012         * text3.C:
7013         * factory.C: make it aware of InsetEnv
7014
7015 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7016
7017         * text2.C (setCursor): never ask for one past last
7018         (setCursor): add some debugging messages.
7019
7020         * text.C (singleWidth): never ask for one past last
7021         (singleWidth): ditto
7022         (leftMargin): ditto
7023         (rightMargin): ditto
7024         (rowBreakPoint): ditto
7025         (setHeightOfRow): ditto
7026         (prepareToPrint): ditto
7027
7028         * rowpainter.C (paintBackground): never ask for one past last
7029         (paintText): never ask for one past last
7030
7031         * paragraph_pimpl.C (getChar): make the assert stricter, never
7032         allow the one past last pos to be taken
7033
7034         * paragraph.C (getChar): ws changes only
7035
7036         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7037         (numberOfSeparators): ditto
7038         (numberOfHfills): ditto
7039
7040 2003-03-12  John Levon  <levon@movementarian.org>
7041
7042         * author.h:
7043         * author.C:
7044         * bufferparams.h:
7045         * bufferparams.C:
7046         * paragraph_funcs.C: fix per-buffer authorlists
7047
7048 2003-03-12  John Levon  <levon@movementarian.org>
7049
7050         * text.C: fix newline in right address
7051
7052 2003-03-12  Angus Leeming  <leeming@lyx.org>
7053
7054         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7055         duplicate those in LyXFunc::dispatch.
7056
7057         * commandtags.h:
7058         * LyXAction.C:
7059         * ToolbarDefaults.C:
7060         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7061         Add LFUN_FONTFREE_UPDATE.
7062
7063         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7064         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7065
7066         * bufferview_func.[Ch]: several new functions to facilliate
7067         transfer of data to and from the character dialog.
7068
7069 2003-03-12  John Levon  <levon@movementarian.org>
7070
7071         * buffer.C:
7072         * paragraph.h:
7073         * paragraph.C:
7074         * paragraph_funcs.C:
7075         * paragraph_pimpl.C:
7076         * sgml.C:
7077         * tabular.C:
7078         * text.C:
7079         * text3.C: remove META_NEWLINE in favour of an inset
7080
7081         * rowpainter.h:
7082         * rowpainter.C: remove paintNewline (done by inset)
7083
7084 2003-03-12  John Levon  <levon@movementarian.org>
7085
7086         * paragraph_pimpl.C: complain about bad getChar()s
7087         for a while at least
7088
7089 2003-03-12  John Levon  <levon@movementarian.org>
7090
7091         * buffer.h:
7092         * buffer.C: move paragraph read into a separate function,
7093         a little renaming to reflect that.
7094
7095         * bufferparams.h:
7096         * bufferparams.C: remove the author_ids map, not necessary now
7097
7098         * factory.h:
7099         * factory.C: moved Buffer::readInset to here
7100
7101         * paragraph_funcs.h:
7102         * paragraph_funcs.C: readParagraph free function moved from
7103         buffer.C
7104
7105         * tabular.C: name change
7106
7107 2003-03-12  John Levon  <levon@movementarian.org>
7108
7109         * buffer.C:
7110         * ParagraphParameters.C: move par params input to
7111         a read() method
7112
7113         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7114         behave like a normal read from the stream wrt reading
7115         a line vs. a \\token
7116
7117 2003-03-12  John Levon  <levon@movementarian.org>
7118
7119         * paragraph.C:
7120         * ParagraphParameters.h:
7121         * ParagraphParameters.C: move output code to a
7122         ::write() method
7123
7124 2003-03-12  John Levon  <levon@movementarian.org>
7125
7126         * BufferView.C (insertLyXFile):
7127         * buffer.h:
7128         * buffer.C:
7129         * tabular.C: use a parlist iterator for creating the
7130           document.
7131
7132 2003-03-12  John Levon  <levon@movementarian.org>
7133
7134         * buffer.C: make current_change static local not
7135           static file-scope
7136
7137 2003-03-12  John Levon  <levon@movementarian.org>
7138
7139         * buffer.C: fix insertStringAsLines for change tracking
7140
7141 2003-03-12  John Levon  <levon@movementarian.org>
7142
7143         * BufferView.C:
7144         * tabular.C:
7145         * buffer.h:
7146         * buffer.C:
7147         * bufferparams.h:
7148         * bufferparams.C: move author list into params. Rename some
7149           functions. Move the header reading into a separate token
7150           loop. Move the header token reading into BufferParams.
7151
7152 2003-03-12  John Levon  <levon@movementarian.org>
7153
7154         * changes.C: put debug inside lyxerr.debugging() checks
7155
7156 2003-03-11 André Pönitz <poenitz@gmx.net>
7157
7158         * factory.C: make it aware of InsetHFill
7159
7160 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7161
7162         * buffer.C (latexParagraphs): move function from here...
7163         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7164         args.
7165
7166 2003-03-10  Angus Leeming  <leeming@lyx.org>
7167
7168         * LyXAction.C (init): fix bug in poplating array with multiple entries
7169         with the same LFUN (spotted by JMarc).
7170
7171 2003-03-10  John Levon  <levon@movementarian.org>
7172
7173         * text.C:
7174         * text2.C: move getColumnNearX() near its
7175         only call site
7176
7177 2003-03-10  John Levon  <levon@movementarian.org>
7178
7179         * text.C: fix break before a minipage
7180
7181 2003-03-10  John Levon  <levon@movementarian.org>
7182
7183         * text.C: fix the last commit
7184
7185 2003-03-09  John Levon  <levon@movementarian.org>
7186
7187         * lyxtext.h:
7188         * text.C:
7189         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7190         bug 365 (don't break before insets unless needed). Don't
7191         return a value > last under any circumstances.
7192
7193 2003-03-09  Angus Leeming  <leeming@lyx.org>
7194
7195         * BufferView_pimpl.C (trackChanges, dispatch): call
7196         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7197
7198 2003-03-09  Angus Leeming  <leeming@lyx.org>
7199
7200         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7201         than Dialogs::showAboutlyx().
7202
7203 2003-03-09  Angus Leeming  <leeming@lyx.org>
7204
7205         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7206         than Dialogs::showTabularCreate().
7207
7208 2003-03-09  John Levon  <levon@movementarian.org>
7209
7210         * lyxtext.h:
7211         * text.C:
7212         * text2.C: 3rd arg to nextBreakPoint was always the same.
7213           Use references.
7214
7215 2003-03-08  John Levon  <levon@movementarian.org>
7216
7217         * lyxrow.C:
7218         * paragraph.C:
7219         * paragraph.h:
7220         * rowpainter.C:
7221         * text.C:
7222         * text2.C: Remove the "main" bit from the "main body"
7223           notion.
7224
7225 2003-03-08  John Levon  <levon@movementarian.org>
7226
7227         * text.C (leftMargin): The left margin of an empty
7228         manual label paragraph should not include the label width
7229         string length.
7230
7231         * text.C (prepareToPrint): don't attempt to measure hfills
7232         for empty manual label paragraphs - the answer should be 0
7233
7234 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7235
7236         * CutAndPaste.C: remove commented code and reindent.
7237
7238 2003-03-08  John Levon  <levon@movementarian.org>
7239
7240         * lyxfunc.h:
7241         * lyxfunc.C: move reloadBuffer()
7242
7243         * BufferView.h:
7244         * BufferView.C: to here
7245
7246         * lyxvc.C: add comment
7247
7248         * vc-backend.h:
7249         * vc-backend.C: call bv->reload() to avoid
7250           getStatus() check on MENURELOAD
7251
7252 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7253
7254         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7255         to an old format .dep file.
7256
7257 2003-03-07  Angus Leeming  <leeming@lyx.org>
7258
7259         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7260         when the LFUN_MOUSE_RELEASE should have been handled by
7261         inset->localDispatch.
7262
7263 2003-03-07  Angus Leeming  <leeming@lyx.org>
7264
7265         * BufferView_pimpl.C (dispatch):
7266         * LyXAction.C (init):
7267         * ToolbarDefaults.C (init):
7268         * commandtags.h:
7269         * lyxfunc.C (getStatus):
7270         remove LFUN_INSET_GRAPHICS.
7271
7272         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7273
7274 2003-03-07  Angus Leeming  <leeming@lyx.org>
7275
7276         * commandtags.h:
7277         * LyXAction.C (init):
7278         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7279
7280         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7281
7282         * commandtags.h:
7283         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7284
7285         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7286         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7287
7288 2003-03-07  Angus Leeming  <leeming@lyx.org>
7289
7290         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7291         remove "ert".
7292
7293 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7294
7295         * ParagraphList.C (front): new function
7296         (back): implement
7297
7298 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7299
7300         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7301         and top_row_offset_. removed var first_y.
7302         * text.C (top_y):
7303         * text2.C (LyXText, removeRow):
7304         * text3.C:
7305         * BufferView_pimpl.C:
7306         use these methods instead of using first_y
7307
7308 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7309
7310         * text2.C (pasteSelection): adjust for checkPastePossible
7311
7312         * CutAndPaste.C: remove Paragraph * buf and replace with
7313         ParagraphList paragraphs.
7314         (DeleteBuffer): delete
7315         (cutSelection): change the tc type to textclass_type
7316         (copySelection): change the tc type to textclass_type
7317         (copySelection): adjust for ParagraphList
7318         (pasteSelection): change the tc type to textclass_type
7319         (pasteSelection): adjust for Paragraphlist
7320         (nrOfParagraphs): simplify for ParagraphList
7321         (checkPastePossible): simplify for ParagraphList
7322         (checkPastePossible): remove unused arg
7323
7324         * ParagraphList.C (insert): handle the case where there are no
7325         paragraphs yet.
7326
7327         * CutAndPaste.h: make CutAndPaste a namespace.
7328
7329         * text3.C (dispatch): adjust
7330
7331         * text.C (breakParagraph): add a ParagraphList as arg
7332
7333         * paragraph_funcs.C (breakParagraph): change to take a
7334         BufferParams and a ParagraphList as args.
7335         (breakParagraphConservative): ditto
7336         (mergeParagraph): ditto
7337         (TeXDeeper): add a ParagraphList arg
7338         (TeXEnvironment): ditto
7339         (TeXOnePar): ditto
7340
7341         * buffer.C (readLyXformat2): adjust
7342         (insertStringAsLines): adjust
7343         (latexParagraphs): adjust
7344
7345         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7346         (cutSelection): adjust
7347         (pasteSelection): adjust
7348
7349         * BufferView_pimpl.C (insertInset): adjust
7350
7351 2003-03-05  Angus Leeming  <leeming@lyx.org>
7352
7353         * commandtags.h:
7354         * LyXAction.C (init):
7355         * BufferView_pimpl.C (dispatch):
7356         * lyxfunc.C (getStatus):
7357         remove LFUN_CHILD_INSERT.
7358
7359         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7360
7361 2003-03-05  Angus Leeming  <leeming@lyx.org>
7362
7363         * commandtags.h:
7364         * LyXAction.C (init):
7365         * src/factory.C (createInset):
7366         * lyxfunc.C (getStatus):
7367         * text3.C (dispatch):
7368         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7369
7370         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7371
7372 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7373
7374         * ParagraphList.C (insert): handle insert right before end()
7375         (erase): fix cases where it can be first or last paragraph.
7376
7377 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7378
7379         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7380         Paragraph::next and Paragraph::previous
7381         (TeXOnePar): ditto
7382
7383         * text.C (breakParagraph): adjust
7384
7385         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7386         BufferParams& as arg.
7387         (breakParagraph): use ParagraphList::insert
7388         (breakParagraphConservative): take a Buffer* instead of a
7389         BufferParams& as arg.
7390         (breakParagraphConservative): use ParagraphList::insert.
7391
7392         * buffer.C (insertStringAsLines): un-const it
7393         (insertStringAsLines): adjust
7394
7395         * ParagraphList.C (insert): new function
7396
7397         * CutAndPaste.C (pasteSelection): adjust
7398
7399         * text.C (backspace): adjust
7400
7401         * tabular.C (SetMultiColumn): adjust
7402
7403         * CutAndPaste.C (cutSelection): adjust
7404         (pasteSelection): adjust
7405
7406         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7407         Buffer const * as arg
7408
7409         * ParagraphList.C (erase): new function
7410         * paragraph_funcs.C (mergeParagraph): use it
7411         (mergeParagraph): make it take a Buffer* instead of a
7412         BufferParams* as arg
7413
7414         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7415         as arg
7416         (breakParagraphConservative): ditto
7417
7418         * paragraph.h: remove the breakParagraph friend
7419
7420         * paragraph.C (eraseIntern): new function
7421         (setChange): new function
7422
7423         * paragraph_funcs.C (mergeParagraph): make it take a
7424         ParagraphList::iterator instead of a Paragraph *, adjust
7425         accordingly.
7426
7427         * paragraph.h: move an #endif so that the change tracking stuff
7428         also works in the NO_NEXT case.
7429
7430 2003-03-04  Angus Leeming  <leeming@lyx.org>
7431
7432         * commandtags.h:
7433         * LyXAction.C: new LFUN_INSET_MODIFY.
7434
7435         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7436         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7437
7438 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7439
7440         * several files: ws changes only
7441
7442         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7443         (TeXEnvironment): ditto
7444         (TeXDeeper): ditto
7445
7446         * buffer.C (makeLaTeXFile): adjust
7447         (latexParagraphs): make it take ParagraphList::iterator as args
7448
7449 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7450
7451         * buffer.C (latexParagraphs): adjust
7452
7453         * paragraph.C (TeXOnePar): move function...
7454         (optArgInset): move function...
7455         (TeXEnvironment): move function...
7456         * paragraph_pimpl.C (TeXDeeper): move function...
7457         * paragraph_funcs.C: ...here
7458
7459         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7460
7461 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7462
7463         * buffer.C (readInset): remove compability code for old Figure and
7464         InsetInfo insets
7465
7466 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7467
7468         * buffer.C: ws changes
7469         (readInset):
7470
7471         * BufferView_pimpl.C: ditto
7472         * author.C: ditto
7473         * buffer.h: ditto
7474         * bufferlist.h: ditto
7475         * changes.h: ditto
7476         * lyxfunc.C: ditto
7477
7478 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7479
7480         * converter.[Ch]: split into itself +
7481         * graph.[Ch]
7482         * format.[Ch]
7483         * Makefile.am: += graph.[Ch] + format.[Ch]
7484         * MenuBackend.C
7485         * buffer.C
7486         * exporter.C
7487         * importer.C
7488         * lyx_main.C
7489         * lyxfunc.C
7490         * lyxrc.C: added #include "format.h"
7491
7492 2003-02-27  Angus Leeming  <leeming@lyx.org>
7493
7494         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7495           a label.
7496
7497         * factory.C (createInset): add "label" to the factory.
7498
7499         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7500           string and do no more.
7501
7502 2003-02-27  Angus Leeming  <leeming@lyx.org>
7503
7504         * commandtags.h:
7505         * LyXAction.C (init):
7506         * factory.C (createInset):
7507         * BufferView_pimpl.C (dispatch):
7508           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7509
7510         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7511
7512         * lyxfunc.C (dispatch):
7513         * text3.C (dispatch): pass name to params2string.
7514
7515 2003-02-26  Angus Leeming  <leeming@lyx.org>
7516
7517         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7518           blocks together.
7519           Rearrange the ~includes. Strip out the unnecessary ones.
7520
7521         * factory.C (createInset): reformat.
7522           create new insets for the various LFUN_XYZ_APPLY lfuns.
7523
7524 2003-02-26  John Levon  <levon@movementarian.org>
7525
7526         * lyxrow.h:
7527         * lyxrow.C: add isParStart,isParEnd helpers
7528
7529         * paragraph.h: make isInserted/DeletedText take refs
7530
7531         * paragraph_funcs.h:
7532         * paragraph_funcs.C: remove #if 0'd code
7533
7534         * lyxtext.h:
7535         * text3.C:
7536         * text2.C:
7537         * text.C: use lyxrow helpers above.
7538           Move draw and paint routines to RowPainter.
7539           Make several methods use refs not pointers.
7540           Make backgroundColor() const.
7541           Add markChangeInDraw(), isInInset().
7542           Merge changeRegionCase into changeCase.
7543           Make workWidth() shouldn't-happen code into an Assert.
7544
7545         * rowpainter.h:
7546         * rowpainter.C: new class for painting a row.
7547
7548         * vspace.h:
7549         * vspace.C: make inPixels take a ref
7550
7551 2003-02-26  Angus Leeming  <leeming@lyx.org>
7552
7553         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7554         LFUN_REF_APPLY.
7555
7556 2003-02-25  John Levon  <levon@movementarian.org>
7557
7558         * ispell.C: give the forked command a more accurate name
7559
7560 2003-02-22  John Levon  <levon@movementarian.org>
7561
7562         * toc.h:
7563         * toc.C: make TocItem store an id not a Paragraph *
7564           (bug #913)
7565
7566 2003-02-21  Angus Leeming  <leeming@lyx.org>
7567
7568         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7569           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7570           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7571           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7572           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7573           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7574
7575         * BufferView_pimpl.C (dispatch):
7576         * LyXAction.C (init):
7577         * factory.C (createInset):
7578         * lyxfunc.C (getStatus, dispatch):
7579         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7580
7581 2003-02-21  Angus Leeming  <leeming@lyx.org>
7582
7583         * BufferView_pimpl.C (MenuInsertLyXFile):
7584         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7585         * lyxfunc.C (menuNew, open, doImport):
7586           no longer pass a LyXView & to fileDlg.
7587
7588 2003-02-21  Angus Leeming  <leeming@lyx.org>
7589
7590         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7591         * LyXAction.C: change, BIBKEY to BIBITEM.
7592         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7593         Change InsetBibKey to InsetBibitem.
7594         Change BIBKEY_CODE to BIBITEM_CODE.
7595         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7596         * factory.C: replace insetbib.h with insetbibitem.h.
7597         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7598         * paragraph.C: replace insetbib.h with insetbibitem.h.
7599         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7600         Change bibkey() to bibitem().
7601         * text.C: remove insetbib.h.
7602         * text2.C: replace insetbib.h with insetbibitem.h.
7603         change bibkey() to bibitem().
7604         * text3.C: remove insetbib.h.
7605         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7606
7607 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7608
7609         * lyxrc.C (output): enclose user email in quotes (in case there are
7610         several words)
7611
7612 2003-02-18  John Levon  <levon@movementarian.org>
7613
7614         * buffer.h: add std::
7615
7616 2003-02-17  John Levon  <levon@movementarian.org>
7617
7618         * SpellBase.h:
7619         * ispell.h:
7620         * ispell.C:
7621         * pspell.h:
7622         * pspell.C: reworking. Especially in ispell, a large
7623           number of clean ups and bug fixes.
7624
7625         * lyxfunc.C: fix revert to behave sensibly
7626
7627 2003-02-17 André Pönitz <poenitz@gmx.net>
7628
7629         * LyXAction.C:
7630         * commandtags.h: new LFUN_INSERT_BIBKEY
7631
7632         * layout.h:
7633         * lyxlayout.C:
7634         * buffer.C:
7635         * factory.C:
7636         * text.C:
7637         * text2.C:
7638         * text3.C:
7639         * paragraph.[Ch]:
7640         * paragraph_func.C: remove special bibkey handling
7641
7642 2003-02-17  John Levon  <levon@movementarian.org>
7643
7644         * text.C (Delete): fix case where delete at the end of
7645           the very first paragraph would not merge the pars
7646
7647 2003-02-17  John Levon  <levon@movementarian.org>
7648
7649         * lyxrow.C: fix lastPrintablePos()
7650
7651 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7652
7653         * bufferparams.C (writeLaTeX): add a std:here
7654
7655         * buffer.C: and remove a using directive there
7656
7657 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7658
7659         * buffer.C (makeLaTeXFile): move the code that generates the
7660           preamble...
7661
7662         * bufferparams.C (writeLaTeX): ... in this new method
7663
7664         * LaTeXFeatures.C (getEncodingSet): make const
7665           (getLanguages): make const
7666
7667         * MenuBackend.C (binding): returns the binding associated to this
7668           action
7669           (add): sets the status of each item by calling getStatus. Adds
7670           some intelligence.
7671           (read): add support for OptSubMenu
7672           (expand): remove extra separator at the end of expanded menu
7673
7674 2003-02-15  John Levon  <levon@movementarian.org>
7675
7676         * BufferView.C:
7677         * BufferView_pimpl.C:
7678         * bufferlist.h:
7679         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7680           inset code that had no actual effect. Remove unneeded status
7681           code.
7682
7683 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7684
7685         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7686           in preamble
7687
7688 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7689
7690         * text.C (drawLengthMarker): also draw an arrow marker for
7691           symbolic lengths (medskip...)
7692
7693 2003-02-14  John Levon  <levon@movementarian.org>
7694
7695         * tabular.h:
7696         * tabular.C: better method names
7697
7698 2003-02-14  John Levon  <levon@movementarian.org>
7699
7700         * BufferView_pimpl.C:
7701         * bufferlist.C:
7702         * buffer.C:
7703         * converter.C:
7704         * lyx_cb.C:
7705         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7706           it's a more accurate name. Remove some pointless uses.
7707
7708 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7709
7710         * text2.C (LyXText): change order of initilizers to shut off
7711           warnings
7712
7713 2003-02-14  John Levon  <levon@movementarian.org>
7714
7715         * buffer.C: use ParIterator for getParFromID()
7716
7717         * paragraph.h:
7718         * paragraph.C:
7719         * paragraph_pimpl.h:
7720         * paragraph_pimpl.C: remove unused getParFromID()
7721
7722 2003-02-14  John Levon  <levon@movementarian.org>
7723
7724         * buffer.C: remove some very old #if 0'd parse code
7725
7726 2003-02-13  John Levon  <levon@movementarian.org>
7727
7728         * text.h:
7729         * text.C:
7730         * text2.C: move hfillExpansion(), numberOfSeparators(),
7731           rowLast(), rowLastPrintable(), numberofHfills(),
7732           numberOfLabelHfills() ...
7733
7734         * lyxrow.h:
7735         * lyxrow.C: ... to member functions here.
7736
7737         * paragraph.h:
7738         * paragraph.C:
7739         * lyxtext.h:
7740         * text.C: remove LyXText::beginningOfMainBody(), and call
7741           p->beginningOfMainBody() directly. Move the check for
7742           LABEL_MANUAL into the latter.
7743
7744         * text.h:
7745         * text.C:
7746         * text2.C:
7747         * vspace.C:
7748         * BufferView.h:
7749         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7750
7751         * text.h:
7752         * text.C:
7753         * text2.C:
7754         * text3.C:
7755         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7756           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7757
7758 2003-02-13  John Levon  <levon@movementarian.org>
7759
7760         * CutAndPaste.C: remove debug
7761
7762 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7763
7764         * paragraph.C (asString): remove two unused variables
7765
7766         * lyxtextclass.C (readTitleType):
7767           (Read):
7768           (LyXTextClass): handle new members titletype_ and titlename_
7769
7770         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7771
7772 2003-02-09  John Levon  <levon@movementarian.org>
7773
7774         * buffer.h:
7775         * buffer.C: replace hand-coded list with a map for the dep clean
7776
7777 2003-02-08  John Levon  <levon@movementarian.org>
7778
7779         * LaTeX.C: consolidate code into showRunMessage() helper
7780
7781 2003-02-08  John Levon  <levon@movementarian.org>
7782
7783         * lyxfind.C:
7784         * lyxtext.h:
7785         * text2.C:
7786         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7787           and pass the size in explicitly
7788
7789         * BufferView_pimpl.h:
7790         * BufferView_pimpl.C:
7791         * BufferView.h:
7792         * BufferView.C: add getCurrentChange()
7793
7794         * BufferView_pimpl.h:
7795         * BufferView_pimpl.C: handle change lfuns
7796
7797         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7798           for changes. Mark pasted paragraphs as new.
7799
7800         * support/lyxtime.h:
7801         * support/lyxtime.C:
7802         * DepTable.C: abstract time_t as lyx::time_type
7803
7804         * LColor.h:
7805         * LColor.C: add colours for new text, deleted text, changebars
7806
7807         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7808           package use "usenames" option.
7809
7810         * commandtags.h:
7811         * lyxfunc.C:
7812         * LyXAction.C: add change lfuns
7813
7814         * Makefile.am:
7815         * author.h:
7816         * author.C: author handling
7817
7818         * buffer.h:
7819         * buffer.C: add a per-buffer author list, with first entry as
7820           current author. Handle new .lyx tokens for change tracking. Output
7821           author list to .lyx file. Output dvipost stuff to .tex preamble.
7822           Bump lyx format to 222.
7823
7824         * bufferlist.h:
7825         * bufferlist.C: add setCurrentAuthor() to reset current author details
7826           in all buffers.
7827
7828         * bufferparams.h:
7829         * bufferparams.C: add param for tracking
7830
7831         * bufferview_funcs.C: output change info in minibuffer
7832
7833         * Makefile.am:
7834         * changes.h:
7835         * changes.C: add change-tracking structure
7836
7837         * debug.h:
7838         * debug.C: add CHANGES debug flag
7839
7840         * lyxfind.h:
7841         * lyxfind.C: add code for finding the next change piece
7842
7843         * lyxrc.h:
7844         * lyxrc.C: add user_name and user_email
7845
7846         * lyxrow.h:
7847         * lyxrow.C: add a metric for the top of the text line
7848
7849         * lyxtext.h:
7850         * text.C: implement accept/rejectChange()
7851
7852         * lyxtext.h:
7853         * text.C: paint changebars. Paint new/deleted text in the chosen
7854         colours. Strike through deleted text.
7855
7856         * paragraph.h:
7857         * paragraph.C:
7858         * paragraph_pimpl.h:
7859         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7860           in the current change to the insert functions. Rework erase to
7861           mark text as deleted, adding an eraseIntern() and a range-based
7862           erase(). Implement per-paragraph change lookup and
7863           accept/reject.
7864
7865         * paragraph_funcs.C: Fixup paste for change tracking.
7866
7867         * tabular.C: mark added row/columns as new.
7868
7869         * text.C: fix rowLast() to never return -1. Don't allow
7870           spellchecking of deleted text. Track transpose changes. Don't
7871           allow paragraph break or merge where appropriate.
7872
7873         * text2.C: leave cursor at end of selection after a cut.
7874
7875 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7876
7877         * text.C (getLengthMarkerHeight):
7878         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7879         visible on screen too.
7880
7881 2003-02-07  John Levon  <levon@movementarian.org>
7882
7883         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7884
7885 2003-02-05  Angus Leeming  <leeming@lyx.org>
7886
7887         * lyxserver.C (read_ready): revert my patch of 11 September last year
7888         as it sends PC cpu through the roof. Presumably this means that
7889         the lyxserver will no longer run on an Alpha...
7890
7891 2003-01-30  Angus Leeming  <leeming@lyx.org>
7892
7893         * factory.C (createInset): create an InsetCommandParam of type "index"
7894         and use it to 'do the right thing'.
7895
7896         * text2.C (getStringToIndex): ensure that cursor position is always
7897         reset to the reset_cursor position.
7898
7899 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7900
7901         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7902         disabled.
7903
7904 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7905
7906         * bufferview.C:
7907         * lyxcb.C:
7908         * lyxfunc.C: Output messages with identical spelling, punctuation,
7909         and spaces
7910
7911 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7912
7913         * MenuBackend.C (expandFormats): List only viewable export formats
7914         in "View" menu
7915
7916         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7917         message
7918
7919         * lyxfunc.C (getStatus): Make sure that formats other than
7920         "fax" can also be disabled
7921
7922 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7923
7924         * text3.C (dispatch): put the lfuns that insert insets in 3
7925         groups, and call doInsertInset with appropriate arguments.
7926         (doInsertInset): new function, that creates an inset and inserts
7927         it according to some boolean parameters.
7928
7929 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7930
7931         * buffer.C (readFile): remember to pass on 'par' when calling
7932         readFile recursively.
7933
7934 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7935
7936         * MenuBackend.C (expandFormats): add "..." to import formats.
7937
7938 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7939
7940         * paragraph.C (asString): Remove XForms RTL hacks.
7941
7942 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7943         * buffer.C: fix typo
7944
7945 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7946
7947         * Makefile.am (LIBS): delete var
7948         (lyx_LDADD): add @LIBS@ here instead.
7949
7950 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7951
7952         * Clarify the meaning of "wheel mouse jump"
7953
7954 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7955
7956         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7957         tabular in a float
7958
7959 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7960
7961         * importer.C (Loaders): do not preallocate 3 elements in the
7962         vector, since one ends up with 6 elements otherwise
7963
7964 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7965
7966         * DepTable.C (write): write the file name as last element of the
7967         .dep file (because it may contain spaces)
7968         (read): read info in the right order
7969
7970 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7971
7972         * paragraph_pimpl.C (simpleTeXBlanks):
7973         (simpleTeXSpecialChars):
7974         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7975
7976         * tabular.C (latex): add some missing case statements. Reindent.
7977
7978         * MenuBackend.C (expandToc): remove unused variable.
7979
7980 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7981
7982         * LColor.C:
7983         * LaTeX.C:
7984         * LyXAction.C:
7985         * MenuBackend.C:
7986         * buffer.C:
7987         * exporter.C:
7988         * lyxfunc.C:
7989         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7990         and the like.
7991
7992 2003-01-05  John Levon  <levon@movementarian.org>
7993
7994         * BufferView.h:
7995         * BufferView.C: add getEncoding()
7996
7997         * kbsequence.h:
7998         * kbsequence.C: do not store last keypress
7999
8000         * lyxfunc.h:
8001         * lyxfunc.C: store last keypress here instead. Pass encoding
8002           to getISOEncoded()
8003
8004 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8005
8006         * lyx_main.C (init): remove annoying error message when following
8007         symbolic links (bug #780)
8008
8009 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8010
8011         * text.C (insertChar):
8012         * lyxrc.C (getDescription): remove extra spaces
8013
8014 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8015
8016         * lyxrc.C (getDescription): remove extra spaces
8017
8018 2002-12-20  John Levon  <levon@movementarian.org>
8019
8020         * text3.C: hack fix for page up/down across tall rows
8021
8022 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8023
8024         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8025         not been invoked
8026
8027 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8028
8029         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8030         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8031         thesaurus is not compiled in
8032
8033 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8034
8035         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8036
8037 2002-12-16  Angus Leeming  <leeming@lyx.org>
8038
8039         * lyxrc.[Ch]:
8040         * lyx_main.C (init): remove override_x_deadkeys stuff.
8041
8042 2002-12-12  John Levon  <levon@movementarian.org>
8043
8044         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8045           insert. Only remove shift modifier under strict
8046           circumstances.
8047
8048 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8049
8050         * MenuBackend.C (expandToc): fix crash.
8051
8052 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8053
8054         * MenuBackend.C (expandToc): gettext on float names.
8055
8056 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8057
8058         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8059         implement bool empty() [bug 490]
8060
8061 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8062
8063         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8064
8065 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8066
8067         * several files: ws changes
8068
8069 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8070
8071         * text2.C (setCounter): clean up a bit, use boost.format.
8072         (updateCounters): initialize par upon declaration.
8073
8074         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8075         if the layout exists. We do not just store the layout any more.
8076         (SwitchLayoutsBetweenClasses): use boost.format
8077
8078 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8079
8080         * converter.C (convert): if from and to files are the same, use a
8081         temporary files as intermediary
8082
8083 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8084
8085         * commandtags.h:
8086         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8087
8088 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8089
8090         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8091
8092 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8093
8094         * tabular.C (asciiPrintCell): use string(size, char) instead of
8095         explicit loop.
8096
8097         * sgml.C (openTag): fix order of arguments to string constructor
8098         (closeTag): ditto
8099
8100         * lyxfunc.C (dispatch): use boost.format
8101
8102         * lots of files: change "c" -> 'c'
8103
8104 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8105
8106         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8107
8108 2002-11-25  Angus Leeming  <leeming@lyx.org>
8109
8110         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8111
8112         * lyx_main.C (init): compile fix.
8113
8114 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8115
8116         * lyx_cb.C (start): boost.formatify
8117         do not include <iostream>
8118
8119         * lengthcommon.C: ws only
8120
8121         * boost-inst.C,BoostFormat.h: add more explict instantations
8122
8123 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8124
8125         * lots of files: handle USE_BOOST_FORMAT
8126
8127 2002-11-21  John Levon  <levon@movementarian.org>
8128
8129         * pspell.C: fix compile
8130
8131 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8132
8133         * lyxfunc.C (dispatch): use boost::format
8134         (open): ditto
8135         (doImport): ditto
8136
8137         * lyxfont.C (stateText): use boost::format
8138
8139         * lyx_main.C (LyX): use boost::format
8140         (init): ditto
8141         (queryUserLyXDir): ditto
8142         (readRcFile): ditto
8143         (parse_dbg): ditto
8144         (typedef boost::function): use the recommened syntax.
8145
8146         * importer.C (Import): use boost::format
8147
8148         * debug.C (showLevel): use boost::format
8149
8150         * converter.C (view): use boost::format
8151         (convert): ditto
8152         (move): ditto
8153         (scanLog): ditto
8154
8155         * bufferview_funcs.C (currentState): use boost::format
8156
8157         * bufferlist.C (emergencyWrite): use boost::format
8158
8159         * buffer.C (readLyXformat2): use boost::format
8160         (parseSingleLyXformat2Token): ditto
8161
8162         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8163
8164         * LaTeX.C (run): use boost::format
8165
8166         * Chktex.C (scanLogFile): use boost::format
8167
8168         * BufferView_pimpl.C (savePosition): use boost::format
8169         (restorePosition): ditto
8170         (MenuInsertLyXFile): ditto
8171
8172         * BoostFormat.h: help file for explicit instation.
8173
8174 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8175
8176         * tabular.C (latex): Support for block alignment in fixed width
8177         columns.
8178
8179 2002-11-17  John Levon  <levon@movementarian.org>
8180
8181         * BufferView_pimpl.C:
8182         * lyx_cb.C:
8183         * lyxfunc.C: split filedialog into open/save
8184
8185 2002-11-08  Juergen Vigna  <jug@sad.it>
8186
8187         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8188         by my last patch (hopefully).
8189
8190 2002-11-08  John Levon  <levon@movementarian.org>
8191
8192         * iterators.h:
8193         * iterators.C:
8194         * buffer.h:
8195         * buffer.C:
8196         * paragraph.h:
8197         * paragraph.C:
8198         * toc.h:
8199         * toc.C: ParConstIterator, and use it (from Lars)
8200
8201 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8202
8203         * lyxtextclass.[Ch]: revise and add doxygen comments
8204
8205 2002-11-07  John Levon  <levon@movementarian.org>
8206
8207         * text.C: fix progress value for spellchecker
8208
8209         * toc.C: fix navigate menu for insetwrap inside minipage
8210
8211         * paragraph_funcs.C: added FIXME for suspect code
8212
8213 2002-11-07  John Levon  <levon@movementarian.org>
8214
8215         * BufferView_pimpl.C: fix redrawing of insets
8216           on buffer switch
8217
8218 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8219
8220         * text2.C (updateCounters): fix bug 668
8221
8222 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8223
8224         * text3.C (dispatch): Do not make the buffer dirty when moving the
8225         cursor.
8226
8227 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8228
8229         * vc-backend.C: STRCONV
8230         (scanMaster): ditto
8231
8232         * text2.C (setCounter): STRCONV
8233
8234         * paragraph.C (asString): STRCONV
8235
8236         * lyxlength.C (asString): STRCONV
8237         (asLatexString): ditto
8238
8239         * lyxgluelength.C (asString): STRCONV
8240         (asLatexString): ditto
8241
8242         * lyxfunc.C (dispatch): STRCONV
8243         (open): ditto
8244
8245         * lyxfont.C (stateText): STRCONV
8246
8247         * importer.C (Import): STRCONV
8248
8249         * counters.C (labelItem): STRCONV
8250         (numberLabel): ditto
8251         (numberLabel): remove unused ostringstream o
8252
8253         * chset.C: STRCONV
8254         (loadFile): ditto
8255
8256         * bufferview_funcs.C (currentState): STRCONV
8257
8258         * buffer.C (readFile): STRCONV
8259         (asciiParagraph): ditto
8260         (makeLaTeXFile): ditto
8261
8262         * Spacing.C (writeEnvirBegin): STRCONV
8263
8264         * LaTeXFeatures.C (getLanguages): STRCONV
8265         (getPackages): ditto
8266         (getMacros): ditto
8267         (getBabelOptions): ditto
8268         (getTClassPreamble): ditto
8269         (getLyXSGMLEntities): ditto
8270         (getIncludedFiles): ditto
8271
8272         * LaTeX.C: STRCONV
8273         (run): ditto
8274         (scanAuxFile): ditto
8275         (deplog): ditto
8276
8277         * LString.h: add the STRCONV macros
8278
8279         * BufferView_pimpl.C (savePosition): STRCONV
8280         (restorePosition): ditto
8281         (MenuInsertLyXFile): ditto
8282
8283         * vc-backend.C (scanMaster): change from submatch[...] to
8284         submatch.str(...)
8285
8286         * funcrequest.C: include config.h
8287
8288         * factory.C: include config.h
8289
8290         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8291
8292         * box.C: include config.h
8293
8294         * LaTeX.C (scanAuxFile): change from submatch[...] to
8295         submatch.str(...)
8296         (deplog): ditto
8297
8298 2002-10-25  Angus Leeming  <leeming@lyx.org>
8299
8300         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8301
8302         * ispell.[Ch] (setError): new method.
8303         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8304         Use setError() insetead of goto END.
8305
8306         * lyx_cb.C (AutoSave): move out child process into new class
8307         AutoSaveBuffer.
8308
8309 2002-10-30  John Levon  <levon@movementarian.org>
8310
8311         * text3.C: make start appendix undoable
8312
8313 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8314
8315         * lyxlength.C (inPixels): Fix returned value.
8316
8317         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8318         environment.
8319
8320 2002-10-24  Angus Leeming  <leeming@lyx.org>
8321
8322         * lyxgluelength.h: no need to forward declare BufferParams
8323         or BufferView, so don't.
8324
8325 2002-10-21  John Levon  <levon@movementarian.org>
8326
8327         * BufferView.C: menuUndo ->undo, redo
8328
8329         * BufferView.h: document, remove dead, make some methods private
8330
8331         * paragraph_funcs.h:
8332         * paragraph_funcs.C:
8333         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8334
8335         * buffer.h:
8336         * buffer.C:
8337         * sgml.h:
8338         * sgml.C: move sgml open/close tag into sgml.C
8339
8340         * bufferview_funcs.h: unused prototype
8341
8342         * lyxfunc.h:
8343         * lyxfunc.C: remove unused
8344
8345         * lyxtext.h:
8346         * text.C: remove unused
8347
8348 2002-10-21  John Levon  <levon@movementarian.org>
8349
8350         * BufferView.h:
8351         * BufferView.C:
8352         * BufferView_pimpl.h:
8353         * BufferView_pimpl.C: fix mouse wheel handling based on
8354           patch from Darren Freeman
8355
8356 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8357
8358         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8359
8360 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8361
8362         * lyxlength.C (inPixels): Fix hanfling of negative length.
8363         Fix LyXLength::MU case.
8364
8365 2002-10-16  John Levon  <levon@movementarian.org>
8366
8367         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8368
8369 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8370
8371         * converter.C (view): add support for $$i (file name) and $$p
8372         (file path) for the viewer command. If $$i is not specified, then
8373         it is appended to the command (for compatibility with old syntax)
8374
8375 2002-10-14  Juergen Vigna  <jug@sad.it>
8376
8377         * undo_funcs.C (textHandleUndo): alter the order in which the
8378         new undopar is added to the LyXText, as we have to set first
8379         the right prev/next and then add it as otherwise the rebuild of
8380         LyXText is not correct. Also reset the cursor to the right paragraph,
8381         with this IMO we could remove the hack in "redoParagraphs()".
8382
8383 2002-10-09  Angus Leeming  <leeming@lyx.org>
8384
8385         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8386         to turn off an optimisation if a new inset is to be inserted.
8387
8388 2002-10-11 André Pönitz <poenitz@gmx.net>
8389
8390         * lyxtext.h: make some functions public to allow access
8391         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8392
8393 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8394
8395         * text3.C (dispatch): when changing layout, avoid an infinite loop
8396         [bug #652]
8397
8398 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8399
8400         * lyxrc.C (read): treat a viewer or converter command of "none" as
8401         if it were empty.
8402
8403         * MenuBackend.C (expandFormats): for an update, also allow the
8404         formats that are not viewable
8405
8406         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8407         script if it is newer than the lyxrc.defaults in user directory
8408
8409 2002-10-07 André Pönitz <poenitz@gmx.net>
8410
8411         * text.C: Vitaly Lipatov's small i18n fix
8412
8413 2002-09-25  Angus Leeming  <leeming@lyx.org>
8414
8415         * ispell.h: doxygen fix.
8416
8417 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8418
8419         * buffer.h (readFile): Add a new argument to the method, to allow
8420         reading of old-format templates.
8421
8422 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8423
8424         * toc.C (getTocList): Get TOC from InsetWrap.
8425
8426 2002-09-16  John Levon  <levon@movementarian.org>
8427
8428         * lyxfunc.C: check tabular for cut/copy too
8429
8430 2002-09-12  John Levon  <levon@movementarian.org>
8431
8432         * LyXAction.C: tidy
8433
8434         * factory.h:
8435         * factory.C: add header
8436
8437         * paragraph_funcs.h:
8438         * paragraph_funcs.C: cleanup
8439
8440 2002-09-11  John Levon  <levon@movementarian.org>
8441
8442         * PrinterParams.h: odd/even default to true
8443
8444 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8445
8446         * PrinterParams.h: update printer parameters for new xforms dialog
8447
8448 2002-09-11  Angus Leeming  <leeming@lyx.org>
8449
8450         * lyxserver.C (read_ready): re-write to make it more transparent
8451         and to make it work in coherent fashion under Tru64 Unix.
8452
8453 2002-09-11  André Pönitz <poenitz@gmx.net>
8454
8455         * commandtags.h:
8456         * LyXAction.C:
8457         * text3.C: implement LFUN_WORDSEL
8458
8459 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8460
8461         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8462         make floatlist_ a boost::shared_ptr<FloatList>
8463
8464         * lyxtextclass.C: include FloatList.h
8465         (LyXTextClass): initialize floatlist_
8466         (TextClassTags): add TC_NOFLOAT
8467         (Read): match "nofloat" to TC_NOFLOAT and use it.
8468         (readFloat): modify call to floatlist_
8469         (floats): ditto
8470         (floats): ditto
8471
8472         * FloatList.[Ch] (FloatList): remove commented out float
8473         initialization.
8474         (erase): new function
8475
8476 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8477
8478         * MenuBackend.C (expandToc): fix crash when there is no document
8479         open
8480
8481 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8482
8483         * many files: Add insetwrap.
8484
8485 2002-09-09  John Levon  <levon@movementarian.org>
8486
8487         * text2.C: remove confusing and awkward depth wraparound
8488
8489 2002-09-09  John Levon  <levon@movementarian.org>
8490
8491         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8492
8493         * buffer.h:
8494         * buffer.C: remove getIncludeonlyList()
8495
8496         * paragraph.C:
8497         * lyxfunc.C: remove headers
8498
8499 2002-09-09  Juergen Vigna  <jug@sad.it>
8500
8501         * text.C (getColumnNearX): fix form Michael this is most
8502         probably a cut&paste bug.
8503
8504 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8505
8506         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8507
8508         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8509         references, ws changes.
8510
8511         * text2.C (init): update counters after init
8512         (insertParagraph): no need to set counter on idividual paragraphs.
8513         (setCounter): access the counters object in the textclass object
8514         on in the buffer object.
8515         (updateCounters): ditto
8516
8517         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8518         shared_ptr<Counters> to avoid loading counters.h in all
8519         compilation units.
8520         (LyXTextClass): initialize ctrs_
8521         (TextClassTags): add TC_COUNTER, and ...
8522         (Read): use it here.
8523         (CounterTags): new tags
8524         (readCounter): new function
8525         (counters): new funtion
8526         (defaultLayoutName): return a const reference
8527
8528         * counters.C (Counters): remove contructor
8529         (newCounter): remove a couple of unneeded statements.
8530         (newCounter): simplify a bit.
8531         (numberLabel): some small formatting changes.
8532
8533         * buffer.[Ch]: remove all traces of counters, move the Counters
8534         object to the LyXTextClass.
8535
8536 2002-09-06  Alain Castera  <castera@in2p3.fr>
8537
8538         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8539         package to set the horizontal alignment on fixed width columns.
8540
8541         * lyx_sty.C:
8542         * lyx_sty.h: added tabularnewline macro def.
8543
8544         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8545
8546 2002-09-06  John Levon  <levon@movementarian.org>
8547
8548         * LyXAction.C: tooltips for sub/superscript
8549
8550         * MenuBackend.C: a bit more verbose
8551
8552         * lyxfunc.C: tiny clean
8553
8554         * undo_funcs.C: document undo_frozen
8555
8556 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8557
8558         * counters.C (Counters): add missing algorithm counter.
8559
8560         * text2.C (setCounter): lookup the counter with layouts latexname
8561         instead of by section number.
8562         (setCounter): use a hackish way to lookup the correct enum
8563         counter.
8564         a float name->type change
8565         reset enum couners with counter name directly instead of depth value.
8566
8567         * counters.C (Counters): remove the push_backs, change to use the
8568         float type not the float name.
8569         (labelItem): remove unused string, float name->type change
8570
8571         * counters.h: don't include vector, loose the enums and sects vectors
8572
8573 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8574
8575         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8576         (Read): add float->TC_FLOAT to textclassTags
8577         (Read): and handle it in the switch
8578         (readFloat): new function
8579
8580         * FloatList.C (FloatList): comment out the hardcoded float
8581         definitions.
8582
8583         * lyxlayout.h: ws change.
8584
8585 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8586
8587         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8588
8589 2002-09-03  Angus Leeming  <leeming@lyx.org>
8590
8591         * BufferView_pimpl.h: qualified name is not allowed in member
8592         declaration: WorkArea & Pimpl::workarea() const;
8593
8594         * factory.C: added using std::endl directive.
8595
8596         * text3.C: added using std::find and std::vector directives.
8597
8598 2002-08-29  André Pönitz <poenitz@gmx.net>
8599
8600         * lyxtext.h:
8601         * text2.C: remove unused member number_of_rows
8602
8603         * Makefile.am:
8604         * BufferView2.C: remove file, move contents to...
8605         * BufferView.C: ... here
8606
8607         * BufferView_pimpl.C:
8608         * factory.C: move more inset creation to factory
8609
8610         * vspace.C: avoid direct usage of LyXText, ws changes
8611
8612         * BufferView.[Ch]:
8613                 don't provide direct access to WorkArea, use two simple
8614                 acessors haveSelction() and workHeight() instead
8615
8616
8617 2002-08-29  John Levon  <levon@movementarian.org>
8618
8619         * BufferView_pimpl.C (dispatch): do not continue when
8620           no buffer
8621
8622 2002-08-28  André Pönitz <poenitz@gmx.net>
8623
8624         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8625
8626         * BufferView.h:
8627         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8628
8629 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8630
8631         * buffer.C: increment LYX_FORMAT to 221
8632
8633         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8634         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8635
8636         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8637
8638         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8639
8640 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8641
8642         * factory.C (createInset): use LyXTextClass::floats
8643
8644         * MenuBackend.C (expandFloatListInsert):
8645         (expandFloatInsert):
8646         (expandToc):
8647
8648         * text2.C (setCounter):
8649
8650         * LaTeXFeatures.C (useFloat):
8651         (getFloatDefinitions):
8652
8653         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8654
8655         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8656         floatlist_, with accessor floats().
8657
8658         * FloatList.h: remove global FloatList
8659
8660 2002-08-26  André Pönitz <poenitz@gmx.net>
8661
8662         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8663
8664         * BufferView.h:
8665         * BufferView2.C:
8666         * BufferView_pimpl.C:
8667         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8668
8669 2002-08-25  John Levon  <levon@movementarian.org>
8670
8671         * LyXAction.C: fix margin note description
8672
8673 2002-08-24  John Levon  <levon@movementarian.org>
8674
8675         * buffer.C:
8676         * bufferlist.C:
8677         * bufferview_funcs.C:
8678         * lyxfont.C:
8679         * undo_funcs.C: cleanups
8680
8681         * lyxfunc.C: disable CUT/COPY when no selection
8682
8683 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8684
8685         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8686         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8687
8688         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8689         Add backward compatibility to "mono", "gray" and "no".
8690
8691 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8692
8693         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8694         (and file_format >= 200).
8695
8696 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8697
8698         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8699
8700 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8701
8702         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8703
8704 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8705
8706         * BufferView_pimpl.C:
8707         * LyXAction.C:
8708         * buffer.C:
8709         * commandtags.h:
8710         * lyxfunc.C:
8711         * paragraph.[Ch]:
8712         * text2.C:
8713         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8714         inset and code to make it  work with the paragraph code. The inset
8715         can be anywhere in the paragraph, but will only do the expected
8716         thing in LaTeX if the layout file contains the parameter line
8717                         OptionalArgs    1
8718         (or more generally, a nonzero value) for that layout.
8719
8720 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8721
8722         * paragraph.h: remove the declaration of undefined counters class
8723         function.
8724
8725 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8726
8727         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8728         Dr. Richard Hawkins.
8729
8730 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8731
8732         * paragraph_funcs.h: remove some unneeded includes
8733
8734         * text.C (backspace): pasteParagraph now in global scipe
8735
8736         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8737         (pasteSelection): ditto
8738
8739         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8740         * paragraph_funcs.C (pasteParagraph): ... here
8741
8742 2002-08-20  André Pönitz <poenitz@gmx.net>
8743
8744         * commandtags.h: new LFUNs for swapping/copying table row/colums
8745
8746         * LyXAction.C:
8747         * lyxfunc.C: support for new lfuns
8748
8749 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8750
8751         * tabular.C:
8752         * buffer.[Ch]: remove NO_COMPABILITY stuff
8753
8754 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8755
8756         * boost.C (throw_exception): new file, with helper function for
8757         boost compiled without exceptions.
8758
8759         * paragraph.h:
8760         * lyxlength.C:
8761         * buffer.C:
8762         * ParameterStruct.h:
8763         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8764
8765         * bufferlist.C (emergencyWriteAll): use boost bind
8766
8767         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8768
8769         * text.C: include paragraph_funcs.h
8770         (breakParagraph): breakParagraph is now in global scope
8771
8772         * paragraph_funcs.[Ch]: new files
8773
8774         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8775         global scope
8776
8777         * buffer.C: include paragraph_funcs.h
8778         (insertStringAsLines): breakParagraph is now in global scope
8779
8780         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8781         paragraph_funcs.C
8782
8783         * CutAndPaste.C: include paragraph_funcs.h
8784         (cutSelection): breakParagraphConservative is now in global scope
8785         (pasteSelection): ditto
8786
8787         * buffer.h: declare oprator== and operator!= for
8788         Buffer::inset_iterator
8789
8790         * bufferlist.C (emergencyWrite): don't use fmt(...)
8791
8792         * text3.C: add using std::endl
8793
8794         * BufferView.C (moveCursorUpdate): remove default arg
8795
8796 2002-08-20  André Pönitz <poenitz@gmx.net>
8797
8798         * buffer.[Ch]: move inline functions to .C
8799
8800         * BufferView2.C:
8801         * BufferView_pimpl.C:
8802         * text.C:
8803         * buffer.[Ch]: use improved inset_iterator
8804
8805         * buffer.C:
8806         * paragraph.[Ch]: write one paragraph at a time
8807
8808 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8809
8810         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8811         style if style is not specified.
8812
8813 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8814
8815         * text2.C (setCounter): when searching for right label for a
8816         caption, make sure to recurse to parent insets (so that a caption
8817         in a minipage in a figure float works) (bug #568)
8818
8819 2002-08-20  André Pönitz <poenitz@gmx.net>
8820
8821         * text3.C: new file for LyXText::dispatch() and helpers
8822
8823         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8824
8825         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8826
8827 2002-08-19  André Pönitz <poenitz@gmx.net>
8828
8829         * lyxtext.h:
8830         * text.C: new LyXText::dispatch()
8831
8832         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8833
8834 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8835
8836         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8837
8838         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8839         Hebrew text.
8840
8841 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8842
8843         * Makefile.am: use $(variables) instead of @substitutions@
8844
8845 2002-08-15  André Pönitz <poenitz@gmx.net>
8846
8847         * lyxfunc.C:
8848         * BufferView_pimpl.C: streamlining mathed <-> outer world
8849         interaction
8850
8851         * commandtags.h:
8852         * LyXAction.C: remove unused LFUN_MATH
8853
8854 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8855
8856         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8857
8858 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8859
8860         * paragraph.C (Paragraph): reformat a bit
8861         (cutIntoMinibuffer): use builtin InsetList function instad of
8862         doing it manually.
8863         (getInset): ditto
8864
8865         * buffer.C: include boost/bind.hpp, add using std::for_each
8866         (writeFileAscii): use ParagraphList iterators
8867         (validate): use for_each for validate traversal of paragraphs
8868         (getBibkeyList): use ParagraphList iterators
8869         (resizeInsets): use for_each to resizeInsetsLyXText for all
8870         paragraphs.
8871         (getParFromID): use ParagraphList iterators
8872
8873         * BufferView2.C (lockInset): use paragraph list and iterators
8874
8875 2002-08-14  John Levon  <levon@movementarian.org>
8876
8877         * lyxserver.C: remove spurious xforms include
8878
8879 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8880
8881         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8882
8883 2002-08-13  André Pönitz <poenitz@gmx.net>
8884
8885         * LyXAction.[Ch]:
8886         * lyxfunc.C: further cleaning
8887
8888 2002-08-13  André Pönitz <poenitz@gmx.net>
8889
8890         * funcrequest.h: new constructor
8891
8892         * funcrequest.C: move stuff here from .h
8893
8894         * Makefile.am:
8895         * BufferView_pimpl.C:
8896         * LyXAction.C:
8897         * toc.C:
8898         * lyxfunc.C: subsequent changes
8899
8900         * lyxfunc.h: new view() member function
8901
8902         * lyxfunc.C: subsequent changes
8903
8904 2002-08-13  Angus Leeming  <leeming@lyx.org>
8905
8906         * BufferView2.C:
8907         * BufferView_pimpl.C:
8908         * buffer.C:
8909         * converter.C:
8910         * importer.C:
8911         * lyxfunc.C:
8912         * lyxvc.C:
8913         * toc.C:
8914         * vc-backend.C:
8915         changes due to the changed LyXView interface that now returns references
8916         to member variables not pointers.
8917
8918 2002-08-13  Angus Leeming  <leeming@lyx.org>
8919
8920         * WordLangTuple (word, lang_code): return references to strings,
8921         not strings.
8922
8923         * BufferView.h:
8924         * SpellBase.h:
8925         * lyxtext.h: forward-declare WordLangTuple.
8926
8927         * BufferView2.C:
8928         * ispell.C:
8929         * pspell.C:
8930         * text.C: #include "WordLangTuple.h".
8931
8932         * lyxtext.h:
8933         * text.C: (selectNextWordToSpellcheck): constify return type.
8934
8935 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8936
8937         * buffer.C:
8938         * buffer.h:
8939         * lyxtext.h:
8940         * paragraph.C:
8941         * paragraph_pimpl.h:
8942         * text.C:
8943         * text2.C:
8944         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8945         suggested by Angus.
8946         Made updateCounter always count from start of buffer, and removed
8947         second argument (par).
8948         Reverted floats number display to '#'. Perhaps I'll try again when the
8949         code base is sanitized a bit.
8950
8951 2002-08-12  Angus Leeming  <leeming@lyx.org>
8952
8953         * buffer.[Ch] (getLabelList): constify.
8954
8955 2002-08-07  André Pönitz <poenitz@gmx.net>
8956
8957         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8958
8959         * funcrequest.h: extension to keep mouse (x,y) position
8960
8961 2002-08-12  Juergen Vigna  <jug@sad.it>
8962
8963         * BufferView2.C (insertErrors): forbid undo when inserting error
8964         insets.
8965
8966         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8967
8968 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8969
8970         * ParagraphList.[Ch]: new files
8971
8972         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8973
8974         * BufferView2.C (lockInset): ParagraphList changes
8975         * toc.C: ditto
8976         * text2.C: ditto
8977         * bufferlist.C: ditto
8978         * buffer.h: ditto
8979         * buffer.C: ditto
8980
8981 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8982
8983         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8984         unused class variable counter_,
8985
8986         * paragraph.[Ch] (getFirstCounter): delete unused function
8987
8988         * counters.C: include LAssert.h
8989         (reset): add a new function with no arg, change other version to
8990         not have def. arg and to not allow empty arg.
8991
8992         * text2.C (setCounter): remove empty arg from call to Counters::reset
8993
8994 2002-08-11  John Levon  <levon@movementarian.org>
8995
8996         * Makefile.am: add WordLangTuple.h
8997
8998 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8999
9000         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9001         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9002
9003         * insets/insettext.C: InsetList changes
9004
9005         * graphics/GraphicsSupport.C (operator()): InsetList changes
9006
9007         * toc.C (getTocList): InsetList changes
9008
9009         * paragraph_pimpl.[Ch]: InsetList changes
9010
9011         * paragraph.[Ch]: InsetList changes
9012
9013         * buffer.C (inset_iterator): InsetList changes
9014         (setParagraph): ditto
9015         * buffer.h (inset_iterator): ditto
9016         * iterators.C (operator++): ditto
9017         * iterators.h: ditto
9018
9019         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9020
9021         * InsetList.[Ch]: new files, most InsetList handling moved out of
9022         paragraph.C.
9023
9024         * BufferView2.C (removeAutoInsets): InsetList changes
9025         (lockInset): ditto
9026         (ChangeInsets): ditto
9027
9028 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9029
9030         * paragraph_pimpl.h (empty): new function
9031
9032         * paragraph.[Ch] (empty): new function
9033
9034         * other files: use the new Paragraph::empty function
9035
9036 2002-08-09  John Levon  <levon@movementarian.org>
9037
9038         * lyxtext.h: remove unused refresh_height
9039
9040 2002-08-09  John Levon  <levon@movementarian.org>
9041
9042         * Makefile.am:
9043         * sgml.h:
9044         * sgml.C:
9045         * buffer.C:
9046         * paragraph.h:
9047         * paragraph.C: move sgml char escaping out of paragraph
9048
9049         * paragraph.h:
9050         * paragraph.C: remove id setter
9051
9052         * buffer.C:
9053         * paragraph.C:
9054         * paragraph_pimpl.C: remove dead tex_code_break_column
9055
9056         * bufferview_funcs.C: small cleanup
9057
9058         * lyxfunc.C: remove dead proto
9059
9060         * lyxtext.h: make some stuff private. Remove some dead stuff.
9061
9062         * lyxgluelength.C: make as[LyX]String() readable
9063
9064 2002-08-08  John Levon  <levon@movementarian.org>
9065
9066         * LyXAction.h:
9067         * LyXAction.C:
9068         * MenuBackend.C:
9069         * ToolbarDefaults.C:
9070         * lyxfunc.C:
9071         * lyxrc.C:
9072         * toc.C: lyxaction cleanup
9073
9074 2002-08-08  John Levon  <levon@movementarian.org>
9075
9076         * BufferView2.C: small cleanup
9077
9078         * lyxfind.h:
9079         * lyxfind.C: move unnecessary header into the .C
9080
9081 2002-08-08  John Levon  <levon@movementarian.org>
9082
9083         * funcrequest.h: just tedious nonsense
9084
9085         * lyx_main.h:
9086         * lyx_main.C: cleanups
9087
9088         * buffer.C:
9089         * vspace.C: remove dead header lyx_main.h
9090
9091 2002-08-07  Angus Leeming  <leeming@lyx.org>
9092
9093         * Paragraph.[Ch]:
9094         * paragraph_pimpl.h:
9095         Forward declare class Counters in paragraph.h by moving the ctrs member
9096         variable into Paragraph::Pimpl.
9097         (counters): new method, returning a reference to pimpl_->ctrs.
9098
9099         * text2.C: ensuing changes.
9100
9101 2002-08-07  John Levon  <levon@movementarian.org>
9102
9103         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9104
9105         * BufferView_pimpl.C: announce X selection on double/triple
9106           click
9107
9108         * lyx_main.C: use correct bool in batch dispatch
9109
9110         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9111
9112 2002-08-07  André Pönitz <poenitz@gmx.net>
9113
9114         * funcrequest.h: new class to wrap a kb_action and its argument
9115
9116         * BufferView.[Ch]:
9117         * BufferView_pimpl[Ch]:
9118         * LaTeX.C:
9119         * LyXAction.[Ch]:
9120         * lyxfunc.[Ch]:
9121         * lyxrc.C: subsequent changes
9122
9123
9124 2002-08-07  John Levon  <levon@movementarian.org>
9125
9126         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9127           document options change.
9128
9129 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9130
9131         * counters.[Ch]
9132         * text2.C
9133         * paragraph.[Ch]
9134         * makefile.am: move counters functionality over from
9135         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9136
9137 2002-08-06  John Levon  <levon@movementarian.org>
9138
9139         * WordLangTuple.h: new file for word + language code tuple
9140
9141         * SpellBase.h:
9142         * pspell.h:
9143         * pspell.C:
9144         * ispell.h:
9145         * ispell.C:
9146         * lyxtext.h:
9147         * text.C:
9148         * text2.C:
9149         * BufferView.h:
9150         * BufferView2.C: use WordLangTuple
9151
9152         * layout.h:
9153         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9154
9155 2002-08-06  John Levon  <levon@movementarian.org>
9156
9157         * lyx_main.C: fix cmdline batch handling
9158
9159 2002-08-06  André Pönitz <poenitz@gmx.net>
9160
9161         * lyxrc.C: set default for show_banner to true
9162
9163 2002-08-06  John Levon  <levon@movementarian.org>
9164
9165         * pspell.C: fix a crash, and allow new aspell to work
9166
9167 2002-08-06  John Levon  <levon@movementarian.org>
9168
9169         * lyxfunc.C:
9170         * kbmap.C: small cleanup
9171
9172         * vspace.h:
9173         * vspace.C: add const
9174
9175 2002-08-05  John Levon  <levon@movementarian.org>
9176
9177         * LyXAction.C: back to tabular-insert
9178
9179 2002-08-04  John Levon  <levon@movementarian.org>
9180
9181         * BufferView.h:
9182         * BufferView.C: cosmetic change
9183
9184         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9185
9186         * bufferlist.C:
9187         * buffer.h:
9188         * buffer.C:
9189         * lyxcb.h:
9190         * lyxcb.C:
9191         * lyxserver.C:
9192         * lyxvc.C:
9193         * vc-backend.C:
9194         * BufferView2.C: purge all "Lyx" not "LyX" strings
9195
9196         * lyxcursor.h:
9197         * lyxcursor.C: attempt to add some documentation
9198
9199         * lyxfunc.C:
9200         * commandtags.h:
9201         * LyXAction.C:
9202         * ToolbarDefaults.C:
9203         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9204           merge with LFUN_TABULAR_INSERT
9205
9206         * Makefile.am:
9207         * SpellBase.h:
9208         * ispell.h:
9209         * ispell.C:
9210         * pspell.h:
9211         * pspell.C: split up i/pspell implementations into separate
9212           files, many cleanups
9213
9214         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9215
9216         * text2.C: some cleanup
9217
9218         * lyxfunc.C: don't check for isp_command == "none" any more, it
9219           didn't make any sense
9220
9221 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9222
9223         * counters.[Ch]
9224         * text2.C
9225         * paragraph.[Ch]
9226         * makefile.am: move counters functionality over
9227         from text2.C/paragraph.[Ch] to counters.[Ch], and
9228         make proper C++.
9229 2002-08-02  John Levon  <levon@movementarian.org>
9230
9231         * buffer.C: s/lyxconvert/lyx2lyx/
9232
9233 2002-08-02  Angus Leeming  <leeming@lyx.org>
9234
9235         * lyxlex.C: revert John's change as it breaks reading of the user
9236         preamble.
9237
9238 2002-08-02  Angus Leeming  <leeming@lyx.org>
9239
9240         * importer.C (Import):
9241         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9242         changes due to LyXView::view() now returning a boost::shared_ptr.
9243
9244 2002-08-02  John Levon  <levon@movementarian.org>
9245
9246         * lyxlex.C: small cleanup
9247
9248 2002-08-02  John Levon  <levon@movementarian.org>
9249
9250         * text2.C (status): small cleanup, no logic change
9251
9252 2002-08-01  John Levon  <levon@movementarian.org>
9253
9254         * buffer.h:
9255         * buffer.C (writeFile): don't output alerts, caller
9256           handles this
9257
9258         * bufferlist.C:
9259         * lyx_cb.C: from above
9260
9261         * lyxfunc.C: allow to open non-existent files
9262
9263 2002-07-31  John Levon  <levon@movementarian.org>
9264
9265         * lyxserver.C: don't let incidental errors get
9266           in the way (errno)
9267
9268 2002-07-30  John Levon  <levon@movementarian.org>
9269
9270         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9271
9272 2002-07-30  John Levon  <levon@movementarian.org>
9273
9274         * lyxserver.h:
9275         * lyxserver.C: remove I/O callback too
9276
9277 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9278
9279         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9280         log.
9281
9282 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9283
9284         * many files: strip,frontStrip -> trim,ltrim,rtrim
9285
9286 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9287
9288         * PrinterParams.h: remove extern containsOnly, and include
9289         support/lstrings.h instead.
9290
9291         * LaTeX.C (scanAuxFile): modify because of strip changes
9292         (deplog): ditto
9293         * buffer.C (makeLaTeXFile): ditto
9294         * bufferparams.C (writeFile): ditt
9295         * lyxfont.C (stateText): ditto
9296         * lyxserver.C (read_ready): ditto
9297         * vc-backend.C (scanMaster): ditto
9298
9299         * BufferView_pimpl.h: ws changes
9300
9301         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9302
9303 2002-07-26  André Pönitz <poenitz@gmx.net>
9304
9305         * kb_sequence.C: remove unnedred usings
9306
9307 2002-07-26  Juergen Vigna  <jug@sad.it>
9308
9309         * lyxfind.C (LyXReplace): we have to check better if the returned
9310         text is not of theLockingInset()->getLockingInset().
9311
9312 2002-07-25  Juergen Vigna  <jug@sad.it>
9313
9314         * lyxfind.C (LyXReplace): don't replace if we don't get the
9315         right LyXText.
9316
9317         * undo_funcs.C (createUndo): remove debugging code.
9318
9319 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9320
9321         * buffer.C (parseSingleLyXformat2Token): Use default placement
9322         when reading old floats.
9323
9324         * FloatList.C (FloatList): Change the default placement of figure
9325         and tables to "tbp".
9326
9327 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9328
9329         * MenuBackend.C: using std::max
9330
9331 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9332
9333         * MenuBackend.C (expandToc):
9334         (expandToc2): code moved from xforms menu frontend. It is now
9335         generic and TOCs are transparent to menu frontends.
9336
9337 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9338
9339         * toc.C (getTocList): protect against buf=0
9340
9341         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9342         Menu as first parameter. Now, this calls itself recursively to
9343         expand a whole tree (this will be useful for TOC handling)
9344         (expandFloatInsert): remove 'wide' version of floats
9345
9346         * MenuBackend.h (submenuname): returns the name of the submenu.
9347         (submenu): returns the submenu itself, provided it has been
9348         created by MenuBackend::expand
9349
9350 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9351
9352         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9353         insets which have noFontChange == true. (bug #172)
9354
9355 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9356
9357         * BufferView_pimpl.C: add connection objects and use them...
9358         (Pimpl): here.
9359
9360 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9361
9362         * MenuBackend.C (expandLastfiles):
9363         (expandDocuments):
9364         (expandFormats):
9365         (expandFloatListInsert):
9366         (expandFloatInsert):
9367         (expand): split expand in parts
9368
9369 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9370
9371         * lyx_gui.C: use lyx_gui::exit()
9372
9373 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9374
9375         * LyXAction.C: show the failing pseudo action
9376
9377 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9378
9379         * buffer.C (readFile): Run the lyxconvert script in order to read
9380         old files.
9381
9382 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * LyXAction.C:
9385         * commandtags.h:
9386         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9387
9388 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9389
9390         * LyXAction.C:
9391         * commandtags.h:
9392         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9393
9394 2002-07-22  Herbert Voss  <voss@lyx.org>
9395
9396         * lengthcommon.C:
9397         * lyxlength.[Ch]: add support for the vertical lengths
9398
9399 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9400
9401         * toc.[Ch]: std:: fixes
9402
9403 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9404
9405         * lyxrc.C: do not include lyx_main.h
9406
9407         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9408         for layouts
9409
9410         * lyxrc.C:
9411         * encoding.C:
9412         * bufferlist.C:
9413         * BufferView2.C: include "lyxlex.h"
9414
9415         * tabular.h:
9416         * bufferparams.h: do not #include "lyxlex.h"
9417
9418         * lyxtextclasslist.C (Add): remove method
9419         (classlist): renamed to classlist_
9420
9421         * paragraph_pimpl.C:
9422         * paragraph.C:
9423         * text2.C:
9424         * CutAndPaste.C:
9425         * bufferview_funcs.C:
9426         * bufferlist.C:
9427         * text.C:
9428         * LaTeXFeatures.C:
9429         * buffer.C:
9430         * toc.C (getTocList): use BufferParams::getLyXTextClass
9431
9432         * toc.C (getTocList): use InsetFloat::addToToc
9433
9434         * toc.[Ch]: new files, containing helper functions to handle table
9435         of contents
9436
9437         * lyxfunc.C (dispatch): no need to remove spaces around command
9438         given as a string
9439         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9440         first command of the sequence; it is not very clever, but I do not
9441         have a better idea, actually
9442
9443         * LyXAction.C (LookupFunc): make sure to remove space at the
9444         beginning and end of the command
9445
9446 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9447
9448         * MenuBackend.C (getMenubar): new method: return the menubar of
9449         this menu set
9450         (read): treat differently reading of menu and menubar (in
9451         particular, the menubar has no name now)
9452         (Menu::menubar): remove
9453
9454         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9455         saving is finished
9456
9457 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9458
9459         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9460         a bibitem inset in a RTL paragraph.
9461
9462 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9463
9464         * paragraph_pimpl.C: constify
9465
9466         * BufferView_pimpl.C:
9467         * LaTeX.C:
9468         * lyxfunc.C: fix dispatch in a nicer way
9469
9470 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9471
9472         * lyxfunc.C (dispatch):
9473         * BufferView_pimpl.C:
9474         * BufferView_pimpl.h:
9475         * BufferView.C:
9476         * BufferView.h: rename Dispatch() to dispatch()
9477
9478         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9479
9480         * lyxlayout.C (Read): honor DependsOn tag
9481
9482         * lyxlayout.[Ch] (depends_on): new method
9483
9484         * version.C.in: update lyx_docversion
9485
9486         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9487
9488         * paragraph.C (validate): remove from here...
9489         * paragraph_pimpl.C (validate): ... and move here
9490         (isTextAt): make it const
9491
9492         * buffer.C (getLists): ws cleanup
9493
9494 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9495
9496         * language.C (read): Use iso8859-1 encoding in latex_lang
9497         (this prevents LyX from crashing when using iso10646-1 encoding).
9498
9499 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9500
9501         * text2.C (toggleInset): if cursor is inside an inset, close the
9502         inset and leave cursor _after_ it
9503
9504 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9505
9506         * lyxfunc.C: move minibuffer completion handling out of here
9507
9508 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9509
9510         * BufferView_pimpl.C:
9511         * LaTeX.C: fix dispatch calls
9512
9513 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9514
9515         * text.C (drawChars): Fix Arabic text rendering.
9516
9517 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9518
9519         * LyXAction.C:
9520         * commandtags.h:
9521         * lyxfunc.C: remove message-push/pop
9522
9523         * lyxserver.C:
9524         * lyxfunc.h:
9525         * lyxfunc.C: rationalise some code by removing verboseDispatch
9526           in favour of a bool argument to dispatch()
9527
9528 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9529
9530         * lyx_main.C (init): make sure to read symlinks as absolute paths
9531
9532 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9533
9534         * lyxfunc.h:
9535         * lyxfunc.C: no need for commandshortcut to be a member
9536
9537 2002-07-15  André Pönitz <poenitz@gmx.net>
9538
9539         * converter.C: add support for $$s (scripts from lib/scripts dir)
9540         * lyx_main.C: white space
9541
9542 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9543
9544         * bufferlist.C:
9545         * lyxrc.h:
9546         * lyxrc.C: remove second exit confirmation
9547
9548 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9549
9550         * BufferView.h:
9551         * BufferView.C:
9552         * BufferView2.C:
9553         * BufferView_pimpl.h:
9554         * BufferView_pimpl.C:
9555         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9556
9557 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9558
9559         * MenuBackend.C (expand): add numeric shortcuts to document menu
9560
9561         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9562
9563 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9564
9565         * lyxfont.C (setLyXFamily):
9566         (setLyXSeries):
9567         (setLyXShape):
9568         (setLyXSize):
9569         (setLyXMisc):
9570         (lyxRead):
9571         * debug.C (value):
9572         * buffer.C (asciiParagraph): use ascii_lowercase
9573
9574 2002-07-15  Mike Fabian  <mfabian@suse.de>
9575
9576         * lyxlex_pimpl.C (search_kw):
9577         * lyxlex.C (getLongString):
9578         * converter.h (operator<):
9579         * converter.C (operator<):
9580         * buffer.C (parseSingleLyXformat2Token):
9581         (asciiParagraph):
9582         * ToolbarDefaults.C (read):
9583         * MenuBackend.C (checkShortcuts):
9584         (read):
9585         * LColor.C (getFromGUIName):
9586         (getFromLyXName): use the compare_ascii_no_case instead of
9587         compare_no_case, because in turkish, 'i' is not the lowercase
9588         version of 'I', and thus turkish locale breaks parsing of tags.
9589
9590 2002-07-16  Angus Leeming  <leeming@lyx.org>
9591
9592         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9593         now takes a Buffer const & argument.
9594
9595 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9596
9597         * BufferView.C (resize): check there's a buffer to resize
9598
9599 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9600
9601         * lyxfunc.C: remove dead code
9602
9603         * lyxserver.h:
9604         * lyxserver.C: use lyx_guii::set_read_callback
9605
9606 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9607
9608         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9609         an inset in a RTL paragraph.
9610
9611 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9612
9613         * lyxfunc.C: repaint after a font size update
9614
9615 2002-07-15  André Pönitz <poenitz@gmx.net>
9616
9617         * lyxlength.C: inBP should be able to return negative values
9618
9619 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9620
9621         * lyxfunc.C: use lyx_gui::update_fonts()
9622
9623 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9624
9625         * lyxfunc.C: use lyx_gui::update_color()
9626
9627 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9628
9629         * bufferlist.C:
9630         * lyxfunc.h:
9631         * lyxfunc.C:
9632         * lyxrc.h:
9633         * lyxrc.C: remove file->new asks for name option, and let
9634           buffer-new take an argument
9635
9636 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9637
9638         * BufferView_pimpl.C: remove unneeded extra repaint()
9639
9640 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9641
9642         * LyXAction.C: allow command-sequence with NoBuffer
9643
9644         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9645
9646 2002-07-10  Angus Leeming  <leeming@lyx.org>
9647
9648         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9649
9650 2002-07-09  Angus Leeming  <leeming@lyx.org>
9651
9652         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9653
9654 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * lengthcommon.h: whitespace
9657
9658         * lyxfunc.C: update scrollbar after goto paragraph
9659
9660         * lyxtext.h: factor out page break drawing, and fix it so
9661           page break/added space paints as selected nicely
9662
9663 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9664
9665         * BufferView_pimpl.C: add FIXMEs, clean up a little
9666
9667 2002-07-09  André Pönitz <poenitz@gmx.net>
9668
9669         * lyxfont.[Ch]: support for wasy symbols
9670
9671 2002-07-08  André Pönitz <poenitz@gmx.net>
9672
9673         * BufferView_pimpl.C: apply John's patch for #93.
9674
9675 2002-07-05  Angus Leeming  <leeming@lyx.org>
9676
9677         * BufferView_pimpl.C (buffer): generate previews if desired.
9678
9679         * LColor.h: add "preview" to the color enum.
9680
9681         * LColor.C (LColor): add a corresponding entry to the items array.
9682
9683         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9684         with this buffer.
9685
9686 2002-07-05  Angus Leeming  <leeming@lyx.org>
9687
9688         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9689         The body of the code is now in the method that is passed an ostream &
9690         rather than a file name.
9691         Pass an additional only_preamble parameter, useful for the forthcoming
9692         preview stuff.
9693
9694 2002-07-03  André Pönitz <poenitz@gmx.net>
9695
9696         * lyxfunc.C: simplify getStatus() a bit for math stuff
9697
9698 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9699
9700         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9701
9702 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9703
9704         * text.C (changeRegionCase): do not change case of all the
9705         document when region ends at paragraph end (bug #461)
9706
9707 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9708
9709         * paragraph.C (startTeXParParams):
9710         (endTeXParParams): add \protect when necessary
9711
9712 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9713
9714         * BufferView_pimpl.C (workAreaExpose): remove warning
9715
9716 2002-06-27  Angus Leeming  <leeming@lyx.org>
9717
9718         * Makefile.am: add lyxlayout_ptr_fwd.h.
9719
9720 2002-06-26  André Pönitz <poenitz@gmx.net>
9721
9722         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9723
9724 2002-06-25  Angus Leeming  <leeming@lyx.org>
9725
9726         * lyxfunc.C (dispatch): Comment out the call to
9727         grfx::GCache::changeDisplay. The method no longer exists now that the
9728         pixmap generation part of the graphics loader has been moved into
9729         InsetGraphics.
9730
9731 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9732
9733         * text2.C: layout as layout
9734
9735         * text.C: layout as layout
9736
9737         * tabular.C (OldFormatRead): layout as layout
9738
9739         * paragraph_pimpl.C (TeXDeeper): layout as layout
9740         (realizeFont): layout as layout
9741
9742         * paragraph.C (writeFile): layout as layout
9743         (validate): layout as layout
9744         (getFont): layout as layout
9745         (getLabelFont): layout as layout
9746         (getLayoutFont): layout as layout
9747         (breakParagraph): layout as layout
9748         (stripLeadingSpaces): layout as layout
9749         (getEndLabel): layout as layout
9750         (getMaxDepthAfter): layout as layout
9751         (applyLayout): layout as layout
9752         (TeXOnePar): layout as layout
9753         (simpleTeXOnePar): layout as layout
9754         (TeXEnvironment): layout as layout
9755         (layout): layout as layout
9756         (layout): layout as layout
9757
9758         * lyxtextclass.C (compare_name): new functor to work with
9759         shared_ptr, layout as layout
9760         (Read): layout as layout
9761         (hasLayout): layout as layout
9762         (operator): layout as layout
9763         (delete_layout): layout as layout
9764         (defaultLayout): layout as layout
9765
9766         * lyxlayout_ptr_fwd.h: new file
9767
9768         * lyxlayout.C (Read): layout as layout
9769
9770         * lyx_cb.C (MenuInsertLabel): layout as layout
9771
9772         * bufferlist.C (newFile): layout as layout
9773
9774         * buffer.C (readLyXformat2): layout as layout
9775         (parseSingleLyXformat2Token): layout as layout
9776         (insertStringAsLines): layout as layout
9777         (asciiParagraph): layout as layout
9778         (latexParagraphs): layout as layout
9779         (makeLinuxDocFile): layout as layout
9780         (simpleLinuxDocOnePar): layout as layout
9781         (makeDocBookFile): layout as layout
9782         (simpleDocBookOnePar): layout as layout
9783         (getLists): layout as layout
9784
9785         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9786
9787         * CutAndPaste.C (cutSelection): layout as layout
9788         (pasteSelection): layout as layout
9789         (SwitchLayoutsBetweenClasses): layout as layout
9790
9791         * BufferView_pimpl.C (Dispatch): layout as layout
9792         (smartQuote): layout as layout
9793
9794         * BufferView2.C (unlockInset): layout as layout
9795
9796 2002-06-24  André Pönitz <poenitz@gmx.net>
9797
9798         * lyxfunc.C: fix #487
9799
9800 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9801
9802         * lyxrc.h:
9803         * lyxrc.C:
9804         * lyxfunc.C: remove display_shortcuts, show_banner
9805
9806 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9807
9808         * Buffer_pimpl.C: oops, update on resize
9809
9810 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9811
9812         * buffer.C:
9813         * converter.C:
9814         * exporter.C:
9815         * lyxfunc.C:
9816         * BufferView.h:
9817         * BufferView.C: use repaint()
9818
9819         * BufferView_pimpl.h:
9820         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9821           as it's a clearer description. Remove superfluous
9822           redraws.
9823
9824 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9825
9826         * text.C: fix bug 488. Not ideal, but getting
9827           getWord() to work properly for the insets that
9828           matter is more difficult ...
9829
9830 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9831
9832         * BufferView_pimpl.C:
9833         * LyXAction.C:
9834         * commandtags.h:
9835         * lyxfunc.C: remove the six million index lyxfuncs to just
9836           one, and DTRT (bug 458)
9837
9838 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9839
9840         * BufferView.h:
9841         * BufferView.C:
9842         * BufferView_pimpl.h:
9843         * BufferView_pimpl.C: clean up resize() stuff,
9844           and unnecessary updateScreen()s
9845
9846 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9847
9848         * BufferView.h:
9849         * BufferView.C:
9850         * BufferView_pimpl.h:
9851         * BufferView_pimpl.C:
9852         * lyxfind.h:
9853         * lyxfind.C:
9854         * minibuffer.C: remove focus management of workarea,
9855           not needed. Use screen's greyOut()
9856
9857 2002-06-17  Herbert Voss  <voss@lyx.org>
9858
9859         * converter.C: (convert) do not post a message, when converting
9860         fails, let the calling function decide what to do in this case
9861
9862 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9863
9864         * lyxfunc.C: tidy up a little
9865
9866 2002-06-16    <alstrup@diku.dk>
9867
9868         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9869         Got rid of FORMS_H_LOCATION include. Now we are
9870         GUII.
9871
9872 2002-06-15  LyX Development team  <lyx@rilke>
9873
9874         * buffer.[Ch] (sgmlOpenTag):
9875         (sgmlCloseTag): Added support for avoiding pernicious mixed
9876         content. Return number of lines written.
9877
9878         (makeLinuxDocFile):
9879         (makeDocBookFile): Fixed calls to sgml*Tag.
9880         Simple white space clean.
9881
9882         (simpleDocBookOnePar): Simple white space clean.
9883
9884         * tabular.[Ch] (docBook): Renamed to docbook and got another
9885         argument to related with the pernicious mixed content.
9886
9887         (docbookRow): Fixed calls for docbook inset method.
9888
9889 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9890
9891         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9892         so it's X11 independent.
9893
9894         * kb*.[Ch]: ditto.
9895
9896         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9897
9898 2002-06-15  Lyx Development team  <lyx@electronia>
9899
9900         * intl.h: Renamed getTrans to getTransManager.
9901
9902 2002-06-14  Angus Leeming  <leeming@lyx.org>
9903
9904         * Makefile.am: nuke forgotten stl_string_fwd.h.
9905
9906 2002-06-12  Angus Leeming  <leeming@lyx.org>
9907
9908         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9909
9910 2002-06-13  Angus Leeming  <leeming@lyx.org>
9911
9912         * LaTeX.C:
9913         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9914
9915 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9916
9917         * kbmap.C (getiso): add support for cyrillic and greek
9918
9919 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9920
9921         * BufferView.h:
9922         * BufferView.C:
9923         * BufferView_pimpl.h:
9924         * BufferView_pimpl.C: move bogus scrolling logic
9925           to xforms
9926
9927 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9928
9929         * lyxfunc.C:
9930         * BufferView_pimpl.C: view->resize() change
9931
9932 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9933
9934         * BufferView_pimpl.C: topCursorVisible
9935           prototype change
9936
9937 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9938
9939         * Makefile.am:
9940         * lyx_gui.h:
9941         * lyx_gui.C: move to frontends/
9942
9943         * main.C:
9944         * lyx_main.h:
9945         * lyx_main.C: changes from above
9946
9947 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9948
9949         * intl.C:
9950         * intl.h:
9951         * kbmap.C:
9952         * kbsequence.C:
9953         * lyx_cb.C:
9954         * lyx_main.C: minor tidy
9955
9956 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9957
9958         * BufferView_pimpl.h:
9959         * BufferView_pimpl.C:
9960         * BufferView.h:
9961         * BufferView.C: make painter() const,
9962           remove dead code
9963
9964         * BufferView2.C: use screen() accessor
9965
9966         * lyx_main.h:
9967         * lyx_main.C: some minor cleanup
9968
9969 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9970
9971         * BufferView_pimpl.h:
9972         * BufferView_pimpl.C: remove enter/leaveView,
9973           use workHeight()
9974
9975 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9976
9977         * BufferView.h:
9978         * BufferView.C:
9979         * BufferView2.C:
9980         * BufferView_pimpl.h:
9981         * BufferView_pimpl.C: only construct screen once,
9982           rename
9983
9984         * lyxrc.C: remove pointless comment
9985
9986 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9987
9988         * BufferView.h:
9989         * BufferView.C: remove active() and belowMouse()
9990
9991         * BufferView_pimpl.h:
9992         * BufferView_pimpl.C: use workarea() not workarea_,
9993           and make it use a scoped_ptr instead
9994
9995 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9996
9997         * lyx_gui.C: add debug message on BadWindow
9998
9999 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10000
10001         * sp_spell.C: fdopen is not part of the C++ standard.
10002
10003         * paragraph.C (InsetIterator): use >= instead of ==
10004
10005 2002-06-07  Angus Leeming  <leeming@lyx.org>
10006
10007         Fixes needed to compile with Compaq cxx 6.5.
10008         * BufferView_pimpl.C:
10009         * DepTable.C:
10010         * buffer.C:
10011         * converter.C:
10012         * encoding.C:
10013         * lyx_gui.C:
10014         * lyx_main.C:
10015         * lyxtextclasslist.C:
10016         * minibuffer.C:
10017         * sp_spell.C:
10018         * tabular_funcs.C:
10019         * vc-backend.C:
10020         all c-library variables have been moved into namespace std. Wrap
10021         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10022
10023         * lyxlength.C:
10024         * tabular-old.C:
10025         * tabular.C:
10026         Add a using std::abs declaration.
10027
10028         * kbmap.h (modifier_pair):
10029         * paragraph.h (InsetTable, InsetList):
10030         * lyxfont.h (FontBits):
10031         type definition made public.
10032
10033         * bufferlist.C (emergencyWriteAll): the compiler complains that
10034         there is more than one possible lyx::class_fun template to choose from.
10035         I re-named the void specialisation as lyx::void_class_fun.
10036
10037         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10038
10039         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10040         the compiler is is unable to find tostr in write_attribute.
10041
10042 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10043
10044         * buffer.C (sgmlError): hide #warning
10045
10046 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10047
10048         * xtl/*: get rid of xtl, which is not in use anyway
10049
10050         * LyXAction.C (init):
10051         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10052         were unimplemented xtl experimentation
10053
10054 2002-06-04  André Pönitz <poenitz@gmx.net>
10055
10056         * lyxfunc.C: disable array operation on simple formulae
10057
10058 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10059
10060         * converter.C: constify a bit
10061
10062 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10063
10064         * lyx_gui.C: check xforms version correctly
10065
10066 2002-04-30  Herbert Voss  <voss@lyx.org>
10067
10068         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10069         "keep" option
10070
10071 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10072
10073         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10074           attempt to register it with a VCS)
10075
10076 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10077
10078         * lyx_main.C (init): honor variables LYX_DIR_13x and
10079         LYX_USERDIR_13x
10080
10081 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10082
10083         * buffer.h:
10084         * buffer.C:
10085         * lyx_main.C: fix a crash on bad command line,
10086           and give a useful exit status on error
10087
10088         * lyxfunc.C (doImport): allow -i lyx to work
10089
10090 2002-03-30  André Pönitz <poenitz@gmx.net>
10091
10092         * lyxfunc.C: mathed font changes
10093
10094 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10095
10096         * LaTeX.C:
10097         * importer.h:
10098         * importer.C:
10099         * lyx_sty.h:
10100         * lyx_sty.C:
10101         * lyxlex.C:
10102         * lyxrow.h:
10103         * lyxtext.h:
10104         * paragraph.h:
10105         * paragraph.C:
10106         * texrow.h:
10107         * texrow.C:
10108         * text.C:
10109         * trans_mgr.h: srcdocs, and some minor cleanups
10110
10111 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10112
10113         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10114         call getFont all the time)
10115
10116 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10117
10118         * switch from SigC signals to boost::signals
10119
10120 2002-05-29  André Pönitz <poenitz@gmx.net>
10121
10122         * paragraph_pimpl.C (getChar): don't call size() too often...
10123
10124 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10125
10126         * paragraph_pimpl.C (insertChar): do not try to update tables when
10127         appending (pos == size())
10128
10129         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10130         in order to reduce drastically the number of comparisons needed to
10131         parse a large document
10132
10133 2002-05-29  André Pönitz <poenitz@gmx.net>
10134
10135         * text.C:
10136         * text2.C:
10137         * lyxtextclass.C:
10138         * sp_pspell.h:
10139         * textclasslist.[Ch]:
10140         * sp_ispell.h: whitespace change
10141
10142 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10143
10144         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10145         lyxaction directly now.
10146
10147 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10148
10149         * trans.C:
10150         * lyxfont.C:
10151         * lyxvc.C: remove unused headers
10152
10153 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10154
10155         * Makefile.am:
10156         * buffer.h:
10157         * undostack.h:
10158         * undostack.C:
10159         * undo_funcs.h:
10160         * undo_funcs.C: some cleanups. Use shared_ptr
10161           and a template for the undo stacks.
10162
10163 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10164
10165         * BufferView_pimpl.h:
10166         * BufferView_pimpl.C:
10167         * kbmap.h:
10168         * kbmap.C:
10169         * kbsequence.h:
10170         * kbsequence.C:
10171         * lyxfunc.h:
10172         * lyxfunc.C:
10173         * text2.C: use key_state/mouse_state
10174
10175 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10176
10177         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10178         and LSubstring
10179
10180         * chset.C: change include order
10181         (loadFile): use boost regex and get rid of LRegex and LSubstring
10182
10183         * Makefile.am (BOOST_LIBS): new variable
10184         (lyx_LDADD): use it
10185
10186         * LaTeX.C: change include order.
10187         (scanAuxFile): use boost regex and get rid of LRegex and
10188         LSubstring
10189         (deplog): ditto
10190
10191 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10192
10193         * ColorHandler.h:
10194         * ColorHandler.C:
10195         * FontInfo.h:
10196         * FontInfo.C: moved to frontends/xforms/
10197
10198         * FontLoader.h:
10199         * FontLoader.C: moved into frontends for GUIIzation
10200
10201         * Makefile.am:
10202         * lyx_gui.C:
10203         * lyxfont.C:
10204         * lyxfunc.C: changes from above
10205
10206 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10207
10208         * LColor.C: remove spurious X include
10209
10210         * BufferView_pimpl.C:
10211         * Makefile.am:
10212         * font.h:
10213         * font.C:
10214         * text.C:
10215         * text2.C: move font metrics to frontends/
10216
10217 2002-05-24  Juergen Vigna  <jug@sad.it>
10218
10219         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10220         setting the undo_cursor.
10221
10222         * ParagraphParameters.h: include local includes first.
10223
10224 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10225
10226         * BufferView_pimpl.C:
10227         * BufferView_pimpl.h:
10228         * Makefile.am:
10229         * WorkArea.h:
10230         * WorkArea.C:
10231         * screen.C: move WorkArea into frontends/
10232
10233         * lyxscreen.h:
10234         * screen.C:
10235         * text.C:
10236         * BufferView.C:
10237         * BufferView2.C: move LyXScreen into frontends/
10238
10239         * lyxlookup.h:
10240         * lyxlookup.C:
10241         * lyx_gui.C: move lyxlookup into frontends/xforms/
10242
10243 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10244
10245         * BufferView2.C:
10246         * BufferView_pimpl.C:
10247         * FontLoader.C:
10248         * LyXView.h:
10249         * LyXView.C:
10250         * Makefile.am:
10251         * WorkArea.C:
10252         * XFormsView.h:
10253         * XFormsView.C:
10254         * buffer.C:
10255         * bufferlist.C:
10256         * bufferview_funcs.C:
10257         * converter.C:
10258         * importer.C:
10259         * lyx_cb.C:
10260         * lyx_gui.C:
10261         * lyx_main.C:
10262         * lyx_find.C:
10263         * lyxfunc.C:
10264         * lyxvc.C:
10265         * minibuffer.C:
10266         * text.C:
10267         * text2.C:
10268         * trans.C:
10269         * vc-backend.C: move LyX/XFormsView into frontends/
10270
10271 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10272
10273         * Makefile.am:
10274         * PainterBase.C:
10275         * PainterBase.h:
10276         * Painter.C:
10277         * Painter.h:
10278         * WorkArea.C:
10279         * WorkArea.h:
10280         * screen.C:
10281         * tabular.C:
10282         * text.C:
10283         * text2.C: move Painter to frontends/
10284
10285 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10286
10287         * buffer.C: comment out some some code that depend upon lyx_format
10288         < 220
10289
10290         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10291         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10292
10293         * buffer.h (NO_COMPABILITY): turn off compability
10294
10295         * ColorHandler.C: include scoped_array.hpp
10296
10297         * font.C: Use more specific smart_ptr header.
10298         * Painter.C: ditto
10299         * gettext.C: ditto
10300         * ShareContainer.h: ditto
10301         * lyx_main.h: ditto
10302         * kbmap.h: ditto
10303         * FontInfo.h: ditto
10304         * BufferView_pimpl.h: ditto
10305         * ColorHandler.h: ditto
10306
10307         * kbmap.C (defkey): change call to shared_ptr::reset
10308
10309 2002-05-21  Juergen Vigna  <jug@sad.it>
10310
10311         * buffer.C (insertErtContents): fix to insert ert asis if it is
10312         non empty. Skip it completely if it contains only whitespaces.
10313
10314 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10315
10316         * BufferView_pimpl.C:
10317         * BufferView2.C: clear selection on paste (bug 393)
10318
10319 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10320
10321         * DepTable.C: include ctime
10322
10323 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10324
10325         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10326
10327 2002-05-14  Juergen Vigna  <jug@sad.it>
10328
10329         * text.C (breakParagraph): fixed function to honor the keepempty
10330         layout in the right maner and also to permit the right breaking
10331         algorithm on empty or non empyt keepempty paragraphs.
10332
10333         * paragraph.C (breakParagraph): we have to check also if the par
10334         is really empty (!size()) for isempty otherwise we do the wrong
10335         paragraph break.
10336
10337 2002-05-10  Juergen Vigna  <jug@sad.it>
10338
10339         * buffer.[Ch] : The following are only changes to the ert
10340         compatibility read reading old LaTeX layout and font stuff and
10341         convert it to ERTInsets.
10342
10343         * buffer.h: added isErtInset().
10344
10345         * buffer.C (struct ErtComp): add a fromlayout bool to check
10346         if we're inside a LaTeX layout.
10347         (isErtInset): new helper function.
10348         (insertErtContents): look for other ert insets before this one
10349         and insert the contents there, so that we don't have subsequent
10350         ERT insets with nothing between them. This way we create only one
10351         inset with multiple paragraphs. Also check if we don't insert only
10352         spaces ' ' as they are ignored anyway afterwards in the .tex file
10353         so if we have only spaces we will ignore this latex part in the
10354         new file.
10355         (parseSingleLyXformat2Token \\layout): better compatibility when
10356         reading layout-latex stuff.
10357         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10358         language tag.
10359         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10360         stuff after reading the inset only get the information back from
10361         the stack.
10362
10363 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10364
10365         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10366
10367         * LaTeXFeatures.C (getBabelOptions): New method.
10368
10369 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10370
10371         * BufferView_pimpl.C (Dispatch): work around missing argument for
10372         'layout'
10373
10374 2002-05-08  Juergen Vigna  <jug@sad.it>
10375
10376         * text.C (leftMargin): handle paragraph leftindent.
10377
10378         * paragraph.C (writeFile): write the new \\leftindent tag.
10379         (validate): handle leftindent code.
10380         (TeXEnvironment): handle paragraphleftindent code again.
10381
10382         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10383
10384         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10385         for paragrap_extra indent code and new token \\leftindent.
10386         (latexParagraphs): handle the leftindent as environment.
10387
10388         * ParameterStruct.h: added leftindent support.
10389
10390         * ParagraphParameters.C (leftIndent): added support functions for
10391         the paragraph left indent.
10392
10393         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10394         more appropriate.
10395
10396 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10397
10398         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10399         inside insetERT.
10400
10401         * text.C (computeBidiTables): No bidi in insetERT.
10402
10403         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10404         in RTL documents.
10405
10406 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10407
10408         * version.C.in: pre 5
10409
10410 2002-05-02  José Matos  <jamatos@fep.up.pt>
10411         * buffer.C (makeDocBookFile): white space changes, add newline to
10412         command styles.
10413         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10414
10415         * tabular.C (docBook): fix typo.
10416
10417 2002-05-03  Juergen Vigna  <jug@sad.it>
10418
10419         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10420         change in LyXText as we can not be sure it was not freed.
10421         (drawOneRow): remove unused code.
10422
10423         * text.C (drawInset): redo the calculation of the need_break_row as
10424         it could have a row which was already freed.
10425         (draw): look at the return value of drawInset and return false if
10426         it also returned false.
10427         (paintRowText): look at the return value of draw and return false if
10428         it also returned false.
10429
10430         * lyxtext.h: added bool return type to drawInset() and draw() so that
10431         if we have a change in the row so that the rowbreak has to be redone
10432         we abort drawing as it will be called again.
10433
10434 2002-05-02  Juergen Vigna  <jug@sad.it>
10435
10436         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10437         a change in the maintext also if we're inside an inset.
10438         (Dispatch): set the cursor again after a break line and after the
10439         screen has been updated as it could be we're in a different row.
10440
10441         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10442         to set the cursor behind the pargraph with > size().
10443         (setCursor): check also for the same paragraph when checking where
10444         to put the cursor if we have a NFR inset.
10445
10446         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10447         parts of layout read further up as it still was in the wrong
10448         position.
10449
10450 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10451
10452         * screen.C (drawFromTo): change sine fullRebreak always return
10453         true.
10454
10455         * buffer.C (parseSingleLyXformat2Token): reindent some
10456
10457         * BufferView_pimpl.C (update): change since fullRebreak always
10458         return true.
10459         (Dispatch): git rid of the last hardcoded "Standard"s.
10460
10461 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10462
10463         * text2.[Ch] (fullRebreak): make it return void now that we always
10464         returned true.
10465
10466 2002-04-30  Juergen Vigna  <jug@sad.it>
10467
10468         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10469         ert compatibility check for "latex" layout.
10470
10471 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10472
10473         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10474         minipages: use col% instead of p%, and also use the current font.
10475         (makeLaTeXFile): Fix use babel condition.
10476         (parseSingleLyXformat2Token): Correct font when reading old floats.
10477
10478 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10479
10480         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10481         inserting list of floats.
10482
10483 2002-04-25  Herbert Voss  <voss@lyx.org>
10484
10485         * MenuBackend.C (expand): don't add the graphics extensions to the
10486         export menu
10487
10488 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10489
10490         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10491         non-existing layout, do not complain if it was the default layout
10492         of the original class (bug #342)
10493
10494 2002-04-24  Juergen Vigna  <jug@sad.it>
10495
10496         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10497         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10498
10499 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10500
10501         * buffer.C (getBibkeyList): If using \bibliography, return the
10502         option field with the reference itself. Enables us to provide natbib
10503         support when using \bibliography.
10504
10505 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10506
10507         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10508
10509         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10510         natbib is provided by the LaTeX class.
10511
10512 2002-04-23  Juergen Vigna  <jug@sad.it>
10513
10514         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10515         Wakeup functions.
10516
10517         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10518
10519 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10520
10521         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10522
10523         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10524         ensuremath around textordmasculine, textordfeminine and
10525         textdegree.
10526
10527 2002-04-19  Juergen Vigna  <jug@sad.it>
10528
10529         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10530         reinitializing the buffer otherwise row-dimensions may be wrong.
10531         (update): reset also the selection cursors if they do exits otherwise
10532         their x/y positions may be wrong.
10533
10534         * text2.C (cursorDown): don't enter the inset if we came from a row
10535         above and are one row over the inset.
10536
10537         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10538         really leaving an inset.
10539
10540 2002-04-18  Juergen Vigna  <jug@sad.it>
10541
10542         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10543         of the selected paragraph does not have the selected layout also if
10544         the last one had!
10545
10546         * text2.C (setLayout): fixed bug which did not change last selected
10547         paragraph.
10548
10549         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10550         changed the read and substituted \\end_float with \\end_inset!
10551
10552         * BufferView_pimpl.C (cursorPrevious):
10553         (cursorNext): fixed to make it work with rows heigher than the work
10554         area without moving the cursor only the draw of the row.
10555         (workAreaMotionNotify): fix jumping over high rows.
10556
10557 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10558
10559         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10560         Ressler.
10561
10562 2002-04-16  Juergen Vigna  <jug@sad.it>
10563
10564         * text2.C (setCursor): set also the irow().
10565         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10566         (cursorUp):
10567         (cursorDown): support for locking an inset if the x_fix value goes
10568         inside it. That way I can transverse insets too with cursor up/down.
10569
10570         * lyxrow.h: added irow helper function same as other (i) functions.
10571
10572         * BufferView_pimpl.C (cursorPrevious):
10573         (cursorNext): fixed for insets!
10574
10575 2002-04-15  Juergen Vigna  <jug@sad.it>
10576
10577         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10578         position otherwise it is wrong in some cases.
10579
10580         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10581         inside the inset before the call.
10582
10583 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10584
10585         * buffer.[Ch] (getBibkeyList): make it const.
10586
10587 2002-04-12  Juergen Vigna  <jug@sad.it>
10588
10589         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10590
10591         * text2.C (getCursorX): new helper function
10592         (setCursor): compute also ix_
10593         (setCursorFromCoordinates): set also ix.
10594
10595         * lyxcursor.h: added ix_ and helper functions.
10596
10597         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10598
10599         * buffer.C (insertStringAsLines): dont break paragraph if the this
10600         paragraph is inside an inset which does not permit it!
10601
10602         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10603         also with no chars on this paragraph.
10604         (paintRowText): only paint stuff if it's inside the workarea!
10605
10606         * paragraph.C (breakParagraph): honor keepempty flag and break the
10607         paragraph always below not above.
10608
10609         * BufferView2.C (unlockInset): update the paragraph layout on inset
10610         unlock as we changed paragraph in such a case.
10611
10612         * lyxfind.C (LyXFind): clear the former selection if not found!
10613
10614         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10615         again called in insertChar().
10616
10617         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10618         an inset which uses the whole row!
10619         (rightMargin): ditto.
10620         (insertChar): force a rebreak if we inserted an inset!
10621
10622 2002-03-28  Herbert Voss  <voss@lyx.org>
10623
10624         * lyxlength.[Ch]: add inBP() to get the right PS-point
10625         units (BigPoint). With inPixels we have rounding errors
10626
10627 2002-04-11  Juergen Vigna  <jug@sad.it>
10628
10629         * text2.C (setCursorFromCoordinates): set iy to the right value.
10630         (setCursor): add check if row->previous exists!
10631
10632         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10633         an old float_type as this was the case in the old code!
10634
10635         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10636
10637         * BufferView2.C (showLockedInsetCursor): use iy
10638         (fitLockedInsetCursor): ditto
10639
10640         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10641         locked insets as there we have the right value now.
10642
10643         * lyxcursor.C: added iy_ variable and iy functions to set to the
10644         baseline of cursor-y of the locked inset.
10645
10646         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10647         (setCursor): fixed for insets which need a full row.
10648
10649         * text.C (rowLastPrintable): don't ignore the last space when before
10650         an inset which needs a full row.
10651         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10652         as last character of a row when before a inset which needs a full row.
10653
10654 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10655
10656         * version.C.in: update date
10657
10658         * text2.C (fullRebreak): try to always return true and see what
10659         happens...
10660
10661 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10662
10663         * MenuBackend.C (expand): use Floating::listName
10664
10665         * FloatList.C (FloatList): add listName argument to the built-in
10666         floats
10667
10668         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10669         text associated with the float.
10670
10671 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10672
10673         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10674
10675 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10676
10677         * ShareContainer.h: add a couple of missing typenames.
10678
10679 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10680
10681         * lyxrc.C (getDescription): use _() correctly rather than N_().
10682
10683 2002-03-28  Herbert Voss  <voss@lyx.org>
10684
10685         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10686         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10687
10688 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10689
10690         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10691         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10692
10693 2002-03-29  Juergen Vigna  <jug@sad.it>
10694
10695         * lyxfunc.C (dispatch): add a missing fitCursor call.
10696
10697         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10698         it was scrolled by a cursor move, so return the bool status.
10699
10700         * BufferView.C (fitCursor): return the bool flag also to the outside
10701         world as this is needed.
10702
10703         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10704
10705         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10706         call the edit() as it is not needed (and wrong) IMO.
10707         (workAreaButtonPress): set the screen_first variable before evt.
10708         unlock the inset as this may change screen_first and then we have
10709         a wrong y position for the click!
10710
10711 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10712
10713         * MenuBackend.C (expand): another translation that I missed
10714
10715 2002-03-28  Juergen Vigna  <jug@sad.it>
10716
10717         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10718
10719         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10720
10721 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10722
10723         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10724
10725         * MenuBackend.C (expand): fix export/view/update when there is no
10726         document open.
10727
10728 2002-03-27  Herbert Voss  <voss@lyx.org>
10729
10730         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10731         and text%
10732
10733 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10734
10735         * bufferview_funcs.C (currentState): only show paragraph number
10736         for is DEVEL_VERSION is set.
10737
10738         * lyxfunc.C (dispatch): put warning in INFO channel
10739
10740         * MenuBackend.C (expand): translate the name of floats
10741
10742         * FloatList.C (FloatList): mark the float names for translation
10743
10744         * converter.C (convert): use LibScriptSearch
10745
10746 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10747
10748         * MenuBackend.C (defaults): fix default menu (we might as well get
10749         rid of it...)
10750
10751 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10752
10753         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10754         directory.
10755
10756 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10757
10758         * lyxvc.C: reorder includes.
10759
10760 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10761
10762         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10763           properly
10764
10765 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10766
10767         * CutAndPaste.C: change layouts earlier on paste
10768           to avoid crashing when calling getFont()
10769
10770 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10771
10772         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10773         irritating #error.
10774
10775 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10776
10777         * WorkArea.C: remove 'Pending' debug message.
10778
10779         * most files: ws cleanup
10780
10781         * buffer.[Ch]: ws changes
10782
10783         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10784
10785 2002-03-21  Juergen Vigna  <jug@sad.it>
10786
10787         * tabular.C (SetMultiColumn): collapse also the contents of the
10788         cells and set the last border right. Added a Buffer const * param.
10789
10790 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10791
10792         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10793         linking or not.
10794
10795 2002-03-19  Juergen Vigna  <jug@sad.it>
10796
10797         * text2.C (clearSelection): reset also xsel_cache.
10798
10799         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10800         where it needs to be called (John tells us to do so too :)
10801         (selectionLost): reset sel_cache.
10802
10803         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10804
10805 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10806
10807         * text2.C (setCursorIntern): put debuging code in INSETS channel
10808
10809 2002-03-19  André Pönitz <poenitz@gmx.net>
10810
10811         * lyxfunc.C: tiny whitespace change
10812
10813 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10814
10815         * ToolbarDefaults.C (init):
10816         * LyXAction.C (init):
10817         * commandtags.h:
10818         * BufferView_pimpl.C (Dispatch):
10819         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10820
10821 2002-03-19  Allan Rae  <rae@lyx.org>
10822
10823         * exporter.C (Export): removeAutoInsets before doing anything else.
10824         While I've just introduced a dependency on BufferView this really is
10825         the best place to clean the buffer otherwise you need to cleanup in
10826         a dozen places before calling export or cleanup in a dozen functions
10827         that export calls.
10828
10829         * converter.C (runLaTeX):
10830         (scanLog): Better handling of removeAutoInsets and screen updates.
10831
10832         * lyxfunc.C (dispatch): small whitespace changes
10833
10834 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10835
10836         * WorkArea.C (C_WorkAreaEvent): return a value.
10837         (event_cb): return 1 if we handled the event, 0 otherwise.
10838
10839         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10840
10841 2002-03-18  Juergen Vigna  <jug@sad.it>
10842
10843         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10844         (GetAdditionalWidth): ditto.
10845         (RightLine): ditto.
10846         (LeftLine): ditto.
10847
10848         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10849         inset if we're there actually (probably not used right now but this
10850         is the direction to go for unifying code).
10851         (paste): disable code to clear the selection.
10852
10853         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10854         inside an InsetText and move the check further up as it is in the
10855         wrong place.
10856
10857         * text2.C (pasteSelection): set a selection over the pasted text.
10858
10859 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10860
10861         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10862         and libgraphics to build on Cygwin.
10863
10864 2002-03-15  Juergen Vigna  <jug@sad.it>
10865
10866         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10867         inserting an Inset into the paragraph. I know this is not the best
10868         fix but we already use current_view in CutAndPaste so we will remove
10869         all of it's using at the same time.
10870
10871         * buffer.C (sgmlError): deactivated function till it is rewritten in
10872         the right mode, now it can create problems.
10873
10874         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10875         before accessing it.
10876
10877 2002-03-14  Juergen Vigna  <jug@sad.it>
10878
10879         * undo_funcs.C (textHandleUndo): do the right thing when updating
10880         the inset after the undo/redo.
10881
10882         * text2.C (setCursor): just some testcode for #44 not ready yet.
10883
10884         * undo_funcs.C (textHandleUndo): set the next() and previous()
10885         pointers of the paragraph to 0 before deleting otherwise we have
10886         problems with the Paragraph::[destructor].
10887
10888         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10889         on a paragraph insertion.
10890
10891 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10892
10893         * buffer.C (asciiParagraph): use += operator for char append to
10894         string.
10895
10896         * paragraph.C (getFontSettings): compare >= not just >
10897         (highestFontInRange): ditto
10898         (setFont): ditto
10899
10900 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10901
10902         * paragraph.C: change several algorithm to be more appripriate for
10903         the problem domain. This is lookip in FontList and in the InsetList.
10904
10905 2002-03-13  André Pönitz <poenitz@gmx.net>
10906
10907         * commandtags.h:
10908         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10909
10910 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10911
10912         * commandtags.h:
10913         * LyXAction.C:
10914         * lyxfunc.C:
10915         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10916
10917 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10918
10919         * Painter.C (display): anon helper function, adjust code for this
10920         change.
10921         (pixmap): remove function.
10922
10923         * Painter.h: remove private display variable.
10924
10925         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10926
10927 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10928
10929         * WorkArea.[Ch]: remove figinset_canvas cruft.
10930
10931 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10932
10933         * lyxtextclass.C (operator): add one item cache optimization.
10934
10935         * bufferlist.h: doxy changes
10936
10937         * bufferlist.C: ws changes
10938
10939         * DepTable.[Ch] (ext_exist): place const in the right spot.
10940
10941         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10942         call resizeInsets.
10943         (workAreaExpose): call resizeInsets when the with BufferView changes.
10944         (Dispatch): adjust for protectedBlank removal
10945         (specialChar): call updateInset if the insert went ok.
10946
10947         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10948         specialChar instead.
10949
10950         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10951
10952         * BufferView.h: doxy change
10953
10954         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10955
10956         * lyxtextclass.C (operator[]): remove non-const version
10957         (defaultLayout): remove non-const version
10958
10959 2002-03-12  Juergen Vigna  <jug@sad.it>
10960
10961         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10962         did resize the LyXText too.
10963
10964         * buffer.C (readLyXformat2): set layout information on newly allocated
10965         paragraphs.
10966
10967         * tabular.C (OldFormatRead): set layout information on the paragraph.
10968
10969 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10970
10971         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10972
10973 2002-03-11  Juergen Vigna  <jug@sad.it>
10974
10975         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10976         plainly wrong.
10977         (resizeCurrentBuffer): force also the insets to resize themselfes.
10978         (moveCursorUpdate): fixed up for InsetText.
10979
10980 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10981
10982         * commandtags.h:
10983         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10984         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10985         value of Dialogs::tooltipsEnabled().
10986         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10987
10988 2002-03-08  Juergen Vigna  <jug@sad.it>
10989
10990         * BufferView_pimpl.C (updateInset): update inset inside inset also
10991         if it isn't inside theLockingInset().
10992
10993 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10994
10995         * buffer.C (asciiParagraph): redo some of the word and line length
10996         handling.
10997         (getLists): look for Caption instead of caption.
10998
10999 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11000
11001         * buffer.C (Buffer): initialize niceFile to true
11002         (makeLaTeXFile):
11003         (makeLinuxDocFile):
11004         (makeDocBookFile): make sure niceFile is true on exit
11005
11006 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11007
11008         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11009
11010 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11011
11012         * LyXSendto.C: remove.
11013         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11014         * lyx_gui.C: remove now-redundant comment.
11015         * ColorHandler.h: remove forward declaration of class WorkArea.
11016         * lyxfunc.C: remove #include "WorkArea.h".
11017
11018 2002-03-07  Juergen Vigna  <jug@sad.it>
11019
11020         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11021         got moved away with the DEPM and also set the inset_owner always
11022         right which before could have been omitted.
11023
11024 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11025
11026         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11027         wanted layout is not found.
11028
11029 2002-03-07  Juergen Vigna  <jug@sad.it>
11030
11031         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11032
11033 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11034
11035         * paragraph.C (breakParagraph): use default layout not layout of
11036         prev paragraph.
11037         (Paragraph): clear ParagraphParameters.
11038
11039 2002-03-06  Juergen Vigna  <jug@sad.it>
11040
11041         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11042         otherwise it would not be a valid lenght. Fixed a special case in
11043         the minipage compatibility read where we end the document with a
11044         minipage.
11045
11046         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11047         was set as it could be 0 for InsetTexts first entry.
11048
11049 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11050
11051         * paragraph.C (writeFile): if layout is empty write out
11052         defaultLayoutName().
11053
11054         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11055         file without named layout we set layout to defaultLayoutName().
11056
11057 2002-03-06  Juergen Vigna  <jug@sad.it>
11058
11059         * CutAndPaste.C (copySelection): set layout for new paragraph.
11060
11061         * text.C (prepareToPrint): leave ERT inset left aligned
11062         (leftMargin): don't indent paragraphs inside ERT insets
11063
11064 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11065
11066         * paragraph.C (breakParagraph): dont call clear do the work manually
11067
11068         * paragraph.[Ch] (clear): remove function
11069
11070 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11071
11072         * paragraph.C (Paragraph): dont call clear, the work has already
11073         been done.
11074
11075         * lyxtextclass.C (operator): assert if n is empty
11076
11077         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11078         work manually instead.
11079
11080 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11081
11082         * BufferView_pimpl.C: protect selectionLost against text == 0
11083
11084 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11085
11086         * text.C (breakParagraph): fix a setting layout to '0' problem.
11087
11088 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11089
11090         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11091         final location of file, for the included files, and graphics.
11092
11093 2002-03-05  Juergen Vigna  <jug@sad.it>
11094
11095         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11096
11097 2002-03-04  Juergen Vigna  <jug@sad.it>
11098
11099         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11100
11101         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11102         last column of multicolumn cells.
11103         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11104
11105 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11106
11107         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11108         file if it doesn't go to a temporary file.
11109
11110         * buffer.C (sgmlOpenTag):
11111         (sgmlCloseTag):  remove extra newline insertion.
11112
11113 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11114
11115         * text.C (getRowNearY): comment out debug msg
11116
11117 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11118
11119         * text2.C: first -> first_y
11120
11121         * text.C (getRowNearY): add some attemts at a possible
11122         optimization, not working.
11123
11124         * tabular.[Ch]: add BufferParams to several function so that newly
11125         created paragraph can be initialized to he default layotu for the
11126         buffers textclass.
11127
11128         * tabular-old.C (ReadOld): add buf->params to call of Init
11129
11130         * screen.C: rename text->first to text->first_y
11131
11132         * paragraph.C (breakParagraph): always set layout in the broken
11133         paragraph
11134
11135         * lyxtextclass.C (Read): remove lowercase
11136         (hasLayout): ditto
11137         (operator): ditto
11138         (delete_layout): ditto
11139
11140         * lyxtext.h: rename first -> first_y
11141
11142         * lyxlayout.C (Read): remove lowercase
11143         (name): ditto
11144         (setName): ditto
11145         (obsoleted_by): ditto
11146
11147         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11148
11149         * buffer.C (insertErtContents): add params are to InsetERT
11150         (parseSingleLyXformat2Token): add code to check if a paragraphs
11151         layout really exist.
11152         (parseSingleLyXformat2Token): add params to several inset
11153         constructors
11154         (asciiParagraph): remove lowercase, do the layout comparisons with
11155         no_case
11156
11157         * BufferView_pimpl.C (cursorNext): first -> first_y
11158         (resizeCurrentBuffer): first -> first_y
11159         (updateScrollbar): first -> first_y
11160         (scrollCB): first -> first_y
11161         (workAreaMotionNotify): first -> first_y
11162         (workAreaButtonPress): first -> first_y
11163         (checkInsetHit): first -> first_y
11164         (cursorPrevious): first -> first_y
11165         (cursorNext): first -> first_y
11166         (Dispatch): add buffer_->params to severl inset contructors
11167
11168 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11169
11170         * lyxlayout.C (Read): remove some debug info that I forgot.
11171
11172         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11173         clean up the code slightly.
11174         (makeLinuxDocFile): ditto
11175         (makeDocBookFile): ditto
11176
11177         * text2.C: layout as string
11178
11179         * text.C: layout as string
11180
11181         * paragraph_pimpl.C: layout as string
11182
11183         * paragraph.[Ch]: layout as string
11184
11185         * lyxtextclasslist.[Ch]: layout as string
11186
11187         * lyxtextclass.[Ch]: layout as string
11188
11189         * lyxtext.h: layout as string
11190
11191         * lyxlayout.[Ch]: layout as string
11192
11193         * lyx_cb.C: layout as string
11194
11195         * bufferview_funcs.C: layout as string
11196
11197         * bufferparams.C: layout as string
11198
11199         * buffer.C: layout as string
11200
11201         * LyXView.[Ch]: layout as string
11202
11203         * LaTeXFeatures.[Ch]: layout as string
11204
11205         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11206
11207         * BufferView_pimpl.C: change current_layout to string, remove
11208         lyx::layout_type.
11209         (Dispatch):
11210         (smartQuote):
11211         (insertInset):
11212         (workAreaButtonRelease): layout as string
11213
11214         * BufferView2.C (unlockInset): adjust
11215
11216         * vspace.C (asLatexCommand): use an explict temp variable.
11217
11218 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11219
11220         * Makefile.am: use FRONTEND_*
11221
11222 2002-03-01  Juergen Vigna  <jug@sad.it>
11223
11224         * tabular.C (SetWidthOfMulticolCell): changed to something better
11225         I hope but still work in progress.
11226         (recalculateMulticolumnsOfColumn): renamed function from
11227         recalculateMulticolCells as it is more appropriate now.
11228         (SetWidthOfCell): calculate multicols better.
11229
11230 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11231
11232         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11233
11234         * lyxfunc.C (processKeySym): print sequence also if it is
11235         `deleted' (complete)
11236
11237         * kbsequence.C (print): print sequence even if it is deleted
11238         (complete would be a better word, actually).
11239
11240         * lyxfunc.C (dispatch): print complete options after a prefix key
11241
11242         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11243
11244 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11245
11246         * text2.C (setCharFont): eliminate setCharFont code duplication.
11247
11248 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11249
11250         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11251         LFUN_TABULAR_FEATURE (bug #177)
11252
11253 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11254
11255         * Makefile.am: remove figure.h
11256
11257 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11258
11259         * Bufferview_pimpl.C:
11260         * CutAndPasteC:
11261         * LaTeX.C:
11262         * LyXSendto.C:
11263         * buffer.C:
11264         * bufferlist.C:
11265         * converter.C:
11266         * language.C:
11267         * lyxfunc.C:
11268         * lyxvc.C:
11269         * paragraph.C:
11270         * text.C:
11271         * text2.C: remove #include "lyx_gui_misc.h".
11272
11273         * LaTeX.C: added #include <cstdio>
11274
11275 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11276
11277         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11278         that the paragraph following this one can have.
11279
11280         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11281
11282         * vspace.C (asLatexCommand): fix bogus gcc warning
11283
11284         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11285
11286 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11287
11288         * text2.C (setLayout): get rid of redundant code
11289
11290 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11291
11292         * text2.C (incDepth): make sure depth cannot be increased beyond
11293         reasonable values.
11294
11295 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11296
11297         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11298         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11299
11300         * PainterBase.h (image):
11301         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11302         a LyXImage const *.
11303
11304 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11305
11306         * BufferView.C:
11307         * BufferView.h:
11308         * BufferView_pimpl.C:
11309         * BufferView_pimpl.h:
11310         * LaTeXFeatures.C:
11311         * LyXAction.C:
11312         * LyXView.C:
11313         * Makefile.am:
11314         * UpdateList.h:
11315         * UpdateList.C:
11316         * buffer.C:
11317         * figure.h:
11318         * figureForm.C:
11319         * figureForm.h:
11320         * figure_form.C:
11321         * figure_form.h:
11322         * lyx_cb.C:
11323         * lyx_gui.C:
11324         * lyx_gui_misc.C:
11325         * lyxfunc.C:
11326         * sp_base.h:
11327         * sp_ispell.h:
11328         * sp_pspell.h:
11329         * sp_spell.C: remove fig inset, and the crap house of
11330           cards that follows it
11331
11332 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11333
11334         * Makefile.am:
11335         * lyxserver.C:
11336         * os2_defines.h:
11337         * os2_errortable.h:
11338         * nt_defines.h: move .h into support/
11339
11340         * vms_defines.h: remove
11341
11342         * WorkArea.C: add space in debug output
11343
11344         * text2.C:
11345         * paragraph.C:
11346         * buffer.C: add WITH_WARNINGS
11347
11348         * vc-backend.h:
11349         * vc-backend.C:
11350         * bufferlist.C: s/retrive/retrieve/, add docs
11351
11352         * vspace.h:
11353         * vspace.C:
11354         * kbmap.h:
11355         * lyxlength.h:
11356         * lyxgluelength.h:
11357         * length_common.h:
11358         * chset.h:
11359         * chset.C: add docs
11360
11361         * lyxgui.C: add ID to X error handler
11362
11363         * lyxtestclass.c: fix typo
11364
11365 2002-02-26  Juergen Vigna  <jug@sad.it>
11366
11367         * tabular_funcs.C (write_attribute): changed so that some default
11368         attributes are not written at all.
11369         (getTokenValue): set default values before trying to read the
11370         value so we have the return value always set as default if we don't
11371         find the token we search for.
11372
11373         * tabular.C (Write): write bools as bools not as strings!
11374
11375 2002-02-22  Juergen Vigna  <jug@sad.it>
11376
11377         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11378         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11379
11380         * text.C (leftMargin): don't add an indent for paragraphs inside
11381         tabular cells (fix #208).
11382
11383 2002-02-21  José Matos  <jamatos@fep.up.pt>
11384
11385         * tabular.C (docBook): fixed support for long tables.
11386
11387 2002-02-20  Juergen Vigna  <jug@sad.it>
11388
11389         * text2.C (getFont): get the drawing font of the Inset if this
11390         paragraph is inside an inset (only important for InsetERT for now).
11391
11392         * buffer.C (insertErtContents): use new lanugage params in ERT
11393         constructor.
11394
11395         * CutAndPaste.C: commenting out seemingly uneeded code.
11396
11397 2002-02-19  Allan Rae  <rae@lyx.org>
11398
11399         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11400         Iterators might be simple to use but they also get invalidated.
11401         (removeAutoInsets): renamed saved cursor tracking variables and added
11402         some comments to clarify what everything does.
11403
11404 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11405
11406         * Chktex.C:
11407         * LaTeX.C:
11408         * LyXSendto.C:
11409         * converter.C:
11410         * lyx_cb.C:
11411         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11412         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11413
11414         * lyxfunc.C:
11415         * vc-backend.h: remove #include "support/syscall.h"
11416
11417         * LaTeX.C:
11418         * LyXSendto.C:
11419         * converter.C: rearrange #includes in Lars' approved fashion.
11420
11421         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11422         forward declare class Timeout in the header file.
11423
11424         * XFormsView.C: changes due to the above.
11425
11426         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11427         similar to LyXView.
11428
11429         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11430         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11431
11432 2002-02-18  José Matos  <jamatos@fep.up.pt>
11433
11434         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11435         insets contents.
11436
11437 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11438
11439         * a lot of small ws changes
11440         * add a lot of using std::XXX
11441         * use std construcs some places where approp.
11442         * use some exisint stuff from lyxfunctional where approp.
11443         * Make file changes to use partial linking (lets test this now...)
11444
11445 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11446
11447         * Chktex.C:
11448         * buffer.C:
11449         remove #include "support/syscontr.h" as it's redundant. Always has been.
11450
11451         * Chktex.C:
11452         * LaTeX.C:
11453         * LyXSendto.C:
11454         * converter.C:
11455         * lyx_cb.C:
11456         * vc-backend.C:
11457         change Systemcalls::System to Systemcalls::Wait and
11458         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11459         No change of functionality, just reflects the stripped down Systemcalls
11460         class.
11461
11462 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11463
11464         * debug.[Ch]: add a GRAPHICS type to the enum.
11465
11466 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11467
11468         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11469
11470         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11471         there is an inset.
11472
11473 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11474
11475         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11476         match the changes below.
11477
11478         * text2.C (toggleInset): if there is not editable inset at cursor
11479         position, try to see if cursor is _inside_ a collapsable inset
11480         and close it.
11481
11482 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11483
11484         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11485         document menu has a nice checkbox
11486
11487 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11488
11489         * lyxlength.C (asLatexString): change PW to output as percent of
11490         \textwidth.
11491
11492         * lengthcommon.C: change '%' to 't%'
11493
11494         * lyxfunc.C (dispatch): a few comments from Martin
11495
11496 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11497
11498         * WorkArea.h:
11499         * WorkArea.C:
11500         * BufferView_pimpl.h:
11501         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11502           the X selection.
11503
11504 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11505
11506         * vspace.C (inPixels): fix compiler warning
11507
11508 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11509
11510         * lyxfunc.C (getStatus): fix status message for disabled commands.
11511
11512 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11513
11514         * BufferView_pimpl.C: fix crash on close buffer
11515         during selection (#227)
11516
11517 2002-01-27  Herbert Voss  <voss@lyx.org>
11518
11519         * buffer.C: link old Figure to new graphic inset
11520
11521 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11522
11523         * FontLoader.C (getFontinfo): Change the latex font names in order
11524         to match the names of type1inst.
11525
11526 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11527
11528         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11529
11530         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11531         (extchanged): ditto
11532         (ext_exist): ditto
11533         (remove_files_with_extension): ditto
11534         (remove_file): ditto
11535         (write): ditto
11536
11537         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11538         document is smaller than the work area height. Do not initialize
11539         static variables to 0.
11540
11541 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11542
11543         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11544
11545         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11546         LFUN_LAYOUT_PARAGRAPHS.
11547
11548         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11549         tabular. It is possible to provide a possible cell, which will
11550         typically be the actcell from the corresponding insettabular
11551
11552         * lyxfunc.C (getStatus): small cleanup; disable
11553         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11554         true
11555
11556 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11557
11558         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11559
11560         * paragraph.C (startTeXParParams):
11561         (endTeXParParams): new methods. The LaTeX code to
11562         start/end paragraph formatting
11563         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11564         empty (fixes bug #200)
11565
11566         * vspace.C (inPixels): adapt to the change below
11567         (inPixels): [later] more cleanups (remove unused variables)
11568
11569         * lyxlength.C (inPixels): change to use a width and a height as
11570         parameter.
11571
11572 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11573
11574         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11575         Replaced with \paperwidth
11576
11577         * DepTable.C (insert): add std:: qualifier
11578
11579 2002-01-18  Allan Rae  <rae@lyx.org>
11580
11581         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11582         updated also?
11583
11584         * text.C (drawInset): Turned out I didn't know enough about how
11585         rebreaking worked.  This fixes most of the redraw problems.  I see
11586         an occasional cursor trail when a line is broken now and the cursor
11587         placement can seem out by a few pixels also after a rebreak.
11588
11589 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11590
11591         * buffer.C (parseSingleLyXformat2Token): update because minipage
11592         width is now a LyXLength
11593
11594         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11595
11596         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11597         math insets
11598
11599 2002-01-17  Juergen Vigna  <jug@sad.it>
11600
11601         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11602
11603         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11604         is set correctly and the inset is updated correctly.
11605
11606 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11607
11608         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11609         the beginning of the loop.
11610
11611 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11612
11613         * lyxrc.C: improve help for use_scalable_fonts
11614
11615 2002-01-17  Allan Rae  <rae@lyx.org>
11616
11617         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11618
11619 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11620
11621         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11622         make sure to set their inset_owner to the right value (bug #171)
11623
11624 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11625
11626         * DepTable.h
11627         * DepTable.C: Implement mtime checking to reduce time spent doing
11628         CRCs.
11629
11630 2002-01-16  Juergen Vigna  <jug@sad.it>
11631
11632         * tabular.C (GetAdditionalHeight): one of error fixed.
11633
11634         * lyxrc.C (output): small fix in writing use_pspell.
11635
11636 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11637
11638         * sp_base.h: #include LString.h
11639
11640 2002-01-16  Allan Rae  <rae@lyx.org>
11641
11642         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11643         Can someone check this please?
11644
11645         * text.C (drawInset): It was possible that p.row would be removed by
11646         breakAgainOneRow upsetting a few other settings.  There may be another
11647         small tweak possible by setting need_break_row = 0 when p.row has been
11648         removed but I don't know enough about the logic here.
11649
11650 2002-01-15  Allan Rae  <rae@lyx.org>
11651
11652         * text.C (insertChar): removed conditional truism.
11653
11654         * BufferView2.C (removeAutoInsets): More tweaks.
11655         cur_par_prev could be a stray pointer.  Check for trailing empty line
11656         in case last line was cur_par and only had an error inset on it.
11657
11658 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11659
11660         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11661         absolute
11662
11663         * vc-backend.C (most methods):
11664         * exporter.C (Export):
11665         * converter.C (convert):
11666         (runLaTeX):
11667         * LyXSendto.C (SendtoApplyCB):
11668         * lyxfunc.C (dispatch):
11669         (menuNew):
11670         (open):
11671         (doImport):
11672         * lyx_cb.C (AutoSave):
11673         (InsertAsciiFile):
11674         * BufferView_pimpl.C (MenuInsertLyXFile):
11675         * buffer.C (runChktex): use Buffer::filePath().
11676
11677         * buffer.h: rename filename to filename_; rename filepath to
11678         filepath_ and make it private
11679         (filePath): new method
11680
11681         * buffer.C (writeFile): use fileName()
11682         (getLatexName):
11683
11684         * lyx_main.C (init): fix starting  of LyX when the binary is a
11685         link from so,ewhere else.
11686
11687         * minibuffer.C: include <cctype> for isprint
11688
11689 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11690
11691         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11692         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11693         name clash with InsetCollapsable's width function.
11694
11695 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11696
11697         * lastfiles.C: include <iterator>
11698
11699 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11700
11701         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11702         std::count.
11703
11704         * buffer.C (makeLaTeXFile): ditto.
11705         Also make loop operation more transparent.
11706
11707 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11708
11709         * ToolbarDefaults.C: remove trailing comma closing namespace.
11710
11711         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11712
11713         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11714         as in WorkArea.
11715
11716         * trans.C (Load): comment out unused variable, allowed.
11717
11718 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11719
11720         * minibuffer.[Ch] (append_char): new method to recieve input from the
11721         drop-down completion browser. If a key was pressed, then recieve this
11722         char and append it to the existing string.
11723         (peek_event): modify the positioning data passed to the completion
11724         browser so that it can be placed above the minibuffer rather than below.
11725 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11726
11727         * LyXAction.C (init): alloe error-next for readonly documents.
11728
11729         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11730         count.
11731
11732 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11733
11734         * bufferlist.C (readFile): create the buffer _after_ checking that
11735         the file exists.
11736
11737         * lyxfunc.C (verboseDispatch): fix handling of arguments
11738
11739         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11740
11741         * lyxrc.C: use string::erase() instead of initializing to "".
11742
11743
11744 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11745
11746         * BufferView_pimpl.h:
11747         * BufferView_pimpl.C:
11748         * WorkArea.h:
11749         * WorkArea.C:
11750         * text2.C: tell X when we have made a selection for copying
11751
11752 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11753
11754         * BufferView_pimpl.C (MenuInsertLyXFile):
11755         * lyxfunc.C (menuNew):
11756         (open):
11757         (doImport): add shortcuts to directory buttons
11758
11759         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11760         open a float)
11761
11762         * lyxfunc.C (setStatusMessage):
11763         (getStatusMessage): new methods
11764         (getStatus):use setStatusMessage instead of setErrorMessage
11765         (dispatch): when function is disabled, set error message here
11766         [instead of in getStatus previously]
11767
11768         * BufferView_pimpl.C (workAreaButtonRelease): update
11769         toolbar/menubar here too.
11770
11771 2002-01-13  Allan Rae  <rae@lyx.org>
11772
11773         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11774         Now seems indestructible.  Remaining task is to audit all other
11775         code affected by deleteEmptyParagraphMechanism.  One small quirk
11776         left is that an empty document with an error in the preamble can
11777         be made to report an error but no error box appears.  I don't know
11778         where it goes.
11779         (removeAutoInsets): Improved comments.
11780
11781 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11782
11783         * Thesaurus.h:
11784         * Thesaurus.C: update for Aiksaurus 0.14
11785
11786 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11787
11788         * text2.C (firstParagraph): removed member function, all uses
11789         replaces with ownerParagraph
11790         (redoParagraphs): here
11791         (updateInset): here
11792         (toggleAppendix): here
11793         * BufferView2.C (insertErrors): here
11794         (setCursorFromRow): here
11795
11796 2002-01-13  Allan Rae  <rae@lyx.org>
11797
11798         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11799         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11800         There is still a way to segfault this although you may have to do this
11801         multiple times: Have an InsetERT with an unknown command in it.
11802         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11803         <down-arrow>, <Enter> again, View->DVI, BANG!
11804
11805         * text2.C (setCursor):
11806         (deleteEmptyParagraphMechanism):
11807         * lyxtext.h (setCursor):
11808         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11809         Making use of the return value may help fix other bugs.
11810
11811 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11812
11813         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11814
11815         * LyXView.C (updateMenubar): call MenuBar::update here
11816         (updateToolbar): but not here
11817         (showState): do not update toolbar/menubar
11818
11819         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11820         should need to care about that.
11821
11822         * lyxfunc.C (verboseDispatch): simplify a bit
11823         (getStatus): have a version which takes a pseudoaction, and
11824         another which requires a (kb_action,string).
11825
11826         * LyXAction.C (retrieveActionArg): make it work also when action
11827         is not a pseudo-action.
11828         (getActionName): simplify a bit
11829         (helpText):
11830
11831 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11832
11833         * lyxfunc.C (verboseDispatch): new families of methods with
11834         several ways to specify a command and a bool to indicate whether
11835         the command name and shortcut should be displayed in minibuffer
11836         (eventually, we could extend that to a finer bitmask like
11837         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11838         (dispatch): the pristine dispatch command which just, well,
11839         dispatchs! Note it still sets its result to minibuffer; I'm not
11840         sure we want that.
11841
11842         * lyxfunc.h: remove setHintMessage
11843
11844         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11845
11846 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11847
11848         * BufferView_pimpl.C (specialChar): delete new inset if we have
11849         not been able to insert it.
11850
11851         * kbmap.C: revert to using int instead of kb_action, since all we
11852         are dealing with is pseudo-actions.
11853
11854         * LyXAction.C (searchActionArg): change to return int instead of
11855         kb_action, since the result is a pseudoaction.
11856
11857 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11858
11859         * buffer.C (insertErtContents): Fix (partially) the font bug.
11860
11861 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11862
11863         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11864         as the other one is broken on my machine!
11865
11866 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11867
11868         * commandtags.h:
11869         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11870
11871 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11872
11873         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11874         reflect their actual use. Provide compatibility code for older lyxrc
11875         files.
11876
11877         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11878         FL_NORMAL_STYLE.
11879         change names of popup font variables in line with the changes to lyxrc.C
11880
11881 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11882
11883         * buffer.C (asciiParagraph): avoid outputing a word twice after
11884         an inset.
11885
11886         * lyxrc.C (getDescription): document that document_path and
11887         template_path can be empty.
11888
11889 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11890
11891         * LaTeXFeatures.C (getMacros):
11892         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11893
11894         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11895
11896         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11897         getPackages.
11898         (getPackages): rename feature "floats" to "float". Use an array to
11899         iterate over 'simple' features (i.e. just a \usepackage). Add
11900         handling of "amsmath" (renamed from "amsstyle").
11901
11902 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11903
11904         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11905         features list.
11906
11907 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11908
11909         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11910         FuncStaus::FuncStatus & FuncStaus::some_method().
11911
11912 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11913
11914         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11915         of the func_satus stuff. Edited and massaged in various ways by
11916         JMarc.
11917
11918         * lyxfunc.C (getStatus): use FuncStatus
11919
11920 2002-01-08  Juergen Vigna  <jug@sad.it>
11921
11922         * text.C (nextBreakPoint): use function Inset::isChar().
11923
11924         * paragraph.C (TeXOnePar): use function
11925         Inset::forceDefaultParagraphs.
11926
11927         * buffer.C (latexParagraphs): use function
11928         Inset::forceDefaultParagraphs.
11929
11930 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11931
11932         * lyx_gui.C (init): set the style of the menu popups to
11933         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11934
11935 2002-01-07  Juergen Vigna  <jug@sad.it>
11936
11937         * text.C (setHeightOfRow): small fix
11938         (prepareToPrint): don't look at alignment if we don't have the place
11939         for doing it.
11940
11941 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11942
11943         * box.C: New file. Move the Box methods and functions out of box.h,
11944         following Lars' suggestion.
11945
11946 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11947
11948         * box.h: #include "support/LOstream.h", needed for inlined function.
11949
11950         * lyxtextclass.C:
11951         * lyxtextclasslist.C: added some using std declarations.
11952
11953 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11954
11955         * box.h: make signed dimensions to allow insets wider than
11956           the screen (bug #162)
11957
11958         * BufferView_pimpl.C: add some insetHit debug
11959
11960 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11961
11962         * vc-backend.C: add FIXME
11963
11964 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11965
11966         * lyxfunc.C (getStatus): enable code for showing math font status
11967         in toolbar/menu.
11968
11969 2002-01-07  Juergen Vigna  <jug@sad.it>
11970
11971         * text.C (nextBreakPoint): removed debug output not needed anymore.
11972
11973 2002-01-06  Juergen Vigna  <jug@sad.it>
11974
11975         * text.C (nextBreakPoint): fixed up this function we had this bug
11976         since ever but now hopefully we break row better.
11977         (insertChar): we have to check if an inset is the next char as it
11978         could now happen that a large inset is causing a break.
11979
11980 2002-01-05  Juergen Vigna  <jug@sad.it>
11981
11982         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11983         if it doesn't like to be drawed.
11984
11985 2002-01-04  Juergen Vigna  <jug@sad.it>
11986
11987         * BufferView2.C (lockInset): forgot to set a cursor.
11988
11989         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11990
11991 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11992
11993         * FormMathsPanel.C:
11994         * FormMathsPanel.h
11995         * MathsSymbols.C:
11996         * form_maths_panel.C:
11997         * form_maths_panel.h:
11998         * form_maths_panel.fd: implemented sub- and super- buttons in math
11999         panel.
12000
12001         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12002         (or ^ space) to be used as in TeX (req'd by André).
12003
12004         * lyxfunc.C: Allow ^ and _ again to be used both as
12005         super/subscript (mathed) and as themselves (in text).
12006
12007 2002-01-03  Allan Rae  <rae@lyx.org>
12008
12009         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12010         "LyX" or the filename of the current buffer if it has one.  This is a
12011         modified form of John Levon's patch.
12012
12013         * XFormsView.C (setWindowTitle): also set icon title.
12014
12015         * LyXView.h (setWindowTitle): signature changed.
12016         * XFormsView.h (setWindowTitle): ditto.
12017
12018 2002-01-02  Juergen Vigna  <jug@sad.it>
12019
12020         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12021
12022 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12023
12024         * screen.C (topCursorVisible): introduce a temp var for
12025         text->cursor.row(), handle the case where this row is null. (kindo
12026         hachish)
12027
12028         * text2.C (setCursor): add a couple of asserts.
12029
12030         * paragraph.h (inset_iterator): add -> operator
12031
12032         * paragraph.[Ch] (autoDeleteInsets): remove member function
12033
12034         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12035         cursor pos correctly and handle inset deletion by itself.
12036         (insertErrors): move iterator declaration out of for expression
12037
12038         * lyxtextclass.C: add <algorithm>
12039
12040         * Makefile.am: added the new files to sources, removed layout.C
12041
12042         * layout.C: removed file
12043
12044         * layout.h: remove LYX_DUMMY_LAYOUT
12045
12046         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12047         layout.
12048
12049         * lyxlayout.[Ch]:
12050         * lyxtextclass.[Ch]:
12051         * lyxtextclasslist.[Ch]: new files
12052
12053         * include order changes to a lot of files, also changes because of
12054         the six new files.
12055
12056 2001-12-27  Juergen Vigna  <jug@sad.it>
12057
12058         * buffer.C (asciiParagraph): more fixes.
12059
12060         * tabular.C (ascii): make ascii export support export of only the
12061         data separated by a column-delimiter.
12062         (ascii): better support for ascii export.
12063
12064         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12065
12066 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12067
12068         * tabular_funcs.C: use a "using std::getline" instead of the
12069         previous fix from Angus (necessary for cxx + lyxstring)
12070
12071 2001-12-24  Juergen Vigna  <jug@sad.it>
12072
12073         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12074
12075         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12076         problems. First check a minipage also if we have some ert-contents
12077         (not only on par->size(), second set the right depth of the paragraph
12078         on the relink to the root-paragraph-list!
12079
12080         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12081         which then did not anymore update the main paragraphs on undo/redo!
12082
12083 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12084
12085         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12086         code. Support all font-changing funcs (even those which are not in
12087         menu currently). Support for reporting font settings in
12088         mathed (disabled until Andre provides a function on mathed's side).
12089
12090         * func_status.h (toggle): small helper function to set toggle
12091         state on a flag.
12092
12093 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12094
12095         * tabular_funcs.C: getline -> std::getline
12096
12097 2001-12-21  Juergen Vigna  <jug@sad.it>
12098
12099         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12100         accessed and could be 0 (I couldn't generate this but it seems
12101         Michael could!).
12102
12103 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12104
12105         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12106         * tabular_funcs.h: here and include iosfwd
12107
12108 2001-12-20  Juergen Vigna  <jug@sad.it>
12109
12110         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12111         inside inset but undo_par was.
12112
12113 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12114
12115         * Thesaurus.C: always include <config.h> in sources.
12116
12117         * Painter.h:
12118         * lyxlookup.h:
12119         * box.h: do not include <config.h> in header files
12120
12121         * text.C (paintLastRow): remove unused variable
12122
12123         * text.C (transformChar):
12124         (insertChar):
12125         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12126
12127         * Painter.C (text):
12128         * font.C (width): rewrite to use uppercase() instead of
12129         islower/toupper.
12130
12131         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12132
12133 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12134
12135         * lyxfind.C: clean up of find failure position change
12136
12137 2001-12-20  Juergen Vigna  <jug@sad.it>
12138
12139         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12140
12141         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12142         (TeXRow): added to LaTeX a single tabular row.
12143         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12144         (Latex): simplified and finally good LT-h/f support.
12145         (various_functions): just small adaptions for LT-h/f support.
12146
12147         * tabular_funcs.[hC]: added and moved here all not classfunctions
12148         of LyXTabular.
12149
12150 2001-12-19  Juergen Vigna  <jug@sad.it>
12151
12152         * tabular.[Ch]: better support for longtabular options (not finished
12153         yet!)
12154
12155 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12156
12157         * text.C (paintLastRow): use the label font instead of the font of
12158         the last character to compute the size of *_BOX. This makes more
12159         sense and avoids a crash with empty paragraphs.
12160         Use Painter::rectangle to draw EMPTY_BOX.
12161
12162 2001-12-19  Juergen Vigna  <jug@sad.it>
12163
12164         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12165         the paragraphs if the replaced paragraph is not the first one!
12166         Tried to delete not used paragraphs but does not work yet so for
12167         now it's inside #ifdef's and by default off!
12168
12169 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12170
12171         * MenuBackend.C: include "lyx_main.h" instead of declaring
12172         lastfiles (actually was declared as LastFiles* instead of a
12173         scoped_ptr).
12174
12175 2001-12-17  Juergen Vigna  <jug@sad.it>
12176
12177         * tabular.C (AppendColumn): applied John's fix
12178
12179 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12180
12181         * BufferView.h:
12182         * BufferView.C:
12183         * BufferView_pimpl.h:
12184         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12185
12186         * Makefile.am:
12187         * box.h: new start of class for above
12188
12189         * lyxfunc.C: ignore space-only minibuffer dispatches.
12190           Show the command name when it doesn't exist
12191
12192         * minibuffer.C: don't add empty lines to the history
12193
12194         * minibuffer.C: add a space on dropdown completion
12195
12196 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12197
12198         * text.C: fix line above/below drawing in insets
12199
12200 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12201
12202         * lyxlength.C (LyXLength): Initialize private variables.
12203
12204 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12205
12206         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12207         when inserting error insets.
12208
12209 2001-12-13  Juergen Vigna  <jug@sad.it>
12210
12211         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12212         actually sometimes the before-paragraph.
12213         (setUndo): don't clear the redostack if we're not actually undoing!
12214
12215 2001-12-06  Juergen Vigna  <jug@sad.it>
12216
12217         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12218         and fixed redoing of main paragraph, so we can use it now ;)
12219
12220         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12221
12222 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12223
12224         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12225         Juergen's request
12226
12227 2001-12-13  André Pönitz <poenitz@gmx.net>
12228
12229         * undostack.[Ch]:
12230         * undo_func.C: minor cleanup
12231
12232 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12233
12234         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12235         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12236         font in urw-fonts package which is marked as -urw-fontspecific and
12237         does not work (incidentally, changing the encoding in the
12238         fonts.dir of this package to -adobe-fontspecific fixes the
12239         problem).
12240
12241         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12242         is a crash when undoing first paragraph (Juergen, please take a
12243         look). THis does not mean the undo fix is wrong, just that it
12244         uncovers problems.
12245
12246         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12247         the (Paragraph*) version when needed instead of duplicating the
12248         code.
12249
12250         * text.C (workWidth): use Inset::parOwner to find out where the
12251         inset has been inserted. This is a huge performance gain for large
12252         documents with lots of insets. If Inset::parOwner is not set, fall
12253         back on the brute force method
12254
12255         * paragraph_pimpl.C (insertInset):
12256         * paragraph.C (Paragraph):
12257         (cutIntoMinibuffer): set parOwner of insets when
12258         inserting/removing them
12259
12260         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12261
12262 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12263
12264         * commandtags.h:
12265         * LyXAction.C:
12266         * lyx_main.C:
12267         * lyxfunc.C:
12268         * mathed/formulabase.C:
12269         * mathed/math_cursor.[Ch]:
12270         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12271
12272
12273 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12274
12275         * lyxlength.[Ch] (operator!=): new function
12276
12277 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12278
12279         * text.C (workWidth): use Inset::parOwner to find out where the
12280         inset has been inserted. This is a huge performance gain for large
12281         documents with lots of insets. If Inset::parOwner is not set, fall
12282         back on the brute force method
12283
12284         * paragraph_pimpl.C (insertInset):
12285         * paragraph.C (Paragraph):
12286         (cutIntoMinibuffer): set parOwner of insets when
12287         inserting/removing them
12288
12289         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12290
12291 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12292
12293         * tabular-old.C (getTokenValue):
12294         * tabular.C (getTokenValue):
12295         (write_attribute): new versions for LyXLength
12296         (everywhere): adjust the use of widths
12297
12298         * tabular.h: change the type of widths from string to LyXLength
12299
12300 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12301
12302         * paragraph.C: fixed missing line number count when exporting
12303         Environments to LaTeX file
12304
12305         * buffer.C: added informational message for checking line numbers.
12306
12307 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12308
12309         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12310         paragraph, do the 'double space' part, but not the 'empty
12311         paragraph' one.
12312
12313         * text.C (workWidth): small optimization
12314         (getLengthMarkerHeight): use minimal size for negative lengths.
12315
12316 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12317
12318         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12319
12320         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12321
12322 2001-12-11  André Pönitz <poenitz@gmx.net>
12323
12324         * FontLoader.C:
12325         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12326
12327 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12328
12329         * text2.C: keep selection on a setFont()
12330
12331 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12332
12333         * lyx_cb.C: another bv->text misuse, from insert label
12334
12335 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12336
12337         * kbsequence.h:
12338         * kbsequence.C: re-instate nmodifier mask
12339
12340 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12341
12342         * lyx_main.h: make lyxGUI private.
12343
12344 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12345
12346         * lyxfind.C: place the cursor correctly on failed search
12347
12348 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12349
12350         * text.C (getLengthMarkerHeight): for small heights, the arrows
12351         are not always on top/bottom of the text
12352         (drawLengthMarker): smaller arrows; take the left margin in
12353         account; draw also vfills.
12354         (paintFirstRow):
12355         (paintLastRow): remove special code for vfill and standard spaces,
12356         since everything is handled in drawLengthMarker now.
12357
12358 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12359
12360         * buffer.C (insertErtContents): try to handle font and language
12361         interaction a bit better.g
12362
12363         * ColorHandler.C (updateColor): change the hash to cover the whole
12364         LColor enum, ws cleanup
12365         (getGCLinepars): ditto
12366         (getGCLinepars): only lookup in the linecache once.
12367
12368 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12369
12370         * iterators.C (operator++): Make the iterator more robust
12371
12372         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12373         (John's patch)
12374         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12375
12376 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12377
12378         * lyxtext.h:
12379         * text.C: better added space drawing
12380
12381 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12382
12383         * LyXView.C:
12384         * BufferView2.C: fix layout combo update on inset unlock
12385
12386 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12387
12388         * Makefile.am: don't compile unused files
12389
12390 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12391
12392         * lyxfunc.C:
12393         * commandtags.h:
12394         * LyXAction.C: remove old LFUN_LAYOUTNO
12395
12396 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12397
12398         * paragraph_pimpl.h:
12399         * paragraph_pimpl.C: isTextAt() doesn't need font param
12400
12401 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12402
12403         * lyxlex.h:
12404         * lyxlex.C: little cleanup
12405
12406 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12407
12408         * BufferView_pimpl.C: fix insertAscii for insets
12409
12410 2001-12-05  Juergen Vigna  <jug@sad.it>
12411
12412         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12413         set the right font on the "multi" paragraph paste!
12414
12415 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12416
12417         * trans_decl.h:
12418         * trans_mgr.[Ch]:
12419         * trans.[Ch]:
12420         * lyxgluelength.C:
12421         * lyxlength.C: remove out-commented code.
12422
12423         * BufferView_pimpl:
12424         * CutAndPaste.C:
12425         * DepTable.C:
12426         * buffer.C:
12427         * chset.C:
12428         * lastfiles.C:
12429         * lyxlex.C:
12430         * lyxlex_pimpl.C:
12431         * lyxserver.C:
12432         * screen.C:
12433         * tabular-old.C:
12434         * tabular.C:
12435         * text.C:
12436         * trans_mgr.C:
12437         * vc-backend.C: change "while(" to "while ("
12438
12439         * lyxlength.[Ch]: add zero function to check if length is zero or
12440         not
12441         * lyxgluelength.C: use it
12442
12443 2001-12-05  Allan Rae  <rae@lyx.org>
12444
12445         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12446         Works for 2.95.3, from what I understand of Garst's reports this should
12447         work for other g++ versions.  We're screwed if the abs(int) definition
12448         changed between bugfix releases of gcc.
12449
12450 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12451
12452         * text.C: fix chapter label offset !
12453
12454 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12455
12456         * lyxtext.h:
12457         * text.C: fix hfill at end of line, clean up
12458
12459 2001-12-04  Juergen Vigna  <jug@sad.it>
12460
12461         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12462         that we force an update of the inset and it's owners if neccessary.
12463
12464 2001-12-03  Juergen Vigna  <jug@sad.it>
12465
12466         * text.C (rowLast): simplified code
12467
12468 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12469
12470         * lyxfunc.C: fix show options on timeout
12471
12472 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12473
12474         * screen.C (topCursorVisible): scroll half a page when the cursor
12475         reached top of bottom of screen
12476
12477 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12478
12479         * minibuffer.C: deactivate on loss of focus
12480
12481 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12482
12483         * vspace.[Ch] (operator!=): add operator.
12484
12485 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12486
12487         * BufferView_pimpl.C: refuse to open an inset when
12488         there's a selection.
12489
12490 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12491
12492         * BufferView_pimpl.C: allow to click on RHS of full row insets
12493
12494 2001-11-30  Juergen Vigna  <jug@sad.it>
12495
12496         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12497         insets for undo reasons.
12498
12499 2001-11-28  André Pönitz <poenitz@gmx.net>
12500
12501         * vspace.[Ch]: cosmetical changes
12502
12503 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12504
12505         * LyXAction.h:
12506         * LyXAction.C:
12507         * lyxfunc.h:
12508         * lyxfunc.C:
12509         * kbmap.h:
12510         * kbmap.C:
12511         * lyxrc.C:
12512         * kbsequence.h:
12513         * kbsequence.C: part re-write of old kb code
12514
12515         * Painter.C:
12516         * WorkArea.C: remove Lgb_bug_find_hack
12517
12518 2001-11-30  José Matos <jamatos@fep.up.pt>
12519
12520         * buffer.C (makeDocBookFile): add a comment to point a hack.
12521         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12522         Fixed a double write of labels.
12523
12524 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12525
12526         * LaTeX.C:
12527         * LaTeX.h Fixed bug in LaTeX class where it would not
12528         re-run latex if no depfiles were changed, but the .dvi was removed.
12529
12530 2001-11-28  André Pönitz <poenitz@gmx.net>
12531
12532         * all the files from the change on 2001/11/26:
12533         use lyx::layout_type instead of LyXTextClass::size_type
12534         use lyx::textclass_type instead of LyXTextClassList::size_type
12535
12536 2001-11-29  Juergen Vigna  <jug@sad.it>
12537
12538         * text.C: added support for paragraph::isFreeSpacing()
12539
12540         * buffer.C: same as above
12541
12542         * paragraph.h: inserted isFreeSpacing() function to enable
12543         FreeSpacing inside InsetERT.
12544
12545         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12546         of the paragraph's in the cut/copy buffer to 0!
12547
12548         * text2.C (removeRow): remove the assert as it can!
12549
12550         * lyxtext.h: added helper function firstRow returning firstrow and
12551         made firstrow private again.
12552
12553         * BufferView2.C (lockInset): don't relock if we're already locked!
12554
12555         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12556         the only paragraph.
12557         (removeRow): added Assert::(firstrow)
12558
12559         * debug.C: forgot to add INSETTEXT here.
12560
12561 2001-11-28  Juergen Vigna  <jug@sad.it>
12562
12563         * sp_spell.C (initialize): changed error text to more general
12564         spellchecker command use (not only ispell!)
12565
12566         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12567
12568         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12569
12570 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12571
12572         * vspace.C: initialise lyxgluelength on failure
12573
12574 2001-11-28  Allan Rae  <rae@lyx.org>
12575
12576         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12577         declaration & definition that looks like a function declaration.
12578
12579 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12580
12581         * BufferView2.C (copy):
12582         (copyEnvironment): do not clear the selection when doing a copy.
12583
12584         * text.C (paintFirstRow): compilation fix
12585
12586 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12587
12588         * tabular.C (Latex): correct line count when writing latex.
12589
12590 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12591
12592         * paragraph_pimpl.h:
12593         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12594           bug a bit
12595
12596 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12597
12598         * text.C:
12599         * LColor.h:
12600         * LColor.C: change vfillline->added_space
12601
12602         * text.C: add markers and text for added space
12603
12604         * vspace.C: fix comment
12605
12606 2001-11-28  André Pönitz <poenitz@gmx.net>
12607
12608         * paragraph.C: whitespace changes
12609         * all the other files from the change on 2001/11/26:
12610         change *::pos_type into lyx::pos_type
12611
12612 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12613
12614         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12615         language of the document when inserting error insets.
12616
12617 2001-11-26  André Pönitz <poenitz@gmx.net>
12618
12619         * BufferView_pimpl.[Ch]:
12620         *       CutAndPaste.C:
12621         * buffer.[Ch]:
12622         * lyxcursor.[Ch]:
12623         * lyxfind.C:
12624         * lyxfunc.C:
12625         * lyxrow.[Ch]:
12626         * paragraph.[Ch]:
12627         * paragraph_pimpl.[Ch]:
12628         * sp_spell.C:
12629         * text.C:
12630         * text2.C: reduce header dependencies, introduce type for positions
12631
12632 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12633
12634         * <various>: change to use Alert.h
12635
12636 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12637
12638         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12639         when encountering an unknown token.
12640         (readLyXformat2): Show an error message if there were unknown tokens.
12641
12642 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12643
12644         * BufferView2.C:
12645         * BufferView_pimpl.C:
12646         * buffer.C:
12647         * paragraph.h:
12648         * text.C:
12649         * text2.C: use par->isInset()
12650
12651 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12652
12653         * paragraph_pimpl.h:
12654         * paragraph_pimpl.C: cleanup
12655
12656 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12657
12658         * text2.C (removeRow):
12659         * text.C (setHeightOfRow): remove useless (and costly) call to
12660         getRow.
12661
12662 2001-11-20  Allan Rae  <rae@lyx.org>
12663
12664         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12665         Now need Inset*::checkInsertChar() to return true for appropriate
12666         cases so that the characters in the minibuffer will actually be
12667         inserted.
12668
12669 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12670
12671         * text.C: change the order of the includes.
12672         (workWidth): initialize it at once.
12673         (workWidth): make maxw unsigned
12674         (setHeightOfRow): remove unused variable (inset)
12675         (selectSelectedWord): remove unused variable (inset)
12676         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12677
12678 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12679
12680         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12681         server is not running.
12682         (openConnection):
12683         (closeConnection): add debug info when server is disabled.
12684
12685         * ColorHandler.C (getGCForeground): send debug message to GUI
12686         channel.
12687
12688         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12689
12690         * kbmap.C (bind): modify because return conventions of
12691         kb_sequence::parse have changed.
12692
12693         * kbsequence.C (parse): only ignore spaces and not any stupid
12694         control character. This avoids tests like s[i] <= ' ', which are
12695         guaranteed to fail with 8bit characters and signed chars.
12696         Change return code to string::npos when there have been no error
12697         (0 was a bad idea when error is at first character)
12698
12699 2001-11-14  José Matos  <jamatos@fep.up.pt>
12700
12701         * buffer.h:
12702         * buffer.C (simpleDocBookOnePar): removed unused argument.
12703
12704 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12705
12706         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12707         insets which are part of a word. Paragraph::isLetter takes care of
12708         that now. Use Paragraph::isInset to identify insets.
12709         (selectSelectedWord): do not test for hyphenation break.
12710
12711         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12712         that protected spaces are considered as spaces.
12713
12714         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12715         Inset::isLetter.
12716
12717 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12718
12719         * lyxserver.h:
12720         * lyxserver.C: fix it. and small cleanup.
12721
12722 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12723
12724         * BufferView_pimpl.C: use inline helpers
12725
12726         * LaTeXFeatures.h:
12727         * LaTeXFeatures.C: fix typos
12728
12729         * Spacing.h:
12730         * Spacing.C: move spacing_string into class
12731
12732         * ToolbarDefaults.C: move stuff into namespace anon
12733
12734         * layout.h: update enum
12735
12736         * lyxfunc.C: use better debug
12737
12738         * minibuffer.h: fix typo
12739
12740         * debug.h:
12741         * debug.C:
12742         * WorkArea.C: add and use Debug::WORKAREA
12743
12744         * lyxtext.h:
12745         * text.C:
12746         * text2.C: code re-organisation, inline helpers
12747
12748 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12749
12750         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12751         std::vector.empty().
12752
12753 2001-11-09  Allan Rae  <rae@lyx.org>
12754
12755         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12756         '\n's after tables.  Tabular and ERT inset work now makes this no
12757         longer necessary.
12758
12759 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12760
12761         * minibuffer.h:
12762         * minibuffer.C: fix crash, improve drop-down completion
12763
12764 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12765
12766         * lyxserver.h:
12767         * lyxserver.C: invalidate fd's when doing endPipe()
12768
12769 2001-11-08  José Matos  <jamatos@fep.up.pt>
12770
12771         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12772         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12773
12774         * paragraph.h:
12775         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12776
12777 2001-11-07  José Matos  <jamatos@fep.up.pt>
12778
12779         * buffer.h:
12780         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12781         const qualifier.
12782
12783         * buffer.C (sgmlOpenTag):
12784         * buffer.C (sgmlCloseTag): removed debug info.
12785
12786         * buffer.h (sgmlOpenTag):
12787         * buffer.h (sgmlCloseTag): made public.
12788
12789 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12790
12791         * buffer.C (saveParamsAsDefaults):
12792         * lyx_cb.C (MenuLayoutSave): remove
12793
12794         * LyXAction.C (init):
12795         * commandtags.h:
12796         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12797
12798 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12799
12800         * buffer.C (setPaperStuff): removed from here...
12801
12802         * bufferparams.C (setPaperStuff): ... and moved there.
12803
12804 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12805
12806         * minibuffer.h:
12807         * minibuffer.C:
12808         * XFormsView.C: add support for drop-down completion
12809
12810 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12811
12812         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12813         commands.
12814
12815 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12816
12817         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12818         disabled.
12819
12820 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12821
12822         * lyx_main.C: change ref to known bugs
12823
12824 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12825
12826         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12827         to work around older babel problems.
12828
12829 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12830
12831         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12832
12833 2001-10-24  Juergen Vigna  <jug@sad.it>
12834
12835         * tabular-old.C (ReadOld): below variable changes reflected.
12836
12837         * tabular.[Ch]: added ltType struct for longtable header/footer
12838         defines and changed all instances where they are used. Added
12839         future support for double top/bottom rows.
12840
12841 2001-10-24  José Matos  <jamatos@fep.up.pt>
12842
12843         * buffer.h (docbookHandleCaption):
12844         * buffer.C (docbookHandleCaption): removed unused function.
12845         (makeDocBookFile): moved docbook supported version to v4.1.
12846
12847 2001-10-24  José Matos  <jamatos@fep.up.pt>
12848
12849         * tabular.h:
12850         * tabular.C (docbookRow): new function to export docbook code of a row.
12851         (DocBook): now honors the longtable flags.
12852
12853 2001-10-23  José Matos  <jamatos@fep.up.pt>
12854
12855         * LaTeXFeatures.h:
12856         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12857         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12858
12859         * buffer.C (makeLinuxDocFile):
12860         (makeDocBookFile): reworked the preamble, more clean, and with
12861         support for lyx defined entities. Changed the document declaration
12862         to be more XML friendly.
12863
12864         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12865         if we need to output XML that should be done with a filter.
12866
12867 2001-10-22  Juergen Vigna  <jug@sad.it>
12868
12869         * sp_pspell.h (class PSpell): add alive function needed in the
12870         controller to see if the spellchecker could be started.
12871
12872 2001-10-22  Juergen Vigna  <jug@sad.it>
12873
12874         * buffer.C (insertStringAsLines): modify the font for inserting
12875         chars in certain conditions by calling checkInsertChar(font).
12876
12877 2001-10-19  Juergen Vigna  <jug@sad.it>
12878
12879         * text.C (workWidth): use getRow instead of wrong algorithm.
12880         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12881
12882 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12883
12884         * lyxserver.h:
12885         * lyxserver.C:
12886         * lyx_main.h:
12887         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12888
12889 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12890
12891         * text.C (workWidth): do not search for the exact row when
12892         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12893         optimization for big documents.
12894
12895 2001-10-18  Juergen Vigna  <jug@sad.it>
12896
12897         * text.C (workWidth): new function with added Inset * parameter.
12898
12899 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12900
12901         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12902
12903         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12904         change return type of getColumnNearX.
12905
12906
12907         * text.C (changeRegionCase): use uppercase/lowercase instead of
12908         toupper/tolower.
12909         (leftMargin):
12910         (rightMargin): simplify code by factoring out the uses of
12911         textclasslist.
12912         (labelFill):
12913         (numberOfHfills):
12914         (setHeightOfRow):
12915         (appendParagraph): use Paragraph::size_type
12916
12917 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12918
12919         * vspace.C (asLatexString): add a missing break
12920
12921 2001-10-15  Herbert Voss  <voss@perce.de>
12922
12923         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12924
12925 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12926
12927         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12928         is not available.
12929
12930 2001-10-10  André Pönitz <poenitz@gmx.net>
12931
12932         * lyxfunc.C: removed greek_kb_flag.
12933
12934 2001-10-10  Herbert Voss  <voss@perce.de>
12935
12936         * lyx_main.C: delete global string help_lyxdir.
12937
12938 2001-10-09  Herbert Voss  <voss@perce.de>
12939
12940         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12941
12942         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12943
12944         * lyx_main.C: added global string help_lyxdir.
12945
12946         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12947
12948 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12949
12950         * lyxrc.C (set_font_norm_type): support iso8859-4
12951
12952 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12953
12954         * LaTeX.C (deplog): add another regex for MikTeX
12955
12956 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12957
12958         * lyxrc.C (set_font_norm_type): support iso8859-3
12959
12960 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12961
12962         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12963
12964         * LaTeXFeatures.C: remove special case of french and index
12965
12966         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12967         before \begin{document}). This solves several incompatibilities.
12968
12969 2001-10-03  Garst Reese  <reese@isn.net>
12970
12971         * lyx_cb.C: change CheckTex error msg.
12972
12973 2001-10-03  José Matos  <jamatos@fep.up.pt>
12974
12975         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12976
12977 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12978
12979         * .cvsignore: update
12980
12981         * lyx_main.C (commandLineVersionInfo): use new style version info.
12982
12983         * buffer.C (writeFile):
12984         (makeLaTeXFile):
12985         (makeLinuxDocFile):
12986         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12987
12988         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12989
12990         * version.h: update to use stuff in version.C
12991
12992         * version.C.in: new file. Contains version information determined
12993         at compile time. This is a merging of version.h and
12994         version_info.h.in.
12995
12996 2001-10-03  Juergen Vigna  <jug@sad.it>
12997
12998         * BufferView_pimpl.C (update): don't change "dirty" status in
12999         updateInset call.
13000
13001 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13002
13003         * WorkArea.C (c-tor): re-position version string slightly.
13004
13005 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13006
13007         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13008         revert to previous code.
13009
13010         WorkArea.[Ch]: (show, destroySplash): methods removed.
13011
13012         WorkArea.C: rework code so that it's an amalgam of the codes before and
13013         after the splash screen was moved to WorkArea.
13014
13015 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13016
13017         * lyxrc.C (read):
13018         * vspace.C (inPixels):
13019         (lyx_advance):
13020         * kbmap.C (bind):
13021         * buffer.C (insertStringAsLines):
13022         (asciiParagraph): fix types to be large enough
13023
13024         * lyxlex_pimpl.h: change member status from short to int
13025
13026         * layout.h: fix type of endlabeltype
13027
13028         * kbmap.C (bind):
13029         * kbsequence.C (parse): change return type to string::size_type
13030
13031         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13032         variable
13033
13034         * Bullet.C (bulletSize):
13035         (bulletEntry): do not use short ints as parameters
13036
13037         * BufferView2.C (insertLyXFile): change a char to an int.
13038
13039         * WorkArea.C (WorkArea): remove unneeded floats in computation
13040
13041 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13042
13043         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13044
13045         * paragraph.C (asString): Do not ignore newline/hfill chars when
13046         copying to the clipboard.
13047
13048 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13049
13050         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13051         after a multi-line inset.
13052
13053 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13054
13055         * paragraph.C (validate): Set NeedLyXFootnoteCode
13056
13057 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13058
13059         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13060         and decrease-error to decrease.
13061
13062 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13063
13064         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13065         it more readable (should be equivalent)
13066
13067 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13068
13069         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13070
13071 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13072
13073         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13074         of a cursor (row, etc.) after a character has been deleted
13075         (deleteEmptyParagraphMechanism): call the method above on _all_
13076         cursors held by the LyXText when a double space has been
13077         detected/deleted.
13078
13079 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13080
13081         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13082         pixmap.
13083         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13084
13085         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13086         background. Use greyOut() and the new show() methods to toggle between
13087         the foreground and background. Add code to remove the splash after
13088         its initial showing.
13089
13090         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13091         (create_forms): no longer call Dialogs::showSplash.
13092
13093 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13094
13095         * .cvsignore: add version_info.h
13096
13097 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13098
13099         * version_info.h.in: new file
13100
13101         * Makefile.am: add version_info.h.in
13102
13103         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13104         version_info.h instead of VERSION_INFO
13105
13106 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13107
13108         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13109         The ERT inset now returns string().
13110
13111 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13112
13113         * lyxtext.h, text.C (selectNextWord): renamed as
13114         selectNextWordToSpellcheck.
13115
13116         * text.C (selectNextWordToSpellcheck): Modified to not select
13117         words inside an ERT inset.
13118
13119 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13120
13121         * lyx_cb.C (MenuLayoutSave): change a bit the question
13122
13123         * sp_base.h: include <sys/types.h>
13124
13125 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13126
13127         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13128
13129 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13130
13131         * several files: fix typos in user-visible strings
13132
13133 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13134
13135         * text2.C (pasteSelection): do not set the selection, since it
13136         will be cleared later. Actually, the intent was to fix the way the
13137         selection was set, but I figured rmoving the code was just as good.
13138
13139 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13140
13141         * FontLoader.C (available): Check if font is available without
13142         loading the font.
13143
13144 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13145
13146         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13147
13148 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13149
13150         * lyxrc.[Ch]: added display_graphics variable and associated code.
13151
13152 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13153
13154         * bufferparams.C (hasClassDefaults): new method. Returns true if
13155         the buffer parameters correspond to known class defaults
13156
13157 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13158
13159         * XFormsView.C (show): set minimum size to the main window.
13160
13161 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13162
13163         * text2.C (copySelection):
13164         (cutSelection):
13165         * lyxfind.C (LyXReplace):
13166         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13167         LyXText::selectionAsString.
13168
13169         * paragraph.C (asString): add "label" argument to the second form
13170
13171         * text2.C (selectionAsString): add "label" argument and pass it to
13172         Paragraph::asString.
13173
13174 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13175
13176         * lyx_main.C (commandLineHelp): remove version information
13177
13178 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13179
13180         * lyx_main.C: add -version commandline option
13181
13182 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13183
13184         * paragraph.h: make the optional constructor arg required instead.
13185         some modifications to other files because of this.
13186
13187         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13188
13189         * lyxserver.C (C_LyXComm_callback): make it static
13190
13191         * lyx_main.C (error_handler): make it static
13192
13193         * lyx_gui.C (LyX_XErrHandler): make it static
13194
13195         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13196
13197         * WorkArea.C: make the extern "C" methods static.
13198
13199         * Makefile.am (lyx_LDADD): simplify
13200
13201 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13202
13203         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13204         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13205
13206         * LyXAction.C (init):
13207         * lyxfunc.C (dispatch): associated code removal.
13208
13209 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13210
13211         * lyxfont.h (isSymbolFont): shut off warning
13212
13213         * text.C (setHeightOfRow):
13214         (getVisibleRow): fix crash with empty paragraphs which have a
13215         bottom line
13216
13217 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13218
13219         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13220         code.
13221
13222 2001-09-04  José Matos  <jamatos@fep.up.pt>
13223         * buffer.C
13224         * buffer.h
13225         * tabular.C (docbook): rename docBook method to docbook.
13226
13227 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13228
13229         * Makefile.am: add dependencies to main.o.
13230
13231 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13232
13233         * FontLoader.C (available): Return false if !lyxrc.use_gui
13234
13235 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13236
13237         * FontInfo.C (query):
13238         * converter.C (view):
13239         * importer.C (Import):
13240         * exporter.C (Export): Can not -> cannot.
13241
13242 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13243
13244         * BufferView_pimpl.C: allow to create index inset even if
13245           string is empty
13246
13247 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13248
13249         * buffer.C (getLists): replace boost::tie code with an explicit pair
13250         as boost::tie can break some compilers.
13251
13252         * iterators.h: Added a std:: declaration to the return type of
13253         ParIterator::size.
13254
13255 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13256
13257         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13258           case.
13259
13260 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13261
13262         * iterators.[Ch]: New files. Provide paragraph iterators.
13263
13264         * buffer.C (changeLanguage): Use paragraph iterators.
13265         (isMultiLingual): ditto
13266
13267         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13268
13269 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13270
13271         * FontLoader.C: Support for cmr font.
13272
13273 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13274
13275         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13276         (available): New method.
13277
13278         * FontInfo.C (getFontname): Use scalable fonts even when
13279         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13280         found.
13281
13282 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13283
13284         * converter.C (Formats::view): reverted! Incorrect fix.
13285
13286 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13287
13288         * converter.C (Formats::view): only output the -paper option
13289         if the dvi viewer is xdvi, thereby fixing bug #233429.
13290
13291 2001-08-23  Herbert Voss  <voss@perce>
13292
13293         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13294
13295 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13296
13297         * Spacing.h (Spacing): Set space to Default on in the default
13298         constructor.
13299
13300 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13301
13302         * vc-backend.h (RCS::versionString): add RCS to version
13303         (CVS::versionString): add CVS to version
13304
13305         * vc-backend.C (scanMaster): do not add CVS to version.
13306         (scanMaster): do not add RCS to version
13307
13308         * lyxvc.C (versionString): new method
13309
13310         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13311
13312 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13313
13314         * Spacing.C (set): initialize fval
13315
13316 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13317
13318         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13319         " or \.
13320
13321 2001-08-16  Juergen Vigna  <jug@sad.it>
13322
13323         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13324
13325 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13326
13327         * BufferView_pimpl.C:
13328         * figureForm.C:
13329         * lyxtext.h:
13330         * text2.C: setParagraph takes linespacing now
13331
13332 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13333
13334         * LyxAction.C: add internal LFUN_CITATION_INSERT
13335
13336         * LyXView.C: actually apply fix
13337
13338         * bufferlist.C: fix open non-existent file
13339
13340         * lyxfind.C: fix indentation
13341
13342         * lyxfunc.C: remove unneeded assert, fix typo
13343
13344 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13345
13346         * MenuBackend.C: use "Floatname List"
13347
13348 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13349
13350         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13351         when converting LaTeX layout to insetERT.
13352         Generate a non-collapsed float when reading old float
13353
13354 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13355
13356         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13357         ERT insets.
13358
13359 2001-08-13  Juergen Vigna  <jug@sad.it>
13360
13361         * text.C (fill): return 0 instead of 20 as this seems to be the more
13362         correct value.
13363
13364 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13365
13366         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13367         lyxrc.font_norm.
13368
13369 2001-08-13  Juergen Vigna  <jug@sad.it>
13370
13371         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13372         casesensitive off.
13373         (SearchBackward): comment out the unlocking of the inset_owner this
13374         should not be needed!
13375
13376 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13377
13378         * Many files: Remove inherit_language, and add latex_language
13379
13380         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13381         collapsible insets.
13382
13383 2001-08-10  Juergen Vigna  <jug@sad.it>
13384
13385         * text.C (prepareToPrint): fixed hfill-width in draw!
13386
13387         * BufferView2.C (selectLastWord): save the selection cursor as this
13388         now is cleared in the function LyXText::clearSelection!
13389
13390 2001-08-08  Juergen Vigna  <jug@sad.it>
13391
13392         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13393         BACKSPACE type functions.
13394
13395         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13396         is only cutted from the document but not put in the cut-buffer, where
13397         still the old stuff should be.
13398
13399         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13400
13401         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13402
13403         * tabular.C (SetWidthOfCell): fixed special case where the width
13404         was not updated!
13405         (LeftLine): handle '|' in align_special.
13406         (RightLine): ditto
13407         (LeftAlreadyDrawed): ditto
13408         (SetWidthOfCell): ditto
13409
13410 2001-08-07  Juergen Vigna  <jug@sad.it>
13411
13412         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13413
13414 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13415
13416         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13417         * lyxlex.[hC]: ditto
13418
13419 2001-08-06  Juergen Vigna  <jug@sad.it>
13420
13421         * text.C (getVisibleRow): fix up row clearing a bit.
13422
13423 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13424
13425         * minibuffer.C: make sure the X server sees the changes in the input.
13426
13427 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13428
13429         * paragraph.C (getFont): split into...
13430         (getLabelFont): this
13431         (getLayoutFont): and this
13432         * paragraph_pimpl.C (realizeFont): calling this
13433
13434         * text2.C (getFont): split into...
13435         (getLayoutFont): this
13436         (getLabelFont): and this
13437         (realizeFont): all three calling this
13438
13439         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13440         files where used.
13441
13442 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13443
13444         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13445
13446 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13447
13448         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13449         layouts from the Quote inset insertion.
13450
13451 2001-08-03  Juergen Vigna  <jug@sad.it>
13452
13453         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13454
13455         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13456         only if status not is already CHANGED_IN_DRAW (second level).
13457
13458         * text.C (draw): don't set the need_break_row when inside an
13459         InsetText LyXText.
13460
13461 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13462
13463         * buffer.C (parseSingleLyXformat2Token): handle more latex
13464         conversion cases.
13465
13466         * bufferview_funcs.[hC]: change function names to
13467         begin with small char, adjust other files.
13468
13469 2001-08-02  André Pönitz <poenitz@gmx.net>
13470
13471         * lyxfunc.C:
13472         BufferView_pimpl.C: remove broken special code for math-greek
13473
13474 2001-08-02  Juergen Vigna  <jug@sad.it>
13475
13476         * BufferView_pimpl.C (update): redone this function so that we
13477         update the text again if there was a CHANGE_IN_DRAW.
13478
13479         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13480         (drawFromTo): added a new internal bool which is used by draw() and
13481         redraw() function.
13482         (general): some cursor drawing problems fixed.
13483
13484 2001-08-01  Juergen Vigna  <jug@sad.it>
13485
13486         * lyxfind.C (LyXFind): fixed
13487         (SearchForward): ditto
13488         (SearchBackward): ditto
13489
13490         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13491         spurius drawing of the cursor in the main area.
13492
13493         * text2.C (status): small fix which could lead to a segfault!
13494         (clearSelection): remove unneeded BufferView param.
13495
13496 2001-08-01  André Pönitz <poenitz@gmx.net>
13497
13498         * lyxfunc.C: small change due to changed mathed interface
13499
13500 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13501
13502         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13503
13504 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13505
13506         * lyxfunc.c: fail gracefully if file doesn't exist
13507
13508         * LyXSendto.C:
13509         * buffer.C:
13510         * lyxfunc.C:
13511         * BufferView_pimpl.C: IsDirWriteable() proto changed
13512
13513         * LyXView.C: fix updateWindowTitle() to store the last title
13514
13515 2001-07-31  Juergen Vigna  <jug@sad.it>
13516
13517         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13518         the font (wrong since using of Paragraph::highestFontInRange).
13519
13520         * paragraph.C (highestFontInRange): added a default_size parameter.
13521
13522         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13523         (setHeightOfRow): reformat
13524
13525 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13526
13527         * converter.[hC] + affected files: move to (inital-char)lowercase
13528         function names.
13529
13530         * ParagraphParameters.C (ParagraphParameters): remove commented code
13531
13532         * PainterBase.[Ch]: remove commented code
13533
13534         * LaTeXFeatures.h: add "bool floats" for float.sty
13535
13536         * LaTeXFeatures.C (LaTeXFeatures): init floats
13537         (require): handle float
13538         (getPackages): do it with floats
13539
13540 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13541
13542         * BufferView_pimpl.C (Dispatch): improve handling of
13543         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13544
13545         * commandtags.h: #include lyxfont.h here temporarily to avoid
13546         keybinding bug.
13547
13548         * bufferlist.h: include LString.h here.
13549
13550 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13551
13552         * text2.C (getStringToIndex): new method.
13553
13554 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13555
13556         * *: Reduced header file dependencies all over.
13557
13558 2001-07-30  Baruch Even  <baruch@lyx.org>
13559
13560         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13561
13562 2001-07-29  Baruch Even  <baruch@lyx.org>
13563
13564         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13565
13566 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13567
13568         * ParameterStruct.h (endif): add a default constructor to make
13569         sure that all variables is initialized.
13570
13571         * ParagraphParameters.C (ParagraphParameters): adjust
13572
13573 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13574
13575         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13576         index; also, check that there is something to index, and that it
13577         does not span over several paragraphs.
13578         (doubleClick): use WHOLE_WORD_STRICT for double click.
13579
13580         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13581
13582         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13583         scheme.
13584
13585 2001-07-26  Baruch Even  <baruch@lyx.org>
13586
13587         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13588         an InsetFig figure, backwards compatible reading of old figure code.
13589
13590 2001-07-27  Juergen Vigna  <jug@sad.it>
13591
13592         * text2.C: font.realize function adaption.
13593
13594         * text.C (draw): add a warnings lyxerr text if needed.
13595
13596         * layout.C: font.realize function adaption.
13597
13598         * language.C: add inherit_language and implement it's handlings
13599
13600         * bufferview_funcs.C (StyleReset): remove language parameter from
13601         font creation (should be language_inherit now).
13602
13603         * bufferparams.C (writeFile): handle ignore_language.
13604
13605         * paragraph.C (getFontSettings): the language has to be resolved
13606         otherwise we have problems in LyXFont!
13607
13608         * lyxfont.C (lyxWriteChanges): added document_language parameter
13609         (update): removed unneeded language parameter
13610
13611         * paragraph.C (validate): fixed wrong output of color-package when
13612         using interface colors for certain fonts in certain environments,
13613         which should not seen as that on the final output.
13614
13615 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13616
13617         * BufferView_pimpl.C:
13618         * Thesaurus.h:
13619         * Thesaurus.C:
13620         * Makefile.am:
13621         * commandtags.h:
13622         * LyXAction.C: add thesaurus support
13623
13624         * lyxfind.h:
13625         * lyxfind.C: add "once" parameter, for thesaurus, to not
13626           move to the next match
13627
13628 2001-07-26  Juergen Vigna  <jug@sad.it>
13629
13630         * lyxfont.C (realize): honor ignore_language too!
13631         (resolved): ditto.
13632
13633         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13634
13635         * text.C (draw): one place more for ignore_language to not draw
13636         itself!
13637
13638 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13639
13640         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13641
13642 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13643
13644         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13645         the minipage conversion problem.
13646
13647 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13648
13649         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13650         insert an inset.
13651
13652 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13653
13654         * BufferView.h: don't forward declare WorkArea
13655
13656         * BufferView.C: don't include WorkArea.h
13657
13658 2001-07-25  André Pönitz <poenitz@gmx.net>
13659
13660         * commandtags.h:
13661         * LyXAction.C:
13662         * lyxfunc.C:  new LFUN 'math-space'
13663
13664         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13665
13666 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13667
13668         * text2.C (toggleInset): call open/close
13669
13670 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13671
13672         * lyxfunc.C (dispatch): add debug for the disabled case
13673
13674         * font.C (buttonText): make similar to rectText
13675
13676         * buffer.C (readInset): comment out parsing of insetlist and
13677         insttheorem
13678
13679         * PainterBase.C (rectText): small correction
13680
13681         * BufferView_pimpl.C: comment out insettheorem and insetlist
13682         * LyXAction.C: ditto
13683         * commandtags.h: ditto
13684
13685 2001-07-24  Juergen Vigna  <jug@sad.it>
13686
13687         * text.C (draw): honor the ignore_language.
13688
13689         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13690
13691 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13692
13693         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13694         char inset.
13695
13696 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13697
13698         * lyxtext.h: remove unused (and unimplemented) methods
13699
13700 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13701
13702         * text.C (getVisibleRow): honor background color
13703
13704         * PainterBase.h:
13705         * Painter.h: remove default color argument for fillRectangle
13706
13707         * text.C (backgroundColor): new method
13708
13709 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13710
13711         * text.C (getVisibleRow): adjust
13712
13713         * font.[Ch] (rectText): new method, metrics
13714         (buttonText): new method, metrics
13715
13716         * PainterBase.[hC]: make rectText and buttonText always draw and take
13717         fewer paramteres.
13718
13719 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13720
13721         * ToolbarDefaults.C (read):
13722         * MenuBackend.C (read): allow escaping in all strings
13723
13724         * BufferView_pimpl.C (insertAndEditInset): new method.
13725         (Dispatch): use insertAndEditInset whenever appropriate.
13726
13727         * BufferView_pimpl.C (insertNote): removed
13728
13729         * BufferView_pimpl.C (smartQuote): new method, moved from
13730         BufferView; if an insetquote cannot be inserted, insert a '"'
13731         character instead.
13732
13733         * BufferView2.C: remove insertCorrectQuote();
13734
13735         * lyxfunc.C (getStatus): Add support for all remaingin
13736         inset-insert lfuns.
13737
13738         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13739
13740         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13741         command (necessary to pass " as parameter of self-insert.
13742
13743         * text.C (selectWordWhenUnderCursor):
13744         (selectWord): add word_location parameter
13745         (selectWordWhenUnderCursor): same + remove special code for word
13746         boundary.
13747         (selectNextWord): use kind() to guess type of insetspecialchar,
13748         not latex().
13749
13750         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13751         (insertErtContents): create ert insets as collapsed.
13752         (readInset): better compatibility code for Info inset.
13753
13754 2001-07-20  Juergen Vigna  <jug@sad.it>
13755
13756         * lyxfunc.C (dispatch): use always LyXFind now!
13757
13758         * text2.C (init): add a reinit flag so that the LyXText can be
13759         reinited instead of deleted and reallocated (used in InsetText).
13760
13761         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13762
13763         * text.C: ditto
13764
13765         * text2.C: ditto
13766
13767 2001-07-18  Juergen Vigna  <jug@sad.it>
13768
13769         * text.C (selectNextWord): handle insets inside inset by calling
13770         always the bv->text functions so that we can go up the_locking_inset!
13771
13772         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13773         in strange locations when inside an inset!
13774
13775         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13776         handling to include insets.
13777
13778         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13779
13780 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13781
13782         * LyXAction.C (init):
13783         * commandtags.h:
13784         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13785         LIGATURE_BREAK, since the name is so stupid.
13786
13787 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13788
13789         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13790         InsetInfos.
13791
13792         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13793
13794         * sp_form.[Ch]: remove.
13795
13796         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13797
13798         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13799         InsetInfo.
13800
13801         * src/buffer.C (readInset): ditto.
13802
13803 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13804
13805         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13806         menuSeparator(), endOfSentenceDot(), ldots() and
13807         hyphenationPoint(), which are therefore removed.
13808         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13809
13810         * LyXAction.C (init):
13811         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13812
13813         * paragraph.C (getWord): removed.
13814
13815         * BufferView_pimpl.C (Dispatch): use last word or selection for
13816         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13817
13818         * lyx_main.C (queryUserLyXDir): do not ask before creating
13819         user_dir, except if it has been named explicitely.
13820
13821 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13822
13823         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13824         a document of zero size.
13825
13826 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13827
13828         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13829         approriately in the c-tor and in require().
13830         (getPackages): output the appropriate LaTeX for natbib support.
13831
13832         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13833         variables "use_natbib" and "use_numerical_citations" when reading the
13834         LyX file.
13835         (readInset): read the various natbib cite commands.
13836         (validate): white-space change.
13837
13838         * bufferparams.[Ch]: new variables "bool use_natbib" and
13839         "bool use_numerical_citations".
13840         (writeFile): output them in the LyX file.
13841
13842 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13843
13844         * lyxfunc.C (getStatus): add support for all the inset insertion
13845         commands.
13846
13847         * text2.C (insertInset):
13848         * paragraph.C (insetAllowed):
13849         * BufferView_pimpl.C (insertInset): update to take in account the
13850         renaming of insertInsetAllowed
13851
13852         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13853
13854         * text2.C (getInset): new method. returns inset at cursor position.
13855
13856         * BufferView_pimpl.C (Dispatch): changes because of this.
13857
13858         * LyXAction.C (init): rename open-stuff to inset-toggle.
13859
13860         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13861
13862         * text2.C (toggleInset): renamed from openStuff; use
13863         Inset::open().
13864
13865 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13866
13867         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13868
13869         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13870
13871 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13872
13873         * buffer.C (readLyXformat2): Add filename to the error dialog
13874
13875 2001-07-18  Juergen Vigna  <jug@sad.it>
13876
13877         * tabular.C (GetCellNumber): put an assert here instead of the check!
13878
13879 2001-07-17  Juergen Vigna  <jug@sad.it>
13880
13881         * BufferView_pimpl.C (toggleSelection): adapted too.
13882
13883         * text.C (selectNextWord): adapted for use with insets.
13884         (selectSelectedWord): ditto
13885
13886 2001-07-17  Juergen Vigna  <jug@sad.it>
13887
13888         * sp_spell.C (PSpell): fix initialitation order.
13889
13890 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13891
13892         * paragraph.C: spacing
13893
13894 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13895
13896         * sp_spell.C: repair language selection for pspell
13897
13898 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13899
13900         * lyxfunc.h: change more methods to begin with lower char.
13901
13902 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13903
13904         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13905         for unknown layouts.
13906
13907 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13908
13909         * buffer.C (readLyXformat2): Generate an error dialog if there are
13910         unknown layouts.
13911
13912 2001-07-16  Juergen Vigna  <jug@sad.it>
13913
13914         * sp_spell.C: always compile ISpell part.
13915
13916         * lyxrc.C: added use_pspell entry and it's handling.
13917
13918 2001-07-13  Juergen Vigna  <jug@sad.it>
13919
13920         * sp_spell.C: removed double includes.
13921
13922 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13923
13924         Consistent use of Lsstream.h:
13925         * Lsstream.h: added using std::stringstream for consistencies sake.
13926
13927         * buffer.C: removed using std::stringstream
13928
13929         * lyxfont.C (stateText):
13930         * paragraph.C (asString):
13931         * text.C (selectNextWord, selectSelectedWord):
13932         * text2.C (setCounter):
13933         * vspace.C (asString, asLatexString):
13934         std::ostringstream -> ostringstream.
13935
13936 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13937
13938         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13939         * commandtags.h: add LFUN_HELP_ABOUTLYX
13940         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13941
13942 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13943
13944         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13945         cursorToggle()
13946         * lyx_gui_misc.C: remove spellchecker
13947         * lyxfunc.C: showSpellchecker
13948         * sp_base.h: added
13949         * sp_ispell.h: added
13950         * sp_pspell.h: added
13951         * sp_spell.C: added
13952         * sp_form.[Ch]: removed
13953         * spellchecker.[Ch]: removed
13954
13955 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13956
13957         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13958         is set.
13959         (simpleTeXSpecialChars): Simply print the input character without
13960         any special translation if pass_thru is set.
13961
13962         * layout.h: Added bool pass_thru to layout class for being able to
13963         implement pass through of a paragraph for Literate Programming.
13964
13965         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13966         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13967         * layout.C (Read): add "passthru" to list of layout tags and add
13968         code to set the pass_thru boolean when it is read.
13969
13970 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13971
13972         * trans_decl.h: remove allowed from KmodInfo
13973
13974         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13975         remove allowed code
13976         (Load): adjust
13977
13978         * paragraph_pimpl.C (erase): use boost::prior
13979
13980         * Painter.C (text): use data() instead of c_str() when length is
13981         also provided.
13982         * WorkArea.C (putClipboard): ditto
13983         * font.h (width): ditto
13984
13985         * BufferView2.C: use it-> instead of (*it). for iterators
13986         * texrow.C: ditto
13987         * paragraph_pimpl.C: ditto
13988         * paragraph.C: ditto
13989         * minibuffer.C: ditto
13990         * language.C: ditto
13991         * kbmap.C: ditto
13992         * encoding.C: ditto
13993         * counters.C: ditto
13994         * converter.C: ditto
13995         * chset.C: ditto
13996         * Variables.C: ditto
13997         * TextCache.C: ditto
13998         * MenuBackend.C: ditto
13999         * LyXAction.C: ditto
14000         * LColor.C: ditto
14001         * FloatList.C: ditto
14002         * DepTable.C: ditto
14003         * ColorHandler.C (LyXColorHandler): ditto
14004
14005 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14006
14007         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14008
14009         * text2.C (openStuff): reintroduce this method (which had been
14010         nuked in NEW_INSETS frenzy).
14011
14012         * lyxfunc.C (Dispatch): when an action has not been handled, use
14013         its name in the error message, not its number.
14014
14015         * paragraph.C (inInset): change method name to begin with lowercase.
14016
14017         * undo_funcs.C:
14018         * text2.C: updates because of this.
14019
14020 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14021
14022         * ToolbarDefaults.C (add): add spaces in error message
14023
14024 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14025
14026         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14027         (readLyXformat2): rename return_par to first_par, use lyxlex's
14028         pushToken and remove the manual push handling.
14029         (parseSingleLyXformat2Token): add another ert comp. variable:
14030         in_tabular, rename return_par to first_par. handle newlines better
14031
14032 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14033
14034         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14035
14036 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14037
14038         * text2.C (getParFromID): removed
14039
14040         * buffer.C (getParFromID): new method moved form lyxtext.
14041         * BufferView2.C (insertErrors): adjust
14042         (setCursorFromRow): adjust
14043         * BufferView_pimpl.C (restorePosition): adjust
14044         * lyxfunc.C (Dispatch): adjust
14045         * undo_funcs.C (textUndo): adjust
14046         (textRedo): adjust
14047         (textHandleUndo): adjust
14048         (textHandleUndo): adjust
14049
14050 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14051
14052         * buffer.C: up' the LYX_FORMAT
14053
14054         * lyxfont.h: turn NO_LATEX on as default
14055
14056         * buffer.C (insertErtContents): new methods of tex style compability.
14057         (parseSingleLyXformat2Token): use it several places.
14058         * tabular.C (OldFormatRead): and here
14059
14060 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14061
14062         * text2.C: remove some commented code.
14063         reindent file.
14064
14065         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14066         * trans.C: changes because of the above.
14067
14068 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14069
14070         * text2.C (setCounter): Fix counters bug with bibliography layout.
14071
14072 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14073
14074         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14075         own member functions
14076         (simpleTeXSpecialChars): ditto
14077
14078 2001-07-06  Juergen Vigna  <jug@sad.it>
14079
14080         * a lot of files: changed the access to LyXText::status and the
14081         call of undo-functions.
14082
14083         * undo.[Ch]: added a inset_id to the undo informations.
14084
14085         * undo_funcs.[Ch]: added and moved here all undo functions.
14086
14087         * lyxtext.h: give the status enum a weight, made status_ a private
14088         variable and made accessor functions for it, removed the whole bunch
14089         of undo-functions as they are now in their own file, make some
14090         functions publically available. Added function ownerParagraph with
14091         int parameter.
14092
14093         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14094         made InInset() a const function, added getParFromID() function.
14095
14096         * buffer.[Ch]: added const version for inset_iterator functions,
14097         added getInsetFromID() function.
14098
14099         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14100         changed undo functions for new version.
14101
14102 2001-07-05  Juergen Vigna  <jug@sad.it>
14103
14104         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14105         unknow mechanism does not call the proper constructor but only this
14106         one also if I request the other!?
14107
14108 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14109
14110         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14111
14112         * text2.C (LyXText): use initialization lists.
14113
14114         * lyxtext.h (Selection): initialize set_ and mark_
14115         (init): remove method
14116
14117 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14118
14119         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14120
14121 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14122
14123         * screen.[Ch]: change method names to begin with lowercase
14124
14125         * BufferView_pimpl.C (updateScrollbar): simplify further and
14126         hopefully make it a bit faster.
14127
14128 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14129
14130         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14131         calling directly xforms functions.
14132
14133         * Painter.C (Painter):
14134         * lyx_cb.C (MenuWrite):
14135         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14136         fl_display.
14137
14138         * lyx_gui.C: remove bogus guiruntime extern declaration.
14139
14140 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14141
14142         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14143         in NEW_INSETS
14144         (redoDrawingOfParagraph): ditto
14145         (redoParagraphs): ditto
14146         (cutSelection): don't create a object for CutAndPaste use the
14147         static method directly
14148         (pasteSelection): ditto
14149
14150         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14151         LyXview (+ rename)
14152
14153 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14154
14155         * modifications to some other files because of this.
14156
14157         * Makefile.am (lyx_SOURCES): add XFormsView
14158
14159         * XFormsView.[Ch]: new files
14160
14161         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14162         the main window. Move the gui dependent stuff to XFormsView
14163
14164 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14165
14166         * tabular.C (GetCellInset): update cur_cell also in the row/col
14167         version of this function.
14168
14169         * lyxfunc.C: no need to include figure_form.h here.
14170
14171         * FontLoader.h:
14172         * lyxfunc.h:
14173         * lyxscreen.h:
14174         * text2.C:
14175         * lyxvc.C: no need to include forms.h here.
14176
14177 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14178
14179         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14180
14181         * lyxfunc.C (Dispatch):
14182         * Spacing.C (set):
14183         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14184         constructor argument.
14185
14186 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14187
14188         * paragraph.C (Paragraph): dont't clear, and just set layout.
14189         (makeSameLayout): use params's copy contructor.
14190
14191         * ParagraphParameters.[Ch] (makeSame): delete method
14192
14193 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14194
14195         * Variables.[Ch]: fix indentation, rename set to isSet
14196
14197 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14198
14199         * lyxfunc.C (Dispatch): fix typo
14200
14201 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14202
14203         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14204         upper_bound.
14205
14206         * bufferlist.C: include assert.h for emergencyWrite().
14207
14208 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14209
14210         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14211           give up at last (bug #425202) !
14212
14213 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14214
14215         * lyx_gui_misc.C:
14216         * sp_form.h:
14217         * sp_form.C:
14218         * spellchecker.h:
14219         * spellchecker.C: strip spellchecker options and bring up
14220           preferences tab instead
14221
14222 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14223
14224         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14225         the istringstream constructor
14226
14227 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14228
14229         * paragraph.C (getLayout): fix return value
14230
14231         * paragraph.h: do not declare getLayout as inline.
14232
14233         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14234
14235 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14236
14237         * lyxcursor.h (operator<): new func
14238         (operator>): new func
14239         (operator>=): new func
14240         (operator<=): new func
14241
14242         * text.C (changeCase): use selection.start and selection.end
14243         (changeRegionCase): require from to be <= to. Require par to be a
14244         valid paragraph.
14245
14246         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14247
14248 2001-06-27  Juergen Vigna  <jug@sad.it>
14249
14250         * text.C (cursorLeftOneWord): changed to return the cursor and added
14251         overlay with BufferView * parameter which calls this one.
14252         (getWord): added
14253         (selectWord): use new getWord function.
14254         (changeCase): renamed from changeWordCase as and extended to work
14255         also on selections.
14256
14257         * lyxtext.h: added enum word_location
14258
14259         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14260         changeCase as this operates now also on selections.
14261
14262 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14263
14264         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14265
14266         * many files: send debug output to Debug::INFO instead of
14267         Debug::ANY.
14268
14269         * converter.C (View):
14270         (Convert):
14271         (Move): send debug output to Debug::FILES instead of console.
14272
14273 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14274
14275         * lyxfunc.C (getStatus): use func_status
14276
14277         * func_status.h: new header, describing the results of
14278         LyXFunc::getStatus;
14279
14280         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14281         LFUN_MATH_HALIGN.
14282
14283 2001-06-25  The LyX Project  <jug@sad.it>
14284
14285         * buffer.C (sgmlOpenTag):
14286         (sgmlCloseTag):
14287         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14288
14289 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14290
14291         * text2.C: remove some dead code
14292
14293         * tabular.C (GetCellInset): store the last cell checked (gotten)
14294
14295         * tabular.h: add the helper for the speedup
14296
14297         * lyxtext.h: remove some dead code
14298
14299 2001-06-26  The LyX Project  <Asger>
14300
14301         * paragraph.C: Change export to LaTeX of alignment to
14302         \begin{center} and family for better roundtrip work with reLyX.
14303
14304         * Tune the math drawing a bit.
14305
14306 2001-06-25  The LyX Project  <Asger>
14307
14308         * LColor.C (LColor): New color for math background. New color
14309         for buttons.
14310
14311 2001-06-25  The LyX Project  <jug@sad.it>
14312
14313         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14314
14315         * lyxfunc.C (Open):
14316         * bufferlist.C (newFile): do not restrict to files ending with
14317         .lyx
14318
14319         * BufferView_pimpl.C (MenuInsertLyXFile):
14320
14321 2001-06-24  The LyX Project  <jug@sad.it>
14322
14323         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14324         of compare_no_case
14325
14326 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14327
14328         * lyxtext.h: rename most methods to begin with a small char.
14329         Lots of changes because of this.
14330
14331         * paragraph.C (Paragraph): do not call fitToSize
14332         (erase): call Pimpl::erase
14333         (insertChar): call Pimpl::insertChar
14334         (insertInset): call Pipl::insertInset
14335         (breakParagraph): do not call fitToSize
14336         (breakParagraphConservative): do not call fitToSize
14337         (fitToSize): remove method
14338
14339         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14340
14341 2001-06-24  The LyX Project  <Asger>
14342
14343         * Fix Qt compilation^2
14344
14345 2001-06-24  The LyX Project  <jug@sad.it>
14346
14347         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14348         depthHook(getDepth()-1).
14349
14350         * paragraph.h:
14351         * ParagraphParameters.h:
14352         * ParameterStruct.h: change type of depth to unsigned int ==
14353         depth_type. Many adaptations to other files before of that.
14354
14355 2001-06-24  The LyX Project  <Asger>
14356
14357         * Fix Qt compilation.
14358
14359 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14360
14361         * paragraph.h: renamed several methods to begin with small letter.
14362         several changes to many parts of the code because of this.
14363
14364 2001-06-23  The LyX Project  <jug@sad.it>
14365
14366         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14367         rewritten to discard all double spaces when KeepEmpty is off
14368         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14369         to only handle newlines but not fiddle with spaces and friends.
14370
14371         * lyxfunc.C (MenuNew): when doing 'new from template', use
14372         template_path as default directory
14373
14374 2001-06-23  The LyX Project  <Asger>
14375
14376         * Clean-up of header file includes all over
14377         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14378
14379 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14380
14381         * paragraph.h: renamed from lyxparagraph.h
14382
14383 2001-06-23  Asger  <lyx@violet.home.sad.it>
14384
14385         * Buffer.h: Removed Buffer::resize
14386         * BufferList.h: Removed BufferList::resize
14387         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14388         the document lazily when we change the width, or the font settings.
14389
14390 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14391
14392         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14393
14394 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14395
14396         * buffer.h: remove out of date comment
14397
14398 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14399
14400         * lyxscreen.h:
14401         * screen.C: fix "theoretical" GC leak
14402
14403 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14404
14405         * LaTeX.C (scanAuxFile):
14406         (deplog): remove trailing \r when reading stream (useful under
14407         win32)
14408
14409 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14410
14411         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14412         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14413         and BufferView::theLockingInset(Inset*), so should use them and not
14414         access bv_->text->the_locking_inset directly.
14415
14416         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14417
14418 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14419
14420         * Makefile.am:
14421         * tex-defs.h: remove old unused file
14422
14423 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14424
14425         * BufferView_pimpl.C: fix typo, remove minibuffer message
14426           when buffer has loaded
14427
14428 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14429
14430         * lyxfunc.C (Dispatch): use stringstream
14431         (MenuNew): use stringstream
14432         (Open): use stringstream
14433
14434         * importer.C (Import): use stringstream
14435
14436         * bufferview_funcs.C (CurrentState): use stringstream
14437
14438         * LaTeX.C (run): use stringstream
14439
14440         * BufferView_pimpl.C (savePosition): use stringstream
14441         (restorePosition): use stringstream
14442         (MenuInsertLyXFile): use stringstream
14443
14444 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14445
14446         * BufferView.C:
14447         * Bullet.C:
14448         * ColorHandler.C:
14449         * FontInfo.C:
14450         * FontLoader.C:
14451         * LColor.C:
14452         * LaTeXFeatures.C:
14453         * Painter.C:
14454         * gettext.C:
14455         * lyx_gui_misc.C:
14456         * lyxserver.C:
14457         * vspace.C: removed // -*- C++ -*- as first line.
14458
14459         * lyxfind.h:
14460         * version.h: added // -*- C++ -*- as first line.
14461
14462 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14463
14464         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14465
14466         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14467         of string
14468
14469 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14470
14471         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14472         of floats.
14473
14474 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14475
14476         * gettext.C: include LString.h even when --disable-nls is on.
14477
14478 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14479
14480         * converter.h (Get): changed argument type from int to
14481         FormatList::size_type to avoid unnecessary conversion.
14482
14483         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14484         before using it.
14485
14486 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14487
14488         * gettext.h: include LString.h even when --disable-nls is on.
14489
14490 2001-06-07  Juergen Vigna  <jug@sad.it>
14491
14492         * text.C (BreakAgain): subst spaces with tabs.
14493
14494         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14495         (resizeInsetsLyXText): set force on resizeLyXText.
14496
14497 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14498
14499         * gettext.h (gettext_init):
14500         (locale_init): use a real definition instead of a macro
14501
14502 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14503
14504         * Bufferview_pimpl.C:
14505         * LColor.h:
14506         * LColor.C: further lcolor tidies
14507
14508 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14509
14510         * BufferView_pimpl.C (updateScrollbar): simplify.
14511
14512         * BufferView2.C: don't include insets/insetinfo.h, change
14513         prototype for insertInset and call the Pimpl version. let
14514         updateInset call Pimpl version.
14515
14516         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14517         gotoInset to BufferView::Pimpl
14518
14519 2001-06-01  Juergen Vigna  <jug@sad.it>
14520
14521         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14522         inside a LockingInset (is the update needed at all?).
14523
14524 2001-05-31  Juergen Vigna  <jug@sad.it>
14525
14526         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14527         here not the old one otherwise how should we compare it afterwards
14528         if it's the same!
14529
14530 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14531
14532         * lyxfont.C:
14533         * tabular.C:
14534         * tabular-old.C:
14535         * FontInfo.C: bring C functions into global namespace when
14536         necessary
14537
14538 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14539
14540         * LString.h: make sure config.h has been loaded before LString.h.
14541
14542         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14543         (one for each char read by EatLine!).
14544
14545         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14546         variables.
14547
14548 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14549
14550         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14551         to the same as the par we break from
14552
14553 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14554
14555         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14556
14557         * MenuBackend.C (expand): also create menu entries for wide
14558         versions of the floats.
14559
14560         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14561
14562         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14563
14564         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14565         frontends/Makefile.am
14566
14567         * text2.C: adjust
14568         * text.C: adjust
14569
14570
14571         * tabular.C (getTokenValue): add std::
14572
14573         * tabular-old.C (getTokenValue): add std::
14574         (getTokenValue): ditto
14575         (getTokenValue): ditto
14576
14577         * screen.C (ToggleSelection): adjust
14578
14579         * lyxtext.h: put selection cursors inside a Selection struct.
14580
14581         * lyxfunc.C (moveCursorUpdate): adjust
14582
14583         * lyxfont.C (latexWriteStartChanges): add std::
14584
14585         * lyxfind.C: adjust
14586
14587         * font.h: delete with(char const *, LyXFont const &)
14588
14589         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14590
14591         * FontInfo.C (getFontname): add std::
14592
14593         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14594         (workAreaButtonPress): adjust
14595         (tripleClick): adjust
14596         (update): adjust
14597         (moveCursorUpdate): adjust
14598         (Dispatch): adjust
14599
14600         * BufferView2.C (gotoInset): adjust
14601
14602 2001-05-30  Juergen Vigna  <jug@sad.it>
14603
14604         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14605         to check pspell I add this as default as I now have new pspell
14606         libraries and they seem to use this.
14607
14608 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14609
14610         * text2.C (CutSelection): make the cursor valid before the call to
14611         ClearSelection.
14612
14613 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14614
14615         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14616         relied on 0 terminated strings and other horrors. Bug found due to
14617         the new assert in lyxstring!
14618
14619         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14620         KP_ keys.
14621
14622 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14623
14624         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14625         to latinkeys.bind.
14626
14627         * lyxfunc.C (processKeySym): change method of getting to the
14628         self-insert char.
14629
14630         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14631         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14632         * BufferView_pimpl.[Ch]: here as private methods.
14633
14634 2001-05-28  Juergen Vigna  <jug@sad.it>
14635
14636         * text.C (SetHeightOfRow): added the update() call again as it is
14637         needed to initialize inset dimensions!
14638
14639 2001-05-16  Juergen Vigna  <jug@sad.it>
14640
14641         * text2.C (SetCharFont): Add new function with BufferView * and
14642         bool toggleall parameters for setting insets internal fonts.
14643         (SetFont): Freeze the undo as we may change fonts in Insets and
14644         all this change should be inside only one Undo!
14645
14646         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14647         setting font's in insets as for them we have the SetFont function!
14648
14649 2001-05-15  Juergen Vigna  <jug@sad.it>
14650
14651         * text2.C (ClearSelection): to be sure we REALLY don't have any
14652         selection anymore!
14653
14654         * tabular.C (TeXCellPreamble): fixed the left border problem for
14655         multicolumn cells.
14656
14657 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14658
14659         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14660         dependancy file
14661
14662 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14663
14664         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14665         LFUN_BREAKPARAGRAPH.
14666
14667         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14668         help test to "internal only", similar for LFUN_INSERT_URL
14669
14670         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14671         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14672         auto_region_delete and deadkeys.
14673
14674 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14675
14676         * LColor.h:
14677         * LColor.C: remove some dead entries, tidy a little
14678
14679 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14680
14681         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14682         commented code.
14683         (Dispatch): implement LFUN_ESCAPE
14684
14685         * commandtags.h: add LFUN_ESCAPE
14686
14687         * LyXAction.C (init): add entry for LFUN_ESCAPE
14688
14689         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14690         Remove commented code.
14691         (insertNote): moved here
14692         (open_new_inset): moved here
14693
14694         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14695         BufferView_pimpl
14696
14697 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14698
14699         * kbmap.C (findbinding): clean it up and make it work correctly.
14700
14701         * lyx_main.C (init): do not pass argc and argv as parameters
14702
14703 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14704
14705         * buffer.C: fix path for OS/2 & Win32
14706
14707         * lyx_gui.C:
14708         * lyx_main:
14709         * lyx_main.C: Added os:: class.
14710
14711         * os2_defines.h: update
14712
14713 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14714
14715         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14716         better by trying again with reduced state.
14717
14718 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14719
14720         * lyxrc.C (read): print error about invalid key sequence only when
14721         debugging (because not all latinX keysyms are known to some X
14722         servers)
14723
14724         * kbsequence.C (getiso): add a few std:: qualifiers
14725         (getiso): comment out extra return statement.
14726
14727 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14728
14729         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14730         handling.
14731         (Dispatch): enhance the accent inset a bit. (not perfect)
14732
14733 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14734
14735         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14736
14737 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14738
14739         * bufferlist.C (emergencyWrite): fix assert() call
14740
14741 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14742
14743         * text.C (InsertChar): Added trivial patch to only send the "you
14744         can not do multiple spaces this way" message once during a
14745         session.
14746
14747 2001-05-08  Baruch Even  <baruch@lyx.org>
14748
14749         * Makefile.am: Changed order of libraries to get LyX to link properly
14750         with the gnome frontend.
14751
14752 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14753
14754         * LaTeXFeatures.h: add a std:: qualifier
14755
14756 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14757
14758         * paragraph.C (String): use stringstream
14759
14760 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14761
14762         * paragraph.C (writeFile): remove footflag arg
14763
14764         * buffer.C (makeLaTeXFile): use stringstream
14765         (latexParagraphs): remove footnot gurba
14766
14767         * LaTeXFeatures.C (getPackages): use stringstream
14768         (getMacros): likewise
14769         (getTClassPreamble): likewise
14770         (getFloatDefinitions): new method
14771
14772         * paragraph.C (writeFile): reindent
14773         (Erase): reindent
14774
14775         * WorkArea.h: revert the xpos + etc changes.
14776
14777         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14778
14779         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14780
14781         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14782         (pasteSelection): likewise
14783         * text2.C (CreateUndo): likewise
14784
14785 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14786
14787         * minibuffer.C (peek_event): temporarily reduce the functionality
14788         of the minibuffer (to allow args on lfuns)
14789
14790         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14791         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14792
14793         * buffer.C (readInset): add compability reading of old float
14794         lists, add reading of new style float list.
14795         (readInset): avoid reevaluation of inscmd.getCmdName()
14796         (getLists): reindent
14797
14798         * MenuBackend.C (MenuItem): implement parsing of
14799         md_floatlistinsert and md_floatinsert.
14800         (expand::LastFiles): move initalizaton of iterators out of loop,
14801         avoid reevaluation.
14802         (expand::Documents): introduce typdedef vector<string> Strings,
14803         and use it.
14804         (expand::ExportFormats): introduce typedef vector<Format const *>
14805         Formats, and use it.
14806         (expand): implement FloatListInsert and FloatInsert.
14807
14808         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14809         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14810         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14811
14812         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14813         handling.
14814         (Dispatch::LFUN_FLOAT_LIST): implement
14815
14816 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14817
14818         * LaTeX.C (run): Fix problem with --export code.
14819
14820 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14821
14822         * BufferView.[Ch] (workarea): removed.
14823         (getClipboard) new method; wrapper for workarea()->getClipboard()
14824
14825         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14826         bug.
14827
14828         * WorkArea.h (width, height, xpos, ypos): These methods all
14829         returned the dimensions of the work_area sub-area of WorkArea,
14830         resulting in a position error if the WorkArea were resized. Now
14831         return the dimensions of the entire WorkArea.
14832
14833         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14834
14835 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14836
14837         * LaTeX.C (deplog): correct the syntax of regex reg1
14838
14839 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14840
14841         * undo.C: remove !NEW_INSETS cruft
14842
14843 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14844
14845         * text2.C: remove !NEW_INSETS cruft
14846
14847         * text.C: remove !NEW_INSETS cruft
14848
14849         * tabular.C: remove !NEW_INSETS cruft
14850
14851         * spellchecker.C: remove !NEW_INSETS cruft
14852
14853         * lyxtext.h: remove !NEW_INSETS cruft
14854
14855         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14856
14857         * lyxfunc.C: remove !NEW_INSETS cruft
14858
14859         * lyxfind.C: remove !NEW_INSETS cruft
14860
14861         * lyx_cb.C: remove !NEW_INSETS cruft
14862
14863         * figureForm.C: remove  !NEW_INSETS cruft
14864
14865         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14866
14867         * buffer.[Ch]: remove !NEW_INSETS cruft
14868
14869         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14870
14871         * CutAndPaste.C: remove !NEW_INSETS cruft
14872
14873         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14874
14875         * BufferView2.C: remove !NEW_INSETS cruft
14876
14877         * BufferView.h: remove !NEW_INSETS cruft
14878
14879 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14880
14881         * Lsstream.h: include LString.h before the sstream headers to
14882         fix problem with gcc 2.95.3 and lyxstring
14883
14884 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14885
14886         * lyx_main.C: add using directives when needed for C functions
14887         declared in std:: namespace.
14888
14889 2001-04-27  Juergen Vigna  <jug@sad.it>
14890
14891         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14892         (SetHeightOfRow): comment out the update call should not be needed!
14893
14894 2001-04-13  Juergen Vigna  <jug@sad.it>
14895
14896         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14897         (LyXTabular): tried to minimize operator= operations (and realized
14898         hopfully Lars wish).
14899
14900 2001-04-27  Juergen Vigna  <jug@sad.it>
14901
14902         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14903
14904 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14905
14906         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14907
14908         * buffer.C (readInset): hack to make listof algorithm work
14909
14910         * BufferView_pimpl.C: hack to make listof algorithm work
14911
14912 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14913
14914         * LyXAction.C: removed all !NEW_INSETS cruft
14915         (init): moved lfun_item in method
14916
14917         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14918
14919 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14920
14921         * BufferView2.C (theLockingInset): white space.
14922
14923 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14924
14925         * minibuffer.C: include <iostream>
14926
14927         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14928
14929         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14930
14931         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14932
14933         * text.[Ch] (TransposeChars): new method
14934
14935 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14936
14937         * call message directly through LyXView instead of through LyXFunc
14938         * BufferView2.C: adjust
14939         * BufferView_pimpl.C: adjust
14940         * FontLoader.C: adjust
14941         * buffer.C: adjust
14942         * bufferview_funcs.C: adjust
14943         * converter.C: adjust
14944         * figureForm.C: adjust
14945         * importer.C: adjust
14946         * lyx_cb.C: adjust
14947         * lyx_gui_misc.C: adjust
14948         * lyxfunc.C: adjust
14949         * lyxvc.C: adjust
14950         * text2.C: adjust
14951         + more files in subdirs
14952
14953         * lyxparagraph.h (size): move up int file
14954         (GetLayout): ditto
14955
14956         * adjust all uses of Assert to lyx::Assert.
14957
14958         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14959         lyxfunctional in namespace lyx
14960         * layout.C (hasLayout): ditto
14961         (GetLayout): ditto
14962         (GetLayout): ditto
14963         (delete_layout): ditto
14964         (NumberOfClass): ditto
14965         * converter.C (GetFormat): ditto
14966         (GetNumber): ditto
14967         (Add): ditto
14968         (Delete): ditto
14969         (SetViewer): ditto
14970         * bufferlist.C (getFileNames): ditto
14971         (emergencyWriteAll): ditto
14972         (exists): ditto
14973         (getBuffer): ditto
14974         * MenuBackend.C (hasSubmenu): ditto
14975         (hasMenu): ditto
14976         (getMenu): ditto
14977         * BufferView_pimpl.C (getInsetByCode): ditto
14978
14979 2001-04-18  Juergen Vigna  <jug@sad.it>
14980
14981         * vspace.C (asLatexString): fixed the 100% problem.
14982
14983 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14984
14985         * lyxfunc.C (Dispatch):
14986         * minibuffer.C:
14987         * minibuffer.h: add a few std:: qualifiers
14988
14989 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14990
14991         * minibuffer.[Ch]: reimplement so that commands is initiated and
14992         run from lyxfunc, simplified som handling, and made the completion
14993         and history code for complete. wip.
14994
14995         * lyxfunc.C (processKeySym): call message
14996         (miniDispatch): new temporary method
14997         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14998         (LFUN_MESSAGE): implement
14999         (LFUN_MESSAGE_PUSH): implement
15000         (LFUN_MESSAGE_POP): implement
15001         (initMiniBuffer): the initial/defualt minibuffer message.
15002
15003         * lyxfont.[Ch]: inline some more getters
15004
15005         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15006
15007         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15008
15009         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15010         (AutoSave): use LFUN_MESSAGE
15011         (Reconfigure): ditto
15012
15013         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15014
15015         * figureForm.C: use LFUN_MESSAGE
15016
15017         * converter.C (runLaTeX): use LFUN_MESSAGE
15018
15019         * bufferview_funcs.C: use LFUN_MESSAGE
15020         (Melt): ditto
15021         (changeDepth): ditto
15022
15023         * bufferparams.h: use boost::
15024
15025         * bufferlist.h: inherit privately from noncopyable
15026
15027         * bufferlist.C (loadLyXFile): remove some commented code.
15028
15029         * buffer.C (runChktex): use LFUN_MESSAGE
15030
15031         * ShareContainer.h: inherit privately from noncopyable
15032
15033         * ParagraphParameters.[hC] (depth): inline it.
15034
15035         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15036         methods.
15037         (message): new method
15038         (messagePush): ditto
15039         (messagePop): ditto
15040         (show): init minibuffer
15041         (showState): direct call
15042
15043         * LaTeX.[Ch]: inherit privately from noncopyable
15044         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15045         instead of WriteStatus.
15046
15047         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15048
15049         * BufferView_pimpl.C (buffer): don't init minibuffer
15050         (workAreaButtonPress): use LFUN_MESSAGE
15051         (workAreaButtonRelease): ditto
15052         (savePosition): ditto
15053         (restorePosition): ditto
15054         (MenuInsertLyXFile): ditto
15055         (workAreaExpose): don't init minibuffer
15056         (update): remove commented code, simplify
15057
15058         * BufferView2.C (openStuff): use LFUN_MESSAGE
15059         (toggleFloat): ditto
15060         (menuUndo): ditto
15061         (menuRedo): ditto
15062         (copyEnvironment): ditto
15063         (pasteEnvironment): ditto
15064         (copy): ditto
15065         (cut): ditto
15066         (paste): ditto
15067         (gotoInset): ditto
15068         (updateInset): remove some commented code
15069
15070         * lastfiles.h: inherit privately from noncopyable
15071         * layout.h: ditto
15072         * lyx_gui.h: ditto
15073         * lyx_main.h: ditto
15074         * lyxlex.h: ditto
15075         * lyxlex_pimpl.h: ditto
15076
15077         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15078         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15079         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15080
15081         * LyXAction.h: inherit privately from noncopyable, add methods
15082         func_begin, func_end, returning iterators to the func map.
15083
15084         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15085         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15086         (func_begin): new method
15087         (func_end): new method
15088
15089         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15090         and not)
15091         (copySelection): ditto
15092         (pasteSelection): ditto
15093
15094         * BufferView.C: whitespace change
15095         * BufferView.h: inherit privately from noncopyable
15096
15097 2001-04-16  Allan Rae  <rae@lyx.org>
15098
15099         * tabular-old.C (l_getline):
15100         * spellchecker.C (sc_check_word):
15101         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15102         an unrecognised preprocessor directive.  So ensure they're wrapped.
15103
15104 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15105
15106         * src/exporter.C (Export): Give an error message when path to file
15107         contains spaces.
15108
15109 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15110
15111         * LaTeX.C (deplog): Always check that foundfile exists.
15112
15113 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15114
15115         * lyx_main.h:
15116         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15117
15118 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15119
15120         * tabular.[Ch] (getLabelList): implement new method
15121
15122         * minibuffer.h: comment ouf setTiimer
15123
15124         * minibuffer.C (ExecutingCB): constify res
15125         (peek_event): constify s
15126         (Set): constify ntext
15127         (Init): constify nicename
15128
15129         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15130
15131         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15132         (savePosition): use two params to Minibuffer::Set
15133         (restorePosition): ditto
15134
15135 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15136
15137         * lyx_main.C: include language.h
15138
15139         * Makefile.am (lyx_main.o): add language.h
15140
15141 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15142
15143         * exporter.C:
15144         * paragraph.C:
15145         * screen.C:
15146         * tabular.C:
15147         * CutAndPaste.C: include gettext.h
15148
15149         * lyxfont.h: remove old hack with ON and OFF.
15150
15151         * lyxparagraph.h:
15152         * lyxfont.h: do not include language.h...
15153
15154         * BufferView2.C:
15155         * LaTeXFeatures.C:
15156         * Painter.C:
15157         * bufferview_funcs.C:
15158         * font.C:
15159         * lyxfont.C:
15160         * text.C:
15161         * text2.C:
15162         * trans_mgr.C:
15163         * paragraph.C: ... but do it here instead
15164
15165 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15166
15167         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15168
15169         * tabular.C: small reformat
15170
15171         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15172         NEW_INSETS version
15173         (GetChar): ditto
15174         (BreakParagraph): ditto
15175         (SetOnlyLayout): ditto
15176         (SetLayout): ditto
15177
15178         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15179         with one arg less.
15180
15181         * lastfiles.C: removed most using decl, add std:: where needed
15182
15183         * buffer.C: ws changes
15184
15185         * MenuBackend.C (class compare_format): put into anon namespace
15186         (expand): constify label, names, action, action2
15187         (expand):
15188
15189         * text.C (SingleWidth): constify font
15190         (IsBoundary): constify rtl2
15191         (GetVisibleRow): constify ww
15192
15193         * LaTeX.C (deplog): constify logfile
15194
15195         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15196         start_x, end_x
15197         (workAreaExpose): constify widthChange, heightChange
15198
15199         * lyxrow.C (par): moved
15200         (height): moved
15201         (next): moved
15202         * lyxrow.h: as inlines here
15203
15204         * lyxfont.h (shape): moved from lyxfont.C
15205         (emph): moved from lyxfont.C
15206
15207         * lyxfont.C (LyXFont): use initialization list for all
15208         constructors
15209         (shape): move to lyxfont.h as inline
15210         (emph): move to lyxfont.h as inline
15211
15212
15213 2001-04-04  Juergen Vigna  <jug@sad.it>
15214
15215         * vspace.C: had to include stdio.h for use of sscanf
15216
15217 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15218
15219         * BufferView.h:
15220         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15221         independent of xforms.
15222
15223 2001-04-02  Juergen Vigna  <jug@sad.it>
15224
15225         * spellchecker.C: fixed namespace placing!
15226
15227 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15228
15229         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15230         the LyXParagraph * is 0.
15231
15232 2001-03-29  Juergen Vigna  <jug@sad.it>
15233
15234         * vspace.C: added support for %, c%, p%, l%.
15235         (stringFromUnit): added helper function.
15236         (asLatexString): changed to give right results for the %-values.
15237
15238         * buffer.C: convert the widthp in a width%.
15239
15240 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15241
15242         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15243         figureForm.[Ch].
15244
15245         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15246         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15247
15248         * lyx_cb.[Ch]: see above.
15249
15250         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15251         form1.[Ch].
15252
15253         * form1.[Ch]:
15254         * lyx.[Ch]: replaced by figure_form.[Ch].
15255
15256         * lyx_gui.C:
15257         * lyx_gui_misc.C:
15258         * lyxfunc.C: changed headers associated with above changes.
15259
15260 2001-03-27  Juergen Vigna  <jug@sad.it>
15261
15262         * BufferView_pimpl.C: set the temporary cursor right!
15263
15264 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15265
15266         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15267
15268 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15269
15270         * LString.h: removed "using std::getline"!
15271
15272         * BufferView_pimpl.C (Dispatch): changes due to changes in
15273         InsetInclude::Params.
15274
15275         * buffer.C (tag_name): removed redundant break statements as they were
15276         producing lots of warnings with my compiler.
15277
15278 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15279
15280         * LString.h: add "using std::getline" when using the real <string>.
15281
15282 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15283
15284         * buffer.C: removed bitset usage.
15285         PAR_TAG moved to an anonymous name space.
15286         (tag_name): new funtion, also in the anonymous namespace.
15287         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15288         (makeDocBookFile): clean code. Completed transition from string arrays
15289         to string vectors.
15290         (SimpleDocBookOnePar): code clean.
15291
15292 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15293
15294         * tabular.C: add some comments.
15295
15296 2001-03-22  Juergen Vigna  <jug@sad.it>
15297
15298         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15299         compatibility read a bit and fixed bug with minipage in different
15300         depth.
15301
15302 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15303
15304         * buffer.C (pop_tag): removed.
15305         (push_tag): removed.
15306         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15307         array replaced with vector. Added support for CDATA sections.
15308         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15309         at any nest level.
15310         (makeDocBookFile): XML conformant declaration of CDATA section,
15311         fixed bug related to <emphasis> in the first paragraph char.
15312         (sgmlOpenTag): exclude empty tags.
15313         (sgmlCloseTag): ditto.
15314
15315         * buffer.h (pop_tag): removed.
15316         (push_tag): removed.
15317
15318 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15319
15320         * language.h (Languages): added size_type and size().
15321
15322 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15323
15324         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15325         response on compability reading of minipages. One probliem is that
15326         the old usage of minipages was «flertydig»
15327
15328         * several files here and in subdirs: don't use static at file
15329         scope use anon namespaces instead.
15330
15331 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15332
15333         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15334         LaTeX output. This is necessary for Literate document
15335         processing.
15336
15337 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15338
15339         * buffer.C: insert hfill when needed.
15340
15341         * tabular.C (l_getline): use string::erase, small whitespace change.
15342
15343         * BufferView_pimpl.C: try the anon namespace.
15344         * WorkArea.C: ditto
15345
15346 2001-03-16  Juergen Vigna  <jug@sad.it>
15347
15348         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15349         otherwise it won't open options-dialogs.
15350
15351         * buffer.C: honor pextraWidth(p) on converting minipages.
15352
15353         * tabular.C (l_getline): changed the functions to strip trailing \r.
15354
15355 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15356
15357         * BufferView_pimpl.C:
15358         * minibuffer..C: added "using SigC::slot" declaration.
15359
15360 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15361
15362         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15363
15364         * text2.C: ditto
15365
15366         * text.C: ditto
15367
15368         * paragraph.C: ditto
15369
15370         * lyxtext.h: NO_PEXTRA
15371
15372         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15373
15374         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15375         * ParameterStruct.h: ditto
15376         * ParagraphParameters.h: ditto
15377         * lyxparagraph.h: ditto
15378
15379 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15380
15381         * buffer.C: add compability for minipage alignment.
15382         (latexParagraphs): remove unwanted pextra check.
15383
15384         * several files: remove CXX_WORKING_NAMESPACES
15385
15386         * buffer.C (pop_tag): tie is in namespace boost
15387
15388         * BufferView.h: noncopyable is in namespace boost
15389         * lyxlex.h: ditto
15390         * lyx_main.h: ditto
15391         * lyx_gui.h: ditto
15392         * layout.h: ditto
15393         * lastfiles.h: ditto
15394         * bufferlist.h: ditto
15395         * ShareContainer.h: ditto
15396         * LyXView.h: ditto
15397         * LyXAction.h: ditto
15398         * LaTeX.h: ditto
15399
15400 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15401
15402         * Merging changes from BRANCH_MVC back into HEAD.
15403
15404         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15405
15406 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15407
15408         * BufferView_pimpl.C: change from intl.C
15409
15410         * combox.h:
15411         * combox.C:
15412         * Makefile.am: move combox.*
15413
15414         * form1.h:
15415         * form1.C:
15416         * lyx_gui.C:
15417         * intl.h:
15418         * intl.C: remove dialog (covered by prefs)
15419
15420 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15421
15422         * lyxfunc.C (Dispatch): removed redundant break statement.
15423
15424 2001-03-14  Juergen Vigna  <jug@sad.it>
15425
15426         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15427
15428 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15429
15430         * buffer.C: add hack to fix compability reading of minipages.
15431
15432 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15433
15434         * buffer.C (getLists): Cleanup.
15435
15436 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15437
15438         * lyxfont.C (update): don't honor toggleall on font size.
15439
15440 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15441
15442         * bmtable.c:
15443         * bmtable.h:
15444         * Makefile.am: moved to frontends/xforms/
15445
15446         * lyx_gui_misc.C:
15447         * lyxfunc.C:
15448         * BufferView_pimpl.C: changes for moved mathpanel
15449
15450 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15451
15452         * gettext.h: fix gettext_init() in --disable-nls
15453
15454 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15455
15456         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15457
15458 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15459
15460         * lyx.C:
15461         * lyx.h: strip external form
15462
15463 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15464
15465         * BufferView_pimpl.C: add comment, destroySplash()
15466
15467 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15468
15469         * BufferView_pimpl.C:
15470         * LyXAction.C:
15471         * buffer.C:
15472         * commandtags.h:
15473         * lyxfunc.C: use re-worked insetinclude
15474
15475 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15476
15477         * buffer.C: add using std::stringstream.
15478
15479         * lyx_cb.C: readd using std::ios.
15480
15481         * buffer.C: add using std::map.
15482
15483         * BufferView_pimpl.C: add using std::vector.
15484
15485         * ShareContainer.h: add std:: to swap.
15486
15487         * buffer.h: add some typedefs
15488         * buffer.C (getLists): use them
15489         (getLists): renamed from getTocList.
15490         add a counter for the different float types and use it in the
15491         generated string.
15492         (getLists): use the same counter for the NEW_INSETS and the "non"
15493         NEW_INSETS
15494
15495         * lyx_cb.h: remove unused items, includes, using etc.
15496
15497         * ShareContainer.h: remove some commented code, add more comments
15498         and "documentation".
15499
15500 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15501
15502         * buffer.C (getTocList): make the list also when NEW_INSETS is
15503         defined.
15504
15505         * buffer.h: remove TocType
15506
15507         * buffer.C (getTocList): change to return a map<string,
15508         vector<TocItem> >, implement for dynamic number of list.
15509
15510         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15511         * text2.C (PasteSelection): adjust
15512         * CutAndPaste.C (pasteSelection): adjust
15513
15514         * FloatList.C (FloatList): update from the new_insets branch.
15515         * Floating.[Ch]: ditto
15516         * LaTeXFeatures.C: ditto
15517         * buffer.C: ditto
15518         * lyxlex_pimpl.C: ditto
15519
15520         * paragraph.C (Last): remove when NEW_INSETS is defined.
15521
15522         * other file: changes because of the above.
15523
15524 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15525
15526         * lyxparagraph.h: rename next to next_, previous to previous_,
15527         make them private for NEW_INSETS. Rename Next() to next(),
15528         Previous() to previous().
15529
15530         * other files: changes because of the above.
15531
15532 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15533
15534         * BufferView.h:
15535         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15536         problem.
15537
15538 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15539
15540         * main.C (main): pass lyx_localedir to gettext_init().
15541
15542         * gettext.h: remove locale_init and gettext_init macros
15543
15544         * gettext.C (locale_init): new function
15545         (gettext_init): new function
15546
15547         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15548         setlocale().
15549
15550 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15551
15552         * Moved credits to frontends:
15553         * credits.[Ch]: removed
15554         * credits_form.[Ch]: removed
15555         * lyx_gui_misc.C: remove credits stuff
15556         * Makefile.am:
15557
15558 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15559
15560         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15561
15562         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15563         unneeded destructor.
15564
15565         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15566         a standalone pointer again.
15567
15568         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15569
15570 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15571
15572         * Makefile.am:
15573         * filedlg.h:
15574         * filedlg.C:
15575         * LyXAction.C:
15576         * ToolbarDefaults.C:
15577         * bufferlist.C:
15578         * commandtags.h:
15579         * form1.C:
15580         * form1.h:
15581         * lyx_cb.C:
15582         * lyx_cb.h:
15583         * lyxfunc.h:
15584         * lyxfunc.C:
15585         * BufferView_pimpl.C: use new file dialog in GUII
15586
15587         * lyx_cb.h:
15588         * lyx_cb.C: remove LayoutsCB to Toolbar
15589
15590 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15591
15592         * ShareContainer.h (get): add std:: qualifier
15593
15594 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15595
15596         * ShareContainer.h: define a proper ShareContainer::value_type
15597         type (and use typename to please compaq cxx)
15598
15599 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15600
15601         * lyxparagraph.h: move serveral local vars to
15602         ParameterStruct/ParagraphParameters., use ShareContainer in
15603         FontTable., make vars in FontTable private and add getter and
15604         setter.
15605
15606         * paragraph.C: changes because of the above.
15607
15608         * lyxfont.h: remove copy constructor and copy assignment. (the
15609         default ones is ok), move number inside FontBits. move inlines to
15610         lyxfont.C
15611
15612         * lyxfont.C: add number to initializaton of statics, move several
15613         inlines here. constify several local vars. some whitespace
15614         cleanup. Dont hide outerscope variables.
15615
15616         * Spacing.h: add two new constructors to match the set methods.
15617
15618         * ShareContainer.h: new file, will perhaps be moved to support
15619
15620         * ParameterStruct.h: new file
15621
15622         * ParagraphParameters.h: new file
15623
15624         * ParagraphParameters.C: new file
15625
15626         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15627         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15628
15629         * BufferView_pimpl.C: ParagraphParameter changes.
15630         * buffer.C: Likewise.
15631         * bufferview_funcs.C: Likewise.
15632         * text.C: Likewise.
15633         * text2.C: Likewise.
15634
15635 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15636
15637         * lyxfind.C (LyXReplace): do not redefine default argument in
15638         implementation.
15639         (IsStringInText): ditto
15640         (SearchForward): ditto
15641         (SearchBackward): ditto
15642
15643 2001-03-06  Juergen Vigna  <jug@sad.it>
15644
15645         * lyxfind.C (IsStringInText): put parentes around expressions.
15646
15647 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15648
15649         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15650
15651 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15652
15653         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15654
15655         * stl_string_fwd.h: add comment
15656
15657         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15658
15659         * tabular.h:
15660         * tabular.C: remove unused DocBook methods
15661
15662         * intl.C:
15663         * language.C:
15664         * paragraph.C:
15665         * buffer.C:
15666         killed DO_USE_DEFAULT_LANGUAGE
15667
15668 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15669
15670         * lyx_gui.C: do not include language.h.
15671
15672         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15673         arguments in function implementation.
15674
15675 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15676
15677         * BufferView_pimpl.C: add <ctime>
15678
15679 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15680
15681         * BufferView_pimpl.C: add using std::find_if
15682
15683 2001-02-27  José Matos  <jamatos@fep.up.pt>
15684
15685         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15686         by OnlyPath.
15687
15688 2001-02-11  José Matos  <jamatos@fep.up.pt>
15689
15690         * buffer.C (makeDocBookFile): command styles now have a parameter as
15691         "title" by default.
15692
15693 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15694
15695         * layout_forms.[Ch]: removed
15696         * lyx_cb.[Ch]: out character
15697         * lyx_gui.C: out character
15698         * lyx_gui_misc.C: out character
15699         * bufferview_funcs.C: : out character,
15700         added toggleall as parameter in ToggleAndShow
15701
15702 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15703
15704         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15705
15706         * text2.C (SetCurrentFont): Disable number property at boundary.
15707
15708 2001-02-26  Juergen Vigna  <jug@sad.it>
15709
15710         * lyxfunc.C (getStatus): added a string argument override function so
15711         that this is correctly called from LyXFunc::Dispatch if it contains a
15712         do_not_use_argument which is used!
15713         (Dispatch): added check for "custom" export and call appropriate func.
15714
15715 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15716
15717         * lyxrc.C: Add language_command_local, language_use_babel and
15718         language_global_options.
15719
15720         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15721
15722         * buffer.C (makeLaTeXFile): Use language_use_babel and
15723         language_global_options.
15724
15725 2001-02-23  Juergen Vigna  <jug@sad.it>
15726
15727         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15728         which works with LyXText and putted it inside BufferView. Here now we
15729         only call for that part the BufferView::Dispatch() function.
15730
15731         * BufferView.C (Dispatch): added.
15732
15733         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15734         functions which needs to use a LyXText over from LyXFunc.
15735         (MenuInsertLyXFile): added
15736         (getInsetByCode): added
15737         (moveCursorUpdate): added
15738         (static TEXT): added
15739
15740 2001-02-22  Juergen Vigna  <jug@sad.it>
15741
15742         * BufferView_pimpl.C (update): call a status update to see if LyXText
15743         needs it.
15744
15745 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15746
15747         * vc-backend.C (revert): implement for CVS
15748         (getLog): implement for CVS
15749
15750 2001-02-20  Juergen Vigna  <jug@sad.it>
15751
15752         * text2.C (ClearSelection): added BufferView param for inset_owner call
15753
15754         * lyxfunc.C (TEXT): added this function and use it instead of
15755         directly owner->view()-text of getLyXText().
15756
15757 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15758
15759         * src/layout_forms.C: out preamble
15760         * src/layout_forms.h: out preamble
15761         * src/lyx_cb.C: out preamble
15762         * src/lyx_cb.h: out preamble
15763         * src/lyx_gui.C: out preamble
15764         * src/lyx_gui_misc.C: out preamble
15765         * src/lyxfunc.C: connect with guii preamble
15766
15767 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15768
15769         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15770
15771 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15772
15773         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15774         whether to run bibtex.
15775
15776 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15777
15778         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15779
15780 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15781
15782         * Makefile.am (lyx_SOURCES): removed bibforms.h
15783
15784         * vspace.h: doxygen
15785
15786         * text.C (GetVisibleRow): make several local vars const
15787
15788         * tabular.C: small cleanup.
15789
15790         * lyxserver.C (callback): use compare instead of strncmp
15791
15792         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15793         inlines to after class or to paragraph.C
15794
15795         * lyxfont.h: remove friend operator!=
15796
15797         * converter.h: move friend bool operator< to non friend and after
15798         class def.
15799
15800         * combox.h: small cleanup
15801
15802         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15803         to inlines after class def.
15804
15805         * buffer.C (pop_tag): use string operations instead of strcmp
15806
15807         * bmtable.c: doxygen, small cleanup
15808
15809         * LaTeX.h: remove friend operator==
15810
15811 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15812
15813         * screen.C:
15814         * lyxrc.[Ch]:
15815         * lyxfunc.C:
15816         * lyxfont.[Ch]:
15817         * lyx_cb.C:
15818         * intl.[Ch]:
15819         * commandtags.h:
15820         * buffer.C:
15821         * WorkArea.[Ch]:
15822         * LyXAction.C:
15823         * BufferView_pimpl.C:
15824         * BufferView.[Ch]: remove cruft
15825
15826 2001-02-14  Juergen Vigna  <jug@sad.it>
15827
15828         * lyxfunc.C: removed #if 0 unused code
15829
15830         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15831
15832         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15833
15834         * text2.C (SetSelection): added a BufferView * parameter
15835
15836 2001-02-13  Juergen Vigna  <jug@sad.it>
15837
15838         * lyxfunc.C (Dispatch): fixed protected blank problem.
15839         * BufferView2.C (protectedBlank): added LyxText * parameter.
15840
15841         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15842         (AppendColumn): same as above for column_info.
15843
15844         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15845         (moveCursorUpdate): use a LyXText param for support of InsetText.
15846
15847         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15848         (tripleClick): ditto
15849
15850         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15851
15852         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15853
15854         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15855
15856         * text2.C (SetSelection): set correct update status if inset_owner
15857         (ToggleFree): ditto
15858
15859 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15860
15861         * tabular.C: remove some commented code.
15862
15863 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15864
15865         * BufferView_pimpl.C: call hideSplash()
15866
15867         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15868
15869         * include_form.h:
15870         * bibforms.h: remove
15871
15872         * lyxfunc.C:
15873         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15874           add LFUN_CHILD_CREATE
15875
15876         * counters.h: fix tiny typo
15877
15878         * lyx_cb.C:
15879         * lyx.h:
15880         * lyx_gui.C:
15881         * lyx.C: move splash to frontends/xforms/
15882
15883         * lyx_gui_misc.C: move Include and Bibform to frontends
15884
15885         * lyxvc.h: clarify comment
15886
15887         * vspace.C: tiny housekeeping
15888
15889 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15890
15891         * text.C (PrepareToPrint): RTL Fix.
15892
15893         * paragraph.C (GetUChar): New method.
15894         (String):  Use GetUChar.
15895
15896         * buffer.C (asciiParagraph): Use GetUChar.
15897
15898 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15899
15900         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15901
15902 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15903
15904         * buffer.h:
15905         * buffer.C: rename to getLogName(), handle
15906           build log / latex log nicely
15907
15908 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15909
15910         * MenuBackend.C:
15911         * MenuBackend.h: remove support for reference menuitem type.
15912
15913 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15914
15915         * BufferView_pimpl.C: housekeeping
15916         * BufferView_pimpl.h:
15917         * LyXView.h:
15918         * Makefile.am:
15919         * Timeout.C:
15920         * Timeout.h:
15921         * minibuffer.h: move Timeout GUI-I
15922
15923 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15924
15925         * lyxrc.C (read): Update converters data-structures.
15926
15927 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15928
15929         * LaTeX.h (operator!=): add operator != for Aux_Info
15930
15931 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15932
15933         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15934
15935         * LaTeXLog.C: deleted, useful code moved to Buffer
15936
15937         * buffer.h:
15938         * buffer.C: new function getLatexLogName()
15939
15940         * lyx_gui_misc.C:
15941         * lyx_gui.C:
15942         * lyxvc.C:
15943         * lyxvc.h:
15944         * lyxfunc.C: use frontends for LaTeX and VC logs
15945
15946 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15947
15948         * LaTeX.h: yet another std:: that Allan forgot.
15949
15950         * Variables.C (set): renamed from isset(), because this clashes
15951         with some HP-UX macros (grr).
15952
15953 2001-02-06  Allan Rae  <rae@lyx.org>
15954
15955         * LaTeX.h: Another bug fix.  Missing std:: this time.
15956
15957 2001-02-04  Allan Rae  <rae@lyx.org>
15958
15959         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15960         floats problem. I've left it commented out because it's not quite
15961         correct.  It should also test that the current object is a table or
15962         figure inset.  But I haven't gotten around to figuring out how to do
15963         that.  I *think* it'll be something like: "table" == inset.type()
15964
15965         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15966         bool.
15967
15968 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15969
15970         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15971         all the citation/databases/styles in the auxilary file.
15972         (run): Rerun latex if there was a babel language error.
15973
15974 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15975
15976         * text.C (Backspace): Preserve the font when changing newline char
15977         with a space.
15978         (BreakParagraph): If the cursor is before a space, delete the space.
15979
15980         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15981
15982 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15983
15984         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15985         new argument (code).
15986         (ChangeCitationsIfUnique): New method.
15987
15988         * paragraph.C (GetPositionOfInset): Handle bibkey.
15989
15990 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15991
15992         * BufferView_pimpl.h: change type of Position::par_pos to
15993         LyXParagraph::size_type.
15994
15995 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15996
15997         * BufferView_pimpl.C (savePosition, restorePosition): Write
15998         messages to minibuffer.
15999
16000 2001-01-28  José Matos  <jamatos@fep.up.pt>
16001
16002         * buffer.C (makeDocBookFile): adds support for document language.
16003         A silly restriction on the name of LatexCommand types where removed.
16004         Added support for CDATA sections, allows to chars unescaped, used
16005         among others in code, to avoid escape < and >.
16006
16007 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16008
16009         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16010         saved positions instrad of a stack. Furthermore, a position is
16011         stored using paragraph id/paragraph position.
16012
16013         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16014         Remove LFUN_REF_BACK.
16015
16016 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16017
16018         * converter.C (dvipdfm_options): New method.
16019
16020 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16021
16022         * vspace.C (isValidLength): Fix for empty input string.
16023
16024 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16025
16026         * LyXAction.C (init): change description of LFUN_FIGURE to
16027         "Insert Graphics"
16028
16029 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16030
16031         * LaTeX.C: add using directive
16032
16033 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16034
16035         * MenuBackend.C (expand): Fix the sorting of the formats.
16036
16037 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16038
16039         * lyx_main.C: tiny error message fix
16040
16041 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16042
16043         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16044         calling fl_initialize(). This fixes the problem with ',' as
16045         decimal separator in text files.
16046
16047 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16048
16049         * trans.C (process): Fix the keymap bug.
16050
16051 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16052
16053         * LaTeX.C (scanAuxFiles): New method. Provides support for
16054         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16055         (scanLogFile) Scan for "run BibTeX" messages.
16056
16057         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16058         OT1 font encoding. Also, load the aecompl package if the ae
16059         package is loaded.
16060
16061         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16062
16063 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16064
16065         * texrow.C (increasePos): turn two error messages into debug
16066         messages.
16067
16068 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16069
16070         * LaTeX.C (scanAux): Handle the \@input macro.
16071         (runBibTeX): Use scanAux().
16072
16073         * language.C (latex_options_): New field.
16074
16075         * LaTeXFeatures.C (getMacros): Add language macros.
16076
16077         * buffer.C (makeLaTeXFile): Small fix.
16078
16079 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16080
16081         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16082
16083         * text2.C: add a using directive.
16084
16085 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16086
16087         * BufferView2.C:
16088         * lyx_gui_misc.h:
16089         * lyxfr1.C:
16090         * lyxfunc.C: kill LyXBell.
16091
16092 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16093
16094         * text.C (IsBoundary): Remove the error message
16095
16096         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16097
16098         * lyxrc.C (setDefaults): Correct initialization value for
16099         font_norm_type.
16100
16101 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16102
16103         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16104         gotoError().
16105
16106         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16107         and GotoNextNote().
16108
16109         * src/LyXAction.C: Added reference-next.
16110
16111         * text.C (InsertChar): Use contains instead of strchr.
16112
16113         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16114
16115 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16116
16117         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16118         alignment commands (when needed).
16119
16120         * text.C (InsertChar): Add ':' to number separator chars.