]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
c8941f14b9249ad7b41be2685cc48dd46dea3095
[lyx.git] / src / ChangeLog
1 2004-10-09  José Matos  <jamatos@lyx.org>
2
3         * buffer.C: format up to 237.
4         * bufferparams.C (write): use tostr to convert booleans to strings.
5         
6 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
7
8         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
9
10 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
11
12         * LaTeX.C: implement use of babel language in xindy.
13
14 2004-10-05  José Matos  <jamatos@lyx.org>
15
16         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
17         Add new translators to help reading and writing the lyx file.
18
19 2004-10-05  José Matos  <jamatos@lyx.org>
20
21         * ParagraphParameters.C (read):
22         * text.C (readParToken): replace nexToken by more appropriate lex
23         methods.
24
25 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
26
27         * LaTeX.C (runMakeIndex):
28         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
29         (usually 'makeindex') configurable.
30
31         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
32         with a variable rather than with a number.
33
34 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
35
36         * output_latex.C (TeXOnePar): make sure font setting is the first
37         thing that gets output (and the last at the end). Should fix bug
38         1404.
39
40 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
41
42         * pch.h: use proper signal include
43
44         * LaTeX.h: Use preferred calling of Boost.Signal
45         * buffer.h: ditto
46
47 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
48
49         * pch.h: dont include <boost/function/function0.hpp>
50
51         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
52
53         * paragraph_pimpl.h: remove usage of ShareContainer
54
55         * paragraph_pimpl.C: remove initialization of ShareContainer.
56
57 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
58
59         Fix bug #1666
60
61         * BufferView.C (putSelectionAt): change the semantics when
62         backwards == true: now, this just swaps cursor and anchor wrt the
63         forward case
64
65         * BufferView.h (putSelectionAt): add some documentation
66
67         * lyxfind.C (findBackwards): rewrite using while(). In particular,
68         make sure backwardChar is done at least once (to avoid getting
69         stuck)
70         (findNextChange): use putSelectionAt in the forward direction
71         (operator()): use Paragraph::isWord
72
73 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
74
75         * Spacing.C (set): c_str fix
76
77 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
78
79         * lyx_cb.C (Reconfigure): quote the name of configure script in
80         case it contains spaces
81
82 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
83
84         * client: new dir
85
86         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
87         (BOOST_LIBS): use top_buildir when looking for the file
88
89 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
90
91         * pch.h: do not use include boost/format.hpp, multiple symbols
92                 will result (gcc bug)
93
94
95 2004-08-23  José Matos  <jamatos@lyx.org>
96
97         * bufferparams.C (readToken): fix reading of the author field.
98
99 2004-08-20  José Matos  <jamatos@lyx.org>
100
101         * lyxrc.C: remove support/translator.h inclusion since it is not used.
102
103 2004-08-20  José Matos  <jamatos@lyx.org>
104
105         * lyxlex.[Ch] (findToken): remove function.
106
107         * ParagraphParameters.C (findToken):
108         * bufferparams.C (findToken): replace call for previous function
109         with local copy. This local function has one more argument, the
110         read string argument.
111
112 2004-08-16  José Matos  <jamatos@lyx.org>
113
114         * ParagraphParameters.C (write):
115         * Spacing.C (writeFile):
116         * bufferparams.C (writeLaTeX):
117         * lyx_cb.C (Reconfigure):
118         * paragraph.C (write):
119         * tabular.C (write): remove unnecessary space at end of line.
120
121
122 2004-08-16  José Matos  <jamatos@lyx.org>
123
124         * text.C (readParagraph): remove debug message.
125
126 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
127
128         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
129         crash
130
131         * output_plaintext.C (asciiParagraph): set depth correctly
132
133         * outputparams.h: add member depth
134
135         * paragraph_funcs.C (ownerPar): remove.
136
137         * text2.C (setCounter): remove first_pit; comment out some
138         non-working code that uses ownerPar
139
140         * BufferView.C (getParentLanguage): remove. Not used anymore, and
141         uses ownerPar
142
143 2004-08-16  José Matos  <jamatos@lyx.org>
144
145         * text.C (readParToken, readParagraph, read): report all unknown tokens.
146         For the same level of importance use the same chanel to report problems.
147         (read): add code to deal with \begin_body and \end_body.
148
149
150 2004-08-15  José Matos  <jamatos@lyx.org>
151
152         * lyxlex.C (getString): fix comment, buffer::readBody is now
153         buffer:readDocument.
154
155         * tex-strings.C (string_papersize): Default -> default,
156         Custom -> custom, for consistency with other options.
157
158 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
159
160         * pch.h: new file
161
162         * Makefile.am: support pch
163
164 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
165
166         * text.C (readParToken): remove the static LyXFont variable and
167         pass it as a parameter instead. This fixes a nasty bug where an
168         inset will be inserted with a bad font in some situations
169         (readParagraph): adapt
170
171         * text2.C (setCounter): reduce number of calls to pars_[pit]
172
173         * text.C (singleWidth): add an assert, fix a test
174
175         * rowpainter.C (paintText): reduce number of calls to singleWidth
176
177         * paragraph.C (isHfill):
178         (isNewline): ws only
179
180 2004-08-14  André Pönitz  <poenitz@gmx.net>
181
182         * text.C:
183         * text2.C:
184         * rowpainter.C:
185         * lyxtext.h (several functions): use a Paragraph & argument
186         instead of par_type
187
188 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
189
190         * metricsinfo.h: add a new field ltr_pos to PainterInfo
191
192         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
193
194         * text.C (singleWidth): remove useless test
195
196 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
197
198         * tabular.h: remove bogus comments
199
200         * tabular.C (getDescentOfRow):
201         (isPartOfMultiColumn): add assertions
202
203         * lyxlength.C (inPixels): remove #warning
204
205 2004-08-14  André Pönitz  <poenitz@gmx.net>
206
207         * paragraph.h: inline getChar()
208
209         * BufferView.h: remove unused declarations
210
211 2004-08-14  José Matos  <jamatos@lyx.org>
212
213         * Buffer.[Ch] (readDocument): new name for old readBody.
214         * Buffer.C: new file format, new keywords: \begin_document,
215         \begin_header, \begin_body, \end_body.
216
217         * bufferparams.C (readToken): replace all calls to lex.nextToken
218         by lex.next(). Do the same to eatLine except where really needed.
219
220         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
221         line when writing to the lyx file.
222
223         * output_plaintext.C (asciiParagraph): fix Bibliography style
224         handling.
225
226         * text.C (read): fix end of file handling.
227
228 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
229
230         * MenuBackend.C (Menu::operator[]): new method to access
231         individual menu items
232         (Menu::hasFunc): new method. search for an item that corresponds
233         to a given func
234         (MenuBackend::specialMenu): new method
235         (MenuBackend::expand): if a special menu has been set, skip
236         entries whose func() appears in this menu
237
238 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
239
240         * text3.C: use Debug::DEBUG a bit more
241
242         * text.C (leftMargin): try to simplify a tiny bit change var x to
243         l_margin. Dont output the wide margins always.
244         (rightMargin): no margin in inner texts
245
246         * rowpainter.h (nestMargin): new func
247         (changebarMargin): new func
248         (rightMargin): new func
249
250         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
251         now functions.
252         (paintLast): ditto
253
254         * factory.C (createInset): modify setDrawFrame
255
256         * cursor.C: use Debug::DEBUG a bit more
257
258 2004-08-14  André Pönitz  <poenitz@gmx.net>
259
260         * coordcache.[Ch]:
261         * Makefile.am: new files to accomodate an 'external' (x,y)-position
262         cache for all insets in (at least partially) visible (top-level)
263         paragraphs.
264
265         * BufferView_pimpl.C: reset external coord cache before every update.
266         This means the coord cache only contains valid entries.
267
268 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
269
270         bug 1096
271         * BufferView_pimpl.C (getInsetByCode): move function out of class
272         and change in to a template in anon namespace. Also fix to do what
273         suits us better.
274
275 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
276
277         bug 1305
278         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
279         of char
280         (breakParagraph): rename par to par_offset and use a local
281         reference. Add code to keep the language over a rebreak.
282         (breakParagraphConservative): rename par to par_offset, use a
283         local reference
284         (mergeParagraph): ditto
285         (outerHook): ditto
286         (isFirstInSequence): ditto
287         (outerFont): rename pit to par_offset
288
289         * paragraph.C: ws change
290         * paragraph.h: ditto
291         * text3.C: ditto
292         * text.C: ditto
293
294 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
295
296         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
297         treatment for ']'
298
299         * paragraph.C (simpleTeXOnePar): when we have a \item with
300         optional argument, enclose the argument with curly brackets (in
301         case it contains a closing square bracket)
302
303         * text2.C (editXY):
304         * text2.C (editXY):
305         * text3.C (checkInsetHit): constify
306
307 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
308
309         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
310         documents (bug 1629)
311
312 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
313
314         Fix toggling of collapsable insets with the mouse (bug 1558)
315
316         * lyxfunc.C (dispatch): adapt to LCursor changes
317
318         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
319         make sure that dispatch is not invoked twice
320
321         * cursor.C (needsUpdate): new method
322         (dispatch): return void
323         (result): new method, to access the DispatchResult of the cursor.
324
325 2004-08-13  José Matos  <jamatos@lyx.org>
326
327         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
328
329 2004-08-13  André Pönitz  <poenitz@gmx.net>
330
331         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
332
333         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
334           multiple cells
335
336 2004-08-12  André Pönitz  <poenitz@gmx.net>
337
338         * text3.C: take out the 'cursor right' form insertInset and only
339         do it in those places when it is really needed. Fixes crash on
340         C-m...
341
342 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
343
344         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
345
346         * BufferView_pimpl.C (setBuffer): initialize the current font of
347         the underlying LyXText
348
349 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
350
351         * kbsequence.C (print): use UI native formatting for menu
352         shortcuts
353
354         * text.C (insertChar): call Paragraph::insertChar with a font
355         argument (cosmetic)
356
357         * paragraph.C (insertInset, insertChar): the version that takes a
358         LyXFont argument is now a wrapper around the other one (the
359         opposite used to be true).
360
361         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
362         argument. Font setting is done in Paragraph now.
363
364 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
365
366         * outputparams.h: add new members intitle and lang.
367
368         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
369         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
370
371 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
372
373         * text3.C (dispatch): remove special handling of button 4 and 5,
374         it is now taken care of in the frontend code.
375
376 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
377
378         * Spacing.h: add <string> (STLPort compile fix)
379
380 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
381
382         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
383
384 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
385
386         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
387         to bool.
388
389         * converter.C (showMessage): inherit from unary_function, make
390         operator() const.
391
392         * buffer.C (writeFile): initialize retval
393
394         * InsetList.h: rename private variable list to list_
395         * InsetList.[Ch]: adjust accordingly.
396
397 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
398
399         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
400         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
401         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
402         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
403         * ParagraphParameters.C, LaTeXFeatures.C: replace
404         "support/std_sstream.h" with <sstream>
405
406 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
407
408         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
409         * lyxsocket.C (LyXServerSocket): ditto
410         (serverCallback): ditto
411
412 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
413
414         * LaTeXFeatures.C: check release date when loading jurabib.
415
416 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
417
418         * lyxserver.C (startPipe): call register_socket_callback
419         (endPipe): call unregister_socket_callback
420
421 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
422
423         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
424         (LyXServerSocket): register the callback
425         (LyXServerSocket): unregister the callback
426         (fd): delete function
427         (serverCallback): improve error checking and setup the callbacks.
428         (dataCallback): change arg to fd.
429         (writeln): new func (copied fro the client socket) used for server
430         write to client.
431         (LyXDataSocket): simplify
432         (~LyXDataSocket): close ann unregiser callback
433         (server): delete function
434         (fd): delete function
435         (readln): small changes, improve some std::string usage
436         (writeln): constify a bit
437
438 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
439
440         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
441         Qt frontend
442
443 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
444
445         * BufferView_pimpl.C (setBuffer): set the layout combox value only
446         after it has been populated
447
448 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
449
450         * text2.C (insertInset): move cursor when inserting inset.
451
452 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
453
454         * kbmap.C (findbindings): a couple of new methods. returns a
455         container of kb_sequence objects. The real work is done by the
456         private recursive version
457         (printbindings): uses findbindings to print out a bracketed list
458         of bindings (renamed from findbinding).
459
460         * MenuBackend.C (binding): use kb_keymap::findbindings
461
462         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
463
464 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
465
466         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
467
468 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
469
470         * paragraph.C (isWord): return true on insets that report
471         isLetter().
472
473         * text.C (getWord): use Paragraph::isWord to decide what is in a
474         word and what is not; fix bug 1609.
475
476 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
477
478         * tex-strings.C: add "none" to string_paperpackages[], fixes
479         off-by-one-error in the paperpackage selection.
480
481         * lyxlex.[Ch]:
482         * tex-strings.[Ch]: char const * string[n]
483         -> char const * const string[]
484
485 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
486
487         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
488         command, return early.
489
490 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
491
492         * debug.h: add DEBUG to enum and fix size of ANY.
493
494         * debug.C: add support for Debug::DEBUG
495         (showTags): cast errorTags.level to unsigned int
496
497         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
498         (redoCurrentBuffer): ditto
499         (updateScrollbar): ditto
500         * cursor.C (dispatch): ditto
501         * text2.C (setLayout): ditto
502         (setFont): ditto
503         (updateCounters): ditto
504         (editXY): ditto
505         (deleteEmptyParagraphMechanism): ditto
506
507 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
508
509         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
510         annotations to cleanup the Makefile slightly.
511
512 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
513
514         * lyxrc.C: do not set user_email to a default value but use empty
515         instead. The entry used to be translated, which does not work
516         since at the point where lyxrc is constructed there is no
517         translation service available
518
519         * messages.C (getLocaleDir): remove and use directly
520         lyx_localedir() instead
521
522 2004-06-02  Angus Leeming  <leeming@lyx.org>
523
524         Fix crash caused by dereferencing null pointer 'exportdata' in
525         OutputParams by creating a new ExportData variable on the heap,
526         storing it in a boost::shared_ptr.
527         The crash was triggered when generating an Instant Preview
528         of an external inset.
529
530         * Makefile.am: add outputparams.C
531
532         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
533         (c-tor): allocate memory to it.
534
535         * exporter.C (c-tor): associated changes.
536
537 2004-06-01  Angus Leeming  <leeming@lyx.org>
538
539         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
540         contains data before calling isInset(0). (Bug 1513.)
541
542 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
543
544         * exporter.C (checkOverwrite): new method
545         * exporter.C (copyFile): new method
546         * exporter.C (Export): copy referenced files to the document dir
547         * exporter.[Ch]: new class ExportedFile
548         * exporter.[Ch]: new class ExportData. Contains currently the
549         names of referenced external files
550         * outputparams.h: add exportdata member.
551
552 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
553
554         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
555         version.C-tmp
556
557 2004-05-19  Angus Leeming  <leeming@lyx.org>
558
559         * LaTeXFeatures.C:
560         * ToolbarBackend.C:
561         * bufferparams.C:
562         * lyxfunc.C: small changes due to the introduction of namespace
563         lyx::frontend and the moving of namespace biblio to lyx::biblio.
564
565 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
566
567         * text3.C (dispatch): supress update when only moving the cursor
568         * cursor.C (selHandle): remove commented code
569
570 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
571
572         * paragraph.C (startTeXParParams): correct column count
573         * CutAndPaste.C (pasteSelection): remove const_cast
574         * output_docbook.C (docbookParagraphs): remove const_cast
575         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
576         const_cast and return ParagraphList::const_iterator
577         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
578         * output_plaintext.C (writeFileAscii): remove const_cast
579         * paragraph.[Ch] (simpleTeXOnePar): make const
580         * paragraph_funcs.C (outerPar): use const iterators
581         * paragraph_pimpl.C (validate): use const iterators
582         * text.C (setHeightOfRow): use const iterators
583
584 2004-05-17  Angus Leeming  <leeming@lyx.org>
585
586         * lfuns.h:
587         * LyXAction.C (init): new LFUN_INSET_REFRESH.
588
589         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
590         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
591         if the citation engine has changed.
592
593 2004-05-14  José Matos  <jamatos@lyx.org>
594
595         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
596         if the textclass does not provide it. Have it different for sgml and
597         xml.
598         support the language of document.
599         * output_docbook.C (docbookParagraphs):
600         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
601         first anchor as the id of the paragraph, remove special case code.
602         * sgml.C (escapeChar): escape only < & >.
603
604 2004-05-14  Angus Leeming  <leeming@lyx.org>
605
606         * bufferparams.h: move biblio::CiteEngine enum here to minimize
607         dependencies on src/frontends/controllers/biblio.h. Define a
608         CiteEngine_enum wrapper class to enable the enum to be forward
609         declared.
610
611 2004-05-12  Angus Leeming  <leeming@lyx.org>
612
613         * buffer.C: up LYX_FORMAT to 234.
614         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
615         use_numerical_citations with a single biblio::CiteEngine cite_engine
616         variable.
617         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
618
619 2004-05-13  José Matos  <jamatos@lyx.org>
620
621         * converter.h:
622         * converter.C (Converter, readFlags): add xml member.
623         * outputparams.h: add XML flavor.
624         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
625
626 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
627
628         * lyxfunc.C (dispatch):
629         (getStatus): fix handling of LFUN_SEQUENCE
630
631 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
632
633         * debug.C (showLevel): do not forget the end-of-line marker
634
635 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
636
637         * kbmap.C (read): do not stop parsing a bind file when an error
638         occurs (bug 1575)
639
640 2004-04-29  Angus Leeming  <leeming@lyx.org>
641
642         * cursor.C:
643         * factory.C:
644         * pariterator.C:
645         * text2.C: wrap a bunch of #warning statements
646         inside #ifdef WITH_WARNINGS blocks.
647
648 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
649
650         * buffer.C: increment format to 233.
651
652 2004-04-28  Angus Leeming  <leeming@lyx.org>
653
654         * BufferView_pimpl.C:
655         * lyxfunc.C:
656         * text3.C:
657         s/updateToolbar()/updateToolbars()/
658         s/Toolbar.h/Toolbars.h/
659
660 2004-04-28  Angus Leeming  <leeming@lyx.org>
661
662         * BufferView.[Ch] (c-tor):
663         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
664         No longer passes these data to the WorkArea generator.
665
666 2004-04-28  Angus Leeming  <leeming@lyx.org>
667
668         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
669
670 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
671
672         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
673
674 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
675
676         * output_latex.C (TeXEnvironment): make sure that there is a line
677         break before \end{foo} for the last paragraph of a document
678         (TeXOnePar): if the paragraph is at the end of the document (or
679         inset) and the language has to be reset, then make sure that the
680         line break is _before_ the language command, not after (fixes bug
681         1225); also make sure that the language reset command is the first
682         thing after the paragraph (to ensure proper nesting of
683         environments and thus fix bug 1404)
684
685 2004-04-21  John Levon  <levon@movementarian.org>
686
687         * ToolbarBackend.h:
688         * ToolbarBackend.C: make "name" be a programmatic name
689         and a gui_name field.
690
691         * lyxfunc.C: display the minibuffer on M-x
692
693 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
694
695         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
696         (bug 1526)
697
698 2004-04-19  Angus Leeming  <leeming@lyx.org>
699
700         * BufferView_pimpl.C (setBuffer): changed preview interface.
701
702         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
703         possible values.
704
705 2004-04-19  John Levon  <levon@movementarian.org>
706
707         * BufferView_pimpl.C:
708         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
709
710 2004-04-05  Angus Leeming  <leeming@lyx.org>
711
712         * text.C (redoParagraphs): add call to updateCounters(), thereby
713         fixing the missing "Figure #:" label from the caption of a
714         figure float.
715
716 2004-04-13  Angus Leeming  <leeming@lyx.org>
717
718         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
719         cursor is clicked out of an inset.
720
721 2004-04-13  Angus Leeming  <leeming@lyx.org>
722
723         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
724         than an InsetOld one.
725
726 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
727
728         * format.[Ch]: add editor to Format
729         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
730         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
731
732 2004-04-08  André Pönitz  <poenitz@gmx.net>
733
734         * metricsinfo.h: remove PainterInfo::width member
735
736 2004-04-08  Angus Leeming  <leeming@lyx.org>
737
738         * lyx_sty.C (boldsymbol_def): modify so that it outputs
739         "\providecommand" rather than "\newcommand", thereby preventing
740         clashes with packages that define "\boldsymbol" themselves.
741         Eg, beamer.
742
743 2004-04-08  Angus Leeming  <leeming@lyx.org>
744
745         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
746         thereby squashing an unnecessary warning.
747
748 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
749
750         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
751         setBuffer()
752
753 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
754
755         * BufferView.C (setCursor): call redoParagraph (some insets could
756         have been opened)
757         (putSelectionAt): remove the 'double update' trick
758
759         * BufferView_pimpl.C (fitCursor): call refreshPar
760         (workAreaDispatch): remove an uneeded update call
761         (dispatch): remove some manual update calls
762
763         * cursor.[Ch]: remove cached_y_, updatePos
764         (selHandle): set noUpdate when appropriate
765
766         * lyxfunc.C (dispatch): track if we need an update
767
768         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
769
770         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
771         (paintSelection): cheap optimization, do not call cursorX when not
772         needed
773         (paintPars): change signature
774         (refreshPar): add
775         (paintText): adjust
776         (paintTextInset): adjust
777
778         * text.C: adjust
779
780 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
781
782         * lengthcommon.C: compilation fix: remove explicit array size from
783         unit_name[] and friends
784
785 2004-04-05  Angus Leeming  <leeming@lyx.org>
786
787         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
788
789         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
790         present only for the preferences dialog.
791         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
792
793 2004-04-05  Angus Leeming  <leeming@lyx.org>
794
795         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
796         to enable the frontends to export changes to lyxrc correctly.
797
798         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
799
800 2004-04-07  André Pönitz  <poenitz@gmx.net>
801
802         * cursor.[Ch] (selClear, adjust): remove math
803
804         * cursor_slice.C: more agressive assert
805
806         * lyxfunc.C:
807         * BufferView_pimpl.C: rework mouse event dispatch
808
809         * dociterator.C:
810         * paragraph.C:
811         * text2.C:
812         * text3.C: adjust
813
814 2004-04-05  André Pönitz  <poenitz@gmx.net>
815
816         * cursor.[Ch] (valign, halign...): remove unneeded functions
817
818 2004-04-05  Angus Leeming  <leeming@lyx.org>
819
820         * lyxlength.[Ch] (unit_name et al.): const-correct.
821
822 2004-04-05  Angus Leeming  <leeming@lyx.org>
823
824         * BufferView_pimpl.C:
825         * buffer.C:
826         * counters.C:
827         * cursor.C:
828         * lyxfunc.C
829         * paragraph.C:
830         * pariterator.C:
831         * text.C:
832         * text2.C:
833         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
834
835 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
836
837         * text3.C (getStatus): add LFUN_BEGINNINGBUF
838
839 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
840
841         * lyxfind.C: add a couple of inTexted() tests + other small fixes
842         * BufferView_pimpl.[Ch] (getStatus)
843         * BufferView.[Ch] (getStatus): add
844         * lyxfunc.C (getStatus): move lfuns handled in
845         BufferView::dispatch to te function above
846         * Cursor.C (setSelection): set selection() = true
847
848 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
849
850         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
851
852 2004-03-31  Angus Leeming  <leeming@lyx.org>
853
854         * lyxfunc.C (dispatch): Fall through to the generic
855         Dialogs::show("preamble").
856
857 2004-03-31  Angus Leeming  <leeming@lyx.org>
858
859         * lyxfunc.C (dispatch): Fall through to the generic
860         Dialogs::show("spellchecker").
861
862 2004-03-31  Angus Leeming  <leeming@lyx.org>
863
864         * lyxfunc.C (getStatus, dispatch): changed invocation of the
865         preferences dialog.
866
867 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
868
869         * BufferView.C
870         * cursor.[Ch]
871         * dociterator.[Ch]:
872         * insetiterator.[Ch]:
873         * lyxfind.C:
874         * lyxfunc.C:
875         * pariterator.[Ch]:
876         * text2.C:
877         * undo.[Ch]: s/DocumentIterator/DocIterator/g
878
879 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
880
881         * BufferView.C (setCursor, putSelectionAt): call edit to open the
882         insets where we are putting the cursor.
883
884 2004-03-31  Angus Leeming  <leeming@lyx.org>
885
886         * lfuns.h:
887         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
888
889         * lyxrc.[Ch] (read, write): overloaded member functions taking
890         a std::[io]stream arguments.
891
892         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
893
894 2004-03-31  Angus Leeming  <leeming@lyx.org>
895
896         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
897         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
898
899         * lyxtextclass.C (load): if the text class couldn't be loaded, then
900         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
901
902 2004-03-31  Angus Leeming  <leeming@lyx.org>
903
904         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
905         the LFUN_ALL_INSETS_TOGGLE code.
906
907 2004-03-30  Angus Leeming  <leeming@lyx.org>
908
909         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
910         has died. Fall through to the generic Dialogs::show("document").
911
912 2004-03-30  Angus Leeming  <leeming@lyx.org>
913
914         * lfuns.h:
915         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
916         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
917
918         * lyxfunc.C (getStatus, dispatch): define the actions for these
919         lfuns. Little more than a cut and pste job from ControlDocument.C
920
921         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
922
923 2004-03-30  Angus Leeming  <leeming@lyx.org>
924
925         * lfuns.h:
926         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
927         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
928
929         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
930         open/closed state of ollapsable insets. Usage:
931
932         all-inset-toggle <state> <name>, where
933         <state> == "open" || "closed" || "toggle" and
934         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
935
936         * lyxtext.h, text2.C (toggleInset): removed.
937
938         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
939         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
940         now passes LFUN_INSET_TOGGLE to the found inset.
941
942         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
943         is now invoked as "all-insets-toggle toggle branch".
944
945 2004-03-30  Angus Leeming  <leeming@lyx.org>
946
947         * dociterator.C:
948         * insetiterator.C:
949         * pariterator.[Ch]: added/corrected header blurb.
950
951 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
952
953         * dociterator.[Ch]: add an inset_ member
954         (backwardPos): implemented
955         (backwardPos, forwardPos): use inset_ when the stack is empty.
956         (doc_iterator_begin, doc_iterator_end): implemented
957         * pariterator.[Ch]: adjust, add begin, end
958         * insetiterator.[Ch]: adjust, add begin, end
959         * cursor.C:
960         * document.C:
961         * BufferView.C:
962         * BufferView_pimpl.C:
963         * CutAndPaste.C: adjust
964
965 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
966
967         * buffer.C: increment file format to 232.
968         * LaTeXFeatures.C: add bibtopic package.
969         * bufferparams.[Ch]: param \use_bibtopic.
970
971         * lyxrc.[Ch]: add lyxrc bibtex_command
972         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
973
974         * buffer.C: increment file format to 231.
975
976 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
977
978         * dociterator.C: implement forwardPar
979         * iterators.[Ch]: remove, replaced by
980         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
981         * BufferView.C:
982         * BufferView_pimpl.C:
983         * CutAndPaste.C:
984         * buffer.C:
985         * bufferview_funcs.C:
986         * cursor.C:
987         * lyxfind.C
988         * lyxfunc.C
989         * paragraph_funcs.C
990         * toc.C:
991         * Makefile.am: adjust
992
993 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
994
995         * CutAndPaste.C (pasteSelection): fix 2 crashes
996         (eraseSelection): fix a crash
997         * paragraph_funcs.C: remove a warning
998
999 2004-03-28  Angus Leeming  <leeming@lyx.org>
1000
1001         * lfuns.h:
1002         * LyXAction.C (init): new LFUN_PRINT.
1003
1004         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
1005
1006 2004-03-27  Angus Leeming  <leeming@lyx.org>
1007
1008         * lfuns.h:
1009         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
1010
1011         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
1012
1013 2004-03-27  Angus Leeming  <leeming@lyx.org>
1014
1015         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1016         insetlist always contains non-null pointers to insets.
1017
1018 2004-03-26  Angus Leeming  <leeming@lyx.org>
1019
1020         * src/BufferView_pimpl.C:
1021         * src/CutAndPaste.C:
1022         * src/buffer.C:
1023         * src/iterators.C:
1024         * src/output_plaintext.C:
1025         * src/outputparams.h:
1026         * src/paragraph_funcs.C:
1027         * src/rowpainter.C:
1028         * src/text.C:
1029         * src/text2.C:
1030         * src/frontends/controllers/ControlErrorList.C:
1031         * src/frontends/gtk/FileDialogPrivate.C:
1032         * src/frontends/gtk/GPainter.C:
1033         * src/frontends/gtk/GToolbar.C:
1034         * src/frontends/qt2/QRef.C:
1035         * src/mathed/math_scriptinset.C: squash compiler warnings.
1036
1037 2004-03-26  Angus Leeming  <leeming@lyx.org>
1038
1039         * ispell.C (LaunchIspell::start):
1040         * lyx_cb.C (AutoSaveBuffer::start):
1041         invoke run(DontWait) rather than runNonBlocking().
1042
1043 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1044
1045         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1046
1047 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1048
1049         * kbsequence.C (print): adjust
1050
1051         * kbmap.C (printKeySym): rename and change signature
1052         (printKey): use LyXKeySym::print()
1053
1054 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1055
1056         * undo.C: add using std::advance to compile for stlport
1057
1058 2004-03-24  Angus Leeming  <leeming@lyx.org>
1059
1060         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1061         it leads to a crash when no buffer is present.
1062
1063 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1064             Martin Vermeer  <martin.vermeer@hut.fi>
1065
1066         * lyxfunc.C (dispatch):
1067         * bufferparams.C (readToken): use the new LColor::setColor
1068
1069         * LColor.[Ch] (setColor): new version that takes two strings as
1070         argument and creates a new color entry if necessary
1071
1072 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1073
1074         * buffer.C (makeLaTeXFile): if the main latex file that is
1075         processed is usually a subdocument of some master, then pretend
1076         for a while that it is actually the master
1077
1078 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1079
1080         * buffer.C (getLabelList):
1081         (getBibkeyList): use getMasterBuffer()
1082         (getMasterBuffer): new method. Returns the main document in the
1083         case where one is using included documents.
1084
1085 2004-03-25  André Pönitz  <poenitz@gmx.net>
1086
1087         * Makefile.am:
1088         * iterators.[Ch]:
1089         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1090
1091         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1092
1093         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1094         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1095
1096         * ParameterStruct.h: merge with ParagraphParameters
1097
1098         * lyxtext.h: remove LyXText::parOffset() and getPar()
1099
1100         * text3.C: Remove all 'manual' update calls. We do now one per user
1101         interaction which is completely sufficient.
1102
1103         * Bidi.C:
1104         * BufferView.[Ch]:
1105         * BufferView_pimpl.C:
1106         * FontIterator.[Ch]:
1107         * MenuBackend.C:
1108         * ParagraphParameters.[Ch]:
1109         * buffer.C:
1110         * buffer.h:
1111         * bufferlist.C:
1112         * cursor.[Ch]:
1113         * cursor_slice.[Ch]:
1114         * dociterator.[Ch]:
1115         * errorlist.[Ch]:
1116         * factory.C:
1117         * lfuns.h:
1118         * lyxfind.C:
1119         * lyxfunc.C:
1120         * output_docbook.[Ch]:
1121         * output_latex.[Ch]:
1122         * output_linuxdoc.[Ch]:
1123         * output_plaintext.[Ch]:
1124         * paragraph.[Ch]:
1125         * paragraph_funcs.[Ch]:
1126         * paragraph_pimpl.[Ch]:
1127         * rowpainter.C:
1128         * tabular.[Ch]:
1129         * text.C:
1130         * text2.C:
1131         * toc.C:
1132         * undo.[Ch]: adjust
1133
1134         * frontends/controllers/ControlDocument.C:
1135         * frontends/controllers/ControlErrorList.C:
1136         * frontends/controllers/ControlSpellchecker.C:
1137         * insets/inset.C:
1138         * insets/inset.h:
1139         * insets/insetbase.h:
1140         * insets/insetbibitem.C:
1141         * insets/insetbox.C:
1142         * insets/insetbranch.C:
1143         * insets/insetcaption.C:
1144         * insets/insetcharstyle.C:
1145         * insets/insetcharstyle.h:
1146         * insets/insetcollapsable.C:
1147         * insets/insetcollapsable.h:
1148         * insets/insetert.C:
1149         * insets/insetfloat.C:
1150         * insets/insetfoot.C:
1151         * insets/insetmarginal.C:
1152         * insets/insetnote.C:
1153         * insets/insetoptarg.C:
1154         * insets/insettabular.C:
1155         * insets/insettext.C:
1156         * insets/insettext.h:
1157         * insets/insetwrap.C:
1158         * mathed/math_mboxinset.C:
1159         * mathed/math_nestinset.C:
1160         * mathed/math_scriptinset.C:
1161         * mathed/math_scriptinset.h:
1162         * support/types.h:
1163
1164 2004-03-24  Angus Leeming  <leeming@lyx.org>
1165
1166         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1167         deal with any child processes that have finished but are waiting to
1168         communicate this fact to the rest of LyX.
1169
1170 2004-03-24  Angus Leeming  <leeming@lyx.org>
1171
1172         64-bit compile fixes.
1173
1174         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1175         (c-tor): pass lyx::pos_types rather than ints.
1176
1177         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1178         lyx::pos_type.
1179
1180         * text.C (Delete): compile fix.
1181         (getPar): ensure that function declaration is the same as that in
1182         the header file.
1183
1184 2004-03-23  Angus Leeming  <leeming@lyx.org>
1185
1186         * ispell.C (LaunchIspell):
1187         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1188         a boost::shred_ptr rather than a std::auto_ptr.
1189
1190 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1191
1192         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1193         handle LFUN_FILE_INSERT_*
1194
1195         * lyxrc.C (setDefaults, getDescription, output, read):
1196         * lyxrc.h: remove ps_command
1197
1198 2004-03-22  Angus Leeming  <leeming@lyx.org>
1199
1200         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1201         Ensure that error_handler is processed once only and that all data
1202         is saved before attempting to output any warning messages.
1203
1204         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1205
1206 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1207
1208         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1209
1210 2004-03-19  André Pönitz  <poenitz@gmx.net>
1211
1212         * cursor.[Ch] (reset): take main text inset as argument
1213
1214         * BufferView: adjust
1215         * BufferView_pimpl.C: adjust
1216
1217         * paragraph.[Ch]: fix completely broken operator=()
1218
1219 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1220
1221         * LColor.C (getFromLyXName): make sure that the color name is used
1222         as lowercase.
1223
1224 2004-03-17  Angus Leeming  <leeming@lyx.org>
1225
1226         * lfuns.h:
1227         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1228
1229         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1230         dialog and to kill a forked process.
1231
1232 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1233
1234         * text2.C (setCursorFromCoordinates): fix font problem
1235
1236 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1237
1238         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1239         bogus "rebuild cursor" code
1240
1241 2004-03-11  André Pönitz  <poenitz@gmx.net>
1242
1243         * buffer.[Ch]: use InsetText instead of LyXText as container for
1244         the main lyx text.
1245
1246         * dociterator.[Ch]: drop the BufferView * member which is not needed
1247         anymore after the change to buffer.C
1248
1249         * paragraph_funcs.C:
1250         * text.C:
1251         * text2.C:
1252         * BufferView.[Ch]:
1253         * BufferView_pimpl.[Ch]:
1254         * cursor.[Ch]:
1255         * cursor_slice.[Ch]: adjust
1256
1257         * text3.C: fix bug in mathDispatch
1258
1259 2004-03-08  André Pönitz  <poenitz@gmx.net>
1260
1261         * undo.[Ch]: use 'StableDocumentIterator' as base for
1262         the Undo struct.
1263
1264 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1265
1266         * LaTeXFeatures.C:
1267         * bufferparams.[Ch]: add jurabib support and param.
1268
1269         * LaTeX.C: add FIXME/comment.
1270
1271 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1272
1273         * buffer.C: increment file format to 230.
1274
1275 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1276
1277         * cursor.C (dispatch): avoid infinite loops
1278
1279 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1280
1281         * rowpainter.C (paintSelection): fix x coordinates
1282
1283 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1284
1285         * text.C (rowBreakPoint): fix breaking before displayed insets
1286
1287 2004-03-01  André Pönitz  <poenitz@gmx.net>
1288
1289         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1290
1291         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1292
1293         * Makefile.am:
1294         * BufferView.C:
1295         * BufferView_pimpl.C:
1296         * buffer.C:
1297         * lyxfind.C:
1298         * lyxfunc.C:
1299         * text.C:
1300         * text2.C:
1301         * text3.C: adjust
1302
1303 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1304
1305         * lyxtext.h:
1306         * text.C:
1307         * text2.C:
1308         * rowpainter.C:
1309         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1310         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1311
1312 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1313
1314         * Bidi.[Ch] (computeTables): const correctness
1315         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1316         fill_hfill, fill_label_hfill and x from Row
1317         * lyxtext.h: prepareToPrint returns a RowMetrics
1318         * rowPainter.C: adjust
1319         * text.C (prepareToPrint): use width, not textWidth. adjust
1320         (redoParagraphInternal, cursorX): adjust
1321         * text2.C (getColumnNearX): adjust
1322         (init): put a default value to the top LyXText::width
1323
1324 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1325
1326         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1327
1328 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1329
1330         * lyxtext.h: add FontIterator class
1331
1332         * text.C (FontIterator, operator*, operator->, operator++): add
1333         (rowBreakPoint, setRowWidth): adjust (fixing a
1334         rebreaking bug)
1335
1336 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1337
1338         * BufferView_pimpl.C (workAreaDispatch): allow also
1339         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1340
1341 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1342
1343         * text.C (rowBreakPoint): fix a bug showing with very large insets
1344
1345 2004-02-25  André Pönitz  <poenitz@gmx.net>
1346
1347         * text3.C:
1348         * cursor.[Ch]: move some mathed specific code to mathed
1349
1350 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1351
1352         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1353         use_tempdir in preferences
1354         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1355         tempfile creation
1356         * lyx_main.C: ensure that tempdir is valid
1357         * lyxlex.h: correct typo
1358         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1359         * paragraph.[Ch] (isMultiLingual): make const
1360         * cursor.[Ch] (openable): make const
1361
1362 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1363
1364         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1365
1366 2004-02-20  André Pönitz  <poenitz@gmx.net>
1367
1368         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1369
1370         * cursor.[Ch]: prepare for localized getStatus()
1371
1372         * lyxtext.h:
1373         * tabular.C:
1374         * text.C:
1375         * text2.C:
1376         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1377
1378 2004-02-20  André Pönitz  <poenitz@gmx.net>
1379
1380         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1381
1382 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1383
1384         * text2.C (setCursorFromCoordinates): switch to absolute coords
1385         (cursorUp): adjust
1386         (cursorDown): adjust
1387         * text3.C (dispatch): adjust
1388
1389 2004-02-16  André Pönitz  <poenitz@gmx.net>
1390
1391         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1392           insets/ChangeLog)
1393
1394         * cursor_slice.[Ch]: remove unneeded acessor function
1395
1396         * lyxtext.h: rename rtl() to isRTL()
1397
1398         * rowpainter.C:
1399         * tabular.C:
1400         * text.C:
1401         * text2.C:
1402         * text3.C: adjust
1403
1404 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1405
1406         * rowpainter.C (paintSelection): coord fix
1407
1408 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1409
1410         * Spacing.C: compile fix
1411
1412 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1413
1414         * cursor.C (dispatch): restore current_ before returning
1415
1416 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1417
1418         * text2.C (cursorUp, cursorDown): fix coords
1419         (moveUp): fix crash
1420
1421 2004-02-12  André Pönitz  <poenitz@gmx.net>
1422
1423         * lyxtext.h:
1424         * text.C:
1425         * text2.C:
1426         * text3.C: add LCursor & parameter to most cursor movement functions
1427           remove usage of LyXText::cursorRow() and cursorPar()
1428
1429         * cursor.[Ch]: add textRow() needed members
1430
1431         * BufferView.C:
1432         * BufferView_pimpl.C:
1433         * paragraph.[Ch]:
1434         * BufferView.C:
1435         * BufferView_pimpl.C: adjust
1436
1437 2004-02-11  André Pönitz  <poenitz@gmx.net>
1438
1439         * lyxfunc.C:
1440         * BufferView.[Ch]:
1441         * BufferView_pimpl.C: shift undo/redo handling
1442
1443         * cursor.[Ch]: fix mathed crash
1444
1445         * lyxfind.C:
1446         * lyxtext.h: move selectionAsText to LCursor
1447
1448         * output_latex.C:
1449         * paragraph.C:
1450         * text.C:
1451         * text2.C:
1452         * text3.C: adjust
1453
1454         * rowpainter.C: fix excessive drawing
1455
1456 2004-02-06  André Pönitz  <poenitz@gmx.net>
1457
1458         * BufferView.[Ch]:
1459         * BufferView_pimpl.[Ch]:
1460         * text3.C: move some text specific LFUN handling
1461
1462 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1463
1464         * text3.C (checkInsetHit): adjust coords
1465         * text2.C (getColumnNearX): adjust coords
1466         (edit): adjust coords
1467         * text.C (getRowNearY): add two asserts
1468
1469 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1470
1471         * converter.C:
1472         * format.C: add using std::distance to compile on gcc 2.95/stlport
1473
1474 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1475
1476         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1477
1478 2004-02-04  André Pönitz  <poenitz@gmx.net>
1479
1480         * BufferView.[Ch] (insertInset):
1481         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1482
1483         * text2.C:
1484         * text3.C: adjust
1485
1486 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1487
1488         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1489         on the default clause of the switch
1490         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1491         wasn't catched by LCursor::dispatch
1492
1493 2004-02-03  André Pönitz  <poenitz@gmx.net>
1494
1495         * BufferView.C:
1496         * cursor.[Ch]: some additional asserts
1497
1498         * undo.[Ch]: remove LyXText dependency in interface
1499
1500         * lyxfunc.C: adjust
1501
1502         * lyxtext.h (firstPar, lastPar): remove dead functions
1503
1504         * text.C:
1505         * text2.C:
1506         * text3.C:
1507         * paragraph.[Ch]: adjust
1508
1509 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1510
1511         * lyxfind.C (find): fix argument order in call to ::find
1512
1513 2004-02-02  André Pönitz  <poenitz@gmx.net>
1514
1515         * cursor.[Ch]: remove direct access to anchor
1516
1517         * text.C: remove findText() hack
1518
1519 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1520
1521         * iterators.[Ch] (lockPath): remove in favour of...
1522         * BufferView.[Ch] (setCursor): this addition
1523         * BufferView.C (putSelectionAt): adjust
1524         * undo.C (performUndoOrRedo): adjust
1525         * lyxfunc.C (dispatch): adjust
1526
1527 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1528
1529         * iterators.C (lockPath): add a missing slice
1530         * undo.C (performUndoOrRedo): remove redundant positioning code
1531
1532 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1533
1534         * vc-backend.C (scanMaster): ";" -> ';'
1535
1536 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1537
1538         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1539         std::binary_function
1540
1541         * lyxtextclass.C (compare_name): rename to...
1542         (LayoutNamesEqual): ...this
1543
1544         * lyxlex_pimpl.C (compare_tags): inherit from
1545         std::binary_function, put back into anon namespace
1546
1547         * lyxfind.C (MatchString): inherig from std::binary_function
1548         (findChange): use empty() istead of !size()
1549
1550         * format.C (FormatNamesEqual): new functor
1551         (getFormat): use it
1552         (getNumber): use it
1553         (add): use it
1554         (erase): use it
1555         (setViewer): use it
1556
1557         * converter.C (compare_Converter): rename to...
1558         (ConverterEqual): ...this, and fixup a bit.
1559         (getConverter): use it, and make function const
1560         (getNumber): use it, and make function const
1561         (add): use it
1562         (erase): use it:
1563
1564         * bufferlist.C: add using boost::bind
1565
1566         * MenuBackend.C (MenuNamesEqual): new functor
1567         (hasMenu): use it, and make function const
1568         (hasSubmenu): use nested bind to get rid of compare_memfun.
1569
1570 2004-01-30  André Pönitz  <poenitz@gmx.net>
1571
1572         * BufferView_pimpl.C:
1573         * cursor.C:
1574         * cursor.h:
1575         * cursor_slice.[Ch]:
1576         * lyxfunc.C:
1577         * lyxtext.h:
1578         * paragraph_funcs.C:
1579         * paragraph_funcs.h:
1580         * rowpainter.C:
1581         * text.C:
1582         * text2.C:
1583         * text3.C: move some of the edit(x,y) handling to the insets
1584         some coordinate changes.
1585
1586 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1587
1588         * text.C: add using statements for std::advance and std::distance
1589
1590         * paragraph.C: add using statement for std::distance
1591
1592         * lyxfind.C: add using statement for std::advance
1593
1594         * cursor.C (region): remove std:: from swap
1595         (openable): use nucleus in stead of operator->
1596
1597         * BufferView.C: add using statements for std::distance and std::swap
1598
1599 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1600
1601         * iterators.C: Remove the pimple, move the needed structures to
1602         the header file. Create accessor for the positions stack.
1603         (asPosIterator): remove function
1604
1605         * PosIterator.C (PosIterator): move constructors to top of file
1606         (PosIterator): reimplement the constructor taking a ParIterator in
1607         terms of setFrom.
1608         (setFrom): new function
1609         (operator!=): inline it
1610
1611 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1612
1613         * lyxfind.C (replaceAll): use std::advance
1614
1615         * iterators.h: inherit from std::iterator.
1616
1617         * PosIterator.C (advance, distance): remove
1618         * PosIterator.h: interit from std::iterator.
1619
1620 2004-01-26  André Pönitz  <poenitz@gmx.net>
1621
1622         * BufferView.[Ch]:
1623         * BufferView_pimpl.[Ch]:
1624         * InsetList.[Ch]:
1625         * PosIterator.[Ch]:
1626         * buffer.h:
1627         * bufferview_funcs.C:
1628         * cursor.[Ch]:
1629         * cursor_slice.h:
1630         * factory.[Ch]:
1631         * iterators.[Ch]:
1632         * lyxfind.C:
1633         * lyxfunc.C:
1634         * lyxtext.h:
1635         * output_docbook.C:
1636         * output_latex.C:
1637         * output_linuxdoc.C:
1638         * output_plaintext.C:
1639         * paragraph.[Ch]:
1640         * paragraph_funcs.[Ch]:
1641         * paragraph_pimpl.[Ch]:
1642         * rowpainter.C:
1643         * tabular.C:
1644         * tabular.h:
1645         * text.C:
1646         * text2.C:
1647         * text3.C: more IU:  dumps most of the rest of the mathcursor
1648     implementation into cursor.[Ch]; "globalize" a bit of it.
1649
1650 2004-01-25  Angus Leeming  <leeming@lyx.org>
1651
1652         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1653
1654 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1655
1656         * LaTeXFeatures.h: add nice_ and nice() const
1657         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1658
1659 2004-01-20  André Pönitz  <poenitz@gmx.net>
1660
1661         * BufferView.[Ch]:
1662         * BufferView_pimpl.C:
1663         * PosIterator.C:
1664         * bufferview_funcs.C:
1665         * cursor.[Ch]:
1666         * cursor_slice.[Ch]:
1667         * factory.C:
1668         * iterators.C:
1669         * lyx_cb.C:
1670         * lyxfind.C:
1671         * lyxfunc.C:
1672         * lyxtext.h:
1673         * rowpainter.C:
1674         * text.C:
1675         * text2.C:
1676         * text3.C:
1677         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1678           LCursor and mathcursor parts to LCursor and InsetBase.
1679
1680 2004-01-15  André Pönitz  <poenitz@gmx.net>
1681
1682         * cursor_slice.[Ch]: add a few covienience functions
1683
1684         * funcrequest.[Ch]: remove BufferView * member
1685
1686         * BufferView_pimpl.C:
1687         * cursor.C:
1688         * factory.[Ch]:
1689         * lyxfind.[Ch]:
1690         * lyxfunc.C:
1691         * lyxtext.h:
1692         * text3.C:
1693         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1694
1695 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1696
1697         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1698         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1699
1700 2004-01-13  André Pönitz  <poenitz@gmx.net>
1701
1702         * textcursor.[Ch]:
1703         * lyxtext.h: hide cursor and selection anchor behind accessor function
1704
1705         * BufferView.C:
1706         * BufferView_pimpl.[Ch]:
1707         * PosIterator.C:
1708         * bufferview_funcs.C:
1709         * cursor.h:
1710         * lyxfind.C:
1711         * lyxfunc.C:
1712         * text.C:
1713         * text2.C:
1714         * text3.C:
1715         * undo.C: adjust
1716
1717         * cursor.h:
1718         * cursor_slice.[Ch]: some integer type changes for inset unification
1719
1720         * lyxcursor.[hC]: remove, it's CursorSlice now.
1721
1722         * Makefile.am:
1723         * BufferView_pimpl.[Ch]:
1724         * bufferview_funcs.C:
1725         * cursor_slice.C:
1726         * lyxtext.h:
1727         * text.C:
1728         * text2.C:
1729         * text3.C:
1730         * textcursor.[Ch]: adjust
1731
1732 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1733
1734         * text2.C (undoSpan): add and use
1735         * text.C (breakParagraph): use undoSpan (fix bug 578)
1736         * lyxtext.h: adjust
1737
1738 2004-01-08  Angus Leeming  <leeming@lyx.org>
1739
1740         * BufferView_pimpl.C (MenuInsertLyXFile):
1741         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1742         * lyxfunc.C (menuNew, open, doImport):
1743         FileFilterList change to the FileDialog open and save functions.
1744
1745 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1746
1747         * ShareContainer.h: make isEqual and isUnique adaptable
1748
1749         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1750
1751 2004-01-07  Angus Leeming  <leeming@lyx.org>
1752
1753         * LyXAction.C:
1754         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1755
1756         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1757
1758         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1759         functions replacing find, replace and replaceAll.
1760
1761         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1762         LFUN_WORDFIND(FORWARD|BACKWARD).
1763
1764 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1765
1766         * text.C (breakParagraph): remove an outdated #warning
1767
1768 2004-01-07  André Pönitz  <poenitz@gmx.net>
1769
1770         * lyxfind.C: somewhat clearer logic
1771
1772         * text.C: prevent crash in cursorX on unitialized row cache
1773
1774 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1775
1776         * lyxcursor.[Ch] (operator>): add
1777         * textcursor.C (selStart, selEnd): use std::min and std::max
1778
1779 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1780
1781         * Chktex.C: include boost/format.hpp
1782
1783 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1784
1785         * InsetList.C: replace functor MathcIt with adaptable functor
1786         InsetTablePosLess
1787         (insetIterator): modify accordingly
1788
1789         * BranchList.h: move the BranchNamesEqual functor here from...
1790         * BranchList.C: ... to here
1791
1792         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1793         SameName and match.
1794         (add): replace a finding loop with std::find_if.
1795
1796 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1797
1798         * output_docbook.C: moving LatexParam functionality into
1799         .layout files
1800
1801 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1802
1803         * buffer.C: increment format to 229.
1804
1805 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1806
1807         * LaTeXFeatures.C:
1808         * lyx_sty.[Ch]: remove minipageindent_def
1809
1810         * LyXAction.C:
1811         * factory.C:
1812         * lfuns.h:
1813         * lyxfunc.C:
1814         * text3.C: remove LFUN_INSET_MINIPAGE
1815
1816 2003-12-28  Angus Leeming  <leeming@lyx.org>
1817
1818         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1819
1820 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1821
1822         * text2.C (setParagraph): fix off-by-one crash
1823
1824 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1825
1826         * output_docbook.C: header stuff for AGU
1827
1828 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1829
1830         * text2.C (redoCursor): remove
1831         * text.C:
1832         * text3.C:
1833         * BufferView_pimpl.C: remove calls to redoCursor and
1834         setCursor(cursor.par(), cursor.pos()) all around
1835
1836 2003-12-15  Angus Leeming  <leeming@lyx.org>
1837
1838         * buffer.C: up the format to 228.
1839
1840 2003-12-15  André Pönitz  <poenitz@gmx.net>
1841
1842         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1843         slices
1844
1845         * Makefile.am:
1846
1847         * BufferView_pimpl.C:
1848         * cursor.[Ch]:
1849         * lyxcursor.[Ch]:
1850         * rowpainter.[Ch]:
1851         * lyxtext.h:
1852         * text.C:
1853         * text2.C:
1854         * text3.C: adjust
1855
1856 2003-12-15  Angus Leeming  <leeming@lyx.org>
1857
1858         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1859         than getFromGUIName to manipulate the color.
1860
1861 2003-12-14  Angus Leeming  <leeming@lyx.org>
1862
1863         * BranchList.[Ch]: minimize the API.
1864         (Branch::getBranch, getColor): now return a 'const &'.
1865         (Branch::setSelected) now returns a bool set to true if the
1866         selection status changes.
1867         (BranchList::clear, size, getColor, setColor, setSelected,
1868         allBranches, allSelected, separator): removed.
1869         (BranchList::find): new functions, returning the Branch with
1870         the given name.
1871         (BranchList::add, remove): return a bool indicating that
1872         the operation was successful.
1873
1874         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1875         new InsetBranch::isBranchSlected member function.
1876
1877         * LColor.[Ch]: mimimize the API.
1878         (fill): renamed as addColor and made private.
1879         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1880         versions of these functions taking a string arg have been removed.
1881
1882         * bufferparams.C (readToken):
1883         * lyxfunc.C (dispatch):
1884         * lyxrc.C (read): changes due to the altered BranchList and
1885         LColor APIs.
1886
1887         * factory.C (createInset, readInset): changes due to altered
1888         InsetBranch c-tor.
1889
1890 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1891
1892         * factory.C:
1893         * lyxfunc.C: remove insetminipage. "minipage-insert"
1894         now produces a frameless minipage box inset.
1895
1896 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1897
1898         * textcursor.[Ch] (selStart,selEnd): add new methods
1899         remove selection::start, end, use LyXCursor::operator<
1900         * lyxcursor.[Ch] (operator<): add
1901         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1902         * BufferView.[Ch] (unsetXSel): add
1903         * text2.C (clearSelection): use unsetXSel,adjust
1904         * text.C: adjust
1905         * text3.C: adjust
1906         * rowpainter.C: adjust
1907         * bufferview_funcs.C (put_selection_at): adjust
1908
1909 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1910
1911         * BufferView_pimpl.C: small coord. correction
1912
1913 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1914
1915         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1916         dragging over the splash screen.
1917
1918 2003-12-11  Angus Leeming  <leeming@lyx.org>
1919
1920         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1921         as it is now handled in LyXText::dispatch.
1922
1923         * text3.C (doInsertInset): remove a level of nesting.
1924
1925 2003-12-11  Angus Leeming  <leeming@lyx.org>
1926
1927         * factory.C (createInset): changes due to the changed interface to
1928         InsetCommandMailer::string2params.
1929
1930 2003-12-10  Angus Leeming  <leeming@lyx.org>
1931
1932         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1933         'dialog-show-new-inset <inset name>'
1934
1935 2003-12-10  Angus Leeming  <leeming@lyx.org>
1936
1937         * buffer.C: up the format to 227.
1938
1939         * factory.C: the box inset is now identified simply by 'Box'.
1940
1941 2003-12-10  Angus Leeming  <leeming@lyx.org>
1942
1943         * buffer.C: up the format to 226.
1944
1945         * factory.C: the note inset is now identified simply by 'Note'.
1946
1947 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1948
1949         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1950         when a pit is enough. Standarize a couple of loops.
1951
1952 2003-12-05  Angus Leeming  <leeming@lyx.org>
1953
1954         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1955         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1956         data to the re-worked "log" dialog.
1957
1958 2003-12-03  André Pönitz  <poenitz@gmx.net>
1959
1960         * PosIterator.C:
1961         * iterators.C:
1962         * lyxtext.h:
1963         * output_latex.C:
1964         * paragraph_funcs.C:
1965         * text.C:
1966         * text2.C: use Inset::getText instead of Inset::getParagraph
1967
1968 2003-12-03  André Pönitz  <poenitz@gmx.net>
1969
1970         * buffer.[Ch]:
1971         * lyxtext.h:
1972         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1973         InsetText::read() as LyXText::read()
1974
1975 2003-12-02  Angus Leeming  <leeming@lyx.org>
1976
1977         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1978         type. Add a comment in the implementation that the function uses
1979         the stream's bad() function rather than fail() as the std::streams
1980         would do.
1981
1982 2003-12-02  André Pönitz  <poenitz@gmx.net>
1983
1984         * lyxlex.[Ch]: make interface more similar to std::stream
1985
1986         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1987
1988 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1989
1990         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1991
1992 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1993
1994         * vspace.[Ch]: remove VSpace::NONE
1995
1996 2003-12-01  André Pönitz  <poenitz@gmx.net>
1997
1998         * buffer.[Ch]:
1999         * lyxtext.h: move ParagraphList member to LyXText
2000         rename LyXText::ownerParagraphs to LyXText::paragraph
2001
2002         * CutAndPaste.C:
2003         * bufferview_funcs.C:
2004         * iterators.[Ch]:
2005         * lyx_cb.C:
2006         * paragraph.C:
2007         * rowpainter.C:
2008         * tabular.C:
2009         * text.C:
2010         * text2.C:
2011         * text3.C: adjust
2012
2013         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2014
2015         * undo.C: fix cursor positioning
2016
2017 2003-12-01  John Levon  <levon@movementarian.org>
2018
2019         * BufferView_pimpl.C: fix a crash on exit with
2020         a buffer open
2021
2022 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2023
2024         * BranchList.C: fix setSelected() method.
2025
2026 2003-11-28  André Pönitz  <poenitz@gmx.net>
2027
2028         * ParagraphParameters.[Ch]:
2029         * ParameterStruct.h: remove space above/below from Paragraph to
2030          InsetVSpace
2031
2032         * BufferView_pimpl.C:
2033         * factory.C:
2034         * lyxfunc.C:
2035         * lyxtext.h:
2036         * output_latex.C:
2037         * paragraph.C:
2038         * paragraph_funcs.C:
2039         * rowpainter.[Ch]:
2040         * text.C:
2041         * text2.C:
2042         * text3.C: adjust
2043
2044 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2045
2046         * factory.C: Syntax change for CharStyles
2047
2048 2003-11-28  André Pönitz  <poenitz@gmx.net>
2049
2050         * BufferView.[Ch]:
2051         * BufferView.[Ch]:
2052         * buffer.[Ch]:
2053         * buffer.[Ch]: move LyXText member
2054
2055 2003-11-28  André Pönitz  <poenitz@gmx.net>
2056
2057         * BufferView.[Ch]: make LyXText * text a private member
2058
2059         * BufferView_pimpl.C:
2060         * cursor.C:
2061         * iterators.C:
2062         * lyx_cb.C:
2063         * lyxfind.C:
2064         * lyxtext.h:
2065         * rowpainter.[Ch]:
2066         * text.C:
2067         * text2.C:
2068         * undo.C: adjust
2069
2070         * output_plaintext.C: cleanup
2071
2072 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2073
2074         * buffer.C:
2075         * lyxtextclass.[Ch]: parametrize SGML document header
2076
2077 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2078
2079         * converter.[Ch]:
2080         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2081         getFlavor().
2082
2083 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2084
2085         * text2.C (setFont): rework using PosIterator (no more recursive)
2086         (setCharFont): no more needed
2087         (setLayout): no more selection cursors fiddling (done by redoCursor)
2088         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2089         destroy remaining ones)
2090
2091 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2092
2093         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2094         * lyxtext.h: ditto
2095         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2096         selection cursors
2097         * lyxfunc.C: adjust
2098         * text3.C: adjust + re-allow multi par depth changes
2099         * textcursor.C: simplify a bit
2100
2101 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2102
2103         * src/buffer.C:
2104         * src/lyxlayout.C:
2105         * src/lyxlayout.h:
2106         * src/lyxtext.h:
2107         * src/output_docbook.C:
2108         * src/output_latex.C:
2109         * src/paragraph.C:
2110         * src/paragraph.h:
2111         * src/sgml.C:
2112         * src/sgml.h:
2113         * src/text2.C: Introducing a number of tags parametrizing various
2114         XML formats that we may want to support
2115
2116 2003-11-25  André Pönitz  <poenitz@gmx.net>
2117
2118         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2119
2120         * lyxtext.h (leftMargin/rightMargin): simplify interface
2121
2122         * rowpainter.C:
2123         * text.C:
2124         * text2.C:
2125         * text3.C: adjust
2126
2127 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2128
2129         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2130         master file to any child files. Fixes bug 546.
2131
2132 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2133
2134         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2135
2136 2003-11-24  André Pönitz  <poenitz@gmx.net>
2137
2138         * rowpainter.C: simplification
2139
2140         * text2.C (updateCounters): remove call to redoParagraph on
2141         changed labels as this is far too expensive.
2142
2143 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2144
2145         * converter.C (convert): fix a crash: this function gets
2146         called with buffer == 0 from importer code.
2147
2148 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2149
2150         * text3.C (cursorPrevious): make sure that we do not compare
2151         iterators form different containers.
2152         (cursorNext): ditto
2153
2154         * rowpainter.C (paintSelection): make sure that we do not compare
2155         iterators from different containers.
2156
2157         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2158         iterators from different ParagraphList containers.
2159         [NEXT] ditto
2160
2161         * text2.C (LyXText): change order of initialization slightly
2162         (operator=): new function. copy all variables except cache_par_
2163         (moveUp): make sure that we do not compare iterators from
2164         different ParagraphList constainers.
2165         (moveDown): ditto
2166
2167         * text.C (firstPar): new function
2168         (lastPar): new function
2169         (endPar): new function
2170
2171         * lyxtext.h: move things around and group public functions, public
2172         variables, private functions, private variables
2173
2174 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2175
2176         * factory.C: change call to InsetERT constructor to avoid
2177         additional invocation of method status
2178         * text2.C (toggleInset): remove redundant update() call
2179         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2180         instead of a Bufferview pointer
2181
2182 2003-11-21  André Pönitz  <poenitz@gmx.net>
2183
2184         * rowpainter.C: simplification
2185
2186 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2187
2188         * text3.C (dispatch): make possible to extend a word/row selection
2189         with the mouse
2190
2191 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2192
2193         * lyxtext.h: x0_,y0_ -> xo_,yo_
2194         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2195         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2196         * rowpainter.C (paintRows): paint full paragraphs
2197
2198 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2199
2200         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2201         screen coordinates)
2202
2203 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2204
2205         * lyxtext.h: add x0_, y0_
2206         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2207         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2208
2209 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2210
2211         * text2.C (setCursorIntern): move the x_target update here *
2212         * text3.C: change some bv() to true/false in calls to
2213         cursorUp/Down/Right/Left
2214         * cursor.C: use helper function.
2215
2216 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2217
2218         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2219         * paragraph_funcs.[Ch]: correct comment
2220         * rowpainter.C: do not paint selections away from bv->cursor()
2221         Fix a long standing selection painting bug.
2222         * text3.C: generalize mouse-selection code to LyXTexts other that
2223         top one
2224         * textcursor.C: do not use y coords if we can use par offsets
2225
2226 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2227
2228         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2229         cursor position after e.g. inset insert)
2230
2231 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2232
2233         * lyxfind.C (replace): adjust to locking removal + some
2234         code simplification
2235
2236 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2237
2238         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2239         of the path
2240
2241 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2242
2243         * lyxlayout.[Ch]:
2244         * output_docbook.C: XML sanitation: new layout
2245         parameters InnerTag and CommandDepth
2246
2247 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2248
2249         * BufferView_pimpl.C:
2250         * factory.C:
2251         * text3.C: Fix the insertion and modification of button-style
2252         insets
2253
2254 2003-11-13  André Pönitz  <poenitz@gmx.net>
2255
2256         * InsetList.[Ch]: remove deleteLyXText
2257
2258         * paragraph.[Ch]: cache beginOfBody position
2259
2260         * Bidi.C:
2261         * text.C:
2262         * text2.C:
2263         * text3.C: remove superfluous update() calls
2264
2265         * vspace.C: cleanup
2266
2267 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2268
2269         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2270         * BufferView.C (fitLockedInsetCursor): remove
2271         * cursor.[Ch] (getDim): add
2272         * text.C (getRowNearY): add faster version
2273         * text3.C: remove some update calls
2274
2275 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2276
2277         * LaTeXFeatures.C:
2278         * LyXAction.C:
2279         * MenuBackend.C:
2280         * MenuBackend.h:
2281         * dispatchresult.h:
2282         * factory.C:
2283         * lfuns.h:
2284         * lyxfunc.C:
2285         * lyxtextclass.C:
2286         * lyxtextclass.h:
2287         * text3.C: The Character Style /XML short element patch.
2288
2289 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2290
2291         * text3.C:
2292         * factory.C: Small step to solving 'unable to insert some insets'
2293         problem
2294
2295 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2296
2297         * cursor.[Ch] (updatePos): new function for updating the y
2298         position of the tip inset
2299         * bufferview_funcs.C (put_selection_at):
2300         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2301
2302 2003-11-11  André Pönitz  <poenitz@gmx.net>
2303
2304         * text.C: remove big comment on invalid Paragraph pointers as it is
2305         not valid anymore
2306
2307 2003-11-11  André Pönitz  <poenitz@gmx.net>
2308
2309         * text_funcs.[Ch]: merge with ...
2310
2311         * text.C: ... this
2312
2313         * lyxtext.h:
2314         * text2.C:
2315         * text3.C: adjust
2316
2317         * Makefile.am: remove text_funcs.[Ch]
2318
2319 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2320
2321         * cursor.C (getPos): return absolute cached y coord
2322
2323         * BufferView_pimpl.C (fitCursor): new simplistic code
2324         (workAreaDispatch): add a fitCursor call
2325
2326 2003-11-10  André Pönitz  <poenitz@gmx.net>
2327
2328         * BufferView.[Ch]:
2329         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2330
2331 2003-11-10  André Pönitz  <poenitz@gmx.net>
2332
2333         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2334         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2335         indicate that the cursor needs to leave an inset
2336
2337         * lyxtext.h: remove inset locking
2338
2339         * cursor.[Ch]: re-implement functionality provided by inset locking
2340
2341         * BufferView.[Ch]:
2342         * BufferView_pimpl.[Ch]:
2343         * LyXAction.C:
2344         * bufferview_funcs.[Ch]:
2345         * factory.C:
2346         * funcrequest.[Ch]:
2347         * iterators.C:
2348         * lyx_cb.C:
2349         * lyxfind.C:
2350         * lyxfunc.C:
2351         * text.C:
2352         * text2.C:
2353         * text3.C:
2354         * undo.C: adjust
2355
2356 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2357
2358         * PosIterator.[Ch]: replace the stack with a vector, add inset
2359         accesor
2360         * iterators.[C]: adjust
2361
2362 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2363
2364         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2365         replaced
2366         * paragraph_funcs.C (readParToken): put the correct id in the
2367         error item, not the id of the top paragraph
2368
2369 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2370
2371         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2372         * bufferview_funcs.C (put_selection_at): use the above
2373
2374 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2375
2376         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2377
2378 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2379
2380         * output_linuxdoc.h:
2381         * output_plaintext.h:
2382         * output.h:
2383         * output_docbook.h: add #include statements
2384
2385 2003-11-05  José Matos  <jamatos@lyx.org>
2386
2387         * output_docbook.[Ch]:
2388         * output_latex.[Ch]:
2389         * output_linuxdoc.[Ch]:
2390         * output_plaintext.[Ch]: New files for output formats.
2391         * output.[Ch]: New file for helper functions.
2392
2393         * buffer.[Ch]:
2394         * paragraph_funcs.[Ch]: output functions moved to new files.
2395
2396         * outputparams.h: rename of latexrunparams.h
2397
2398         * LaTeX.[Ch]:
2399         * buffer.[Ch]:
2400         * bufferlist.[Ch]:
2401         * converter.[Ch]:
2402         * exporter.C:
2403         * paragraph.[Ch]:
2404         * paragraph_funcs.[Ch]:
2405         * paragraph_pimpl.[Ch]:
2406         * tabular.[Ch]: rename ascii to plaintext
2407         and LatexRunParams to OutputParams.
2408
2409 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2410
2411         * iterators.[Ch] (text): require bv argument
2412         * undo.C (recordUndo):
2413         * lyxfunc.C (dispatch):
2414         * bufferview_funcs.C (put_selection_at): adjust
2415
2416 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2417
2418         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2419
2420 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2421
2422         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2423         nestings
2424
2425 2003-11-04  André Pönitz  <poenitz@gmx.net>
2426
2427         * cursor.[Ch]: restructure
2428
2429         * BufferView.[Ch]:
2430         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2431
2432         * iterators.[Ch] (asCursor): remove
2433
2434         * lfuns.h: remove LFUN_INSET_EDIT
2435
2436         * lyxfunc.C:
2437         * tabular.C:
2438         * text.C:
2439         * text2.C:
2440         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2441
2442 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2443
2444         * lyxfind.[Ch]: complete overhaul
2445         * BufferView_pimpl.C:
2446         * lyxfunc.C: adjust
2447         * paragraph.[Ch] (insert): add
2448
2449 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2450
2451         * BufferView.[Ch]:
2452         * lyxtext.h:
2453         * text.C: remove dead spellcheck code
2454
2455 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2456
2457         * dispatchresult.h: add a val setter
2458
2459         * cursor.C (dispatch): use a tempvar for data_[i]
2460
2461 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2462
2463         * PosIterator.[Ch]: compile fix
2464
2465 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2466
2467         * text.C (cursorPar): deactivate the cursor cache
2468
2469 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2470
2471         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2472
2473 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2474
2475         * text3.C (dispatch): adjust for new DisptchResult semantics.
2476
2477         * lyxfunc.C (dispatch): handle update when return from
2478         Cursor::dispatch, adjust for new DispatchResult semantics.
2479
2480         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2481         DispatchResult(true) mean to not update. Add class functions for
2482         setting dispatched and update, as well as reading.
2483
2484         * cursor.C (dispatch): don't handle update here
2485
2486 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2487
2488         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2489         * trans_mgr.C: adjust
2490
2491         * paragraph_funcs.C (readParToken): exception safety
2492
2493         * lyxvc.h: store the vcs pointer in a scoped_ptr
2494         * lyxvc.C: adjust
2495
2496         * lyxsocket.C (serverCallback): exception safety
2497
2498         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2499
2500         * ispell.C (clone): make it return a auto_ptr
2501
2502         * factory.C (createInset): exception safety
2503         (readInset): exception safety
2504
2505         * bufferlist.C (newBuffer): exception safety
2506
2507         * Thesaurus.C (Thesaurus): use initialization for aik_
2508
2509         * MenuBackend.C (expandToc): exception safety.
2510
2511 2003-11-03  André Pönitz  <poenitz@gmx.net>
2512
2513         * buffer.C:
2514         * buffer.h:
2515         * bufferview_funcs.C: remove getInsetFromId()
2516
2517         * lyxcursor.[Ch]:
2518         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2519
2520         * lyxfunc.C:
2521         * text2.C:
2522         * text3.C: adjust
2523
2524 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2525
2526         * PosIterator.C (distance, advance): new
2527         * bufferview_funcs.[Ch] (put_selection_at): new
2528         * iterators.[Ch] (lockPath): new
2529
2530 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2531
2532         * iterators.[Ch] (asPosIterator): added
2533         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2534         * PosIterator.[Ch]: added
2535
2536 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2537
2538         * text3.C:
2539         * lyxfunc.C:
2540         * cursor.C (dispatch):
2541         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2542
2543         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2544         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2545         contructor, add a class function dispatched. Remove operator>=
2546
2547 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2548
2549         * debug.C: only use the default constructor for debugstream
2550         (lyxerr) here.
2551
2552         * main.C (main): include debug.h and setup the lyxerr streambuf
2553         here.
2554
2555 2003-10-31  José Matos  <jamatos@lyx.org>
2556
2557         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2558
2559         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2560         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2561         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2562         * paragraph_pimpl.C (simpleTeXSpecialC):
2563         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2564         add LatexRunParams argument.
2565
2566         * exporter.C (Export): change call accordingly.
2567
2568         * latexrunparams.h: add new member to take care of the other backends.
2569 2003-10-30  José Matos  <jamatos@lyx.org>
2570
2571         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2572         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2573         factorise code for paragraph output.
2574         * buffer.[Ch]:
2575         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2576         move functions.
2577
2578 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2579
2580         * text3.C (dispatch):
2581         * lyxfunc.C (dispatch):
2582         * cursor.C (dispatch):
2583         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2584
2585         * dispatchresult.h: make the dispatch_result_t ctor explicit
2586
2587 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2588
2589         * sgml.[Ch]:
2590         * buffer.C: small refactoring of docbook stuff
2591
2592 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2593
2594         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2595         meaning.
2596
2597 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2598
2599         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2600         operator dispatch_result_t, and operators for == != and >=
2601
2602         * cursor.C (dispatch): adjust for operator dispatch_result_t
2603         removal. comment out call to update
2604
2605         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2606
2607 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2608
2609         * text3.C:
2610         * text2.C:
2611         * text.C:
2612         * lyxtext.h:
2613         * lyxfunc.C:
2614         * cursor.C:
2615         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2616         (dispatch):
2617
2618         * dispatchresult.h: new file, DispatchResult broken out of
2619         insets/insetbase.h
2620
2621         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2622
2623 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2624
2625         * text.C (rowBreakPoint): put a hack inside #if 0
2626
2627 2003-10-28  André Pönitz  <poenitz@gmx.net>
2628
2629         * lyxtext.h:
2630         * metricsinfo.C:
2631         * paragraph_funcs.C:
2632         * rowpainter.C:
2633         * text.C:
2634         * text2.C: general cleanup (lots of small stuff)
2635
2636 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2637
2638         * text2.C (cursorEnd): simple fix to the "end key goes to one
2639         before the end on last row" bug
2640
2641 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2642
2643         * text.C (backspace): fix the "zombie characters"
2644
2645 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2646
2647         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2648
2649 2003-10-27  André Pönitz  <poenitz@gmx.net>
2650
2651         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2652
2653         * factory.C: handle new InsetPagebreak, InsetLine
2654
2655         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2656         and move handling into new InsetPagebreak, InsetLine
2657
2658         * BufferView_pimpl.C:
2659         * LyXAction.C:
2660         * ParagraphParameters.C:
2661         * ParameterStruct.h:
2662         * lyxfunc.C:
2663         * lyxtext.h:
2664         * paragraph.C:
2665         * paragraph.h:
2666         * paragraph_funcs.C:
2667         * paragraph_pimpl.C:
2668         * rowpainter.C:
2669         * text.C:
2670         * text2.C:
2671         * text3.C: adjust
2672
2673 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2674
2675         * text.C:
2676         * lyxrow_funcs.[Ch]:
2677         * Bidi.C:
2678         * paragraph.C:
2679         * lyxtext.h:
2680         * rowpainter.C:
2681         * text2.C:
2682         * text3.C: remove lastPos uses in favour of Row::endpos
2683
2684 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2685
2686         * undo.C (performUndoOrRedo): fix two crashes by setting a
2687         cursor by hand and reordering some calls. Use bv->lockInset instead
2688         of inset->edit because the latter loses cursor information
2689
2690 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2691
2692         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2693         by Martin
2694         (rowBreakPoint): fix width. change point to point + 1.
2695         Add a missing check.
2696
2697 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2698
2699         * MenuBackend.C:
2700         * lyxfunc.C: fix (at least partly) the problems
2701         with the Nav menu and headers inside branch insets
2702         reported by Kayvan
2703
2704 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2705
2706         * paragraph.C (getChar): add strong asserts
2707
2708         * lyxrow_funcs.C (lastPos): remove hideous hack
2709
2710         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2711         (fill): adjust to that (avoid an infinite loop)
2712
2713 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2714
2715         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2716
2717 2003-10-23  André Pönitz  <poenitz@gmx.net>
2718
2719         * RowList_fwd.h: change list<> to vector<> to gain speed
2720         after suggestion from Alfredo
2721
2722 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2723
2724         * lyxtext.h: move the bidi stuff from here...
2725         * text.C: and here
2726         * text2.C: and here
2727         * Bidi.[Ch]: ... to here
2728
2729 2003-10-23  André Pönitz  <poenitz@gmx.net>
2730
2731         * lyxtext.h:
2732         * text.C (isLastRow, isFirstRow): new functions
2733
2734         * paragraph.h: new width cache member
2735
2736         * rowpainter.C: replace RowList::iterator with Row & where possible
2737
2738         * lyxfunc.C: replace several view()->text with a single call
2739
2740         * toc.C: fix 'unused' warning
2741
2742 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2743
2744         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2745         when woring with stream::pos_type
2746         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2747
2748 2003-10-22  André Pönitz  <poenitz@gmx.net>
2749
2750         * lyxtext.h:
2751         * text.C: use Row & instead of RowList::iterator
2752
2753         * lyxrow.h: rename end() to endpos()
2754
2755         * rowpainter.C:
2756         * text.C:
2757         * text2.C: adjust
2758
2759 2003-10-22  Angus Leeming  <leeming@lyx.org>
2760
2761         * buffer.[Ch] (fully_loaded): new member function, returning true
2762         only when the file has been loaded fully.
2763         Used to prevent the premature generation of previews and by the
2764         citation inset to prevent computation of the natbib-style label.
2765
2766         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2767         templates are all set up.
2768
2769         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2770
2771 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2772
2773         * text.C: fixed an "oops" in the "is a bit silly"
2774         bug fix
2775
2776 2003-10-21  André Pönitz  <poenitz@gmx.net>
2777
2778         * FuncStatus.[Ch]: small stuff, whitespace
2779
2780         * lyxfont.[Ch]: operator<<() for debug reasons
2781
2782         * lyxfunc.C:
2783         * lyxrow_funcs.C:
2784         * lyxtext.h: whitespace, spelling
2785
2786         * paragraph.C: naming of variables
2787
2788         * text.C:
2789         * text2.C: small stuff
2790
2791
2792 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2793
2794         * text.C: (1) finish off the inset display() work;
2795         (2) fix the "is a bit silly" bug (accessing char
2796         past end of par).
2797
2798 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2799
2800         * text.C: re-introduce display() for insets, fixing the
2801         various bugs (stretch of line above, math inset
2802         positioning, ...)
2803
2804 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2805
2806         * text.C (rightMargin): remove spurious semicolon
2807
2808         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2809         1415)
2810
2811 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2812
2813         * text3.C: fix one crash due to wrong cursor def
2814
2815 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2816
2817         * vc-backend.C (scanMaster): make the regex static
2818
2819         * LaTeX.C (scanAuxFile): make the regexs static
2820
2821         * text3.C (doInsertInset, dispatch, dispatch):
2822         * text2.C (cursorUp, cursorDown):
2823         * text.C (selectNextWordToSpellcheck):
2824         * BufferView_pimpl.C (dispatch):
2825         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2826
2827 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2828
2829         * lyxsocket.C: include <cerrno>
2830
2831 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2832
2833         * lyxfunc.C (dispatch): remove textcache stuff
2834
2835         * bufferlist.C (release): remove textcache stuff
2836         (closeAll): ditto
2837
2838         * TextCache.C: delete file
2839         * TextCache.h: delete file
2840
2841         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2842
2843         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2844         delete of the bv_->text.
2845         (resizeCurrentBuffer): remove texcache stuff
2846         (workAreaResize): ditto
2847
2848 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2849
2850         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2851         action.
2852
2853 2003-10-16  André Pönitz  <poenitz@gmx.net>
2854
2855         * lyxrow.[Ch]:
2856         * paragraph.h:
2857         * rowpainter.C:
2858         * text.C:
2859         * text2.C:
2860         * text3.C: speed up by storing y positions per paragraph plus per-row
2861         offset instead of having a 'full' y position in the row.
2862
2863 2003-10-15  André Pönitz  <poenitz@gmx.net>
2864
2865         * iterators.[Ch]:
2866         * iterators.[Ch]:
2867         * undo.[Ch]: make undo aware of inner insets
2868
2869 2003-10-14  Angus Leeming  <leeming@lyx.org>
2870
2871         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2872         static member functions LyX::ref() and LyX::cref.
2873         (lastfiles): new accessor functions for the new lastfiles_ member var.
2874         (addLyXView, views_): add a new LyXView to the list of views_.
2875         (updateInset): loop over all LyXViews to call their own updateInset
2876         member function, returning a pointer to the Buffer owning the inset.
2877
2878         * BufferView_pimpl.C (loadLyXFile):
2879         * MenuBackend.C (expandLastfiles):
2880         * bufferlist.C (MenuWrite, QuitLyX):
2881         lastfiles is no longer a global variable.
2882         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2883
2884         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2885         static function. Access through LyX::cref().emergencyCleanup().
2886
2887 2003-10-14  André Pönitz  <poenitz@gmx.net>
2888
2889         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2890
2891         * undo.[Ch]: restoring part of 'undo in insets'
2892
2893         * Makefile.am:
2894         * undo_funcs.[Ch]: merge with undo.[Ch]
2895
2896         * tabular.C: small cleansing stuff
2897
2898 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2899
2900         * paragraph_funcs.C (readParToken): report unknown insets as error
2901         boxes. Use the outer paragraph as location (also for unknown
2902         tokens).
2903
2904         * factory.C (readInset): do not abort on reading an unknown inset.
2905         Eat it and return 0.
2906
2907 2003-10-13  Angus Leeming  <leeming@lyx.org>
2908
2909         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2910
2911         * lyxrc.C: displayTranslator is now a function,
2912         declared in GraphicsTypes.h.
2913
2914 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2915
2916         * format.C: new placeholder $$a to pass the socket address.
2917
2918         * bufferlist.[Ch]: new function getBufferFromTmp.
2919
2920         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2921           files in the temporary dir.
2922
2923 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2924
2925         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2926
2927         * Makefile.am: add lyxsocket.[Ch].
2928
2929         * lyx_main.C (error_handler): handle SIGPIPE.
2930
2931 2003-10-13  André Pönitz  <poenitz@gmx.net>
2932
2933         * BufferView_pimpl.C:
2934         * lyxtext.h:
2935         * text.C:
2936         * text2.C:
2937         * text3.C:
2938         * undo_funcs.[Ch]: use paroffset_type instead of
2939           ParagraphList::iterators to prevent multiple conversion
2940           (and get a more robust interface)
2941
2942 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2943
2944         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2945         * lyxtext.h: ditto
2946         * text3.C (dispatch): ditto
2947
2948 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2949
2950         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2951         move the onlyfile, use onlyfile instead of foundfile in a couple
2952         of places.
2953
2954         * DepTable.C (update): flush the error stream a bit more
2955
2956 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2957
2958         * lyxserver.C (callback): adjust
2959
2960         * lyxfunc.C (getStatus): add a missing brace in commented code
2961         (ensureBufferClean): reindent
2962         (dispatch): delete version taking a string
2963
2964 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2965
2966         * LaTeX.C (deplog): move found file handlig from here...
2967         (handleFoundFile): .. to new function here.
2968         (deplog): make sure to discover several files mentioned on the
2969         same log line.
2970
2971 2003-10-10  André Pönitz  <poenitz@gmx.net>
2972
2973         * lyxfunc.C:
2974         * lyxtext.h:
2975         * tabular.C:
2976         * text.C:
2977         * text2.C:
2978         * text3.C: fix some of the tabular crashes
2979
2980 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2981
2982         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2983
2984         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2985
2986 2003-10-09  André Pönitz  <poenitz@gmx.net>
2987
2988         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2989
2990         * BufferView.C:
2991         * BufferView_pimpl.C:
2992         * bufferview_funcs.C:
2993         * lyx_cb.C:
2994         * lyxcursor.C:
2995         * lyxfind.C:
2996         * lyxfunc.C:
2997         * lyxtext.h:
2998         * text.C:
2999         * text2.C:
3000         * text3.C:
3001         * text_funcs.[Ch]:
3002         * textcursor.[Ch]:
3003         * undo_funcs.C: adjust
3004
3005 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3006
3007         * text2.C (incrementItemDepth): new function, use a backtracking
3008         algorithm to discover the correct item depth.
3009         (resetEnumCounterIfNeeded): new function, use a backtracking
3010         algorithm to discover if counter reset is needed.
3011         (setCounter): use them. Simplify a bit. Add different labels for
3012         different item depths for itemize.
3013
3014         * paragraph.C (Paragraph): remove initialization of enumdepth
3015         (operator=): ditto
3016
3017         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3018         enumerate and itemize. Change the type of itemdepth to signed char.
3019
3020 2003-10-08  André Pönitz  <poenitz@gmx.net>
3021
3022         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3023           thing assignable.
3024         * text.C:
3025         * text2.C: adjust
3026
3027         * tabular.[Ch]: fix crash after 'row-insert'
3028
3029 2003-10-08  Angus Leeming  <leeming@lyx.org>
3030
3031         Fix doxygen warnings.
3032
3033         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3034         Remove CutAndPaste:: prefix from header file declaration.
3035
3036         * LColor.h (fill): remove LColor:: prefix from declaration.
3037
3038         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3039         use lyx::depth_type rather than Paragraph::depth_type so that
3040         header file and .C file match.
3041
3042         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3043
3044         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3045         * aspell.C: \file aspell_local.C -> \file aspell.C
3046         * gettext.C: \file gettext.C -> \file src/gettext.C
3047         * gettext.h: \file gettext.h -> \file src/gettext.h
3048         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3049         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3050         * text.C: \file text.C -> \file src/text.C
3051
3052         * toc.C: move comment so that doxygen is not confused.
3053
3054 2003-10-07  Angus Leeming  <leeming@lyx.org>
3055
3056         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3057
3058 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3059
3060         * aspell.C:
3061         * aspell_local.h: add forgotten std::string's.
3062
3063 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3064
3065         * LaTeXFeatures.C:
3066         * LyXAction.C:
3067         * factory.C:
3068         * lfuns.h:
3069         * lyxfunc.C:
3070         * text3.C: The Box patch. Fancybox support, minipage, parbox
3071
3072 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3073
3074         * CutAndPaste.h:
3075         * DepTable.h:
3076         * FloatList.h:
3077         * LaTeXFeatures.h:
3078         * ParagraphParameters.h:
3079         * TextCache.h:
3080         * Thesaurus.h:
3081         * bufferlist.h:
3082         * exporter.h:
3083         * importer.h:
3084         * lastfiles.h:
3085         * lyxfind.h:
3086         * lyxfont.h:
3087         * lyxlex.h:
3088         * lyxtextclasslist.h:
3089         * messages.h:
3090         * paragraph.h:
3091         * paragraph_pimpl.C:
3092         * textcursor.h: add <string> and other small fixes to make Lars'
3093         std::string patch compile with STLport.
3094
3095 2003-10-06  Angus Leeming  <leeming@lyx.org>
3096
3097         * LColor.h: Add missing #include <string>.
3098
3099 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3100
3101         * All most all file in all subdirs: Make <string> be the prefered
3102         way of getting to std::string, add using declarations.
3103
3104 2003-10-06  André Pönitz  <poenitz@gmx.net>
3105
3106         * metricsinfo.C: initialize LyXFont before changing attribute.
3107         (fixes the 'math in \emph is upright' bug)
3108
3109 2003-10-06  André Pönitz  <poenitz@gmx.net>
3110
3111         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3112
3113 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3114
3115         * graph.C:
3116         * paragraph_pimpl.C: Small fixes to build using STLport
3117
3118 2003-10-02  André Pönitz  <poenitz@gmx.net>
3119
3120         * lyxfunc.C:
3121         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3122
3123 2003-10-01  André Pönitz  <poenitz@gmx.net>
3124
3125         * factory.C: assert early
3126
3127 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3128
3129         * lyx_main.C: remove the global debug object
3130
3131         * debug.h: adjust for new debugstream
3132
3133         * debug.C: adjust for new debugstream and keep the global debug
3134         object here.
3135
3136 2003-09-22  Angus Leeming  <leeming@lyx.org>
3137
3138         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3139         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3140         an incomplete class LyXFont.
3141
3142 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3143
3144         * factory.C: bug fix in branches
3145
3146 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3147
3148         * lyxfunc.C (processKeySym): adjust
3149         (dispatch): adjust
3150         (dispatch): change arg name from ev to func, adjust
3151         (sendDispatchMessage): ditto
3152
3153         * lyx_main.C (defaultKeyBindings): adjust keybindings
3154         (deadKeyBindings): ditto
3155
3156         * kbsequence.C (addkey): return a FuncRequest
3157
3158         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3159
3160         * kbmap.C (bind): take a FuncRequest as arg, adjust
3161         (read): adjust
3162         (lookup): adjust
3163         (defkey): change to take a FuncRequest as arg, adjust
3164         (findbinding): take a FuncRequest as arg, adjust.
3165
3166         * funcrequest.h (operator=): added
3167
3168         * funcrequest.C (FuncRequest): default kb_action changed from
3169         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3170
3171         * buffer.C (dispatch): simplify
3172         (dispatch): adjust to take a FuncRequest as arg, adjust
3173
3174         * boost.C (assertion_failed): change assertion message slightly
3175
3176         * ToolbarBackend.C (read): simplify
3177
3178         * MenuBackend.C (binding): adjust call to findbinding, add a
3179         message if no binding is found.
3180         (read): simplify
3181         (expandToc): correct by adding a empty FuncRequest
3182
3183         * LyXAction.C: include <boost/assert.hpp>
3184         (isPseudoAction): delete function
3185         (LookupFunc): change name to...
3186         (lookupFunc): this. change return type to FuncRequest.
3187         (getActionName): take kb_action as arg, simplify
3188         (funcHasFlag): add an assert, simplify.
3189
3190 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * toc.C (action): return a FuncRequest, simplify
3193
3194         * lyxfunc.C (processKeySym): adjust
3195         (getStatus): delete version that takes an int.
3196         (getStatus): adjust
3197         (dispatch): delete version that takes action as int
3198         (dispatch): adjust
3199         (sendDispatchMessage): simplify and adjust
3200
3201         * funcrequest.C (getArg): take unsigned int as arg
3202
3203         * ToolbarBackend.C (read): adjust
3204         (add): delete version that takes func as a string.
3205         (getIton): take a FuncRequest as arg
3206
3207         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3208         action.
3209
3210         * MenuBackend.C (MenuItem): add a new construct that only takes a
3211         Kind, simplify the constructor use for submenus.
3212         (add): adjust
3213         (expandLastfiles): adjust
3214         (expandDocuments): adjust
3215         (expandFormats): adjust
3216         (expandFloatListInsert): adjust
3217         (expandFloatInsert): adjust
3218         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3219
3220         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3221         Remove class variables lyx_pseudo_map and lyx_arg_map
3222
3223         * LyXAction.C (searchActionArg): delete function
3224         (getPseudoAction): delete function
3225         (retrieveActionArg): delete function
3226         (LookupFunc): make it return kb_action, simplify.
3227         (getActionName): simplify
3228
3229         * factory.C (createInset): fix new bug
3230
3231 2003-09-19  Angus Leeming  <leeming@lyx.org>
3232
3233         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3234         masterFilename_ parameter in the include inset.
3235
3236         * factory.C (createInset): changes due to the changes to InsetInclude.
3237
3238 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3239
3240         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3241
3242 2003-09-18  Angus Leeming  <leeming@lyx.org>
3243
3244         * buffer.C:
3245         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3246         Inset::fillWithBibKeys.
3247         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3248
3249 2003-09-18  Angus Leeming  <leeming@lyx.org>
3250
3251         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3252         variables.
3253         (ctor): pass and store a 'Buffer const &'
3254         (buffer): new member function.
3255
3256         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3257         '*this' to the LaTeXFeatures ctor.
3258
3259 2003-09-18  Angus Leeming  <leeming@lyx.org>
3260
3261         * LColor.h:
3262         * lyxfont.C:
3263         * lyxfont.h:
3264         * lyxtext.h:
3265         * text.C: rename EnumLColor as LColor_color.
3266
3267 2003-09-18  Angus Leeming  <leeming@lyx.org>
3268
3269         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3270         remove #include "insets/insetbase.h" from cursor.h.
3271
3272 2003-09-18  Angus Leeming  <leeming@lyx.org>
3273
3274         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3275         InsetOld_code to remove #include "inset.h".
3276
3277         * iterators.C: add #include "insets/inset.h"
3278
3279 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3280
3281         * BufferView.C: remove more locking stuff that apparently doesn't
3282         do anything sensible.
3283
3284 2003-09-16  André Pönitz  <poenitz@gmx.net>
3285
3286         * paragraph.[Ch]:
3287         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3288           performance boost.
3289
3290 2003-09-16  Angus Leeming  <leeming@lyx.org>
3291
3292         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3293
3294         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3295         arg/return type.
3296
3297         * paragraph.h: remove #include "lyxfont.h". Forward declare
3298         LyXFont_size.
3299
3300 2003-09-16  Angus Leeming  <leeming@lyx.org>
3301
3302         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3303         of support/textutils.h.
3304         (isWord): move the contents of support/textutils.h's IsWordChar here.
3305
3306         * buffer.C:
3307         * lyxfind.C:
3308         * rowpainter.C:
3309         * text.C:
3310         * text2.C: add #include "paragraph.h".
3311
3312         * rowpainter.C:
3313         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3314
3315 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3316
3317         * main.C:
3318         * lyx_main.C:
3319         * lyx_cb.C:
3320         * buffer.C:
3321         * LaTeX.C: use namespace alias for lyx::support::os
3322
3323 2003-09-16  Angus Leeming  <leeming@lyx.org>
3324
3325         * bufferparams.C:
3326         * bufferview_funcs.C:
3327         * factory.C:
3328         * lyxfunc.C:
3329         * paragraph_pimpl.C:
3330         * rowpainter.C:
3331         * text.C: add #include "LColor.h".
3332
3333 2003-09-16  Angus Leeming  <leeming@lyx.org>
3334
3335         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3336         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3337         return LyXFont &.
3338         Store the FontBits::color variable as an int rather than as an
3339         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3340         file.
3341
3342         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3343         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3344         string calls together.
3345
3346         * lyxrc.C: add #include "LColor.h".
3347
3348 2003-09-15  Angus Leeming  <leeming@lyx.org>
3349
3350         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3351         a cow_ptr.
3352
3353 2003-09-15  Angus Leeming  <leeming@lyx.org>
3354
3355         * LColor.h: add an EnumLColor wrapper for LColor::color.
3356
3357         * lyxfont.[Ch] (color, setColor, realColor):
3358         * lyxtext.h, text.C (backgroundColor):
3359         pass EnumLColor args to/from the functions, rather than LColor::color
3360         ones.
3361
3362         * lyxfont.h:
3363         * lyxtext.h: forward declare EnumLColor.
3364
3365         * lyx_main.C: add #include "LColor.h".
3366
3367 2003-09-15  Angus Leeming  <leeming@lyx.org>
3368
3369         * .cvsignore: add lyx-gtk.
3370
3371 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3372
3373         * Chktex.C
3374         * LaTeX.C
3375         * LaTeXFeatures.C
3376         * ParagraphParameters.C
3377         * Spacing.C
3378         * buffer.C
3379         * bufferparams.C
3380         * bufferview_funcs.C
3381         * chset.C
3382         * counters.C
3383         * funcrequest.C
3384         * lyxfont.C
3385         * lyxgluelength.C
3386         * lyxlength.C
3387         * paragraph.C
3388         * paragraph_funcs.C
3389         * text3.C
3390         * vc-backend.C: remove usage of STRCONV
3391
3392 2003-09-15  Angus Leeming  <leeming@lyx.org>
3393
3394         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3395         explicitly define the color passed to the painter.
3396
3397 2003-09-15  Angus Leeming  <leeming@lyx.org>
3398
3399         * bufferparams.C (BufferParams): reorder member initializers to avoid
3400         compiler warning.
3401
3402 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3403
3404         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3405         * text.C (updateRowPositions): remove an unusual nop
3406
3407 2003-09-12  André Pönitz  <poenitz@gmx.net>
3408
3409         * BufferView_pimpl.C:
3410         * Bullet.C:
3411         * layout.h:
3412         * lyxfunc.C:
3413         * lyxlayout.[Ch]:
3414         * lyxtextclass.C:
3415         * rowpainter.C:
3416         * text.C:
3417         * text2.C:
3418         * Counters.[Ch]: finish the 'automatic counters' job
3419
3420 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3421
3422         * aspell.C: include <boost/assert.cpp> (compile fix)
3423
3424 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3425
3426         * boost.C (assertion_failed): use lyx::support::abort instead of
3427         assert.
3428
3429 2003-09-10  Angus Leeming  <leeming@lyx.org>
3430
3431         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3432         with their _fwd progeny.
3433
3434 2003-09-09  Angus Leeming  <leeming@lyx.org>
3435
3436         134 files throughtout the source tree: replace 'using namespace abc;'
3437         directives with the appropriate 'using abc::xyz;' declarations.
3438
3439 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3440
3441         * boost.C (emergencyCleanup): moved here from LAssert.c
3442         (assertion_failed): new function, called by BOOST_ASSERT
3443
3444         * several files: change Assert to BOOST_ASSERT
3445
3446 2003-09-09  Angus Leeming  <leeming@lyx.org>
3447
3448         * buffer.[Ch]: Add an Impl class and move Buffer's member
3449         variables into it. As a result move several header files out of
3450         buffer.h.
3451
3452         Add header files to lots of .C files all over the tree as a result.
3453
3454 2003-09-09  Angus Leeming  <leeming@lyx.org>
3455
3456         * buffer.[Ch]: make Buffer's member variables private. Add
3457         accessor functions.
3458
3459         Lots of changes all over the tree as a result.
3460
3461 2003-09-08  Angus Leeming  <leeming@lyx.org>
3462
3463         * graph.C: #include <config.h>.
3464
3465 2003-09-08  Angus Leeming  <leeming@lyx.org>
3466
3467         * BranchList.C:
3468         * BufferView.C:
3469         * BufferView_pimpl.C:
3470         * CutAndPaste.C:
3471         * DepTable.C:
3472         * LaTeX.C:
3473         * LaTeXFeatures.C:
3474         * LyXAction.C:
3475         * MenuBackend.C:
3476         * TextCache.C:
3477         * aspell.C:
3478         * buffer.C:
3479         * bufferlist.C:
3480         * changes.C:
3481         * chset.C:
3482         * converter.C:
3483         * counters.C:
3484         * debug.C:
3485         * graph.C:
3486         * ispell.C:
3487         * lyx_cb.C:
3488         * lyxfind.C:
3489         * lyxfunc.C:
3490         * lyxlex_pimpl.C:
3491         * lyxrc.C:
3492         * lyxrow.C:
3493         * paragraph.C:
3494         * rowpainter.C:
3495         * texrow.C:
3496         * text.C:
3497         * text2.C:
3498         * toc.C: remove redundant using directives.
3499
3500 2003-09-07  Angus Leeming  <leeming@lyx.org>
3501
3502         * LaTeXFeatures.h: remove #include "support/types.h".
3503         * ToolbarBackend.h: remove #include <algorithm>.
3504         * changes.h: remove #include <ctime>.
3505         * debug.h: remove #include <iosfwd>.
3506         * graph.h: remove #include "support/std_string.h".
3507         * lyx_main.h: remove #include <csignal>.
3508         * lyxlex_pimpl.h: remove #include <fstream>.
3509         * sgml.h: remove #include <algorithm>, <utility>.
3510         * toc.h: remove #include "support/std_ostream.h".
3511         Add #include <iosfwd>.
3512
3513 2003-09-07  Angus Leeming  <leeming@lyx.org>
3514
3515         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3516
3517         * converter.h: forward declare LatexRunParams.
3518         * encoding.h: remove #include "lyxrc.h".
3519         * lyxtext.h: remove #include "LColor.h".
3520         * lyxtextclass.h: remove #include "support/types.h".
3521         * trans.h: remove #include "tex-accent.h".
3522         * trans_mgr.h: remove #include "tex-accent.h".
3523         * insets/inset.h: remove #include "support/types.h", <vector>.
3524         * insets/insetcollapsable.h: remove #include "LColor.h".
3525         * insets/insetinclude.h: remove #include "dimension.h".
3526         * insets/insetlatexaccent.h: remove #include "dimension.h".
3527         * insets/insetoptarg.h:: remove #include "insettext.h".
3528         * insets/insettext.h: remove #include "dimension.h",
3529         <boost/shared_ptr.hpp>
3530
3531         * insets/renderers.h: add #include "dimension.h".
3532         * insets/updatableinset.h: add #include "support/types.h".
3533
3534         * many .C files: Associated changes.
3535
3536 2003-09-06  Angus Leeming  <leeming@lyx.org>
3537
3538         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3539         one, inside testInvariant.
3540
3541         * PrinterParams.C: new file.
3542         * PrinterParams.[Ch]: move the function bodies out of line.
3543
3544 2003-09-06  Angus Leeming  <leeming@lyx.org>
3545
3546         * ParagraphParameters.h: forward declare ParameterStruct rather than
3547         including its header file.
3548         (depth): moved out-of-line.
3549
3550 2003-09-06  Angus Leeming  <leeming@lyx.org>
3551
3552         * BufferView_pimpl.h:
3553         * kbmap.h:
3554         * kbsequence.h:
3555         * lyxfunc.h: forward declare LyXKeySym rather than
3556         #include "frontends/LyXKeySym.h".
3557
3558         * BufferView_pimpl.C:
3559         * kbmap.C:
3560         * kbsequence.C:
3561         * lyxfunc.C: associated changes.
3562
3563 2003-09-06  Angus Leeming  <leeming@lyx.org>
3564
3565         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3566         As a result, can remove the #include "insets/inset.h" from BufferView.h
3567
3568 2003-09-06  Angus Leeming  <leeming@lyx.org>
3569
3570         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3571         As a result, can remove the #include "insets/inset.h" from BufferView.h
3572
3573 2003-09-06  Angus Leeming  <leeming@lyx.org>
3574
3575         * buffer_funcs.C:
3576         * buffer.h:
3577         * bufferlist.C:
3578         * BufferView.C:
3579         * bufferview_funcs.C:
3580         * BufferView_pimpl.C:
3581         * CutAndPaste.C:
3582         * lyx_cb.C:
3583         * lyxfunc.C:
3584         * paragraph.h:
3585         * ParagraphParameters.C:
3586         * tabular.C:
3587         * text3.C:
3588         * toc.C:
3589         * undo_funcs.C:
3590         * frontends/controllers/ControlDocument.C:
3591         * insets/insetcaption.C: rearrange the #includes into some sort of
3592         coherent order.
3593
3594         * buffer.h: remove #includes ErrorList.h, undo.h
3595
3596 2003-09-06  Angus Leeming  <leeming@lyx.org>
3597
3598         * support/types.h: add a 'depth_type' typedef, used to store the
3599         nesting depth of a paragraph.
3600
3601         * paragraph.h:
3602         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3603         defining explicitly.
3604
3605         * buffer.h:
3606         * paragraph_funcs.h:
3607         * ParagraphParameters.h:
3608         * sgml.h: use lyx::depth_type rather than Paragraph or
3609         ParameterStruct's depth_type.
3610
3611         * buffer.h
3612         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3613
3614         * BufferView.C:
3615         * BufferView_pimpl.C:
3616         * CutAndPaste.C:
3617         * ParagraphParameters.C:
3618         * buffer_funcs.C:
3619         * bufferlist.C:
3620         * bufferview_funcs.C:
3621         * lyx_cb.C:
3622         * lyxfunc.C:
3623         * tabular.C:
3624         * text3.C:
3625         * toc.C:
3626         * undo_funcs.C:
3627         * frontends/LyXView.C:
3628         * frontends/controllers/ControlDocument.C:
3629         * frontends/controllers/ControlErrorList.C:
3630         * insets/insetbibitem.C:
3631         * insets/insetbranch.C:
3632         * insets/insetcaption.C:
3633         * insets/insetcollapsable.C:
3634         * insets/insetenv.C:
3635         * insets/insetert.C:
3636         * insets/insetfloat.C:
3637         * insets/insetfoot.C:
3638         * insets/insetfootlike.C:
3639         * insets/insetnewline.C:
3640         * insets/insetquotes.C:
3641         * insets/insettabular.C:
3642         * insets/insettext.C:
3643         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3644
3645         * frontends/controllers/ControlChanges.C: #include "changes.h".
3646
3647 2003-09-06  Angus Leeming  <leeming@lyx.org>
3648
3649         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3650         than #including paragraph.h.
3651
3652         * ParagraphList.h:
3653         * RowList.h: deleted. Superfluous.
3654
3655         * CutAndPaste.h:
3656         * iterators.h:
3657         * lyxcursor.h:
3658         * lyxtext.h:
3659         * text_funcs.h:
3660         * undo.h:
3661         * undo_funcs.h:
3662         * insets/inset.h:
3663         * insets/insettext.h: use ParagraphList_fwd.h rather than
3664         ParagraphList.h.
3665
3666         * paragraph.h: don't forward declare ParagraphList.
3667
3668         * buffer.h:
3669         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3670         rather than ParagraphList.h. paragraph.h is still needed for the
3671         Paragraph::depth_type parameters.
3672
3673         * textcursor.h: enable it to compile stand-alone in light of the
3674         above changes.
3675
3676         * bufferview_funcs.C:
3677         * iterators.C:
3678         * lyxfunc.C:
3679         * lyxrow_funcs.C:
3680         * paragraph.C:
3681         * rowpainter.C:
3682         * text.C:
3683         * text2.C:
3684         * text3.C:
3685         * text_funcs.C:
3686         * textcursor.C:
3687         * undo.C:
3688         * frontends/controllers/ControlParagraph.C:
3689         * frontends/controllers/ControlTabular.C:
3690         * insets/insetmarginal.C:
3691         * insets/insetminipage.C:
3692         * insets/insetnote.C:
3693         * insets/insetoptarg.C: add header files needed to compile again.
3694
3695 2003-09-06  Angus Leeming  <leeming@lyx.org>
3696
3697         * RowList_fwd.h: new file, forward-declaring Row rather than
3698         #including lyxrow.h.
3699
3700         * lyxrow_funcs.h:
3701         * lyxtext.h:
3702         * paragraph.h:
3703         * insets/insettext.h: use it instead of RowList.h
3704
3705         * bufferview_funcs.C:
3706         * lyxfunc.C:
3707         * lyxrow_funcs.C:
3708         * paragraph.C:
3709         * rowpainter.C:
3710         * text.C:
3711         * text2.C:
3712         * text3.C: #include "RowList.h".
3713
3714 2003-09-05  Angus Leeming  <leeming@lyx.org>
3715
3716         * factory.C (createInset):
3717         * vspace.C (c-tor): replace sscanf call with an istringstream.
3718         * ispell.C: re-add missing HP/UX headers.
3719         * lyxserver.C: re-add missing  os2 headers.
3720
3721 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3722
3723         * BranchList.C:
3724         * graph.C:
3725         * ispell.C:
3726         * lastfiles.C:
3727         * lyx_cb.C:
3728         * lyxserver.C:
3729         * texrow.C:
3730         * text3.C: re-add missing system headers, needed for 2.95.2.
3731
3732 2003-09-05  Angus Leeming  <leeming@lyx.org>
3733
3734         Changes most place everywhere due to the removal of using directives
3735         from support/std_sstream.h.
3736
3737 2003-09-05  Angus Leeming  <leeming@lyx.org>
3738
3739         Replace LString.h with support/std_string.h,
3740         Lsstream.h with support/std_sstream.h,
3741         support/LIstream.h with support/std_istream.h,
3742         support/LOstream.h with support/std_ostream.h.
3743
3744         Changes resulting throughout the tree.
3745
3746 2003-09-05  Angus Leeming  <leeming@lyx.org>
3747
3748         * sgml.h: ensure that the header file can be compiled stand-alone.
3749         * *.C: strip out redundant #includes. (320 in total.)
3750
3751 2003-09-04  Angus Leeming  <leeming@lyx.org>
3752
3753         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3754         here (from getPackages).
3755
3756         * debug.[Ch]: add a new EXTERNAL tag.
3757
3758 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3759
3760         * text2.C (cursorEnd): simplify
3761         (setCursor): adjust
3762         (getColumnNearX): adjust
3763
3764         * text.C (computeBidiTables): adjust
3765         (fill): adjust
3766
3767         * rowpainter.C (paintChars): adjust
3768         (paintSelection): adjust
3769         (paintChangeBar): adjust
3770         (paintText): adjust
3771
3772         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3773         lastPos instead.
3774         (numberOfSeparators): adjust
3775
3776 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3777
3778         * LyXAction.C:
3779         * box.[Ch]:
3780         * lfuns.h:
3781         * lyxfunc.C:
3782         * text3.C: Restricts the mouse click functionality
3783         of insets like bibtex, include, toc and floatlist to the visible
3784         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3785         up the dialogs. Cursor has to be in front of the inset (i.e.
3786         start of row) for this to function.
3787
3788 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3789
3790         * bufferview_funcs.C (currentState): output row information
3791
3792 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3793
3794         * bufferview_funcs.C (currentState): output paragraph position
3795
3796 2003-09-04  Angus Leeming  <leeming@lyx.org>
3797
3798         * FloatList.h: move out #include "Floating.h".
3799         * LaTeX.h: move out #include "DepTable.h".
3800         * LyXAction.h: move out #include "funcrequest.h".
3801         * buffer.h: move out #include "author.h", "iterators.h".
3802         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3803         * lyx_main.h: move out #include "errorlist.h".
3804         * lyxfunc.h: move out #include "FuncStatus.h".
3805         * lyxtext: move out #include "lyxcursor.h".
3806         * paragraph_pimpl.h: move out #include "counters.h".
3807
3808 2003-09-03  Angus Leeming  <leeming@lyx.org>
3809
3810         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3811         preamble_snippets list, enabling us to add snippets to the preamble
3812         only if the snippet was not there already.
3813
3814 2003-09-04  Angus Leeming  <leeming@lyx.org>
3815
3816         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3817
3818 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3819
3820         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3821         update
3822
3823 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3824
3825         * BranchList.C: point fix, earlier forgotten
3826
3827 2003-09-02  Angus Leeming  <leeming@lyx.org>
3828
3829         * box.C (contains): renamed from 'contained' after a fantastic
3830         amount of hot air.
3831
3832 2003-09-02  John Levon  <levon@movementarian.org>
3833
3834         * BufferView.C:
3835         * lyxcursor.h:
3836         * lyxcursor.C:
3837         * lyxfunc.C:
3838         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3839
3840 2003-09-02  John Levon  <levon@movementarian.org>
3841
3842         * text2.C: simplification of cursorEnd(), including partial
3843         fix for bug 1376
3844
3845 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3846
3847         * buffer.C (readFile): add a space
3848
3849 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3850
3851         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3852
3853 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3854
3855         * buffer.C (readFile): new function, take a filename and a
3856         ParagraphList::iterator
3857         (readFile): adjust
3858         (readFile): adjust, make it private. don't use setStream, make
3859         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3860         always contain the filename.
3861
3862         * BufferView.C (insertLyXFile): simplify and make it work for
3863         gzipped files.
3864
3865 2003-08-30  John Levon  <levon@movementarian.org>
3866
3867         * Makefile.am: fix dist (from Kayvan)
3868
3869 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3870
3871         * most files: change to use const Buffer refs
3872
3873 2003-08-27  André Pönitz  <poenitz@gmx.net>
3874
3875         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3876         on top of ownerPar().
3877
3878 2003-08-27  John Levon  <levon@movementarian.org>
3879
3880         * funcrequest.C: properly initialise POD members
3881
3882 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3883
3884         * lyxtext.h (top_y): move top_y from here
3885         * text.C:
3886         * text2.C:
3887         * text3.C:
3888         * BufferView.[Ch]:
3889         * BufferView_pimpl.[Ch]: to here
3890         * frontends/screen.C:
3891         * insets/insettabular.C:
3892         * insets/insettext.C: adjust
3893         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3894
3895 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3896
3897         * BufferView.[Ch]:
3898         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3899
3900 2003-08-26  André Pönitz  <poenitz@gmx.net>
3901
3902         * paragraph_func.[Ch] (outerPar): new function
3903
3904         * paragraph.C:
3905         * paragraph_funcs.C:
3906         * paragraph_funcs.h:
3907         * paragraph_pimpl.C:
3908         * text2.C: remove Inset::par_owner
3909
3910 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3911
3912         * lyxrow_funcs.C:
3913         * lyxtext.h:
3914         * text.C:
3915         * text2.C: eliminates the needFullRow/display() stuff
3916         altogether, putting the logic in metrics/draw in the insets.
3917
3918 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3919
3920         * text2.C (redoParagraphInternal, redoParagraphs):
3921         * text.C (redoParagraph): add a call to updateRowPositions at the
3922         end of each 'metrics-like' call. Remove all others.
3923         (getRow): remove the 'y-computing' version.
3924         (getRowNearY): do not compute nor return the real y. Solve the
3925         'y < 0' problem and simplify.
3926
3927 2003-08-22  Angus Leeming  <leeming@lyx.org>
3928
3929         * *.[Ch]: clean-up of licence and author blurbs.
3930         Also move config.h out of a few .h files and into a few .C files.
3931
3932 2003-08-22  André Pönitz  <poenitz@gmx.net>
3933
3934         * lyxrow.[Ch]: add x_ and *fill_ members
3935
3936         * lyxtext.h:
3937         * text.C:
3938         * rowpainter.C:
3939         * text2.C: adjust/remove prepareToPrint() calls
3940
3941 2003-08-22  André Pönitz  <poenitz@gmx.net>
3942
3943         * lyxrow.[Ch]: add  end_ member
3944
3945         * lyxrow_funcs.C: use LyXRow::end_
3946
3947         * lyxtext.h (singleWidth): add LyXFont parameter
3948
3949         * rowpainter.C:
3950         * text2.C: adjust LyXText::singleWidth() calls
3951
3952         * text.C (redoParagraph): simplify row breaking logic
3953
3954
3955 2003-08-19  André Pönitz  <poenitz@gmx.net>
3956
3957         * funcrequest.C: initialize button_ member
3958
3959         * text3.C:
3960         * rowpainter.[Ch]: interface consolidation
3961
3962 2003-08-18  André Pönitz  <poenitz@gmx.net>
3963
3964         * BufferView.C:
3965         * BufferView_pimpl.C:
3966         * lyxfind.C:
3967         * paragraph_funcs.C:
3968         * rowpainter.C:
3969         * text3.C: remove LyXScreen::draw() and fitCursor calls
3970
3971         * BranchList.h: remove spurious semicolons
3972
3973         * MenuBackend.C: fix branchlist related crash
3974
3975 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3976
3977         * BranchList.[Ch]:
3978         * InsetList.[Ch]:
3979         * LColor.[Ch]:
3980         * LyXAction.C:
3981         * Makefile.am:
3982         * MenuBackend.[Ch]:
3983         * bufferparams.[Ch]:
3984         * factory.C:
3985         * lfuns.h:
3986         * lyxfunc.C:
3987         * text3.C: implements the 'branch inset'
3988         idea. This allows the output of various versions of a document
3989         from a single source version, selectively outputing or suppressing
3990         output of parts of the text.
3991         This implementation contains a 'branch list editor' in a separate
3992         tab of the document settings dialog. Branches are user definable
3993         and have a "display colour" to distinguish them on-screen.
3994
3995         ColorHandler was somewhat cleaned up.
3996         (1) make possible a dynamically growing LColor list by allowing
3997         the graphic context cache to grow along (vector);
3998         (2) eliminate an IMHO unnecessary step in colour allocation.
3999
4000 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
4001
4002         * BufferView_pimpl.C: compile fix
4003
4004 2003-08-15  André Pönitz  <poenitz@gmx.net>
4005
4006         * rowpainter.C: remove extra metrics calls
4007
4008         * lyxtext.h: merge the two constructors into a single one,
4009           pass reference to owner's par list
4010
4011         * BufferView_pimpl.C:
4012         * text.C:
4013         * text2.C: adjust
4014
4015 2003-08-15  André Pönitz  <poenitz@gmx.net>
4016
4017         * lyxrow_funcs.[Ch]:
4018         * lyxtext.h:
4019         * paragraph.h:
4020         * paragraph_funcs.C:
4021         * rowpainter.C:
4022         * text.C:
4023         * text2.C:
4024         * text3.C:
4025         * text_funcs.C: split LyXText::rowlist_ into individual
4026         Paragraph::rows_ chunks
4027
4028         * BufferView.[Ch]:
4029         * BufferView_pimpl.[Ch]:
4030         * lyxfind.C:
4031         * lyxtext.h:
4032         * text3.C: remove toggleSelection()
4033
4034 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4035
4036         * bufferlist.C: beautify two alerts (shorter text of buttons)
4037         * buffer.C: Remove redundant ' ' from message
4038         * tabular.h:
4039         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4040         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4041         rename VALIGN_CENTER to VALIGN_MIDDLE
4042
4043 2003-08-11  André Pönitz  <poenitz@gmx.net>
4044
4045         * lyxtext.h (getPar):
4046         * text.C: new function
4047
4048 2003-08-11  André Pönitz  <poenitz@gmx.net>
4049
4050         * Makefile.am:
4051         * tracer.[Ch]: remove unneeded files
4052
4053         * InsetList.[Ch]: remove resizeInsetsLyXText()
4054
4055         * lyxtext.h:
4056         * text.C:
4057         * text2.C:
4058         * text3.C: merge insertParagraphs() and appendParagraph()
4059         remove breakAgain(), update()
4060
4061         * BufferView_pimpl.[Ch]:
4062         * bufferview_funcs.[Ch]:
4063         * lyxfunc.C:
4064         * paragraph.[Ch]:
4065         * rowpainter.C:
4066         * tabular.C: adjust after text & InsetList changes.
4067
4068 2003-08-08  André Pönitz  <poenitz@gmx.net>
4069
4070         * text.C (insertChar, backspace): replace rowlist fiddling
4071         with rebreak of full par
4072
4073         * lyxtext.h:
4074         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4075         checkParagraph, updateInset): removed
4076
4077 2003-08-07  André Pönitz  <poenitz@gmx.net>
4078
4079         * paragraph.C:
4080         * text3.C: merge some LFUN handlers, remove dead code
4081
4082 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4083
4084         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4085
4086 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4087
4088         * text2.C (DEPM): fix part of bug 1255 and 1256
4089
4090 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4091
4092         * BufferView_pimpl.C (workAreaDispatch): change to use
4093         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4094         that are no mouse related.
4095
4096 2003-08-05  André Pönitz  <poenitz@gmx.net>
4097
4098         * BufferView.[Ch]:
4099         * BufferView_pimpl.[Ch]:
4100         * bufferview_funcs.C:
4101         * text2.C:
4102         * text3.C: rip out "deep update"
4103
4104         * textcursor.[Ch] (last_sel_cursor): remove unused member
4105
4106 2003-08-04  André Pönitz  <poenitz@gmx.net>
4107
4108         * BufferView.[Ch]:
4109         * BufferView_pimpl.[Ch]:
4110         * ParagraphParameters.C:
4111         * bufferview_funcs.C:
4112         * lyx_cb.C:
4113         * lyxfind.C:
4114         * lyxfunc.C:
4115         * text.C:
4116         * text2.C:
4117         * text3.C: replace "complicated" BufferView::update(...) calls with
4118         simpler ones.
4119
4120         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4121
4122 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4123
4124         * Makefile.am (lyx_SOURCES): add paper.h
4125
4126 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4127
4128         * Makefile.am: move things around so that both lyx-qt and
4129         lyx-xforms can be built (according to --with-frontend). Then lyx
4130         is a symbolic link to lyx-[firstfrontend]
4131
4132 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4133
4134         * Always use std::endl with lyxerr
4135
4136 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4137
4138         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4139
4140 2003-08-01  André Pönitz  <poenitz@gmx.net>
4141
4142         * BufferView.[Ch]:
4143         * BufferView_pimpl.[Ch]:
4144         * lyxfunc.C:
4145         * text3.C: merge BufferView::repaint() and BufferView::update()
4146
4147 2003-08-01  José Matos  <jamatos@lyx.org>
4148
4149         * buffer.[Ch]: file_format is no longer a buffer data element.
4150
4151 2003-08-01  André Pönitz  <poenitz@gmx.net>
4152
4153         * BufferView.C:
4154         * lyxtext.h:
4155         * text.C:
4156         * text2.C: make redoParagraph more independent of current cursor
4157
4158         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4159         * text.C:
4160         * text2.C: remove unneeded members
4161
4162 2003-07-30  André Pönitz  <poenitz@gmx.net>
4163
4164         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4165
4166         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4167           create a single function...
4168
4169         * paragraph_funcs.C (moveItem): ... here.
4170
4171         * text.C:
4172           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4173
4174 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4175
4176         * LColor.[Ch]: Add comment and greyedout logical colors.
4177
4178 2003-07-30  André Pönitz  <poenitz@gmx.net>
4179
4180         * tabular.C: don't use Assert too heavily. This crashes where it
4181           shouldn't
4182
4183 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4184
4185         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4186         is disabled (bug 1232)
4187
4188 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4189
4190         * factory.C: limited 'arg' scope
4191
4192 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4193
4194         * factory.C: fixed Note submenu issues
4195
4196 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4197
4198         * factory.C: submenu for Note/Comment/Greyedout
4199
4200 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4201
4202         * lyx_main.C (LyX):
4203         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4204
4205 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4206
4207         * LaTeXFeatures.C:
4208         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4209         greyedout. Patch provided by Jürgen Spitzmüller.
4210
4211 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4212
4213         * kbmap.C (read): fix error message when reading bind files
4214
4215 2003-07-29  Angus Leeming  <leeming@lyx.org>
4216
4217         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4218         certainly does not do what it purports to do. I am doing it, and
4219         us, a favour by killing it.
4220
4221 2003-07-28  José Matos  <jamatos@lyx.org>
4222
4223         * buffer.C (readBody, do_writeFile):
4224         * paragraph.C(readParagraph): \end_document replaces \the_end.
4225
4226 2003-07-29  André Pönitz  <poenitz@gmx.net>
4227
4228         * BufferView.[Ch]:
4229         * BufferView_pimpl.[Ch]:
4230         * lyxfunc.C:
4231         * text2.C:
4232         * text3.C:
4233         * textcursor.[Ch]: remove toggleToggle & Co
4234
4235 2003-07-28  José Matos  <jamatos@fep.up.pt>
4236
4237         * buffer.C (readParagraph):
4238         * params_func (readParToken, readParagraph):
4239         * paragraph.C (write): \layout -> \begin_layout.
4240
4241 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4242
4243         * lyxlex_pimpl.C (setFile): clean up slightly.
4244
4245         * bufferparams.h: add compressed var
4246
4247         * buffer_funcs.C (readFile): adjust for LyXLex change
4248         (newFile): ditto + simplify
4249
4250         * buffer.C (writeFile): handle writing of compressed files
4251
4252         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4253         Check if the file is compressed and set a bufferparm if so.
4254
4255         * Makefile.am (lyx_LDADD): remove explicit -lz
4256
4257 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4258
4259         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4260         makeDocBookFile): put the real LyX version in the first line of
4261         the file
4262
4263         * version.h:
4264         * version.C.in: remove lyx_docversion
4265
4266         * tabular.C (write_attribute): add a template-based version to
4267         write enums properly
4268
4269 2003-07-28  André Pönitz  <poenitz@gmx.net>
4270
4271         * lyxtext.h:
4272         * text.C:
4273         * text2.C:
4274         * text3.C: use doubles again for x-coordinates. They are needed.
4275
4276 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4277
4278         * messages.C (getLocaleDir): use lyx_localedir()
4279
4280         * lyxlex_pimpl.C (setFile): compress stuff
4281
4282         * buffer.C (writeFile): add some compression stuff
4283         (do_writeFile): new func, dont call expliti close... will this
4284         breake anything?
4285
4286         * Makefile.am (lyx_LDADD): add -lz
4287
4288 2003-07-28  José Matos  <jamatos@fep.up.pt>
4289
4290         * buffer.C: increment file format.
4291         * paragraph_funcs (readParagraph, readParToken):
4292         * paragraph.C (readParagraph): add \end_layout.
4293
4294 2003-07-27  Angus Leeming  <leeming@lyx.org>
4295
4296         * Makefile.am: remove special casing for configure-time setting of
4297         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4298
4299         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4300         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4301
4302 2003-07-26  André Pönitz  <poenitz@gmx.net>
4303
4304         * paragraph_func.[Ch]:
4305         * paragraph.C (realizeFont): inline it whereever it is used
4306
4307         * rowpainter.C:
4308         * text.C:
4309         * text2.C:
4310         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4311
4312
4313 2003-07-26  André Pönitz  <poenitz@gmx.net>
4314
4315         *       lyxtext.h:
4316         * text.C:
4317         * text2.C: get rid of LyXText::need_break_row
4318
4319 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4320
4321         * toc.[Ch]: put namespace toc inside namespace lyx
4322
4323         * MenuBackend.C (expandToc2): adjust for lyx::toc
4324         (expandToc): ditto
4325
4326         * lyxfunc.C (dispatch): adjust for lyx::find
4327
4328         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4329         lyx::find instead. Reorganize a bit.
4330         (LyXReplace): rename to replace
4331         (LyXFind): rename to find
4332
4333         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4334         (dispatch): ditto
4335
4336 2003-07-26  André Pönitz  <poenitz@gmx.net>
4337
4338         * text.C (setHeightOfRow): restrict scope of temporary variable
4339
4340         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4341           code (never has been used?)
4342
4343 2003-07-27  Asger Alstrup  <alstrup@local>
4344
4345         * text.C (fill): Optimise algorithm to exploit that we can reuse
4346         the LyXFont for many characters.
4347         (setHeightOfRow): Same thing.
4348         (rowBreakPoint): Same thing.
4349
4350 2003-07-26  Asger Alstrup  <alstrup@local>
4351
4352         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4353
4354         * text.C (singleWidth): Spurious font copying in hot-spot
4355         singleWidth avoided. Reorder tests for arabic for efficiency.
4356
4357         * text.C (fill): handle empty paragraphs better.
4358
4359 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4360
4361         * ispell.C:
4362         * encoding.h: add includes
4363
4364         * lyxrc.C: remove reading of bind files
4365
4366         * lyx_main.C (init): setup bindings and menus only if we have a
4367         gui.
4368
4369         * kbmap.C (read): new method. Do the actual reading of bind
4370         files.
4371
4372         * converter.C (dvipdfm_options):
4373         * bufferparams.C:
4374         * lyxrc.C (read):
4375         (output): adapt PAPER_* enums.
4376
4377         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4378
4379         * bufferparams.h: remove paper-related enums from there
4380
4381         * paper.h: New file. A trivial header file to hold paper-related
4382         enums. It should later expand to contain many paper-related
4383         horrors access.
4384
4385         * lyxrc.C: declare extern displayTranslator
4386
4387 2003-07-27  José Matos  <jamatos@fep.up.pt>
4388
4389         * tabular.[Ch] (linuxdoc): add support for tables and figures
4390         (linuxdoc).
4391
4392 2003-07-27  José Matos  <jamatos@fep.up.pt>
4393
4394         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4395         consistency in both functions.
4396         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4397
4398 2003-07-26  Asger Alstrup  <alstrup@local>
4399
4400         * rowpainter.C (paintRows): Change algorithm to work directly on
4401         the insets rather than asking every character in the document
4402         whether its an inset.
4403
4404 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4405
4406         * buffer.C (openFileWrite): factorize some code
4407
4408 2003-07-26  Angus Leeming  <leeming@lyx.org>
4409
4410         * lyx_cb.C:
4411         * lyx_main.[Ch]: replace occurances of system_tempdir with
4412         os::getTmpDir().
4413
4414 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4415
4416         * rename Inset to InsetOld
4417
4418 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4419
4420         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4421         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4422         which I think is a bit clearer. EDIT is gone, since it was
4423         premature optimisation, and broken for mathed anyway.
4424         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4425         with cursor positioning in insets as well (math insets still do not
4426         work, but that's a different story anyway.) It mysteriously
4427         crashes sometimes with undo in the first paragraph, but I'm fairly
4428         confident that this is a compiler bug.
4429
4430 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4431
4432         * paragraph.C (Paragraph): adjust for new clone return type
4433         (operator==): ditto
4434         (copyIntoMinibuffer): ditto
4435
4436 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4437
4438         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4439         by not having a special case, and always doing a full rebreak of
4440         the document after undo.
4441
4442 2003-07-23  Angus Leeming  <leeming@lyx.org>
4443
4444         * factory.C (createInset): InsetExternal::setParams now takes a
4445         Buffer const * arg.
4446
4447 2003-07-23  Angus Leeming  <leeming@lyx.org>
4448
4449         * factory.C (createInset): changed interface to the external and
4450         graphics mailers' string2params functions.
4451
4452 2003-07-23  Angus Leeming  <leeming@lyx.org>
4453
4454         * factory.C (createInset): pass a
4455         Buffer const * parameter to InsetExternalMailer's string2params.
4456
4457 2003-07-22  John Levon  <levon@movementarian.org>
4458
4459         * Thesaurus.h: include the right aiksaurus header
4460
4461 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4462
4463         * MenuBackend.C (expand): check menu shortcuts unconditionally
4464
4465 2003-07-21  Angus Leeming  <leeming@lyx.org>
4466
4467         * factory.C (createInset): pass a
4468         buffer_path parameter to InsetGraphicsMailer's string2params.
4469
4470 2003-07-21  Angus Leeming  <leeming@lyx.org>
4471
4472         * BufferView_pimpl.C (buffer):
4473         * buffer.C (d-tor):
4474         * lyx_main.C (LyX):
4475         * lyxfunc.C (dispatch):
4476         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4477         rather than the grfx shortcut.
4478
4479 2003-07-21  André Pönitz  <poenitz@gmx.net>
4480
4481         * rowpainter.C: remove unused variables
4482
4483         * tabular_funcs.C:
4484         * tabular_funcs.h: move to tabular.C
4485         * Makefile.am: adjust
4486
4487         * tabular.[Ch]: basic optical cleaning
4488
4489         * author.h: pass references, not values
4490
4491 2003-07-18  André Pönitz  <poenitz@gmx.net>
4492
4493         * lyxtext.h:
4494         * metricsinfo.C:
4495         * metricsinfo.h:
4496         * rowpainter.C:
4497         * text.C:
4498         * text2.C:
4499         * text3.C: two-phase drawing for InsetText and InsetTabular
4500         some float -> int changes.
4501
4502 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4503
4504         * lyx_main.C: fix the fix
4505
4506 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4507
4508         * lyx_main.C: fix a crash in batch mode if no files specified
4509         * converter.C: ws
4510
4511 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4512
4513         * format.[Ch] (papersize): moved to BufferParams
4514         * converter.[Ch] (dvips_options): moved to BufferParams
4515         (dvipdfm_options): moved to anon namespace
4516         * bufferparams.[Ch]: added above functions.
4517
4518 2003-07-17  André Pönitz  <poenitz@gmx.net>
4519
4520         * lyxtext.h:
4521         * rowpainter.C:
4522         * text2.C: don't call inset->update() anymore
4523
4524         * metricsinfo.[Ch]: add convenience constructor
4525
4526 2003-07-16  André Pönitz  <poenitz@gmx.net>
4527
4528         * lyxcursor.[Ch]:
4529         * lyxfunc.[Ch]:
4530         * text.C:
4531         * text2.C: replace the LyXCursor::irow_ member with
4532          on-demand computation of the value
4533
4534 2003-07-16  John Levon  <levon@movementarian.org>
4535
4536         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4537
4538 2003-07-15  André Pönitz  <poenitz@gmx.net>
4539
4540         * text.C:
4541         * text2.C: remove no more needed refresh_row
4542
4543 2003-07-15  André Pönitz  <poenitz@gmx.net>
4544
4545         * lyxtext.h:
4546         * rowpainter.C:
4547         * text2.C:
4548         * text3.C: refresh_status tristate -> need_update bool
4549
4550 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4551
4552         * lyxtext.h (init): remove reinit argument (act as if always true)
4553         * text2.C: adjust to that
4554
4555 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4556
4557         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4558         * text3.C: use it to delete selections in some cases
4559         (bugs 441, 673, 702, 954).
4560
4561 2003-07-14  André Pönitz  <poenitz@gmx.net>
4562
4563         * rowpainter.[Ch]: reduce interface
4564
4565 2003-07-14  André Pönitz  <poenitz@gmx.net>
4566
4567         * BufferView_pimpl.C:
4568         * text2.C: adjust after removing unused BufferView * argument
4569
4570 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4571
4572         * text2.C (init): fix a crash fired on resize
4573
4574 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4575
4576         * buffer.[Ch]: added new closing signal
4577         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4578         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4579         BufferView::Pimpl via the closing the signal
4580
4581 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4582
4583         * buffer.[Ch]: take out all bv-related from buffer
4584         * BufferView.C:
4585         * BufferView_pimpl.[Ch]: connect to new signals
4586         * CutAndPaste.C: removed useless asserts
4587         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4588         * lyxvc.[Ch]:
4589         * vc-backend.[Ch]:
4590         * lyxfunc.C: moved view-related funciontality from vc here
4591         * paragraph.C: removed outdated comments
4592         * text.C: ws
4593
4594 2003-07-10  André Pönitz  <poenitz@gmx.net>
4595
4596         * BufferView_pimpl.C:
4597         * tabular.h:
4598         * tabular_funcs.C:
4599         * text.C:
4600         * text2.C: remove InsetText::InnerCache, clean up consequences
4601
4602 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4603
4604         * ispell.C: fix two typos in error messages
4605
4606 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4607
4608         * Extend Note inset to other forms of annotation like Comment
4609         and Greyedout. Right button click gives dialog.
4610
4611         Files modified or added (+):
4612
4613         * insetnote.[Ch]
4614         * FormNote.[Ch]      +
4615         * ControlNote.[Ch]   +
4616         * form_note.fd       +
4617         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4618         frontends/controllers
4619         * xforms/Dialogs.C
4620         * factory.C
4621
4622 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4623
4624         * aspell.C: add missing namespace lyx::support
4625
4626 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4627
4628         * BufferView.[Ch] (newFile): Add
4629         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4630         * LaTeX.[Ch] (message): added this signal and use it
4631         * buffer.[Ch] (busy, message): added these signals and use them
4632         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4633         * converter.C:
4634         * exporter.C:
4635         * format.C:
4636         * importer.C: use buffer signals instead of direct bv calling
4637         * lyx_cb.[Ch] (ShowMessage): removed
4638         * lyx_main.C:
4639         * lyxfunc.C:
4640         * paragraph_funcs.C:
4641         * text2.C: use buffer signals
4642
4643 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4644
4645         * introduce namespace lyx::graphics
4646
4647 2003-07-02  André Pönitz  <poenitz@gmx.net>
4648
4649         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4650
4651 2003-07-01  André Pönitz  <poenitz@gmx.net>
4652
4653         * text.C:
4654         * text2.C:
4655         * text3.C:
4656         * text_funcs.[Ch]:
4657         * textcursor.h:
4658         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4659           text*.C to text_func.C
4660
4661 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4662
4663         * introduce namespace lyx::support
4664
4665 2003-06-30  André Pönitz  <poenitz@gmx.net>
4666
4667         * Chktex.C:
4668         * funcrequest.C:
4669         * lyxtext.h:
4670         * text.C: re-enable --with-included-string
4671
4672 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4673
4674         * textcursor.C: add <config.h>
4675
4676         * text.C (getWord): remove const from word_location arg
4677
4678         * lyxvc.C (getLogFile): fix const type order
4679
4680         * lyxtext.h: remove const from word_location arg, add arg name
4681
4682         * lyxlayout.h: currect type on labeltype.
4683
4684         * importer.C: correct \file
4685
4686         * converter.C (intToFormat): use std:: on ret val, ws changes
4687
4688         * bufferlist.h: correct \file
4689
4690         * buffer.C (makeLinuxDocFile): fix const type order
4691         (makeDocBookFile): ditto
4692         (fillWithBibKeys): use std:: on stdlib args.
4693
4694         * CutAndPaste.C: fix authors.
4695         (availableSelections): use std:: on return vector
4696
4697 2003-06-27  André Pönitz  <poenitz@gmx.net>
4698
4699         * BufferView_pimpl.C:
4700         * bufferview_funcs.C:
4701         * lyxcursor.C:
4702         * lyxcursor.h:
4703         * lyxfunc.C:
4704         * lyxtext.h:
4705         * rowpainter.C:
4706         * text.C:
4707         * text2.C:
4708         * text3.C: remove LyXCursor::row_ member
4709
4710         * lyxtext.h:
4711         * text.C: rename fullRebreak() to partialRebreak() and implement
4712           a fullRebreak() that really bereks fully
4713
4714         * textcursor.h: new struct for cursor-related data
4715
4716 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4717
4718         * lyx_main.C (LyX): get full path of document loaded on the
4719         command line
4720
4721 2003-06-26  André Pönitz  <poenitz@gmx.net>
4722
4723         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4724           remove unused/broken operator>,<,>=.
4725
4726         *       text.C: remove only use of broken operator<= in an Assert().
4727
4728 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4729
4730         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4731         moved errorlist_.clear to showErrorList
4732
4733 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4734
4735         * converter.C (scanLog, runLaTeX):
4736         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4737         move the bv->showErrorList call to the callers
4738         * lyxfunc.C: i.e. here...
4739         * text2.C: and here
4740         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4741         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4742         namespace, the second to...
4743         * buffer_funcs (BufferFormat, parseErrors): added
4744         * errorlist.C (ErrorList(TeXErrors const &)): removed
4745
4746 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4747
4748         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4749
4750 2003-06-24  "Garst R. Reese" <reese@isn.net>
4751
4752         * debug.C: fix typo
4753
4754 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4755
4756         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4757
4758         * version.C.in: change docversion to 1.4
4759
4760 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4761
4762         * buffer.C: fix a bug just introduced
4763
4764 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4765
4766         * buffer.[Ch]: added the parseError signal and use it, removed
4767         sgmlError
4768         * BufferView.[Ch] (addError): moved to ...
4769         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4770         to the Buffer::parseError signal to catch (guess what) parse errors
4771         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4772
4773 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4774
4775         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4776         ability to create a buffer and to return an existing one from
4777         the list. Moved these functions to...
4778         * buffer_funcs.[Ch]: added
4779         * BufferView.[Ch] (loadLyXFile): added
4780         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4781         job removed from bufferlist::loadLyXFile.
4782         * buffer.C (setReadOnly): make it work without view
4783         (i.e added an if (users))
4784
4785 2003-06-19  Angus Leeming  <leeming@lyx.org>
4786
4787         * lfuns.h:
4788         * LyXAction.C (init):
4789         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4790         with LFUN_DIALOG_SHOW <name> <data>.
4791
4792 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4793
4794         * CutAndPaste.C (availableSelections): small compilation fix for
4795         ancient (gcc 2.9x) compilers
4796
4797 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4798
4799         * text3.C (cursorNext): add tmp var
4800
4801         * text2.C (updateCounters): for function calling out of for clause
4802         (replaceSelectionWithString): ditto
4803         (insertStringAsParagraphs): ditto
4804         (getColumnNearX): add tmp var
4805         (setCursorFromCoordinates): add tmp var
4806         (cursorDownParagraph): add tmp var
4807         (deleteEmptyParagraphMechanism): add tmp var
4808
4809         * text.C (insertChar): add tmp var
4810
4811         * rowpainter.C (paintDepthBar): add tmp var
4812
4813         * CutAndPaste.C (availableSelections): potentially check all
4814         paragraphs in a cut to fill the shown strings.
4815
4816 2003-06-18  André Pönitz  <poenitz@gmx.net>
4817
4818         * kbmap.[Ch]: use vector<> instead of list<>
4819
4820 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4821
4822         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4823         pasteSelection with index
4824
4825         * text2.C (pasteSelection): modify, call pasteSelection with index
4826
4827         * paragraph.C (asString): reimplement version with no interval to
4828         call the one with interval.
4829
4830         * lyxtext.h: add index arg to pasteSelection
4831
4832         * MenuBackend.C (MenuItem): handle PasteRecent
4833         (Menu::read::Menutags): add md_pasterecent
4834         (read): handle it
4835         (expandPasteRecent): new function
4836         (expand): use it
4837
4838         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4839
4840         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4841         the limited stack
4842         (availableSelections): new function
4843
4844 2003-06-17  Angus Leeming  <leeming@lyx.org>
4845
4846         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4847
4848 2003-06-17  Angus Leeming  <leeming@lyx.org>
4849
4850         * lfuns.h:
4851         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4852
4853         * lyxfunc.C (dispatch): invoke it.
4854
4855 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4856
4857         * iterators.C (operator++, ParPosition): reintroduce some
4858         const_cast for the benefit of older compilers.
4859
4860 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4861
4862         * text3.C (dispatch): do not modify clipboard when doing
4863         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4864         LFUN_DELETE_SKIP on a selection selection
4865
4866 2003-06-16  André Pönitz  <poenitz@gmx.net>
4867
4868         * BufferView.C:
4869         * buffer.C:
4870         * buffer.h:
4871         * paragraph.C:
4872         * tabular.[Ch]: IU of clone() and getLabelList();
4873
4874 2003-06-13  André Pönitz  <poenitz@gmx.net>
4875
4876         * tabular.h: compactification
4877
4878 2003-06-12  André Pönitz  <poenitz@gmx.net>
4879
4880         * tabular.C:
4881         * tabular.h:
4882         * tabular_funcs.h: some renaming plus whitespace
4883
4884 2003-06-12  André Pönitz  <poenitz@gmx.net>
4885
4886         * BufferView.C:
4887         * BufferView_pimpl.C:
4888         * CutAndPaste.C:
4889         * buffer.C:
4890         * iterators.[Ch]:
4891         * lyxfunc.C:
4892         * text.C:
4893         * toc.C: Return a Paragraph & for ParIterator::operator*()
4894
4895 2003-06-11  John Levon  <levon@movementarian.org>
4896
4897         * lyx_main.C:
4898         * ToolbarBackend.h:
4899         * ToolbarBackend.C: add "Toolbars" section and
4900         put the flags there
4901
4902 2003-06-10  Angus Leeming  <leeming@lyx.org>
4903
4904         * lfuns.h:
4905         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4906
4907         * lyxfunc.C (dispatch): invoke it.
4908
4909 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4910
4911         * main.C: protect <ios> with HAVE_IOS
4912         (main): protect sync_with_stdio with HAVE_IOS
4913
4914 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4915
4916         * text2.C (cutSelection): adjust
4917         (pasteSelection): adjust
4918
4919         * messages.C: handle get of empty string
4920
4921         * main.C (main): use sync_with_stdio(false)
4922
4923         * lyxfunc.C (dispatch): adjust
4924
4925         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4926         (WriteAs): remove unneeded BufferView arg.
4927
4928         * bufferparams.h: use correct types on papersize, papersize2 and
4929         paperpackage.
4930
4931         * bufferparams.C (readToken): adjust for type
4932         (writeLaTeX): add missing cases to switch.
4933
4934         * bufferlist.C (quitWriteBuffer): adjust
4935         (close): adjust
4936
4937         * buffer.C (asciiParagraph): remove some commented code.
4938
4939         * CutAndPaste.C: remove current_view extern variable.
4940         (cutSelection): add BufferParams arg.
4941         (eraseSelection): add BufferParams arg.
4942         (pasteSelection): add Buffer const & arg
4943
4944 2003-06-07  John Levon  <levon@movementarian.org>
4945
4946         * buffer.C:
4947         * paragraph_funcs.C:
4948         * paragraph_pimpl.C:
4949         * text.C:
4950         * text2.C:
4951         * paragraph.h:
4952         * paragraph.C: allow InsetERT to freely space lines,
4953         and some consolidation of code
4954
4955 2003-06-06  José Matos  <jamatos@fep.up.pt>
4956
4957         * buffer.C (makeDocBookFile): fix bug #821
4958
4959 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4960
4961         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4962
4963 2003-06-04  Angus Leeming  <leeming@lyx.org>
4964
4965         * buffer.C: bump format to 224.
4966
4967 2003-06-05  André Pönitz  <poenitz@gmx.net>
4968
4969         * text2.C (redoParagraphs): remove two const_cast<>
4970
4971 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4972
4973         * ParagraphList.h: remove last remnants of NO_STD_LIST
4974
4975 2003-06-03  Angus Leeming  <leeming@lyx.org>
4976
4977         * factory.C (createInset): small change to the way InsetExternal's params
4978         are set.
4979
4980 2003-06-04  André Pönitz  <poenitz@gmx.net>
4981
4982         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4983
4984         * paragraph_pimpl.h:
4985         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4986
4987         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4988
4989         * undo_funcs.C: make some simple cases of undo work again
4990
4991 2003-06-03  John Levon  <levon@movementarian.org>
4992
4993         * ispell.C: HPUX doesn't have sys/select.h
4994         (from Albert Chin)
4995
4996 2003-06-03  John Levon  <levon@movementarian.org>
4997
4998         * CutAndPaste.C: update tabular and include inset
4999         buffer references
5000
5001         * buffer.h:
5002         * paragraph.h:
5003         * paragraph.C: remove owningBuffer(), don't pass Buffer
5004         to clone()
5005
5006         * factory.C: insetGraphicsParams changed
5007
5008 2003-06-02  John Levon  <levon@movementarian.org>
5009
5010         * LyXAction.C:
5011         * factory.C:
5012         * lfuns.h:
5013         * lyxfunc.C:
5014         * text3.C: remove insetparent
5015
5016 2003-06-02  John Levon  <levon@movementarian.org>
5017
5018         * buffer.h:
5019         * buffer.C: fix inset_iterator.end(), move out of line
5020         (bug 1149)
5021
5022 2003-06-01  John Levon  <levon@movementarian.org>
5023
5024         * text3.C: use a proper cut/paste when doing inset
5025         insert (from Jürgen Spitzmüller)
5026
5027 2003-06-01  John Levon  <levon@movementarian.org>
5028
5029         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5030
5031 2003-05-30  André Pönitz  <poenitz@gmx.net>
5032
5033         * rowpainter.C: unify second drawing phase
5034
5035 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5036
5037         * trans_mgr.C: remove one case of current_view
5038
5039         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5040
5041         * paragraph_funcs.h: remove paragraph.h include
5042
5043         * paragraph.h: delete NO_STD_LIST stuff
5044
5045         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5046
5047         * buffer.h: remove paragraph.h include
5048
5049         * ParagraphList.C: delete file
5050
5051         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5052
5053         * toc.C (getTocList): adjust
5054
5055         * paragraph_pimpl.C (validate): adjust
5056
5057         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5058
5059         * paragraph.C (Paragraph): adjust
5060         (getPositionOfInset): use const_iterator, adjust
5061         (bibitem): use const_iterator, adjust
5062         (setInsetOwner): adjust
5063
5064         * iterators.C (operator++): adjust
5065
5066         * InsetList.[Ch]: Replace selfmade iterator with standard
5067         vector::iterator also introduce const_iterator. Remove getPos,
5068         getInset and setInset from InsetTable. Adjust accordingly.
5069
5070         * BufferView.C (lockInset): adjust
5071         (ChangeInsets): adjust
5072
5073         * tabular.[Ch]: delete commented same_id functions
5074
5075 2003-05-28  John Levon  <levon@movementarian.org>
5076
5077         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5078
5079 2003-05-28  André Pönitz  <poenitz@gmx.net>
5080
5081         * metricsinfo.[Ch]: remove 'fullredraw' member
5082
5083 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5084
5085         * lyxtextclass.C (operator): remove caching.
5086
5087 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5088
5089         * text3.C: adjust
5090
5091         * text2.C (cursorBottom): adjust
5092         (setCounter): use ParagraphList::find, adjust
5093
5094         * text.C (workWidth): use ParagraphList::find, adjust
5095
5096         * lyxcursor.C (LyXCursor): adjust
5097
5098         * buffer.C (inset_iterator): adjust
5099
5100         * ParagraphList.h: make iterator(value_type) private, make
5101         ParagraphList a friend of iterator.
5102
5103         * ParagraphList.C (find): new function
5104
5105         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5106
5107 2003-05-27  André Pönitz  <poenitz@gmx.net>
5108
5109         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5110
5111 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5112
5113         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5114
5115 2003-05-26  John Levon  <levon@movementarian.org>
5116
5117         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5118
5119 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5120
5121         * remove same_id from function signatures, adjust.
5122
5123 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5124
5125         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5126
5127         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5128
5129         * paragraph.C (Paragraph): get rid of same_ids parameter
5130
5131         * ParagraphList.C (insert): adjust
5132         (push_back): adjust
5133
5134 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5135
5136         * paragraph_funcs.C (breakParagraph): adjust
5137         (breakParagraphConservative): adjust
5138
5139         * buffer.C (readParagraph): adjust
5140
5141         * ParagraphList.C (insert): take a reference instead of a pointer
5142         (insert): adjust
5143
5144         * paragraph.[Ch] (id): new function
5145
5146         * bufferlist.C (newFile): adjust
5147
5148         * ParagraphList.C (ParagraphList): adjust
5149         (assign): adjust
5150         (push_back): take a reference instead of a pointer.
5151
5152         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5153
5154         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5155         instead.
5156
5157         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5158         set else use old code.
5159
5160         * ParagraphList.C: remove all NO_NEXT code and only compile this
5161         code of NO_STD_LIST is set.
5162
5163 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5164
5165         * BufferView_pimpl.C:
5166         * TextCache.C:
5167         * TextCache.h:
5168         * bufferlist.C:
5169         * errorlist.h:
5170         * format.C:
5171         * format.h:
5172         * graph.C:
5173         * lyxfunc.C:
5174         * lyxrc.C:
5175         * graphics/GraphicsConverter.C:
5176         * graphics/PreviewLoader.C: header adjustment
5177
5178 2003-05-23  Angus Leeming  <leeming@lyx.org>
5179
5180         * LaTeXFeatures.[Ch] (useBabel): new method.
5181         * bufferparams.C (writeLaTeX): use it.
5182
5183 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5184
5185         * ParagraphList.h (set): remove unused function.
5186
5187 2003-05-23  André Pönitz  <poenitz@gmx.net>
5188
5189         * BufferView.C:
5190         * BufferView_pimpl.C:
5191         * buffer.C:
5192         * buffer.h:
5193         * lyxfunc.C:
5194         * undo_funcs.C: setUndo reworked
5195
5196         * iterators.[Ch]: add access to topmost ParagraphList
5197
5198         * lyxtext.[Ch] (workWidth): add a const
5199
5200 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5201
5202         * texrow.[Ch] (increasePos): remove function
5203         * exporter.C (export): removed unused var and outdated comment
5204
5205 2003-05-23  Angus Leeming  <leeming@lyx.org>
5206
5207         * latexrunparams.h: rename fragile as moving_arg.
5208         * paragraph.C (simpleTeXOnePar): ditto.
5209         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5210
5211 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5212
5213         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5214         (createUndo): ditto
5215         (textUndoOrRedo): comment out a currently unused var.
5216
5217         * paragraph.h (NO_NEXT): enable NO_NEXT
5218
5219         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5220
5221         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5222
5223         * exporter.C (Export): adjust for removeAutoInsets removal.
5224
5225         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5226
5227         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5228
5229         * BufferView.[Ch] (removeAutoInsets): delete function
5230
5231 2003-05-22  Angus Leeming  <leeming@lyx.org>
5232
5233         * latexrunparams.h: add a free_spacing variable.
5234
5235         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5236         to pass moving_arg, as the data is stored in runparams.fragile.
5237
5238         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5239         to Inset::latexOptional or to simpleTeXOnePar.
5240
5241         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5242         free_spacing arg to Inset::latexOptional.
5243
5244         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5245         free_spacing arg.
5246
5247 2003-05-22  Angus Leeming  <leeming@lyx.org>
5248
5249         * latexrunparams.h: add fragile and use_babel variables.
5250
5251         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5252         * buffer.C (makeLaTeXFile): store this returned value in
5253         runparams.use_babel, thus passing it to the inset::latex methods.
5254
5255         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5256         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5257
5258         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5259         longer has a fragile arg, as it is stored in runparams.fragile.
5260
5261         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5262         moving_arg parameter as the data is stored in runparams.fragile.
5263
5264         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5265         a fragile parameter as the data is stored in runparams.fragile.
5266
5267 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5268
5269         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5270
5271 2003-05-22  Angus Leeming  <leeming@lyx.org>
5272
5273         * latexrunparams.h: add a 'bool nice' which defaults to false.
5274
5275         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5276         now encapsulated within runparams.
5277
5278         * bufferlist.C (updateIncludedTeXfiles):
5279         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5280
5281 2003-05-22  Angus Leeming  <leeming@lyx.org>
5282
5283         * latexrunparams.h: new file containing struct LatexRunParams.
5284         * Makefile.am: add new file.
5285
5286         * LaTeX.[Ch] (c-tor, run):
5287         * buffer.[Ch] (makeLaTeXFile):
5288         * bufferlist.[Ch] (updateIncludedTeXfiles):
5289         * converter.C (convert, scanLog):
5290         * converter.[Ch] (runLaTeX):
5291         * exporter.C (Export):
5292         * paragraph.[Ch] (simpleTeXOnePar):
5293         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5294         * paragraph_funcs.[Ch] (latexParagraphs):
5295         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5296         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5297         pass around a LatexRunParams parameter.
5298
5299 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5300
5301         * paragraph.[Ch]: remove unused constructor
5302
5303         * ParagraphList.C (erase): new function, taking two iterators
5304
5305 2003-05-22  André Pönitz  <poenitz@gmx.net>
5306
5307         * undo_funcs.C: remove duplicated code
5308
5309         * iterator.[Ch]: operator=
5310
5311 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5312
5313         * tabular.C (SetMultiColumn): ws changes
5314
5315         * rowpainter.C (paintFirst): get rid of a ->previous
5316
5317         * lyx_cb.C (getPossibleLabel): parlist simplification
5318
5319         * BufferView.C (ChangeInsets): simplify slightly.
5320
5321 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5322
5323         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5324         * lfuns.h: new LFUN_SPACE
5325         * lyxfunc.C: protected space has a new lfun
5326         * paragraph_funcs.C: read new space insets
5327         * text3.C:
5328         * factory.C: handle new space insets
5329
5330 2003-05-22  André Pönitz  <poenitz@gmx.net>
5331
5332         * BufferView.C:
5333         * BufferView_pimpl.C:
5334         * buffer.[Ch]:
5335         * lyxfunc.C:
5336         * undo_funcs.C: return a ParIterator from getParFromID.
5337
5338         * iterators.[Ch]: add two const's
5339
5340 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5341
5342         * toc.C (getTocList): adjust
5343
5344         * iterators.[Ch]: rework for parlist
5345
5346         * buffer.C (par_iterator_begin): adjust
5347         (par_iterator_end): adjust
5348
5349         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5350
5351         * BufferView.C (removeAutoInsets): adjust
5352         (ChangeInsets): adjust
5353
5354 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5355
5356         * text.C (top_y): fix bug 1110
5357
5358 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5359
5360         * errorlist.[Ch]: added
5361         * buffer.C:
5362         * BufferView.[Ch]:
5363         * BufferView_pimpl.C:
5364         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5365         instead
5366
5367 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5368
5369         * Makefile.am: ensure that lyx is relinked upon changes to the
5370         various "convenience" libs.
5371
5372 2003-05-20  Angus Leeming  <leeming@lyx.org>
5373
5374         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5375         files are compiled in alphabetical order again.
5376
5377         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5378
5379 2003-05-19  Angus Leeming  <leeming@lyx.org>
5380
5381         * gettext.[Ch]: remove "char const * _(char const *)".
5382
5383 2003-05-19  André Pönitz  <poenitz@gmx.net>
5384
5385         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5386
5387         * Makefile.am:
5388         * BufferView.C:
5389         * DepTable.h:
5390         * LaTeXFeatures.C:
5391         * buffer.C:
5392         * lyxfont.C:
5393         * lyxlex.h:
5394         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5395
5396 2003-05-19  André Pönitz  <poenitz@gmx.net>
5397
5398         * buffer.C:
5399         * lyxlayout.[Ch]:
5400         * lyxtextclass.[Ch]:
5401         * paragraph.C:
5402         * paragraph_funcs.[Ch]:
5403         * text2.C:
5404         * text3.C: more insetenv work
5405
5406 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5407
5408         * ParagraphParameters.C (params2string): small bug fixed
5409
5410 2003-05-16  André Pönitz  <poenitz@gmx.net>
5411
5412         * debug.C:
5413         * bufferview_funcs.C: patch from Kornel Benko to prevent
5414           crash when _(...) is called twice in a statement
5415
5416 2003-05-16  André Pönitz  <poenitz@gmx.net>
5417
5418         * BufferView.C:
5419         * lyxfunc.C:
5420         * text.C:
5421         * text2.C:
5422         * text3.C:
5423         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5424
5425 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5426
5427         * lyx_main.C (init): remove spurious static_cast
5428
5429 2003-05-14  André Pönitz  <poenitz@gmx.net>
5430
5431         * BufferView.C: fix format string
5432
5433 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5434
5435         * BufferView.[Ch] (insertErrors): removed
5436         * BufferView.[Ch] (showErrorList): added
5437         * buffer.C (runChkTeX):
5438         * converter.C (scanLog): call showErrorList instead of inserterrors
5439
5440 2003-05-13  André Pönitz  <poenitz@gmx.net>
5441
5442         * BufferView_pimpl.C:
5443         * buffer.C:
5444         * bufferview_func.C:
5445         * MenuBackend.C:
5446         * lyxfunc.C:
5447         * lyxrc.C:
5448         * tex-accent.C:
5449         * text3.C:
5450         * toc.C:
5451         * tabular_funcs.h: tostr() from its own header
5452
5453         * ParagraphParameters.C:
5454         * ToolbarBackend.C:
5455         * bufferparams.C:
5456         * format.C:
5457         * lyxlex_pimpl.C:
5458         * text3.C: STRCONV()
5459
5460 2003-05-12  André Pönitz  <poenitz@gmx.net>
5461
5462         * BufferView.C:
5463         * BufferView_pimpl.C:
5464         * CutAndPaste.C:
5465         * LaTeX.C:
5466         * LaTeXFeatures.C:
5467         * ParagraphParameters.C:
5468         * buffer.C:
5469         * bufferlist.C:
5470         * bufferparams.C:
5471         * bufferview_funcs.C:
5472         * converter.C:
5473         * counters.C:
5474         * debug.C:
5475         * exporter.C:
5476         * format.C:
5477         * importer.C:
5478         * lyx_cb.C:
5479         * lyx_main.C:
5480         * lyxfont.C:
5481         * lyxfunc.C:
5482         * lyxvc.C:
5483         * paragraph.C:
5484         * paragraph_funcs.C:
5485         * tabular.C:
5486         * tabular_funcs.C:
5487         * text2.C:
5488         * text3.C:  boost::format -> bformat  all over the place
5489
5490
5491 2003-05-09  André Pönitz  <poenitz@gmx.net>
5492
5493         * LColor.[Ch]: Pimpl the #include <map> away
5494
5495 2003-05-09  John Levon  <levon@movementarian.org>
5496
5497         * bufferlist.C: never remove emergency saves
5498
5499 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5500
5501         * Makefile.am: better lib building
5502
5503 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5504
5505         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5506         instead.
5507         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5508         (simpleTeXSpecialChars): adjust
5509         (simpleTeXSpecialChars): adjust
5510         * paragraph.C (simpleTeXOnePar): adjust
5511         * buffer.C (makeLaTeXFile): adjust
5512
5513         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5514
5515         * text2.C (changeDepth): parlist cleanup
5516         (getColumnNearX): ditto
5517
5518         * rowpainter.C (getLabelFont): parlist cleanup
5519
5520         * bufferlist.C (newFile): parlist cleanup
5521
5522         * CutAndPaste.C (eraseSelection): parlist cleanup
5523
5524         * BufferView_pimpl.C (trackChanges): parlist cleanup
5525         (dispatch): ditto
5526
5527         * BufferView.C (lockInset): parlist cleanup.
5528         (ChangeInsets): ditto
5529
5530 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5531
5532         * CutAndPaste.h: Update file header.
5533
5534         * CutAndPaste.C: Update file header.
5535         Store the parts cut out of the Document in a limited_stack.
5536         (copySelection): adjust
5537         (pasteSelection): new function, takes the index in the limited stack.
5538         (nrOfParagraphs): adjust
5539         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5540         simplify error inset insertion.
5541         (checkPastePossible): adjust
5542
5543 2003-05-06  John Levon  <levon@movementarian.org>
5544
5545         * text2.C: don't cast wrap inset to float
5546
5547 2003-05-05  André Pönitz  <poenitz@gmx.net>
5548
5549         * iterator.C:
5550         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5551
5552         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5553           few naked Paragraph *.
5554
5555 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5556
5557         * bufferparams.C: Output warning if a document with missing
5558         TeX document class is loaded
5559         * exporter.C: Disable TeX exports if the document class is missing
5560         * lyxtextclass.C:
5561         * lyxtextclass.h:
5562         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5563         isTeXClassAvailable()
5564
5565 2003-05-03  John Levon  <levon@movementarian.org>
5566
5567         * BufferView.h:
5568         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5569         explicit cursor show/hide
5570
5571         * BufferView_pimpl.h:
5572         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5573         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5574
5575         * lyxfunc.C: hide cursor before dispatching.
5576
5577         * lyx_cb.C:
5578         * lyxfind.C:
5579         * text.C:
5580         * text3.C: remove explicit cursor hides
5581
5582 2003-05-02  André Pönitz  <poenitz@gmx.net>
5583
5584         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5585
5586         * undo_funcs.C:
5587         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5588           linked lists
5589
5590         * text2.C: tiny whitespace
5591
5592 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5593
5594         * undo_funcs.C: almost only ws changes.
5595
5596         * ParagraphList.C (splice): just return if pl is empty.
5597
5598 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5599
5600         * ParagraphList.C (splice): new function.
5601
5602         * CutAndPaste.C (pasteSelection): use it
5603
5604 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5605
5606         * CutAndPaste.C (pasteSelection): remove the last next and
5607         previous from this file.
5608
5609 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5610
5611         * CutAndPaste.C (pasteSelection): more clean up, user proper
5612         ParagraphList functions for pasteing.
5613
5614         * ParagraphList.C (insert): new function, three arg insert
5615
5616 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5617
5618         * ParagraphList.C (insert): new function, three arg insert
5619
5620         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5621         not on paragraphs.
5622
5623 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5624
5625         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5626
5627 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5628
5629         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5630
5631 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5632
5633         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5634         (copySelection): clean up a bit.
5635         (pasteSelection): use make_pair
5636
5637         * ParagraphList.C (ParagraphList): implement copy constructor
5638         (operator=): implement, base on copy constructor.
5639         (assign): new func
5640
5641         * paragraph.C (erase): return a bool
5642
5643         * paragraph_pimpl.C (erasePos): remove function, move contents...
5644         (erase): ... here. Return a bool.
5645         (erase): call erase instead of erasePos.
5646
5647 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5648
5649         * ParagraphList.h: define PitPosPair
5650         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5651         ParagraphList, fix a bug on pasting multiple pars
5652         * text2.C: change interface to C&P
5653
5654 2003-04-30  André Pönitz  <poenitz@gmx.net>
5655
5656         * undo_func.C: revert part of yesterday's patch 2
5657
5658 2003-04-30  John Levon  <levon@movementarian.org>
5659
5660         * LColor.C: s/tabular/table/
5661
5662 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5663
5664         * text3.C (dispatch): do not convert iterator -> pointer
5665         * undo_funcs.C (setCursorParUndo): ditto
5666         * text_funcs.C (transposeChars): ditto
5667
5668         * text2.C (setLayout): ws changes only
5669
5670         * text.C (breakParagraph): do not convert iterator -> pointer
5671         (insertChar): ditto
5672         (acceptChange): ditto
5673         (rejectChange): ditto
5674         (changeCase): ditto
5675         (Delete): ditto
5676         (backspace): ditto
5677
5678         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5679         pointer
5680
5681 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5682
5683         * text3.C (gotoInset): YABG (yet another bad getChar)
5684
5685 2003-04-29  André Pönitz  <poenitz@gmx.net>
5686
5687         * paragraph.h: make operator= private unimplemented as long as
5688           it is unusable
5689
5690         * ParagraphList.C: whitespace
5691
5692         * paragraph.[Ch]:
5693         * paragraph_pimpl.[Ch]:
5694         * paragraph_funcs.C:
5695         * CutAndPaste.C:
5696         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5697
5698         * text2.C:
5699           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5700
5701 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5702
5703         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5704         * paragraph.[Ch] (erase):
5705         * paragraph_pimpl.[Ch] (erase): change return type and value
5706         * text2.C (cutSelection): some rework
5707
5708 2003-04-28  John Levon  <levon@movementarian.org>
5709
5710         * bufferlist.C: changes for unsaved changes dialog
5711
5712 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5713
5714         * bufferlist.C (newFile): set language (messages_) for new
5715         documents also.
5716
5717         * buffer.C (readFile): ws changes only.
5718
5719 2003-04-28  André Pönitz  <poenitz@gmx.net>
5720
5721         * undo_funcs.C:
5722         * lyxfunc.C:
5723         * buffer.[Ch]:
5724         * BufferView_pimpl.C:
5725         * BufferView.C: getParFromID related ParagraphList::iterator changes
5726
5727 2003-04-28  André Pönitz  <poenitz@gmx.net>
5728
5729         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5730           Changes
5731
5732 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5733
5734         * messages.C: remove one more localedir class variable.
5735
5736 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5737
5738         * messages.C (getLocaleDir): singleton generation function
5739         (Pimpl): use it.
5740         (Messages): add a default constructor.
5741
5742         * main.C (main): do not setup localedir here, do not call
5743         gettext_init.
5744
5745         * gettext.C (_): use it.
5746         (gettext_init): delete funciton
5747
5748 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5749
5750         * gettext.C (getLyXMessages): new singleton generating function.
5751
5752         * buffer.C (updateDocLang): adjust
5753
5754         * Makefile.am (messages.o): add target
5755         (main.o): remove target
5756
5757 2003-04-27  John Levon  <levon@movementarian.org>
5758
5759         * bufferlist.C:
5760         * lyx_cb.C:
5761         * lyxfunc.C:
5762         * lyxvc.C: specify cancel button in Alert::prompt
5763
5764 2003-04-26  John Levon  <levon@movementarian.org>
5765
5766         * text3.C:
5767         * lyxfunc.C:
5768         * lfuns.h:
5769         * LyXAction.C: add LFUN_INSET_SETTINGS
5770
5771         * lyxfunc.C: don't enable tabular-feature when there's
5772         just any locking inset
5773
5774 2003-04-26  John Levon  <levon@movementarian.org>
5775
5776         * bufferlist.C: re-add Cancel to buffer close question
5777
5778         * lyxfunc.C: fix import UI a bit
5779
5780 2003-04-25  John Levon  <levon@movementarian.org>
5781
5782         * gettext.C: remove the broken asserts for now
5783
5784 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5785
5786         * messages.C: make case where setlocale cannot comply work better.
5787
5788         * buffer.C (updateDocLang): new function
5789         (changeLanguage): use it
5790         (readFile): use it
5791
5792         * text2.C (setCounter): use B_ a bit.
5793
5794         * lyxlayout.C (Read): be sure to trim the label strings.
5795
5796         * messages.C (Messages): fix typo in comment
5797
5798         * buffer.C (readFile): set message_ after file is loaded.
5799         (makeDocBookFile): remove double return
5800         (changeLanguage): reset message_ upon language change.
5801         (B_): new func, use this to get translated buffer strings.
5802
5803         * main.C: add myself and Jean Marc as authors.
5804
5805 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5806
5807         * messages.[hC]: pimplify Messages, and three different pimpls to be
5808         used in different circumstances.
5809
5810         * gettext.[Ch]: change for use with new message code.
5811
5812 2003-04-24 André Pönitz <poenitz@gmx.net>
5813
5814         * factory.C: support for eqref
5815
5816 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5817
5818         * messages.[Ch]: add missing char
5819
5820         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5821
5822         * messages.[Ch]: New files
5823
5824 2003-04-18  John Levon  <levon@movementarian.org>
5825
5826         * BufferView.h:
5827         * BufferView.C:
5828         * BufferView_pimpl.C:
5829         * lfuns.h:
5830         * LyXAction.C:
5831         * lyxtext.h:
5832         * text2.C: remove layout-copy/paste (bug 778)
5833
5834 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5835
5836         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5837
5838 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5839
5840         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5841         if they succeed. Act accordingly.
5842
5843 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5844
5845         * text2.C (setCharFont): adjust
5846         (setCounter): adjust
5847         (insertStringAsLines): adjust
5848
5849         * text.C (leftMargin): adjust
5850         (setHeightOfRow): adjust
5851
5852         * rowpainter.C (paintFirst): adjust
5853         (paintLast): adjust
5854
5855         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5856         (outerHook): ditto
5857         (isFirstInSequence): ditto
5858         (getEndLabel): ditto
5859         (outerFont): adjust
5860
5861         * paragraph.C (getParLanguage): comment out some hard stuff.
5862
5863         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5864         (sgmlError): ditto
5865         (simpleDocBookOnePar): ditto
5866         (makeDocBookFile): use ParagraphList::iterator
5867
5868         * CutAndPaste.C (pasteSelection): adjust
5869
5870 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5871
5872         * text2.C (getFont): adjust
5873         (getLayoutFont): adjust
5874         (getLabelFont): adjust
5875
5876         * paragraph_funcs.C (TeXOnePar): adjust
5877
5878         * buffer.C (simpleLinuxDocOnePar): adjust
5879         (simpleDocBookOnePar): adjust
5880
5881         * CutAndPaste.C (pasteSelection): adjust
5882
5883         * BufferView.C (getEncoding): adjust
5884
5885         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5886
5887 2003-04-16  John Levon  <levon@movementarian.org>
5888
5889         * lyxfind.C: use parlist stuff for search/changes
5890
5891 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5892
5893         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5894
5895         * text2.C (deleteEmptyParagraphMechanism): adjust
5896
5897         * text2.[Ch] (ownerParagraph): delete func (both of them
5898
5899 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5900
5901         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5902
5903 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5904
5905         * ParagraphList.C: prepare for NO_NEXT
5906
5907 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5908
5909         * text2.C (getFont): adjust
5910         (getLayoutFont): adjust
5911         (getLabelFont): adjust
5912
5913         * paragraph.C (getFont): adjust
5914         (getLabelFont): adjust
5915         (getLayoutFont): adjust
5916
5917         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5918
5919 2003-04-15  John Levon  <levon@movementarian.org>
5920
5921         From Angus Leeming
5922
5923         * lyx_main.C: handle Include in .ui files
5924
5925 2003-04-15  John Levon  <levon@movementarian.org>
5926
5927         * MenuBackend.C: make the doc files length shorter
5928
5929         * ToolbarBackend.h:
5930         * ToolbarBackend.C: handle toolbar placement flags,
5931         Minibuffer
5932
5933 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5934
5935         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5936         adjust
5937
5938         * paragraph_funcs.C (TeXOnePar): adjust
5939
5940         * paragraph.C (getLabelFont): add outerfont arg, adjust
5941         (getLayoutFont): ditto
5942         (simpleTeXOnePar): adjust
5943
5944         * paragraph_pimpl.C (realizeFont): delete func
5945
5946 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5947
5948         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5949         row argument, constify cur argument.
5950
5951 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5952
5953         * text2.C (getFont): adjust
5954         (getLayoutFont): adjust
5955         (getLabelFont): adjust
5956
5957         * paragraph_funcs.C (TeXOnePar): adjust
5958         (outerFont): new func...
5959         (realizeFont): ...moved out from here, changed this to facilitate
5960         transition
5961
5962         * paragraph.C (getFont): take outerfont as arg, adjust
5963         (simpleTeXOnePar): add outerfont arg, adjust
5964
5965         * buffer.C (simpleLinuxDocOnePar): adjust
5966         (simpleDocBookOnePar): adjust
5967
5968         * CutAndPaste.C (pasteSelection): adjust
5969
5970         * BufferView.C (getEncoding): adjust
5971
5972 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5973
5974         * text2.C (setCharFont): adjust
5975         (setCounter): adjust
5976
5977         * text.C (leftMargin): adjust
5978         (setHeightOfRow): adjust
5979
5980         * rowpainter.C (paintFirst): adjust
5981         (paintLast): adjust
5982
5983         * paragraph_pimpl.C (realizeFont): adjust
5984
5985         * paragraph.C (isFirstInSequence): move from here...
5986         * paragraph_funcs.C (isFirstInSequence): ...to here
5987
5988         * paragraph.C (outerHook): move from here...
5989         * paragraph_funcs.C (outerHook): ...to here
5990
5991         * paragraph.C (depthHook): move from here...
5992         * paragraph_funcs.C (depthHook): ...to here
5993
5994         * paragraph.C (getEndLabel): move from here...
5995         * paragraph_funcs.C (getEndLabel): ...to here
5996
5997         * text2.C (realizeFont): move from here...
5998         * paragraph_funcs.C (realizeFont): ...to here
5999
6000 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6001
6002         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
6003
6004 2003-04-14  Angus Leeming  <leeming@lyx.org>
6005
6006         * LColor.[Ch]: scrap LColor mathcursor.
6007
6008 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6009
6010         * lyxlex.[Ch] (text): delete function
6011         * trans.C (Load): adjust
6012         * paragraph_funcs.C (readParToken): adjust
6013
6014 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6015
6016         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6017         vector<char> instead of a char[].
6018
6019         * lyxlex_pimpl.C (getString): adjust
6020         (next): adjust
6021         (lex): use getString
6022         (eatLine): adjust
6023         (nextToken): adjust
6024
6025         * lyxlex.C (text): use pimpl_->getString()
6026         (getBool): ditto
6027         (findToken): ditto
6028
6029 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6030
6031         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6032         (makeFontEntriesLayoutSpecific): temp var for par.size()
6033         (setLayout): temp var for ownerParagraphs().end()
6034         (fullRebreak): temp var for rows().end()
6035         (selectionAsString): temp var for boost::next(startpit), realize
6036         that the while really is a regular for loop.
6037         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6038         setCursor in one place.
6039         (setParagraph): temp vr for ownerParagraphs().end()
6040         (updateCounters): make the while loop a for loop
6041         (cutSelection): temp var for ownerParagraphs().end()
6042         (updateInset): make the do {} while() a regular for loop
6043         (getCursorX): use temp vars
6044         (setCurrentFont): use temp vars
6045         (getColumnNearX): use temp vars
6046
6047 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6048
6049         * text.C (transformChar): use temp var for getChar
6050         (computeBidiTables): use temp var for row->par()
6051         (fill): move temp vars for row->par() and pit->layout() earlier in
6052         the function.
6053         (labelFill): use temp var for row->par()
6054         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6055         asc and desc, realize that pit never changes and that firstpit is
6056         just a duplicate and not needed. Exchange rit->par() with pit in a
6057         lot of places.
6058         (breakAgain): use a temp var for boost::next(rit)
6059         (breakAgainOneRow): ditto
6060         (breakParagraph): use a temp var for rows().begin()
6061         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6062         (cursorRightOneWord): use temp var for cursor.par() and
6063         cursor.pos(), remove usage of tmpcursor.
6064         (cursorLeftOneWord): use temp var for cursor.par() and
6065         cursor.pos() only set cur at end of function.
6066
6067 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6068
6069         * text.C, text2.C: exchange all usage of Paragraph::next with
6070         boost::next(ParagraphList::iterator)
6071
6072         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6073
6074         * text2.C (cursorTop): simplify implementation
6075         (cursorBottom): ditto
6076         (setParagraph): use ParagraphList::iterator
6077         (setCurrentFont): adjust
6078         (getColumnNearX): adjust
6079         (cursorRight): adjust
6080         (cursorLeft): remove usage of Paragraph::previous
6081         (cursorUpParagraph): ditto
6082         (deleteEmptyParagraphMechanism): slight cleanup
6083
6084         * text.C (isBoundary): take a Paragraph const & instead of a
6085         pointer as arg.
6086         (addressBreakPoint): ditto
6087         (leftMargin): remove usage of Paragraph::previous.
6088         (setHeightOfRow): ditto
6089         (cursorLeftOneWord): ditto
6090         (selectNextWordToSpellcheck): ditto
6091         (Delete): ditto
6092         (backspace): ditto
6093         (breakParagraph): remove one usage of Paragraph::next
6094         (redoParagraph): ditto
6095         (acceptChange): ditto
6096         (insertChar): adjust
6097         (rowBreakPoint): adjust
6098
6099         * bufferview_funcs.C (toggleAndShow): adjust
6100
6101 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6102
6103         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6104         methods to access it.
6105         * lyxtext.h:
6106         * text.C: Added updateRowPositions to compute all row positions.
6107         Make top_y and getRowNearY() to use the cached y position
6108
6109 2003-04-11  John Levon  <levon@movementarian.org>
6110
6111         * text.C (rowBreakPoint): reintroduce the labelEnd
6112         checks, code copied from the row fill stuff. Deep voodoo.
6113
6114         * text.C (fill): add a comment and debugging for the
6115         next poor soul.
6116
6117 2003-04-11  John Levon  <levon@movementarian.org>
6118
6119         * text.C: make sure fullrow insets get wrapped to the next line,
6120         even when they're in a manual label
6121
6122 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6123
6124         * text2.C (insertParagraph): make it take ParagraphList::iterator
6125         as arg.
6126         (setLayout): make it return ParagraphList::iterator
6127         (redoParagraphs): ditto
6128         (setCounter): ditto
6129         (checkParagraph): ditto
6130
6131         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6132
6133         * text2.C: adjust several funcs.
6134         (realizeFont): take a ParagraphList::iterator as arg.
6135         (getLayoutFont): ditto
6136         (getLabelFont): ditto
6137         (setCharFont): ditto
6138
6139         * text.C: adjust several funcs.
6140
6141 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6142
6143         * text.C (selectNextWordToSpellcheck): don't accidentally
6144         skip insets
6145
6146 2003-04-10  John Levon  <levon@movementarian.org>
6147
6148         * ToolbarBackend.C (getIcon): special handling for
6149         LFUN_MATH_DELIM
6150
6151 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6152
6153         * text2.C (cursorRight): a getChar assert fixed
6154
6155 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6156
6157         * text2.C (getFont): change to take a ParagraphList::iterator
6158         instead of Paragraph*
6159         Adjust several functions.
6160
6161         * text.C (transformChar): change to take a ParagraphList::iterator
6162         instead of Paragraph*
6163         (singleWidth): ditto
6164         Adjust several functions.
6165
6166         * rowpainter.C: adjust several functions
6167         * rowpainter.h:store a ParagraphList::iterator and not a
6168         Paragraph&.
6169
6170
6171 2003-04-09  John Levon  <levon@movementarian.org>
6172
6173         * lyxfunc.C:
6174         * lfuns.h:
6175         * LyXAction.h:
6176         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6177         and the "help" bits as well
6178
6179 2003-04-09  John Levon  <levon@movementarian.org>
6180
6181         * ToolbarBackend.h:
6182         * ToolbarBackend.C: allow multiple toolbars
6183
6184 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6185
6186         * undo_funcs.C (setCursorParUndo): adjust
6187
6188         * text_funcs.C (transposeChars): adjust
6189
6190         * text3.C (gotoNextInset): adjust
6191         (dispatch): adjust
6192
6193         * text2.C (setLayout): adjust
6194         (changeDepth): adjust
6195         (setFont): adjust
6196         (redoParagraphs): adjust
6197         (selectionAsString): adjust
6198         (setParagraph): adjust
6199         (insertInset): adjust
6200         (cutSelection): adjust
6201         (copySelection): adjust
6202         (pasteSelection): adjust
6203         (insertStringAsLines): adjust
6204         (updateInset): adjust
6205         (setCursor): change to take a ParagraphList::iterator parameter
6206         (setCursorIntern): change to take a ParagraphList::iterator parameter
6207         (setCurrentFont): adjust
6208         (cursorLeft): adjust
6209         (cursorRight): adjust
6210         (deleteEmptyParagraphMechanism): adjust
6211
6212         * text.C (breakParagraph): adjust
6213         (insertChar): adjust
6214         (acceptChange): adjust
6215         (rejectChange): adjust
6216         (selectNextWordToSpellcheck): adjust
6217         (changeCase): adjust
6218         (Delete): adjust
6219         (backspace): adjust
6220
6221         * lyxfind.C (SearchForward): adjust
6222         (SearchBackward): adjust
6223         (nextChange): adjust
6224
6225         * lyxcursor.C (par): adjust
6226
6227         * lyxcursor.h: store a ParagraphList::iterator instead of a
6228         Paragraph*
6229
6230         * lyx_cb.C (getPossibleLabel): adjust
6231
6232         * bufferview_funcs.C (toggleAndShow): adjust
6233
6234         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6235         (dispatch): adjust
6236
6237         * BufferView.C (removeAutoInsets): adjust
6238         (lockedInsetStoreUndo): adjust
6239
6240 2003-04-09  John Levon  <levon@movementarian.org>
6241
6242         * ToolbarBackend.C: try icon without argument
6243         if with argument fails
6244
6245 2003-04-08  John Levon  <levon@movementarian.org>
6246
6247         * ToolbarBackend.h:
6248         * ToolbarBackend.C: add getIcon(), handle tooltip,
6249         and change from "Icon" to "Item".
6250
6251 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6252
6253         * BufferView.C (lockInset): another bad getchar crunched
6254
6255 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6256
6257         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6258         again)
6259
6260 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6261
6262         * lyxfind.C (searchForward, searchBackwards): bug 782
6263
6264 2003-04-07  John Levon  <levon@movementarian.org>
6265
6266         * paragraph.C: remove dead comment
6267
6268         * text.C: remove troublesome depth-fiddling code
6269         in leftMargin() and rightMargin() (bug 1017)
6270
6271         * text.C: fix breaking of rows in nested lists
6272         (bug 1004)
6273
6274         * text2.C (updateCounters): fix up depth values
6275         (bug 1013)
6276
6277 2003-04-07  John Levon  <levon@movementarian.org>
6278
6279         * BufferView_pimpl.C: clear message when doc finishes resizing,
6280         and after a mouse event
6281
6282         * lyxfunc.C: clear message after exiting inset
6283
6284 2003-04-07  John Levon  <levon@movementarian.org>
6285
6286         * bufferview_funcs.C: show math status not outside
6287         status in the statusbar
6288
6289 2003-04-07  John Levon  <levon@movementarian.org>
6290
6291         * lyxfunc.C: note status changed after a depth change
6292
6293 2003-04-04  Angus Leeming  <leeming@lyx.org>
6294
6295         * LaTeX.h: move AuxInfo operator==, != out of line.
6296         Remove LaTeX virtual destructor; nothing derives from it.
6297         Move operator()() out of public area and rename it startscript().
6298         Change protected for private.
6299
6300 2003-04-04  Angus Leeming  <leeming@lyx.org>
6301
6302         * lyxfunc.C:
6303         * text2.C: remove unneeded #includes.
6304
6305 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6306
6307         * text2.C (dEPM): fix the heigth of the next row
6308
6309 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6310
6311         * text.C: squashed an invalid getChar requester + some ws changes
6312
6313 2003-04-03  John Levon  <levon@movementarian.org>
6314
6315         * bufferview_funcs.h:
6316         * bufferview_funcs.C:
6317         * lyxfunc.C:
6318         * lyxtext.h:
6319         * text2.C: make getStatus work for the env depth lfuns
6320
6321 2003-04-03  John Levon  <levon@movementarian.org>
6322
6323         * bufferview_funcs.h:
6324         * bufferview_funcs.C:
6325         * lyxfunc.C:
6326         * lyxtext.h:
6327         * text2.C: parlistize decDepth(), by merging it with incDepth()
6328
6329 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6330
6331         * lyxrow.h: store a ParagraphList::iterator instead of a
6332         Paragraph* and adjust other class functions to suit.
6333
6334         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6335         above.
6336
6337 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6338
6339         * text2.C (setCursor): do not anchor to cursor row for the time being
6340
6341 2003-04-02  John Levon  <levon@movementarian.org>
6342
6343         * LyXAction.C:
6344         * lfuns.h:
6345         * lyx_main.C:
6346         * lyxtext.h:
6347         * text.C:
6348         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6349
6350 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6351
6352         * paragraph.h: make ParagraphList and ParagraphList::iterator
6353         friends of Paragraph.
6354
6355         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6356
6357         * ParagraphList.C: Use the private next_ and previous_ from
6358         Paragraph.
6359
6360 2003-04-01  John Levon  <levon@movementarian.org>
6361
6362         * ToolbarBackend.h:
6363         * ToolbarBackend.C:
6364         * Makefile.am: rename, remove defaults gunk
6365
6366         * MenuBackend.h:
6367         * MenuBackend.C: remove defaults gunk
6368
6369         * Languages.h:
6370         * Languages.C: remove defaults gunk
6371
6372         * lyx_main.h:
6373         * lyx_main.C: error out if files couldn't be found.
6374
6375 2003-04-02  John Levon  <levon@movementarian.org>
6376
6377         * text2.C: make incDepth() use parlist
6378
6379 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6380
6381         * undo_funcs.C (firstUndoParagraph): adjust
6382
6383         * text3.C (gotoInset): adjust
6384         (dispatch): adjust, and rewrite loop.
6385
6386         * text2.C (init): adjust, and rewrite loop.
6387         (redoParagraphs): adjust
6388         (updateInset): adjust, and rewrite loop.
6389         (deleteEmptyParagraphMechanism): adjust
6390
6391         * tabular.C (LyXTabular): adjust
6392         (SetMultiColumn): adjust
6393         (TeXRow): adjust
6394
6395         * lyxtext.[Ch] (ownerParagraph): delete function
6396         (ownerParagraphs): new function returns a ParagraphList.
6397
6398         * BufferView.C (removeAutoInsets): adjust
6399         (insertErrors): adjust
6400         (setCursorFromRow): adjust
6401
6402 2003-04-01  Angus Leeming  <leeming@lyx.org>
6403
6404         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6405         in the frontends.
6406
6407 2003-04-02  John Levon  <levon@movementarian.org>
6408
6409         * lyxtext.h:
6410         * text.C:
6411         * Makefile.am:
6412         * text_funcs.h:
6413         * text_funcs.C: make transposeChars a free function
6414
6415         * lyxrow_funcs.C: remove wrong comment
6416
6417 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6418
6419         * lyxtext.h: adjust
6420         * rowpainter.C: adjust
6421         * text.C: adjust
6422         * text2.C: adjust
6423         * text3.C: adjust
6424
6425         * lyxrow_funcs. [Ch]: new files
6426
6427         * lyxrow.[Ch]: remove next and previous pointers
6428         (next,previous): remove accessor functions
6429         (isParEnd): move to lyxrow_funcs
6430         (lastPos): move to lyxrow_funcs
6431         (nextRowIsAllInset): move to lyxrow_funcs
6432         (lastPrintablePos): move to lyxrow_funcs
6433         (numberOfSeparators): move to lyxrow_funcs
6434         (numberOfHfills): move to lyxrow_funcs
6435         (numberOfLabelHfills): move to lyxrow_funcs
6436         (hfillExpansion): move to lyxrow_funcs
6437
6438         * lyxfunc.C: adjust
6439
6440         * bufferview_funcs.C (toggleAndShow): adjust
6441
6442         * RowList.h: Remove class RowList from file leave just a
6443         std::list<Row>.
6444
6445         * RowList.C: delete file
6446
6447         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6448         and lyxrow_funcs.h
6449
6450 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6451
6452         * text3.C (cursorPrevious): adjust
6453         (cursorNext): adjust
6454         (dispatch): adjust
6455
6456         * text2.C (redoHeightOfParagraph): adjust
6457         (redoDrawingOfParagraph): adjust
6458         (setCursor): adjust
6459
6460         * text.C (breakParagraph): adjust
6461         (insertChar): adjust
6462         (backspace): adjust
6463
6464         * rowpainter.C (RowPainter): adjust
6465         (leftMargin): simplify and adjust
6466         (most rowpainter functions): adjust.
6467
6468         * rowpainter.h: store the row as RowList::iterator not as Row*
6469
6470         * lyxcursor.C (row): taka RowList::iterator as arg
6471         (irow): ditto
6472
6473         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6474         of Row*.
6475
6476 2003-04-01  Angus Leeming  <leeming@lyx.org>
6477
6478         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6479         stuff like bool Bool.
6480
6481 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6482
6483         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6484         rewrite a loop
6485
6486 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6487
6488         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6489         RowList::iterator.
6490
6491         * lyxtext.h (rows): drop one version and leve a const variant that
6492         returns a RowList::iterator.
6493
6494 2003-03-31  Angus Leeming  <leeming@lyx.org>
6495
6496         * text.C (fill): ensure that the signature is the same as that in the
6497         header file.
6498
6499 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6500
6501         * text2.C (redoParagraphs): adjust
6502         (updateCounters): adjust
6503         (checkParagraph): adjust
6504         (getColumnNearX): adjust and reformat a bit.
6505
6506         * text.C (top_y): adjust
6507         (workWidth): adjust
6508         (leftMargin): adjust
6509         (prepareToPrint): adjust
6510         (getRow): adjust
6511         (getRowNearY): adjust
6512
6513         * lyxtext.h: make rowlist_ mutable.
6514
6515         * RowList.h: add const_iterator
6516         * RowList.C: adjust for RowList::const_iterator.
6517
6518         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6519         adjust.
6520
6521 2003-03-31  John Levon  <levon@movementarian.org>
6522
6523         * lyxrc.h:
6524         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6525
6526         * lyx_main.C: set default fonts from using lyx_gui funcs
6527
6528         * exporter.C: pdf_mode moved from lyxrc
6529
6530         * lyx_cb.C:
6531         * lyxfunc.C: changes from above
6532
6533 2003-03-31  John Levon  <levon@movementarian.org>
6534
6535         * lyx_main.C: fix to the last fix
6536
6537 2003-03-31  John Levon  <levon@movementarian.org>
6538
6539         * bufferlist.C: "Load original" -> "Load Original"
6540
6541         * converter.C:
6542         * exporter.C:
6543         * importer.C:
6544         * lyx_main.C:
6545         * format.C: more Alert cleanups
6546
6547 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6548
6549         * text2.C (removeParagraph): make it take a RowList::iterator as
6550         arg, adjust.
6551         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6552         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6553
6554         * text.C (anchor_row): make it take a RowList::iterator as arg,
6555         adjust.
6556         (computeBidiTables): make it take a const reference to Row instead
6557         of Row pointer, adjust.
6558         (leftMargin): make it take a RowList::iterator as arg, adjust.
6559         (rowBreakPoint): adjust
6560         (breakAgainOneRow): make it take a RowList::iterator as arg,
6561         adjust.
6562         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6563
6564         * bufferview_funcs.C (toggleAndShow): adjust
6565
6566 2003-03-30  John Levon  <levon@movementarian.org>
6567
6568         * Makefile.am:
6569         * BoostFormat.h:
6570         * boost-inst.C: moved to support
6571
6572         * several files: changes as a result
6573
6574 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6575
6576         * text2.C (LyXText): adjust.
6577         (init): adjust
6578         (removeRow): make it take a RowList::iterator as arg, adjust.
6579         (fullRebreak): adjust
6580         (deleteEmptyParagraphMechanism): adjust
6581         (clearPaint): adjust
6582         (postPaint): adjust
6583
6584         * text.C (top_y): adjust
6585         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6586         (breakAgain): make it take a RowList::iterator as arg, adjust.
6587         (breakParagraph): adjust
6588         (insertChar): adjust
6589         (backspace): adjust
6590
6591         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6592         need_break_row, and refresh_row.
6593
6594         * text3.C (dispatch): adjust
6595
6596         * text2.C (checkParagraph): adjust
6597         (setCursor): adjust
6598         (setCursorFromCoordinates): adjust
6599
6600         * text.C (top_y): adjust
6601         (workWidth): adjust
6602         (getRow): make it return a RowList::iterator, adjust
6603         (getRowNearY): make it return a RowList::iterator, adjust
6604
6605         * text2.C (init): adjust
6606         (insertRow): remove function
6607         (insertParagraph): adjust
6608         (redoParagraphs): adjust
6609         (fullRebreak): adjust
6610         (updateCounters): adjust
6611
6612         * text.C (top_y): rewrite to use RowList iterators.
6613         (top_y): adjust
6614         (setHeightOfRow): rewrite to sue RowList iterators.
6615         (appendParagraph): adjust
6616         (breakAgain): adjust
6617         (breakAgainOneRow): adjust
6618         (breakParagraph): adjust
6619         (getRow): adjust
6620         (getRowNearY): adjust, and remove commented code.
6621
6622         * lyxtext.h (firstRow): delete function
6623         (lastRow): delete function
6624         (rows): new function (const and non-const versions.)
6625         (insertRow): delete function
6626
6627         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6628
6629 2003-03-29  John Levon  <levon@movementarian.org>
6630
6631         * BufferView_pimpl.C: always update scrollbar top
6632         because pasting text when we're anchored could mean we
6633         miss an update altogether
6634
6635 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6636
6637         * text2.C (init): use rowlist_.end() and not 0.
6638         (insertRow): change to take a RowList::iterator as arg, adjust
6639         for this.
6640         (insertParagraph): change to take a RowList::iterator as arg,
6641         adjust for this.
6642         (redoParagraphs): remove some debug msgs.
6643
6644         * text.C (appendParagraph): change to take a RowList::iterator
6645         arg, adjust for this.
6646         (breakAgain): add an assert
6647         (breakAgainOneRow): ditto
6648
6649 2003-03-29  John Levon  <levon@movementarian.org>
6650
6651         * text2.C: do not clear selection after inc/decDepth
6652         (bug 550)
6653
6654 2003-03-29  John Levon  <levon@movementarian.org>
6655
6656         * BufferView.C:
6657         * buffer.C: fix broken strerrors according to Lars
6658
6659 2003-03-29  John Levon  <levon@movementarian.org>
6660
6661         * converters.C: more Alert cleanups
6662
6663 2003-03-29  John Levon  <levon@movementarian.org>
6664
6665         * bufferview_funcs.C: remove pointless Alert
6666
6667         * buffer.C: fix confusing error message when
6668         a template is chmoded 000
6669
6670 2003-03-29  John Levon  <levon@movementarian.org>
6671
6672         * BufferView.C:
6673         * BufferView.h:
6674         * BufferView_pimpl.C: Alert fixes
6675
6676         * Makefile.am:
6677         * tabular.C:
6678         * tabular-old.C: remove unused table compat reading
6679
6680 2003-03-29  John Levon  <levon@movementarian.org>
6681
6682         * BufferView.C:
6683         * buffer.C:
6684         * lyx_cb.h:
6685         * lyx_cb.C: more Alert cleanups
6686
6687         * lyxfunc.C: don't allow chktex if not latex document
6688
6689 2003-03-29  John Levon  <levon@movementarian.org>
6690
6691         * lyx_cb.C:
6692         * BufferView.C:
6693         * buffer.C: warnings pushed down from support/,
6694         kill err_alert
6695
6696 2003-03-29  John Levon  <levon@movementarian.org>
6697
6698         * lyxfunc.C: safety check for C-r (revert)
6699
6700 2003-03-29  John Levon  <levon@movementarian.org>
6701
6702         * bufferlist.h:
6703         * bufferlist.C: several UI fixes using Alert::prompt.
6704         Fix the pointless looping quit code. Fix stupid revert
6705         behaviour (bug 938)
6706
6707         * lyxvc.h:
6708         * lyxvc.C:
6709         * lyx_cb.C: use Alert::prompt
6710
6711         * lyx_main.C: remove a silly question
6712
6713         * lyxfunc.C: remove a couple of silly questions,
6714         use Alert::prompt
6715
6716 2003-03-28  John Levon  <levon@movementarian.org>
6717
6718         * text2.C: fix bug 974 (End on empty par)
6719
6720 2003-03-28  John Levon  <levon@movementarian.org>
6721
6722         * BufferView_pimpl.C:
6723         * LyXAction.C:
6724         * lfuns.h: remove do-nothing math greek lfuns
6725
6726 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6727
6728         * lyxgluelength.h (isValidGlueLength): add default arg on
6729         parameter 2. Remove default arg from friend in class.
6730
6731         * lyxlength.h (isValidLength): add default arg on parameter 2.
6732         Remove default arg from friend in class.
6733
6734         * text2.C (LyXText): adjust, initialize refresh_row.
6735         (init): adjust
6736         (removeRow): adjust
6737         (insertRow): adjust
6738         (insertParagraph): adjst
6739         (redoParagraphs): adjust
6740         (fullRebreak): adjust
6741         (updateCounters): adjust
6742         (deleteEmptyParagraphMechanism): first attempt at fixing a
6743         crashing bug.
6744
6745         * text.C (top_y): adjust
6746         (setHeightOfRow): adjust
6747         (getRow): adjust
6748         (getRowNearY): adjust
6749
6750         * lyxtext.h: include RowList.h
6751         (~LyXText): not needed anymore, deleted.
6752         (firstRow): modify for RowList
6753         (lastRow): new function
6754         Delete firstrow and lastrow class variables, add a Rowlist
6755         rowlist_ class variable.
6756
6757         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6758         paragraph is empty.
6759
6760         * RowList.C (insert): fix case where it == begin().
6761
6762 2003-03-26  Angus Leeming  <leeming@lyx.org>
6763
6764         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6765         the thesaurus dialog.
6766
6767 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6768
6769         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6770
6771         * RowList.[Ch]: new files
6772
6773         * ParagraphList.C (erase): handle the case where it == begin
6774         correctly.
6775
6776 2003-03-25  John Levon  <levon@movementarian.org>
6777
6778         * Makefile.am:
6779         * aspell_local.h:
6780         * aspell.C: add new aspell support
6781
6782         * lyxrc.h:
6783         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6784         have it accessible.
6785
6786 2003-03-25  Angus Leeming  <leeming@lyx.org>
6787
6788         * lfuns.h:
6789         * LyXAction.C (init): new LFUN_INSET_INSERT.
6790
6791         * BufferView_pimpl.C (dispatch): split out part of the
6792         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6793
6794         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6795         LFUN_INSET_APPLY.
6796
6797 2003-03-25  Angus Leeming  <leeming@lyx.org>
6798
6799         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6800
6801 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6802
6803         * text2.C:
6804         * text3.C: remove useless row->height(0)
6805
6806 2003-03-25  John Levon  <levon@movementarian.org>
6807
6808         * lyxtext.h:
6809         * text2.C:
6810         * text3.C: rename the refreshing stuff to better names
6811
6812 2003-03-24  John Levon  <levon@movementarian.org>
6813
6814         * BufferView_pimpl.h:
6815         * BufferView_pimpl.C: update layout choice on a mouse
6816         press/release
6817
6818 2003-03-23  John Levon  <levon@movementarian.org>
6819
6820         * Makefile.am: fix commandtags.h reference
6821
6822 2003-03-22  John Levon  <levon@movementarian.org>
6823
6824         * BufferView_pimpl.C:
6825         * lyxtext.h:
6826         * rowpainter.C:
6827         * rowpainter.h:
6828         * text.C:
6829         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6830
6831 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6832
6833         * lyxtext.h:
6834         * text.C: take the rtl methods out of line
6835
6836 2003-03-21 André Pönitz <poenitz@gmx.net>
6837
6838         * metricsinfo.[Ch]: new files containing structures to be passed around
6839         during the two-phase-drawing...
6840
6841 2003-03-21 André Pönitz <poenitz@gmx.net>
6842
6843         * lyxtextclass.C: read 'environment' tag.
6844
6845 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6846
6847         * text2.C (removeRow): fix bug 964
6848
6849 2003-03-20  John Levon  <levon@movementarian.org>
6850
6851         * rowpainter.C:
6852         * text.C:
6853         * text2.C: paint cleanups. Inset::update() dropped font
6854         parameter
6855
6856 2003-03-19  John Levon  <levon@movementarian.org>
6857
6858         * lyxfunc.C: only fitcursor/markDirty if available()
6859
6860 2003-03-19  John Levon  <levon@movementarian.org>
6861
6862         * commandtags.h: rename to ...
6863
6864         * lfuns.h: ... this, and renumber / cleanup
6865
6866 2003-03-19  John Levon  <levon@movementarian.org>
6867
6868         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6869         fit the cursor after an lfun
6870
6871         * BufferView.h:
6872         * BufferView.C:
6873         * BufferView_pimpl.h:
6874         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6875
6876         * LyXAction.C: layout-character should have ReadOnly
6877
6878         * ParagraphParameters.C:
6879         * buffer.C:
6880         * bufferview_funcs.C:
6881         * lyx_cb.C:
6882         * lyxfind.C:
6883         * lyxtext.h:
6884         * text.C:
6885         * text2.C:
6886         * text3.C:
6887         * undo_funcs.C: changes from above
6888
6889 2003-03-18  John Levon  <levon@movementarian.org>
6890
6891         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6892         remove it from update()
6893
6894         * lyxfunc.C: update layout choice after an lfun
6895
6896         * text3.C: remove extra updateLayoutChoice()s
6897
6898 2003-03-18  John Levon  <levon@movementarian.org>
6899
6900         * text.C: top_y change means full repaint, fix
6901         a drawing bug with cursor movement
6902
6903 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6904
6905         * lyxtext.h:
6906         * text.C:
6907         * text2.C: anchor row on setCursor
6908
6909 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6910
6911         * lyxtext.h: remove almost all mutable keywords
6912         * text.C:
6913         * text2.C:
6914         * text3.C: remove const keywords accordingly
6915
6916 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6917
6918         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6919         anon namespace
6920         (TeXEnvironment): ditto
6921         (TeXOnePar): ditto
6922
6923 2003-03-17  John Levon  <levon@movementarian.org>
6924
6925         * text.C (rowBreakPoint): remove attempt to fix displayed
6926         math insets inside a manual label
6927
6928 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6929
6930         * lyxtext.h: remove BufferView* as first arg from almost all class
6931         functions.
6932         * other files: adjust.
6933
6934 2003-03-17  John Levon  <levon@movementarian.org>
6935
6936         * lyxtext.h:
6937         * undo_funcs.C:
6938         * text2.C: more paint cleanups
6939
6940         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6941
6942         * rowpainter.h:
6943         * rowpainter.C: remove "smart" background painting code
6944
6945 2003-03-16  John Levon  <levon@movementarian.org>
6946
6947         * lyxtext.h:
6948         * text.C:
6949         * text2.C:
6950         * text3.C: add helper functions for setting refresh_row/y
6951
6952 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6953
6954         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6955         newline inset which *can* get inserted in the pass_thru layouts.
6956         This is primarily for literate documents.
6957
6958 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6959
6960         * buffer.C: increment LYX_FORMAT to 223
6961
6962 2003-03-14 André Pönitz <poenitz@gmx.net>
6963
6964         * textclass.h: prepare for environment handling, ws changes
6965         * lyxlayout.C: read latexheader and latexfooter tags
6966
6967 2003-03-14  John Levon  <levon@movementarian.org>
6968
6969         * text2.C: rewrite ::status() a bit
6970
6971 2003-03-13  John Levon  <levon@movementarian.org>
6972
6973         * lyxtext.h: add some docs
6974
6975 2003-03-13  John Levon  <levon@movementarian.org>
6976
6977         * lyxtext.h:
6978         * text.C:
6979         * text2.C:
6980         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6981
6982 2003-03-13  John Levon  <levon@movementarian.org>
6983
6984         * text3.C: fix appendix redrawing
6985
6986 2003-03-13  John Levon  <levon@movementarian.org>
6987
6988         * text.C (setHeightOfRow):
6989         * rowpainter.h:
6990         * rowpainter.C: make appendix mark have the text
6991           "Appendix" so the user knows what it is
6992
6993         * LColor.h:
6994         * LColor.C: s/appendixline/appendix/ from above
6995
6996 2003-03-13  John Levon  <levon@movementarian.org>
6997
6998         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6999
7000         * text.C: fix a getChar(pos) bug properly
7001
7002 2003-03-13  Angus Leeming  <leeming@lyx.org>
7003
7004         * commandtags.h:
7005         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
7006         Probably only temporary. Let's see how things pan out.
7007
7008         * BufferView.C (unlockInset):
7009         * BufferView_pimpl.C (fitCursor):
7010         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
7011
7012         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7013         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7014
7015         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7016         new functions that convert ParagraphParameters to and from a string.
7017
7018         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7019         BufferView::Pimpl's dispatch.
7020         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7021
7022 2003-03-13 André Pönitz <poenitz@gmx.net>
7023
7024         * lyxfunc.C:
7025         * text3.C:
7026         * factory.C: make it aware of InsetEnv
7027
7028 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7029
7030         * text2.C (setCursor): never ask for one past last
7031         (setCursor): add some debugging messages.
7032
7033         * text.C (singleWidth): never ask for one past last
7034         (singleWidth): ditto
7035         (leftMargin): ditto
7036         (rightMargin): ditto
7037         (rowBreakPoint): ditto
7038         (setHeightOfRow): ditto
7039         (prepareToPrint): ditto
7040
7041         * rowpainter.C (paintBackground): never ask for one past last
7042         (paintText): never ask for one past last
7043
7044         * paragraph_pimpl.C (getChar): make the assert stricter, never
7045         allow the one past last pos to be taken
7046
7047         * paragraph.C (getChar): ws changes only
7048
7049         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7050         (numberOfSeparators): ditto
7051         (numberOfHfills): ditto
7052
7053 2003-03-12  John Levon  <levon@movementarian.org>
7054
7055         * author.h:
7056         * author.C:
7057         * bufferparams.h:
7058         * bufferparams.C:
7059         * paragraph_funcs.C: fix per-buffer authorlists
7060
7061 2003-03-12  John Levon  <levon@movementarian.org>
7062
7063         * text.C: fix newline in right address
7064
7065 2003-03-12  Angus Leeming  <leeming@lyx.org>
7066
7067         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7068         duplicate those in LyXFunc::dispatch.
7069
7070         * commandtags.h:
7071         * LyXAction.C:
7072         * ToolbarDefaults.C:
7073         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7074         Add LFUN_FONTFREE_UPDATE.
7075
7076         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7077         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7078
7079         * bufferview_func.[Ch]: several new functions to facilliate
7080         transfer of data to and from the character dialog.
7081
7082 2003-03-12  John Levon  <levon@movementarian.org>
7083
7084         * buffer.C:
7085         * paragraph.h:
7086         * paragraph.C:
7087         * paragraph_funcs.C:
7088         * paragraph_pimpl.C:
7089         * sgml.C:
7090         * tabular.C:
7091         * text.C:
7092         * text3.C: remove META_NEWLINE in favour of an inset
7093
7094         * rowpainter.h:
7095         * rowpainter.C: remove paintNewline (done by inset)
7096
7097 2003-03-12  John Levon  <levon@movementarian.org>
7098
7099         * paragraph_pimpl.C: complain about bad getChar()s
7100         for a while at least
7101
7102 2003-03-12  John Levon  <levon@movementarian.org>
7103
7104         * buffer.h:
7105         * buffer.C: move paragraph read into a separate function,
7106         a little renaming to reflect that.
7107
7108         * bufferparams.h:
7109         * bufferparams.C: remove the author_ids map, not necessary now
7110
7111         * factory.h:
7112         * factory.C: moved Buffer::readInset to here
7113
7114         * paragraph_funcs.h:
7115         * paragraph_funcs.C: readParagraph free function moved from
7116         buffer.C
7117
7118         * tabular.C: name change
7119
7120 2003-03-12  John Levon  <levon@movementarian.org>
7121
7122         * buffer.C:
7123         * ParagraphParameters.C: move par params input to
7124         a read() method
7125
7126         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7127         behave like a normal read from the stream wrt reading
7128         a line vs. a \\token
7129
7130 2003-03-12  John Levon  <levon@movementarian.org>
7131
7132         * paragraph.C:
7133         * ParagraphParameters.h:
7134         * ParagraphParameters.C: move output code to a
7135         ::write() method
7136
7137 2003-03-12  John Levon  <levon@movementarian.org>
7138
7139         * BufferView.C (insertLyXFile):
7140         * buffer.h:
7141         * buffer.C:
7142         * tabular.C: use a parlist iterator for creating the
7143           document.
7144
7145 2003-03-12  John Levon  <levon@movementarian.org>
7146
7147         * buffer.C: make current_change static local not
7148           static file-scope
7149
7150 2003-03-12  John Levon  <levon@movementarian.org>
7151
7152         * buffer.C: fix insertStringAsLines for change tracking
7153
7154 2003-03-12  John Levon  <levon@movementarian.org>
7155
7156         * BufferView.C:
7157         * tabular.C:
7158         * buffer.h:
7159         * buffer.C:
7160         * bufferparams.h:
7161         * bufferparams.C: move author list into params. Rename some
7162           functions. Move the header reading into a separate token
7163           loop. Move the header token reading into BufferParams.
7164
7165 2003-03-12  John Levon  <levon@movementarian.org>
7166
7167         * changes.C: put debug inside lyxerr.debugging() checks
7168
7169 2003-03-11 André Pönitz <poenitz@gmx.net>
7170
7171         * factory.C: make it aware of InsetHFill
7172
7173 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7174
7175         * buffer.C (latexParagraphs): move function from here...
7176         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7177         args.
7178
7179 2003-03-10  Angus Leeming  <leeming@lyx.org>
7180
7181         * LyXAction.C (init): fix bug in poplating array with multiple entries
7182         with the same LFUN (spotted by JMarc).
7183
7184 2003-03-10  John Levon  <levon@movementarian.org>
7185
7186         * text.C:
7187         * text2.C: move getColumnNearX() near its
7188         only call site
7189
7190 2003-03-10  John Levon  <levon@movementarian.org>
7191
7192         * text.C: fix break before a minipage
7193
7194 2003-03-10  John Levon  <levon@movementarian.org>
7195
7196         * text.C: fix the last commit
7197
7198 2003-03-09  John Levon  <levon@movementarian.org>
7199
7200         * lyxtext.h:
7201         * text.C:
7202         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7203         bug 365 (don't break before insets unless needed). Don't
7204         return a value > last under any circumstances.
7205
7206 2003-03-09  Angus Leeming  <leeming@lyx.org>
7207
7208         * BufferView_pimpl.C (trackChanges, dispatch): call
7209         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7210
7211 2003-03-09  Angus Leeming  <leeming@lyx.org>
7212
7213         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7214         than Dialogs::showAboutlyx().
7215
7216 2003-03-09  Angus Leeming  <leeming@lyx.org>
7217
7218         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7219         than Dialogs::showTabularCreate().
7220
7221 2003-03-09  John Levon  <levon@movementarian.org>
7222
7223         * lyxtext.h:
7224         * text.C:
7225         * text2.C: 3rd arg to nextBreakPoint was always the same.
7226           Use references.
7227
7228 2003-03-08  John Levon  <levon@movementarian.org>
7229
7230         * lyxrow.C:
7231         * paragraph.C:
7232         * paragraph.h:
7233         * rowpainter.C:
7234         * text.C:
7235         * text2.C: Remove the "main" bit from the "main body"
7236           notion.
7237
7238 2003-03-08  John Levon  <levon@movementarian.org>
7239
7240         * text.C (leftMargin): The left margin of an empty
7241         manual label paragraph should not include the label width
7242         string length.
7243
7244         * text.C (prepareToPrint): don't attempt to measure hfills
7245         for empty manual label paragraphs - the answer should be 0
7246
7247 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7248
7249         * CutAndPaste.C: remove commented code and reindent.
7250
7251 2003-03-08  John Levon  <levon@movementarian.org>
7252
7253         * lyxfunc.h:
7254         * lyxfunc.C: move reloadBuffer()
7255
7256         * BufferView.h:
7257         * BufferView.C: to here
7258
7259         * lyxvc.C: add comment
7260
7261         * vc-backend.h:
7262         * vc-backend.C: call bv->reload() to avoid
7263           getStatus() check on MENURELOAD
7264
7265 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7266
7267         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7268         to an old format .dep file.
7269
7270 2003-03-07  Angus Leeming  <leeming@lyx.org>
7271
7272         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7273         when the LFUN_MOUSE_RELEASE should have been handled by
7274         inset->localDispatch.
7275
7276 2003-03-07  Angus Leeming  <leeming@lyx.org>
7277
7278         * BufferView_pimpl.C (dispatch):
7279         * LyXAction.C (init):
7280         * ToolbarDefaults.C (init):
7281         * commandtags.h:
7282         * lyxfunc.C (getStatus):
7283         remove LFUN_INSET_GRAPHICS.
7284
7285         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7286
7287 2003-03-07  Angus Leeming  <leeming@lyx.org>
7288
7289         * commandtags.h:
7290         * LyXAction.C (init):
7291         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7292
7293         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7294
7295         * commandtags.h:
7296         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7297
7298         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7299         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7300
7301 2003-03-07  Angus Leeming  <leeming@lyx.org>
7302
7303         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7304         remove "ert".
7305
7306 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7307
7308         * ParagraphList.C (front): new function
7309         (back): implement
7310
7311 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7312
7313         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7314         and top_row_offset_. removed var first_y.
7315         * text.C (top_y):
7316         * text2.C (LyXText, removeRow):
7317         * text3.C:
7318         * BufferView_pimpl.C:
7319         use these methods instead of using first_y
7320
7321 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7322
7323         * text2.C (pasteSelection): adjust for checkPastePossible
7324
7325         * CutAndPaste.C: remove Paragraph * buf and replace with
7326         ParagraphList paragraphs.
7327         (DeleteBuffer): delete
7328         (cutSelection): change the tc type to textclass_type
7329         (copySelection): change the tc type to textclass_type
7330         (copySelection): adjust for ParagraphList
7331         (pasteSelection): change the tc type to textclass_type
7332         (pasteSelection): adjust for Paragraphlist
7333         (nrOfParagraphs): simplify for ParagraphList
7334         (checkPastePossible): simplify for ParagraphList
7335         (checkPastePossible): remove unused arg
7336
7337         * ParagraphList.C (insert): handle the case where there are no
7338         paragraphs yet.
7339
7340         * CutAndPaste.h: make CutAndPaste a namespace.
7341
7342         * text3.C (dispatch): adjust
7343
7344         * text.C (breakParagraph): add a ParagraphList as arg
7345
7346         * paragraph_funcs.C (breakParagraph): change to take a
7347         BufferParams and a ParagraphList as args.
7348         (breakParagraphConservative): ditto
7349         (mergeParagraph): ditto
7350         (TeXDeeper): add a ParagraphList arg
7351         (TeXEnvironment): ditto
7352         (TeXOnePar): ditto
7353
7354         * buffer.C (readLyXformat2): adjust
7355         (insertStringAsLines): adjust
7356         (latexParagraphs): adjust
7357
7358         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7359         (cutSelection): adjust
7360         (pasteSelection): adjust
7361
7362         * BufferView_pimpl.C (insertInset): adjust
7363
7364 2003-03-05  Angus Leeming  <leeming@lyx.org>
7365
7366         * commandtags.h:
7367         * LyXAction.C (init):
7368         * BufferView_pimpl.C (dispatch):
7369         * lyxfunc.C (getStatus):
7370         remove LFUN_CHILD_INSERT.
7371
7372         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7373
7374 2003-03-05  Angus Leeming  <leeming@lyx.org>
7375
7376         * commandtags.h:
7377         * LyXAction.C (init):
7378         * src/factory.C (createInset):
7379         * lyxfunc.C (getStatus):
7380         * text3.C (dispatch):
7381         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7382
7383         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7384
7385 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7386
7387         * ParagraphList.C (insert): handle insert right before end()
7388         (erase): fix cases where it can be first or last paragraph.
7389
7390 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7391
7392         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7393         Paragraph::next and Paragraph::previous
7394         (TeXOnePar): ditto
7395
7396         * text.C (breakParagraph): adjust
7397
7398         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7399         BufferParams& as arg.
7400         (breakParagraph): use ParagraphList::insert
7401         (breakParagraphConservative): take a Buffer* instead of a
7402         BufferParams& as arg.
7403         (breakParagraphConservative): use ParagraphList::insert.
7404
7405         * buffer.C (insertStringAsLines): un-const it
7406         (insertStringAsLines): adjust
7407
7408         * ParagraphList.C (insert): new function
7409
7410         * CutAndPaste.C (pasteSelection): adjust
7411
7412         * text.C (backspace): adjust
7413
7414         * tabular.C (SetMultiColumn): adjust
7415
7416         * CutAndPaste.C (cutSelection): adjust
7417         (pasteSelection): adjust
7418
7419         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7420         Buffer const * as arg
7421
7422         * ParagraphList.C (erase): new function
7423         * paragraph_funcs.C (mergeParagraph): use it
7424         (mergeParagraph): make it take a Buffer* instead of a
7425         BufferParams* as arg
7426
7427         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7428         as arg
7429         (breakParagraphConservative): ditto
7430
7431         * paragraph.h: remove the breakParagraph friend
7432
7433         * paragraph.C (eraseIntern): new function
7434         (setChange): new function
7435
7436         * paragraph_funcs.C (mergeParagraph): make it take a
7437         ParagraphList::iterator instead of a Paragraph *, adjust
7438         accordingly.
7439
7440         * paragraph.h: move an #endif so that the change tracking stuff
7441         also works in the NO_NEXT case.
7442
7443 2003-03-04  Angus Leeming  <leeming@lyx.org>
7444
7445         * commandtags.h:
7446         * LyXAction.C: new LFUN_INSET_MODIFY.
7447
7448         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7449         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7450
7451 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7452
7453         * several files: ws changes only
7454
7455         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7456         (TeXEnvironment): ditto
7457         (TeXDeeper): ditto
7458
7459         * buffer.C (makeLaTeXFile): adjust
7460         (latexParagraphs): make it take ParagraphList::iterator as args
7461
7462 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7463
7464         * buffer.C (latexParagraphs): adjust
7465
7466         * paragraph.C (TeXOnePar): move function...
7467         (optArgInset): move function...
7468         (TeXEnvironment): move function...
7469         * paragraph_pimpl.C (TeXDeeper): move function...
7470         * paragraph_funcs.C: ...here
7471
7472         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7473
7474 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7475
7476         * buffer.C (readInset): remove compability code for old Figure and
7477         InsetInfo insets
7478
7479 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7480
7481         * buffer.C: ws changes
7482         (readInset):
7483
7484         * BufferView_pimpl.C: ditto
7485         * author.C: ditto
7486         * buffer.h: ditto
7487         * bufferlist.h: ditto
7488         * changes.h: ditto
7489         * lyxfunc.C: ditto
7490
7491 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7492
7493         * converter.[Ch]: split into itself +
7494         * graph.[Ch]
7495         * format.[Ch]
7496         * Makefile.am: += graph.[Ch] + format.[Ch]
7497         * MenuBackend.C
7498         * buffer.C
7499         * exporter.C
7500         * importer.C
7501         * lyx_main.C
7502         * lyxfunc.C
7503         * lyxrc.C: added #include "format.h"
7504
7505 2003-02-27  Angus Leeming  <leeming@lyx.org>
7506
7507         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7508           a label.
7509
7510         * factory.C (createInset): add "label" to the factory.
7511
7512         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7513           string and do no more.
7514
7515 2003-02-27  Angus Leeming  <leeming@lyx.org>
7516
7517         * commandtags.h:
7518         * LyXAction.C (init):
7519         * factory.C (createInset):
7520         * BufferView_pimpl.C (dispatch):
7521           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7522
7523         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7524
7525         * lyxfunc.C (dispatch):
7526         * text3.C (dispatch): pass name to params2string.
7527
7528 2003-02-26  Angus Leeming  <leeming@lyx.org>
7529
7530         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7531           blocks together.
7532           Rearrange the ~includes. Strip out the unnecessary ones.
7533
7534         * factory.C (createInset): reformat.
7535           create new insets for the various LFUN_XYZ_APPLY lfuns.
7536
7537 2003-02-26  John Levon  <levon@movementarian.org>
7538
7539         * lyxrow.h:
7540         * lyxrow.C: add isParStart,isParEnd helpers
7541
7542         * paragraph.h: make isInserted/DeletedText take refs
7543
7544         * paragraph_funcs.h:
7545         * paragraph_funcs.C: remove #if 0'd code
7546
7547         * lyxtext.h:
7548         * text3.C:
7549         * text2.C:
7550         * text.C: use lyxrow helpers above.
7551           Move draw and paint routines to RowPainter.
7552           Make several methods use refs not pointers.
7553           Make backgroundColor() const.
7554           Add markChangeInDraw(), isInInset().
7555           Merge changeRegionCase into changeCase.
7556           Make workWidth() shouldn't-happen code into an Assert.
7557
7558         * rowpainter.h:
7559         * rowpainter.C: new class for painting a row.
7560
7561         * vspace.h:
7562         * vspace.C: make inPixels take a ref
7563
7564 2003-02-26  Angus Leeming  <leeming@lyx.org>
7565
7566         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7567         LFUN_REF_APPLY.
7568
7569 2003-02-25  John Levon  <levon@movementarian.org>
7570
7571         * ispell.C: give the forked command a more accurate name
7572
7573 2003-02-22  John Levon  <levon@movementarian.org>
7574
7575         * toc.h:
7576         * toc.C: make TocItem store an id not a Paragraph *
7577           (bug #913)
7578
7579 2003-02-21  Angus Leeming  <leeming@lyx.org>
7580
7581         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7582           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7583           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7584           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7585           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7586           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7587
7588         * BufferView_pimpl.C (dispatch):
7589         * LyXAction.C (init):
7590         * factory.C (createInset):
7591         * lyxfunc.C (getStatus, dispatch):
7592         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7593
7594 2003-02-21  Angus Leeming  <leeming@lyx.org>
7595
7596         * BufferView_pimpl.C (MenuInsertLyXFile):
7597         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7598         * lyxfunc.C (menuNew, open, doImport):
7599           no longer pass a LyXView & to fileDlg.
7600
7601 2003-02-21  Angus Leeming  <leeming@lyx.org>
7602
7603         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7604         * LyXAction.C: change, BIBKEY to BIBITEM.
7605         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7606         Change InsetBibKey to InsetBibitem.
7607         Change BIBKEY_CODE to BIBITEM_CODE.
7608         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7609         * factory.C: replace insetbib.h with insetbibitem.h.
7610         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7611         * paragraph.C: replace insetbib.h with insetbibitem.h.
7612         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7613         Change bibkey() to bibitem().
7614         * text.C: remove insetbib.h.
7615         * text2.C: replace insetbib.h with insetbibitem.h.
7616         change bibkey() to bibitem().
7617         * text3.C: remove insetbib.h.
7618         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7619
7620 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7621
7622         * lyxrc.C (output): enclose user email in quotes (in case there are
7623         several words)
7624
7625 2003-02-18  John Levon  <levon@movementarian.org>
7626
7627         * buffer.h: add std::
7628
7629 2003-02-17  John Levon  <levon@movementarian.org>
7630
7631         * SpellBase.h:
7632         * ispell.h:
7633         * ispell.C:
7634         * pspell.h:
7635         * pspell.C: reworking. Especially in ispell, a large
7636           number of clean ups and bug fixes.
7637
7638         * lyxfunc.C: fix revert to behave sensibly
7639
7640 2003-02-17 André Pönitz <poenitz@gmx.net>
7641
7642         * LyXAction.C:
7643         * commandtags.h: new LFUN_INSERT_BIBKEY
7644
7645         * layout.h:
7646         * lyxlayout.C:
7647         * buffer.C:
7648         * factory.C:
7649         * text.C:
7650         * text2.C:
7651         * text3.C:
7652         * paragraph.[Ch]:
7653         * paragraph_func.C: remove special bibkey handling
7654
7655 2003-02-17  John Levon  <levon@movementarian.org>
7656
7657         * text.C (Delete): fix case where delete at the end of
7658           the very first paragraph would not merge the pars
7659
7660 2003-02-17  John Levon  <levon@movementarian.org>
7661
7662         * lyxrow.C: fix lastPrintablePos()
7663
7664 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7665
7666         * bufferparams.C (writeLaTeX): add a std:here
7667
7668         * buffer.C: and remove a using directive there
7669
7670 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7671
7672         * buffer.C (makeLaTeXFile): move the code that generates the
7673           preamble...
7674
7675         * bufferparams.C (writeLaTeX): ... in this new method
7676
7677         * LaTeXFeatures.C (getEncodingSet): make const
7678           (getLanguages): make const
7679
7680         * MenuBackend.C (binding): returns the binding associated to this
7681           action
7682           (add): sets the status of each item by calling getStatus. Adds
7683           some intelligence.
7684           (read): add support for OptSubMenu
7685           (expand): remove extra separator at the end of expanded menu
7686
7687 2003-02-15  John Levon  <levon@movementarian.org>
7688
7689         * BufferView.C:
7690         * BufferView_pimpl.C:
7691         * bufferlist.h:
7692         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7693           inset code that had no actual effect. Remove unneeded status
7694           code.
7695
7696 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7697
7698         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7699           in preamble
7700
7701 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7702
7703         * text.C (drawLengthMarker): also draw an arrow marker for
7704           symbolic lengths (medskip...)
7705
7706 2003-02-14  John Levon  <levon@movementarian.org>
7707
7708         * tabular.h:
7709         * tabular.C: better method names
7710
7711 2003-02-14  John Levon  <levon@movementarian.org>
7712
7713         * BufferView_pimpl.C:
7714         * bufferlist.C:
7715         * buffer.C:
7716         * converter.C:
7717         * lyx_cb.C:
7718         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7719           it's a more accurate name. Remove some pointless uses.
7720
7721 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7722
7723         * text2.C (LyXText): change order of initilizers to shut off
7724           warnings
7725
7726 2003-02-14  John Levon  <levon@movementarian.org>
7727
7728         * buffer.C: use ParIterator for getParFromID()
7729
7730         * paragraph.h:
7731         * paragraph.C:
7732         * paragraph_pimpl.h:
7733         * paragraph_pimpl.C: remove unused getParFromID()
7734
7735 2003-02-14  John Levon  <levon@movementarian.org>
7736
7737         * buffer.C: remove some very old #if 0'd parse code
7738
7739 2003-02-13  John Levon  <levon@movementarian.org>
7740
7741         * text.h:
7742         * text.C:
7743         * text2.C: move hfillExpansion(), numberOfSeparators(),
7744           rowLast(), rowLastPrintable(), numberofHfills(),
7745           numberOfLabelHfills() ...
7746
7747         * lyxrow.h:
7748         * lyxrow.C: ... to member functions here.
7749
7750         * paragraph.h:
7751         * paragraph.C:
7752         * lyxtext.h:
7753         * text.C: remove LyXText::beginningOfMainBody(), and call
7754           p->beginningOfMainBody() directly. Move the check for
7755           LABEL_MANUAL into the latter.
7756
7757         * text.h:
7758         * text.C:
7759         * text2.C:
7760         * vspace.C:
7761         * BufferView.h:
7762         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7763
7764         * text.h:
7765         * text.C:
7766         * text2.C:
7767         * text3.C:
7768         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7769           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7770
7771 2003-02-13  John Levon  <levon@movementarian.org>
7772
7773         * CutAndPaste.C: remove debug
7774
7775 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7776
7777         * paragraph.C (asString): remove two unused variables
7778
7779         * lyxtextclass.C (readTitleType):
7780           (Read):
7781           (LyXTextClass): handle new members titletype_ and titlename_
7782
7783         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7784
7785 2003-02-09  John Levon  <levon@movementarian.org>
7786
7787         * buffer.h:
7788         * buffer.C: replace hand-coded list with a map for the dep clean
7789
7790 2003-02-08  John Levon  <levon@movementarian.org>
7791
7792         * LaTeX.C: consolidate code into showRunMessage() helper
7793
7794 2003-02-08  John Levon  <levon@movementarian.org>
7795
7796         * lyxfind.C:
7797         * lyxtext.h:
7798         * text2.C:
7799         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7800           and pass the size in explicitly
7801
7802         * BufferView_pimpl.h:
7803         * BufferView_pimpl.C:
7804         * BufferView.h:
7805         * BufferView.C: add getCurrentChange()
7806
7807         * BufferView_pimpl.h:
7808         * BufferView_pimpl.C: handle change lfuns
7809
7810         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7811           for changes. Mark pasted paragraphs as new.
7812
7813         * support/lyxtime.h:
7814         * support/lyxtime.C:
7815         * DepTable.C: abstract time_t as lyx::time_type
7816
7817         * LColor.h:
7818         * LColor.C: add colours for new text, deleted text, changebars
7819
7820         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7821           package use "usenames" option.
7822
7823         * commandtags.h:
7824         * lyxfunc.C:
7825         * LyXAction.C: add change lfuns
7826
7827         * Makefile.am:
7828         * author.h:
7829         * author.C: author handling
7830
7831         * buffer.h:
7832         * buffer.C: add a per-buffer author list, with first entry as
7833           current author. Handle new .lyx tokens for change tracking. Output
7834           author list to .lyx file. Output dvipost stuff to .tex preamble.
7835           Bump lyx format to 222.
7836
7837         * bufferlist.h:
7838         * bufferlist.C: add setCurrentAuthor() to reset current author details
7839           in all buffers.
7840
7841         * bufferparams.h:
7842         * bufferparams.C: add param for tracking
7843
7844         * bufferview_funcs.C: output change info in minibuffer
7845
7846         * Makefile.am:
7847         * changes.h:
7848         * changes.C: add change-tracking structure
7849
7850         * debug.h:
7851         * debug.C: add CHANGES debug flag
7852
7853         * lyxfind.h:
7854         * lyxfind.C: add code for finding the next change piece
7855
7856         * lyxrc.h:
7857         * lyxrc.C: add user_name and user_email
7858
7859         * lyxrow.h:
7860         * lyxrow.C: add a metric for the top of the text line
7861
7862         * lyxtext.h:
7863         * text.C: implement accept/rejectChange()
7864
7865         * lyxtext.h:
7866         * text.C: paint changebars. Paint new/deleted text in the chosen
7867         colours. Strike through deleted text.
7868
7869         * paragraph.h:
7870         * paragraph.C:
7871         * paragraph_pimpl.h:
7872         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7873           in the current change to the insert functions. Rework erase to
7874           mark text as deleted, adding an eraseIntern() and a range-based
7875           erase(). Implement per-paragraph change lookup and
7876           accept/reject.
7877
7878         * paragraph_funcs.C: Fixup paste for change tracking.
7879
7880         * tabular.C: mark added row/columns as new.
7881
7882         * text.C: fix rowLast() to never return -1. Don't allow
7883           spellchecking of deleted text. Track transpose changes. Don't
7884           allow paragraph break or merge where appropriate.
7885
7886         * text2.C: leave cursor at end of selection after a cut.
7887
7888 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7889
7890         * text.C (getLengthMarkerHeight):
7891         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7892         visible on screen too.
7893
7894 2003-02-07  John Levon  <levon@movementarian.org>
7895
7896         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7897
7898 2003-02-05  Angus Leeming  <leeming@lyx.org>
7899
7900         * lyxserver.C (read_ready): revert my patch of 11 September last year
7901         as it sends PC cpu through the roof. Presumably this means that
7902         the lyxserver will no longer run on an Alpha...
7903
7904 2003-01-30  Angus Leeming  <leeming@lyx.org>
7905
7906         * factory.C (createInset): create an InsetCommandParam of type "index"
7907         and use it to 'do the right thing'.
7908
7909         * text2.C (getStringToIndex): ensure that cursor position is always
7910         reset to the reset_cursor position.
7911
7912 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7913
7914         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7915         disabled.
7916
7917 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7918
7919         * bufferview.C:
7920         * lyxcb.C:
7921         * lyxfunc.C: Output messages with identical spelling, punctuation,
7922         and spaces
7923
7924 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7925
7926         * MenuBackend.C (expandFormats): List only viewable export formats
7927         in "View" menu
7928
7929         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7930         message
7931
7932         * lyxfunc.C (getStatus): Make sure that formats other than
7933         "fax" can also be disabled
7934
7935 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7936
7937         * text3.C (dispatch): put the lfuns that insert insets in 3
7938         groups, and call doInsertInset with appropriate arguments.
7939         (doInsertInset): new function, that creates an inset and inserts
7940         it according to some boolean parameters.
7941
7942 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7943
7944         * buffer.C (readFile): remember to pass on 'par' when calling
7945         readFile recursively.
7946
7947 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7948
7949         * MenuBackend.C (expandFormats): add "..." to import formats.
7950
7951 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7952
7953         * paragraph.C (asString): Remove XForms RTL hacks.
7954
7955 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7956         * buffer.C: fix typo
7957
7958 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7959
7960         * Makefile.am (LIBS): delete var
7961         (lyx_LDADD): add @LIBS@ here instead.
7962
7963 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7964
7965         * Clarify the meaning of "wheel mouse jump"
7966
7967 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7968
7969         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7970         tabular in a float
7971
7972 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7973
7974         * importer.C (Loaders): do not preallocate 3 elements in the
7975         vector, since one ends up with 6 elements otherwise
7976
7977 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7978
7979         * DepTable.C (write): write the file name as last element of the
7980         .dep file (because it may contain spaces)
7981         (read): read info in the right order
7982
7983 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7984
7985         * paragraph_pimpl.C (simpleTeXBlanks):
7986         (simpleTeXSpecialChars):
7987         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7988
7989         * tabular.C (latex): add some missing case statements. Reindent.
7990
7991         * MenuBackend.C (expandToc): remove unused variable.
7992
7993 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7994
7995         * LColor.C:
7996         * LaTeX.C:
7997         * LyXAction.C:
7998         * MenuBackend.C:
7999         * buffer.C:
8000         * exporter.C:
8001         * lyxfunc.C:
8002         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
8003         and the like.
8004
8005 2003-01-05  John Levon  <levon@movementarian.org>
8006
8007         * BufferView.h:
8008         * BufferView.C: add getEncoding()
8009
8010         * kbsequence.h:
8011         * kbsequence.C: do not store last keypress
8012
8013         * lyxfunc.h:
8014         * lyxfunc.C: store last keypress here instead. Pass encoding
8015           to getISOEncoded()
8016
8017 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8018
8019         * lyx_main.C (init): remove annoying error message when following
8020         symbolic links (bug #780)
8021
8022 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8023
8024         * text.C (insertChar):
8025         * lyxrc.C (getDescription): remove extra spaces
8026
8027 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8028
8029         * lyxrc.C (getDescription): remove extra spaces
8030
8031 2002-12-20  John Levon  <levon@movementarian.org>
8032
8033         * text3.C: hack fix for page up/down across tall rows
8034
8035 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8036
8037         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8038         not been invoked
8039
8040 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8041
8042         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8043         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8044         thesaurus is not compiled in
8045
8046 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8047
8048         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8049
8050 2002-12-16  Angus Leeming  <leeming@lyx.org>
8051
8052         * lyxrc.[Ch]:
8053         * lyx_main.C (init): remove override_x_deadkeys stuff.
8054
8055 2002-12-12  John Levon  <levon@movementarian.org>
8056
8057         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8058           insert. Only remove shift modifier under strict
8059           circumstances.
8060
8061 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8062
8063         * MenuBackend.C (expandToc): fix crash.
8064
8065 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8066
8067         * MenuBackend.C (expandToc): gettext on float names.
8068
8069 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8070
8071         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8072         implement bool empty() [bug 490]
8073
8074 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8075
8076         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8077
8078 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8079
8080         * several files: ws changes
8081
8082 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8083
8084         * text2.C (setCounter): clean up a bit, use boost.format.
8085         (updateCounters): initialize par upon declaration.
8086
8087         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8088         if the layout exists. We do not just store the layout any more.
8089         (SwitchLayoutsBetweenClasses): use boost.format
8090
8091 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8092
8093         * converter.C (convert): if from and to files are the same, use a
8094         temporary files as intermediary
8095
8096 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8097
8098         * commandtags.h:
8099         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8100
8101 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8102
8103         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8104
8105 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8106
8107         * tabular.C (asciiPrintCell): use string(size, char) instead of
8108         explicit loop.
8109
8110         * sgml.C (openTag): fix order of arguments to string constructor
8111         (closeTag): ditto
8112
8113         * lyxfunc.C (dispatch): use boost.format
8114
8115         * lots of files: change "c" -> 'c'
8116
8117 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8118
8119         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8120
8121 2002-11-25  Angus Leeming  <leeming@lyx.org>
8122
8123         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8124
8125         * lyx_main.C (init): compile fix.
8126
8127 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8128
8129         * lyx_cb.C (start): boost.formatify
8130         do not include <iostream>
8131
8132         * lengthcommon.C: ws only
8133
8134         * boost-inst.C,BoostFormat.h: add more explict instantations
8135
8136 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8137
8138         * lots of files: handle USE_BOOST_FORMAT
8139
8140 2002-11-21  John Levon  <levon@movementarian.org>
8141
8142         * pspell.C: fix compile
8143
8144 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8145
8146         * lyxfunc.C (dispatch): use boost::format
8147         (open): ditto
8148         (doImport): ditto
8149
8150         * lyxfont.C (stateText): use boost::format
8151
8152         * lyx_main.C (LyX): use boost::format
8153         (init): ditto
8154         (queryUserLyXDir): ditto
8155         (readRcFile): ditto
8156         (parse_dbg): ditto
8157         (typedef boost::function): use the recommened syntax.
8158
8159         * importer.C (Import): use boost::format
8160
8161         * debug.C (showLevel): use boost::format
8162
8163         * converter.C (view): use boost::format
8164         (convert): ditto
8165         (move): ditto
8166         (scanLog): ditto
8167
8168         * bufferview_funcs.C (currentState): use boost::format
8169
8170         * bufferlist.C (emergencyWrite): use boost::format
8171
8172         * buffer.C (readLyXformat2): use boost::format
8173         (parseSingleLyXformat2Token): ditto
8174
8175         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8176
8177         * LaTeX.C (run): use boost::format
8178
8179         * Chktex.C (scanLogFile): use boost::format
8180
8181         * BufferView_pimpl.C (savePosition): use boost::format
8182         (restorePosition): ditto
8183         (MenuInsertLyXFile): ditto
8184
8185         * BoostFormat.h: help file for explicit instation.
8186
8187 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8188
8189         * tabular.C (latex): Support for block alignment in fixed width
8190         columns.
8191
8192 2002-11-17  John Levon  <levon@movementarian.org>
8193
8194         * BufferView_pimpl.C:
8195         * lyx_cb.C:
8196         * lyxfunc.C: split filedialog into open/save
8197
8198 2002-11-08  Juergen Vigna  <jug@sad.it>
8199
8200         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8201         by my last patch (hopefully).
8202
8203 2002-11-08  John Levon  <levon@movementarian.org>
8204
8205         * iterators.h:
8206         * iterators.C:
8207         * buffer.h:
8208         * buffer.C:
8209         * paragraph.h:
8210         * paragraph.C:
8211         * toc.h:
8212         * toc.C: ParConstIterator, and use it (from Lars)
8213
8214 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8215
8216         * lyxtextclass.[Ch]: revise and add doxygen comments
8217
8218 2002-11-07  John Levon  <levon@movementarian.org>
8219
8220         * text.C: fix progress value for spellchecker
8221
8222         * toc.C: fix navigate menu for insetwrap inside minipage
8223
8224         * paragraph_funcs.C: added FIXME for suspect code
8225
8226 2002-11-07  John Levon  <levon@movementarian.org>
8227
8228         * BufferView_pimpl.C: fix redrawing of insets
8229           on buffer switch
8230
8231 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8232
8233         * text2.C (updateCounters): fix bug 668
8234
8235 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8236
8237         * text3.C (dispatch): Do not make the buffer dirty when moving the
8238         cursor.
8239
8240 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8241
8242         * vc-backend.C: STRCONV
8243         (scanMaster): ditto
8244
8245         * text2.C (setCounter): STRCONV
8246
8247         * paragraph.C (asString): STRCONV
8248
8249         * lyxlength.C (asString): STRCONV
8250         (asLatexString): ditto
8251
8252         * lyxgluelength.C (asString): STRCONV
8253         (asLatexString): ditto
8254
8255         * lyxfunc.C (dispatch): STRCONV
8256         (open): ditto
8257
8258         * lyxfont.C (stateText): STRCONV
8259
8260         * importer.C (Import): STRCONV
8261
8262         * counters.C (labelItem): STRCONV
8263         (numberLabel): ditto
8264         (numberLabel): remove unused ostringstream o
8265
8266         * chset.C: STRCONV
8267         (loadFile): ditto
8268
8269         * bufferview_funcs.C (currentState): STRCONV
8270
8271         * buffer.C (readFile): STRCONV
8272         (asciiParagraph): ditto
8273         (makeLaTeXFile): ditto
8274
8275         * Spacing.C (writeEnvirBegin): STRCONV
8276
8277         * LaTeXFeatures.C (getLanguages): STRCONV
8278         (getPackages): ditto
8279         (getMacros): ditto
8280         (getBabelOptions): ditto
8281         (getTClassPreamble): ditto
8282         (getLyXSGMLEntities): ditto
8283         (getIncludedFiles): ditto
8284
8285         * LaTeX.C: STRCONV
8286         (run): ditto
8287         (scanAuxFile): ditto
8288         (deplog): ditto
8289
8290         * LString.h: add the STRCONV macros
8291
8292         * BufferView_pimpl.C (savePosition): STRCONV
8293         (restorePosition): ditto
8294         (MenuInsertLyXFile): ditto
8295
8296         * vc-backend.C (scanMaster): change from submatch[...] to
8297         submatch.str(...)
8298
8299         * funcrequest.C: include config.h
8300
8301         * factory.C: include config.h
8302
8303         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8304
8305         * box.C: include config.h
8306
8307         * LaTeX.C (scanAuxFile): change from submatch[...] to
8308         submatch.str(...)
8309         (deplog): ditto
8310
8311 2002-10-25  Angus Leeming  <leeming@lyx.org>
8312
8313         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8314
8315         * ispell.[Ch] (setError): new method.
8316         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8317         Use setError() insetead of goto END.
8318
8319         * lyx_cb.C (AutoSave): move out child process into new class
8320         AutoSaveBuffer.
8321
8322 2002-10-30  John Levon  <levon@movementarian.org>
8323
8324         * text3.C: make start appendix undoable
8325
8326 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8327
8328         * lyxlength.C (inPixels): Fix returned value.
8329
8330         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8331         environment.
8332
8333 2002-10-24  Angus Leeming  <leeming@lyx.org>
8334
8335         * lyxgluelength.h: no need to forward declare BufferParams
8336         or BufferView, so don't.
8337
8338 2002-10-21  John Levon  <levon@movementarian.org>
8339
8340         * BufferView.C: menuUndo ->undo, redo
8341
8342         * BufferView.h: document, remove dead, make some methods private
8343
8344         * paragraph_funcs.h:
8345         * paragraph_funcs.C:
8346         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8347
8348         * buffer.h:
8349         * buffer.C:
8350         * sgml.h:
8351         * sgml.C: move sgml open/close tag into sgml.C
8352
8353         * bufferview_funcs.h: unused prototype
8354
8355         * lyxfunc.h:
8356         * lyxfunc.C: remove unused
8357
8358         * lyxtext.h:
8359         * text.C: remove unused
8360
8361 2002-10-21  John Levon  <levon@movementarian.org>
8362
8363         * BufferView.h:
8364         * BufferView.C:
8365         * BufferView_pimpl.h:
8366         * BufferView_pimpl.C: fix mouse wheel handling based on
8367           patch from Darren Freeman
8368
8369 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8370
8371         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8372
8373 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8374
8375         * lyxlength.C (inPixels): Fix hanfling of negative length.
8376         Fix LyXLength::MU case.
8377
8378 2002-10-16  John Levon  <levon@movementarian.org>
8379
8380         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8381
8382 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8383
8384         * converter.C (view): add support for $$i (file name) and $$p
8385         (file path) for the viewer command. If $$i is not specified, then
8386         it is appended to the command (for compatibility with old syntax)
8387
8388 2002-10-14  Juergen Vigna  <jug@sad.it>
8389
8390         * undo_funcs.C (textHandleUndo): alter the order in which the
8391         new undopar is added to the LyXText, as we have to set first
8392         the right prev/next and then add it as otherwise the rebuild of
8393         LyXText is not correct. Also reset the cursor to the right paragraph,
8394         with this IMO we could remove the hack in "redoParagraphs()".
8395
8396 2002-10-09  Angus Leeming  <leeming@lyx.org>
8397
8398         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8399         to turn off an optimisation if a new inset is to be inserted.
8400
8401 2002-10-11 André Pönitz <poenitz@gmx.net>
8402
8403         * lyxtext.h: make some functions public to allow access
8404         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8405
8406 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8407
8408         * text3.C (dispatch): when changing layout, avoid an infinite loop
8409         [bug #652]
8410
8411 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8412
8413         * lyxrc.C (read): treat a viewer or converter command of "none" as
8414         if it were empty.
8415
8416         * MenuBackend.C (expandFormats): for an update, also allow the
8417         formats that are not viewable
8418
8419         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8420         script if it is newer than the lyxrc.defaults in user directory
8421
8422 2002-10-07 André Pönitz <poenitz@gmx.net>
8423
8424         * text.C: Vitaly Lipatov's small i18n fix
8425
8426 2002-09-25  Angus Leeming  <leeming@lyx.org>
8427
8428         * ispell.h: doxygen fix.
8429
8430 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8431
8432         * buffer.h (readFile): Add a new argument to the method, to allow
8433         reading of old-format templates.
8434
8435 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8436
8437         * toc.C (getTocList): Get TOC from InsetWrap.
8438
8439 2002-09-16  John Levon  <levon@movementarian.org>
8440
8441         * lyxfunc.C: check tabular for cut/copy too
8442
8443 2002-09-12  John Levon  <levon@movementarian.org>
8444
8445         * LyXAction.C: tidy
8446
8447         * factory.h:
8448         * factory.C: add header
8449
8450         * paragraph_funcs.h:
8451         * paragraph_funcs.C: cleanup
8452
8453 2002-09-11  John Levon  <levon@movementarian.org>
8454
8455         * PrinterParams.h: odd/even default to true
8456
8457 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8458
8459         * PrinterParams.h: update printer parameters for new xforms dialog
8460
8461 2002-09-11  Angus Leeming  <leeming@lyx.org>
8462
8463         * lyxserver.C (read_ready): re-write to make it more transparent
8464         and to make it work in coherent fashion under Tru64 Unix.
8465
8466 2002-09-11  André Pönitz <poenitz@gmx.net>
8467
8468         * commandtags.h:
8469         * LyXAction.C:
8470         * text3.C: implement LFUN_WORDSEL
8471
8472 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8473
8474         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8475         make floatlist_ a boost::shared_ptr<FloatList>
8476
8477         * lyxtextclass.C: include FloatList.h
8478         (LyXTextClass): initialize floatlist_
8479         (TextClassTags): add TC_NOFLOAT
8480         (Read): match "nofloat" to TC_NOFLOAT and use it.
8481         (readFloat): modify call to floatlist_
8482         (floats): ditto
8483         (floats): ditto
8484
8485         * FloatList.[Ch] (FloatList): remove commented out float
8486         initialization.
8487         (erase): new function
8488
8489 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8490
8491         * MenuBackend.C (expandToc): fix crash when there is no document
8492         open
8493
8494 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8495
8496         * many files: Add insetwrap.
8497
8498 2002-09-09  John Levon  <levon@movementarian.org>
8499
8500         * text2.C: remove confusing and awkward depth wraparound
8501
8502 2002-09-09  John Levon  <levon@movementarian.org>
8503
8504         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8505
8506         * buffer.h:
8507         * buffer.C: remove getIncludeonlyList()
8508
8509         * paragraph.C:
8510         * lyxfunc.C: remove headers
8511
8512 2002-09-09  Juergen Vigna  <jug@sad.it>
8513
8514         * text.C (getColumnNearX): fix form Michael this is most
8515         probably a cut&paste bug.
8516
8517 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8518
8519         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8520
8521         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8522         references, ws changes.
8523
8524         * text2.C (init): update counters after init
8525         (insertParagraph): no need to set counter on idividual paragraphs.
8526         (setCounter): access the counters object in the textclass object
8527         on in the buffer object.
8528         (updateCounters): ditto
8529
8530         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8531         shared_ptr<Counters> to avoid loading counters.h in all
8532         compilation units.
8533         (LyXTextClass): initialize ctrs_
8534         (TextClassTags): add TC_COUNTER, and ...
8535         (Read): use it here.
8536         (CounterTags): new tags
8537         (readCounter): new function
8538         (counters): new funtion
8539         (defaultLayoutName): return a const reference
8540
8541         * counters.C (Counters): remove contructor
8542         (newCounter): remove a couple of unneeded statements.
8543         (newCounter): simplify a bit.
8544         (numberLabel): some small formatting changes.
8545
8546         * buffer.[Ch]: remove all traces of counters, move the Counters
8547         object to the LyXTextClass.
8548
8549 2002-09-06  Alain Castera  <castera@in2p3.fr>
8550
8551         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8552         package to set the horizontal alignment on fixed width columns.
8553
8554         * lyx_sty.C:
8555         * lyx_sty.h: added tabularnewline macro def.
8556
8557         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8558
8559 2002-09-06  John Levon  <levon@movementarian.org>
8560
8561         * LyXAction.C: tooltips for sub/superscript
8562
8563         * MenuBackend.C: a bit more verbose
8564
8565         * lyxfunc.C: tiny clean
8566
8567         * undo_funcs.C: document undo_frozen
8568
8569 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8570
8571         * counters.C (Counters): add missing algorithm counter.
8572
8573         * text2.C (setCounter): lookup the counter with layouts latexname
8574         instead of by section number.
8575         (setCounter): use a hackish way to lookup the correct enum
8576         counter.
8577         a float name->type change
8578         reset enum couners with counter name directly instead of depth value.
8579
8580         * counters.C (Counters): remove the push_backs, change to use the
8581         float type not the float name.
8582         (labelItem): remove unused string, float name->type change
8583
8584         * counters.h: don't include vector, loose the enums and sects vectors
8585
8586 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8587
8588         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8589         (Read): add float->TC_FLOAT to textclassTags
8590         (Read): and handle it in the switch
8591         (readFloat): new function
8592
8593         * FloatList.C (FloatList): comment out the hardcoded float
8594         definitions.
8595
8596         * lyxlayout.h: ws change.
8597
8598 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8599
8600         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8601
8602 2002-09-03  Angus Leeming  <leeming@lyx.org>
8603
8604         * BufferView_pimpl.h: qualified name is not allowed in member
8605         declaration: WorkArea & Pimpl::workarea() const;
8606
8607         * factory.C: added using std::endl directive.
8608
8609         * text3.C: added using std::find and std::vector directives.
8610
8611 2002-08-29  André Pönitz <poenitz@gmx.net>
8612
8613         * lyxtext.h:
8614         * text2.C: remove unused member number_of_rows
8615
8616         * Makefile.am:
8617         * BufferView2.C: remove file, move contents to...
8618         * BufferView.C: ... here
8619
8620         * BufferView_pimpl.C:
8621         * factory.C: move more inset creation to factory
8622
8623         * vspace.C: avoid direct usage of LyXText, ws changes
8624
8625         * BufferView.[Ch]:
8626                 don't provide direct access to WorkArea, use two simple
8627                 acessors haveSelction() and workHeight() instead
8628
8629
8630 2002-08-29  John Levon  <levon@movementarian.org>
8631
8632         * BufferView_pimpl.C (dispatch): do not continue when
8633           no buffer
8634
8635 2002-08-28  André Pönitz <poenitz@gmx.net>
8636
8637         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8638
8639         * BufferView.h:
8640         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8641
8642 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8643
8644         * buffer.C: increment LYX_FORMAT to 221
8645
8646         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8647         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8648
8649         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8650
8651         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8652
8653 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8654
8655         * factory.C (createInset): use LyXTextClass::floats
8656
8657         * MenuBackend.C (expandFloatListInsert):
8658         (expandFloatInsert):
8659         (expandToc):
8660
8661         * text2.C (setCounter):
8662
8663         * LaTeXFeatures.C (useFloat):
8664         (getFloatDefinitions):
8665
8666         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8667
8668         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8669         floatlist_, with accessor floats().
8670
8671         * FloatList.h: remove global FloatList
8672
8673 2002-08-26  André Pönitz <poenitz@gmx.net>
8674
8675         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8676
8677         * BufferView.h:
8678         * BufferView2.C:
8679         * BufferView_pimpl.C:
8680         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8681
8682 2002-08-25  John Levon  <levon@movementarian.org>
8683
8684         * LyXAction.C: fix margin note description
8685
8686 2002-08-24  John Levon  <levon@movementarian.org>
8687
8688         * buffer.C:
8689         * bufferlist.C:
8690         * bufferview_funcs.C:
8691         * lyxfont.C:
8692         * undo_funcs.C: cleanups
8693
8694         * lyxfunc.C: disable CUT/COPY when no selection
8695
8696 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8697
8698         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8699         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8700
8701         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8702         Add backward compatibility to "mono", "gray" and "no".
8703
8704 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8705
8706         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8707         (and file_format >= 200).
8708
8709 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8710
8711         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8712
8713 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8714
8715         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8716
8717 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8718
8719         * BufferView_pimpl.C:
8720         * LyXAction.C:
8721         * buffer.C:
8722         * commandtags.h:
8723         * lyxfunc.C:
8724         * paragraph.[Ch]:
8725         * text2.C:
8726         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8727         inset and code to make it  work with the paragraph code. The inset
8728         can be anywhere in the paragraph, but will only do the expected
8729         thing in LaTeX if the layout file contains the parameter line
8730                         OptionalArgs    1
8731         (or more generally, a nonzero value) for that layout.
8732
8733 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8734
8735         * paragraph.h: remove the declaration of undefined counters class
8736         function.
8737
8738 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8739
8740         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8741         Dr. Richard Hawkins.
8742
8743 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8744
8745         * paragraph_funcs.h: remove some unneeded includes
8746
8747         * text.C (backspace): pasteParagraph now in global scipe
8748
8749         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8750         (pasteSelection): ditto
8751
8752         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8753         * paragraph_funcs.C (pasteParagraph): ... here
8754
8755 2002-08-20  André Pönitz <poenitz@gmx.net>
8756
8757         * commandtags.h: new LFUNs for swapping/copying table row/colums
8758
8759         * LyXAction.C:
8760         * lyxfunc.C: support for new lfuns
8761
8762 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8763
8764         * tabular.C:
8765         * buffer.[Ch]: remove NO_COMPABILITY stuff
8766
8767 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8768
8769         * boost.C (throw_exception): new file, with helper function for
8770         boost compiled without exceptions.
8771
8772         * paragraph.h:
8773         * lyxlength.C:
8774         * buffer.C:
8775         * ParameterStruct.h:
8776         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8777
8778         * bufferlist.C (emergencyWriteAll): use boost bind
8779
8780         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8781
8782         * text.C: include paragraph_funcs.h
8783         (breakParagraph): breakParagraph is now in global scope
8784
8785         * paragraph_funcs.[Ch]: new files
8786
8787         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8788         global scope
8789
8790         * buffer.C: include paragraph_funcs.h
8791         (insertStringAsLines): breakParagraph is now in global scope
8792
8793         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8794         paragraph_funcs.C
8795
8796         * CutAndPaste.C: include paragraph_funcs.h
8797         (cutSelection): breakParagraphConservative is now in global scope
8798         (pasteSelection): ditto
8799
8800         * buffer.h: declare oprator== and operator!= for
8801         Buffer::inset_iterator
8802
8803         * bufferlist.C (emergencyWrite): don't use fmt(...)
8804
8805         * text3.C: add using std::endl
8806
8807         * BufferView.C (moveCursorUpdate): remove default arg
8808
8809 2002-08-20  André Pönitz <poenitz@gmx.net>
8810
8811         * buffer.[Ch]: move inline functions to .C
8812
8813         * BufferView2.C:
8814         * BufferView_pimpl.C:
8815         * text.C:
8816         * buffer.[Ch]: use improved inset_iterator
8817
8818         * buffer.C:
8819         * paragraph.[Ch]: write one paragraph at a time
8820
8821 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8822
8823         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8824         style if style is not specified.
8825
8826 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8827
8828         * text2.C (setCounter): when searching for right label for a
8829         caption, make sure to recurse to parent insets (so that a caption
8830         in a minipage in a figure float works) (bug #568)
8831
8832 2002-08-20  André Pönitz <poenitz@gmx.net>
8833
8834         * text3.C: new file for LyXText::dispatch() and helpers
8835
8836         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8837
8838         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8839
8840 2002-08-19  André Pönitz <poenitz@gmx.net>
8841
8842         * lyxtext.h:
8843         * text.C: new LyXText::dispatch()
8844
8845         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8846
8847 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8848
8849         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8850
8851         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8852         Hebrew text.
8853
8854 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8855
8856         * Makefile.am: use $(variables) instead of @substitutions@
8857
8858 2002-08-15  André Pönitz <poenitz@gmx.net>
8859
8860         * lyxfunc.C:
8861         * BufferView_pimpl.C: streamlining mathed <-> outer world
8862         interaction
8863
8864         * commandtags.h:
8865         * LyXAction.C: remove unused LFUN_MATH
8866
8867 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8868
8869         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8870
8871 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8872
8873         * paragraph.C (Paragraph): reformat a bit
8874         (cutIntoMinibuffer): use builtin InsetList function instad of
8875         doing it manually.
8876         (getInset): ditto
8877
8878         * buffer.C: include boost/bind.hpp, add using std::for_each
8879         (writeFileAscii): use ParagraphList iterators
8880         (validate): use for_each for validate traversal of paragraphs
8881         (getBibkeyList): use ParagraphList iterators
8882         (resizeInsets): use for_each to resizeInsetsLyXText for all
8883         paragraphs.
8884         (getParFromID): use ParagraphList iterators
8885
8886         * BufferView2.C (lockInset): use paragraph list and iterators
8887
8888 2002-08-14  John Levon  <levon@movementarian.org>
8889
8890         * lyxserver.C: remove spurious xforms include
8891
8892 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8893
8894         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8895
8896 2002-08-13  André Pönitz <poenitz@gmx.net>
8897
8898         * LyXAction.[Ch]:
8899         * lyxfunc.C: further cleaning
8900
8901 2002-08-13  André Pönitz <poenitz@gmx.net>
8902
8903         * funcrequest.h: new constructor
8904
8905         * funcrequest.C: move stuff here from .h
8906
8907         * Makefile.am:
8908         * BufferView_pimpl.C:
8909         * LyXAction.C:
8910         * toc.C:
8911         * lyxfunc.C: subsequent changes
8912
8913         * lyxfunc.h: new view() member function
8914
8915         * lyxfunc.C: subsequent changes
8916
8917 2002-08-13  Angus Leeming  <leeming@lyx.org>
8918
8919         * BufferView2.C:
8920         * BufferView_pimpl.C:
8921         * buffer.C:
8922         * converter.C:
8923         * importer.C:
8924         * lyxfunc.C:
8925         * lyxvc.C:
8926         * toc.C:
8927         * vc-backend.C:
8928         changes due to the changed LyXView interface that now returns references
8929         to member variables not pointers.
8930
8931 2002-08-13  Angus Leeming  <leeming@lyx.org>
8932
8933         * WordLangTuple (word, lang_code): return references to strings,
8934         not strings.
8935
8936         * BufferView.h:
8937         * SpellBase.h:
8938         * lyxtext.h: forward-declare WordLangTuple.
8939
8940         * BufferView2.C:
8941         * ispell.C:
8942         * pspell.C:
8943         * text.C: #include "WordLangTuple.h".
8944
8945         * lyxtext.h:
8946         * text.C: (selectNextWordToSpellcheck): constify return type.
8947
8948 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8949
8950         * buffer.C:
8951         * buffer.h:
8952         * lyxtext.h:
8953         * paragraph.C:
8954         * paragraph_pimpl.h:
8955         * text.C:
8956         * text2.C:
8957         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8958         suggested by Angus.
8959         Made updateCounter always count from start of buffer, and removed
8960         second argument (par).
8961         Reverted floats number display to '#'. Perhaps I'll try again when the
8962         code base is sanitized a bit.
8963
8964 2002-08-12  Angus Leeming  <leeming@lyx.org>
8965
8966         * buffer.[Ch] (getLabelList): constify.
8967
8968 2002-08-07  André Pönitz <poenitz@gmx.net>
8969
8970         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8971
8972         * funcrequest.h: extension to keep mouse (x,y) position
8973
8974 2002-08-12  Juergen Vigna  <jug@sad.it>
8975
8976         * BufferView2.C (insertErrors): forbid undo when inserting error
8977         insets.
8978
8979         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8980
8981 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8982
8983         * ParagraphList.[Ch]: new files
8984
8985         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8986
8987         * BufferView2.C (lockInset): ParagraphList changes
8988         * toc.C: ditto
8989         * text2.C: ditto
8990         * bufferlist.C: ditto
8991         * buffer.h: ditto
8992         * buffer.C: ditto
8993
8994 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8995
8996         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8997         unused class variable counter_,
8998
8999         * paragraph.[Ch] (getFirstCounter): delete unused function
9000
9001         * counters.C: include LAssert.h
9002         (reset): add a new function with no arg, change other version to
9003         not have def. arg and to not allow empty arg.
9004
9005         * text2.C (setCounter): remove empty arg from call to Counters::reset
9006
9007 2002-08-11  John Levon  <levon@movementarian.org>
9008
9009         * Makefile.am: add WordLangTuple.h
9010
9011 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9012
9013         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9014         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9015
9016         * insets/insettext.C: InsetList changes
9017
9018         * graphics/GraphicsSupport.C (operator()): InsetList changes
9019
9020         * toc.C (getTocList): InsetList changes
9021
9022         * paragraph_pimpl.[Ch]: InsetList changes
9023
9024         * paragraph.[Ch]: InsetList changes
9025
9026         * buffer.C (inset_iterator): InsetList changes
9027         (setParagraph): ditto
9028         * buffer.h (inset_iterator): ditto
9029         * iterators.C (operator++): ditto
9030         * iterators.h: ditto
9031
9032         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9033
9034         * InsetList.[Ch]: new files, most InsetList handling moved out of
9035         paragraph.C.
9036
9037         * BufferView2.C (removeAutoInsets): InsetList changes
9038         (lockInset): ditto
9039         (ChangeInsets): ditto
9040
9041 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9042
9043         * paragraph_pimpl.h (empty): new function
9044
9045         * paragraph.[Ch] (empty): new function
9046
9047         * other files: use the new Paragraph::empty function
9048
9049 2002-08-09  John Levon  <levon@movementarian.org>
9050
9051         * lyxtext.h: remove unused refresh_height
9052
9053 2002-08-09  John Levon  <levon@movementarian.org>
9054
9055         * Makefile.am:
9056         * sgml.h:
9057         * sgml.C:
9058         * buffer.C:
9059         * paragraph.h:
9060         * paragraph.C: move sgml char escaping out of paragraph
9061
9062         * paragraph.h:
9063         * paragraph.C: remove id setter
9064
9065         * buffer.C:
9066         * paragraph.C:
9067         * paragraph_pimpl.C: remove dead tex_code_break_column
9068
9069         * bufferview_funcs.C: small cleanup
9070
9071         * lyxfunc.C: remove dead proto
9072
9073         * lyxtext.h: make some stuff private. Remove some dead stuff.
9074
9075         * lyxgluelength.C: make as[LyX]String() readable
9076
9077 2002-08-08  John Levon  <levon@movementarian.org>
9078
9079         * LyXAction.h:
9080         * LyXAction.C:
9081         * MenuBackend.C:
9082         * ToolbarDefaults.C:
9083         * lyxfunc.C:
9084         * lyxrc.C:
9085         * toc.C: lyxaction cleanup
9086
9087 2002-08-08  John Levon  <levon@movementarian.org>
9088
9089         * BufferView2.C: small cleanup
9090
9091         * lyxfind.h:
9092         * lyxfind.C: move unnecessary header into the .C
9093
9094 2002-08-08  John Levon  <levon@movementarian.org>
9095
9096         * funcrequest.h: just tedious nonsense
9097
9098         * lyx_main.h:
9099         * lyx_main.C: cleanups
9100
9101         * buffer.C:
9102         * vspace.C: remove dead header lyx_main.h
9103
9104 2002-08-07  Angus Leeming  <leeming@lyx.org>
9105
9106         * Paragraph.[Ch]:
9107         * paragraph_pimpl.h:
9108         Forward declare class Counters in paragraph.h by moving the ctrs member
9109         variable into Paragraph::Pimpl.
9110         (counters): new method, returning a reference to pimpl_->ctrs.
9111
9112         * text2.C: ensuing changes.
9113
9114 2002-08-07  John Levon  <levon@movementarian.org>
9115
9116         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9117
9118         * BufferView_pimpl.C: announce X selection on double/triple
9119           click
9120
9121         * lyx_main.C: use correct bool in batch dispatch
9122
9123         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9124
9125 2002-08-07  André Pönitz <poenitz@gmx.net>
9126
9127         * funcrequest.h: new class to wrap a kb_action and its argument
9128
9129         * BufferView.[Ch]:
9130         * BufferView_pimpl[Ch]:
9131         * LaTeX.C:
9132         * LyXAction.[Ch]:
9133         * lyxfunc.[Ch]:
9134         * lyxrc.C: subsequent changes
9135
9136
9137 2002-08-07  John Levon  <levon@movementarian.org>
9138
9139         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9140           document options change.
9141
9142 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9143
9144         * counters.[Ch]
9145         * text2.C
9146         * paragraph.[Ch]
9147         * makefile.am: move counters functionality over from
9148         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9149
9150 2002-08-06  John Levon  <levon@movementarian.org>
9151
9152         * WordLangTuple.h: new file for word + language code tuple
9153
9154         * SpellBase.h:
9155         * pspell.h:
9156         * pspell.C:
9157         * ispell.h:
9158         * ispell.C:
9159         * lyxtext.h:
9160         * text.C:
9161         * text2.C:
9162         * BufferView.h:
9163         * BufferView2.C: use WordLangTuple
9164
9165         * layout.h:
9166         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9167
9168 2002-08-06  John Levon  <levon@movementarian.org>
9169
9170         * lyx_main.C: fix cmdline batch handling
9171
9172 2002-08-06  André Pönitz <poenitz@gmx.net>
9173
9174         * lyxrc.C: set default for show_banner to true
9175
9176 2002-08-06  John Levon  <levon@movementarian.org>
9177
9178         * pspell.C: fix a crash, and allow new aspell to work
9179
9180 2002-08-06  John Levon  <levon@movementarian.org>
9181
9182         * lyxfunc.C:
9183         * kbmap.C: small cleanup
9184
9185         * vspace.h:
9186         * vspace.C: add const
9187
9188 2002-08-05  John Levon  <levon@movementarian.org>
9189
9190         * LyXAction.C: back to tabular-insert
9191
9192 2002-08-04  John Levon  <levon@movementarian.org>
9193
9194         * BufferView.h:
9195         * BufferView.C: cosmetic change
9196
9197         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9198
9199         * bufferlist.C:
9200         * buffer.h:
9201         * buffer.C:
9202         * lyxcb.h:
9203         * lyxcb.C:
9204         * lyxserver.C:
9205         * lyxvc.C:
9206         * vc-backend.C:
9207         * BufferView2.C: purge all "Lyx" not "LyX" strings
9208
9209         * lyxcursor.h:
9210         * lyxcursor.C: attempt to add some documentation
9211
9212         * lyxfunc.C:
9213         * commandtags.h:
9214         * LyXAction.C:
9215         * ToolbarDefaults.C:
9216         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9217           merge with LFUN_TABULAR_INSERT
9218
9219         * Makefile.am:
9220         * SpellBase.h:
9221         * ispell.h:
9222         * ispell.C:
9223         * pspell.h:
9224         * pspell.C: split up i/pspell implementations into separate
9225           files, many cleanups
9226
9227         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9228
9229         * text2.C: some cleanup
9230
9231         * lyxfunc.C: don't check for isp_command == "none" any more, it
9232           didn't make any sense
9233
9234 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9235
9236         * counters.[Ch]
9237         * text2.C
9238         * paragraph.[Ch]
9239         * makefile.am: move counters functionality over
9240         from text2.C/paragraph.[Ch] to counters.[Ch], and
9241         make proper C++.
9242 2002-08-02  John Levon  <levon@movementarian.org>
9243
9244         * buffer.C: s/lyxconvert/lyx2lyx/
9245
9246 2002-08-02  Angus Leeming  <leeming@lyx.org>
9247
9248         * lyxlex.C: revert John's change as it breaks reading of the user
9249         preamble.
9250
9251 2002-08-02  Angus Leeming  <leeming@lyx.org>
9252
9253         * importer.C (Import):
9254         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9255         changes due to LyXView::view() now returning a boost::shared_ptr.
9256
9257 2002-08-02  John Levon  <levon@movementarian.org>
9258
9259         * lyxlex.C: small cleanup
9260
9261 2002-08-02  John Levon  <levon@movementarian.org>
9262
9263         * text2.C (status): small cleanup, no logic change
9264
9265 2002-08-01  John Levon  <levon@movementarian.org>
9266
9267         * buffer.h:
9268         * buffer.C (writeFile): don't output alerts, caller
9269           handles this
9270
9271         * bufferlist.C:
9272         * lyx_cb.C: from above
9273
9274         * lyxfunc.C: allow to open non-existent files
9275
9276 2002-07-31  John Levon  <levon@movementarian.org>
9277
9278         * lyxserver.C: don't let incidental errors get
9279           in the way (errno)
9280
9281 2002-07-30  John Levon  <levon@movementarian.org>
9282
9283         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9284
9285 2002-07-30  John Levon  <levon@movementarian.org>
9286
9287         * lyxserver.h:
9288         * lyxserver.C: remove I/O callback too
9289
9290 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9291
9292         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9293         log.
9294
9295 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9296
9297         * many files: strip,frontStrip -> trim,ltrim,rtrim
9298
9299 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9300
9301         * PrinterParams.h: remove extern containsOnly, and include
9302         support/lstrings.h instead.
9303
9304         * LaTeX.C (scanAuxFile): modify because of strip changes
9305         (deplog): ditto
9306         * buffer.C (makeLaTeXFile): ditto
9307         * bufferparams.C (writeFile): ditt
9308         * lyxfont.C (stateText): ditto
9309         * lyxserver.C (read_ready): ditto
9310         * vc-backend.C (scanMaster): ditto
9311
9312         * BufferView_pimpl.h: ws changes
9313
9314         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9315
9316 2002-07-26  André Pönitz <poenitz@gmx.net>
9317
9318         * kb_sequence.C: remove unnedred usings
9319
9320 2002-07-26  Juergen Vigna  <jug@sad.it>
9321
9322         * lyxfind.C (LyXReplace): we have to check better if the returned
9323         text is not of theLockingInset()->getLockingInset().
9324
9325 2002-07-25  Juergen Vigna  <jug@sad.it>
9326
9327         * lyxfind.C (LyXReplace): don't replace if we don't get the
9328         right LyXText.
9329
9330         * undo_funcs.C (createUndo): remove debugging code.
9331
9332 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9333
9334         * buffer.C (parseSingleLyXformat2Token): Use default placement
9335         when reading old floats.
9336
9337         * FloatList.C (FloatList): Change the default placement of figure
9338         and tables to "tbp".
9339
9340 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9341
9342         * MenuBackend.C: using std::max
9343
9344 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9345
9346         * MenuBackend.C (expandToc):
9347         (expandToc2): code moved from xforms menu frontend. It is now
9348         generic and TOCs are transparent to menu frontends.
9349
9350 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9351
9352         * toc.C (getTocList): protect against buf=0
9353
9354         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9355         Menu as first parameter. Now, this calls itself recursively to
9356         expand a whole tree (this will be useful for TOC handling)
9357         (expandFloatInsert): remove 'wide' version of floats
9358
9359         * MenuBackend.h (submenuname): returns the name of the submenu.
9360         (submenu): returns the submenu itself, provided it has been
9361         created by MenuBackend::expand
9362
9363 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9364
9365         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9366         insets which have noFontChange == true. (bug #172)
9367
9368 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9369
9370         * BufferView_pimpl.C: add connection objects and use them...
9371         (Pimpl): here.
9372
9373 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9374
9375         * MenuBackend.C (expandLastfiles):
9376         (expandDocuments):
9377         (expandFormats):
9378         (expandFloatListInsert):
9379         (expandFloatInsert):
9380         (expand): split expand in parts
9381
9382 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * lyx_gui.C: use lyx_gui::exit()
9385
9386 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9387
9388         * LyXAction.C: show the failing pseudo action
9389
9390 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9391
9392         * buffer.C (readFile): Run the lyxconvert script in order to read
9393         old files.
9394
9395 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9396
9397         * LyXAction.C:
9398         * commandtags.h:
9399         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9400
9401 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9402
9403         * LyXAction.C:
9404         * commandtags.h:
9405         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9406
9407 2002-07-22  Herbert Voss  <voss@lyx.org>
9408
9409         * lengthcommon.C:
9410         * lyxlength.[Ch]: add support for the vertical lengths
9411
9412 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9413
9414         * toc.[Ch]: std:: fixes
9415
9416 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9417
9418         * lyxrc.C: do not include lyx_main.h
9419
9420         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9421         for layouts
9422
9423         * lyxrc.C:
9424         * encoding.C:
9425         * bufferlist.C:
9426         * BufferView2.C: include "lyxlex.h"
9427
9428         * tabular.h:
9429         * bufferparams.h: do not #include "lyxlex.h"
9430
9431         * lyxtextclasslist.C (Add): remove method
9432         (classlist): renamed to classlist_
9433
9434         * paragraph_pimpl.C:
9435         * paragraph.C:
9436         * text2.C:
9437         * CutAndPaste.C:
9438         * bufferview_funcs.C:
9439         * bufferlist.C:
9440         * text.C:
9441         * LaTeXFeatures.C:
9442         * buffer.C:
9443         * toc.C (getTocList): use BufferParams::getLyXTextClass
9444
9445         * toc.C (getTocList): use InsetFloat::addToToc
9446
9447         * toc.[Ch]: new files, containing helper functions to handle table
9448         of contents
9449
9450         * lyxfunc.C (dispatch): no need to remove spaces around command
9451         given as a string
9452         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9453         first command of the sequence; it is not very clever, but I do not
9454         have a better idea, actually
9455
9456         * LyXAction.C (LookupFunc): make sure to remove space at the
9457         beginning and end of the command
9458
9459 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9460
9461         * MenuBackend.C (getMenubar): new method: return the menubar of
9462         this menu set
9463         (read): treat differently reading of menu and menubar (in
9464         particular, the menubar has no name now)
9465         (Menu::menubar): remove
9466
9467         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9468         saving is finished
9469
9470 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9471
9472         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9473         a bibitem inset in a RTL paragraph.
9474
9475 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9476
9477         * paragraph_pimpl.C: constify
9478
9479         * BufferView_pimpl.C:
9480         * LaTeX.C:
9481         * lyxfunc.C: fix dispatch in a nicer way
9482
9483 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9484
9485         * lyxfunc.C (dispatch):
9486         * BufferView_pimpl.C:
9487         * BufferView_pimpl.h:
9488         * BufferView.C:
9489         * BufferView.h: rename Dispatch() to dispatch()
9490
9491         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9492
9493         * lyxlayout.C (Read): honor DependsOn tag
9494
9495         * lyxlayout.[Ch] (depends_on): new method
9496
9497         * version.C.in: update lyx_docversion
9498
9499         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9500
9501         * paragraph.C (validate): remove from here...
9502         * paragraph_pimpl.C (validate): ... and move here
9503         (isTextAt): make it const
9504
9505         * buffer.C (getLists): ws cleanup
9506
9507 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9508
9509         * language.C (read): Use iso8859-1 encoding in latex_lang
9510         (this prevents LyX from crashing when using iso10646-1 encoding).
9511
9512 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9513
9514         * text2.C (toggleInset): if cursor is inside an inset, close the
9515         inset and leave cursor _after_ it
9516
9517 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9518
9519         * lyxfunc.C: move minibuffer completion handling out of here
9520
9521 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9522
9523         * BufferView_pimpl.C:
9524         * LaTeX.C: fix dispatch calls
9525
9526 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9527
9528         * text.C (drawChars): Fix Arabic text rendering.
9529
9530 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9531
9532         * LyXAction.C:
9533         * commandtags.h:
9534         * lyxfunc.C: remove message-push/pop
9535
9536         * lyxserver.C:
9537         * lyxfunc.h:
9538         * lyxfunc.C: rationalise some code by removing verboseDispatch
9539           in favour of a bool argument to dispatch()
9540
9541 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9542
9543         * lyx_main.C (init): make sure to read symlinks as absolute paths
9544
9545 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9546
9547         * lyxfunc.h:
9548         * lyxfunc.C: no need for commandshortcut to be a member
9549
9550 2002-07-15  André Pönitz <poenitz@gmx.net>
9551
9552         * converter.C: add support for $$s (scripts from lib/scripts dir)
9553         * lyx_main.C: white space
9554
9555 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9556
9557         * bufferlist.C:
9558         * lyxrc.h:
9559         * lyxrc.C: remove second exit confirmation
9560
9561 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9562
9563         * BufferView.h:
9564         * BufferView.C:
9565         * BufferView2.C:
9566         * BufferView_pimpl.h:
9567         * BufferView_pimpl.C:
9568         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9569
9570 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9571
9572         * MenuBackend.C (expand): add numeric shortcuts to document menu
9573
9574         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9575
9576 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9577
9578         * lyxfont.C (setLyXFamily):
9579         (setLyXSeries):
9580         (setLyXShape):
9581         (setLyXSize):
9582         (setLyXMisc):
9583         (lyxRead):
9584         * debug.C (value):
9585         * buffer.C (asciiParagraph): use ascii_lowercase
9586
9587 2002-07-15  Mike Fabian  <mfabian@suse.de>
9588
9589         * lyxlex_pimpl.C (search_kw):
9590         * lyxlex.C (getLongString):
9591         * converter.h (operator<):
9592         * converter.C (operator<):
9593         * buffer.C (parseSingleLyXformat2Token):
9594         (asciiParagraph):
9595         * ToolbarDefaults.C (read):
9596         * MenuBackend.C (checkShortcuts):
9597         (read):
9598         * LColor.C (getFromGUIName):
9599         (getFromLyXName): use the compare_ascii_no_case instead of
9600         compare_no_case, because in turkish, 'i' is not the lowercase
9601         version of 'I', and thus turkish locale breaks parsing of tags.
9602
9603 2002-07-16  Angus Leeming  <leeming@lyx.org>
9604
9605         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9606         now takes a Buffer const & argument.
9607
9608 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9609
9610         * BufferView.C (resize): check there's a buffer to resize
9611
9612 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9613
9614         * lyxfunc.C: remove dead code
9615
9616         * lyxserver.h:
9617         * lyxserver.C: use lyx_guii::set_read_callback
9618
9619 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9620
9621         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9622         an inset in a RTL paragraph.
9623
9624 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9625
9626         * lyxfunc.C: repaint after a font size update
9627
9628 2002-07-15  André Pönitz <poenitz@gmx.net>
9629
9630         * lyxlength.C: inBP should be able to return negative values
9631
9632 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9633
9634         * lyxfunc.C: use lyx_gui::update_fonts()
9635
9636 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9637
9638         * lyxfunc.C: use lyx_gui::update_color()
9639
9640 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9641
9642         * bufferlist.C:
9643         * lyxfunc.h:
9644         * lyxfunc.C:
9645         * lyxrc.h:
9646         * lyxrc.C: remove file->new asks for name option, and let
9647           buffer-new take an argument
9648
9649 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9650
9651         * BufferView_pimpl.C: remove unneeded extra repaint()
9652
9653 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9654
9655         * LyXAction.C: allow command-sequence with NoBuffer
9656
9657         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9658
9659 2002-07-10  Angus Leeming  <leeming@lyx.org>
9660
9661         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9662
9663 2002-07-09  Angus Leeming  <leeming@lyx.org>
9664
9665         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9666
9667 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9668
9669         * lengthcommon.h: whitespace
9670
9671         * lyxfunc.C: update scrollbar after goto paragraph
9672
9673         * lyxtext.h: factor out page break drawing, and fix it so
9674           page break/added space paints as selected nicely
9675
9676 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9677
9678         * BufferView_pimpl.C: add FIXMEs, clean up a little
9679
9680 2002-07-09  André Pönitz <poenitz@gmx.net>
9681
9682         * lyxfont.[Ch]: support for wasy symbols
9683
9684 2002-07-08  André Pönitz <poenitz@gmx.net>
9685
9686         * BufferView_pimpl.C: apply John's patch for #93.
9687
9688 2002-07-05  Angus Leeming  <leeming@lyx.org>
9689
9690         * BufferView_pimpl.C (buffer): generate previews if desired.
9691
9692         * LColor.h: add "preview" to the color enum.
9693
9694         * LColor.C (LColor): add a corresponding entry to the items array.
9695
9696         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9697         with this buffer.
9698
9699 2002-07-05  Angus Leeming  <leeming@lyx.org>
9700
9701         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9702         The body of the code is now in the method that is passed an ostream &
9703         rather than a file name.
9704         Pass an additional only_preamble parameter, useful for the forthcoming
9705         preview stuff.
9706
9707 2002-07-03  André Pönitz <poenitz@gmx.net>
9708
9709         * lyxfunc.C: simplify getStatus() a bit for math stuff
9710
9711 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9712
9713         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9714
9715 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9716
9717         * text.C (changeRegionCase): do not change case of all the
9718         document when region ends at paragraph end (bug #461)
9719
9720 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9721
9722         * paragraph.C (startTeXParParams):
9723         (endTeXParParams): add \protect when necessary
9724
9725 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9726
9727         * BufferView_pimpl.C (workAreaExpose): remove warning
9728
9729 2002-06-27  Angus Leeming  <leeming@lyx.org>
9730
9731         * Makefile.am: add lyxlayout_ptr_fwd.h.
9732
9733 2002-06-26  André Pönitz <poenitz@gmx.net>
9734
9735         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9736
9737 2002-06-25  Angus Leeming  <leeming@lyx.org>
9738
9739         * lyxfunc.C (dispatch): Comment out the call to
9740         grfx::GCache::changeDisplay. The method no longer exists now that the
9741         pixmap generation part of the graphics loader has been moved into
9742         InsetGraphics.
9743
9744 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9745
9746         * text2.C: layout as layout
9747
9748         * text.C: layout as layout
9749
9750         * tabular.C (OldFormatRead): layout as layout
9751
9752         * paragraph_pimpl.C (TeXDeeper): layout as layout
9753         (realizeFont): layout as layout
9754
9755         * paragraph.C (writeFile): layout as layout
9756         (validate): layout as layout
9757         (getFont): layout as layout
9758         (getLabelFont): layout as layout
9759         (getLayoutFont): layout as layout
9760         (breakParagraph): layout as layout
9761         (stripLeadingSpaces): layout as layout
9762         (getEndLabel): layout as layout
9763         (getMaxDepthAfter): layout as layout
9764         (applyLayout): layout as layout
9765         (TeXOnePar): layout as layout
9766         (simpleTeXOnePar): layout as layout
9767         (TeXEnvironment): layout as layout
9768         (layout): layout as layout
9769         (layout): layout as layout
9770
9771         * lyxtextclass.C (compare_name): new functor to work with
9772         shared_ptr, layout as layout
9773         (Read): layout as layout
9774         (hasLayout): layout as layout
9775         (operator): layout as layout
9776         (delete_layout): layout as layout
9777         (defaultLayout): layout as layout
9778
9779         * lyxlayout_ptr_fwd.h: new file
9780
9781         * lyxlayout.C (Read): layout as layout
9782
9783         * lyx_cb.C (MenuInsertLabel): layout as layout
9784
9785         * bufferlist.C (newFile): layout as layout
9786
9787         * buffer.C (readLyXformat2): layout as layout
9788         (parseSingleLyXformat2Token): layout as layout
9789         (insertStringAsLines): layout as layout
9790         (asciiParagraph): layout as layout
9791         (latexParagraphs): layout as layout
9792         (makeLinuxDocFile): layout as layout
9793         (simpleLinuxDocOnePar): layout as layout
9794         (makeDocBookFile): layout as layout
9795         (simpleDocBookOnePar): layout as layout
9796         (getLists): layout as layout
9797
9798         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9799
9800         * CutAndPaste.C (cutSelection): layout as layout
9801         (pasteSelection): layout as layout
9802         (SwitchLayoutsBetweenClasses): layout as layout
9803
9804         * BufferView_pimpl.C (Dispatch): layout as layout
9805         (smartQuote): layout as layout
9806
9807         * BufferView2.C (unlockInset): layout as layout
9808
9809 2002-06-24  André Pönitz <poenitz@gmx.net>
9810
9811         * lyxfunc.C: fix #487
9812
9813 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9814
9815         * lyxrc.h:
9816         * lyxrc.C:
9817         * lyxfunc.C: remove display_shortcuts, show_banner
9818
9819 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9820
9821         * Buffer_pimpl.C: oops, update on resize
9822
9823 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9824
9825         * buffer.C:
9826         * converter.C:
9827         * exporter.C:
9828         * lyxfunc.C:
9829         * BufferView.h:
9830         * BufferView.C: use repaint()
9831
9832         * BufferView_pimpl.h:
9833         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9834           as it's a clearer description. Remove superfluous
9835           redraws.
9836
9837 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9838
9839         * text.C: fix bug 488. Not ideal, but getting
9840           getWord() to work properly for the insets that
9841           matter is more difficult ...
9842
9843 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9844
9845         * BufferView_pimpl.C:
9846         * LyXAction.C:
9847         * commandtags.h:
9848         * lyxfunc.C: remove the six million index lyxfuncs to just
9849           one, and DTRT (bug 458)
9850
9851 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9852
9853         * BufferView.h:
9854         * BufferView.C:
9855         * BufferView_pimpl.h:
9856         * BufferView_pimpl.C: clean up resize() stuff,
9857           and unnecessary updateScreen()s
9858
9859 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9860
9861         * BufferView.h:
9862         * BufferView.C:
9863         * BufferView_pimpl.h:
9864         * BufferView_pimpl.C:
9865         * lyxfind.h:
9866         * lyxfind.C:
9867         * minibuffer.C: remove focus management of workarea,
9868           not needed. Use screen's greyOut()
9869
9870 2002-06-17  Herbert Voss  <voss@lyx.org>
9871
9872         * converter.C: (convert) do not post a message, when converting
9873         fails, let the calling function decide what to do in this case
9874
9875 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9876
9877         * lyxfunc.C: tidy up a little
9878
9879 2002-06-16    <alstrup@diku.dk>
9880
9881         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9882         Got rid of FORMS_H_LOCATION include. Now we are
9883         GUII.
9884
9885 2002-06-15  LyX Development team  <lyx@rilke>
9886
9887         * buffer.[Ch] (sgmlOpenTag):
9888         (sgmlCloseTag): Added support for avoiding pernicious mixed
9889         content. Return number of lines written.
9890
9891         (makeLinuxDocFile):
9892         (makeDocBookFile): Fixed calls to sgml*Tag.
9893         Simple white space clean.
9894
9895         (simpleDocBookOnePar): Simple white space clean.
9896
9897         * tabular.[Ch] (docBook): Renamed to docbook and got another
9898         argument to related with the pernicious mixed content.
9899
9900         (docbookRow): Fixed calls for docbook inset method.
9901
9902 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9903
9904         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9905         so it's X11 independent.
9906
9907         * kb*.[Ch]: ditto.
9908
9909         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9910
9911 2002-06-15  Lyx Development team  <lyx@electronia>
9912
9913         * intl.h: Renamed getTrans to getTransManager.
9914
9915 2002-06-14  Angus Leeming  <leeming@lyx.org>
9916
9917         * Makefile.am: nuke forgotten stl_string_fwd.h.
9918
9919 2002-06-12  Angus Leeming  <leeming@lyx.org>
9920
9921         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9922
9923 2002-06-13  Angus Leeming  <leeming@lyx.org>
9924
9925         * LaTeX.C:
9926         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9927
9928 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9929
9930         * kbmap.C (getiso): add support for cyrillic and greek
9931
9932 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9933
9934         * BufferView.h:
9935         * BufferView.C:
9936         * BufferView_pimpl.h:
9937         * BufferView_pimpl.C: move bogus scrolling logic
9938           to xforms
9939
9940 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9941
9942         * lyxfunc.C:
9943         * BufferView_pimpl.C: view->resize() change
9944
9945 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9946
9947         * BufferView_pimpl.C: topCursorVisible
9948           prototype change
9949
9950 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9951
9952         * Makefile.am:
9953         * lyx_gui.h:
9954         * lyx_gui.C: move to frontends/
9955
9956         * main.C:
9957         * lyx_main.h:
9958         * lyx_main.C: changes from above
9959
9960 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9961
9962         * intl.C:
9963         * intl.h:
9964         * kbmap.C:
9965         * kbsequence.C:
9966         * lyx_cb.C:
9967         * lyx_main.C: minor tidy
9968
9969 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9970
9971         * BufferView_pimpl.h:
9972         * BufferView_pimpl.C:
9973         * BufferView.h:
9974         * BufferView.C: make painter() const,
9975           remove dead code
9976
9977         * BufferView2.C: use screen() accessor
9978
9979         * lyx_main.h:
9980         * lyx_main.C: some minor cleanup
9981
9982 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9983
9984         * BufferView_pimpl.h:
9985         * BufferView_pimpl.C: remove enter/leaveView,
9986           use workHeight()
9987
9988 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9989
9990         * BufferView.h:
9991         * BufferView.C:
9992         * BufferView2.C:
9993         * BufferView_pimpl.h:
9994         * BufferView_pimpl.C: only construct screen once,
9995           rename
9996
9997         * lyxrc.C: remove pointless comment
9998
9999 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10000
10001         * BufferView.h:
10002         * BufferView.C: remove active() and belowMouse()
10003
10004         * BufferView_pimpl.h:
10005         * BufferView_pimpl.C: use workarea() not workarea_,
10006           and make it use a scoped_ptr instead
10007
10008 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10009
10010         * lyx_gui.C: add debug message on BadWindow
10011
10012 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10013
10014         * sp_spell.C: fdopen is not part of the C++ standard.
10015
10016         * paragraph.C (InsetIterator): use >= instead of ==
10017
10018 2002-06-07  Angus Leeming  <leeming@lyx.org>
10019
10020         Fixes needed to compile with Compaq cxx 6.5.
10021         * BufferView_pimpl.C:
10022         * DepTable.C:
10023         * buffer.C:
10024         * converter.C:
10025         * encoding.C:
10026         * lyx_gui.C:
10027         * lyx_main.C:
10028         * lyxtextclasslist.C:
10029         * minibuffer.C:
10030         * sp_spell.C:
10031         * tabular_funcs.C:
10032         * vc-backend.C:
10033         all c-library variables have been moved into namespace std. Wrap
10034         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10035
10036         * lyxlength.C:
10037         * tabular-old.C:
10038         * tabular.C:
10039         Add a using std::abs declaration.
10040
10041         * kbmap.h (modifier_pair):
10042         * paragraph.h (InsetTable, InsetList):
10043         * lyxfont.h (FontBits):
10044         type definition made public.
10045
10046         * bufferlist.C (emergencyWriteAll): the compiler complains that
10047         there is more than one possible lyx::class_fun template to choose from.
10048         I re-named the void specialisation as lyx::void_class_fun.
10049
10050         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10051
10052         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10053         the compiler is is unable to find tostr in write_attribute.
10054
10055 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10056
10057         * buffer.C (sgmlError): hide #warning
10058
10059 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10060
10061         * xtl/*: get rid of xtl, which is not in use anyway
10062
10063         * LyXAction.C (init):
10064         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10065         were unimplemented xtl experimentation
10066
10067 2002-06-04  André Pönitz <poenitz@gmx.net>
10068
10069         * lyxfunc.C: disable array operation on simple formulae
10070
10071 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10072
10073         * converter.C: constify a bit
10074
10075 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10076
10077         * lyx_gui.C: check xforms version correctly
10078
10079 2002-04-30  Herbert Voss  <voss@lyx.org>
10080
10081         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10082         "keep" option
10083
10084 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10085
10086         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10087           attempt to register it with a VCS)
10088
10089 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10090
10091         * lyx_main.C (init): honor variables LYX_DIR_13x and
10092         LYX_USERDIR_13x
10093
10094 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10095
10096         * buffer.h:
10097         * buffer.C:
10098         * lyx_main.C: fix a crash on bad command line,
10099           and give a useful exit status on error
10100
10101         * lyxfunc.C (doImport): allow -i lyx to work
10102
10103 2002-03-30  André Pönitz <poenitz@gmx.net>
10104
10105         * lyxfunc.C: mathed font changes
10106
10107 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10108
10109         * LaTeX.C:
10110         * importer.h:
10111         * importer.C:
10112         * lyx_sty.h:
10113         * lyx_sty.C:
10114         * lyxlex.C:
10115         * lyxrow.h:
10116         * lyxtext.h:
10117         * paragraph.h:
10118         * paragraph.C:
10119         * texrow.h:
10120         * texrow.C:
10121         * text.C:
10122         * trans_mgr.h: srcdocs, and some minor cleanups
10123
10124 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10125
10126         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10127         call getFont all the time)
10128
10129 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10130
10131         * switch from SigC signals to boost::signals
10132
10133 2002-05-29  André Pönitz <poenitz@gmx.net>
10134
10135         * paragraph_pimpl.C (getChar): don't call size() too often...
10136
10137 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10138
10139         * paragraph_pimpl.C (insertChar): do not try to update tables when
10140         appending (pos == size())
10141
10142         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10143         in order to reduce drastically the number of comparisons needed to
10144         parse a large document
10145
10146 2002-05-29  André Pönitz <poenitz@gmx.net>
10147
10148         * text.C:
10149         * text2.C:
10150         * lyxtextclass.C:
10151         * sp_pspell.h:
10152         * textclasslist.[Ch]:
10153         * sp_ispell.h: whitespace change
10154
10155 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10156
10157         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10158         lyxaction directly now.
10159
10160 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10161
10162         * trans.C:
10163         * lyxfont.C:
10164         * lyxvc.C: remove unused headers
10165
10166 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10167
10168         * Makefile.am:
10169         * buffer.h:
10170         * undostack.h:
10171         * undostack.C:
10172         * undo_funcs.h:
10173         * undo_funcs.C: some cleanups. Use shared_ptr
10174           and a template for the undo stacks.
10175
10176 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10177
10178         * BufferView_pimpl.h:
10179         * BufferView_pimpl.C:
10180         * kbmap.h:
10181         * kbmap.C:
10182         * kbsequence.h:
10183         * kbsequence.C:
10184         * lyxfunc.h:
10185         * lyxfunc.C:
10186         * text2.C: use key_state/mouse_state
10187
10188 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10189
10190         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10191         and LSubstring
10192
10193         * chset.C: change include order
10194         (loadFile): use boost regex and get rid of LRegex and LSubstring
10195
10196         * Makefile.am (BOOST_LIBS): new variable
10197         (lyx_LDADD): use it
10198
10199         * LaTeX.C: change include order.
10200         (scanAuxFile): use boost regex and get rid of LRegex and
10201         LSubstring
10202         (deplog): ditto
10203
10204 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10205
10206         * ColorHandler.h:
10207         * ColorHandler.C:
10208         * FontInfo.h:
10209         * FontInfo.C: moved to frontends/xforms/
10210
10211         * FontLoader.h:
10212         * FontLoader.C: moved into frontends for GUIIzation
10213
10214         * Makefile.am:
10215         * lyx_gui.C:
10216         * lyxfont.C:
10217         * lyxfunc.C: changes from above
10218
10219 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10220
10221         * LColor.C: remove spurious X include
10222
10223         * BufferView_pimpl.C:
10224         * Makefile.am:
10225         * font.h:
10226         * font.C:
10227         * text.C:
10228         * text2.C: move font metrics to frontends/
10229
10230 2002-05-24  Juergen Vigna  <jug@sad.it>
10231
10232         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10233         setting the undo_cursor.
10234
10235         * ParagraphParameters.h: include local includes first.
10236
10237 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10238
10239         * BufferView_pimpl.C:
10240         * BufferView_pimpl.h:
10241         * Makefile.am:
10242         * WorkArea.h:
10243         * WorkArea.C:
10244         * screen.C: move WorkArea into frontends/
10245
10246         * lyxscreen.h:
10247         * screen.C:
10248         * text.C:
10249         * BufferView.C:
10250         * BufferView2.C: move LyXScreen into frontends/
10251
10252         * lyxlookup.h:
10253         * lyxlookup.C:
10254         * lyx_gui.C: move lyxlookup into frontends/xforms/
10255
10256 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10257
10258         * BufferView2.C:
10259         * BufferView_pimpl.C:
10260         * FontLoader.C:
10261         * LyXView.h:
10262         * LyXView.C:
10263         * Makefile.am:
10264         * WorkArea.C:
10265         * XFormsView.h:
10266         * XFormsView.C:
10267         * buffer.C:
10268         * bufferlist.C:
10269         * bufferview_funcs.C:
10270         * converter.C:
10271         * importer.C:
10272         * lyx_cb.C:
10273         * lyx_gui.C:
10274         * lyx_main.C:
10275         * lyx_find.C:
10276         * lyxfunc.C:
10277         * lyxvc.C:
10278         * minibuffer.C:
10279         * text.C:
10280         * text2.C:
10281         * trans.C:
10282         * vc-backend.C: move LyX/XFormsView into frontends/
10283
10284 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10285
10286         * Makefile.am:
10287         * PainterBase.C:
10288         * PainterBase.h:
10289         * Painter.C:
10290         * Painter.h:
10291         * WorkArea.C:
10292         * WorkArea.h:
10293         * screen.C:
10294         * tabular.C:
10295         * text.C:
10296         * text2.C: move Painter to frontends/
10297
10298 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10299
10300         * buffer.C: comment out some some code that depend upon lyx_format
10301         < 220
10302
10303         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10304         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10305
10306         * buffer.h (NO_COMPABILITY): turn off compability
10307
10308         * ColorHandler.C: include scoped_array.hpp
10309
10310         * font.C: Use more specific smart_ptr header.
10311         * Painter.C: ditto
10312         * gettext.C: ditto
10313         * ShareContainer.h: ditto
10314         * lyx_main.h: ditto
10315         * kbmap.h: ditto
10316         * FontInfo.h: ditto
10317         * BufferView_pimpl.h: ditto
10318         * ColorHandler.h: ditto
10319
10320         * kbmap.C (defkey): change call to shared_ptr::reset
10321
10322 2002-05-21  Juergen Vigna  <jug@sad.it>
10323
10324         * buffer.C (insertErtContents): fix to insert ert asis if it is
10325         non empty. Skip it completely if it contains only whitespaces.
10326
10327 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10328
10329         * BufferView_pimpl.C:
10330         * BufferView2.C: clear selection on paste (bug 393)
10331
10332 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10333
10334         * DepTable.C: include ctime
10335
10336 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10337
10338         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10339
10340 2002-05-14  Juergen Vigna  <jug@sad.it>
10341
10342         * text.C (breakParagraph): fixed function to honor the keepempty
10343         layout in the right maner and also to permit the right breaking
10344         algorithm on empty or non empyt keepempty paragraphs.
10345
10346         * paragraph.C (breakParagraph): we have to check also if the par
10347         is really empty (!size()) for isempty otherwise we do the wrong
10348         paragraph break.
10349
10350 2002-05-10  Juergen Vigna  <jug@sad.it>
10351
10352         * buffer.[Ch] : The following are only changes to the ert
10353         compatibility read reading old LaTeX layout and font stuff and
10354         convert it to ERTInsets.
10355
10356         * buffer.h: added isErtInset().
10357
10358         * buffer.C (struct ErtComp): add a fromlayout bool to check
10359         if we're inside a LaTeX layout.
10360         (isErtInset): new helper function.
10361         (insertErtContents): look for other ert insets before this one
10362         and insert the contents there, so that we don't have subsequent
10363         ERT insets with nothing between them. This way we create only one
10364         inset with multiple paragraphs. Also check if we don't insert only
10365         spaces ' ' as they are ignored anyway afterwards in the .tex file
10366         so if we have only spaces we will ignore this latex part in the
10367         new file.
10368         (parseSingleLyXformat2Token \\layout): better compatibility when
10369         reading layout-latex stuff.
10370         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10371         language tag.
10372         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10373         stuff after reading the inset only get the information back from
10374         the stack.
10375
10376 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10377
10378         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10379
10380         * LaTeXFeatures.C (getBabelOptions): New method.
10381
10382 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10383
10384         * BufferView_pimpl.C (Dispatch): work around missing argument for
10385         'layout'
10386
10387 2002-05-08  Juergen Vigna  <jug@sad.it>
10388
10389         * text.C (leftMargin): handle paragraph leftindent.
10390
10391         * paragraph.C (writeFile): write the new \\leftindent tag.
10392         (validate): handle leftindent code.
10393         (TeXEnvironment): handle paragraphleftindent code again.
10394
10395         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10396
10397         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10398         for paragrap_extra indent code and new token \\leftindent.
10399         (latexParagraphs): handle the leftindent as environment.
10400
10401         * ParameterStruct.h: added leftindent support.
10402
10403         * ParagraphParameters.C (leftIndent): added support functions for
10404         the paragraph left indent.
10405
10406         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10407         more appropriate.
10408
10409 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10410
10411         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10412         inside insetERT.
10413
10414         * text.C (computeBidiTables): No bidi in insetERT.
10415
10416         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10417         in RTL documents.
10418
10419 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10420
10421         * version.C.in: pre 5
10422
10423 2002-05-02  José Matos  <jamatos@fep.up.pt>
10424         * buffer.C (makeDocBookFile): white space changes, add newline to
10425         command styles.
10426         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10427
10428         * tabular.C (docBook): fix typo.
10429
10430 2002-05-03  Juergen Vigna  <jug@sad.it>
10431
10432         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10433         change in LyXText as we can not be sure it was not freed.
10434         (drawOneRow): remove unused code.
10435
10436         * text.C (drawInset): redo the calculation of the need_break_row as
10437         it could have a row which was already freed.
10438         (draw): look at the return value of drawInset and return false if
10439         it also returned false.
10440         (paintRowText): look at the return value of draw and return false if
10441         it also returned false.
10442
10443         * lyxtext.h: added bool return type to drawInset() and draw() so that
10444         if we have a change in the row so that the rowbreak has to be redone
10445         we abort drawing as it will be called again.
10446
10447 2002-05-02  Juergen Vigna  <jug@sad.it>
10448
10449         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10450         a change in the maintext also if we're inside an inset.
10451         (Dispatch): set the cursor again after a break line and after the
10452         screen has been updated as it could be we're in a different row.
10453
10454         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10455         to set the cursor behind the pargraph with > size().
10456         (setCursor): check also for the same paragraph when checking where
10457         to put the cursor if we have a NFR inset.
10458
10459         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10460         parts of layout read further up as it still was in the wrong
10461         position.
10462
10463 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10464
10465         * screen.C (drawFromTo): change sine fullRebreak always return
10466         true.
10467
10468         * buffer.C (parseSingleLyXformat2Token): reindent some
10469
10470         * BufferView_pimpl.C (update): change since fullRebreak always
10471         return true.
10472         (Dispatch): git rid of the last hardcoded "Standard"s.
10473
10474 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10475
10476         * text2.[Ch] (fullRebreak): make it return void now that we always
10477         returned true.
10478
10479 2002-04-30  Juergen Vigna  <jug@sad.it>
10480
10481         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10482         ert compatibility check for "latex" layout.
10483
10484 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10485
10486         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10487         minipages: use col% instead of p%, and also use the current font.
10488         (makeLaTeXFile): Fix use babel condition.
10489         (parseSingleLyXformat2Token): Correct font when reading old floats.
10490
10491 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10492
10493         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10494         inserting list of floats.
10495
10496 2002-04-25  Herbert Voss  <voss@lyx.org>
10497
10498         * MenuBackend.C (expand): don't add the graphics extensions to the
10499         export menu
10500
10501 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10502
10503         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10504         non-existing layout, do not complain if it was the default layout
10505         of the original class (bug #342)
10506
10507 2002-04-24  Juergen Vigna  <jug@sad.it>
10508
10509         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10510         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10511
10512 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10513
10514         * buffer.C (getBibkeyList): If using \bibliography, return the
10515         option field with the reference itself. Enables us to provide natbib
10516         support when using \bibliography.
10517
10518 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10519
10520         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10521
10522         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10523         natbib is provided by the LaTeX class.
10524
10525 2002-04-23  Juergen Vigna  <jug@sad.it>
10526
10527         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10528         Wakeup functions.
10529
10530         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10531
10532 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10533
10534         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10535
10536         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10537         ensuremath around textordmasculine, textordfeminine and
10538         textdegree.
10539
10540 2002-04-19  Juergen Vigna  <jug@sad.it>
10541
10542         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10543         reinitializing the buffer otherwise row-dimensions may be wrong.
10544         (update): reset also the selection cursors if they do exits otherwise
10545         their x/y positions may be wrong.
10546
10547         * text2.C (cursorDown): don't enter the inset if we came from a row
10548         above and are one row over the inset.
10549
10550         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10551         really leaving an inset.
10552
10553 2002-04-18  Juergen Vigna  <jug@sad.it>
10554
10555         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10556         of the selected paragraph does not have the selected layout also if
10557         the last one had!
10558
10559         * text2.C (setLayout): fixed bug which did not change last selected
10560         paragraph.
10561
10562         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10563         changed the read and substituted \\end_float with \\end_inset!
10564
10565         * BufferView_pimpl.C (cursorPrevious):
10566         (cursorNext): fixed to make it work with rows heigher than the work
10567         area without moving the cursor only the draw of the row.
10568         (workAreaMotionNotify): fix jumping over high rows.
10569
10570 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10571
10572         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10573         Ressler.
10574
10575 2002-04-16  Juergen Vigna  <jug@sad.it>
10576
10577         * text2.C (setCursor): set also the irow().
10578         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10579         (cursorUp):
10580         (cursorDown): support for locking an inset if the x_fix value goes
10581         inside it. That way I can transverse insets too with cursor up/down.
10582
10583         * lyxrow.h: added irow helper function same as other (i) functions.
10584
10585         * BufferView_pimpl.C (cursorPrevious):
10586         (cursorNext): fixed for insets!
10587
10588 2002-04-15  Juergen Vigna  <jug@sad.it>
10589
10590         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10591         position otherwise it is wrong in some cases.
10592
10593         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10594         inside the inset before the call.
10595
10596 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10597
10598         * buffer.[Ch] (getBibkeyList): make it const.
10599
10600 2002-04-12  Juergen Vigna  <jug@sad.it>
10601
10602         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10603
10604         * text2.C (getCursorX): new helper function
10605         (setCursor): compute also ix_
10606         (setCursorFromCoordinates): set also ix.
10607
10608         * lyxcursor.h: added ix_ and helper functions.
10609
10610         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10611
10612         * buffer.C (insertStringAsLines): dont break paragraph if the this
10613         paragraph is inside an inset which does not permit it!
10614
10615         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10616         also with no chars on this paragraph.
10617         (paintRowText): only paint stuff if it's inside the workarea!
10618
10619         * paragraph.C (breakParagraph): honor keepempty flag and break the
10620         paragraph always below not above.
10621
10622         * BufferView2.C (unlockInset): update the paragraph layout on inset
10623         unlock as we changed paragraph in such a case.
10624
10625         * lyxfind.C (LyXFind): clear the former selection if not found!
10626
10627         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10628         again called in insertChar().
10629
10630         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10631         an inset which uses the whole row!
10632         (rightMargin): ditto.
10633         (insertChar): force a rebreak if we inserted an inset!
10634
10635 2002-03-28  Herbert Voss  <voss@lyx.org>
10636
10637         * lyxlength.[Ch]: add inBP() to get the right PS-point
10638         units (BigPoint). With inPixels we have rounding errors
10639
10640 2002-04-11  Juergen Vigna  <jug@sad.it>
10641
10642         * text2.C (setCursorFromCoordinates): set iy to the right value.
10643         (setCursor): add check if row->previous exists!
10644
10645         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10646         an old float_type as this was the case in the old code!
10647
10648         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10649
10650         * BufferView2.C (showLockedInsetCursor): use iy
10651         (fitLockedInsetCursor): ditto
10652
10653         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10654         locked insets as there we have the right value now.
10655
10656         * lyxcursor.C: added iy_ variable and iy functions to set to the
10657         baseline of cursor-y of the locked inset.
10658
10659         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10660         (setCursor): fixed for insets which need a full row.
10661
10662         * text.C (rowLastPrintable): don't ignore the last space when before
10663         an inset which needs a full row.
10664         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10665         as last character of a row when before a inset which needs a full row.
10666
10667 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10668
10669         * version.C.in: update date
10670
10671         * text2.C (fullRebreak): try to always return true and see what
10672         happens...
10673
10674 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10675
10676         * MenuBackend.C (expand): use Floating::listName
10677
10678         * FloatList.C (FloatList): add listName argument to the built-in
10679         floats
10680
10681         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10682         text associated with the float.
10683
10684 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10685
10686         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10687
10688 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10689
10690         * ShareContainer.h: add a couple of missing typenames.
10691
10692 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10693
10694         * lyxrc.C (getDescription): use _() correctly rather than N_().
10695
10696 2002-03-28  Herbert Voss  <voss@lyx.org>
10697
10698         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10699         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10700
10701 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10702
10703         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10704         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10705
10706 2002-03-29  Juergen Vigna  <jug@sad.it>
10707
10708         * lyxfunc.C (dispatch): add a missing fitCursor call.
10709
10710         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10711         it was scrolled by a cursor move, so return the bool status.
10712
10713         * BufferView.C (fitCursor): return the bool flag also to the outside
10714         world as this is needed.
10715
10716         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10717
10718         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10719         call the edit() as it is not needed (and wrong) IMO.
10720         (workAreaButtonPress): set the screen_first variable before evt.
10721         unlock the inset as this may change screen_first and then we have
10722         a wrong y position for the click!
10723
10724 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10725
10726         * MenuBackend.C (expand): another translation that I missed
10727
10728 2002-03-28  Juergen Vigna  <jug@sad.it>
10729
10730         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10731
10732         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10733
10734 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10735
10736         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10737
10738         * MenuBackend.C (expand): fix export/view/update when there is no
10739         document open.
10740
10741 2002-03-27  Herbert Voss  <voss@lyx.org>
10742
10743         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10744         and text%
10745
10746 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10747
10748         * bufferview_funcs.C (currentState): only show paragraph number
10749         for is DEVEL_VERSION is set.
10750
10751         * lyxfunc.C (dispatch): put warning in INFO channel
10752
10753         * MenuBackend.C (expand): translate the name of floats
10754
10755         * FloatList.C (FloatList): mark the float names for translation
10756
10757         * converter.C (convert): use LibScriptSearch
10758
10759 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10760
10761         * MenuBackend.C (defaults): fix default menu (we might as well get
10762         rid of it...)
10763
10764 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10765
10766         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10767         directory.
10768
10769 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10770
10771         * lyxvc.C: reorder includes.
10772
10773 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10774
10775         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10776           properly
10777
10778 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10779
10780         * CutAndPaste.C: change layouts earlier on paste
10781           to avoid crashing when calling getFont()
10782
10783 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10784
10785         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10786         irritating #error.
10787
10788 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10789
10790         * WorkArea.C: remove 'Pending' debug message.
10791
10792         * most files: ws cleanup
10793
10794         * buffer.[Ch]: ws changes
10795
10796         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10797
10798 2002-03-21  Juergen Vigna  <jug@sad.it>
10799
10800         * tabular.C (SetMultiColumn): collapse also the contents of the
10801         cells and set the last border right. Added a Buffer const * param.
10802
10803 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10804
10805         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10806         linking or not.
10807
10808 2002-03-19  Juergen Vigna  <jug@sad.it>
10809
10810         * text2.C (clearSelection): reset also xsel_cache.
10811
10812         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10813         where it needs to be called (John tells us to do so too :)
10814         (selectionLost): reset sel_cache.
10815
10816         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10817
10818 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10819
10820         * text2.C (setCursorIntern): put debuging code in INSETS channel
10821
10822 2002-03-19  André Pönitz <poenitz@gmx.net>
10823
10824         * lyxfunc.C: tiny whitespace change
10825
10826 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10827
10828         * ToolbarDefaults.C (init):
10829         * LyXAction.C (init):
10830         * commandtags.h:
10831         * BufferView_pimpl.C (Dispatch):
10832         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10833
10834 2002-03-19  Allan Rae  <rae@lyx.org>
10835
10836         * exporter.C (Export): removeAutoInsets before doing anything else.
10837         While I've just introduced a dependency on BufferView this really is
10838         the best place to clean the buffer otherwise you need to cleanup in
10839         a dozen places before calling export or cleanup in a dozen functions
10840         that export calls.
10841
10842         * converter.C (runLaTeX):
10843         (scanLog): Better handling of removeAutoInsets and screen updates.
10844
10845         * lyxfunc.C (dispatch): small whitespace changes
10846
10847 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10848
10849         * WorkArea.C (C_WorkAreaEvent): return a value.
10850         (event_cb): return 1 if we handled the event, 0 otherwise.
10851
10852         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10853
10854 2002-03-18  Juergen Vigna  <jug@sad.it>
10855
10856         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10857         (GetAdditionalWidth): ditto.
10858         (RightLine): ditto.
10859         (LeftLine): ditto.
10860
10861         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10862         inset if we're there actually (probably not used right now but this
10863         is the direction to go for unifying code).
10864         (paste): disable code to clear the selection.
10865
10866         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10867         inside an InsetText and move the check further up as it is in the
10868         wrong place.
10869
10870         * text2.C (pasteSelection): set a selection over the pasted text.
10871
10872 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10873
10874         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10875         and libgraphics to build on Cygwin.
10876
10877 2002-03-15  Juergen Vigna  <jug@sad.it>
10878
10879         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10880         inserting an Inset into the paragraph. I know this is not the best
10881         fix but we already use current_view in CutAndPaste so we will remove
10882         all of it's using at the same time.
10883
10884         * buffer.C (sgmlError): deactivated function till it is rewritten in
10885         the right mode, now it can create problems.
10886
10887         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10888         before accessing it.
10889
10890 2002-03-14  Juergen Vigna  <jug@sad.it>
10891
10892         * undo_funcs.C (textHandleUndo): do the right thing when updating
10893         the inset after the undo/redo.
10894
10895         * text2.C (setCursor): just some testcode for #44 not ready yet.
10896
10897         * undo_funcs.C (textHandleUndo): set the next() and previous()
10898         pointers of the paragraph to 0 before deleting otherwise we have
10899         problems with the Paragraph::[destructor].
10900
10901         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10902         on a paragraph insertion.
10903
10904 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10905
10906         * buffer.C (asciiParagraph): use += operator for char append to
10907         string.
10908
10909         * paragraph.C (getFontSettings): compare >= not just >
10910         (highestFontInRange): ditto
10911         (setFont): ditto
10912
10913 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10914
10915         * paragraph.C: change several algorithm to be more appripriate for
10916         the problem domain. This is lookip in FontList and in the InsetList.
10917
10918 2002-03-13  André Pönitz <poenitz@gmx.net>
10919
10920         * commandtags.h:
10921         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10922
10923 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10924
10925         * commandtags.h:
10926         * LyXAction.C:
10927         * lyxfunc.C:
10928         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10929
10930 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10931
10932         * Painter.C (display): anon helper function, adjust code for this
10933         change.
10934         (pixmap): remove function.
10935
10936         * Painter.h: remove private display variable.
10937
10938         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10939
10940 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10941
10942         * WorkArea.[Ch]: remove figinset_canvas cruft.
10943
10944 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10945
10946         * lyxtextclass.C (operator): add one item cache optimization.
10947
10948         * bufferlist.h: doxy changes
10949
10950         * bufferlist.C: ws changes
10951
10952         * DepTable.[Ch] (ext_exist): place const in the right spot.
10953
10954         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10955         call resizeInsets.
10956         (workAreaExpose): call resizeInsets when the with BufferView changes.
10957         (Dispatch): adjust for protectedBlank removal
10958         (specialChar): call updateInset if the insert went ok.
10959
10960         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10961         specialChar instead.
10962
10963         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10964
10965         * BufferView.h: doxy change
10966
10967         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10968
10969         * lyxtextclass.C (operator[]): remove non-const version
10970         (defaultLayout): remove non-const version
10971
10972 2002-03-12  Juergen Vigna  <jug@sad.it>
10973
10974         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10975         did resize the LyXText too.
10976
10977         * buffer.C (readLyXformat2): set layout information on newly allocated
10978         paragraphs.
10979
10980         * tabular.C (OldFormatRead): set layout information on the paragraph.
10981
10982 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10983
10984         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10985
10986 2002-03-11  Juergen Vigna  <jug@sad.it>
10987
10988         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10989         plainly wrong.
10990         (resizeCurrentBuffer): force also the insets to resize themselfes.
10991         (moveCursorUpdate): fixed up for InsetText.
10992
10993 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10994
10995         * commandtags.h:
10996         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10997         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10998         value of Dialogs::tooltipsEnabled().
10999         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
11000
11001 2002-03-08  Juergen Vigna  <jug@sad.it>
11002
11003         * BufferView_pimpl.C (updateInset): update inset inside inset also
11004         if it isn't inside theLockingInset().
11005
11006 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11007
11008         * buffer.C (asciiParagraph): redo some of the word and line length
11009         handling.
11010         (getLists): look for Caption instead of caption.
11011
11012 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11013
11014         * buffer.C (Buffer): initialize niceFile to true
11015         (makeLaTeXFile):
11016         (makeLinuxDocFile):
11017         (makeDocBookFile): make sure niceFile is true on exit
11018
11019 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11020
11021         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11022
11023 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11024
11025         * LyXSendto.C: remove.
11026         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11027         * lyx_gui.C: remove now-redundant comment.
11028         * ColorHandler.h: remove forward declaration of class WorkArea.
11029         * lyxfunc.C: remove #include "WorkArea.h".
11030
11031 2002-03-07  Juergen Vigna  <jug@sad.it>
11032
11033         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11034         got moved away with the DEPM and also set the inset_owner always
11035         right which before could have been omitted.
11036
11037 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11038
11039         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11040         wanted layout is not found.
11041
11042 2002-03-07  Juergen Vigna  <jug@sad.it>
11043
11044         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11045
11046 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11047
11048         * paragraph.C (breakParagraph): use default layout not layout of
11049         prev paragraph.
11050         (Paragraph): clear ParagraphParameters.
11051
11052 2002-03-06  Juergen Vigna  <jug@sad.it>
11053
11054         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11055         otherwise it would not be a valid lenght. Fixed a special case in
11056         the minipage compatibility read where we end the document with a
11057         minipage.
11058
11059         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11060         was set as it could be 0 for InsetTexts first entry.
11061
11062 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11063
11064         * paragraph.C (writeFile): if layout is empty write out
11065         defaultLayoutName().
11066
11067         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11068         file without named layout we set layout to defaultLayoutName().
11069
11070 2002-03-06  Juergen Vigna  <jug@sad.it>
11071
11072         * CutAndPaste.C (copySelection): set layout for new paragraph.
11073
11074         * text.C (prepareToPrint): leave ERT inset left aligned
11075         (leftMargin): don't indent paragraphs inside ERT insets
11076
11077 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11078
11079         * paragraph.C (breakParagraph): dont call clear do the work manually
11080
11081         * paragraph.[Ch] (clear): remove function
11082
11083 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11084
11085         * paragraph.C (Paragraph): dont call clear, the work has already
11086         been done.
11087
11088         * lyxtextclass.C (operator): assert if n is empty
11089
11090         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11091         work manually instead.
11092
11093 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11094
11095         * BufferView_pimpl.C: protect selectionLost against text == 0
11096
11097 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11098
11099         * text.C (breakParagraph): fix a setting layout to '0' problem.
11100
11101 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11102
11103         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11104         final location of file, for the included files, and graphics.
11105
11106 2002-03-05  Juergen Vigna  <jug@sad.it>
11107
11108         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11109
11110 2002-03-04  Juergen Vigna  <jug@sad.it>
11111
11112         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11113
11114         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11115         last column of multicolumn cells.
11116         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11117
11118 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11119
11120         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11121         file if it doesn't go to a temporary file.
11122
11123         * buffer.C (sgmlOpenTag):
11124         (sgmlCloseTag):  remove extra newline insertion.
11125
11126 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11127
11128         * text.C (getRowNearY): comment out debug msg
11129
11130 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11131
11132         * text2.C: first -> first_y
11133
11134         * text.C (getRowNearY): add some attemts at a possible
11135         optimization, not working.
11136
11137         * tabular.[Ch]: add BufferParams to several function so that newly
11138         created paragraph can be initialized to he default layotu for the
11139         buffers textclass.
11140
11141         * tabular-old.C (ReadOld): add buf->params to call of Init
11142
11143         * screen.C: rename text->first to text->first_y
11144
11145         * paragraph.C (breakParagraph): always set layout in the broken
11146         paragraph
11147
11148         * lyxtextclass.C (Read): remove lowercase
11149         (hasLayout): ditto
11150         (operator): ditto
11151         (delete_layout): ditto
11152
11153         * lyxtext.h: rename first -> first_y
11154
11155         * lyxlayout.C (Read): remove lowercase
11156         (name): ditto
11157         (setName): ditto
11158         (obsoleted_by): ditto
11159
11160         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11161
11162         * buffer.C (insertErtContents): add params are to InsetERT
11163         (parseSingleLyXformat2Token): add code to check if a paragraphs
11164         layout really exist.
11165         (parseSingleLyXformat2Token): add params to several inset
11166         constructors
11167         (asciiParagraph): remove lowercase, do the layout comparisons with
11168         no_case
11169
11170         * BufferView_pimpl.C (cursorNext): first -> first_y
11171         (resizeCurrentBuffer): first -> first_y
11172         (updateScrollbar): first -> first_y
11173         (scrollCB): first -> first_y
11174         (workAreaMotionNotify): first -> first_y
11175         (workAreaButtonPress): first -> first_y
11176         (checkInsetHit): first -> first_y
11177         (cursorPrevious): first -> first_y
11178         (cursorNext): first -> first_y
11179         (Dispatch): add buffer_->params to severl inset contructors
11180
11181 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11182
11183         * lyxlayout.C (Read): remove some debug info that I forgot.
11184
11185         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11186         clean up the code slightly.
11187         (makeLinuxDocFile): ditto
11188         (makeDocBookFile): ditto
11189
11190         * text2.C: layout as string
11191
11192         * text.C: layout as string
11193
11194         * paragraph_pimpl.C: layout as string
11195
11196         * paragraph.[Ch]: layout as string
11197
11198         * lyxtextclasslist.[Ch]: layout as string
11199
11200         * lyxtextclass.[Ch]: layout as string
11201
11202         * lyxtext.h: layout as string
11203
11204         * lyxlayout.[Ch]: layout as string
11205
11206         * lyx_cb.C: layout as string
11207
11208         * bufferview_funcs.C: layout as string
11209
11210         * bufferparams.C: layout as string
11211
11212         * buffer.C: layout as string
11213
11214         * LyXView.[Ch]: layout as string
11215
11216         * LaTeXFeatures.[Ch]: layout as string
11217
11218         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11219
11220         * BufferView_pimpl.C: change current_layout to string, remove
11221         lyx::layout_type.
11222         (Dispatch):
11223         (smartQuote):
11224         (insertInset):
11225         (workAreaButtonRelease): layout as string
11226
11227         * BufferView2.C (unlockInset): adjust
11228
11229         * vspace.C (asLatexCommand): use an explict temp variable.
11230
11231 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11232
11233         * Makefile.am: use FRONTEND_*
11234
11235 2002-03-01  Juergen Vigna  <jug@sad.it>
11236
11237         * tabular.C (SetWidthOfMulticolCell): changed to something better
11238         I hope but still work in progress.
11239         (recalculateMulticolumnsOfColumn): renamed function from
11240         recalculateMulticolCells as it is more appropriate now.
11241         (SetWidthOfCell): calculate multicols better.
11242
11243 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11244
11245         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11246
11247         * lyxfunc.C (processKeySym): print sequence also if it is
11248         `deleted' (complete)
11249
11250         * kbsequence.C (print): print sequence even if it is deleted
11251         (complete would be a better word, actually).
11252
11253         * lyxfunc.C (dispatch): print complete options after a prefix key
11254
11255         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11256
11257 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11258
11259         * text2.C (setCharFont): eliminate setCharFont code duplication.
11260
11261 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11262
11263         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11264         LFUN_TABULAR_FEATURE (bug #177)
11265
11266 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11267
11268         * Makefile.am: remove figure.h
11269
11270 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11271
11272         * Bufferview_pimpl.C:
11273         * CutAndPasteC:
11274         * LaTeX.C:
11275         * LyXSendto.C:
11276         * buffer.C:
11277         * bufferlist.C:
11278         * converter.C:
11279         * language.C:
11280         * lyxfunc.C:
11281         * lyxvc.C:
11282         * paragraph.C:
11283         * text.C:
11284         * text2.C: remove #include "lyx_gui_misc.h".
11285
11286         * LaTeX.C: added #include <cstdio>
11287
11288 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11289
11290         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11291         that the paragraph following this one can have.
11292
11293         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11294
11295         * vspace.C (asLatexCommand): fix bogus gcc warning
11296
11297         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11298
11299 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11300
11301         * text2.C (setLayout): get rid of redundant code
11302
11303 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11304
11305         * text2.C (incDepth): make sure depth cannot be increased beyond
11306         reasonable values.
11307
11308 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11309
11310         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11311         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11312
11313         * PainterBase.h (image):
11314         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11315         a LyXImage const *.
11316
11317 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11318
11319         * BufferView.C:
11320         * BufferView.h:
11321         * BufferView_pimpl.C:
11322         * BufferView_pimpl.h:
11323         * LaTeXFeatures.C:
11324         * LyXAction.C:
11325         * LyXView.C:
11326         * Makefile.am:
11327         * UpdateList.h:
11328         * UpdateList.C:
11329         * buffer.C:
11330         * figure.h:
11331         * figureForm.C:
11332         * figureForm.h:
11333         * figure_form.C:
11334         * figure_form.h:
11335         * lyx_cb.C:
11336         * lyx_gui.C:
11337         * lyx_gui_misc.C:
11338         * lyxfunc.C:
11339         * sp_base.h:
11340         * sp_ispell.h:
11341         * sp_pspell.h:
11342         * sp_spell.C: remove fig inset, and the crap house of
11343           cards that follows it
11344
11345 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11346
11347         * Makefile.am:
11348         * lyxserver.C:
11349         * os2_defines.h:
11350         * os2_errortable.h:
11351         * nt_defines.h: move .h into support/
11352
11353         * vms_defines.h: remove
11354
11355         * WorkArea.C: add space in debug output
11356
11357         * text2.C:
11358         * paragraph.C:
11359         * buffer.C: add WITH_WARNINGS
11360
11361         * vc-backend.h:
11362         * vc-backend.C:
11363         * bufferlist.C: s/retrive/retrieve/, add docs
11364
11365         * vspace.h:
11366         * vspace.C:
11367         * kbmap.h:
11368         * lyxlength.h:
11369         * lyxgluelength.h:
11370         * length_common.h:
11371         * chset.h:
11372         * chset.C: add docs
11373
11374         * lyxgui.C: add ID to X error handler
11375
11376         * lyxtestclass.c: fix typo
11377
11378 2002-02-26  Juergen Vigna  <jug@sad.it>
11379
11380         * tabular_funcs.C (write_attribute): changed so that some default
11381         attributes are not written at all.
11382         (getTokenValue): set default values before trying to read the
11383         value so we have the return value always set as default if we don't
11384         find the token we search for.
11385
11386         * tabular.C (Write): write bools as bools not as strings!
11387
11388 2002-02-22  Juergen Vigna  <jug@sad.it>
11389
11390         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11391         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11392
11393         * text.C (leftMargin): don't add an indent for paragraphs inside
11394         tabular cells (fix #208).
11395
11396 2002-02-21  José Matos  <jamatos@fep.up.pt>
11397
11398         * tabular.C (docBook): fixed support for long tables.
11399
11400 2002-02-20  Juergen Vigna  <jug@sad.it>
11401
11402         * text2.C (getFont): get the drawing font of the Inset if this
11403         paragraph is inside an inset (only important for InsetERT for now).
11404
11405         * buffer.C (insertErtContents): use new lanugage params in ERT
11406         constructor.
11407
11408         * CutAndPaste.C: commenting out seemingly uneeded code.
11409
11410 2002-02-19  Allan Rae  <rae@lyx.org>
11411
11412         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11413         Iterators might be simple to use but they also get invalidated.
11414         (removeAutoInsets): renamed saved cursor tracking variables and added
11415         some comments to clarify what everything does.
11416
11417 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11418
11419         * Chktex.C:
11420         * LaTeX.C:
11421         * LyXSendto.C:
11422         * converter.C:
11423         * lyx_cb.C:
11424         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11425         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11426
11427         * lyxfunc.C:
11428         * vc-backend.h: remove #include "support/syscall.h"
11429
11430         * LaTeX.C:
11431         * LyXSendto.C:
11432         * converter.C: rearrange #includes in Lars' approved fashion.
11433
11434         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11435         forward declare class Timeout in the header file.
11436
11437         * XFormsView.C: changes due to the above.
11438
11439         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11440         similar to LyXView.
11441
11442         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11443         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11444
11445 2002-02-18  José Matos  <jamatos@fep.up.pt>
11446
11447         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11448         insets contents.
11449
11450 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11451
11452         * a lot of small ws changes
11453         * add a lot of using std::XXX
11454         * use std construcs some places where approp.
11455         * use some exisint stuff from lyxfunctional where approp.
11456         * Make file changes to use partial linking (lets test this now...)
11457
11458 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11459
11460         * Chktex.C:
11461         * buffer.C:
11462         remove #include "support/syscontr.h" as it's redundant. Always has been.
11463
11464         * Chktex.C:
11465         * LaTeX.C:
11466         * LyXSendto.C:
11467         * converter.C:
11468         * lyx_cb.C:
11469         * vc-backend.C:
11470         change Systemcalls::System to Systemcalls::Wait and
11471         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11472         No change of functionality, just reflects the stripped down Systemcalls
11473         class.
11474
11475 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11476
11477         * debug.[Ch]: add a GRAPHICS type to the enum.
11478
11479 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11480
11481         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11482
11483         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11484         there is an inset.
11485
11486 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11487
11488         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11489         match the changes below.
11490
11491         * text2.C (toggleInset): if there is not editable inset at cursor
11492         position, try to see if cursor is _inside_ a collapsable inset
11493         and close it.
11494
11495 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11496
11497         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11498         document menu has a nice checkbox
11499
11500 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11501
11502         * lyxlength.C (asLatexString): change PW to output as percent of
11503         \textwidth.
11504
11505         * lengthcommon.C: change '%' to 't%'
11506
11507         * lyxfunc.C (dispatch): a few comments from Martin
11508
11509 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11510
11511         * WorkArea.h:
11512         * WorkArea.C:
11513         * BufferView_pimpl.h:
11514         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11515           the X selection.
11516
11517 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11518
11519         * vspace.C (inPixels): fix compiler warning
11520
11521 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11522
11523         * lyxfunc.C (getStatus): fix status message for disabled commands.
11524
11525 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11526
11527         * BufferView_pimpl.C: fix crash on close buffer
11528         during selection (#227)
11529
11530 2002-01-27  Herbert Voss  <voss@lyx.org>
11531
11532         * buffer.C: link old Figure to new graphic inset
11533
11534 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11535
11536         * FontLoader.C (getFontinfo): Change the latex font names in order
11537         to match the names of type1inst.
11538
11539 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11540
11541         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11542
11543         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11544         (extchanged): ditto
11545         (ext_exist): ditto
11546         (remove_files_with_extension): ditto
11547         (remove_file): ditto
11548         (write): ditto
11549
11550         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11551         document is smaller than the work area height. Do not initialize
11552         static variables to 0.
11553
11554 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11555
11556         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11557
11558         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11559         LFUN_LAYOUT_PARAGRAPHS.
11560
11561         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11562         tabular. It is possible to provide a possible cell, which will
11563         typically be the actcell from the corresponding insettabular
11564
11565         * lyxfunc.C (getStatus): small cleanup; disable
11566         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11567         true
11568
11569 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11570
11571         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11572
11573         * paragraph.C (startTeXParParams):
11574         (endTeXParParams): new methods. The LaTeX code to
11575         start/end paragraph formatting
11576         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11577         empty (fixes bug #200)
11578
11579         * vspace.C (inPixels): adapt to the change below
11580         (inPixels): [later] more cleanups (remove unused variables)
11581
11582         * lyxlength.C (inPixels): change to use a width and a height as
11583         parameter.
11584
11585 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11586
11587         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11588         Replaced with \paperwidth
11589
11590         * DepTable.C (insert): add std:: qualifier
11591
11592 2002-01-18  Allan Rae  <rae@lyx.org>
11593
11594         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11595         updated also?
11596
11597         * text.C (drawInset): Turned out I didn't know enough about how
11598         rebreaking worked.  This fixes most of the redraw problems.  I see
11599         an occasional cursor trail when a line is broken now and the cursor
11600         placement can seem out by a few pixels also after a rebreak.
11601
11602 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11603
11604         * buffer.C (parseSingleLyXformat2Token): update because minipage
11605         width is now a LyXLength
11606
11607         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11608
11609         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11610         math insets
11611
11612 2002-01-17  Juergen Vigna  <jug@sad.it>
11613
11614         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11615
11616         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11617         is set correctly and the inset is updated correctly.
11618
11619 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11620
11621         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11622         the beginning of the loop.
11623
11624 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11625
11626         * lyxrc.C: improve help for use_scalable_fonts
11627
11628 2002-01-17  Allan Rae  <rae@lyx.org>
11629
11630         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11631
11632 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11633
11634         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11635         make sure to set their inset_owner to the right value (bug #171)
11636
11637 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11638
11639         * DepTable.h
11640         * DepTable.C: Implement mtime checking to reduce time spent doing
11641         CRCs.
11642
11643 2002-01-16  Juergen Vigna  <jug@sad.it>
11644
11645         * tabular.C (GetAdditionalHeight): one of error fixed.
11646
11647         * lyxrc.C (output): small fix in writing use_pspell.
11648
11649 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11650
11651         * sp_base.h: #include LString.h
11652
11653 2002-01-16  Allan Rae  <rae@lyx.org>
11654
11655         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11656         Can someone check this please?
11657
11658         * text.C (drawInset): It was possible that p.row would be removed by
11659         breakAgainOneRow upsetting a few other settings.  There may be another
11660         small tweak possible by setting need_break_row = 0 when p.row has been
11661         removed but I don't know enough about the logic here.
11662
11663 2002-01-15  Allan Rae  <rae@lyx.org>
11664
11665         * text.C (insertChar): removed conditional truism.
11666
11667         * BufferView2.C (removeAutoInsets): More tweaks.
11668         cur_par_prev could be a stray pointer.  Check for trailing empty line
11669         in case last line was cur_par and only had an error inset on it.
11670
11671 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11672
11673         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11674         absolute
11675
11676         * vc-backend.C (most methods):
11677         * exporter.C (Export):
11678         * converter.C (convert):
11679         (runLaTeX):
11680         * LyXSendto.C (SendtoApplyCB):
11681         * lyxfunc.C (dispatch):
11682         (menuNew):
11683         (open):
11684         (doImport):
11685         * lyx_cb.C (AutoSave):
11686         (InsertAsciiFile):
11687         * BufferView_pimpl.C (MenuInsertLyXFile):
11688         * buffer.C (runChktex): use Buffer::filePath().
11689
11690         * buffer.h: rename filename to filename_; rename filepath to
11691         filepath_ and make it private
11692         (filePath): new method
11693
11694         * buffer.C (writeFile): use fileName()
11695         (getLatexName):
11696
11697         * lyx_main.C (init): fix starting  of LyX when the binary is a
11698         link from so,ewhere else.
11699
11700         * minibuffer.C: include <cctype> for isprint
11701
11702 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11703
11704         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11705         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11706         name clash with InsetCollapsable's width function.
11707
11708 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11709
11710         * lastfiles.C: include <iterator>
11711
11712 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11713
11714         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11715         std::count.
11716
11717         * buffer.C (makeLaTeXFile): ditto.
11718         Also make loop operation more transparent.
11719
11720 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11721
11722         * ToolbarDefaults.C: remove trailing comma closing namespace.
11723
11724         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11725
11726         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11727         as in WorkArea.
11728
11729         * trans.C (Load): comment out unused variable, allowed.
11730
11731 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11732
11733         * minibuffer.[Ch] (append_char): new method to recieve input from the
11734         drop-down completion browser. If a key was pressed, then recieve this
11735         char and append it to the existing string.
11736         (peek_event): modify the positioning data passed to the completion
11737         browser so that it can be placed above the minibuffer rather than below.
11738 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11739
11740         * LyXAction.C (init): alloe error-next for readonly documents.
11741
11742         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11743         count.
11744
11745 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11746
11747         * bufferlist.C (readFile): create the buffer _after_ checking that
11748         the file exists.
11749
11750         * lyxfunc.C (verboseDispatch): fix handling of arguments
11751
11752         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11753
11754         * lyxrc.C: use string::erase() instead of initializing to "".
11755
11756
11757 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11758
11759         * BufferView_pimpl.h:
11760         * BufferView_pimpl.C:
11761         * WorkArea.h:
11762         * WorkArea.C:
11763         * text2.C: tell X when we have made a selection for copying
11764
11765 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11766
11767         * BufferView_pimpl.C (MenuInsertLyXFile):
11768         * lyxfunc.C (menuNew):
11769         (open):
11770         (doImport): add shortcuts to directory buttons
11771
11772         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11773         open a float)
11774
11775         * lyxfunc.C (setStatusMessage):
11776         (getStatusMessage): new methods
11777         (getStatus):use setStatusMessage instead of setErrorMessage
11778         (dispatch): when function is disabled, set error message here
11779         [instead of in getStatus previously]
11780
11781         * BufferView_pimpl.C (workAreaButtonRelease): update
11782         toolbar/menubar here too.
11783
11784 2002-01-13  Allan Rae  <rae@lyx.org>
11785
11786         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11787         Now seems indestructible.  Remaining task is to audit all other
11788         code affected by deleteEmptyParagraphMechanism.  One small quirk
11789         left is that an empty document with an error in the preamble can
11790         be made to report an error but no error box appears.  I don't know
11791         where it goes.
11792         (removeAutoInsets): Improved comments.
11793
11794 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11795
11796         * Thesaurus.h:
11797         * Thesaurus.C: update for Aiksaurus 0.14
11798
11799 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11800
11801         * text2.C (firstParagraph): removed member function, all uses
11802         replaces with ownerParagraph
11803         (redoParagraphs): here
11804         (updateInset): here
11805         (toggleAppendix): here
11806         * BufferView2.C (insertErrors): here
11807         (setCursorFromRow): here
11808
11809 2002-01-13  Allan Rae  <rae@lyx.org>
11810
11811         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11812         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11813         There is still a way to segfault this although you may have to do this
11814         multiple times: Have an InsetERT with an unknown command in it.
11815         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11816         <down-arrow>, <Enter> again, View->DVI, BANG!
11817
11818         * text2.C (setCursor):
11819         (deleteEmptyParagraphMechanism):
11820         * lyxtext.h (setCursor):
11821         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11822         Making use of the return value may help fix other bugs.
11823
11824 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11825
11826         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11827
11828         * LyXView.C (updateMenubar): call MenuBar::update here
11829         (updateToolbar): but not here
11830         (showState): do not update toolbar/menubar
11831
11832         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11833         should need to care about that.
11834
11835         * lyxfunc.C (verboseDispatch): simplify a bit
11836         (getStatus): have a version which takes a pseudoaction, and
11837         another which requires a (kb_action,string).
11838
11839         * LyXAction.C (retrieveActionArg): make it work also when action
11840         is not a pseudo-action.
11841         (getActionName): simplify a bit
11842         (helpText):
11843
11844 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11845
11846         * lyxfunc.C (verboseDispatch): new families of methods with
11847         several ways to specify a command and a bool to indicate whether
11848         the command name and shortcut should be displayed in minibuffer
11849         (eventually, we could extend that to a finer bitmask like
11850         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11851         (dispatch): the pristine dispatch command which just, well,
11852         dispatchs! Note it still sets its result to minibuffer; I'm not
11853         sure we want that.
11854
11855         * lyxfunc.h: remove setHintMessage
11856
11857         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11858
11859 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11860
11861         * BufferView_pimpl.C (specialChar): delete new inset if we have
11862         not been able to insert it.
11863
11864         * kbmap.C: revert to using int instead of kb_action, since all we
11865         are dealing with is pseudo-actions.
11866
11867         * LyXAction.C (searchActionArg): change to return int instead of
11868         kb_action, since the result is a pseudoaction.
11869
11870 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11871
11872         * buffer.C (insertErtContents): Fix (partially) the font bug.
11873
11874 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11875
11876         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11877         as the other one is broken on my machine!
11878
11879 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11880
11881         * commandtags.h:
11882         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11883
11884 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11885
11886         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11887         reflect their actual use. Provide compatibility code for older lyxrc
11888         files.
11889
11890         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11891         FL_NORMAL_STYLE.
11892         change names of popup font variables in line with the changes to lyxrc.C
11893
11894 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11895
11896         * buffer.C (asciiParagraph): avoid outputing a word twice after
11897         an inset.
11898
11899         * lyxrc.C (getDescription): document that document_path and
11900         template_path can be empty.
11901
11902 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11903
11904         * LaTeXFeatures.C (getMacros):
11905         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11906
11907         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11908
11909         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11910         getPackages.
11911         (getPackages): rename feature "floats" to "float". Use an array to
11912         iterate over 'simple' features (i.e. just a \usepackage). Add
11913         handling of "amsmath" (renamed from "amsstyle").
11914
11915 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11916
11917         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11918         features list.
11919
11920 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11921
11922         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11923         FuncStaus::FuncStatus & FuncStaus::some_method().
11924
11925 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11926
11927         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11928         of the func_satus stuff. Edited and massaged in various ways by
11929         JMarc.
11930
11931         * lyxfunc.C (getStatus): use FuncStatus
11932
11933 2002-01-08  Juergen Vigna  <jug@sad.it>
11934
11935         * text.C (nextBreakPoint): use function Inset::isChar().
11936
11937         * paragraph.C (TeXOnePar): use function
11938         Inset::forceDefaultParagraphs.
11939
11940         * buffer.C (latexParagraphs): use function
11941         Inset::forceDefaultParagraphs.
11942
11943 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11944
11945         * lyx_gui.C (init): set the style of the menu popups to
11946         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11947
11948 2002-01-07  Juergen Vigna  <jug@sad.it>
11949
11950         * text.C (setHeightOfRow): small fix
11951         (prepareToPrint): don't look at alignment if we don't have the place
11952         for doing it.
11953
11954 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11955
11956         * box.C: New file. Move the Box methods and functions out of box.h,
11957         following Lars' suggestion.
11958
11959 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11960
11961         * box.h: #include "support/LOstream.h", needed for inlined function.
11962
11963         * lyxtextclass.C:
11964         * lyxtextclasslist.C: added some using std declarations.
11965
11966 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11967
11968         * box.h: make signed dimensions to allow insets wider than
11969           the screen (bug #162)
11970
11971         * BufferView_pimpl.C: add some insetHit debug
11972
11973 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11974
11975         * vc-backend.C: add FIXME
11976
11977 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11978
11979         * lyxfunc.C (getStatus): enable code for showing math font status
11980         in toolbar/menu.
11981
11982 2002-01-07  Juergen Vigna  <jug@sad.it>
11983
11984         * text.C (nextBreakPoint): removed debug output not needed anymore.
11985
11986 2002-01-06  Juergen Vigna  <jug@sad.it>
11987
11988         * text.C (nextBreakPoint): fixed up this function we had this bug
11989         since ever but now hopefully we break row better.
11990         (insertChar): we have to check if an inset is the next char as it
11991         could now happen that a large inset is causing a break.
11992
11993 2002-01-05  Juergen Vigna  <jug@sad.it>
11994
11995         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11996         if it doesn't like to be drawed.
11997
11998 2002-01-04  Juergen Vigna  <jug@sad.it>
11999
12000         * BufferView2.C (lockInset): forgot to set a cursor.
12001
12002         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
12003
12004 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
12005
12006         * FormMathsPanel.C:
12007         * FormMathsPanel.h
12008         * MathsSymbols.C:
12009         * form_maths_panel.C:
12010         * form_maths_panel.h:
12011         * form_maths_panel.fd: implemented sub- and super- buttons in math
12012         panel.
12013
12014         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12015         (or ^ space) to be used as in TeX (req'd by André).
12016
12017         * lyxfunc.C: Allow ^ and _ again to be used both as
12018         super/subscript (mathed) and as themselves (in text).
12019
12020 2002-01-03  Allan Rae  <rae@lyx.org>
12021
12022         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12023         "LyX" or the filename of the current buffer if it has one.  This is a
12024         modified form of John Levon's patch.
12025
12026         * XFormsView.C (setWindowTitle): also set icon title.
12027
12028         * LyXView.h (setWindowTitle): signature changed.
12029         * XFormsView.h (setWindowTitle): ditto.
12030
12031 2002-01-02  Juergen Vigna  <jug@sad.it>
12032
12033         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12034
12035 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12036
12037         * screen.C (topCursorVisible): introduce a temp var for
12038         text->cursor.row(), handle the case where this row is null. (kindo
12039         hachish)
12040
12041         * text2.C (setCursor): add a couple of asserts.
12042
12043         * paragraph.h (inset_iterator): add -> operator
12044
12045         * paragraph.[Ch] (autoDeleteInsets): remove member function
12046
12047         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12048         cursor pos correctly and handle inset deletion by itself.
12049         (insertErrors): move iterator declaration out of for expression
12050
12051         * lyxtextclass.C: add <algorithm>
12052
12053         * Makefile.am: added the new files to sources, removed layout.C
12054
12055         * layout.C: removed file
12056
12057         * layout.h: remove LYX_DUMMY_LAYOUT
12058
12059         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12060         layout.
12061
12062         * lyxlayout.[Ch]:
12063         * lyxtextclass.[Ch]:
12064         * lyxtextclasslist.[Ch]: new files
12065
12066         * include order changes to a lot of files, also changes because of
12067         the six new files.
12068
12069 2001-12-27  Juergen Vigna  <jug@sad.it>
12070
12071         * buffer.C (asciiParagraph): more fixes.
12072
12073         * tabular.C (ascii): make ascii export support export of only the
12074         data separated by a column-delimiter.
12075         (ascii): better support for ascii export.
12076
12077         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12078
12079 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12080
12081         * tabular_funcs.C: use a "using std::getline" instead of the
12082         previous fix from Angus (necessary for cxx + lyxstring)
12083
12084 2001-12-24  Juergen Vigna  <jug@sad.it>
12085
12086         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12087
12088         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12089         problems. First check a minipage also if we have some ert-contents
12090         (not only on par->size(), second set the right depth of the paragraph
12091         on the relink to the root-paragraph-list!
12092
12093         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12094         which then did not anymore update the main paragraphs on undo/redo!
12095
12096 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12097
12098         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12099         code. Support all font-changing funcs (even those which are not in
12100         menu currently). Support for reporting font settings in
12101         mathed (disabled until Andre provides a function on mathed's side).
12102
12103         * func_status.h (toggle): small helper function to set toggle
12104         state on a flag.
12105
12106 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12107
12108         * tabular_funcs.C: getline -> std::getline
12109
12110 2001-12-21  Juergen Vigna  <jug@sad.it>
12111
12112         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12113         accessed and could be 0 (I couldn't generate this but it seems
12114         Michael could!).
12115
12116 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12117
12118         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12119         * tabular_funcs.h: here and include iosfwd
12120
12121 2001-12-20  Juergen Vigna  <jug@sad.it>
12122
12123         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12124         inside inset but undo_par was.
12125
12126 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12127
12128         * Thesaurus.C: always include <config.h> in sources.
12129
12130         * Painter.h:
12131         * lyxlookup.h:
12132         * box.h: do not include <config.h> in header files
12133
12134         * text.C (paintLastRow): remove unused variable
12135
12136         * text.C (transformChar):
12137         (insertChar):
12138         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12139
12140         * Painter.C (text):
12141         * font.C (width): rewrite to use uppercase() instead of
12142         islower/toupper.
12143
12144         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12145
12146 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12147
12148         * lyxfind.C: clean up of find failure position change
12149
12150 2001-12-20  Juergen Vigna  <jug@sad.it>
12151
12152         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12153
12154         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12155         (TeXRow): added to LaTeX a single tabular row.
12156         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12157         (Latex): simplified and finally good LT-h/f support.
12158         (various_functions): just small adaptions for LT-h/f support.
12159
12160         * tabular_funcs.[hC]: added and moved here all not classfunctions
12161         of LyXTabular.
12162
12163 2001-12-19  Juergen Vigna  <jug@sad.it>
12164
12165         * tabular.[Ch]: better support for longtabular options (not finished
12166         yet!)
12167
12168 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12169
12170         * text.C (paintLastRow): use the label font instead of the font of
12171         the last character to compute the size of *_BOX. This makes more
12172         sense and avoids a crash with empty paragraphs.
12173         Use Painter::rectangle to draw EMPTY_BOX.
12174
12175 2001-12-19  Juergen Vigna  <jug@sad.it>
12176
12177         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12178         the paragraphs if the replaced paragraph is not the first one!
12179         Tried to delete not used paragraphs but does not work yet so for
12180         now it's inside #ifdef's and by default off!
12181
12182 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12183
12184         * MenuBackend.C: include "lyx_main.h" instead of declaring
12185         lastfiles (actually was declared as LastFiles* instead of a
12186         scoped_ptr).
12187
12188 2001-12-17  Juergen Vigna  <jug@sad.it>
12189
12190         * tabular.C (AppendColumn): applied John's fix
12191
12192 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12193
12194         * BufferView.h:
12195         * BufferView.C:
12196         * BufferView_pimpl.h:
12197         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12198
12199         * Makefile.am:
12200         * box.h: new start of class for above
12201
12202         * lyxfunc.C: ignore space-only minibuffer dispatches.
12203           Show the command name when it doesn't exist
12204
12205         * minibuffer.C: don't add empty lines to the history
12206
12207         * minibuffer.C: add a space on dropdown completion
12208
12209 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12210
12211         * text.C: fix line above/below drawing in insets
12212
12213 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12214
12215         * lyxlength.C (LyXLength): Initialize private variables.
12216
12217 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12218
12219         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12220         when inserting error insets.
12221
12222 2001-12-13  Juergen Vigna  <jug@sad.it>
12223
12224         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12225         actually sometimes the before-paragraph.
12226         (setUndo): don't clear the redostack if we're not actually undoing!
12227
12228 2001-12-06  Juergen Vigna  <jug@sad.it>
12229
12230         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12231         and fixed redoing of main paragraph, so we can use it now ;)
12232
12233         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12234
12235 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12236
12237         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12238         Juergen's request
12239
12240 2001-12-13  André Pönitz <poenitz@gmx.net>
12241
12242         * undostack.[Ch]:
12243         * undo_func.C: minor cleanup
12244
12245 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12246
12247         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12248         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12249         font in urw-fonts package which is marked as -urw-fontspecific and
12250         does not work (incidentally, changing the encoding in the
12251         fonts.dir of this package to -adobe-fontspecific fixes the
12252         problem).
12253
12254         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12255         is a crash when undoing first paragraph (Juergen, please take a
12256         look). THis does not mean the undo fix is wrong, just that it
12257         uncovers problems.
12258
12259         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12260         the (Paragraph*) version when needed instead of duplicating the
12261         code.
12262
12263         * text.C (workWidth): use Inset::parOwner to find out where the
12264         inset has been inserted. This is a huge performance gain for large
12265         documents with lots of insets. If Inset::parOwner is not set, fall
12266         back on the brute force method
12267
12268         * paragraph_pimpl.C (insertInset):
12269         * paragraph.C (Paragraph):
12270         (cutIntoMinibuffer): set parOwner of insets when
12271         inserting/removing them
12272
12273         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12274
12275 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12276
12277         * commandtags.h:
12278         * LyXAction.C:
12279         * lyx_main.C:
12280         * lyxfunc.C:
12281         * mathed/formulabase.C:
12282         * mathed/math_cursor.[Ch]:
12283         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12284
12285
12286 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12287
12288         * lyxlength.[Ch] (operator!=): new function
12289
12290 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12291
12292         * text.C (workWidth): use Inset::parOwner to find out where the
12293         inset has been inserted. This is a huge performance gain for large
12294         documents with lots of insets. If Inset::parOwner is not set, fall
12295         back on the brute force method
12296
12297         * paragraph_pimpl.C (insertInset):
12298         * paragraph.C (Paragraph):
12299         (cutIntoMinibuffer): set parOwner of insets when
12300         inserting/removing them
12301
12302         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12303
12304 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12305
12306         * tabular-old.C (getTokenValue):
12307         * tabular.C (getTokenValue):
12308         (write_attribute): new versions for LyXLength
12309         (everywhere): adjust the use of widths
12310
12311         * tabular.h: change the type of widths from string to LyXLength
12312
12313 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12314
12315         * paragraph.C: fixed missing line number count when exporting
12316         Environments to LaTeX file
12317
12318         * buffer.C: added informational message for checking line numbers.
12319
12320 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12321
12322         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12323         paragraph, do the 'double space' part, but not the 'empty
12324         paragraph' one.
12325
12326         * text.C (workWidth): small optimization
12327         (getLengthMarkerHeight): use minimal size for negative lengths.
12328
12329 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12330
12331         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12332
12333         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12334
12335 2001-12-11  André Pönitz <poenitz@gmx.net>
12336
12337         * FontLoader.C:
12338         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12339
12340 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12341
12342         * text2.C: keep selection on a setFont()
12343
12344 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12345
12346         * lyx_cb.C: another bv->text misuse, from insert label
12347
12348 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12349
12350         * kbsequence.h:
12351         * kbsequence.C: re-instate nmodifier mask
12352
12353 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12354
12355         * lyx_main.h: make lyxGUI private.
12356
12357 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12358
12359         * lyxfind.C: place the cursor correctly on failed search
12360
12361 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12362
12363         * text.C (getLengthMarkerHeight): for small heights, the arrows
12364         are not always on top/bottom of the text
12365         (drawLengthMarker): smaller arrows; take the left margin in
12366         account; draw also vfills.
12367         (paintFirstRow):
12368         (paintLastRow): remove special code for vfill and standard spaces,
12369         since everything is handled in drawLengthMarker now.
12370
12371 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12372
12373         * buffer.C (insertErtContents): try to handle font and language
12374         interaction a bit better.g
12375
12376         * ColorHandler.C (updateColor): change the hash to cover the whole
12377         LColor enum, ws cleanup
12378         (getGCLinepars): ditto
12379         (getGCLinepars): only lookup in the linecache once.
12380
12381 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12382
12383         * iterators.C (operator++): Make the iterator more robust
12384
12385         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12386         (John's patch)
12387         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12388
12389 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12390
12391         * lyxtext.h:
12392         * text.C: better added space drawing
12393
12394 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12395
12396         * LyXView.C:
12397         * BufferView2.C: fix layout combo update on inset unlock
12398
12399 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12400
12401         * Makefile.am: don't compile unused files
12402
12403 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12404
12405         * lyxfunc.C:
12406         * commandtags.h:
12407         * LyXAction.C: remove old LFUN_LAYOUTNO
12408
12409 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12410
12411         * paragraph_pimpl.h:
12412         * paragraph_pimpl.C: isTextAt() doesn't need font param
12413
12414 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12415
12416         * lyxlex.h:
12417         * lyxlex.C: little cleanup
12418
12419 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12420
12421         * BufferView_pimpl.C: fix insertAscii for insets
12422
12423 2001-12-05  Juergen Vigna  <jug@sad.it>
12424
12425         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12426         set the right font on the "multi" paragraph paste!
12427
12428 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12429
12430         * trans_decl.h:
12431         * trans_mgr.[Ch]:
12432         * trans.[Ch]:
12433         * lyxgluelength.C:
12434         * lyxlength.C: remove out-commented code.
12435
12436         * BufferView_pimpl:
12437         * CutAndPaste.C:
12438         * DepTable.C:
12439         * buffer.C:
12440         * chset.C:
12441         * lastfiles.C:
12442         * lyxlex.C:
12443         * lyxlex_pimpl.C:
12444         * lyxserver.C:
12445         * screen.C:
12446         * tabular-old.C:
12447         * tabular.C:
12448         * text.C:
12449         * trans_mgr.C:
12450         * vc-backend.C: change "while(" to "while ("
12451
12452         * lyxlength.[Ch]: add zero function to check if length is zero or
12453         not
12454         * lyxgluelength.C: use it
12455
12456 2001-12-05  Allan Rae  <rae@lyx.org>
12457
12458         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12459         Works for 2.95.3, from what I understand of Garst's reports this should
12460         work for other g++ versions.  We're screwed if the abs(int) definition
12461         changed between bugfix releases of gcc.
12462
12463 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12464
12465         * text.C: fix chapter label offset !
12466
12467 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12468
12469         * lyxtext.h:
12470         * text.C: fix hfill at end of line, clean up
12471
12472 2001-12-04  Juergen Vigna  <jug@sad.it>
12473
12474         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12475         that we force an update of the inset and it's owners if neccessary.
12476
12477 2001-12-03  Juergen Vigna  <jug@sad.it>
12478
12479         * text.C (rowLast): simplified code
12480
12481 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12482
12483         * lyxfunc.C: fix show options on timeout
12484
12485 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12486
12487         * screen.C (topCursorVisible): scroll half a page when the cursor
12488         reached top of bottom of screen
12489
12490 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12491
12492         * minibuffer.C: deactivate on loss of focus
12493
12494 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12495
12496         * vspace.[Ch] (operator!=): add operator.
12497
12498 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12499
12500         * BufferView_pimpl.C: refuse to open an inset when
12501         there's a selection.
12502
12503 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12504
12505         * BufferView_pimpl.C: allow to click on RHS of full row insets
12506
12507 2001-11-30  Juergen Vigna  <jug@sad.it>
12508
12509         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12510         insets for undo reasons.
12511
12512 2001-11-28  André Pönitz <poenitz@gmx.net>
12513
12514         * vspace.[Ch]: cosmetical changes
12515
12516 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12517
12518         * LyXAction.h:
12519         * LyXAction.C:
12520         * lyxfunc.h:
12521         * lyxfunc.C:
12522         * kbmap.h:
12523         * kbmap.C:
12524         * lyxrc.C:
12525         * kbsequence.h:
12526         * kbsequence.C: part re-write of old kb code
12527
12528         * Painter.C:
12529         * WorkArea.C: remove Lgb_bug_find_hack
12530
12531 2001-11-30  José Matos <jamatos@fep.up.pt>
12532
12533         * buffer.C (makeDocBookFile): add a comment to point a hack.
12534         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12535         Fixed a double write of labels.
12536
12537 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12538
12539         * LaTeX.C:
12540         * LaTeX.h Fixed bug in LaTeX class where it would not
12541         re-run latex if no depfiles were changed, but the .dvi was removed.
12542
12543 2001-11-28  André Pönitz <poenitz@gmx.net>
12544
12545         * all the files from the change on 2001/11/26:
12546         use lyx::layout_type instead of LyXTextClass::size_type
12547         use lyx::textclass_type instead of LyXTextClassList::size_type
12548
12549 2001-11-29  Juergen Vigna  <jug@sad.it>
12550
12551         * text.C: added support for paragraph::isFreeSpacing()
12552
12553         * buffer.C: same as above
12554
12555         * paragraph.h: inserted isFreeSpacing() function to enable
12556         FreeSpacing inside InsetERT.
12557
12558         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12559         of the paragraph's in the cut/copy buffer to 0!
12560
12561         * text2.C (removeRow): remove the assert as it can!
12562
12563         * lyxtext.h: added helper function firstRow returning firstrow and
12564         made firstrow private again.
12565
12566         * BufferView2.C (lockInset): don't relock if we're already locked!
12567
12568         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12569         the only paragraph.
12570         (removeRow): added Assert::(firstrow)
12571
12572         * debug.C: forgot to add INSETTEXT here.
12573
12574 2001-11-28  Juergen Vigna  <jug@sad.it>
12575
12576         * sp_spell.C (initialize): changed error text to more general
12577         spellchecker command use (not only ispell!)
12578
12579         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12580
12581         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12582
12583 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12584
12585         * vspace.C: initialise lyxgluelength on failure
12586
12587 2001-11-28  Allan Rae  <rae@lyx.org>
12588
12589         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12590         declaration & definition that looks like a function declaration.
12591
12592 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12593
12594         * BufferView2.C (copy):
12595         (copyEnvironment): do not clear the selection when doing a copy.
12596
12597         * text.C (paintFirstRow): compilation fix
12598
12599 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12600
12601         * tabular.C (Latex): correct line count when writing latex.
12602
12603 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12604
12605         * paragraph_pimpl.h:
12606         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12607           bug a bit
12608
12609 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12610
12611         * text.C:
12612         * LColor.h:
12613         * LColor.C: change vfillline->added_space
12614
12615         * text.C: add markers and text for added space
12616
12617         * vspace.C: fix comment
12618
12619 2001-11-28  André Pönitz <poenitz@gmx.net>
12620
12621         * paragraph.C: whitespace changes
12622         * all the other files from the change on 2001/11/26:
12623         change *::pos_type into lyx::pos_type
12624
12625 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12626
12627         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12628         language of the document when inserting error insets.
12629
12630 2001-11-26  André Pönitz <poenitz@gmx.net>
12631
12632         * BufferView_pimpl.[Ch]:
12633         *       CutAndPaste.C:
12634         * buffer.[Ch]:
12635         * lyxcursor.[Ch]:
12636         * lyxfind.C:
12637         * lyxfunc.C:
12638         * lyxrow.[Ch]:
12639         * paragraph.[Ch]:
12640         * paragraph_pimpl.[Ch]:
12641         * sp_spell.C:
12642         * text.C:
12643         * text2.C: reduce header dependencies, introduce type for positions
12644
12645 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12646
12647         * <various>: change to use Alert.h
12648
12649 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12650
12651         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12652         when encountering an unknown token.
12653         (readLyXformat2): Show an error message if there were unknown tokens.
12654
12655 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12656
12657         * BufferView2.C:
12658         * BufferView_pimpl.C:
12659         * buffer.C:
12660         * paragraph.h:
12661         * text.C:
12662         * text2.C: use par->isInset()
12663
12664 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12665
12666         * paragraph_pimpl.h:
12667         * paragraph_pimpl.C: cleanup
12668
12669 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12670
12671         * text2.C (removeRow):
12672         * text.C (setHeightOfRow): remove useless (and costly) call to
12673         getRow.
12674
12675 2001-11-20  Allan Rae  <rae@lyx.org>
12676
12677         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12678         Now need Inset*::checkInsertChar() to return true for appropriate
12679         cases so that the characters in the minibuffer will actually be
12680         inserted.
12681
12682 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12683
12684         * text.C: change the order of the includes.
12685         (workWidth): initialize it at once.
12686         (workWidth): make maxw unsigned
12687         (setHeightOfRow): remove unused variable (inset)
12688         (selectSelectedWord): remove unused variable (inset)
12689         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12690
12691 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12692
12693         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12694         server is not running.
12695         (openConnection):
12696         (closeConnection): add debug info when server is disabled.
12697
12698         * ColorHandler.C (getGCForeground): send debug message to GUI
12699         channel.
12700
12701         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12702
12703         * kbmap.C (bind): modify because return conventions of
12704         kb_sequence::parse have changed.
12705
12706         * kbsequence.C (parse): only ignore spaces and not any stupid
12707         control character. This avoids tests like s[i] <= ' ', which are
12708         guaranteed to fail with 8bit characters and signed chars.
12709         Change return code to string::npos when there have been no error
12710         (0 was a bad idea when error is at first character)
12711
12712 2001-11-14  José Matos  <jamatos@fep.up.pt>
12713
12714         * buffer.h:
12715         * buffer.C (simpleDocBookOnePar): removed unused argument.
12716
12717 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12718
12719         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12720         insets which are part of a word. Paragraph::isLetter takes care of
12721         that now. Use Paragraph::isInset to identify insets.
12722         (selectSelectedWord): do not test for hyphenation break.
12723
12724         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12725         that protected spaces are considered as spaces.
12726
12727         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12728         Inset::isLetter.
12729
12730 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12731
12732         * lyxserver.h:
12733         * lyxserver.C: fix it. and small cleanup.
12734
12735 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12736
12737         * BufferView_pimpl.C: use inline helpers
12738
12739         * LaTeXFeatures.h:
12740         * LaTeXFeatures.C: fix typos
12741
12742         * Spacing.h:
12743         * Spacing.C: move spacing_string into class
12744
12745         * ToolbarDefaults.C: move stuff into namespace anon
12746
12747         * layout.h: update enum
12748
12749         * lyxfunc.C: use better debug
12750
12751         * minibuffer.h: fix typo
12752
12753         * debug.h:
12754         * debug.C:
12755         * WorkArea.C: add and use Debug::WORKAREA
12756
12757         * lyxtext.h:
12758         * text.C:
12759         * text2.C: code re-organisation, inline helpers
12760
12761 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12762
12763         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12764         std::vector.empty().
12765
12766 2001-11-09  Allan Rae  <rae@lyx.org>
12767
12768         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12769         '\n's after tables.  Tabular and ERT inset work now makes this no
12770         longer necessary.
12771
12772 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12773
12774         * minibuffer.h:
12775         * minibuffer.C: fix crash, improve drop-down completion
12776
12777 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12778
12779         * lyxserver.h:
12780         * lyxserver.C: invalidate fd's when doing endPipe()
12781
12782 2001-11-08  José Matos  <jamatos@fep.up.pt>
12783
12784         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12785         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12786
12787         * paragraph.h:
12788         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12789
12790 2001-11-07  José Matos  <jamatos@fep.up.pt>
12791
12792         * buffer.h:
12793         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12794         const qualifier.
12795
12796         * buffer.C (sgmlOpenTag):
12797         * buffer.C (sgmlCloseTag): removed debug info.
12798
12799         * buffer.h (sgmlOpenTag):
12800         * buffer.h (sgmlCloseTag): made public.
12801
12802 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12803
12804         * buffer.C (saveParamsAsDefaults):
12805         * lyx_cb.C (MenuLayoutSave): remove
12806
12807         * LyXAction.C (init):
12808         * commandtags.h:
12809         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12810
12811 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12812
12813         * buffer.C (setPaperStuff): removed from here...
12814
12815         * bufferparams.C (setPaperStuff): ... and moved there.
12816
12817 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12818
12819         * minibuffer.h:
12820         * minibuffer.C:
12821         * XFormsView.C: add support for drop-down completion
12822
12823 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12824
12825         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12826         commands.
12827
12828 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12829
12830         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12831         disabled.
12832
12833 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12834
12835         * lyx_main.C: change ref to known bugs
12836
12837 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12838
12839         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12840         to work around older babel problems.
12841
12842 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12843
12844         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12845
12846 2001-10-24  Juergen Vigna  <jug@sad.it>
12847
12848         * tabular-old.C (ReadOld): below variable changes reflected.
12849
12850         * tabular.[Ch]: added ltType struct for longtable header/footer
12851         defines and changed all instances where they are used. Added
12852         future support for double top/bottom rows.
12853
12854 2001-10-24  José Matos  <jamatos@fep.up.pt>
12855
12856         * buffer.h (docbookHandleCaption):
12857         * buffer.C (docbookHandleCaption): removed unused function.
12858         (makeDocBookFile): moved docbook supported version to v4.1.
12859
12860 2001-10-24  José Matos  <jamatos@fep.up.pt>
12861
12862         * tabular.h:
12863         * tabular.C (docbookRow): new function to export docbook code of a row.
12864         (DocBook): now honors the longtable flags.
12865
12866 2001-10-23  José Matos  <jamatos@fep.up.pt>
12867
12868         * LaTeXFeatures.h:
12869         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12870         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12871
12872         * buffer.C (makeLinuxDocFile):
12873         (makeDocBookFile): reworked the preamble, more clean, and with
12874         support for lyx defined entities. Changed the document declaration
12875         to be more XML friendly.
12876
12877         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12878         if we need to output XML that should be done with a filter.
12879
12880 2001-10-22  Juergen Vigna  <jug@sad.it>
12881
12882         * sp_pspell.h (class PSpell): add alive function needed in the
12883         controller to see if the spellchecker could be started.
12884
12885 2001-10-22  Juergen Vigna  <jug@sad.it>
12886
12887         * buffer.C (insertStringAsLines): modify the font for inserting
12888         chars in certain conditions by calling checkInsertChar(font).
12889
12890 2001-10-19  Juergen Vigna  <jug@sad.it>
12891
12892         * text.C (workWidth): use getRow instead of wrong algorithm.
12893         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12894
12895 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12896
12897         * lyxserver.h:
12898         * lyxserver.C:
12899         * lyx_main.h:
12900         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12901
12902 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12903
12904         * text.C (workWidth): do not search for the exact row when
12905         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12906         optimization for big documents.
12907
12908 2001-10-18  Juergen Vigna  <jug@sad.it>
12909
12910         * text.C (workWidth): new function with added Inset * parameter.
12911
12912 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12913
12914         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12915
12916         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12917         change return type of getColumnNearX.
12918
12919
12920         * text.C (changeRegionCase): use uppercase/lowercase instead of
12921         toupper/tolower.
12922         (leftMargin):
12923         (rightMargin): simplify code by factoring out the uses of
12924         textclasslist.
12925         (labelFill):
12926         (numberOfHfills):
12927         (setHeightOfRow):
12928         (appendParagraph): use Paragraph::size_type
12929
12930 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12931
12932         * vspace.C (asLatexString): add a missing break
12933
12934 2001-10-15  Herbert Voss  <voss@perce.de>
12935
12936         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12937
12938 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12939
12940         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12941         is not available.
12942
12943 2001-10-10  André Pönitz <poenitz@gmx.net>
12944
12945         * lyxfunc.C: removed greek_kb_flag.
12946
12947 2001-10-10  Herbert Voss  <voss@perce.de>
12948
12949         * lyx_main.C: delete global string help_lyxdir.
12950
12951 2001-10-09  Herbert Voss  <voss@perce.de>
12952
12953         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12954
12955         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12956
12957         * lyx_main.C: added global string help_lyxdir.
12958
12959         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12960
12961 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12962
12963         * lyxrc.C (set_font_norm_type): support iso8859-4
12964
12965 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12966
12967         * LaTeX.C (deplog): add another regex for MikTeX
12968
12969 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12970
12971         * lyxrc.C (set_font_norm_type): support iso8859-3
12972
12973 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12974
12975         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12976
12977         * LaTeXFeatures.C: remove special case of french and index
12978
12979         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12980         before \begin{document}). This solves several incompatibilities.
12981
12982 2001-10-03  Garst Reese  <reese@isn.net>
12983
12984         * lyx_cb.C: change CheckTex error msg.
12985
12986 2001-10-03  José Matos  <jamatos@fep.up.pt>
12987
12988         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12989
12990 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12991
12992         * .cvsignore: update
12993
12994         * lyx_main.C (commandLineVersionInfo): use new style version info.
12995
12996         * buffer.C (writeFile):
12997         (makeLaTeXFile):
12998         (makeLinuxDocFile):
12999         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
13000
13001         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
13002
13003         * version.h: update to use stuff in version.C
13004
13005         * version.C.in: new file. Contains version information determined
13006         at compile time. This is a merging of version.h and
13007         version_info.h.in.
13008
13009 2001-10-03  Juergen Vigna  <jug@sad.it>
13010
13011         * BufferView_pimpl.C (update): don't change "dirty" status in
13012         updateInset call.
13013
13014 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13015
13016         * WorkArea.C (c-tor): re-position version string slightly.
13017
13018 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13019
13020         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13021         revert to previous code.
13022
13023         WorkArea.[Ch]: (show, destroySplash): methods removed.
13024
13025         WorkArea.C: rework code so that it's an amalgam of the codes before and
13026         after the splash screen was moved to WorkArea.
13027
13028 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13029
13030         * lyxrc.C (read):
13031         * vspace.C (inPixels):
13032         (lyx_advance):
13033         * kbmap.C (bind):
13034         * buffer.C (insertStringAsLines):
13035         (asciiParagraph): fix types to be large enough
13036
13037         * lyxlex_pimpl.h: change member status from short to int
13038
13039         * layout.h: fix type of endlabeltype
13040
13041         * kbmap.C (bind):
13042         * kbsequence.C (parse): change return type to string::size_type
13043
13044         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13045         variable
13046
13047         * Bullet.C (bulletSize):
13048         (bulletEntry): do not use short ints as parameters
13049
13050         * BufferView2.C (insertLyXFile): change a char to an int.
13051
13052         * WorkArea.C (WorkArea): remove unneeded floats in computation
13053
13054 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13055
13056         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13057
13058         * paragraph.C (asString): Do not ignore newline/hfill chars when
13059         copying to the clipboard.
13060
13061 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13062
13063         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13064         after a multi-line inset.
13065
13066 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13067
13068         * paragraph.C (validate): Set NeedLyXFootnoteCode
13069
13070 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13071
13072         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13073         and decrease-error to decrease.
13074
13075 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13076
13077         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13078         it more readable (should be equivalent)
13079
13080 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13081
13082         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13083
13084 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13085
13086         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13087         of a cursor (row, etc.) after a character has been deleted
13088         (deleteEmptyParagraphMechanism): call the method above on _all_
13089         cursors held by the LyXText when a double space has been
13090         detected/deleted.
13091
13092 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13093
13094         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13095         pixmap.
13096         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13097
13098         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13099         background. Use greyOut() and the new show() methods to toggle between
13100         the foreground and background. Add code to remove the splash after
13101         its initial showing.
13102
13103         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13104         (create_forms): no longer call Dialogs::showSplash.
13105
13106 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13107
13108         * .cvsignore: add version_info.h
13109
13110 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13111
13112         * version_info.h.in: new file
13113
13114         * Makefile.am: add version_info.h.in
13115
13116         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13117         version_info.h instead of VERSION_INFO
13118
13119 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13120
13121         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13122         The ERT inset now returns string().
13123
13124 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13125
13126         * lyxtext.h, text.C (selectNextWord): renamed as
13127         selectNextWordToSpellcheck.
13128
13129         * text.C (selectNextWordToSpellcheck): Modified to not select
13130         words inside an ERT inset.
13131
13132 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13133
13134         * lyx_cb.C (MenuLayoutSave): change a bit the question
13135
13136         * sp_base.h: include <sys/types.h>
13137
13138 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13139
13140         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13141
13142 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13143
13144         * several files: fix typos in user-visible strings
13145
13146 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13147
13148         * text2.C (pasteSelection): do not set the selection, since it
13149         will be cleared later. Actually, the intent was to fix the way the
13150         selection was set, but I figured rmoving the code was just as good.
13151
13152 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13153
13154         * FontLoader.C (available): Check if font is available without
13155         loading the font.
13156
13157 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13158
13159         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13160
13161 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13162
13163         * lyxrc.[Ch]: added display_graphics variable and associated code.
13164
13165 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13166
13167         * bufferparams.C (hasClassDefaults): new method. Returns true if
13168         the buffer parameters correspond to known class defaults
13169
13170 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13171
13172         * XFormsView.C (show): set minimum size to the main window.
13173
13174 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13175
13176         * text2.C (copySelection):
13177         (cutSelection):
13178         * lyxfind.C (LyXReplace):
13179         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13180         LyXText::selectionAsString.
13181
13182         * paragraph.C (asString): add "label" argument to the second form
13183
13184         * text2.C (selectionAsString): add "label" argument and pass it to
13185         Paragraph::asString.
13186
13187 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13188
13189         * lyx_main.C (commandLineHelp): remove version information
13190
13191 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13192
13193         * lyx_main.C: add -version commandline option
13194
13195 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13196
13197         * paragraph.h: make the optional constructor arg required instead.
13198         some modifications to other files because of this.
13199
13200         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13201
13202         * lyxserver.C (C_LyXComm_callback): make it static
13203
13204         * lyx_main.C (error_handler): make it static
13205
13206         * lyx_gui.C (LyX_XErrHandler): make it static
13207
13208         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13209
13210         * WorkArea.C: make the extern "C" methods static.
13211
13212         * Makefile.am (lyx_LDADD): simplify
13213
13214 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13215
13216         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13217         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13218
13219         * LyXAction.C (init):
13220         * lyxfunc.C (dispatch): associated code removal.
13221
13222 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13223
13224         * lyxfont.h (isSymbolFont): shut off warning
13225
13226         * text.C (setHeightOfRow):
13227         (getVisibleRow): fix crash with empty paragraphs which have a
13228         bottom line
13229
13230 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13231
13232         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13233         code.
13234
13235 2001-09-04  José Matos  <jamatos@fep.up.pt>
13236         * buffer.C
13237         * buffer.h
13238         * tabular.C (docbook): rename docBook method to docbook.
13239
13240 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13241
13242         * Makefile.am: add dependencies to main.o.
13243
13244 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13245
13246         * FontLoader.C (available): Return false if !lyxrc.use_gui
13247
13248 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13249
13250         * FontInfo.C (query):
13251         * converter.C (view):
13252         * importer.C (Import):
13253         * exporter.C (Export): Can not -> cannot.
13254
13255 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13256
13257         * BufferView_pimpl.C: allow to create index inset even if
13258           string is empty
13259
13260 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13261
13262         * buffer.C (getLists): replace boost::tie code with an explicit pair
13263         as boost::tie can break some compilers.
13264
13265         * iterators.h: Added a std:: declaration to the return type of
13266         ParIterator::size.
13267
13268 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13269
13270         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13271           case.
13272
13273 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13274
13275         * iterators.[Ch]: New files. Provide paragraph iterators.
13276
13277         * buffer.C (changeLanguage): Use paragraph iterators.
13278         (isMultiLingual): ditto
13279
13280         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13281
13282 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13283
13284         * FontLoader.C: Support for cmr font.
13285
13286 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13287
13288         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13289         (available): New method.
13290
13291         * FontInfo.C (getFontname): Use scalable fonts even when
13292         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13293         found.
13294
13295 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13296
13297         * converter.C (Formats::view): reverted! Incorrect fix.
13298
13299 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13300
13301         * converter.C (Formats::view): only output the -paper option
13302         if the dvi viewer is xdvi, thereby fixing bug #233429.
13303
13304 2001-08-23  Herbert Voss  <voss@perce>
13305
13306         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13307
13308 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13309
13310         * Spacing.h (Spacing): Set space to Default on in the default
13311         constructor.
13312
13313 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13314
13315         * vc-backend.h (RCS::versionString): add RCS to version
13316         (CVS::versionString): add CVS to version
13317
13318         * vc-backend.C (scanMaster): do not add CVS to version.
13319         (scanMaster): do not add RCS to version
13320
13321         * lyxvc.C (versionString): new method
13322
13323         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13324
13325 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13326
13327         * Spacing.C (set): initialize fval
13328
13329 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13330
13331         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13332         " or \.
13333
13334 2001-08-16  Juergen Vigna  <jug@sad.it>
13335
13336         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13337
13338 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13339
13340         * BufferView_pimpl.C:
13341         * figureForm.C:
13342         * lyxtext.h:
13343         * text2.C: setParagraph takes linespacing now
13344
13345 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13346
13347         * LyxAction.C: add internal LFUN_CITATION_INSERT
13348
13349         * LyXView.C: actually apply fix
13350
13351         * bufferlist.C: fix open non-existent file
13352
13353         * lyxfind.C: fix indentation
13354
13355         * lyxfunc.C: remove unneeded assert, fix typo
13356
13357 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13358
13359         * MenuBackend.C: use "Floatname List"
13360
13361 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13362
13363         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13364         when converting LaTeX layout to insetERT.
13365         Generate a non-collapsed float when reading old float
13366
13367 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13368
13369         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13370         ERT insets.
13371
13372 2001-08-13  Juergen Vigna  <jug@sad.it>
13373
13374         * text.C (fill): return 0 instead of 20 as this seems to be the more
13375         correct value.
13376
13377 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13378
13379         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13380         lyxrc.font_norm.
13381
13382 2001-08-13  Juergen Vigna  <jug@sad.it>
13383
13384         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13385         casesensitive off.
13386         (SearchBackward): comment out the unlocking of the inset_owner this
13387         should not be needed!
13388
13389 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13390
13391         * Many files: Remove inherit_language, and add latex_language
13392
13393         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13394         collapsible insets.
13395
13396 2001-08-10  Juergen Vigna  <jug@sad.it>
13397
13398         * text.C (prepareToPrint): fixed hfill-width in draw!
13399
13400         * BufferView2.C (selectLastWord): save the selection cursor as this
13401         now is cleared in the function LyXText::clearSelection!
13402
13403 2001-08-08  Juergen Vigna  <jug@sad.it>
13404
13405         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13406         BACKSPACE type functions.
13407
13408         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13409         is only cutted from the document but not put in the cut-buffer, where
13410         still the old stuff should be.
13411
13412         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13413
13414         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13415
13416         * tabular.C (SetWidthOfCell): fixed special case where the width
13417         was not updated!
13418         (LeftLine): handle '|' in align_special.
13419         (RightLine): ditto
13420         (LeftAlreadyDrawed): ditto
13421         (SetWidthOfCell): ditto
13422
13423 2001-08-07  Juergen Vigna  <jug@sad.it>
13424
13425         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13426
13427 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13428
13429         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13430         * lyxlex.[hC]: ditto
13431
13432 2001-08-06  Juergen Vigna  <jug@sad.it>
13433
13434         * text.C (getVisibleRow): fix up row clearing a bit.
13435
13436 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13437
13438         * minibuffer.C: make sure the X server sees the changes in the input.
13439
13440 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13441
13442         * paragraph.C (getFont): split into...
13443         (getLabelFont): this
13444         (getLayoutFont): and this
13445         * paragraph_pimpl.C (realizeFont): calling this
13446
13447         * text2.C (getFont): split into...
13448         (getLayoutFont): this
13449         (getLabelFont): and this
13450         (realizeFont): all three calling this
13451
13452         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13453         files where used.
13454
13455 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13456
13457         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13458
13459 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13460
13461         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13462         layouts from the Quote inset insertion.
13463
13464 2001-08-03  Juergen Vigna  <jug@sad.it>
13465
13466         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13467
13468         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13469         only if status not is already CHANGED_IN_DRAW (second level).
13470
13471         * text.C (draw): don't set the need_break_row when inside an
13472         InsetText LyXText.
13473
13474 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13475
13476         * buffer.C (parseSingleLyXformat2Token): handle more latex
13477         conversion cases.
13478
13479         * bufferview_funcs.[hC]: change function names to
13480         begin with small char, adjust other files.
13481
13482 2001-08-02  André Pönitz <poenitz@gmx.net>
13483
13484         * lyxfunc.C:
13485         BufferView_pimpl.C: remove broken special code for math-greek
13486
13487 2001-08-02  Juergen Vigna  <jug@sad.it>
13488
13489         * BufferView_pimpl.C (update): redone this function so that we
13490         update the text again if there was a CHANGE_IN_DRAW.
13491
13492         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13493         (drawFromTo): added a new internal bool which is used by draw() and
13494         redraw() function.
13495         (general): some cursor drawing problems fixed.
13496
13497 2001-08-01  Juergen Vigna  <jug@sad.it>
13498
13499         * lyxfind.C (LyXFind): fixed
13500         (SearchForward): ditto
13501         (SearchBackward): ditto
13502
13503         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13504         spurius drawing of the cursor in the main area.
13505
13506         * text2.C (status): small fix which could lead to a segfault!
13507         (clearSelection): remove unneeded BufferView param.
13508
13509 2001-08-01  André Pönitz <poenitz@gmx.net>
13510
13511         * lyxfunc.C: small change due to changed mathed interface
13512
13513 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13514
13515         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13516
13517 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13518
13519         * lyxfunc.c: fail gracefully if file doesn't exist
13520
13521         * LyXSendto.C:
13522         * buffer.C:
13523         * lyxfunc.C:
13524         * BufferView_pimpl.C: IsDirWriteable() proto changed
13525
13526         * LyXView.C: fix updateWindowTitle() to store the last title
13527
13528 2001-07-31  Juergen Vigna  <jug@sad.it>
13529
13530         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13531         the font (wrong since using of Paragraph::highestFontInRange).
13532
13533         * paragraph.C (highestFontInRange): added a default_size parameter.
13534
13535         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13536         (setHeightOfRow): reformat
13537
13538 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13539
13540         * converter.[hC] + affected files: move to (inital-char)lowercase
13541         function names.
13542
13543         * ParagraphParameters.C (ParagraphParameters): remove commented code
13544
13545         * PainterBase.[Ch]: remove commented code
13546
13547         * LaTeXFeatures.h: add "bool floats" for float.sty
13548
13549         * LaTeXFeatures.C (LaTeXFeatures): init floats
13550         (require): handle float
13551         (getPackages): do it with floats
13552
13553 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13554
13555         * BufferView_pimpl.C (Dispatch): improve handling of
13556         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13557
13558         * commandtags.h: #include lyxfont.h here temporarily to avoid
13559         keybinding bug.
13560
13561         * bufferlist.h: include LString.h here.
13562
13563 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13564
13565         * text2.C (getStringToIndex): new method.
13566
13567 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13568
13569         * *: Reduced header file dependencies all over.
13570
13571 2001-07-30  Baruch Even  <baruch@lyx.org>
13572
13573         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13574
13575 2001-07-29  Baruch Even  <baruch@lyx.org>
13576
13577         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13578
13579 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13580
13581         * ParameterStruct.h (endif): add a default constructor to make
13582         sure that all variables is initialized.
13583
13584         * ParagraphParameters.C (ParagraphParameters): adjust
13585
13586 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13587
13588         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13589         index; also, check that there is something to index, and that it
13590         does not span over several paragraphs.
13591         (doubleClick): use WHOLE_WORD_STRICT for double click.
13592
13593         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13594
13595         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13596         scheme.
13597
13598 2001-07-26  Baruch Even  <baruch@lyx.org>
13599
13600         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13601         an InsetFig figure, backwards compatible reading of old figure code.
13602
13603 2001-07-27  Juergen Vigna  <jug@sad.it>
13604
13605         * text2.C: font.realize function adaption.
13606
13607         * text.C (draw): add a warnings lyxerr text if needed.
13608
13609         * layout.C: font.realize function adaption.
13610
13611         * language.C: add inherit_language and implement it's handlings
13612
13613         * bufferview_funcs.C (StyleReset): remove language parameter from
13614         font creation (should be language_inherit now).
13615
13616         * bufferparams.C (writeFile): handle ignore_language.
13617
13618         * paragraph.C (getFontSettings): the language has to be resolved
13619         otherwise we have problems in LyXFont!
13620
13621         * lyxfont.C (lyxWriteChanges): added document_language parameter
13622         (update): removed unneeded language parameter
13623
13624         * paragraph.C (validate): fixed wrong output of color-package when
13625         using interface colors for certain fonts in certain environments,
13626         which should not seen as that on the final output.
13627
13628 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13629
13630         * BufferView_pimpl.C:
13631         * Thesaurus.h:
13632         * Thesaurus.C:
13633         * Makefile.am:
13634         * commandtags.h:
13635         * LyXAction.C: add thesaurus support
13636
13637         * lyxfind.h:
13638         * lyxfind.C: add "once" parameter, for thesaurus, to not
13639           move to the next match
13640
13641 2001-07-26  Juergen Vigna  <jug@sad.it>
13642
13643         * lyxfont.C (realize): honor ignore_language too!
13644         (resolved): ditto.
13645
13646         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13647
13648         * text.C (draw): one place more for ignore_language to not draw
13649         itself!
13650
13651 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13652
13653         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13654
13655 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13656
13657         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13658         the minipage conversion problem.
13659
13660 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13661
13662         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13663         insert an inset.
13664
13665 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13666
13667         * BufferView.h: don't forward declare WorkArea
13668
13669         * BufferView.C: don't include WorkArea.h
13670
13671 2001-07-25  André Pönitz <poenitz@gmx.net>
13672
13673         * commandtags.h:
13674         * LyXAction.C:
13675         * lyxfunc.C:  new LFUN 'math-space'
13676
13677         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13678
13679 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13680
13681         * text2.C (toggleInset): call open/close
13682
13683 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13684
13685         * lyxfunc.C (dispatch): add debug for the disabled case
13686
13687         * font.C (buttonText): make similar to rectText
13688
13689         * buffer.C (readInset): comment out parsing of insetlist and
13690         insttheorem
13691
13692         * PainterBase.C (rectText): small correction
13693
13694         * BufferView_pimpl.C: comment out insettheorem and insetlist
13695         * LyXAction.C: ditto
13696         * commandtags.h: ditto
13697
13698 2001-07-24  Juergen Vigna  <jug@sad.it>
13699
13700         * text.C (draw): honor the ignore_language.
13701
13702         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13703
13704 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13705
13706         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13707         char inset.
13708
13709 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13710
13711         * lyxtext.h: remove unused (and unimplemented) methods
13712
13713 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13714
13715         * text.C (getVisibleRow): honor background color
13716
13717         * PainterBase.h:
13718         * Painter.h: remove default color argument for fillRectangle
13719
13720         * text.C (backgroundColor): new method
13721
13722 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13723
13724         * text.C (getVisibleRow): adjust
13725
13726         * font.[Ch] (rectText): new method, metrics
13727         (buttonText): new method, metrics
13728
13729         * PainterBase.[hC]: make rectText and buttonText always draw and take
13730         fewer paramteres.
13731
13732 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13733
13734         * ToolbarDefaults.C (read):
13735         * MenuBackend.C (read): allow escaping in all strings
13736
13737         * BufferView_pimpl.C (insertAndEditInset): new method.
13738         (Dispatch): use insertAndEditInset whenever appropriate.
13739
13740         * BufferView_pimpl.C (insertNote): removed
13741
13742         * BufferView_pimpl.C (smartQuote): new method, moved from
13743         BufferView; if an insetquote cannot be inserted, insert a '"'
13744         character instead.
13745
13746         * BufferView2.C: remove insertCorrectQuote();
13747
13748         * lyxfunc.C (getStatus): Add support for all remaingin
13749         inset-insert lfuns.
13750
13751         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13752
13753         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13754         command (necessary to pass " as parameter of self-insert.
13755
13756         * text.C (selectWordWhenUnderCursor):
13757         (selectWord): add word_location parameter
13758         (selectWordWhenUnderCursor): same + remove special code for word
13759         boundary.
13760         (selectNextWord): use kind() to guess type of insetspecialchar,
13761         not latex().
13762
13763         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13764         (insertErtContents): create ert insets as collapsed.
13765         (readInset): better compatibility code for Info inset.
13766
13767 2001-07-20  Juergen Vigna  <jug@sad.it>
13768
13769         * lyxfunc.C (dispatch): use always LyXFind now!
13770
13771         * text2.C (init): add a reinit flag so that the LyXText can be
13772         reinited instead of deleted and reallocated (used in InsetText).
13773
13774         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13775
13776         * text.C: ditto
13777
13778         * text2.C: ditto
13779
13780 2001-07-18  Juergen Vigna  <jug@sad.it>
13781
13782         * text.C (selectNextWord): handle insets inside inset by calling
13783         always the bv->text functions so that we can go up the_locking_inset!
13784
13785         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13786         in strange locations when inside an inset!
13787
13788         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13789         handling to include insets.
13790
13791         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13792
13793 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13794
13795         * LyXAction.C (init):
13796         * commandtags.h:
13797         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13798         LIGATURE_BREAK, since the name is so stupid.
13799
13800 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13801
13802         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13803         InsetInfos.
13804
13805         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13806
13807         * sp_form.[Ch]: remove.
13808
13809         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13810
13811         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13812         InsetInfo.
13813
13814         * src/buffer.C (readInset): ditto.
13815
13816 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13817
13818         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13819         menuSeparator(), endOfSentenceDot(), ldots() and
13820         hyphenationPoint(), which are therefore removed.
13821         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13822
13823         * LyXAction.C (init):
13824         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13825
13826         * paragraph.C (getWord): removed.
13827
13828         * BufferView_pimpl.C (Dispatch): use last word or selection for
13829         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13830
13831         * lyx_main.C (queryUserLyXDir): do not ask before creating
13832         user_dir, except if it has been named explicitely.
13833
13834 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13835
13836         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13837         a document of zero size.
13838
13839 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13840
13841         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13842         approriately in the c-tor and in require().
13843         (getPackages): output the appropriate LaTeX for natbib support.
13844
13845         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13846         variables "use_natbib" and "use_numerical_citations" when reading the
13847         LyX file.
13848         (readInset): read the various natbib cite commands.
13849         (validate): white-space change.
13850
13851         * bufferparams.[Ch]: new variables "bool use_natbib" and
13852         "bool use_numerical_citations".
13853         (writeFile): output them in the LyX file.
13854
13855 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13856
13857         * lyxfunc.C (getStatus): add support for all the inset insertion
13858         commands.
13859
13860         * text2.C (insertInset):
13861         * paragraph.C (insetAllowed):
13862         * BufferView_pimpl.C (insertInset): update to take in account the
13863         renaming of insertInsetAllowed
13864
13865         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13866
13867         * text2.C (getInset): new method. returns inset at cursor position.
13868
13869         * BufferView_pimpl.C (Dispatch): changes because of this.
13870
13871         * LyXAction.C (init): rename open-stuff to inset-toggle.
13872
13873         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13874
13875         * text2.C (toggleInset): renamed from openStuff; use
13876         Inset::open().
13877
13878 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13879
13880         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13881
13882         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13883
13884 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13885
13886         * buffer.C (readLyXformat2): Add filename to the error dialog
13887
13888 2001-07-18  Juergen Vigna  <jug@sad.it>
13889
13890         * tabular.C (GetCellNumber): put an assert here instead of the check!
13891
13892 2001-07-17  Juergen Vigna  <jug@sad.it>
13893
13894         * BufferView_pimpl.C (toggleSelection): adapted too.
13895
13896         * text.C (selectNextWord): adapted for use with insets.
13897         (selectSelectedWord): ditto
13898
13899 2001-07-17  Juergen Vigna  <jug@sad.it>
13900
13901         * sp_spell.C (PSpell): fix initialitation order.
13902
13903 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13904
13905         * paragraph.C: spacing
13906
13907 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13908
13909         * sp_spell.C: repair language selection for pspell
13910
13911 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13912
13913         * lyxfunc.h: change more methods to begin with lower char.
13914
13915 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13916
13917         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13918         for unknown layouts.
13919
13920 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13921
13922         * buffer.C (readLyXformat2): Generate an error dialog if there are
13923         unknown layouts.
13924
13925 2001-07-16  Juergen Vigna  <jug@sad.it>
13926
13927         * sp_spell.C: always compile ISpell part.
13928
13929         * lyxrc.C: added use_pspell entry and it's handling.
13930
13931 2001-07-13  Juergen Vigna  <jug@sad.it>
13932
13933         * sp_spell.C: removed double includes.
13934
13935 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13936
13937         Consistent use of Lsstream.h:
13938         * Lsstream.h: added using std::stringstream for consistencies sake.
13939
13940         * buffer.C: removed using std::stringstream
13941
13942         * lyxfont.C (stateText):
13943         * paragraph.C (asString):
13944         * text.C (selectNextWord, selectSelectedWord):
13945         * text2.C (setCounter):
13946         * vspace.C (asString, asLatexString):
13947         std::ostringstream -> ostringstream.
13948
13949 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13950
13951         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13952         * commandtags.h: add LFUN_HELP_ABOUTLYX
13953         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13954
13955 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13956
13957         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13958         cursorToggle()
13959         * lyx_gui_misc.C: remove spellchecker
13960         * lyxfunc.C: showSpellchecker
13961         * sp_base.h: added
13962         * sp_ispell.h: added
13963         * sp_pspell.h: added
13964         * sp_spell.C: added
13965         * sp_form.[Ch]: removed
13966         * spellchecker.[Ch]: removed
13967
13968 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13969
13970         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13971         is set.
13972         (simpleTeXSpecialChars): Simply print the input character without
13973         any special translation if pass_thru is set.
13974
13975         * layout.h: Added bool pass_thru to layout class for being able to
13976         implement pass through of a paragraph for Literate Programming.
13977
13978         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13979         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13980         * layout.C (Read): add "passthru" to list of layout tags and add
13981         code to set the pass_thru boolean when it is read.
13982
13983 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13984
13985         * trans_decl.h: remove allowed from KmodInfo
13986
13987         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13988         remove allowed code
13989         (Load): adjust
13990
13991         * paragraph_pimpl.C (erase): use boost::prior
13992
13993         * Painter.C (text): use data() instead of c_str() when length is
13994         also provided.
13995         * WorkArea.C (putClipboard): ditto
13996         * font.h (width): ditto
13997
13998         * BufferView2.C: use it-> instead of (*it). for iterators
13999         * texrow.C: ditto
14000         * paragraph_pimpl.C: ditto
14001         * paragraph.C: ditto
14002         * minibuffer.C: ditto
14003         * language.C: ditto
14004         * kbmap.C: ditto
14005         * encoding.C: ditto
14006         * counters.C: ditto
14007         * converter.C: ditto
14008         * chset.C: ditto
14009         * Variables.C: ditto
14010         * TextCache.C: ditto
14011         * MenuBackend.C: ditto
14012         * LyXAction.C: ditto
14013         * LColor.C: ditto
14014         * FloatList.C: ditto
14015         * DepTable.C: ditto
14016         * ColorHandler.C (LyXColorHandler): ditto
14017
14018 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14019
14020         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14021
14022         * text2.C (openStuff): reintroduce this method (which had been
14023         nuked in NEW_INSETS frenzy).
14024
14025         * lyxfunc.C (Dispatch): when an action has not been handled, use
14026         its name in the error message, not its number.
14027
14028         * paragraph.C (inInset): change method name to begin with lowercase.
14029
14030         * undo_funcs.C:
14031         * text2.C: updates because of this.
14032
14033 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14034
14035         * ToolbarDefaults.C (add): add spaces in error message
14036
14037 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14038
14039         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14040         (readLyXformat2): rename return_par to first_par, use lyxlex's
14041         pushToken and remove the manual push handling.
14042         (parseSingleLyXformat2Token): add another ert comp. variable:
14043         in_tabular, rename return_par to first_par. handle newlines better
14044
14045 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14046
14047         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14048
14049 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14050
14051         * text2.C (getParFromID): removed
14052
14053         * buffer.C (getParFromID): new method moved form lyxtext.
14054         * BufferView2.C (insertErrors): adjust
14055         (setCursorFromRow): adjust
14056         * BufferView_pimpl.C (restorePosition): adjust
14057         * lyxfunc.C (Dispatch): adjust
14058         * undo_funcs.C (textUndo): adjust
14059         (textRedo): adjust
14060         (textHandleUndo): adjust
14061         (textHandleUndo): adjust
14062
14063 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14064
14065         * buffer.C: up' the LYX_FORMAT
14066
14067         * lyxfont.h: turn NO_LATEX on as default
14068
14069         * buffer.C (insertErtContents): new methods of tex style compability.
14070         (parseSingleLyXformat2Token): use it several places.
14071         * tabular.C (OldFormatRead): and here
14072
14073 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14074
14075         * text2.C: remove some commented code.
14076         reindent file.
14077
14078         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14079         * trans.C: changes because of the above.
14080
14081 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14082
14083         * text2.C (setCounter): Fix counters bug with bibliography layout.
14084
14085 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14086
14087         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14088         own member functions
14089         (simpleTeXSpecialChars): ditto
14090
14091 2001-07-06  Juergen Vigna  <jug@sad.it>
14092
14093         * a lot of files: changed the access to LyXText::status and the
14094         call of undo-functions.
14095
14096         * undo.[Ch]: added a inset_id to the undo informations.
14097
14098         * undo_funcs.[Ch]: added and moved here all undo functions.
14099
14100         * lyxtext.h: give the status enum a weight, made status_ a private
14101         variable and made accessor functions for it, removed the whole bunch
14102         of undo-functions as they are now in their own file, make some
14103         functions publically available. Added function ownerParagraph with
14104         int parameter.
14105
14106         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14107         made InInset() a const function, added getParFromID() function.
14108
14109         * buffer.[Ch]: added const version for inset_iterator functions,
14110         added getInsetFromID() function.
14111
14112         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14113         changed undo functions for new version.
14114
14115 2001-07-05  Juergen Vigna  <jug@sad.it>
14116
14117         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14118         unknow mechanism does not call the proper constructor but only this
14119         one also if I request the other!?
14120
14121 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14122
14123         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14124
14125         * text2.C (LyXText): use initialization lists.
14126
14127         * lyxtext.h (Selection): initialize set_ and mark_
14128         (init): remove method
14129
14130 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14131
14132         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14133
14134 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14135
14136         * screen.[Ch]: change method names to begin with lowercase
14137
14138         * BufferView_pimpl.C (updateScrollbar): simplify further and
14139         hopefully make it a bit faster.
14140
14141 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14142
14143         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14144         calling directly xforms functions.
14145
14146         * Painter.C (Painter):
14147         * lyx_cb.C (MenuWrite):
14148         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14149         fl_display.
14150
14151         * lyx_gui.C: remove bogus guiruntime extern declaration.
14152
14153 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14154
14155         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14156         in NEW_INSETS
14157         (redoDrawingOfParagraph): ditto
14158         (redoParagraphs): ditto
14159         (cutSelection): don't create a object for CutAndPaste use the
14160         static method directly
14161         (pasteSelection): ditto
14162
14163         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14164         LyXview (+ rename)
14165
14166 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14167
14168         * modifications to some other files because of this.
14169
14170         * Makefile.am (lyx_SOURCES): add XFormsView
14171
14172         * XFormsView.[Ch]: new files
14173
14174         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14175         the main window. Move the gui dependent stuff to XFormsView
14176
14177 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14178
14179         * tabular.C (GetCellInset): update cur_cell also in the row/col
14180         version of this function.
14181
14182         * lyxfunc.C: no need to include figure_form.h here.
14183
14184         * FontLoader.h:
14185         * lyxfunc.h:
14186         * lyxscreen.h:
14187         * text2.C:
14188         * lyxvc.C: no need to include forms.h here.
14189
14190 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14191
14192         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14193
14194         * lyxfunc.C (Dispatch):
14195         * Spacing.C (set):
14196         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14197         constructor argument.
14198
14199 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14200
14201         * paragraph.C (Paragraph): dont't clear, and just set layout.
14202         (makeSameLayout): use params's copy contructor.
14203
14204         * ParagraphParameters.[Ch] (makeSame): delete method
14205
14206 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14207
14208         * Variables.[Ch]: fix indentation, rename set to isSet
14209
14210 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14211
14212         * lyxfunc.C (Dispatch): fix typo
14213
14214 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14215
14216         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14217         upper_bound.
14218
14219         * bufferlist.C: include assert.h for emergencyWrite().
14220
14221 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14222
14223         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14224           give up at last (bug #425202) !
14225
14226 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14227
14228         * lyx_gui_misc.C:
14229         * sp_form.h:
14230         * sp_form.C:
14231         * spellchecker.h:
14232         * spellchecker.C: strip spellchecker options and bring up
14233           preferences tab instead
14234
14235 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14236
14237         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14238         the istringstream constructor
14239
14240 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14241
14242         * paragraph.C (getLayout): fix return value
14243
14244         * paragraph.h: do not declare getLayout as inline.
14245
14246         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14247
14248 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14249
14250         * lyxcursor.h (operator<): new func
14251         (operator>): new func
14252         (operator>=): new func
14253         (operator<=): new func
14254
14255         * text.C (changeCase): use selection.start and selection.end
14256         (changeRegionCase): require from to be <= to. Require par to be a
14257         valid paragraph.
14258
14259         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14260
14261 2001-06-27  Juergen Vigna  <jug@sad.it>
14262
14263         * text.C (cursorLeftOneWord): changed to return the cursor and added
14264         overlay with BufferView * parameter which calls this one.
14265         (getWord): added
14266         (selectWord): use new getWord function.
14267         (changeCase): renamed from changeWordCase as and extended to work
14268         also on selections.
14269
14270         * lyxtext.h: added enum word_location
14271
14272         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14273         changeCase as this operates now also on selections.
14274
14275 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14276
14277         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14278
14279         * many files: send debug output to Debug::INFO instead of
14280         Debug::ANY.
14281
14282         * converter.C (View):
14283         (Convert):
14284         (Move): send debug output to Debug::FILES instead of console.
14285
14286 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14287
14288         * lyxfunc.C (getStatus): use func_status
14289
14290         * func_status.h: new header, describing the results of
14291         LyXFunc::getStatus;
14292
14293         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14294         LFUN_MATH_HALIGN.
14295
14296 2001-06-25  The LyX Project  <jug@sad.it>
14297
14298         * buffer.C (sgmlOpenTag):
14299         (sgmlCloseTag):
14300         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14301
14302 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14303
14304         * text2.C: remove some dead code
14305
14306         * tabular.C (GetCellInset): store the last cell checked (gotten)
14307
14308         * tabular.h: add the helper for the speedup
14309
14310         * lyxtext.h: remove some dead code
14311
14312 2001-06-26  The LyX Project  <Asger>
14313
14314         * paragraph.C: Change export to LaTeX of alignment to
14315         \begin{center} and family for better roundtrip work with reLyX.
14316
14317         * Tune the math drawing a bit.
14318
14319 2001-06-25  The LyX Project  <Asger>
14320
14321         * LColor.C (LColor): New color for math background. New color
14322         for buttons.
14323
14324 2001-06-25  The LyX Project  <jug@sad.it>
14325
14326         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14327
14328         * lyxfunc.C (Open):
14329         * bufferlist.C (newFile): do not restrict to files ending with
14330         .lyx
14331
14332         * BufferView_pimpl.C (MenuInsertLyXFile):
14333
14334 2001-06-24  The LyX Project  <jug@sad.it>
14335
14336         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14337         of compare_no_case
14338
14339 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14340
14341         * lyxtext.h: rename most methods to begin with a small char.
14342         Lots of changes because of this.
14343
14344         * paragraph.C (Paragraph): do not call fitToSize
14345         (erase): call Pimpl::erase
14346         (insertChar): call Pimpl::insertChar
14347         (insertInset): call Pipl::insertInset
14348         (breakParagraph): do not call fitToSize
14349         (breakParagraphConservative): do not call fitToSize
14350         (fitToSize): remove method
14351
14352         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14353
14354 2001-06-24  The LyX Project  <Asger>
14355
14356         * Fix Qt compilation^2
14357
14358 2001-06-24  The LyX Project  <jug@sad.it>
14359
14360         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14361         depthHook(getDepth()-1).
14362
14363         * paragraph.h:
14364         * ParagraphParameters.h:
14365         * ParameterStruct.h: change type of depth to unsigned int ==
14366         depth_type. Many adaptations to other files before of that.
14367
14368 2001-06-24  The LyX Project  <Asger>
14369
14370         * Fix Qt compilation.
14371
14372 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14373
14374         * paragraph.h: renamed several methods to begin with small letter.
14375         several changes to many parts of the code because of this.
14376
14377 2001-06-23  The LyX Project  <jug@sad.it>
14378
14379         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14380         rewritten to discard all double spaces when KeepEmpty is off
14381         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14382         to only handle newlines but not fiddle with spaces and friends.
14383
14384         * lyxfunc.C (MenuNew): when doing 'new from template', use
14385         template_path as default directory
14386
14387 2001-06-23  The LyX Project  <Asger>
14388
14389         * Clean-up of header file includes all over
14390         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14391
14392 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14393
14394         * paragraph.h: renamed from lyxparagraph.h
14395
14396 2001-06-23  Asger  <lyx@violet.home.sad.it>
14397
14398         * Buffer.h: Removed Buffer::resize
14399         * BufferList.h: Removed BufferList::resize
14400         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14401         the document lazily when we change the width, or the font settings.
14402
14403 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14404
14405         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14406
14407 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14408
14409         * buffer.h: remove out of date comment
14410
14411 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14412
14413         * lyxscreen.h:
14414         * screen.C: fix "theoretical" GC leak
14415
14416 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14417
14418         * LaTeX.C (scanAuxFile):
14419         (deplog): remove trailing \r when reading stream (useful under
14420         win32)
14421
14422 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14423
14424         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14425         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14426         and BufferView::theLockingInset(Inset*), so should use them and not
14427         access bv_->text->the_locking_inset directly.
14428
14429         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14430
14431 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14432
14433         * Makefile.am:
14434         * tex-defs.h: remove old unused file
14435
14436 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14437
14438         * BufferView_pimpl.C: fix typo, remove minibuffer message
14439           when buffer has loaded
14440
14441 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14442
14443         * lyxfunc.C (Dispatch): use stringstream
14444         (MenuNew): use stringstream
14445         (Open): use stringstream
14446
14447         * importer.C (Import): use stringstream
14448
14449         * bufferview_funcs.C (CurrentState): use stringstream
14450
14451         * LaTeX.C (run): use stringstream
14452
14453         * BufferView_pimpl.C (savePosition): use stringstream
14454         (restorePosition): use stringstream
14455         (MenuInsertLyXFile): use stringstream
14456
14457 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14458
14459         * BufferView.C:
14460         * Bullet.C:
14461         * ColorHandler.C:
14462         * FontInfo.C:
14463         * FontLoader.C:
14464         * LColor.C:
14465         * LaTeXFeatures.C:
14466         * Painter.C:
14467         * gettext.C:
14468         * lyx_gui_misc.C:
14469         * lyxserver.C:
14470         * vspace.C: removed // -*- C++ -*- as first line.
14471
14472         * lyxfind.h:
14473         * version.h: added // -*- C++ -*- as first line.
14474
14475 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14476
14477         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14478
14479         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14480         of string
14481
14482 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14483
14484         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14485         of floats.
14486
14487 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14488
14489         * gettext.C: include LString.h even when --disable-nls is on.
14490
14491 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14492
14493         * converter.h (Get): changed argument type from int to
14494         FormatList::size_type to avoid unnecessary conversion.
14495
14496         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14497         before using it.
14498
14499 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14500
14501         * gettext.h: include LString.h even when --disable-nls is on.
14502
14503 2001-06-07  Juergen Vigna  <jug@sad.it>
14504
14505         * text.C (BreakAgain): subst spaces with tabs.
14506
14507         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14508         (resizeInsetsLyXText): set force on resizeLyXText.
14509
14510 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14511
14512         * gettext.h (gettext_init):
14513         (locale_init): use a real definition instead of a macro
14514
14515 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14516
14517         * Bufferview_pimpl.C:
14518         * LColor.h:
14519         * LColor.C: further lcolor tidies
14520
14521 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14522
14523         * BufferView_pimpl.C (updateScrollbar): simplify.
14524
14525         * BufferView2.C: don't include insets/insetinfo.h, change
14526         prototype for insertInset and call the Pimpl version. let
14527         updateInset call Pimpl version.
14528
14529         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14530         gotoInset to BufferView::Pimpl
14531
14532 2001-06-01  Juergen Vigna  <jug@sad.it>
14533
14534         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14535         inside a LockingInset (is the update needed at all?).
14536
14537 2001-05-31  Juergen Vigna  <jug@sad.it>
14538
14539         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14540         here not the old one otherwise how should we compare it afterwards
14541         if it's the same!
14542
14543 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14544
14545         * lyxfont.C:
14546         * tabular.C:
14547         * tabular-old.C:
14548         * FontInfo.C: bring C functions into global namespace when
14549         necessary
14550
14551 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14552
14553         * LString.h: make sure config.h has been loaded before LString.h.
14554
14555         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14556         (one for each char read by EatLine!).
14557
14558         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14559         variables.
14560
14561 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14562
14563         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14564         to the same as the par we break from
14565
14566 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14567
14568         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14569
14570         * MenuBackend.C (expand): also create menu entries for wide
14571         versions of the floats.
14572
14573         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14574
14575         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14576
14577         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14578         frontends/Makefile.am
14579
14580         * text2.C: adjust
14581         * text.C: adjust
14582
14583
14584         * tabular.C (getTokenValue): add std::
14585
14586         * tabular-old.C (getTokenValue): add std::
14587         (getTokenValue): ditto
14588         (getTokenValue): ditto
14589
14590         * screen.C (ToggleSelection): adjust
14591
14592         * lyxtext.h: put selection cursors inside a Selection struct.
14593
14594         * lyxfunc.C (moveCursorUpdate): adjust
14595
14596         * lyxfont.C (latexWriteStartChanges): add std::
14597
14598         * lyxfind.C: adjust
14599
14600         * font.h: delete with(char const *, LyXFont const &)
14601
14602         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14603
14604         * FontInfo.C (getFontname): add std::
14605
14606         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14607         (workAreaButtonPress): adjust
14608         (tripleClick): adjust
14609         (update): adjust
14610         (moveCursorUpdate): adjust
14611         (Dispatch): adjust
14612
14613         * BufferView2.C (gotoInset): adjust
14614
14615 2001-05-30  Juergen Vigna  <jug@sad.it>
14616
14617         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14618         to check pspell I add this as default as I now have new pspell
14619         libraries and they seem to use this.
14620
14621 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14622
14623         * text2.C (CutSelection): make the cursor valid before the call to
14624         ClearSelection.
14625
14626 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14627
14628         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14629         relied on 0 terminated strings and other horrors. Bug found due to
14630         the new assert in lyxstring!
14631
14632         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14633         KP_ keys.
14634
14635 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14636
14637         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14638         to latinkeys.bind.
14639
14640         * lyxfunc.C (processKeySym): change method of getting to the
14641         self-insert char.
14642
14643         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14644         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14645         * BufferView_pimpl.[Ch]: here as private methods.
14646
14647 2001-05-28  Juergen Vigna  <jug@sad.it>
14648
14649         * text.C (SetHeightOfRow): added the update() call again as it is
14650         needed to initialize inset dimensions!
14651
14652 2001-05-16  Juergen Vigna  <jug@sad.it>
14653
14654         * text2.C (SetCharFont): Add new function with BufferView * and
14655         bool toggleall parameters for setting insets internal fonts.
14656         (SetFont): Freeze the undo as we may change fonts in Insets and
14657         all this change should be inside only one Undo!
14658
14659         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14660         setting font's in insets as for them we have the SetFont function!
14661
14662 2001-05-15  Juergen Vigna  <jug@sad.it>
14663
14664         * text2.C (ClearSelection): to be sure we REALLY don't have any
14665         selection anymore!
14666
14667         * tabular.C (TeXCellPreamble): fixed the left border problem for
14668         multicolumn cells.
14669
14670 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14671
14672         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14673         dependancy file
14674
14675 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14676
14677         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14678         LFUN_BREAKPARAGRAPH.
14679
14680         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14681         help test to "internal only", similar for LFUN_INSERT_URL
14682
14683         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14684         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14685         auto_region_delete and deadkeys.
14686
14687 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14688
14689         * LColor.h:
14690         * LColor.C: remove some dead entries, tidy a little
14691
14692 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14693
14694         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14695         commented code.
14696         (Dispatch): implement LFUN_ESCAPE
14697
14698         * commandtags.h: add LFUN_ESCAPE
14699
14700         * LyXAction.C (init): add entry for LFUN_ESCAPE
14701
14702         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14703         Remove commented code.
14704         (insertNote): moved here
14705         (open_new_inset): moved here
14706
14707         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14708         BufferView_pimpl
14709
14710 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14711
14712         * kbmap.C (findbinding): clean it up and make it work correctly.
14713
14714         * lyx_main.C (init): do not pass argc and argv as parameters
14715
14716 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14717
14718         * buffer.C: fix path for OS/2 & Win32
14719
14720         * lyx_gui.C:
14721         * lyx_main:
14722         * lyx_main.C: Added os:: class.
14723
14724         * os2_defines.h: update
14725
14726 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14727
14728         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14729         better by trying again with reduced state.
14730
14731 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14732
14733         * lyxrc.C (read): print error about invalid key sequence only when
14734         debugging (because not all latinX keysyms are known to some X
14735         servers)
14736
14737         * kbsequence.C (getiso): add a few std:: qualifiers
14738         (getiso): comment out extra return statement.
14739
14740 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14741
14742         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14743         handling.
14744         (Dispatch): enhance the accent inset a bit. (not perfect)
14745
14746 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14747
14748         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14749
14750 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14751
14752         * bufferlist.C (emergencyWrite): fix assert() call
14753
14754 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14755
14756         * text.C (InsertChar): Added trivial patch to only send the "you
14757         can not do multiple spaces this way" message once during a
14758         session.
14759
14760 2001-05-08  Baruch Even  <baruch@lyx.org>
14761
14762         * Makefile.am: Changed order of libraries to get LyX to link properly
14763         with the gnome frontend.
14764
14765 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14766
14767         * LaTeXFeatures.h: add a std:: qualifier
14768
14769 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14770
14771         * paragraph.C (String): use stringstream
14772
14773 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14774
14775         * paragraph.C (writeFile): remove footflag arg
14776
14777         * buffer.C (makeLaTeXFile): use stringstream
14778         (latexParagraphs): remove footnot gurba
14779
14780         * LaTeXFeatures.C (getPackages): use stringstream
14781         (getMacros): likewise
14782         (getTClassPreamble): likewise
14783         (getFloatDefinitions): new method
14784
14785         * paragraph.C (writeFile): reindent
14786         (Erase): reindent
14787
14788         * WorkArea.h: revert the xpos + etc changes.
14789
14790         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14791
14792         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14793
14794         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14795         (pasteSelection): likewise
14796         * text2.C (CreateUndo): likewise
14797
14798 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14799
14800         * minibuffer.C (peek_event): temporarily reduce the functionality
14801         of the minibuffer (to allow args on lfuns)
14802
14803         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14804         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14805
14806         * buffer.C (readInset): add compability reading of old float
14807         lists, add reading of new style float list.
14808         (readInset): avoid reevaluation of inscmd.getCmdName()
14809         (getLists): reindent
14810
14811         * MenuBackend.C (MenuItem): implement parsing of
14812         md_floatlistinsert and md_floatinsert.
14813         (expand::LastFiles): move initalizaton of iterators out of loop,
14814         avoid reevaluation.
14815         (expand::Documents): introduce typdedef vector<string> Strings,
14816         and use it.
14817         (expand::ExportFormats): introduce typedef vector<Format const *>
14818         Formats, and use it.
14819         (expand): implement FloatListInsert and FloatInsert.
14820
14821         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14822         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14823         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14824
14825         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14826         handling.
14827         (Dispatch::LFUN_FLOAT_LIST): implement
14828
14829 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14830
14831         * LaTeX.C (run): Fix problem with --export code.
14832
14833 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14834
14835         * BufferView.[Ch] (workarea): removed.
14836         (getClipboard) new method; wrapper for workarea()->getClipboard()
14837
14838         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14839         bug.
14840
14841         * WorkArea.h (width, height, xpos, ypos): These methods all
14842         returned the dimensions of the work_area sub-area of WorkArea,
14843         resulting in a position error if the WorkArea were resized. Now
14844         return the dimensions of the entire WorkArea.
14845
14846         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14847
14848 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14849
14850         * LaTeX.C (deplog): correct the syntax of regex reg1
14851
14852 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14853
14854         * undo.C: remove !NEW_INSETS cruft
14855
14856 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14857
14858         * text2.C: remove !NEW_INSETS cruft
14859
14860         * text.C: remove !NEW_INSETS cruft
14861
14862         * tabular.C: remove !NEW_INSETS cruft
14863
14864         * spellchecker.C: remove !NEW_INSETS cruft
14865
14866         * lyxtext.h: remove !NEW_INSETS cruft
14867
14868         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14869
14870         * lyxfunc.C: remove !NEW_INSETS cruft
14871
14872         * lyxfind.C: remove !NEW_INSETS cruft
14873
14874         * lyx_cb.C: remove !NEW_INSETS cruft
14875
14876         * figureForm.C: remove  !NEW_INSETS cruft
14877
14878         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14879
14880         * buffer.[Ch]: remove !NEW_INSETS cruft
14881
14882         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14883
14884         * CutAndPaste.C: remove !NEW_INSETS cruft
14885
14886         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14887
14888         * BufferView2.C: remove !NEW_INSETS cruft
14889
14890         * BufferView.h: remove !NEW_INSETS cruft
14891
14892 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14893
14894         * Lsstream.h: include LString.h before the sstream headers to
14895         fix problem with gcc 2.95.3 and lyxstring
14896
14897 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14898
14899         * lyx_main.C: add using directives when needed for C functions
14900         declared in std:: namespace.
14901
14902 2001-04-27  Juergen Vigna  <jug@sad.it>
14903
14904         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14905         (SetHeightOfRow): comment out the update call should not be needed!
14906
14907 2001-04-13  Juergen Vigna  <jug@sad.it>
14908
14909         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14910         (LyXTabular): tried to minimize operator= operations (and realized
14911         hopfully Lars wish).
14912
14913 2001-04-27  Juergen Vigna  <jug@sad.it>
14914
14915         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14916
14917 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14918
14919         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14920
14921         * buffer.C (readInset): hack to make listof algorithm work
14922
14923         * BufferView_pimpl.C: hack to make listof algorithm work
14924
14925 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14926
14927         * LyXAction.C: removed all !NEW_INSETS cruft
14928         (init): moved lfun_item in method
14929
14930         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14931
14932 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14933
14934         * BufferView2.C (theLockingInset): white space.
14935
14936 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14937
14938         * minibuffer.C: include <iostream>
14939
14940         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14941
14942         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14943
14944         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14945
14946         * text.[Ch] (TransposeChars): new method
14947
14948 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14949
14950         * call message directly through LyXView instead of through LyXFunc
14951         * BufferView2.C: adjust
14952         * BufferView_pimpl.C: adjust
14953         * FontLoader.C: adjust
14954         * buffer.C: adjust
14955         * bufferview_funcs.C: adjust
14956         * converter.C: adjust
14957         * figureForm.C: adjust
14958         * importer.C: adjust
14959         * lyx_cb.C: adjust
14960         * lyx_gui_misc.C: adjust
14961         * lyxfunc.C: adjust
14962         * lyxvc.C: adjust
14963         * text2.C: adjust
14964         + more files in subdirs
14965
14966         * lyxparagraph.h (size): move up int file
14967         (GetLayout): ditto
14968
14969         * adjust all uses of Assert to lyx::Assert.
14970
14971         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14972         lyxfunctional in namespace lyx
14973         * layout.C (hasLayout): ditto
14974         (GetLayout): ditto
14975         (GetLayout): ditto
14976         (delete_layout): ditto
14977         (NumberOfClass): ditto
14978         * converter.C (GetFormat): ditto
14979         (GetNumber): ditto
14980         (Add): ditto
14981         (Delete): ditto
14982         (SetViewer): ditto
14983         * bufferlist.C (getFileNames): ditto
14984         (emergencyWriteAll): ditto
14985         (exists): ditto
14986         (getBuffer): ditto
14987         * MenuBackend.C (hasSubmenu): ditto
14988         (hasMenu): ditto
14989         (getMenu): ditto
14990         * BufferView_pimpl.C (getInsetByCode): ditto
14991
14992 2001-04-18  Juergen Vigna  <jug@sad.it>
14993
14994         * vspace.C (asLatexString): fixed the 100% problem.
14995
14996 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14997
14998         * lyxfunc.C (Dispatch):
14999         * minibuffer.C:
15000         * minibuffer.h: add a few std:: qualifiers
15001
15002 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15003
15004         * minibuffer.[Ch]: reimplement so that commands is initiated and
15005         run from lyxfunc, simplified som handling, and made the completion
15006         and history code for complete. wip.
15007
15008         * lyxfunc.C (processKeySym): call message
15009         (miniDispatch): new temporary method
15010         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
15011         (LFUN_MESSAGE): implement
15012         (LFUN_MESSAGE_PUSH): implement
15013         (LFUN_MESSAGE_POP): implement
15014         (initMiniBuffer): the initial/defualt minibuffer message.
15015
15016         * lyxfont.[Ch]: inline some more getters
15017
15018         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15019
15020         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15021
15022         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15023         (AutoSave): use LFUN_MESSAGE
15024         (Reconfigure): ditto
15025
15026         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15027
15028         * figureForm.C: use LFUN_MESSAGE
15029
15030         * converter.C (runLaTeX): use LFUN_MESSAGE
15031
15032         * bufferview_funcs.C: use LFUN_MESSAGE
15033         (Melt): ditto
15034         (changeDepth): ditto
15035
15036         * bufferparams.h: use boost::
15037
15038         * bufferlist.h: inherit privately from noncopyable
15039
15040         * bufferlist.C (loadLyXFile): remove some commented code.
15041
15042         * buffer.C (runChktex): use LFUN_MESSAGE
15043
15044         * ShareContainer.h: inherit privately from noncopyable
15045
15046         * ParagraphParameters.[hC] (depth): inline it.
15047
15048         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15049         methods.
15050         (message): new method
15051         (messagePush): ditto
15052         (messagePop): ditto
15053         (show): init minibuffer
15054         (showState): direct call
15055
15056         * LaTeX.[Ch]: inherit privately from noncopyable
15057         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15058         instead of WriteStatus.
15059
15060         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15061
15062         * BufferView_pimpl.C (buffer): don't init minibuffer
15063         (workAreaButtonPress): use LFUN_MESSAGE
15064         (workAreaButtonRelease): ditto
15065         (savePosition): ditto
15066         (restorePosition): ditto
15067         (MenuInsertLyXFile): ditto
15068         (workAreaExpose): don't init minibuffer
15069         (update): remove commented code, simplify
15070
15071         * BufferView2.C (openStuff): use LFUN_MESSAGE
15072         (toggleFloat): ditto
15073         (menuUndo): ditto
15074         (menuRedo): ditto
15075         (copyEnvironment): ditto
15076         (pasteEnvironment): ditto
15077         (copy): ditto
15078         (cut): ditto
15079         (paste): ditto
15080         (gotoInset): ditto
15081         (updateInset): remove some commented code
15082
15083         * lastfiles.h: inherit privately from noncopyable
15084         * layout.h: ditto
15085         * lyx_gui.h: ditto
15086         * lyx_main.h: ditto
15087         * lyxlex.h: ditto
15088         * lyxlex_pimpl.h: ditto
15089
15090         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15091         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15092         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15093
15094         * LyXAction.h: inherit privately from noncopyable, add methods
15095         func_begin, func_end, returning iterators to the func map.
15096
15097         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15098         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15099         (func_begin): new method
15100         (func_end): new method
15101
15102         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15103         and not)
15104         (copySelection): ditto
15105         (pasteSelection): ditto
15106
15107         * BufferView.C: whitespace change
15108         * BufferView.h: inherit privately from noncopyable
15109
15110 2001-04-16  Allan Rae  <rae@lyx.org>
15111
15112         * tabular-old.C (l_getline):
15113         * spellchecker.C (sc_check_word):
15114         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15115         an unrecognised preprocessor directive.  So ensure they're wrapped.
15116
15117 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15118
15119         * src/exporter.C (Export): Give an error message when path to file
15120         contains spaces.
15121
15122 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15123
15124         * LaTeX.C (deplog): Always check that foundfile exists.
15125
15126 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15127
15128         * lyx_main.h:
15129         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15130
15131 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15132
15133         * tabular.[Ch] (getLabelList): implement new method
15134
15135         * minibuffer.h: comment ouf setTiimer
15136
15137         * minibuffer.C (ExecutingCB): constify res
15138         (peek_event): constify s
15139         (Set): constify ntext
15140         (Init): constify nicename
15141
15142         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15143
15144         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15145         (savePosition): use two params to Minibuffer::Set
15146         (restorePosition): ditto
15147
15148 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15149
15150         * lyx_main.C: include language.h
15151
15152         * Makefile.am (lyx_main.o): add language.h
15153
15154 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15155
15156         * exporter.C:
15157         * paragraph.C:
15158         * screen.C:
15159         * tabular.C:
15160         * CutAndPaste.C: include gettext.h
15161
15162         * lyxfont.h: remove old hack with ON and OFF.
15163
15164         * lyxparagraph.h:
15165         * lyxfont.h: do not include language.h...
15166
15167         * BufferView2.C:
15168         * LaTeXFeatures.C:
15169         * Painter.C:
15170         * bufferview_funcs.C:
15171         * font.C:
15172         * lyxfont.C:
15173         * text.C:
15174         * text2.C:
15175         * trans_mgr.C:
15176         * paragraph.C: ... but do it here instead
15177
15178 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15179
15180         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15181
15182         * tabular.C: small reformat
15183
15184         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15185         NEW_INSETS version
15186         (GetChar): ditto
15187         (BreakParagraph): ditto
15188         (SetOnlyLayout): ditto
15189         (SetLayout): ditto
15190
15191         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15192         with one arg less.
15193
15194         * lastfiles.C: removed most using decl, add std:: where needed
15195
15196         * buffer.C: ws changes
15197
15198         * MenuBackend.C (class compare_format): put into anon namespace
15199         (expand): constify label, names, action, action2
15200         (expand):
15201
15202         * text.C (SingleWidth): constify font
15203         (IsBoundary): constify rtl2
15204         (GetVisibleRow): constify ww
15205
15206         * LaTeX.C (deplog): constify logfile
15207
15208         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15209         start_x, end_x
15210         (workAreaExpose): constify widthChange, heightChange
15211
15212         * lyxrow.C (par): moved
15213         (height): moved
15214         (next): moved
15215         * lyxrow.h: as inlines here
15216
15217         * lyxfont.h (shape): moved from lyxfont.C
15218         (emph): moved from lyxfont.C
15219
15220         * lyxfont.C (LyXFont): use initialization list for all
15221         constructors
15222         (shape): move to lyxfont.h as inline
15223         (emph): move to lyxfont.h as inline
15224
15225
15226 2001-04-04  Juergen Vigna  <jug@sad.it>
15227
15228         * vspace.C: had to include stdio.h for use of sscanf
15229
15230 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15231
15232         * BufferView.h:
15233         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15234         independent of xforms.
15235
15236 2001-04-02  Juergen Vigna  <jug@sad.it>
15237
15238         * spellchecker.C: fixed namespace placing!
15239
15240 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15241
15242         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15243         the LyXParagraph * is 0.
15244
15245 2001-03-29  Juergen Vigna  <jug@sad.it>
15246
15247         * vspace.C: added support for %, c%, p%, l%.
15248         (stringFromUnit): added helper function.
15249         (asLatexString): changed to give right results for the %-values.
15250
15251         * buffer.C: convert the widthp in a width%.
15252
15253 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15254
15255         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15256         figureForm.[Ch].
15257
15258         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15259         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15260
15261         * lyx_cb.[Ch]: see above.
15262
15263         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15264         form1.[Ch].
15265
15266         * form1.[Ch]:
15267         * lyx.[Ch]: replaced by figure_form.[Ch].
15268
15269         * lyx_gui.C:
15270         * lyx_gui_misc.C:
15271         * lyxfunc.C: changed headers associated with above changes.
15272
15273 2001-03-27  Juergen Vigna  <jug@sad.it>
15274
15275         * BufferView_pimpl.C: set the temporary cursor right!
15276
15277 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15278
15279         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15280
15281 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15282
15283         * LString.h: removed "using std::getline"!
15284
15285         * BufferView_pimpl.C (Dispatch): changes due to changes in
15286         InsetInclude::Params.
15287
15288         * buffer.C (tag_name): removed redundant break statements as they were
15289         producing lots of warnings with my compiler.
15290
15291 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15292
15293         * LString.h: add "using std::getline" when using the real <string>.
15294
15295 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15296
15297         * buffer.C: removed bitset usage.
15298         PAR_TAG moved to an anonymous name space.
15299         (tag_name): new funtion, also in the anonymous namespace.
15300         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15301         (makeDocBookFile): clean code. Completed transition from string arrays
15302         to string vectors.
15303         (SimpleDocBookOnePar): code clean.
15304
15305 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15306
15307         * tabular.C: add some comments.
15308
15309 2001-03-22  Juergen Vigna  <jug@sad.it>
15310
15311         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15312         compatibility read a bit and fixed bug with minipage in different
15313         depth.
15314
15315 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15316
15317         * buffer.C (pop_tag): removed.
15318         (push_tag): removed.
15319         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15320         array replaced with vector. Added support for CDATA sections.
15321         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15322         at any nest level.
15323         (makeDocBookFile): XML conformant declaration of CDATA section,
15324         fixed bug related to <emphasis> in the first paragraph char.
15325         (sgmlOpenTag): exclude empty tags.
15326         (sgmlCloseTag): ditto.
15327
15328         * buffer.h (pop_tag): removed.
15329         (push_tag): removed.
15330
15331 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15332
15333         * language.h (Languages): added size_type and size().
15334
15335 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15336
15337         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15338         response on compability reading of minipages. One probliem is that
15339         the old usage of minipages was «flertydig»
15340
15341         * several files here and in subdirs: don't use static at file
15342         scope use anon namespaces instead.
15343
15344 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15345
15346         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15347         LaTeX output. This is necessary for Literate document
15348         processing.
15349
15350 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15351
15352         * buffer.C: insert hfill when needed.
15353
15354         * tabular.C (l_getline): use string::erase, small whitespace change.
15355
15356         * BufferView_pimpl.C: try the anon namespace.
15357         * WorkArea.C: ditto
15358
15359 2001-03-16  Juergen Vigna  <jug@sad.it>
15360
15361         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15362         otherwise it won't open options-dialogs.
15363
15364         * buffer.C: honor pextraWidth(p) on converting minipages.
15365
15366         * tabular.C (l_getline): changed the functions to strip trailing \r.
15367
15368 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15369
15370         * BufferView_pimpl.C:
15371         * minibuffer..C: added "using SigC::slot" declaration.
15372
15373 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15374
15375         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15376
15377         * text2.C: ditto
15378
15379         * text.C: ditto
15380
15381         * paragraph.C: ditto
15382
15383         * lyxtext.h: NO_PEXTRA
15384
15385         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15386
15387         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15388         * ParameterStruct.h: ditto
15389         * ParagraphParameters.h: ditto
15390         * lyxparagraph.h: ditto
15391
15392 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15393
15394         * buffer.C: add compability for minipage alignment.
15395         (latexParagraphs): remove unwanted pextra check.
15396
15397         * several files: remove CXX_WORKING_NAMESPACES
15398
15399         * buffer.C (pop_tag): tie is in namespace boost
15400
15401         * BufferView.h: noncopyable is in namespace boost
15402         * lyxlex.h: ditto
15403         * lyx_main.h: ditto
15404         * lyx_gui.h: ditto
15405         * layout.h: ditto
15406         * lastfiles.h: ditto
15407         * bufferlist.h: ditto
15408         * ShareContainer.h: ditto
15409         * LyXView.h: ditto
15410         * LyXAction.h: ditto
15411         * LaTeX.h: ditto
15412
15413 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15414
15415         * Merging changes from BRANCH_MVC back into HEAD.
15416
15417         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15418
15419 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15420
15421         * BufferView_pimpl.C: change from intl.C
15422
15423         * combox.h:
15424         * combox.C:
15425         * Makefile.am: move combox.*
15426
15427         * form1.h:
15428         * form1.C:
15429         * lyx_gui.C:
15430         * intl.h:
15431         * intl.C: remove dialog (covered by prefs)
15432
15433 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15434
15435         * lyxfunc.C (Dispatch): removed redundant break statement.
15436
15437 2001-03-14  Juergen Vigna  <jug@sad.it>
15438
15439         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15440
15441 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15442
15443         * buffer.C: add hack to fix compability reading of minipages.
15444
15445 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15446
15447         * buffer.C (getLists): Cleanup.
15448
15449 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15450
15451         * lyxfont.C (update): don't honor toggleall on font size.
15452
15453 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15454
15455         * bmtable.c:
15456         * bmtable.h:
15457         * Makefile.am: moved to frontends/xforms/
15458
15459         * lyx_gui_misc.C:
15460         * lyxfunc.C:
15461         * BufferView_pimpl.C: changes for moved mathpanel
15462
15463 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15464
15465         * gettext.h: fix gettext_init() in --disable-nls
15466
15467 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15468
15469         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15470
15471 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15472
15473         * lyx.C:
15474         * lyx.h: strip external form
15475
15476 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15477
15478         * BufferView_pimpl.C: add comment, destroySplash()
15479
15480 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15481
15482         * BufferView_pimpl.C:
15483         * LyXAction.C:
15484         * buffer.C:
15485         * commandtags.h:
15486         * lyxfunc.C: use re-worked insetinclude
15487
15488 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15489
15490         * buffer.C: add using std::stringstream.
15491
15492         * lyx_cb.C: readd using std::ios.
15493
15494         * buffer.C: add using std::map.
15495
15496         * BufferView_pimpl.C: add using std::vector.
15497
15498         * ShareContainer.h: add std:: to swap.
15499
15500         * buffer.h: add some typedefs
15501         * buffer.C (getLists): use them
15502         (getLists): renamed from getTocList.
15503         add a counter for the different float types and use it in the
15504         generated string.
15505         (getLists): use the same counter for the NEW_INSETS and the "non"
15506         NEW_INSETS
15507
15508         * lyx_cb.h: remove unused items, includes, using etc.
15509
15510         * ShareContainer.h: remove some commented code, add more comments
15511         and "documentation".
15512
15513 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15514
15515         * buffer.C (getTocList): make the list also when NEW_INSETS is
15516         defined.
15517
15518         * buffer.h: remove TocType
15519
15520         * buffer.C (getTocList): change to return a map<string,
15521         vector<TocItem> >, implement for dynamic number of list.
15522
15523         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15524         * text2.C (PasteSelection): adjust
15525         * CutAndPaste.C (pasteSelection): adjust
15526
15527         * FloatList.C (FloatList): update from the new_insets branch.
15528         * Floating.[Ch]: ditto
15529         * LaTeXFeatures.C: ditto
15530         * buffer.C: ditto
15531         * lyxlex_pimpl.C: ditto
15532
15533         * paragraph.C (Last): remove when NEW_INSETS is defined.
15534
15535         * other file: changes because of the above.
15536
15537 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15538
15539         * lyxparagraph.h: rename next to next_, previous to previous_,
15540         make them private for NEW_INSETS. Rename Next() to next(),
15541         Previous() to previous().
15542
15543         * other files: changes because of the above.
15544
15545 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15546
15547         * BufferView.h:
15548         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15549         problem.
15550
15551 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15552
15553         * main.C (main): pass lyx_localedir to gettext_init().
15554
15555         * gettext.h: remove locale_init and gettext_init macros
15556
15557         * gettext.C (locale_init): new function
15558         (gettext_init): new function
15559
15560         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15561         setlocale().
15562
15563 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15564
15565         * Moved credits to frontends:
15566         * credits.[Ch]: removed
15567         * credits_form.[Ch]: removed
15568         * lyx_gui_misc.C: remove credits stuff
15569         * Makefile.am:
15570
15571 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15572
15573         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15574
15575         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15576         unneeded destructor.
15577
15578         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15579         a standalone pointer again.
15580
15581         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15582
15583 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15584
15585         * Makefile.am:
15586         * filedlg.h:
15587         * filedlg.C:
15588         * LyXAction.C:
15589         * ToolbarDefaults.C:
15590         * bufferlist.C:
15591         * commandtags.h:
15592         * form1.C:
15593         * form1.h:
15594         * lyx_cb.C:
15595         * lyx_cb.h:
15596         * lyxfunc.h:
15597         * lyxfunc.C:
15598         * BufferView_pimpl.C: use new file dialog in GUII
15599
15600         * lyx_cb.h:
15601         * lyx_cb.C: remove LayoutsCB to Toolbar
15602
15603 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15604
15605         * ShareContainer.h (get): add std:: qualifier
15606
15607 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15608
15609         * ShareContainer.h: define a proper ShareContainer::value_type
15610         type (and use typename to please compaq cxx)
15611
15612 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15613
15614         * lyxparagraph.h: move serveral local vars to
15615         ParameterStruct/ParagraphParameters., use ShareContainer in
15616         FontTable., make vars in FontTable private and add getter and
15617         setter.
15618
15619         * paragraph.C: changes because of the above.
15620
15621         * lyxfont.h: remove copy constructor and copy assignment. (the
15622         default ones is ok), move number inside FontBits. move inlines to
15623         lyxfont.C
15624
15625         * lyxfont.C: add number to initializaton of statics, move several
15626         inlines here. constify several local vars. some whitespace
15627         cleanup. Dont hide outerscope variables.
15628
15629         * Spacing.h: add two new constructors to match the set methods.
15630
15631         * ShareContainer.h: new file, will perhaps be moved to support
15632
15633         * ParameterStruct.h: new file
15634
15635         * ParagraphParameters.h: new file
15636
15637         * ParagraphParameters.C: new file
15638
15639         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15640         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15641
15642         * BufferView_pimpl.C: ParagraphParameter changes.
15643         * buffer.C: Likewise.
15644         * bufferview_funcs.C: Likewise.
15645         * text.C: Likewise.
15646         * text2.C: Likewise.
15647
15648 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15649
15650         * lyxfind.C (LyXReplace): do not redefine default argument in
15651         implementation.
15652         (IsStringInText): ditto
15653         (SearchForward): ditto
15654         (SearchBackward): ditto
15655
15656 2001-03-06  Juergen Vigna  <jug@sad.it>
15657
15658         * lyxfind.C (IsStringInText): put parentes around expressions.
15659
15660 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15661
15662         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15663
15664 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15665
15666         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15667
15668         * stl_string_fwd.h: add comment
15669
15670         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15671
15672         * tabular.h:
15673         * tabular.C: remove unused DocBook methods
15674
15675         * intl.C:
15676         * language.C:
15677         * paragraph.C:
15678         * buffer.C:
15679         killed DO_USE_DEFAULT_LANGUAGE
15680
15681 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15682
15683         * lyx_gui.C: do not include language.h.
15684
15685         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15686         arguments in function implementation.
15687
15688 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15689
15690         * BufferView_pimpl.C: add <ctime>
15691
15692 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15693
15694         * BufferView_pimpl.C: add using std::find_if
15695
15696 2001-02-27  José Matos  <jamatos@fep.up.pt>
15697
15698         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15699         by OnlyPath.
15700
15701 2001-02-11  José Matos  <jamatos@fep.up.pt>
15702
15703         * buffer.C (makeDocBookFile): command styles now have a parameter as
15704         "title" by default.
15705
15706 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15707
15708         * layout_forms.[Ch]: removed
15709         * lyx_cb.[Ch]: out character
15710         * lyx_gui.C: out character
15711         * lyx_gui_misc.C: out character
15712         * bufferview_funcs.C: : out character,
15713         added toggleall as parameter in ToggleAndShow
15714
15715 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15716
15717         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15718
15719         * text2.C (SetCurrentFont): Disable number property at boundary.
15720
15721 2001-02-26  Juergen Vigna  <jug@sad.it>
15722
15723         * lyxfunc.C (getStatus): added a string argument override function so
15724         that this is correctly called from LyXFunc::Dispatch if it contains a
15725         do_not_use_argument which is used!
15726         (Dispatch): added check for "custom" export and call appropriate func.
15727
15728 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15729
15730         * lyxrc.C: Add language_command_local, language_use_babel and
15731         language_global_options.
15732
15733         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15734
15735         * buffer.C (makeLaTeXFile): Use language_use_babel and
15736         language_global_options.
15737
15738 2001-02-23  Juergen Vigna  <jug@sad.it>
15739
15740         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15741         which works with LyXText and putted it inside BufferView. Here now we
15742         only call for that part the BufferView::Dispatch() function.
15743
15744         * BufferView.C (Dispatch): added.
15745
15746         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15747         functions which needs to use a LyXText over from LyXFunc.
15748         (MenuInsertLyXFile): added
15749         (getInsetByCode): added
15750         (moveCursorUpdate): added
15751         (static TEXT): added
15752
15753 2001-02-22  Juergen Vigna  <jug@sad.it>
15754
15755         * BufferView_pimpl.C (update): call a status update to see if LyXText
15756         needs it.
15757
15758 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15759
15760         * vc-backend.C (revert): implement for CVS
15761         (getLog): implement for CVS
15762
15763 2001-02-20  Juergen Vigna  <jug@sad.it>
15764
15765         * text2.C (ClearSelection): added BufferView param for inset_owner call
15766
15767         * lyxfunc.C (TEXT): added this function and use it instead of
15768         directly owner->view()-text of getLyXText().
15769
15770 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15771
15772         * src/layout_forms.C: out preamble
15773         * src/layout_forms.h: out preamble
15774         * src/lyx_cb.C: out preamble
15775         * src/lyx_cb.h: out preamble
15776         * src/lyx_gui.C: out preamble
15777         * src/lyx_gui_misc.C: out preamble
15778         * src/lyxfunc.C: connect with guii preamble
15779
15780 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15781
15782         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15783
15784 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15785
15786         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15787         whether to run bibtex.
15788
15789 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15790
15791         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15792
15793 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15794
15795         * Makefile.am (lyx_SOURCES): removed bibforms.h
15796
15797         * vspace.h: doxygen
15798
15799         * text.C (GetVisibleRow): make several local vars const
15800
15801         * tabular.C: small cleanup.
15802
15803         * lyxserver.C (callback): use compare instead of strncmp
15804
15805         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15806         inlines to after class or to paragraph.C
15807
15808         * lyxfont.h: remove friend operator!=
15809
15810         * converter.h: move friend bool operator< to non friend and after
15811         class def.
15812
15813         * combox.h: small cleanup
15814
15815         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15816         to inlines after class def.
15817
15818         * buffer.C (pop_tag): use string operations instead of strcmp
15819
15820         * bmtable.c: doxygen, small cleanup
15821
15822         * LaTeX.h: remove friend operator==
15823
15824 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15825
15826         * screen.C:
15827         * lyxrc.[Ch]:
15828         * lyxfunc.C:
15829         * lyxfont.[Ch]:
15830         * lyx_cb.C:
15831         * intl.[Ch]:
15832         * commandtags.h:
15833         * buffer.C:
15834         * WorkArea.[Ch]:
15835         * LyXAction.C:
15836         * BufferView_pimpl.C:
15837         * BufferView.[Ch]: remove cruft
15838
15839 2001-02-14  Juergen Vigna  <jug@sad.it>
15840
15841         * lyxfunc.C: removed #if 0 unused code
15842
15843         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15844
15845         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15846
15847         * text2.C (SetSelection): added a BufferView * parameter
15848
15849 2001-02-13  Juergen Vigna  <jug@sad.it>
15850
15851         * lyxfunc.C (Dispatch): fixed protected blank problem.
15852         * BufferView2.C (protectedBlank): added LyxText * parameter.
15853
15854         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15855         (AppendColumn): same as above for column_info.
15856
15857         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15858         (moveCursorUpdate): use a LyXText param for support of InsetText.
15859
15860         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15861         (tripleClick): ditto
15862
15863         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15864
15865         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15866
15867         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15868
15869         * text2.C (SetSelection): set correct update status if inset_owner
15870         (ToggleFree): ditto
15871
15872 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15873
15874         * tabular.C: remove some commented code.
15875
15876 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15877
15878         * BufferView_pimpl.C: call hideSplash()
15879
15880         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15881
15882         * include_form.h:
15883         * bibforms.h: remove
15884
15885         * lyxfunc.C:
15886         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15887           add LFUN_CHILD_CREATE
15888
15889         * counters.h: fix tiny typo
15890
15891         * lyx_cb.C:
15892         * lyx.h:
15893         * lyx_gui.C:
15894         * lyx.C: move splash to frontends/xforms/
15895
15896         * lyx_gui_misc.C: move Include and Bibform to frontends
15897
15898         * lyxvc.h: clarify comment
15899
15900         * vspace.C: tiny housekeeping
15901
15902 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15903
15904         * text.C (PrepareToPrint): RTL Fix.
15905
15906         * paragraph.C (GetUChar): New method.
15907         (String):  Use GetUChar.
15908
15909         * buffer.C (asciiParagraph): Use GetUChar.
15910
15911 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15912
15913         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15914
15915 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15916
15917         * buffer.h:
15918         * buffer.C: rename to getLogName(), handle
15919           build log / latex log nicely
15920
15921 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15922
15923         * MenuBackend.C:
15924         * MenuBackend.h: remove support for reference menuitem type.
15925
15926 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15927
15928         * BufferView_pimpl.C: housekeeping
15929         * BufferView_pimpl.h:
15930         * LyXView.h:
15931         * Makefile.am:
15932         * Timeout.C:
15933         * Timeout.h:
15934         * minibuffer.h: move Timeout GUI-I
15935
15936 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15937
15938         * lyxrc.C (read): Update converters data-structures.
15939
15940 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15941
15942         * LaTeX.h (operator!=): add operator != for Aux_Info
15943
15944 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15945
15946         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15947
15948         * LaTeXLog.C: deleted, useful code moved to Buffer
15949
15950         * buffer.h:
15951         * buffer.C: new function getLatexLogName()
15952
15953         * lyx_gui_misc.C:
15954         * lyx_gui.C:
15955         * lyxvc.C:
15956         * lyxvc.h:
15957         * lyxfunc.C: use frontends for LaTeX and VC logs
15958
15959 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15960
15961         * LaTeX.h: yet another std:: that Allan forgot.
15962
15963         * Variables.C (set): renamed from isset(), because this clashes
15964         with some HP-UX macros (grr).
15965
15966 2001-02-06  Allan Rae  <rae@lyx.org>
15967
15968         * LaTeX.h: Another bug fix.  Missing std:: this time.
15969
15970 2001-02-04  Allan Rae  <rae@lyx.org>
15971
15972         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15973         floats problem. I've left it commented out because it's not quite
15974         correct.  It should also test that the current object is a table or
15975         figure inset.  But I haven't gotten around to figuring out how to do
15976         that.  I *think* it'll be something like: "table" == inset.type()
15977
15978         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15979         bool.
15980
15981 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15982
15983         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15984         all the citation/databases/styles in the auxilary file.
15985         (run): Rerun latex if there was a babel language error.
15986
15987 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15988
15989         * text.C (Backspace): Preserve the font when changing newline char
15990         with a space.
15991         (BreakParagraph): If the cursor is before a space, delete the space.
15992
15993         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15994
15995 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15996
15997         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15998         new argument (code).
15999         (ChangeCitationsIfUnique): New method.
16000
16001         * paragraph.C (GetPositionOfInset): Handle bibkey.
16002
16003 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16004
16005         * BufferView_pimpl.h: change type of Position::par_pos to
16006         LyXParagraph::size_type.
16007
16008 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
16009
16010         * BufferView_pimpl.C (savePosition, restorePosition): Write
16011         messages to minibuffer.
16012
16013 2001-01-28  José Matos  <jamatos@fep.up.pt>
16014
16015         * buffer.C (makeDocBookFile): adds support for document language.
16016         A silly restriction on the name of LatexCommand types where removed.
16017         Added support for CDATA sections, allows to chars unescaped, used
16018         among others in code, to avoid escape < and >.
16019
16020 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16021
16022         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16023         saved positions instrad of a stack. Furthermore, a position is
16024         stored using paragraph id/paragraph position.
16025
16026         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16027         Remove LFUN_REF_BACK.
16028
16029 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16030
16031         * converter.C (dvipdfm_options): New method.
16032
16033 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16034
16035         * vspace.C (isValidLength): Fix for empty input string.
16036
16037 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16038
16039         * LyXAction.C (init): change description of LFUN_FIGURE to
16040         "Insert Graphics"
16041
16042 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16043
16044         * LaTeX.C: add using directive
16045
16046 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16047
16048         * MenuBackend.C (expand): Fix the sorting of the formats.
16049
16050 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16051
16052         * lyx_main.C: tiny error message fix
16053
16054 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16055
16056         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16057         calling fl_initialize(). This fixes the problem with ',' as
16058         decimal separator in text files.
16059
16060 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16061
16062         * trans.C (process): Fix the keymap bug.
16063
16064 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16065
16066         * LaTeX.C (scanAuxFiles): New method. Provides support for
16067         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16068         (scanLogFile) Scan for "run BibTeX" messages.
16069
16070         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16071         OT1 font encoding. Also, load the aecompl package if the ae
16072         package is loaded.
16073
16074         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16075
16076 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16077
16078         * texrow.C (increasePos): turn two error messages into debug
16079         messages.
16080
16081 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16082
16083         * LaTeX.C (scanAux): Handle the \@input macro.
16084         (runBibTeX): Use scanAux().
16085
16086         * language.C (latex_options_): New field.
16087
16088         * LaTeXFeatures.C (getMacros): Add language macros.
16089
16090         * buffer.C (makeLaTeXFile): Small fix.
16091
16092 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16093
16094         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16095
16096         * text2.C: add a using directive.
16097
16098 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16099
16100         * BufferView2.C:
16101         * lyx_gui_misc.h:
16102         * lyxfr1.C:
16103         * lyxfunc.C: kill LyXBell.
16104
16105 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16106
16107         * text.C (IsBoundary): Remove the error message
16108
16109         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16110
16111         * lyxrc.C (setDefaults): Correct initialization value for
16112         font_norm_type.
16113
16114 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16115
16116         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16117         gotoError().
16118
16119         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16120         and GotoNextNote().
16121
16122         * src/LyXAction.C: Added reference-next.
16123
16124         * text.C (InsertChar): Use contains instead of strchr.
16125
16126         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16127
16128 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16129
16130         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16131         alignment commands (when needed).
16132
16133         * text.C (InsertChar): Add ':' to number separator chars.