]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Brigehead doesn't need a title.
[lyx.git] / src / ChangeLog
1 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * messages.C (Pimpl): strip off translation context information
4
5 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6
7         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
8         the cursor is correct (bug 1694)
9
10 2004-10-13  José Matos  <jamatos@lyx.org>
11
12         * output_docbook.C (docbookParagraphs): fix closing tags in the
13         end of the document. 
14
15 2004-10-09  José Matos  <jamatos@lyx.org>
16
17         * buffer.C: format up to 237.
18         * bufferparams.C (write): use tostr to convert booleans to strings.
19         
20 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
21
22         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
23
24 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
25
26         * LaTeX.C: implement use of babel language in xindy.
27
28 2004-10-05  José Matos  <jamatos@lyx.org>
29
30         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
31         Add new translators to help reading and writing the lyx file.
32
33 2004-10-05  José Matos  <jamatos@lyx.org>
34
35         * ParagraphParameters.C (read):
36         * text.C (readParToken): replace nexToken by more appropriate lex
37         methods.
38
39 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
40
41         * LaTeX.C (runMakeIndex):
42         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
43         (usually 'makeindex') configurable.
44
45         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
46         with a variable rather than with a number.
47
48 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
49
50         * output_latex.C (TeXOnePar): make sure font setting is the first
51         thing that gets output (and the last at the end). Should fix bug
52         1404.
53
54 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
55
56         * pch.h: use proper signal include
57
58         * LaTeX.h: Use preferred calling of Boost.Signal
59         * buffer.h: ditto
60
61 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
62
63         * pch.h: dont include <boost/function/function0.hpp>
64
65         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
66
67         * paragraph_pimpl.h: remove usage of ShareContainer
68
69         * paragraph_pimpl.C: remove initialization of ShareContainer.
70
71 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
72
73         Fix bug #1666
74
75         * BufferView.C (putSelectionAt): change the semantics when
76         backwards == true: now, this just swaps cursor and anchor wrt the
77         forward case
78
79         * BufferView.h (putSelectionAt): add some documentation
80
81         * lyxfind.C (findBackwards): rewrite using while(). In particular,
82         make sure backwardChar is done at least once (to avoid getting
83         stuck)
84         (findNextChange): use putSelectionAt in the forward direction
85         (operator()): use Paragraph::isWord
86
87 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
88
89         * Spacing.C (set): c_str fix
90
91 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
92
93         * lyx_cb.C (Reconfigure): quote the name of configure script in
94         case it contains spaces
95
96 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
97
98         * client: new dir
99
100         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
101         (BOOST_LIBS): use top_buildir when looking for the file
102
103 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
104
105         * pch.h: do not use include boost/format.hpp, multiple symbols
106                 will result (gcc bug)
107
108
109 2004-08-23  José Matos  <jamatos@lyx.org>
110
111         * bufferparams.C (readToken): fix reading of the author field.
112
113 2004-08-20  José Matos  <jamatos@lyx.org>
114
115         * lyxrc.C: remove support/translator.h inclusion since it is not used.
116
117 2004-08-20  José Matos  <jamatos@lyx.org>
118
119         * lyxlex.[Ch] (findToken): remove function.
120
121         * ParagraphParameters.C (findToken):
122         * bufferparams.C (findToken): replace call for previous function
123         with local copy. This local function has one more argument, the
124         read string argument.
125
126 2004-08-16  José Matos  <jamatos@lyx.org>
127
128         * ParagraphParameters.C (write):
129         * Spacing.C (writeFile):
130         * bufferparams.C (writeLaTeX):
131         * lyx_cb.C (Reconfigure):
132         * paragraph.C (write):
133         * tabular.C (write): remove unnecessary space at end of line.
134
135
136 2004-08-16  José Matos  <jamatos@lyx.org>
137
138         * text.C (readParagraph): remove debug message.
139
140 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
141
142         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
143         crash
144
145         * output_plaintext.C (asciiParagraph): set depth correctly
146
147         * outputparams.h: add member depth
148
149         * paragraph_funcs.C (ownerPar): remove.
150
151         * text2.C (setCounter): remove first_pit; comment out some
152         non-working code that uses ownerPar
153
154         * BufferView.C (getParentLanguage): remove. Not used anymore, and
155         uses ownerPar
156
157 2004-08-16  José Matos  <jamatos@lyx.org>
158
159         * text.C (readParToken, readParagraph, read): report all unknown tokens.
160         For the same level of importance use the same chanel to report problems.
161         (read): add code to deal with \begin_body and \end_body.
162
163
164 2004-08-15  José Matos  <jamatos@lyx.org>
165
166         * lyxlex.C (getString): fix comment, buffer::readBody is now
167         buffer:readDocument.
168
169         * tex-strings.C (string_papersize): Default -> default,
170         Custom -> custom, for consistency with other options.
171
172 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
173
174         * pch.h: new file
175
176         * Makefile.am: support pch
177
178 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
179
180         * text.C (readParToken): remove the static LyXFont variable and
181         pass it as a parameter instead. This fixes a nasty bug where an
182         inset will be inserted with a bad font in some situations
183         (readParagraph): adapt
184
185         * text2.C (setCounter): reduce number of calls to pars_[pit]
186
187         * text.C (singleWidth): add an assert, fix a test
188
189         * rowpainter.C (paintText): reduce number of calls to singleWidth
190
191         * paragraph.C (isHfill):
192         (isNewline): ws only
193
194 2004-08-14  André Pönitz  <poenitz@gmx.net>
195
196         * text.C:
197         * text2.C:
198         * rowpainter.C:
199         * lyxtext.h (several functions): use a Paragraph & argument
200         instead of par_type
201
202 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
203
204         * metricsinfo.h: add a new field ltr_pos to PainterInfo
205
206         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
207
208         * text.C (singleWidth): remove useless test
209
210 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
211
212         * tabular.h: remove bogus comments
213
214         * tabular.C (getDescentOfRow):
215         (isPartOfMultiColumn): add assertions
216
217         * lyxlength.C (inPixels): remove #warning
218
219 2004-08-14  André Pönitz  <poenitz@gmx.net>
220
221         * paragraph.h: inline getChar()
222
223         * BufferView.h: remove unused declarations
224
225 2004-08-14  José Matos  <jamatos@lyx.org>
226
227         * Buffer.[Ch] (readDocument): new name for old readBody.
228         * Buffer.C: new file format, new keywords: \begin_document,
229         \begin_header, \begin_body, \end_body.
230
231         * bufferparams.C (readToken): replace all calls to lex.nextToken
232         by lex.next(). Do the same to eatLine except where really needed.
233
234         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
235         line when writing to the lyx file.
236
237         * output_plaintext.C (asciiParagraph): fix Bibliography style
238         handling.
239
240         * text.C (read): fix end of file handling.
241
242 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
243
244         * MenuBackend.C (Menu::operator[]): new method to access
245         individual menu items
246         (Menu::hasFunc): new method. search for an item that corresponds
247         to a given func
248         (MenuBackend::specialMenu): new method
249         (MenuBackend::expand): if a special menu has been set, skip
250         entries whose func() appears in this menu
251
252 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
253
254         * text3.C: use Debug::DEBUG a bit more
255
256         * text.C (leftMargin): try to simplify a tiny bit change var x to
257         l_margin. Dont output the wide margins always.
258         (rightMargin): no margin in inner texts
259
260         * rowpainter.h (nestMargin): new func
261         (changebarMargin): new func
262         (rightMargin): new func
263
264         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
265         now functions.
266         (paintLast): ditto
267
268         * factory.C (createInset): modify setDrawFrame
269
270         * cursor.C: use Debug::DEBUG a bit more
271
272 2004-08-14  André Pönitz  <poenitz@gmx.net>
273
274         * coordcache.[Ch]:
275         * Makefile.am: new files to accomodate an 'external' (x,y)-position
276         cache for all insets in (at least partially) visible (top-level)
277         paragraphs.
278
279         * BufferView_pimpl.C: reset external coord cache before every update.
280         This means the coord cache only contains valid entries.
281
282 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
283
284         bug 1096
285         * BufferView_pimpl.C (getInsetByCode): move function out of class
286         and change in to a template in anon namespace. Also fix to do what
287         suits us better.
288
289 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
290
291         bug 1305
292         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
293         of char
294         (breakParagraph): rename par to par_offset and use a local
295         reference. Add code to keep the language over a rebreak.
296         (breakParagraphConservative): rename par to par_offset, use a
297         local reference
298         (mergeParagraph): ditto
299         (outerHook): ditto
300         (isFirstInSequence): ditto
301         (outerFont): rename pit to par_offset
302
303         * paragraph.C: ws change
304         * paragraph.h: ditto
305         * text3.C: ditto
306         * text.C: ditto
307
308 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
309
310         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
311         treatment for ']'
312
313         * paragraph.C (simpleTeXOnePar): when we have a \item with
314         optional argument, enclose the argument with curly brackets (in
315         case it contains a closing square bracket)
316
317         * text2.C (editXY):
318         * text2.C (editXY):
319         * text3.C (checkInsetHit): constify
320
321 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
322
323         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
324         documents (bug 1629)
325
326 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
327
328         Fix toggling of collapsable insets with the mouse (bug 1558)
329
330         * lyxfunc.C (dispatch): adapt to LCursor changes
331
332         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
333         make sure that dispatch is not invoked twice
334
335         * cursor.C (needsUpdate): new method
336         (dispatch): return void
337         (result): new method, to access the DispatchResult of the cursor.
338
339 2004-08-13  José Matos  <jamatos@lyx.org>
340
341         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
342
343 2004-08-13  André Pönitz  <poenitz@gmx.net>
344
345         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
346
347         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
348           multiple cells
349
350 2004-08-12  André Pönitz  <poenitz@gmx.net>
351
352         * text3.C: take out the 'cursor right' form insertInset and only
353         do it in those places when it is really needed. Fixes crash on
354         C-m...
355
356 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
357
358         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
359
360         * BufferView_pimpl.C (setBuffer): initialize the current font of
361         the underlying LyXText
362
363 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
364
365         * kbsequence.C (print): use UI native formatting for menu
366         shortcuts
367
368         * text.C (insertChar): call Paragraph::insertChar with a font
369         argument (cosmetic)
370
371         * paragraph.C (insertInset, insertChar): the version that takes a
372         LyXFont argument is now a wrapper around the other one (the
373         opposite used to be true).
374
375         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
376         argument. Font setting is done in Paragraph now.
377
378 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
379
380         * outputparams.h: add new members intitle and lang.
381
382         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
383         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
384
385 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
386
387         * text3.C (dispatch): remove special handling of button 4 and 5,
388         it is now taken care of in the frontend code.
389
390 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
391
392         * Spacing.h: add <string> (STLPort compile fix)
393
394 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
395
396         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
397
398 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
399
400         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
401         to bool.
402
403         * converter.C (showMessage): inherit from unary_function, make
404         operator() const.
405
406         * buffer.C (writeFile): initialize retval
407
408         * InsetList.h: rename private variable list to list_
409         * InsetList.[Ch]: adjust accordingly.
410
411 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
412
413         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
414         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
415         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
416         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
417         * ParagraphParameters.C, LaTeXFeatures.C: replace
418         "support/std_sstream.h" with <sstream>
419
420 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
421
422         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
423         * lyxsocket.C (LyXServerSocket): ditto
424         (serverCallback): ditto
425
426 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
427
428         * LaTeXFeatures.C: check release date when loading jurabib.
429
430 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
431
432         * lyxserver.C (startPipe): call register_socket_callback
433         (endPipe): call unregister_socket_callback
434
435 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
436
437         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
438         (LyXServerSocket): register the callback
439         (LyXServerSocket): unregister the callback
440         (fd): delete function
441         (serverCallback): improve error checking and setup the callbacks.
442         (dataCallback): change arg to fd.
443         (writeln): new func (copied fro the client socket) used for server
444         write to client.
445         (LyXDataSocket): simplify
446         (~LyXDataSocket): close ann unregiser callback
447         (server): delete function
448         (fd): delete function
449         (readln): small changes, improve some std::string usage
450         (writeln): constify a bit
451
452 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
453
454         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
455         Qt frontend
456
457 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
458
459         * BufferView_pimpl.C (setBuffer): set the layout combox value only
460         after it has been populated
461
462 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
463
464         * text2.C (insertInset): move cursor when inserting inset.
465
466 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
467
468         * kbmap.C (findbindings): a couple of new methods. returns a
469         container of kb_sequence objects. The real work is done by the
470         private recursive version
471         (printbindings): uses findbindings to print out a bracketed list
472         of bindings (renamed from findbinding).
473
474         * MenuBackend.C (binding): use kb_keymap::findbindings
475
476         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
477
478 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
479
480         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
481
482 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
483
484         * paragraph.C (isWord): return true on insets that report
485         isLetter().
486
487         * text.C (getWord): use Paragraph::isWord to decide what is in a
488         word and what is not; fix bug 1609.
489
490 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
491
492         * tex-strings.C: add "none" to string_paperpackages[], fixes
493         off-by-one-error in the paperpackage selection.
494
495         * lyxlex.[Ch]:
496         * tex-strings.[Ch]: char const * string[n]
497         -> char const * const string[]
498
499 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
500
501         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
502         command, return early.
503
504 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
505
506         * debug.h: add DEBUG to enum and fix size of ANY.
507
508         * debug.C: add support for Debug::DEBUG
509         (showTags): cast errorTags.level to unsigned int
510
511         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
512         (redoCurrentBuffer): ditto
513         (updateScrollbar): ditto
514         * cursor.C (dispatch): ditto
515         * text2.C (setLayout): ditto
516         (setFont): ditto
517         (updateCounters): ditto
518         (editXY): ditto
519         (deleteEmptyParagraphMechanism): ditto
520
521 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
522
523         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
524         annotations to cleanup the Makefile slightly.
525
526 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
527
528         * lyxrc.C: do not set user_email to a default value but use empty
529         instead. The entry used to be translated, which does not work
530         since at the point where lyxrc is constructed there is no
531         translation service available
532
533         * messages.C (getLocaleDir): remove and use directly
534         lyx_localedir() instead
535
536 2004-06-02  Angus Leeming  <leeming@lyx.org>
537
538         Fix crash caused by dereferencing null pointer 'exportdata' in
539         OutputParams by creating a new ExportData variable on the heap,
540         storing it in a boost::shared_ptr.
541         The crash was triggered when generating an Instant Preview
542         of an external inset.
543
544         * Makefile.am: add outputparams.C
545
546         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
547         (c-tor): allocate memory to it.
548
549         * exporter.C (c-tor): associated changes.
550
551 2004-06-01  Angus Leeming  <leeming@lyx.org>
552
553         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
554         contains data before calling isInset(0). (Bug 1513.)
555
556 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
557
558         * exporter.C (checkOverwrite): new method
559         * exporter.C (copyFile): new method
560         * exporter.C (Export): copy referenced files to the document dir
561         * exporter.[Ch]: new class ExportedFile
562         * exporter.[Ch]: new class ExportData. Contains currently the
563         names of referenced external files
564         * outputparams.h: add exportdata member.
565
566 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
567
568         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
569         version.C-tmp
570
571 2004-05-19  Angus Leeming  <leeming@lyx.org>
572
573         * LaTeXFeatures.C:
574         * ToolbarBackend.C:
575         * bufferparams.C:
576         * lyxfunc.C: small changes due to the introduction of namespace
577         lyx::frontend and the moving of namespace biblio to lyx::biblio.
578
579 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
580
581         * text3.C (dispatch): supress update when only moving the cursor
582         * cursor.C (selHandle): remove commented code
583
584 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
585
586         * paragraph.C (startTeXParParams): correct column count
587         * CutAndPaste.C (pasteSelection): remove const_cast
588         * output_docbook.C (docbookParagraphs): remove const_cast
589         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
590         const_cast and return ParagraphList::const_iterator
591         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
592         * output_plaintext.C (writeFileAscii): remove const_cast
593         * paragraph.[Ch] (simpleTeXOnePar): make const
594         * paragraph_funcs.C (outerPar): use const iterators
595         * paragraph_pimpl.C (validate): use const iterators
596         * text.C (setHeightOfRow): use const iterators
597
598 2004-05-17  Angus Leeming  <leeming@lyx.org>
599
600         * lfuns.h:
601         * LyXAction.C (init): new LFUN_INSET_REFRESH.
602
603         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
604         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
605         if the citation engine has changed.
606
607 2004-05-14  José Matos  <jamatos@lyx.org>
608
609         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
610         if the textclass does not provide it. Have it different for sgml and
611         xml.
612         support the language of document.
613         * output_docbook.C (docbookParagraphs):
614         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
615         first anchor as the id of the paragraph, remove special case code.
616         * sgml.C (escapeChar): escape only < & >.
617
618 2004-05-14  Angus Leeming  <leeming@lyx.org>
619
620         * bufferparams.h: move biblio::CiteEngine enum here to minimize
621         dependencies on src/frontends/controllers/biblio.h. Define a
622         CiteEngine_enum wrapper class to enable the enum to be forward
623         declared.
624
625 2004-05-12  Angus Leeming  <leeming@lyx.org>
626
627         * buffer.C: up LYX_FORMAT to 234.
628         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
629         use_numerical_citations with a single biblio::CiteEngine cite_engine
630         variable.
631         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
632
633 2004-05-13  José Matos  <jamatos@lyx.org>
634
635         * converter.h:
636         * converter.C (Converter, readFlags): add xml member.
637         * outputparams.h: add XML flavor.
638         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
639
640 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
641
642         * lyxfunc.C (dispatch):
643         (getStatus): fix handling of LFUN_SEQUENCE
644
645 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
646
647         * debug.C (showLevel): do not forget the end-of-line marker
648
649 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
650
651         * kbmap.C (read): do not stop parsing a bind file when an error
652         occurs (bug 1575)
653
654 2004-04-29  Angus Leeming  <leeming@lyx.org>
655
656         * cursor.C:
657         * factory.C:
658         * pariterator.C:
659         * text2.C: wrap a bunch of #warning statements
660         inside #ifdef WITH_WARNINGS blocks.
661
662 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
663
664         * buffer.C: increment format to 233.
665
666 2004-04-28  Angus Leeming  <leeming@lyx.org>
667
668         * BufferView_pimpl.C:
669         * lyxfunc.C:
670         * text3.C:
671         s/updateToolbar()/updateToolbars()/
672         s/Toolbar.h/Toolbars.h/
673
674 2004-04-28  Angus Leeming  <leeming@lyx.org>
675
676         * BufferView.[Ch] (c-tor):
677         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
678         No longer passes these data to the WorkArea generator.
679
680 2004-04-28  Angus Leeming  <leeming@lyx.org>
681
682         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
683
684 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
685
686         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
687
688 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
689
690         * output_latex.C (TeXEnvironment): make sure that there is a line
691         break before \end{foo} for the last paragraph of a document
692         (TeXOnePar): if the paragraph is at the end of the document (or
693         inset) and the language has to be reset, then make sure that the
694         line break is _before_ the language command, not after (fixes bug
695         1225); also make sure that the language reset command is the first
696         thing after the paragraph (to ensure proper nesting of
697         environments and thus fix bug 1404)
698
699 2004-04-21  John Levon  <levon@movementarian.org>
700
701         * ToolbarBackend.h:
702         * ToolbarBackend.C: make "name" be a programmatic name
703         and a gui_name field.
704
705         * lyxfunc.C: display the minibuffer on M-x
706
707 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
708
709         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
710         (bug 1526)
711
712 2004-04-19  Angus Leeming  <leeming@lyx.org>
713
714         * BufferView_pimpl.C (setBuffer): changed preview interface.
715
716         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
717         possible values.
718
719 2004-04-19  John Levon  <levon@movementarian.org>
720
721         * BufferView_pimpl.C:
722         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
723
724 2004-04-05  Angus Leeming  <leeming@lyx.org>
725
726         * text.C (redoParagraphs): add call to updateCounters(), thereby
727         fixing the missing "Figure #:" label from the caption of a
728         figure float.
729
730 2004-04-13  Angus Leeming  <leeming@lyx.org>
731
732         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
733         cursor is clicked out of an inset.
734
735 2004-04-13  Angus Leeming  <leeming@lyx.org>
736
737         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
738         than an InsetOld one.
739
740 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
741
742         * format.[Ch]: add editor to Format
743         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
744         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
745
746 2004-04-08  André Pönitz  <poenitz@gmx.net>
747
748         * metricsinfo.h: remove PainterInfo::width member
749
750 2004-04-08  Angus Leeming  <leeming@lyx.org>
751
752         * lyx_sty.C (boldsymbol_def): modify so that it outputs
753         "\providecommand" rather than "\newcommand", thereby preventing
754         clashes with packages that define "\boldsymbol" themselves.
755         Eg, beamer.
756
757 2004-04-08  Angus Leeming  <leeming@lyx.org>
758
759         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
760         thereby squashing an unnecessary warning.
761
762 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
763
764         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
765         setBuffer()
766
767 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
768
769         * BufferView.C (setCursor): call redoParagraph (some insets could
770         have been opened)
771         (putSelectionAt): remove the 'double update' trick
772
773         * BufferView_pimpl.C (fitCursor): call refreshPar
774         (workAreaDispatch): remove an uneeded update call
775         (dispatch): remove some manual update calls
776
777         * cursor.[Ch]: remove cached_y_, updatePos
778         (selHandle): set noUpdate when appropriate
779
780         * lyxfunc.C (dispatch): track if we need an update
781
782         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
783
784         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
785         (paintSelection): cheap optimization, do not call cursorX when not
786         needed
787         (paintPars): change signature
788         (refreshPar): add
789         (paintText): adjust
790         (paintTextInset): adjust
791
792         * text.C: adjust
793
794 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
795
796         * lengthcommon.C: compilation fix: remove explicit array size from
797         unit_name[] and friends
798
799 2004-04-05  Angus Leeming  <leeming@lyx.org>
800
801         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
802
803         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
804         present only for the preferences dialog.
805         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
806
807 2004-04-05  Angus Leeming  <leeming@lyx.org>
808
809         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
810         to enable the frontends to export changes to lyxrc correctly.
811
812         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
813
814 2004-04-07  André Pönitz  <poenitz@gmx.net>
815
816         * cursor.[Ch] (selClear, adjust): remove math
817
818         * cursor_slice.C: more agressive assert
819
820         * lyxfunc.C:
821         * BufferView_pimpl.C: rework mouse event dispatch
822
823         * dociterator.C:
824         * paragraph.C:
825         * text2.C:
826         * text3.C: adjust
827
828 2004-04-05  André Pönitz  <poenitz@gmx.net>
829
830         * cursor.[Ch] (valign, halign...): remove unneeded functions
831
832 2004-04-05  Angus Leeming  <leeming@lyx.org>
833
834         * lyxlength.[Ch] (unit_name et al.): const-correct.
835
836 2004-04-05  Angus Leeming  <leeming@lyx.org>
837
838         * BufferView_pimpl.C:
839         * buffer.C:
840         * counters.C:
841         * cursor.C:
842         * lyxfunc.C
843         * paragraph.C:
844         * pariterator.C:
845         * text.C:
846         * text2.C:
847         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
848
849 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
850
851         * text3.C (getStatus): add LFUN_BEGINNINGBUF
852
853 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
854
855         * lyxfind.C: add a couple of inTexted() tests + other small fixes
856         * BufferView_pimpl.[Ch] (getStatus)
857         * BufferView.[Ch] (getStatus): add
858         * lyxfunc.C (getStatus): move lfuns handled in
859         BufferView::dispatch to te function above
860         * Cursor.C (setSelection): set selection() = true
861
862 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
863
864         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
865
866 2004-03-31  Angus Leeming  <leeming@lyx.org>
867
868         * lyxfunc.C (dispatch): Fall through to the generic
869         Dialogs::show("preamble").
870
871 2004-03-31  Angus Leeming  <leeming@lyx.org>
872
873         * lyxfunc.C (dispatch): Fall through to the generic
874         Dialogs::show("spellchecker").
875
876 2004-03-31  Angus Leeming  <leeming@lyx.org>
877
878         * lyxfunc.C (getStatus, dispatch): changed invocation of the
879         preferences dialog.
880
881 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
882
883         * BufferView.C
884         * cursor.[Ch]
885         * dociterator.[Ch]:
886         * insetiterator.[Ch]:
887         * lyxfind.C:
888         * lyxfunc.C:
889         * pariterator.[Ch]:
890         * text2.C:
891         * undo.[Ch]: s/DocumentIterator/DocIterator/g
892
893 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
894
895         * BufferView.C (setCursor, putSelectionAt): call edit to open the
896         insets where we are putting the cursor.
897
898 2004-03-31  Angus Leeming  <leeming@lyx.org>
899
900         * lfuns.h:
901         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
902
903         * lyxrc.[Ch] (read, write): overloaded member functions taking
904         a std::[io]stream arguments.
905
906         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
907
908 2004-03-31  Angus Leeming  <leeming@lyx.org>
909
910         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
911         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
912
913         * lyxtextclass.C (load): if the text class couldn't be loaded, then
914         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
915
916 2004-03-31  Angus Leeming  <leeming@lyx.org>
917
918         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
919         the LFUN_ALL_INSETS_TOGGLE code.
920
921 2004-03-30  Angus Leeming  <leeming@lyx.org>
922
923         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
924         has died. Fall through to the generic Dialogs::show("document").
925
926 2004-03-30  Angus Leeming  <leeming@lyx.org>
927
928         * lfuns.h:
929         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
930         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
931
932         * lyxfunc.C (getStatus, dispatch): define the actions for these
933         lfuns. Little more than a cut and pste job from ControlDocument.C
934
935         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
936
937 2004-03-30  Angus Leeming  <leeming@lyx.org>
938
939         * lfuns.h:
940         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
941         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
942
943         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
944         open/closed state of ollapsable insets. Usage:
945
946         all-inset-toggle <state> <name>, where
947         <state> == "open" || "closed" || "toggle" and
948         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
949
950         * lyxtext.h, text2.C (toggleInset): removed.
951
952         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
953         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
954         now passes LFUN_INSET_TOGGLE to the found inset.
955
956         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
957         is now invoked as "all-insets-toggle toggle branch".
958
959 2004-03-30  Angus Leeming  <leeming@lyx.org>
960
961         * dociterator.C:
962         * insetiterator.C:
963         * pariterator.[Ch]: added/corrected header blurb.
964
965 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
966
967         * dociterator.[Ch]: add an inset_ member
968         (backwardPos): implemented
969         (backwardPos, forwardPos): use inset_ when the stack is empty.
970         (doc_iterator_begin, doc_iterator_end): implemented
971         * pariterator.[Ch]: adjust, add begin, end
972         * insetiterator.[Ch]: adjust, add begin, end
973         * cursor.C:
974         * document.C:
975         * BufferView.C:
976         * BufferView_pimpl.C:
977         * CutAndPaste.C: adjust
978
979 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
980
981         * buffer.C: increment file format to 232.
982         * LaTeXFeatures.C: add bibtopic package.
983         * bufferparams.[Ch]: param \use_bibtopic.
984
985         * lyxrc.[Ch]: add lyxrc bibtex_command
986         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
987
988         * buffer.C: increment file format to 231.
989
990 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
991
992         * dociterator.C: implement forwardPar
993         * iterators.[Ch]: remove, replaced by
994         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
995         * BufferView.C:
996         * BufferView_pimpl.C:
997         * CutAndPaste.C:
998         * buffer.C:
999         * bufferview_funcs.C:
1000         * cursor.C:
1001         * lyxfind.C
1002         * lyxfunc.C
1003         * paragraph_funcs.C
1004         * toc.C:
1005         * Makefile.am: adjust
1006
1007 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
1008
1009         * CutAndPaste.C (pasteSelection): fix 2 crashes
1010         (eraseSelection): fix a crash
1011         * paragraph_funcs.C: remove a warning
1012
1013 2004-03-28  Angus Leeming  <leeming@lyx.org>
1014
1015         * lfuns.h:
1016         * LyXAction.C (init): new LFUN_PRINT.
1017
1018         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
1019
1020 2004-03-27  Angus Leeming  <leeming@lyx.org>
1021
1022         * lfuns.h:
1023         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
1024
1025         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
1026
1027 2004-03-27  Angus Leeming  <leeming@lyx.org>
1028
1029         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1030         insetlist always contains non-null pointers to insets.
1031
1032 2004-03-26  Angus Leeming  <leeming@lyx.org>
1033
1034         * src/BufferView_pimpl.C:
1035         * src/CutAndPaste.C:
1036         * src/buffer.C:
1037         * src/iterators.C:
1038         * src/output_plaintext.C:
1039         * src/outputparams.h:
1040         * src/paragraph_funcs.C:
1041         * src/rowpainter.C:
1042         * src/text.C:
1043         * src/text2.C:
1044         * src/frontends/controllers/ControlErrorList.C:
1045         * src/frontends/gtk/FileDialogPrivate.C:
1046         * src/frontends/gtk/GPainter.C:
1047         * src/frontends/gtk/GToolbar.C:
1048         * src/frontends/qt2/QRef.C:
1049         * src/mathed/math_scriptinset.C: squash compiler warnings.
1050
1051 2004-03-26  Angus Leeming  <leeming@lyx.org>
1052
1053         * ispell.C (LaunchIspell::start):
1054         * lyx_cb.C (AutoSaveBuffer::start):
1055         invoke run(DontWait) rather than runNonBlocking().
1056
1057 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1058
1059         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1060
1061 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1062
1063         * kbsequence.C (print): adjust
1064
1065         * kbmap.C (printKeySym): rename and change signature
1066         (printKey): use LyXKeySym::print()
1067
1068 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1069
1070         * undo.C: add using std::advance to compile for stlport
1071
1072 2004-03-24  Angus Leeming  <leeming@lyx.org>
1073
1074         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1075         it leads to a crash when no buffer is present.
1076
1077 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1078             Martin Vermeer  <martin.vermeer@hut.fi>
1079
1080         * lyxfunc.C (dispatch):
1081         * bufferparams.C (readToken): use the new LColor::setColor
1082
1083         * LColor.[Ch] (setColor): new version that takes two strings as
1084         argument and creates a new color entry if necessary
1085
1086 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1087
1088         * buffer.C (makeLaTeXFile): if the main latex file that is
1089         processed is usually a subdocument of some master, then pretend
1090         for a while that it is actually the master
1091
1092 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1093
1094         * buffer.C (getLabelList):
1095         (getBibkeyList): use getMasterBuffer()
1096         (getMasterBuffer): new method. Returns the main document in the
1097         case where one is using included documents.
1098
1099 2004-03-25  André Pönitz  <poenitz@gmx.net>
1100
1101         * Makefile.am:
1102         * iterators.[Ch]:
1103         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1104
1105         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1106
1107         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1108         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1109
1110         * ParameterStruct.h: merge with ParagraphParameters
1111
1112         * lyxtext.h: remove LyXText::parOffset() and getPar()
1113
1114         * text3.C: Remove all 'manual' update calls. We do now one per user
1115         interaction which is completely sufficient.
1116
1117         * Bidi.C:
1118         * BufferView.[Ch]:
1119         * BufferView_pimpl.C:
1120         * FontIterator.[Ch]:
1121         * MenuBackend.C:
1122         * ParagraphParameters.[Ch]:
1123         * buffer.C:
1124         * buffer.h:
1125         * bufferlist.C:
1126         * cursor.[Ch]:
1127         * cursor_slice.[Ch]:
1128         * dociterator.[Ch]:
1129         * errorlist.[Ch]:
1130         * factory.C:
1131         * lfuns.h:
1132         * lyxfind.C:
1133         * lyxfunc.C:
1134         * output_docbook.[Ch]:
1135         * output_latex.[Ch]:
1136         * output_linuxdoc.[Ch]:
1137         * output_plaintext.[Ch]:
1138         * paragraph.[Ch]:
1139         * paragraph_funcs.[Ch]:
1140         * paragraph_pimpl.[Ch]:
1141         * rowpainter.C:
1142         * tabular.[Ch]:
1143         * text.C:
1144         * text2.C:
1145         * toc.C:
1146         * undo.[Ch]: adjust
1147
1148         * frontends/controllers/ControlDocument.C:
1149         * frontends/controllers/ControlErrorList.C:
1150         * frontends/controllers/ControlSpellchecker.C:
1151         * insets/inset.C:
1152         * insets/inset.h:
1153         * insets/insetbase.h:
1154         * insets/insetbibitem.C:
1155         * insets/insetbox.C:
1156         * insets/insetbranch.C:
1157         * insets/insetcaption.C:
1158         * insets/insetcharstyle.C:
1159         * insets/insetcharstyle.h:
1160         * insets/insetcollapsable.C:
1161         * insets/insetcollapsable.h:
1162         * insets/insetert.C:
1163         * insets/insetfloat.C:
1164         * insets/insetfoot.C:
1165         * insets/insetmarginal.C:
1166         * insets/insetnote.C:
1167         * insets/insetoptarg.C:
1168         * insets/insettabular.C:
1169         * insets/insettext.C:
1170         * insets/insettext.h:
1171         * insets/insetwrap.C:
1172         * mathed/math_mboxinset.C:
1173         * mathed/math_nestinset.C:
1174         * mathed/math_scriptinset.C:
1175         * mathed/math_scriptinset.h:
1176         * support/types.h:
1177
1178 2004-03-24  Angus Leeming  <leeming@lyx.org>
1179
1180         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1181         deal with any child processes that have finished but are waiting to
1182         communicate this fact to the rest of LyX.
1183
1184 2004-03-24  Angus Leeming  <leeming@lyx.org>
1185
1186         64-bit compile fixes.
1187
1188         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1189         (c-tor): pass lyx::pos_types rather than ints.
1190
1191         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1192         lyx::pos_type.
1193
1194         * text.C (Delete): compile fix.
1195         (getPar): ensure that function declaration is the same as that in
1196         the header file.
1197
1198 2004-03-23  Angus Leeming  <leeming@lyx.org>
1199
1200         * ispell.C (LaunchIspell):
1201         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1202         a boost::shred_ptr rather than a std::auto_ptr.
1203
1204 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1205
1206         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1207         handle LFUN_FILE_INSERT_*
1208
1209         * lyxrc.C (setDefaults, getDescription, output, read):
1210         * lyxrc.h: remove ps_command
1211
1212 2004-03-22  Angus Leeming  <leeming@lyx.org>
1213
1214         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1215         Ensure that error_handler is processed once only and that all data
1216         is saved before attempting to output any warning messages.
1217
1218         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1219
1220 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1221
1222         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1223
1224 2004-03-19  André Pönitz  <poenitz@gmx.net>
1225
1226         * cursor.[Ch] (reset): take main text inset as argument
1227
1228         * BufferView: adjust
1229         * BufferView_pimpl.C: adjust
1230
1231         * paragraph.[Ch]: fix completely broken operator=()
1232
1233 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1234
1235         * LColor.C (getFromLyXName): make sure that the color name is used
1236         as lowercase.
1237
1238 2004-03-17  Angus Leeming  <leeming@lyx.org>
1239
1240         * lfuns.h:
1241         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1242
1243         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1244         dialog and to kill a forked process.
1245
1246 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1247
1248         * text2.C (setCursorFromCoordinates): fix font problem
1249
1250 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1251
1252         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1253         bogus "rebuild cursor" code
1254
1255 2004-03-11  André Pönitz  <poenitz@gmx.net>
1256
1257         * buffer.[Ch]: use InsetText instead of LyXText as container for
1258         the main lyx text.
1259
1260         * dociterator.[Ch]: drop the BufferView * member which is not needed
1261         anymore after the change to buffer.C
1262
1263         * paragraph_funcs.C:
1264         * text.C:
1265         * text2.C:
1266         * BufferView.[Ch]:
1267         * BufferView_pimpl.[Ch]:
1268         * cursor.[Ch]:
1269         * cursor_slice.[Ch]: adjust
1270
1271         * text3.C: fix bug in mathDispatch
1272
1273 2004-03-08  André Pönitz  <poenitz@gmx.net>
1274
1275         * undo.[Ch]: use 'StableDocumentIterator' as base for
1276         the Undo struct.
1277
1278 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1279
1280         * LaTeXFeatures.C:
1281         * bufferparams.[Ch]: add jurabib support and param.
1282
1283         * LaTeX.C: add FIXME/comment.
1284
1285 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1286
1287         * buffer.C: increment file format to 230.
1288
1289 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1290
1291         * cursor.C (dispatch): avoid infinite loops
1292
1293 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1294
1295         * rowpainter.C (paintSelection): fix x coordinates
1296
1297 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1298
1299         * text.C (rowBreakPoint): fix breaking before displayed insets
1300
1301 2004-03-01  André Pönitz  <poenitz@gmx.net>
1302
1303         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1304
1305         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1306
1307         * Makefile.am:
1308         * BufferView.C:
1309         * BufferView_pimpl.C:
1310         * buffer.C:
1311         * lyxfind.C:
1312         * lyxfunc.C:
1313         * text.C:
1314         * text2.C:
1315         * text3.C: adjust
1316
1317 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1318
1319         * lyxtext.h:
1320         * text.C:
1321         * text2.C:
1322         * rowpainter.C:
1323         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1324         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1325
1326 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1327
1328         * Bidi.[Ch] (computeTables): const correctness
1329         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1330         fill_hfill, fill_label_hfill and x from Row
1331         * lyxtext.h: prepareToPrint returns a RowMetrics
1332         * rowPainter.C: adjust
1333         * text.C (prepareToPrint): use width, not textWidth. adjust
1334         (redoParagraphInternal, cursorX): adjust
1335         * text2.C (getColumnNearX): adjust
1336         (init): put a default value to the top LyXText::width
1337
1338 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1339
1340         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1341
1342 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1343
1344         * lyxtext.h: add FontIterator class
1345
1346         * text.C (FontIterator, operator*, operator->, operator++): add
1347         (rowBreakPoint, setRowWidth): adjust (fixing a
1348         rebreaking bug)
1349
1350 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1351
1352         * BufferView_pimpl.C (workAreaDispatch): allow also
1353         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1354
1355 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1356
1357         * text.C (rowBreakPoint): fix a bug showing with very large insets
1358
1359 2004-02-25  André Pönitz  <poenitz@gmx.net>
1360
1361         * text3.C:
1362         * cursor.[Ch]: move some mathed specific code to mathed
1363
1364 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1365
1366         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1367         use_tempdir in preferences
1368         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1369         tempfile creation
1370         * lyx_main.C: ensure that tempdir is valid
1371         * lyxlex.h: correct typo
1372         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1373         * paragraph.[Ch] (isMultiLingual): make const
1374         * cursor.[Ch] (openable): make const
1375
1376 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1377
1378         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1379
1380 2004-02-20  André Pönitz  <poenitz@gmx.net>
1381
1382         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1383
1384         * cursor.[Ch]: prepare for localized getStatus()
1385
1386         * lyxtext.h:
1387         * tabular.C:
1388         * text.C:
1389         * text2.C:
1390         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1391
1392 2004-02-20  André Pönitz  <poenitz@gmx.net>
1393
1394         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1395
1396 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1397
1398         * text2.C (setCursorFromCoordinates): switch to absolute coords
1399         (cursorUp): adjust
1400         (cursorDown): adjust
1401         * text3.C (dispatch): adjust
1402
1403 2004-02-16  André Pönitz  <poenitz@gmx.net>
1404
1405         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1406           insets/ChangeLog)
1407
1408         * cursor_slice.[Ch]: remove unneeded acessor function
1409
1410         * lyxtext.h: rename rtl() to isRTL()
1411
1412         * rowpainter.C:
1413         * tabular.C:
1414         * text.C:
1415         * text2.C:
1416         * text3.C: adjust
1417
1418 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1419
1420         * rowpainter.C (paintSelection): coord fix
1421
1422 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1423
1424         * Spacing.C: compile fix
1425
1426 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1427
1428         * cursor.C (dispatch): restore current_ before returning
1429
1430 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1431
1432         * text2.C (cursorUp, cursorDown): fix coords
1433         (moveUp): fix crash
1434
1435 2004-02-12  André Pönitz  <poenitz@gmx.net>
1436
1437         * lyxtext.h:
1438         * text.C:
1439         * text2.C:
1440         * text3.C: add LCursor & parameter to most cursor movement functions
1441           remove usage of LyXText::cursorRow() and cursorPar()
1442
1443         * cursor.[Ch]: add textRow() needed members
1444
1445         * BufferView.C:
1446         * BufferView_pimpl.C:
1447         * paragraph.[Ch]:
1448         * BufferView.C:
1449         * BufferView_pimpl.C: adjust
1450
1451 2004-02-11  André Pönitz  <poenitz@gmx.net>
1452
1453         * lyxfunc.C:
1454         * BufferView.[Ch]:
1455         * BufferView_pimpl.C: shift undo/redo handling
1456
1457         * cursor.[Ch]: fix mathed crash
1458
1459         * lyxfind.C:
1460         * lyxtext.h: move selectionAsText to LCursor
1461
1462         * output_latex.C:
1463         * paragraph.C:
1464         * text.C:
1465         * text2.C:
1466         * text3.C: adjust
1467
1468         * rowpainter.C: fix excessive drawing
1469
1470 2004-02-06  André Pönitz  <poenitz@gmx.net>
1471
1472         * BufferView.[Ch]:
1473         * BufferView_pimpl.[Ch]:
1474         * text3.C: move some text specific LFUN handling
1475
1476 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1477
1478         * text3.C (checkInsetHit): adjust coords
1479         * text2.C (getColumnNearX): adjust coords
1480         (edit): adjust coords
1481         * text.C (getRowNearY): add two asserts
1482
1483 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1484
1485         * converter.C:
1486         * format.C: add using std::distance to compile on gcc 2.95/stlport
1487
1488 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1489
1490         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1491
1492 2004-02-04  André Pönitz  <poenitz@gmx.net>
1493
1494         * BufferView.[Ch] (insertInset):
1495         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1496
1497         * text2.C:
1498         * text3.C: adjust
1499
1500 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1501
1502         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1503         on the default clause of the switch
1504         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1505         wasn't catched by LCursor::dispatch
1506
1507 2004-02-03  André Pönitz  <poenitz@gmx.net>
1508
1509         * BufferView.C:
1510         * cursor.[Ch]: some additional asserts
1511
1512         * undo.[Ch]: remove LyXText dependency in interface
1513
1514         * lyxfunc.C: adjust
1515
1516         * lyxtext.h (firstPar, lastPar): remove dead functions
1517
1518         * text.C:
1519         * text2.C:
1520         * text3.C:
1521         * paragraph.[Ch]: adjust
1522
1523 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1524
1525         * lyxfind.C (find): fix argument order in call to ::find
1526
1527 2004-02-02  André Pönitz  <poenitz@gmx.net>
1528
1529         * cursor.[Ch]: remove direct access to anchor
1530
1531         * text.C: remove findText() hack
1532
1533 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1534
1535         * iterators.[Ch] (lockPath): remove in favour of...
1536         * BufferView.[Ch] (setCursor): this addition
1537         * BufferView.C (putSelectionAt): adjust
1538         * undo.C (performUndoOrRedo): adjust
1539         * lyxfunc.C (dispatch): adjust
1540
1541 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1542
1543         * iterators.C (lockPath): add a missing slice
1544         * undo.C (performUndoOrRedo): remove redundant positioning code
1545
1546 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1547
1548         * vc-backend.C (scanMaster): ";" -> ';'
1549
1550 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1551
1552         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1553         std::binary_function
1554
1555         * lyxtextclass.C (compare_name): rename to...
1556         (LayoutNamesEqual): ...this
1557
1558         * lyxlex_pimpl.C (compare_tags): inherit from
1559         std::binary_function, put back into anon namespace
1560
1561         * lyxfind.C (MatchString): inherig from std::binary_function
1562         (findChange): use empty() istead of !size()
1563
1564         * format.C (FormatNamesEqual): new functor
1565         (getFormat): use it
1566         (getNumber): use it
1567         (add): use it
1568         (erase): use it
1569         (setViewer): use it
1570
1571         * converter.C (compare_Converter): rename to...
1572         (ConverterEqual): ...this, and fixup a bit.
1573         (getConverter): use it, and make function const
1574         (getNumber): use it, and make function const
1575         (add): use it
1576         (erase): use it:
1577
1578         * bufferlist.C: add using boost::bind
1579
1580         * MenuBackend.C (MenuNamesEqual): new functor
1581         (hasMenu): use it, and make function const
1582         (hasSubmenu): use nested bind to get rid of compare_memfun.
1583
1584 2004-01-30  André Pönitz  <poenitz@gmx.net>
1585
1586         * BufferView_pimpl.C:
1587         * cursor.C:
1588         * cursor.h:
1589         * cursor_slice.[Ch]:
1590         * lyxfunc.C:
1591         * lyxtext.h:
1592         * paragraph_funcs.C:
1593         * paragraph_funcs.h:
1594         * rowpainter.C:
1595         * text.C:
1596         * text2.C:
1597         * text3.C: move some of the edit(x,y) handling to the insets
1598         some coordinate changes.
1599
1600 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1601
1602         * text.C: add using statements for std::advance and std::distance
1603
1604         * paragraph.C: add using statement for std::distance
1605
1606         * lyxfind.C: add using statement for std::advance
1607
1608         * cursor.C (region): remove std:: from swap
1609         (openable): use nucleus in stead of operator->
1610
1611         * BufferView.C: add using statements for std::distance and std::swap
1612
1613 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1614
1615         * iterators.C: Remove the pimple, move the needed structures to
1616         the header file. Create accessor for the positions stack.
1617         (asPosIterator): remove function
1618
1619         * PosIterator.C (PosIterator): move constructors to top of file
1620         (PosIterator): reimplement the constructor taking a ParIterator in
1621         terms of setFrom.
1622         (setFrom): new function
1623         (operator!=): inline it
1624
1625 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1626
1627         * lyxfind.C (replaceAll): use std::advance
1628
1629         * iterators.h: inherit from std::iterator.
1630
1631         * PosIterator.C (advance, distance): remove
1632         * PosIterator.h: interit from std::iterator.
1633
1634 2004-01-26  André Pönitz  <poenitz@gmx.net>
1635
1636         * BufferView.[Ch]:
1637         * BufferView_pimpl.[Ch]:
1638         * InsetList.[Ch]:
1639         * PosIterator.[Ch]:
1640         * buffer.h:
1641         * bufferview_funcs.C:
1642         * cursor.[Ch]:
1643         * cursor_slice.h:
1644         * factory.[Ch]:
1645         * iterators.[Ch]:
1646         * lyxfind.C:
1647         * lyxfunc.C:
1648         * lyxtext.h:
1649         * output_docbook.C:
1650         * output_latex.C:
1651         * output_linuxdoc.C:
1652         * output_plaintext.C:
1653         * paragraph.[Ch]:
1654         * paragraph_funcs.[Ch]:
1655         * paragraph_pimpl.[Ch]:
1656         * rowpainter.C:
1657         * tabular.C:
1658         * tabular.h:
1659         * text.C:
1660         * text2.C:
1661         * text3.C: more IU:  dumps most of the rest of the mathcursor
1662     implementation into cursor.[Ch]; "globalize" a bit of it.
1663
1664 2004-01-25  Angus Leeming  <leeming@lyx.org>
1665
1666         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1667
1668 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1669
1670         * LaTeXFeatures.h: add nice_ and nice() const
1671         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1672
1673 2004-01-20  André Pönitz  <poenitz@gmx.net>
1674
1675         * BufferView.[Ch]:
1676         * BufferView_pimpl.C:
1677         * PosIterator.C:
1678         * bufferview_funcs.C:
1679         * cursor.[Ch]:
1680         * cursor_slice.[Ch]:
1681         * factory.C:
1682         * iterators.C:
1683         * lyx_cb.C:
1684         * lyxfind.C:
1685         * lyxfunc.C:
1686         * lyxtext.h:
1687         * rowpainter.C:
1688         * text.C:
1689         * text2.C:
1690         * text3.C:
1691         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1692           LCursor and mathcursor parts to LCursor and InsetBase.
1693
1694 2004-01-15  André Pönitz  <poenitz@gmx.net>
1695
1696         * cursor_slice.[Ch]: add a few covienience functions
1697
1698         * funcrequest.[Ch]: remove BufferView * member
1699
1700         * BufferView_pimpl.C:
1701         * cursor.C:
1702         * factory.[Ch]:
1703         * lyxfind.[Ch]:
1704         * lyxfunc.C:
1705         * lyxtext.h:
1706         * text3.C:
1707         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1708
1709 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1710
1711         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1712         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1713
1714 2004-01-13  André Pönitz  <poenitz@gmx.net>
1715
1716         * textcursor.[Ch]:
1717         * lyxtext.h: hide cursor and selection anchor behind accessor function
1718
1719         * BufferView.C:
1720         * BufferView_pimpl.[Ch]:
1721         * PosIterator.C:
1722         * bufferview_funcs.C:
1723         * cursor.h:
1724         * lyxfind.C:
1725         * lyxfunc.C:
1726         * text.C:
1727         * text2.C:
1728         * text3.C:
1729         * undo.C: adjust
1730
1731         * cursor.h:
1732         * cursor_slice.[Ch]: some integer type changes for inset unification
1733
1734         * lyxcursor.[hC]: remove, it's CursorSlice now.
1735
1736         * Makefile.am:
1737         * BufferView_pimpl.[Ch]:
1738         * bufferview_funcs.C:
1739         * cursor_slice.C:
1740         * lyxtext.h:
1741         * text.C:
1742         * text2.C:
1743         * text3.C:
1744         * textcursor.[Ch]: adjust
1745
1746 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1747
1748         * text2.C (undoSpan): add and use
1749         * text.C (breakParagraph): use undoSpan (fix bug 578)
1750         * lyxtext.h: adjust
1751
1752 2004-01-08  Angus Leeming  <leeming@lyx.org>
1753
1754         * BufferView_pimpl.C (MenuInsertLyXFile):
1755         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1756         * lyxfunc.C (menuNew, open, doImport):
1757         FileFilterList change to the FileDialog open and save functions.
1758
1759 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1760
1761         * ShareContainer.h: make isEqual and isUnique adaptable
1762
1763         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1764
1765 2004-01-07  Angus Leeming  <leeming@lyx.org>
1766
1767         * LyXAction.C:
1768         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1769
1770         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1771
1772         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1773         functions replacing find, replace and replaceAll.
1774
1775         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1776         LFUN_WORDFIND(FORWARD|BACKWARD).
1777
1778 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1779
1780         * text.C (breakParagraph): remove an outdated #warning
1781
1782 2004-01-07  André Pönitz  <poenitz@gmx.net>
1783
1784         * lyxfind.C: somewhat clearer logic
1785
1786         * text.C: prevent crash in cursorX on unitialized row cache
1787
1788 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1789
1790         * lyxcursor.[Ch] (operator>): add
1791         * textcursor.C (selStart, selEnd): use std::min and std::max
1792
1793 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1794
1795         * Chktex.C: include boost/format.hpp
1796
1797 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1798
1799         * InsetList.C: replace functor MathcIt with adaptable functor
1800         InsetTablePosLess
1801         (insetIterator): modify accordingly
1802
1803         * BranchList.h: move the BranchNamesEqual functor here from...
1804         * BranchList.C: ... to here
1805
1806         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1807         SameName and match.
1808         (add): replace a finding loop with std::find_if.
1809
1810 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1811
1812         * output_docbook.C: moving LatexParam functionality into
1813         .layout files
1814
1815 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1816
1817         * buffer.C: increment format to 229.
1818
1819 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1820
1821         * LaTeXFeatures.C:
1822         * lyx_sty.[Ch]: remove minipageindent_def
1823
1824         * LyXAction.C:
1825         * factory.C:
1826         * lfuns.h:
1827         * lyxfunc.C:
1828         * text3.C: remove LFUN_INSET_MINIPAGE
1829
1830 2003-12-28  Angus Leeming  <leeming@lyx.org>
1831
1832         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1833
1834 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1835
1836         * text2.C (setParagraph): fix off-by-one crash
1837
1838 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1839
1840         * output_docbook.C: header stuff for AGU
1841
1842 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1843
1844         * text2.C (redoCursor): remove
1845         * text.C:
1846         * text3.C:
1847         * BufferView_pimpl.C: remove calls to redoCursor and
1848         setCursor(cursor.par(), cursor.pos()) all around
1849
1850 2003-12-15  Angus Leeming  <leeming@lyx.org>
1851
1852         * buffer.C: up the format to 228.
1853
1854 2003-12-15  André Pönitz  <poenitz@gmx.net>
1855
1856         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1857         slices
1858
1859         * Makefile.am:
1860
1861         * BufferView_pimpl.C:
1862         * cursor.[Ch]:
1863         * lyxcursor.[Ch]:
1864         * rowpainter.[Ch]:
1865         * lyxtext.h:
1866         * text.C:
1867         * text2.C:
1868         * text3.C: adjust
1869
1870 2003-12-15  Angus Leeming  <leeming@lyx.org>
1871
1872         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1873         than getFromGUIName to manipulate the color.
1874
1875 2003-12-14  Angus Leeming  <leeming@lyx.org>
1876
1877         * BranchList.[Ch]: minimize the API.
1878         (Branch::getBranch, getColor): now return a 'const &'.
1879         (Branch::setSelected) now returns a bool set to true if the
1880         selection status changes.
1881         (BranchList::clear, size, getColor, setColor, setSelected,
1882         allBranches, allSelected, separator): removed.
1883         (BranchList::find): new functions, returning the Branch with
1884         the given name.
1885         (BranchList::add, remove): return a bool indicating that
1886         the operation was successful.
1887
1888         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1889         new InsetBranch::isBranchSlected member function.
1890
1891         * LColor.[Ch]: mimimize the API.
1892         (fill): renamed as addColor and made private.
1893         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1894         versions of these functions taking a string arg have been removed.
1895
1896         * bufferparams.C (readToken):
1897         * lyxfunc.C (dispatch):
1898         * lyxrc.C (read): changes due to the altered BranchList and
1899         LColor APIs.
1900
1901         * factory.C (createInset, readInset): changes due to altered
1902         InsetBranch c-tor.
1903
1904 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1905
1906         * factory.C:
1907         * lyxfunc.C: remove insetminipage. "minipage-insert"
1908         now produces a frameless minipage box inset.
1909
1910 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1911
1912         * textcursor.[Ch] (selStart,selEnd): add new methods
1913         remove selection::start, end, use LyXCursor::operator<
1914         * lyxcursor.[Ch] (operator<): add
1915         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1916         * BufferView.[Ch] (unsetXSel): add
1917         * text2.C (clearSelection): use unsetXSel,adjust
1918         * text.C: adjust
1919         * text3.C: adjust
1920         * rowpainter.C: adjust
1921         * bufferview_funcs.C (put_selection_at): adjust
1922
1923 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1924
1925         * BufferView_pimpl.C: small coord. correction
1926
1927 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1928
1929         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1930         dragging over the splash screen.
1931
1932 2003-12-11  Angus Leeming  <leeming@lyx.org>
1933
1934         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1935         as it is now handled in LyXText::dispatch.
1936
1937         * text3.C (doInsertInset): remove a level of nesting.
1938
1939 2003-12-11  Angus Leeming  <leeming@lyx.org>
1940
1941         * factory.C (createInset): changes due to the changed interface to
1942         InsetCommandMailer::string2params.
1943
1944 2003-12-10  Angus Leeming  <leeming@lyx.org>
1945
1946         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1947         'dialog-show-new-inset <inset name>'
1948
1949 2003-12-10  Angus Leeming  <leeming@lyx.org>
1950
1951         * buffer.C: up the format to 227.
1952
1953         * factory.C: the box inset is now identified simply by 'Box'.
1954
1955 2003-12-10  Angus Leeming  <leeming@lyx.org>
1956
1957         * buffer.C: up the format to 226.
1958
1959         * factory.C: the note inset is now identified simply by 'Note'.
1960
1961 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1962
1963         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1964         when a pit is enough. Standarize a couple of loops.
1965
1966 2003-12-05  Angus Leeming  <leeming@lyx.org>
1967
1968         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1969         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1970         data to the re-worked "log" dialog.
1971
1972 2003-12-03  André Pönitz  <poenitz@gmx.net>
1973
1974         * PosIterator.C:
1975         * iterators.C:
1976         * lyxtext.h:
1977         * output_latex.C:
1978         * paragraph_funcs.C:
1979         * text.C:
1980         * text2.C: use Inset::getText instead of Inset::getParagraph
1981
1982 2003-12-03  André Pönitz  <poenitz@gmx.net>
1983
1984         * buffer.[Ch]:
1985         * lyxtext.h:
1986         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1987         InsetText::read() as LyXText::read()
1988
1989 2003-12-02  Angus Leeming  <leeming@lyx.org>
1990
1991         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1992         type. Add a comment in the implementation that the function uses
1993         the stream's bad() function rather than fail() as the std::streams
1994         would do.
1995
1996 2003-12-02  André Pönitz  <poenitz@gmx.net>
1997
1998         * lyxlex.[Ch]: make interface more similar to std::stream
1999
2000         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
2001
2002 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
2003
2004         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
2005
2006 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
2007
2008         * vspace.[Ch]: remove VSpace::NONE
2009
2010 2003-12-01  André Pönitz  <poenitz@gmx.net>
2011
2012         * buffer.[Ch]:
2013         * lyxtext.h: move ParagraphList member to LyXText
2014         rename LyXText::ownerParagraphs to LyXText::paragraph
2015
2016         * CutAndPaste.C:
2017         * bufferview_funcs.C:
2018         * iterators.[Ch]:
2019         * lyx_cb.C:
2020         * paragraph.C:
2021         * rowpainter.C:
2022         * tabular.C:
2023         * text.C:
2024         * text2.C:
2025         * text3.C: adjust
2026
2027         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2028
2029         * undo.C: fix cursor positioning
2030
2031 2003-12-01  John Levon  <levon@movementarian.org>
2032
2033         * BufferView_pimpl.C: fix a crash on exit with
2034         a buffer open
2035
2036 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2037
2038         * BranchList.C: fix setSelected() method.
2039
2040 2003-11-28  André Pönitz  <poenitz@gmx.net>
2041
2042         * ParagraphParameters.[Ch]:
2043         * ParameterStruct.h: remove space above/below from Paragraph to
2044          InsetVSpace
2045
2046         * BufferView_pimpl.C:
2047         * factory.C:
2048         * lyxfunc.C:
2049         * lyxtext.h:
2050         * output_latex.C:
2051         * paragraph.C:
2052         * paragraph_funcs.C:
2053         * rowpainter.[Ch]:
2054         * text.C:
2055         * text2.C:
2056         * text3.C: adjust
2057
2058 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2059
2060         * factory.C: Syntax change for CharStyles
2061
2062 2003-11-28  André Pönitz  <poenitz@gmx.net>
2063
2064         * BufferView.[Ch]:
2065         * BufferView.[Ch]:
2066         * buffer.[Ch]:
2067         * buffer.[Ch]: move LyXText member
2068
2069 2003-11-28  André Pönitz  <poenitz@gmx.net>
2070
2071         * BufferView.[Ch]: make LyXText * text a private member
2072
2073         * BufferView_pimpl.C:
2074         * cursor.C:
2075         * iterators.C:
2076         * lyx_cb.C:
2077         * lyxfind.C:
2078         * lyxtext.h:
2079         * rowpainter.[Ch]:
2080         * text.C:
2081         * text2.C:
2082         * undo.C: adjust
2083
2084         * output_plaintext.C: cleanup
2085
2086 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2087
2088         * buffer.C:
2089         * lyxtextclass.[Ch]: parametrize SGML document header
2090
2091 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2092
2093         * converter.[Ch]:
2094         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2095         getFlavor().
2096
2097 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2098
2099         * text2.C (setFont): rework using PosIterator (no more recursive)
2100         (setCharFont): no more needed
2101         (setLayout): no more selection cursors fiddling (done by redoCursor)
2102         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2103         destroy remaining ones)
2104
2105 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2106
2107         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2108         * lyxtext.h: ditto
2109         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2110         selection cursors
2111         * lyxfunc.C: adjust
2112         * text3.C: adjust + re-allow multi par depth changes
2113         * textcursor.C: simplify a bit
2114
2115 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2116
2117         * src/buffer.C:
2118         * src/lyxlayout.C:
2119         * src/lyxlayout.h:
2120         * src/lyxtext.h:
2121         * src/output_docbook.C:
2122         * src/output_latex.C:
2123         * src/paragraph.C:
2124         * src/paragraph.h:
2125         * src/sgml.C:
2126         * src/sgml.h:
2127         * src/text2.C: Introducing a number of tags parametrizing various
2128         XML formats that we may want to support
2129
2130 2003-11-25  André Pönitz  <poenitz@gmx.net>
2131
2132         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2133
2134         * lyxtext.h (leftMargin/rightMargin): simplify interface
2135
2136         * rowpainter.C:
2137         * text.C:
2138         * text2.C:
2139         * text3.C: adjust
2140
2141 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2142
2143         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2144         master file to any child files. Fixes bug 546.
2145
2146 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2147
2148         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2149
2150 2003-11-24  André Pönitz  <poenitz@gmx.net>
2151
2152         * rowpainter.C: simplification
2153
2154         * text2.C (updateCounters): remove call to redoParagraph on
2155         changed labels as this is far too expensive.
2156
2157 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2158
2159         * converter.C (convert): fix a crash: this function gets
2160         called with buffer == 0 from importer code.
2161
2162 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2163
2164         * text3.C (cursorPrevious): make sure that we do not compare
2165         iterators form different containers.
2166         (cursorNext): ditto
2167
2168         * rowpainter.C (paintSelection): make sure that we do not compare
2169         iterators from different containers.
2170
2171         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2172         iterators from different ParagraphList containers.
2173         [NEXT] ditto
2174
2175         * text2.C (LyXText): change order of initialization slightly
2176         (operator=): new function. copy all variables except cache_par_
2177         (moveUp): make sure that we do not compare iterators from
2178         different ParagraphList constainers.
2179         (moveDown): ditto
2180
2181         * text.C (firstPar): new function
2182         (lastPar): new function
2183         (endPar): new function
2184
2185         * lyxtext.h: move things around and group public functions, public
2186         variables, private functions, private variables
2187
2188 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2189
2190         * factory.C: change call to InsetERT constructor to avoid
2191         additional invocation of method status
2192         * text2.C (toggleInset): remove redundant update() call
2193         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2194         instead of a Bufferview pointer
2195
2196 2003-11-21  André Pönitz  <poenitz@gmx.net>
2197
2198         * rowpainter.C: simplification
2199
2200 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2201
2202         * text3.C (dispatch): make possible to extend a word/row selection
2203         with the mouse
2204
2205 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2206
2207         * lyxtext.h: x0_,y0_ -> xo_,yo_
2208         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2209         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2210         * rowpainter.C (paintRows): paint full paragraphs
2211
2212 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2213
2214         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2215         screen coordinates)
2216
2217 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2218
2219         * lyxtext.h: add x0_, y0_
2220         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2221         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2222
2223 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2224
2225         * text2.C (setCursorIntern): move the x_target update here *
2226         * text3.C: change some bv() to true/false in calls to
2227         cursorUp/Down/Right/Left
2228         * cursor.C: use helper function.
2229
2230 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2231
2232         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2233         * paragraph_funcs.[Ch]: correct comment
2234         * rowpainter.C: do not paint selections away from bv->cursor()
2235         Fix a long standing selection painting bug.
2236         * text3.C: generalize mouse-selection code to LyXTexts other that
2237         top one
2238         * textcursor.C: do not use y coords if we can use par offsets
2239
2240 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2241
2242         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2243         cursor position after e.g. inset insert)
2244
2245 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2246
2247         * lyxfind.C (replace): adjust to locking removal + some
2248         code simplification
2249
2250 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2251
2252         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2253         of the path
2254
2255 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2256
2257         * lyxlayout.[Ch]:
2258         * output_docbook.C: XML sanitation: new layout
2259         parameters InnerTag and CommandDepth
2260
2261 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2262
2263         * BufferView_pimpl.C:
2264         * factory.C:
2265         * text3.C: Fix the insertion and modification of button-style
2266         insets
2267
2268 2003-11-13  André Pönitz  <poenitz@gmx.net>
2269
2270         * InsetList.[Ch]: remove deleteLyXText
2271
2272         * paragraph.[Ch]: cache beginOfBody position
2273
2274         * Bidi.C:
2275         * text.C:
2276         * text2.C:
2277         * text3.C: remove superfluous update() calls
2278
2279         * vspace.C: cleanup
2280
2281 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2282
2283         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2284         * BufferView.C (fitLockedInsetCursor): remove
2285         * cursor.[Ch] (getDim): add
2286         * text.C (getRowNearY): add faster version
2287         * text3.C: remove some update calls
2288
2289 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2290
2291         * LaTeXFeatures.C:
2292         * LyXAction.C:
2293         * MenuBackend.C:
2294         * MenuBackend.h:
2295         * dispatchresult.h:
2296         * factory.C:
2297         * lfuns.h:
2298         * lyxfunc.C:
2299         * lyxtextclass.C:
2300         * lyxtextclass.h:
2301         * text3.C: The Character Style /XML short element patch.
2302
2303 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2304
2305         * text3.C:
2306         * factory.C: Small step to solving 'unable to insert some insets'
2307         problem
2308
2309 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2310
2311         * cursor.[Ch] (updatePos): new function for updating the y
2312         position of the tip inset
2313         * bufferview_funcs.C (put_selection_at):
2314         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2315
2316 2003-11-11  André Pönitz  <poenitz@gmx.net>
2317
2318         * text.C: remove big comment on invalid Paragraph pointers as it is
2319         not valid anymore
2320
2321 2003-11-11  André Pönitz  <poenitz@gmx.net>
2322
2323         * text_funcs.[Ch]: merge with ...
2324
2325         * text.C: ... this
2326
2327         * lyxtext.h:
2328         * text2.C:
2329         * text3.C: adjust
2330
2331         * Makefile.am: remove text_funcs.[Ch]
2332
2333 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2334
2335         * cursor.C (getPos): return absolute cached y coord
2336
2337         * BufferView_pimpl.C (fitCursor): new simplistic code
2338         (workAreaDispatch): add a fitCursor call
2339
2340 2003-11-10  André Pönitz  <poenitz@gmx.net>
2341
2342         * BufferView.[Ch]:
2343         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2344
2345 2003-11-10  André Pönitz  <poenitz@gmx.net>
2346
2347         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2348         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2349         indicate that the cursor needs to leave an inset
2350
2351         * lyxtext.h: remove inset locking
2352
2353         * cursor.[Ch]: re-implement functionality provided by inset locking
2354
2355         * BufferView.[Ch]:
2356         * BufferView_pimpl.[Ch]:
2357         * LyXAction.C:
2358         * bufferview_funcs.[Ch]:
2359         * factory.C:
2360         * funcrequest.[Ch]:
2361         * iterators.C:
2362         * lyx_cb.C:
2363         * lyxfind.C:
2364         * lyxfunc.C:
2365         * text.C:
2366         * text2.C:
2367         * text3.C:
2368         * undo.C: adjust
2369
2370 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2371
2372         * PosIterator.[Ch]: replace the stack with a vector, add inset
2373         accesor
2374         * iterators.[C]: adjust
2375
2376 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2377
2378         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2379         replaced
2380         * paragraph_funcs.C (readParToken): put the correct id in the
2381         error item, not the id of the top paragraph
2382
2383 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2384
2385         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2386         * bufferview_funcs.C (put_selection_at): use the above
2387
2388 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2389
2390         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2391
2392 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2393
2394         * output_linuxdoc.h:
2395         * output_plaintext.h:
2396         * output.h:
2397         * output_docbook.h: add #include statements
2398
2399 2003-11-05  José Matos  <jamatos@lyx.org>
2400
2401         * output_docbook.[Ch]:
2402         * output_latex.[Ch]:
2403         * output_linuxdoc.[Ch]:
2404         * output_plaintext.[Ch]: New files for output formats.
2405         * output.[Ch]: New file for helper functions.
2406
2407         * buffer.[Ch]:
2408         * paragraph_funcs.[Ch]: output functions moved to new files.
2409
2410         * outputparams.h: rename of latexrunparams.h
2411
2412         * LaTeX.[Ch]:
2413         * buffer.[Ch]:
2414         * bufferlist.[Ch]:
2415         * converter.[Ch]:
2416         * exporter.C:
2417         * paragraph.[Ch]:
2418         * paragraph_funcs.[Ch]:
2419         * paragraph_pimpl.[Ch]:
2420         * tabular.[Ch]: rename ascii to plaintext
2421         and LatexRunParams to OutputParams.
2422
2423 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2424
2425         * iterators.[Ch] (text): require bv argument
2426         * undo.C (recordUndo):
2427         * lyxfunc.C (dispatch):
2428         * bufferview_funcs.C (put_selection_at): adjust
2429
2430 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2431
2432         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2433
2434 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2435
2436         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2437         nestings
2438
2439 2003-11-04  André Pönitz  <poenitz@gmx.net>
2440
2441         * cursor.[Ch]: restructure
2442
2443         * BufferView.[Ch]:
2444         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2445
2446         * iterators.[Ch] (asCursor): remove
2447
2448         * lfuns.h: remove LFUN_INSET_EDIT
2449
2450         * lyxfunc.C:
2451         * tabular.C:
2452         * text.C:
2453         * text2.C:
2454         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2455
2456 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2457
2458         * lyxfind.[Ch]: complete overhaul
2459         * BufferView_pimpl.C:
2460         * lyxfunc.C: adjust
2461         * paragraph.[Ch] (insert): add
2462
2463 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2464
2465         * BufferView.[Ch]:
2466         * lyxtext.h:
2467         * text.C: remove dead spellcheck code
2468
2469 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2470
2471         * dispatchresult.h: add a val setter
2472
2473         * cursor.C (dispatch): use a tempvar for data_[i]
2474
2475 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2476
2477         * PosIterator.[Ch]: compile fix
2478
2479 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2480
2481         * text.C (cursorPar): deactivate the cursor cache
2482
2483 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2484
2485         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2486
2487 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2488
2489         * text3.C (dispatch): adjust for new DisptchResult semantics.
2490
2491         * lyxfunc.C (dispatch): handle update when return from
2492         Cursor::dispatch, adjust for new DispatchResult semantics.
2493
2494         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2495         DispatchResult(true) mean to not update. Add class functions for
2496         setting dispatched and update, as well as reading.
2497
2498         * cursor.C (dispatch): don't handle update here
2499
2500 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2501
2502         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2503         * trans_mgr.C: adjust
2504
2505         * paragraph_funcs.C (readParToken): exception safety
2506
2507         * lyxvc.h: store the vcs pointer in a scoped_ptr
2508         * lyxvc.C: adjust
2509
2510         * lyxsocket.C (serverCallback): exception safety
2511
2512         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2513
2514         * ispell.C (clone): make it return a auto_ptr
2515
2516         * factory.C (createInset): exception safety
2517         (readInset): exception safety
2518
2519         * bufferlist.C (newBuffer): exception safety
2520
2521         * Thesaurus.C (Thesaurus): use initialization for aik_
2522
2523         * MenuBackend.C (expandToc): exception safety.
2524
2525 2003-11-03  André Pönitz  <poenitz@gmx.net>
2526
2527         * buffer.C:
2528         * buffer.h:
2529         * bufferview_funcs.C: remove getInsetFromId()
2530
2531         * lyxcursor.[Ch]:
2532         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2533
2534         * lyxfunc.C:
2535         * text2.C:
2536         * text3.C: adjust
2537
2538 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2539
2540         * PosIterator.C (distance, advance): new
2541         * bufferview_funcs.[Ch] (put_selection_at): new
2542         * iterators.[Ch] (lockPath): new
2543
2544 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2545
2546         * iterators.[Ch] (asPosIterator): added
2547         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2548         * PosIterator.[Ch]: added
2549
2550 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2551
2552         * text3.C:
2553         * lyxfunc.C:
2554         * cursor.C (dispatch):
2555         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2556
2557         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2558         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2559         contructor, add a class function dispatched. Remove operator>=
2560
2561 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2562
2563         * debug.C: only use the default constructor for debugstream
2564         (lyxerr) here.
2565
2566         * main.C (main): include debug.h and setup the lyxerr streambuf
2567         here.
2568
2569 2003-10-31  José Matos  <jamatos@lyx.org>
2570
2571         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2572
2573         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2574         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2575         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2576         * paragraph_pimpl.C (simpleTeXSpecialC):
2577         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2578         add LatexRunParams argument.
2579
2580         * exporter.C (Export): change call accordingly.
2581
2582         * latexrunparams.h: add new member to take care of the other backends.
2583 2003-10-30  José Matos  <jamatos@lyx.org>
2584
2585         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2586         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2587         factorise code for paragraph output.
2588         * buffer.[Ch]:
2589         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2590         move functions.
2591
2592 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2593
2594         * text3.C (dispatch):
2595         * lyxfunc.C (dispatch):
2596         * cursor.C (dispatch):
2597         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2598
2599         * dispatchresult.h: make the dispatch_result_t ctor explicit
2600
2601 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2602
2603         * sgml.[Ch]:
2604         * buffer.C: small refactoring of docbook stuff
2605
2606 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2607
2608         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2609         meaning.
2610
2611 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2612
2613         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2614         operator dispatch_result_t, and operators for == != and >=
2615
2616         * cursor.C (dispatch): adjust for operator dispatch_result_t
2617         removal. comment out call to update
2618
2619         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2620
2621 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2622
2623         * text3.C:
2624         * text2.C:
2625         * text.C:
2626         * lyxtext.h:
2627         * lyxfunc.C:
2628         * cursor.C:
2629         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2630         (dispatch):
2631
2632         * dispatchresult.h: new file, DispatchResult broken out of
2633         insets/insetbase.h
2634
2635         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2636
2637 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2638
2639         * text.C (rowBreakPoint): put a hack inside #if 0
2640
2641 2003-10-28  André Pönitz  <poenitz@gmx.net>
2642
2643         * lyxtext.h:
2644         * metricsinfo.C:
2645         * paragraph_funcs.C:
2646         * rowpainter.C:
2647         * text.C:
2648         * text2.C: general cleanup (lots of small stuff)
2649
2650 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2651
2652         * text2.C (cursorEnd): simple fix to the "end key goes to one
2653         before the end on last row" bug
2654
2655 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2656
2657         * text.C (backspace): fix the "zombie characters"
2658
2659 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2660
2661         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2662
2663 2003-10-27  André Pönitz  <poenitz@gmx.net>
2664
2665         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2666
2667         * factory.C: handle new InsetPagebreak, InsetLine
2668
2669         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2670         and move handling into new InsetPagebreak, InsetLine
2671
2672         * BufferView_pimpl.C:
2673         * LyXAction.C:
2674         * ParagraphParameters.C:
2675         * ParameterStruct.h:
2676         * lyxfunc.C:
2677         * lyxtext.h:
2678         * paragraph.C:
2679         * paragraph.h:
2680         * paragraph_funcs.C:
2681         * paragraph_pimpl.C:
2682         * rowpainter.C:
2683         * text.C:
2684         * text2.C:
2685         * text3.C: adjust
2686
2687 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2688
2689         * text.C:
2690         * lyxrow_funcs.[Ch]:
2691         * Bidi.C:
2692         * paragraph.C:
2693         * lyxtext.h:
2694         * rowpainter.C:
2695         * text2.C:
2696         * text3.C: remove lastPos uses in favour of Row::endpos
2697
2698 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2699
2700         * undo.C (performUndoOrRedo): fix two crashes by setting a
2701         cursor by hand and reordering some calls. Use bv->lockInset instead
2702         of inset->edit because the latter loses cursor information
2703
2704 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2705
2706         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2707         by Martin
2708         (rowBreakPoint): fix width. change point to point + 1.
2709         Add a missing check.
2710
2711 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2712
2713         * MenuBackend.C:
2714         * lyxfunc.C: fix (at least partly) the problems
2715         with the Nav menu and headers inside branch insets
2716         reported by Kayvan
2717
2718 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2719
2720         * paragraph.C (getChar): add strong asserts
2721
2722         * lyxrow_funcs.C (lastPos): remove hideous hack
2723
2724         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2725         (fill): adjust to that (avoid an infinite loop)
2726
2727 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2728
2729         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2730
2731 2003-10-23  André Pönitz  <poenitz@gmx.net>
2732
2733         * RowList_fwd.h: change list<> to vector<> to gain speed
2734         after suggestion from Alfredo
2735
2736 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2737
2738         * lyxtext.h: move the bidi stuff from here...
2739         * text.C: and here
2740         * text2.C: and here
2741         * Bidi.[Ch]: ... to here
2742
2743 2003-10-23  André Pönitz  <poenitz@gmx.net>
2744
2745         * lyxtext.h:
2746         * text.C (isLastRow, isFirstRow): new functions
2747
2748         * paragraph.h: new width cache member
2749
2750         * rowpainter.C: replace RowList::iterator with Row & where possible
2751
2752         * lyxfunc.C: replace several view()->text with a single call
2753
2754         * toc.C: fix 'unused' warning
2755
2756 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2757
2758         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2759         when woring with stream::pos_type
2760         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2761
2762 2003-10-22  André Pönitz  <poenitz@gmx.net>
2763
2764         * lyxtext.h:
2765         * text.C: use Row & instead of RowList::iterator
2766
2767         * lyxrow.h: rename end() to endpos()
2768
2769         * rowpainter.C:
2770         * text.C:
2771         * text2.C: adjust
2772
2773 2003-10-22  Angus Leeming  <leeming@lyx.org>
2774
2775         * buffer.[Ch] (fully_loaded): new member function, returning true
2776         only when the file has been loaded fully.
2777         Used to prevent the premature generation of previews and by the
2778         citation inset to prevent computation of the natbib-style label.
2779
2780         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2781         templates are all set up.
2782
2783         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2784
2785 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2786
2787         * text.C: fixed an "oops" in the "is a bit silly"
2788         bug fix
2789
2790 2003-10-21  André Pönitz  <poenitz@gmx.net>
2791
2792         * FuncStatus.[Ch]: small stuff, whitespace
2793
2794         * lyxfont.[Ch]: operator<<() for debug reasons
2795
2796         * lyxfunc.C:
2797         * lyxrow_funcs.C:
2798         * lyxtext.h: whitespace, spelling
2799
2800         * paragraph.C: naming of variables
2801
2802         * text.C:
2803         * text2.C: small stuff
2804
2805
2806 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2807
2808         * text.C: (1) finish off the inset display() work;
2809         (2) fix the "is a bit silly" bug (accessing char
2810         past end of par).
2811
2812 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2813
2814         * text.C: re-introduce display() for insets, fixing the
2815         various bugs (stretch of line above, math inset
2816         positioning, ...)
2817
2818 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2819
2820         * text.C (rightMargin): remove spurious semicolon
2821
2822         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2823         1415)
2824
2825 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2826
2827         * text3.C: fix one crash due to wrong cursor def
2828
2829 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2830
2831         * vc-backend.C (scanMaster): make the regex static
2832
2833         * LaTeX.C (scanAuxFile): make the regexs static
2834
2835         * text3.C (doInsertInset, dispatch, dispatch):
2836         * text2.C (cursorUp, cursorDown):
2837         * text.C (selectNextWordToSpellcheck):
2838         * BufferView_pimpl.C (dispatch):
2839         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2840
2841 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2842
2843         * lyxsocket.C: include <cerrno>
2844
2845 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2846
2847         * lyxfunc.C (dispatch): remove textcache stuff
2848
2849         * bufferlist.C (release): remove textcache stuff
2850         (closeAll): ditto
2851
2852         * TextCache.C: delete file
2853         * TextCache.h: delete file
2854
2855         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2856
2857         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2858         delete of the bv_->text.
2859         (resizeCurrentBuffer): remove texcache stuff
2860         (workAreaResize): ditto
2861
2862 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2863
2864         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2865         action.
2866
2867 2003-10-16  André Pönitz  <poenitz@gmx.net>
2868
2869         * lyxrow.[Ch]:
2870         * paragraph.h:
2871         * rowpainter.C:
2872         * text.C:
2873         * text2.C:
2874         * text3.C: speed up by storing y positions per paragraph plus per-row
2875         offset instead of having a 'full' y position in the row.
2876
2877 2003-10-15  André Pönitz  <poenitz@gmx.net>
2878
2879         * iterators.[Ch]:
2880         * iterators.[Ch]:
2881         * undo.[Ch]: make undo aware of inner insets
2882
2883 2003-10-14  Angus Leeming  <leeming@lyx.org>
2884
2885         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2886         static member functions LyX::ref() and LyX::cref.
2887         (lastfiles): new accessor functions for the new lastfiles_ member var.
2888         (addLyXView, views_): add a new LyXView to the list of views_.
2889         (updateInset): loop over all LyXViews to call their own updateInset
2890         member function, returning a pointer to the Buffer owning the inset.
2891
2892         * BufferView_pimpl.C (loadLyXFile):
2893         * MenuBackend.C (expandLastfiles):
2894         * bufferlist.C (MenuWrite, QuitLyX):
2895         lastfiles is no longer a global variable.
2896         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2897
2898         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2899         static function. Access through LyX::cref().emergencyCleanup().
2900
2901 2003-10-14  André Pönitz  <poenitz@gmx.net>
2902
2903         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2904
2905         * undo.[Ch]: restoring part of 'undo in insets'
2906
2907         * Makefile.am:
2908         * undo_funcs.[Ch]: merge with undo.[Ch]
2909
2910         * tabular.C: small cleansing stuff
2911
2912 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2913
2914         * paragraph_funcs.C (readParToken): report unknown insets as error
2915         boxes. Use the outer paragraph as location (also for unknown
2916         tokens).
2917
2918         * factory.C (readInset): do not abort on reading an unknown inset.
2919         Eat it and return 0.
2920
2921 2003-10-13  Angus Leeming  <leeming@lyx.org>
2922
2923         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2924
2925         * lyxrc.C: displayTranslator is now a function,
2926         declared in GraphicsTypes.h.
2927
2928 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2929
2930         * format.C: new placeholder $$a to pass the socket address.
2931
2932         * bufferlist.[Ch]: new function getBufferFromTmp.
2933
2934         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2935           files in the temporary dir.
2936
2937 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2938
2939         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2940
2941         * Makefile.am: add lyxsocket.[Ch].
2942
2943         * lyx_main.C (error_handler): handle SIGPIPE.
2944
2945 2003-10-13  André Pönitz  <poenitz@gmx.net>
2946
2947         * BufferView_pimpl.C:
2948         * lyxtext.h:
2949         * text.C:
2950         * text2.C:
2951         * text3.C:
2952         * undo_funcs.[Ch]: use paroffset_type instead of
2953           ParagraphList::iterators to prevent multiple conversion
2954           (and get a more robust interface)
2955
2956 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2957
2958         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2959         * lyxtext.h: ditto
2960         * text3.C (dispatch): ditto
2961
2962 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2963
2964         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2965         move the onlyfile, use onlyfile instead of foundfile in a couple
2966         of places.
2967
2968         * DepTable.C (update): flush the error stream a bit more
2969
2970 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2971
2972         * lyxserver.C (callback): adjust
2973
2974         * lyxfunc.C (getStatus): add a missing brace in commented code
2975         (ensureBufferClean): reindent
2976         (dispatch): delete version taking a string
2977
2978 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2979
2980         * LaTeX.C (deplog): move found file handlig from here...
2981         (handleFoundFile): .. to new function here.
2982         (deplog): make sure to discover several files mentioned on the
2983         same log line.
2984
2985 2003-10-10  André Pönitz  <poenitz@gmx.net>
2986
2987         * lyxfunc.C:
2988         * lyxtext.h:
2989         * tabular.C:
2990         * text.C:
2991         * text2.C:
2992         * text3.C: fix some of the tabular crashes
2993
2994 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2995
2996         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2997
2998         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2999
3000 2003-10-09  André Pönitz  <poenitz@gmx.net>
3001
3002         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
3003
3004         * BufferView.C:
3005         * BufferView_pimpl.C:
3006         * bufferview_funcs.C:
3007         * lyx_cb.C:
3008         * lyxcursor.C:
3009         * lyxfind.C:
3010         * lyxfunc.C:
3011         * lyxtext.h:
3012         * text.C:
3013         * text2.C:
3014         * text3.C:
3015         * text_funcs.[Ch]:
3016         * textcursor.[Ch]:
3017         * undo_funcs.C: adjust
3018
3019 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3020
3021         * text2.C (incrementItemDepth): new function, use a backtracking
3022         algorithm to discover the correct item depth.
3023         (resetEnumCounterIfNeeded): new function, use a backtracking
3024         algorithm to discover if counter reset is needed.
3025         (setCounter): use them. Simplify a bit. Add different labels for
3026         different item depths for itemize.
3027
3028         * paragraph.C (Paragraph): remove initialization of enumdepth
3029         (operator=): ditto
3030
3031         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3032         enumerate and itemize. Change the type of itemdepth to signed char.
3033
3034 2003-10-08  André Pönitz  <poenitz@gmx.net>
3035
3036         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3037           thing assignable.
3038         * text.C:
3039         * text2.C: adjust
3040
3041         * tabular.[Ch]: fix crash after 'row-insert'
3042
3043 2003-10-08  Angus Leeming  <leeming@lyx.org>
3044
3045         Fix doxygen warnings.
3046
3047         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3048         Remove CutAndPaste:: prefix from header file declaration.
3049
3050         * LColor.h (fill): remove LColor:: prefix from declaration.
3051
3052         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3053         use lyx::depth_type rather than Paragraph::depth_type so that
3054         header file and .C file match.
3055
3056         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3057
3058         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3059         * aspell.C: \file aspell_local.C -> \file aspell.C
3060         * gettext.C: \file gettext.C -> \file src/gettext.C
3061         * gettext.h: \file gettext.h -> \file src/gettext.h
3062         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3063         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3064         * text.C: \file text.C -> \file src/text.C
3065
3066         * toc.C: move comment so that doxygen is not confused.
3067
3068 2003-10-07  Angus Leeming  <leeming@lyx.org>
3069
3070         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3071
3072 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3073
3074         * aspell.C:
3075         * aspell_local.h: add forgotten std::string's.
3076
3077 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3078
3079         * LaTeXFeatures.C:
3080         * LyXAction.C:
3081         * factory.C:
3082         * lfuns.h:
3083         * lyxfunc.C:
3084         * text3.C: The Box patch. Fancybox support, minipage, parbox
3085
3086 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3087
3088         * CutAndPaste.h:
3089         * DepTable.h:
3090         * FloatList.h:
3091         * LaTeXFeatures.h:
3092         * ParagraphParameters.h:
3093         * TextCache.h:
3094         * Thesaurus.h:
3095         * bufferlist.h:
3096         * exporter.h:
3097         * importer.h:
3098         * lastfiles.h:
3099         * lyxfind.h:
3100         * lyxfont.h:
3101         * lyxlex.h:
3102         * lyxtextclasslist.h:
3103         * messages.h:
3104         * paragraph.h:
3105         * paragraph_pimpl.C:
3106         * textcursor.h: add <string> and other small fixes to make Lars'
3107         std::string patch compile with STLport.
3108
3109 2003-10-06  Angus Leeming  <leeming@lyx.org>
3110
3111         * LColor.h: Add missing #include <string>.
3112
3113 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3114
3115         * All most all file in all subdirs: Make <string> be the prefered
3116         way of getting to std::string, add using declarations.
3117
3118 2003-10-06  André Pönitz  <poenitz@gmx.net>
3119
3120         * metricsinfo.C: initialize LyXFont before changing attribute.
3121         (fixes the 'math in \emph is upright' bug)
3122
3123 2003-10-06  André Pönitz  <poenitz@gmx.net>
3124
3125         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3126
3127 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3128
3129         * graph.C:
3130         * paragraph_pimpl.C: Small fixes to build using STLport
3131
3132 2003-10-02  André Pönitz  <poenitz@gmx.net>
3133
3134         * lyxfunc.C:
3135         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3136
3137 2003-10-01  André Pönitz  <poenitz@gmx.net>
3138
3139         * factory.C: assert early
3140
3141 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3142
3143         * lyx_main.C: remove the global debug object
3144
3145         * debug.h: adjust for new debugstream
3146
3147         * debug.C: adjust for new debugstream and keep the global debug
3148         object here.
3149
3150 2003-09-22  Angus Leeming  <leeming@lyx.org>
3151
3152         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3153         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3154         an incomplete class LyXFont.
3155
3156 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3157
3158         * factory.C: bug fix in branches
3159
3160 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3161
3162         * lyxfunc.C (processKeySym): adjust
3163         (dispatch): adjust
3164         (dispatch): change arg name from ev to func, adjust
3165         (sendDispatchMessage): ditto
3166
3167         * lyx_main.C (defaultKeyBindings): adjust keybindings
3168         (deadKeyBindings): ditto
3169
3170         * kbsequence.C (addkey): return a FuncRequest
3171
3172         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3173
3174         * kbmap.C (bind): take a FuncRequest as arg, adjust
3175         (read): adjust
3176         (lookup): adjust
3177         (defkey): change to take a FuncRequest as arg, adjust
3178         (findbinding): take a FuncRequest as arg, adjust.
3179
3180         * funcrequest.h (operator=): added
3181
3182         * funcrequest.C (FuncRequest): default kb_action changed from
3183         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3184
3185         * buffer.C (dispatch): simplify
3186         (dispatch): adjust to take a FuncRequest as arg, adjust
3187
3188         * boost.C (assertion_failed): change assertion message slightly
3189
3190         * ToolbarBackend.C (read): simplify
3191
3192         * MenuBackend.C (binding): adjust call to findbinding, add a
3193         message if no binding is found.
3194         (read): simplify
3195         (expandToc): correct by adding a empty FuncRequest
3196
3197         * LyXAction.C: include <boost/assert.hpp>
3198         (isPseudoAction): delete function
3199         (LookupFunc): change name to...
3200         (lookupFunc): this. change return type to FuncRequest.
3201         (getActionName): take kb_action as arg, simplify
3202         (funcHasFlag): add an assert, simplify.
3203
3204 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3205
3206         * toc.C (action): return a FuncRequest, simplify
3207
3208         * lyxfunc.C (processKeySym): adjust
3209         (getStatus): delete version that takes an int.
3210         (getStatus): adjust
3211         (dispatch): delete version that takes action as int
3212         (dispatch): adjust
3213         (sendDispatchMessage): simplify and adjust
3214
3215         * funcrequest.C (getArg): take unsigned int as arg
3216
3217         * ToolbarBackend.C (read): adjust
3218         (add): delete version that takes func as a string.
3219         (getIton): take a FuncRequest as arg
3220
3221         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3222         action.
3223
3224         * MenuBackend.C (MenuItem): add a new construct that only takes a
3225         Kind, simplify the constructor use for submenus.
3226         (add): adjust
3227         (expandLastfiles): adjust
3228         (expandDocuments): adjust
3229         (expandFormats): adjust
3230         (expandFloatListInsert): adjust
3231         (expandFloatInsert): adjust
3232         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3233
3234         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3235         Remove class variables lyx_pseudo_map and lyx_arg_map
3236
3237         * LyXAction.C (searchActionArg): delete function
3238         (getPseudoAction): delete function
3239         (retrieveActionArg): delete function
3240         (LookupFunc): make it return kb_action, simplify.
3241         (getActionName): simplify
3242
3243         * factory.C (createInset): fix new bug
3244
3245 2003-09-19  Angus Leeming  <leeming@lyx.org>
3246
3247         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3248         masterFilename_ parameter in the include inset.
3249
3250         * factory.C (createInset): changes due to the changes to InsetInclude.
3251
3252 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3253
3254         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3255
3256 2003-09-18  Angus Leeming  <leeming@lyx.org>
3257
3258         * buffer.C:
3259         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3260         Inset::fillWithBibKeys.
3261         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3262
3263 2003-09-18  Angus Leeming  <leeming@lyx.org>
3264
3265         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3266         variables.
3267         (ctor): pass and store a 'Buffer const &'
3268         (buffer): new member function.
3269
3270         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3271         '*this' to the LaTeXFeatures ctor.
3272
3273 2003-09-18  Angus Leeming  <leeming@lyx.org>
3274
3275         * LColor.h:
3276         * lyxfont.C:
3277         * lyxfont.h:
3278         * lyxtext.h:
3279         * text.C: rename EnumLColor as LColor_color.
3280
3281 2003-09-18  Angus Leeming  <leeming@lyx.org>
3282
3283         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3284         remove #include "insets/insetbase.h" from cursor.h.
3285
3286 2003-09-18  Angus Leeming  <leeming@lyx.org>
3287
3288         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3289         InsetOld_code to remove #include "inset.h".
3290
3291         * iterators.C: add #include "insets/inset.h"
3292
3293 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3294
3295         * BufferView.C: remove more locking stuff that apparently doesn't
3296         do anything sensible.
3297
3298 2003-09-16  André Pönitz  <poenitz@gmx.net>
3299
3300         * paragraph.[Ch]:
3301         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3302           performance boost.
3303
3304 2003-09-16  Angus Leeming  <leeming@lyx.org>
3305
3306         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3307
3308         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3309         arg/return type.
3310
3311         * paragraph.h: remove #include "lyxfont.h". Forward declare
3312         LyXFont_size.
3313
3314 2003-09-16  Angus Leeming  <leeming@lyx.org>
3315
3316         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3317         of support/textutils.h.
3318         (isWord): move the contents of support/textutils.h's IsWordChar here.
3319
3320         * buffer.C:
3321         * lyxfind.C:
3322         * rowpainter.C:
3323         * text.C:
3324         * text2.C: add #include "paragraph.h".
3325
3326         * rowpainter.C:
3327         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3328
3329 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3330
3331         * main.C:
3332         * lyx_main.C:
3333         * lyx_cb.C:
3334         * buffer.C:
3335         * LaTeX.C: use namespace alias for lyx::support::os
3336
3337 2003-09-16  Angus Leeming  <leeming@lyx.org>
3338
3339         * bufferparams.C:
3340         * bufferview_funcs.C:
3341         * factory.C:
3342         * lyxfunc.C:
3343         * paragraph_pimpl.C:
3344         * rowpainter.C:
3345         * text.C: add #include "LColor.h".
3346
3347 2003-09-16  Angus Leeming  <leeming@lyx.org>
3348
3349         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3350         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3351         return LyXFont &.
3352         Store the FontBits::color variable as an int rather than as an
3353         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3354         file.
3355
3356         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3357         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3358         string calls together.
3359
3360         * lyxrc.C: add #include "LColor.h".
3361
3362 2003-09-15  Angus Leeming  <leeming@lyx.org>
3363
3364         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3365         a cow_ptr.
3366
3367 2003-09-15  Angus Leeming  <leeming@lyx.org>
3368
3369         * LColor.h: add an EnumLColor wrapper for LColor::color.
3370
3371         * lyxfont.[Ch] (color, setColor, realColor):
3372         * lyxtext.h, text.C (backgroundColor):
3373         pass EnumLColor args to/from the functions, rather than LColor::color
3374         ones.
3375
3376         * lyxfont.h:
3377         * lyxtext.h: forward declare EnumLColor.
3378
3379         * lyx_main.C: add #include "LColor.h".
3380
3381 2003-09-15  Angus Leeming  <leeming@lyx.org>
3382
3383         * .cvsignore: add lyx-gtk.
3384
3385 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3386
3387         * Chktex.C
3388         * LaTeX.C
3389         * LaTeXFeatures.C
3390         * ParagraphParameters.C
3391         * Spacing.C
3392         * buffer.C
3393         * bufferparams.C
3394         * bufferview_funcs.C
3395         * chset.C
3396         * counters.C
3397         * funcrequest.C
3398         * lyxfont.C
3399         * lyxgluelength.C
3400         * lyxlength.C
3401         * paragraph.C
3402         * paragraph_funcs.C
3403         * text3.C
3404         * vc-backend.C: remove usage of STRCONV
3405
3406 2003-09-15  Angus Leeming  <leeming@lyx.org>
3407
3408         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3409         explicitly define the color passed to the painter.
3410
3411 2003-09-15  Angus Leeming  <leeming@lyx.org>
3412
3413         * bufferparams.C (BufferParams): reorder member initializers to avoid
3414         compiler warning.
3415
3416 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3417
3418         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3419         * text.C (updateRowPositions): remove an unusual nop
3420
3421 2003-09-12  André Pönitz  <poenitz@gmx.net>
3422
3423         * BufferView_pimpl.C:
3424         * Bullet.C:
3425         * layout.h:
3426         * lyxfunc.C:
3427         * lyxlayout.[Ch]:
3428         * lyxtextclass.C:
3429         * rowpainter.C:
3430         * text.C:
3431         * text2.C:
3432         * Counters.[Ch]: finish the 'automatic counters' job
3433
3434 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3435
3436         * aspell.C: include <boost/assert.cpp> (compile fix)
3437
3438 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3439
3440         * boost.C (assertion_failed): use lyx::support::abort instead of
3441         assert.
3442
3443 2003-09-10  Angus Leeming  <leeming@lyx.org>
3444
3445         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3446         with their _fwd progeny.
3447
3448 2003-09-09  Angus Leeming  <leeming@lyx.org>
3449
3450         134 files throughtout the source tree: replace 'using namespace abc;'
3451         directives with the appropriate 'using abc::xyz;' declarations.
3452
3453 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3454
3455         * boost.C (emergencyCleanup): moved here from LAssert.c
3456         (assertion_failed): new function, called by BOOST_ASSERT
3457
3458         * several files: change Assert to BOOST_ASSERT
3459
3460 2003-09-09  Angus Leeming  <leeming@lyx.org>
3461
3462         * buffer.[Ch]: Add an Impl class and move Buffer's member
3463         variables into it. As a result move several header files out of
3464         buffer.h.
3465
3466         Add header files to lots of .C files all over the tree as a result.
3467
3468 2003-09-09  Angus Leeming  <leeming@lyx.org>
3469
3470         * buffer.[Ch]: make Buffer's member variables private. Add
3471         accessor functions.
3472
3473         Lots of changes all over the tree as a result.
3474
3475 2003-09-08  Angus Leeming  <leeming@lyx.org>
3476
3477         * graph.C: #include <config.h>.
3478
3479 2003-09-08  Angus Leeming  <leeming@lyx.org>
3480
3481         * BranchList.C:
3482         * BufferView.C:
3483         * BufferView_pimpl.C:
3484         * CutAndPaste.C:
3485         * DepTable.C:
3486         * LaTeX.C:
3487         * LaTeXFeatures.C:
3488         * LyXAction.C:
3489         * MenuBackend.C:
3490         * TextCache.C:
3491         * aspell.C:
3492         * buffer.C:
3493         * bufferlist.C:
3494         * changes.C:
3495         * chset.C:
3496         * converter.C:
3497         * counters.C:
3498         * debug.C:
3499         * graph.C:
3500         * ispell.C:
3501         * lyx_cb.C:
3502         * lyxfind.C:
3503         * lyxfunc.C:
3504         * lyxlex_pimpl.C:
3505         * lyxrc.C:
3506         * lyxrow.C:
3507         * paragraph.C:
3508         * rowpainter.C:
3509         * texrow.C:
3510         * text.C:
3511         * text2.C:
3512         * toc.C: remove redundant using directives.
3513
3514 2003-09-07  Angus Leeming  <leeming@lyx.org>
3515
3516         * LaTeXFeatures.h: remove #include "support/types.h".
3517         * ToolbarBackend.h: remove #include <algorithm>.
3518         * changes.h: remove #include <ctime>.
3519         * debug.h: remove #include <iosfwd>.
3520         * graph.h: remove #include "support/std_string.h".
3521         * lyx_main.h: remove #include <csignal>.
3522         * lyxlex_pimpl.h: remove #include <fstream>.
3523         * sgml.h: remove #include <algorithm>, <utility>.
3524         * toc.h: remove #include "support/std_ostream.h".
3525         Add #include <iosfwd>.
3526
3527 2003-09-07  Angus Leeming  <leeming@lyx.org>
3528
3529         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3530
3531         * converter.h: forward declare LatexRunParams.
3532         * encoding.h: remove #include "lyxrc.h".
3533         * lyxtext.h: remove #include "LColor.h".
3534         * lyxtextclass.h: remove #include "support/types.h".
3535         * trans.h: remove #include "tex-accent.h".
3536         * trans_mgr.h: remove #include "tex-accent.h".
3537         * insets/inset.h: remove #include "support/types.h", <vector>.
3538         * insets/insetcollapsable.h: remove #include "LColor.h".
3539         * insets/insetinclude.h: remove #include "dimension.h".
3540         * insets/insetlatexaccent.h: remove #include "dimension.h".
3541         * insets/insetoptarg.h:: remove #include "insettext.h".
3542         * insets/insettext.h: remove #include "dimension.h",
3543         <boost/shared_ptr.hpp>
3544
3545         * insets/renderers.h: add #include "dimension.h".
3546         * insets/updatableinset.h: add #include "support/types.h".
3547
3548         * many .C files: Associated changes.
3549
3550 2003-09-06  Angus Leeming  <leeming@lyx.org>
3551
3552         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3553         one, inside testInvariant.
3554
3555         * PrinterParams.C: new file.
3556         * PrinterParams.[Ch]: move the function bodies out of line.
3557
3558 2003-09-06  Angus Leeming  <leeming@lyx.org>
3559
3560         * ParagraphParameters.h: forward declare ParameterStruct rather than
3561         including its header file.
3562         (depth): moved out-of-line.
3563
3564 2003-09-06  Angus Leeming  <leeming@lyx.org>
3565
3566         * BufferView_pimpl.h:
3567         * kbmap.h:
3568         * kbsequence.h:
3569         * lyxfunc.h: forward declare LyXKeySym rather than
3570         #include "frontends/LyXKeySym.h".
3571
3572         * BufferView_pimpl.C:
3573         * kbmap.C:
3574         * kbsequence.C:
3575         * lyxfunc.C: associated changes.
3576
3577 2003-09-06  Angus Leeming  <leeming@lyx.org>
3578
3579         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3580         As a result, can remove the #include "insets/inset.h" from BufferView.h
3581
3582 2003-09-06  Angus Leeming  <leeming@lyx.org>
3583
3584         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3585         As a result, can remove the #include "insets/inset.h" from BufferView.h
3586
3587 2003-09-06  Angus Leeming  <leeming@lyx.org>
3588
3589         * buffer_funcs.C:
3590         * buffer.h:
3591         * bufferlist.C:
3592         * BufferView.C:
3593         * bufferview_funcs.C:
3594         * BufferView_pimpl.C:
3595         * CutAndPaste.C:
3596         * lyx_cb.C:
3597         * lyxfunc.C:
3598         * paragraph.h:
3599         * ParagraphParameters.C:
3600         * tabular.C:
3601         * text3.C:
3602         * toc.C:
3603         * undo_funcs.C:
3604         * frontends/controllers/ControlDocument.C:
3605         * insets/insetcaption.C: rearrange the #includes into some sort of
3606         coherent order.
3607
3608         * buffer.h: remove #includes ErrorList.h, undo.h
3609
3610 2003-09-06  Angus Leeming  <leeming@lyx.org>
3611
3612         * support/types.h: add a 'depth_type' typedef, used to store the
3613         nesting depth of a paragraph.
3614
3615         * paragraph.h:
3616         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3617         defining explicitly.
3618
3619         * buffer.h:
3620         * paragraph_funcs.h:
3621         * ParagraphParameters.h:
3622         * sgml.h: use lyx::depth_type rather than Paragraph or
3623         ParameterStruct's depth_type.
3624
3625         * buffer.h
3626         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3627
3628         * BufferView.C:
3629         * BufferView_pimpl.C:
3630         * CutAndPaste.C:
3631         * ParagraphParameters.C:
3632         * buffer_funcs.C:
3633         * bufferlist.C:
3634         * bufferview_funcs.C:
3635         * lyx_cb.C:
3636         * lyxfunc.C:
3637         * tabular.C:
3638         * text3.C:
3639         * toc.C:
3640         * undo_funcs.C:
3641         * frontends/LyXView.C:
3642         * frontends/controllers/ControlDocument.C:
3643         * frontends/controllers/ControlErrorList.C:
3644         * insets/insetbibitem.C:
3645         * insets/insetbranch.C:
3646         * insets/insetcaption.C:
3647         * insets/insetcollapsable.C:
3648         * insets/insetenv.C:
3649         * insets/insetert.C:
3650         * insets/insetfloat.C:
3651         * insets/insetfoot.C:
3652         * insets/insetfootlike.C:
3653         * insets/insetnewline.C:
3654         * insets/insetquotes.C:
3655         * insets/insettabular.C:
3656         * insets/insettext.C:
3657         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3658
3659         * frontends/controllers/ControlChanges.C: #include "changes.h".
3660
3661 2003-09-06  Angus Leeming  <leeming@lyx.org>
3662
3663         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3664         than #including paragraph.h.
3665
3666         * ParagraphList.h:
3667         * RowList.h: deleted. Superfluous.
3668
3669         * CutAndPaste.h:
3670         * iterators.h:
3671         * lyxcursor.h:
3672         * lyxtext.h:
3673         * text_funcs.h:
3674         * undo.h:
3675         * undo_funcs.h:
3676         * insets/inset.h:
3677         * insets/insettext.h: use ParagraphList_fwd.h rather than
3678         ParagraphList.h.
3679
3680         * paragraph.h: don't forward declare ParagraphList.
3681
3682         * buffer.h:
3683         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3684         rather than ParagraphList.h. paragraph.h is still needed for the
3685         Paragraph::depth_type parameters.
3686
3687         * textcursor.h: enable it to compile stand-alone in light of the
3688         above changes.
3689
3690         * bufferview_funcs.C:
3691         * iterators.C:
3692         * lyxfunc.C:
3693         * lyxrow_funcs.C:
3694         * paragraph.C:
3695         * rowpainter.C:
3696         * text.C:
3697         * text2.C:
3698         * text3.C:
3699         * text_funcs.C:
3700         * textcursor.C:
3701         * undo.C:
3702         * frontends/controllers/ControlParagraph.C:
3703         * frontends/controllers/ControlTabular.C:
3704         * insets/insetmarginal.C:
3705         * insets/insetminipage.C:
3706         * insets/insetnote.C:
3707         * insets/insetoptarg.C: add header files needed to compile again.
3708
3709 2003-09-06  Angus Leeming  <leeming@lyx.org>
3710
3711         * RowList_fwd.h: new file, forward-declaring Row rather than
3712         #including lyxrow.h.
3713
3714         * lyxrow_funcs.h:
3715         * lyxtext.h:
3716         * paragraph.h:
3717         * insets/insettext.h: use it instead of RowList.h
3718
3719         * bufferview_funcs.C:
3720         * lyxfunc.C:
3721         * lyxrow_funcs.C:
3722         * paragraph.C:
3723         * rowpainter.C:
3724         * text.C:
3725         * text2.C:
3726         * text3.C: #include "RowList.h".
3727
3728 2003-09-05  Angus Leeming  <leeming@lyx.org>
3729
3730         * factory.C (createInset):
3731         * vspace.C (c-tor): replace sscanf call with an istringstream.
3732         * ispell.C: re-add missing HP/UX headers.
3733         * lyxserver.C: re-add missing  os2 headers.
3734
3735 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3736
3737         * BranchList.C:
3738         * graph.C:
3739         * ispell.C:
3740         * lastfiles.C:
3741         * lyx_cb.C:
3742         * lyxserver.C:
3743         * texrow.C:
3744         * text3.C: re-add missing system headers, needed for 2.95.2.
3745
3746 2003-09-05  Angus Leeming  <leeming@lyx.org>
3747
3748         Changes most place everywhere due to the removal of using directives
3749         from support/std_sstream.h.
3750
3751 2003-09-05  Angus Leeming  <leeming@lyx.org>
3752
3753         Replace LString.h with support/std_string.h,
3754         Lsstream.h with support/std_sstream.h,
3755         support/LIstream.h with support/std_istream.h,
3756         support/LOstream.h with support/std_ostream.h.
3757
3758         Changes resulting throughout the tree.
3759
3760 2003-09-05  Angus Leeming  <leeming@lyx.org>
3761
3762         * sgml.h: ensure that the header file can be compiled stand-alone.
3763         * *.C: strip out redundant #includes. (320 in total.)
3764
3765 2003-09-04  Angus Leeming  <leeming@lyx.org>
3766
3767         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3768         here (from getPackages).
3769
3770         * debug.[Ch]: add a new EXTERNAL tag.
3771
3772 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3773
3774         * text2.C (cursorEnd): simplify
3775         (setCursor): adjust
3776         (getColumnNearX): adjust
3777
3778         * text.C (computeBidiTables): adjust
3779         (fill): adjust
3780
3781         * rowpainter.C (paintChars): adjust
3782         (paintSelection): adjust
3783         (paintChangeBar): adjust
3784         (paintText): adjust
3785
3786         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3787         lastPos instead.
3788         (numberOfSeparators): adjust
3789
3790 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3791
3792         * LyXAction.C:
3793         * box.[Ch]:
3794         * lfuns.h:
3795         * lyxfunc.C:
3796         * text3.C: Restricts the mouse click functionality
3797         of insets like bibtex, include, toc and floatlist to the visible
3798         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3799         up the dialogs. Cursor has to be in front of the inset (i.e.
3800         start of row) for this to function.
3801
3802 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3803
3804         * bufferview_funcs.C (currentState): output row information
3805
3806 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3807
3808         * bufferview_funcs.C (currentState): output paragraph position
3809
3810 2003-09-04  Angus Leeming  <leeming@lyx.org>
3811
3812         * FloatList.h: move out #include "Floating.h".
3813         * LaTeX.h: move out #include "DepTable.h".
3814         * LyXAction.h: move out #include "funcrequest.h".
3815         * buffer.h: move out #include "author.h", "iterators.h".
3816         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3817         * lyx_main.h: move out #include "errorlist.h".
3818         * lyxfunc.h: move out #include "FuncStatus.h".
3819         * lyxtext: move out #include "lyxcursor.h".
3820         * paragraph_pimpl.h: move out #include "counters.h".
3821
3822 2003-09-03  Angus Leeming  <leeming@lyx.org>
3823
3824         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3825         preamble_snippets list, enabling us to add snippets to the preamble
3826         only if the snippet was not there already.
3827
3828 2003-09-04  Angus Leeming  <leeming@lyx.org>
3829
3830         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3831
3832 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3833
3834         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3835         update
3836
3837 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3838
3839         * BranchList.C: point fix, earlier forgotten
3840
3841 2003-09-02  Angus Leeming  <leeming@lyx.org>
3842
3843         * box.C (contains): renamed from 'contained' after a fantastic
3844         amount of hot air.
3845
3846 2003-09-02  John Levon  <levon@movementarian.org>
3847
3848         * BufferView.C:
3849         * lyxcursor.h:
3850         * lyxcursor.C:
3851         * lyxfunc.C:
3852         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3853
3854 2003-09-02  John Levon  <levon@movementarian.org>
3855
3856         * text2.C: simplification of cursorEnd(), including partial
3857         fix for bug 1376
3858
3859 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3860
3861         * buffer.C (readFile): add a space
3862
3863 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3864
3865         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3866
3867 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3868
3869         * buffer.C (readFile): new function, take a filename and a
3870         ParagraphList::iterator
3871         (readFile): adjust
3872         (readFile): adjust, make it private. don't use setStream, make
3873         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3874         always contain the filename.
3875
3876         * BufferView.C (insertLyXFile): simplify and make it work for
3877         gzipped files.
3878
3879 2003-08-30  John Levon  <levon@movementarian.org>
3880
3881         * Makefile.am: fix dist (from Kayvan)
3882
3883 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3884
3885         * most files: change to use const Buffer refs
3886
3887 2003-08-27  André Pönitz  <poenitz@gmx.net>
3888
3889         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3890         on top of ownerPar().
3891
3892 2003-08-27  John Levon  <levon@movementarian.org>
3893
3894         * funcrequest.C: properly initialise POD members
3895
3896 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3897
3898         * lyxtext.h (top_y): move top_y from here
3899         * text.C:
3900         * text2.C:
3901         * text3.C:
3902         * BufferView.[Ch]:
3903         * BufferView_pimpl.[Ch]: to here
3904         * frontends/screen.C:
3905         * insets/insettabular.C:
3906         * insets/insettext.C: adjust
3907         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3908
3909 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3910
3911         * BufferView.[Ch]:
3912         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3913
3914 2003-08-26  André Pönitz  <poenitz@gmx.net>
3915
3916         * paragraph_func.[Ch] (outerPar): new function
3917
3918         * paragraph.C:
3919         * paragraph_funcs.C:
3920         * paragraph_funcs.h:
3921         * paragraph_pimpl.C:
3922         * text2.C: remove Inset::par_owner
3923
3924 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3925
3926         * lyxrow_funcs.C:
3927         * lyxtext.h:
3928         * text.C:
3929         * text2.C: eliminates the needFullRow/display() stuff
3930         altogether, putting the logic in metrics/draw in the insets.
3931
3932 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3933
3934         * text2.C (redoParagraphInternal, redoParagraphs):
3935         * text.C (redoParagraph): add a call to updateRowPositions at the
3936         end of each 'metrics-like' call. Remove all others.
3937         (getRow): remove the 'y-computing' version.
3938         (getRowNearY): do not compute nor return the real y. Solve the
3939         'y < 0' problem and simplify.
3940
3941 2003-08-22  Angus Leeming  <leeming@lyx.org>
3942
3943         * *.[Ch]: clean-up of licence and author blurbs.
3944         Also move config.h out of a few .h files and into a few .C files.
3945
3946 2003-08-22  André Pönitz  <poenitz@gmx.net>
3947
3948         * lyxrow.[Ch]: add x_ and *fill_ members
3949
3950         * lyxtext.h:
3951         * text.C:
3952         * rowpainter.C:
3953         * text2.C: adjust/remove prepareToPrint() calls
3954
3955 2003-08-22  André Pönitz  <poenitz@gmx.net>
3956
3957         * lyxrow.[Ch]: add  end_ member
3958
3959         * lyxrow_funcs.C: use LyXRow::end_
3960
3961         * lyxtext.h (singleWidth): add LyXFont parameter
3962
3963         * rowpainter.C:
3964         * text2.C: adjust LyXText::singleWidth() calls
3965
3966         * text.C (redoParagraph): simplify row breaking logic
3967
3968
3969 2003-08-19  André Pönitz  <poenitz@gmx.net>
3970
3971         * funcrequest.C: initialize button_ member
3972
3973         * text3.C:
3974         * rowpainter.[Ch]: interface consolidation
3975
3976 2003-08-18  André Pönitz  <poenitz@gmx.net>
3977
3978         * BufferView.C:
3979         * BufferView_pimpl.C:
3980         * lyxfind.C:
3981         * paragraph_funcs.C:
3982         * rowpainter.C:
3983         * text3.C: remove LyXScreen::draw() and fitCursor calls
3984
3985         * BranchList.h: remove spurious semicolons
3986
3987         * MenuBackend.C: fix branchlist related crash
3988
3989 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3990
3991         * BranchList.[Ch]:
3992         * InsetList.[Ch]:
3993         * LColor.[Ch]:
3994         * LyXAction.C:
3995         * Makefile.am:
3996         * MenuBackend.[Ch]:
3997         * bufferparams.[Ch]:
3998         * factory.C:
3999         * lfuns.h:
4000         * lyxfunc.C:
4001         * text3.C: implements the 'branch inset'
4002         idea. This allows the output of various versions of a document
4003         from a single source version, selectively outputing or suppressing
4004         output of parts of the text.
4005         This implementation contains a 'branch list editor' in a separate
4006         tab of the document settings dialog. Branches are user definable
4007         and have a "display colour" to distinguish them on-screen.
4008
4009         ColorHandler was somewhat cleaned up.
4010         (1) make possible a dynamically growing LColor list by allowing
4011         the graphic context cache to grow along (vector);
4012         (2) eliminate an IMHO unnecessary step in colour allocation.
4013
4014 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
4015
4016         * BufferView_pimpl.C: compile fix
4017
4018 2003-08-15  André Pönitz  <poenitz@gmx.net>
4019
4020         * rowpainter.C: remove extra metrics calls
4021
4022         * lyxtext.h: merge the two constructors into a single one,
4023           pass reference to owner's par list
4024
4025         * BufferView_pimpl.C:
4026         * text.C:
4027         * text2.C: adjust
4028
4029 2003-08-15  André Pönitz  <poenitz@gmx.net>
4030
4031         * lyxrow_funcs.[Ch]:
4032         * lyxtext.h:
4033         * paragraph.h:
4034         * paragraph_funcs.C:
4035         * rowpainter.C:
4036         * text.C:
4037         * text2.C:
4038         * text3.C:
4039         * text_funcs.C: split LyXText::rowlist_ into individual
4040         Paragraph::rows_ chunks
4041
4042         * BufferView.[Ch]:
4043         * BufferView_pimpl.[Ch]:
4044         * lyxfind.C:
4045         * lyxtext.h:
4046         * text3.C: remove toggleSelection()
4047
4048 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4049
4050         * bufferlist.C: beautify two alerts (shorter text of buttons)
4051         * buffer.C: Remove redundant ' ' from message
4052         * tabular.h:
4053         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4054         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4055         rename VALIGN_CENTER to VALIGN_MIDDLE
4056
4057 2003-08-11  André Pönitz  <poenitz@gmx.net>
4058
4059         * lyxtext.h (getPar):
4060         * text.C: new function
4061
4062 2003-08-11  André Pönitz  <poenitz@gmx.net>
4063
4064         * Makefile.am:
4065         * tracer.[Ch]: remove unneeded files
4066
4067         * InsetList.[Ch]: remove resizeInsetsLyXText()
4068
4069         * lyxtext.h:
4070         * text.C:
4071         * text2.C:
4072         * text3.C: merge insertParagraphs() and appendParagraph()
4073         remove breakAgain(), update()
4074
4075         * BufferView_pimpl.[Ch]:
4076         * bufferview_funcs.[Ch]:
4077         * lyxfunc.C:
4078         * paragraph.[Ch]:
4079         * rowpainter.C:
4080         * tabular.C: adjust after text & InsetList changes.
4081
4082 2003-08-08  André Pönitz  <poenitz@gmx.net>
4083
4084         * text.C (insertChar, backspace): replace rowlist fiddling
4085         with rebreak of full par
4086
4087         * lyxtext.h:
4088         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4089         checkParagraph, updateInset): removed
4090
4091 2003-08-07  André Pönitz  <poenitz@gmx.net>
4092
4093         * paragraph.C:
4094         * text3.C: merge some LFUN handlers, remove dead code
4095
4096 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4097
4098         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4099
4100 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4101
4102         * text2.C (DEPM): fix part of bug 1255 and 1256
4103
4104 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4105
4106         * BufferView_pimpl.C (workAreaDispatch): change to use
4107         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4108         that are no mouse related.
4109
4110 2003-08-05  André Pönitz  <poenitz@gmx.net>
4111
4112         * BufferView.[Ch]:
4113         * BufferView_pimpl.[Ch]:
4114         * bufferview_funcs.C:
4115         * text2.C:
4116         * text3.C: rip out "deep update"
4117
4118         * textcursor.[Ch] (last_sel_cursor): remove unused member
4119
4120 2003-08-04  André Pönitz  <poenitz@gmx.net>
4121
4122         * BufferView.[Ch]:
4123         * BufferView_pimpl.[Ch]:
4124         * ParagraphParameters.C:
4125         * bufferview_funcs.C:
4126         * lyx_cb.C:
4127         * lyxfind.C:
4128         * lyxfunc.C:
4129         * text.C:
4130         * text2.C:
4131         * text3.C: replace "complicated" BufferView::update(...) calls with
4132         simpler ones.
4133
4134         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4135
4136 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4137
4138         * Makefile.am (lyx_SOURCES): add paper.h
4139
4140 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4141
4142         * Makefile.am: move things around so that both lyx-qt and
4143         lyx-xforms can be built (according to --with-frontend). Then lyx
4144         is a symbolic link to lyx-[firstfrontend]
4145
4146 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4147
4148         * Always use std::endl with lyxerr
4149
4150 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4151
4152         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4153
4154 2003-08-01  André Pönitz  <poenitz@gmx.net>
4155
4156         * BufferView.[Ch]:
4157         * BufferView_pimpl.[Ch]:
4158         * lyxfunc.C:
4159         * text3.C: merge BufferView::repaint() and BufferView::update()
4160
4161 2003-08-01  José Matos  <jamatos@lyx.org>
4162
4163         * buffer.[Ch]: file_format is no longer a buffer data element.
4164
4165 2003-08-01  André Pönitz  <poenitz@gmx.net>
4166
4167         * BufferView.C:
4168         * lyxtext.h:
4169         * text.C:
4170         * text2.C: make redoParagraph more independent of current cursor
4171
4172         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4173         * text.C:
4174         * text2.C: remove unneeded members
4175
4176 2003-07-30  André Pönitz  <poenitz@gmx.net>
4177
4178         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4179
4180         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4181           create a single function...
4182
4183         * paragraph_funcs.C (moveItem): ... here.
4184
4185         * text.C:
4186           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4187
4188 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4189
4190         * LColor.[Ch]: Add comment and greyedout logical colors.
4191
4192 2003-07-30  André Pönitz  <poenitz@gmx.net>
4193
4194         * tabular.C: don't use Assert too heavily. This crashes where it
4195           shouldn't
4196
4197 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4198
4199         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4200         is disabled (bug 1232)
4201
4202 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4203
4204         * factory.C: limited 'arg' scope
4205
4206 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4207
4208         * factory.C: fixed Note submenu issues
4209
4210 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4211
4212         * factory.C: submenu for Note/Comment/Greyedout
4213
4214 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4215
4216         * lyx_main.C (LyX):
4217         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4218
4219 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4220
4221         * LaTeXFeatures.C:
4222         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4223         greyedout. Patch provided by Jürgen Spitzmüller.
4224
4225 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4226
4227         * kbmap.C (read): fix error message when reading bind files
4228
4229 2003-07-29  Angus Leeming  <leeming@lyx.org>
4230
4231         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4232         certainly does not do what it purports to do. I am doing it, and
4233         us, a favour by killing it.
4234
4235 2003-07-28  José Matos  <jamatos@lyx.org>
4236
4237         * buffer.C (readBody, do_writeFile):
4238         * paragraph.C(readParagraph): \end_document replaces \the_end.
4239
4240 2003-07-29  André Pönitz  <poenitz@gmx.net>
4241
4242         * BufferView.[Ch]:
4243         * BufferView_pimpl.[Ch]:
4244         * lyxfunc.C:
4245         * text2.C:
4246         * text3.C:
4247         * textcursor.[Ch]: remove toggleToggle & Co
4248
4249 2003-07-28  José Matos  <jamatos@fep.up.pt>
4250
4251         * buffer.C (readParagraph):
4252         * params_func (readParToken, readParagraph):
4253         * paragraph.C (write): \layout -> \begin_layout.
4254
4255 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4256
4257         * lyxlex_pimpl.C (setFile): clean up slightly.
4258
4259         * bufferparams.h: add compressed var
4260
4261         * buffer_funcs.C (readFile): adjust for LyXLex change
4262         (newFile): ditto + simplify
4263
4264         * buffer.C (writeFile): handle writing of compressed files
4265
4266         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4267         Check if the file is compressed and set a bufferparm if so.
4268
4269         * Makefile.am (lyx_LDADD): remove explicit -lz
4270
4271 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4272
4273         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4274         makeDocBookFile): put the real LyX version in the first line of
4275         the file
4276
4277         * version.h:
4278         * version.C.in: remove lyx_docversion
4279
4280         * tabular.C (write_attribute): add a template-based version to
4281         write enums properly
4282
4283 2003-07-28  André Pönitz  <poenitz@gmx.net>
4284
4285         * lyxtext.h:
4286         * text.C:
4287         * text2.C:
4288         * text3.C: use doubles again for x-coordinates. They are needed.
4289
4290 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4291
4292         * messages.C (getLocaleDir): use lyx_localedir()
4293
4294         * lyxlex_pimpl.C (setFile): compress stuff
4295
4296         * buffer.C (writeFile): add some compression stuff
4297         (do_writeFile): new func, dont call expliti close... will this
4298         breake anything?
4299
4300         * Makefile.am (lyx_LDADD): add -lz
4301
4302 2003-07-28  José Matos  <jamatos@fep.up.pt>
4303
4304         * buffer.C: increment file format.
4305         * paragraph_funcs (readParagraph, readParToken):
4306         * paragraph.C (readParagraph): add \end_layout.
4307
4308 2003-07-27  Angus Leeming  <leeming@lyx.org>
4309
4310         * Makefile.am: remove special casing for configure-time setting of
4311         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4312
4313         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4314         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4315
4316 2003-07-26  André Pönitz  <poenitz@gmx.net>
4317
4318         * paragraph_func.[Ch]:
4319         * paragraph.C (realizeFont): inline it whereever it is used
4320
4321         * rowpainter.C:
4322         * text.C:
4323         * text2.C:
4324         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4325
4326
4327 2003-07-26  André Pönitz  <poenitz@gmx.net>
4328
4329         *       lyxtext.h:
4330         * text.C:
4331         * text2.C: get rid of LyXText::need_break_row
4332
4333 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4334
4335         * toc.[Ch]: put namespace toc inside namespace lyx
4336
4337         * MenuBackend.C (expandToc2): adjust for lyx::toc
4338         (expandToc): ditto
4339
4340         * lyxfunc.C (dispatch): adjust for lyx::find
4341
4342         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4343         lyx::find instead. Reorganize a bit.
4344         (LyXReplace): rename to replace
4345         (LyXFind): rename to find
4346
4347         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4348         (dispatch): ditto
4349
4350 2003-07-26  André Pönitz  <poenitz@gmx.net>
4351
4352         * text.C (setHeightOfRow): restrict scope of temporary variable
4353
4354         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4355           code (never has been used?)
4356
4357 2003-07-27  Asger Alstrup  <alstrup@local>
4358
4359         * text.C (fill): Optimise algorithm to exploit that we can reuse
4360         the LyXFont for many characters.
4361         (setHeightOfRow): Same thing.
4362         (rowBreakPoint): Same thing.
4363
4364 2003-07-26  Asger Alstrup  <alstrup@local>
4365
4366         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4367
4368         * text.C (singleWidth): Spurious font copying in hot-spot
4369         singleWidth avoided. Reorder tests for arabic for efficiency.
4370
4371         * text.C (fill): handle empty paragraphs better.
4372
4373 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4374
4375         * ispell.C:
4376         * encoding.h: add includes
4377
4378         * lyxrc.C: remove reading of bind files
4379
4380         * lyx_main.C (init): setup bindings and menus only if we have a
4381         gui.
4382
4383         * kbmap.C (read): new method. Do the actual reading of bind
4384         files.
4385
4386         * converter.C (dvipdfm_options):
4387         * bufferparams.C:
4388         * lyxrc.C (read):
4389         (output): adapt PAPER_* enums.
4390
4391         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4392
4393         * bufferparams.h: remove paper-related enums from there
4394
4395         * paper.h: New file. A trivial header file to hold paper-related
4396         enums. It should later expand to contain many paper-related
4397         horrors access.
4398
4399         * lyxrc.C: declare extern displayTranslator
4400
4401 2003-07-27  José Matos  <jamatos@fep.up.pt>
4402
4403         * tabular.[Ch] (linuxdoc): add support for tables and figures
4404         (linuxdoc).
4405
4406 2003-07-27  José Matos  <jamatos@fep.up.pt>
4407
4408         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4409         consistency in both functions.
4410         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4411
4412 2003-07-26  Asger Alstrup  <alstrup@local>
4413
4414         * rowpainter.C (paintRows): Change algorithm to work directly on
4415         the insets rather than asking every character in the document
4416         whether its an inset.
4417
4418 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4419
4420         * buffer.C (openFileWrite): factorize some code
4421
4422 2003-07-26  Angus Leeming  <leeming@lyx.org>
4423
4424         * lyx_cb.C:
4425         * lyx_main.[Ch]: replace occurances of system_tempdir with
4426         os::getTmpDir().
4427
4428 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4429
4430         * rename Inset to InsetOld
4431
4432 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4433
4434         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4435         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4436         which I think is a bit clearer. EDIT is gone, since it was
4437         premature optimisation, and broken for mathed anyway.
4438         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4439         with cursor positioning in insets as well (math insets still do not
4440         work, but that's a different story anyway.) It mysteriously
4441         crashes sometimes with undo in the first paragraph, but I'm fairly
4442         confident that this is a compiler bug.
4443
4444 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4445
4446         * paragraph.C (Paragraph): adjust for new clone return type
4447         (operator==): ditto
4448         (copyIntoMinibuffer): ditto
4449
4450 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4451
4452         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4453         by not having a special case, and always doing a full rebreak of
4454         the document after undo.
4455
4456 2003-07-23  Angus Leeming  <leeming@lyx.org>
4457
4458         * factory.C (createInset): InsetExternal::setParams now takes a
4459         Buffer const * arg.
4460
4461 2003-07-23  Angus Leeming  <leeming@lyx.org>
4462
4463         * factory.C (createInset): changed interface to the external and
4464         graphics mailers' string2params functions.
4465
4466 2003-07-23  Angus Leeming  <leeming@lyx.org>
4467
4468         * factory.C (createInset): pass a
4469         Buffer const * parameter to InsetExternalMailer's string2params.
4470
4471 2003-07-22  John Levon  <levon@movementarian.org>
4472
4473         * Thesaurus.h: include the right aiksaurus header
4474
4475 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4476
4477         * MenuBackend.C (expand): check menu shortcuts unconditionally
4478
4479 2003-07-21  Angus Leeming  <leeming@lyx.org>
4480
4481         * factory.C (createInset): pass a
4482         buffer_path parameter to InsetGraphicsMailer's string2params.
4483
4484 2003-07-21  Angus Leeming  <leeming@lyx.org>
4485
4486         * BufferView_pimpl.C (buffer):
4487         * buffer.C (d-tor):
4488         * lyx_main.C (LyX):
4489         * lyxfunc.C (dispatch):
4490         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4491         rather than the grfx shortcut.
4492
4493 2003-07-21  André Pönitz  <poenitz@gmx.net>
4494
4495         * rowpainter.C: remove unused variables
4496
4497         * tabular_funcs.C:
4498         * tabular_funcs.h: move to tabular.C
4499         * Makefile.am: adjust
4500
4501         * tabular.[Ch]: basic optical cleaning
4502
4503         * author.h: pass references, not values
4504
4505 2003-07-18  André Pönitz  <poenitz@gmx.net>
4506
4507         * lyxtext.h:
4508         * metricsinfo.C:
4509         * metricsinfo.h:
4510         * rowpainter.C:
4511         * text.C:
4512         * text2.C:
4513         * text3.C: two-phase drawing for InsetText and InsetTabular
4514         some float -> int changes.
4515
4516 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4517
4518         * lyx_main.C: fix the fix
4519
4520 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4521
4522         * lyx_main.C: fix a crash in batch mode if no files specified
4523         * converter.C: ws
4524
4525 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4526
4527         * format.[Ch] (papersize): moved to BufferParams
4528         * converter.[Ch] (dvips_options): moved to BufferParams
4529         (dvipdfm_options): moved to anon namespace
4530         * bufferparams.[Ch]: added above functions.
4531
4532 2003-07-17  André Pönitz  <poenitz@gmx.net>
4533
4534         * lyxtext.h:
4535         * rowpainter.C:
4536         * text2.C: don't call inset->update() anymore
4537
4538         * metricsinfo.[Ch]: add convenience constructor
4539
4540 2003-07-16  André Pönitz  <poenitz@gmx.net>
4541
4542         * lyxcursor.[Ch]:
4543         * lyxfunc.[Ch]:
4544         * text.C:
4545         * text2.C: replace the LyXCursor::irow_ member with
4546          on-demand computation of the value
4547
4548 2003-07-16  John Levon  <levon@movementarian.org>
4549
4550         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4551
4552 2003-07-15  André Pönitz  <poenitz@gmx.net>
4553
4554         * text.C:
4555         * text2.C: remove no more needed refresh_row
4556
4557 2003-07-15  André Pönitz  <poenitz@gmx.net>
4558
4559         * lyxtext.h:
4560         * rowpainter.C:
4561         * text2.C:
4562         * text3.C: refresh_status tristate -> need_update bool
4563
4564 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4565
4566         * lyxtext.h (init): remove reinit argument (act as if always true)
4567         * text2.C: adjust to that
4568
4569 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4570
4571         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4572         * text3.C: use it to delete selections in some cases
4573         (bugs 441, 673, 702, 954).
4574
4575 2003-07-14  André Pönitz  <poenitz@gmx.net>
4576
4577         * rowpainter.[Ch]: reduce interface
4578
4579 2003-07-14  André Pönitz  <poenitz@gmx.net>
4580
4581         * BufferView_pimpl.C:
4582         * text2.C: adjust after removing unused BufferView * argument
4583
4584 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4585
4586         * text2.C (init): fix a crash fired on resize
4587
4588 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4589
4590         * buffer.[Ch]: added new closing signal
4591         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4592         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4593         BufferView::Pimpl via the closing the signal
4594
4595 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4596
4597         * buffer.[Ch]: take out all bv-related from buffer
4598         * BufferView.C:
4599         * BufferView_pimpl.[Ch]: connect to new signals
4600         * CutAndPaste.C: removed useless asserts
4601         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4602         * lyxvc.[Ch]:
4603         * vc-backend.[Ch]:
4604         * lyxfunc.C: moved view-related funciontality from vc here
4605         * paragraph.C: removed outdated comments
4606         * text.C: ws
4607
4608 2003-07-10  André Pönitz  <poenitz@gmx.net>
4609
4610         * BufferView_pimpl.C:
4611         * tabular.h:
4612         * tabular_funcs.C:
4613         * text.C:
4614         * text2.C: remove InsetText::InnerCache, clean up consequences
4615
4616 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4617
4618         * ispell.C: fix two typos in error messages
4619
4620 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4621
4622         * Extend Note inset to other forms of annotation like Comment
4623         and Greyedout. Right button click gives dialog.
4624
4625         Files modified or added (+):
4626
4627         * insetnote.[Ch]
4628         * FormNote.[Ch]      +
4629         * ControlNote.[Ch]   +
4630         * form_note.fd       +
4631         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4632         frontends/controllers
4633         * xforms/Dialogs.C
4634         * factory.C
4635
4636 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4637
4638         * aspell.C: add missing namespace lyx::support
4639
4640 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4641
4642         * BufferView.[Ch] (newFile): Add
4643         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4644         * LaTeX.[Ch] (message): added this signal and use it
4645         * buffer.[Ch] (busy, message): added these signals and use them
4646         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4647         * converter.C:
4648         * exporter.C:
4649         * format.C:
4650         * importer.C: use buffer signals instead of direct bv calling
4651         * lyx_cb.[Ch] (ShowMessage): removed
4652         * lyx_main.C:
4653         * lyxfunc.C:
4654         * paragraph_funcs.C:
4655         * text2.C: use buffer signals
4656
4657 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4658
4659         * introduce namespace lyx::graphics
4660
4661 2003-07-02  André Pönitz  <poenitz@gmx.net>
4662
4663         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4664
4665 2003-07-01  André Pönitz  <poenitz@gmx.net>
4666
4667         * text.C:
4668         * text2.C:
4669         * text3.C:
4670         * text_funcs.[Ch]:
4671         * textcursor.h:
4672         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4673           text*.C to text_func.C
4674
4675 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4676
4677         * introduce namespace lyx::support
4678
4679 2003-06-30  André Pönitz  <poenitz@gmx.net>
4680
4681         * Chktex.C:
4682         * funcrequest.C:
4683         * lyxtext.h:
4684         * text.C: re-enable --with-included-string
4685
4686 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4687
4688         * textcursor.C: add <config.h>
4689
4690         * text.C (getWord): remove const from word_location arg
4691
4692         * lyxvc.C (getLogFile): fix const type order
4693
4694         * lyxtext.h: remove const from word_location arg, add arg name
4695
4696         * lyxlayout.h: currect type on labeltype.
4697
4698         * importer.C: correct \file
4699
4700         * converter.C (intToFormat): use std:: on ret val, ws changes
4701
4702         * bufferlist.h: correct \file
4703
4704         * buffer.C (makeLinuxDocFile): fix const type order
4705         (makeDocBookFile): ditto
4706         (fillWithBibKeys): use std:: on stdlib args.
4707
4708         * CutAndPaste.C: fix authors.
4709         (availableSelections): use std:: on return vector
4710
4711 2003-06-27  André Pönitz  <poenitz@gmx.net>
4712
4713         * BufferView_pimpl.C:
4714         * bufferview_funcs.C:
4715         * lyxcursor.C:
4716         * lyxcursor.h:
4717         * lyxfunc.C:
4718         * lyxtext.h:
4719         * rowpainter.C:
4720         * text.C:
4721         * text2.C:
4722         * text3.C: remove LyXCursor::row_ member
4723
4724         * lyxtext.h:
4725         * text.C: rename fullRebreak() to partialRebreak() and implement
4726           a fullRebreak() that really bereks fully
4727
4728         * textcursor.h: new struct for cursor-related data
4729
4730 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4731
4732         * lyx_main.C (LyX): get full path of document loaded on the
4733         command line
4734
4735 2003-06-26  André Pönitz  <poenitz@gmx.net>
4736
4737         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4738           remove unused/broken operator>,<,>=.
4739
4740         *       text.C: remove only use of broken operator<= in an Assert().
4741
4742 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4743
4744         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4745         moved errorlist_.clear to showErrorList
4746
4747 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4748
4749         * converter.C (scanLog, runLaTeX):
4750         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4751         move the bv->showErrorList call to the callers
4752         * lyxfunc.C: i.e. here...
4753         * text2.C: and here
4754         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4755         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4756         namespace, the second to...
4757         * buffer_funcs (BufferFormat, parseErrors): added
4758         * errorlist.C (ErrorList(TeXErrors const &)): removed
4759
4760 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4761
4762         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4763
4764 2003-06-24  "Garst R. Reese" <reese@isn.net>
4765
4766         * debug.C: fix typo
4767
4768 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4769
4770         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4771
4772         * version.C.in: change docversion to 1.4
4773
4774 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4775
4776         * buffer.C: fix a bug just introduced
4777
4778 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4779
4780         * buffer.[Ch]: added the parseError signal and use it, removed
4781         sgmlError
4782         * BufferView.[Ch] (addError): moved to ...
4783         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4784         to the Buffer::parseError signal to catch (guess what) parse errors
4785         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4786
4787 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4788
4789         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4790         ability to create a buffer and to return an existing one from
4791         the list. Moved these functions to...
4792         * buffer_funcs.[Ch]: added
4793         * BufferView.[Ch] (loadLyXFile): added
4794         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4795         job removed from bufferlist::loadLyXFile.
4796         * buffer.C (setReadOnly): make it work without view
4797         (i.e added an if (users))
4798
4799 2003-06-19  Angus Leeming  <leeming@lyx.org>
4800
4801         * lfuns.h:
4802         * LyXAction.C (init):
4803         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4804         with LFUN_DIALOG_SHOW <name> <data>.
4805
4806 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4807
4808         * CutAndPaste.C (availableSelections): small compilation fix for
4809         ancient (gcc 2.9x) compilers
4810
4811 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4812
4813         * text3.C (cursorNext): add tmp var
4814
4815         * text2.C (updateCounters): for function calling out of for clause
4816         (replaceSelectionWithString): ditto
4817         (insertStringAsParagraphs): ditto
4818         (getColumnNearX): add tmp var
4819         (setCursorFromCoordinates): add tmp var
4820         (cursorDownParagraph): add tmp var
4821         (deleteEmptyParagraphMechanism): add tmp var
4822
4823         * text.C (insertChar): add tmp var
4824
4825         * rowpainter.C (paintDepthBar): add tmp var
4826
4827         * CutAndPaste.C (availableSelections): potentially check all
4828         paragraphs in a cut to fill the shown strings.
4829
4830 2003-06-18  André Pönitz  <poenitz@gmx.net>
4831
4832         * kbmap.[Ch]: use vector<> instead of list<>
4833
4834 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4835
4836         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4837         pasteSelection with index
4838
4839         * text2.C (pasteSelection): modify, call pasteSelection with index
4840
4841         * paragraph.C (asString): reimplement version with no interval to
4842         call the one with interval.
4843
4844         * lyxtext.h: add index arg to pasteSelection
4845
4846         * MenuBackend.C (MenuItem): handle PasteRecent
4847         (Menu::read::Menutags): add md_pasterecent
4848         (read): handle it
4849         (expandPasteRecent): new function
4850         (expand): use it
4851
4852         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4853
4854         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4855         the limited stack
4856         (availableSelections): new function
4857
4858 2003-06-17  Angus Leeming  <leeming@lyx.org>
4859
4860         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4861
4862 2003-06-17  Angus Leeming  <leeming@lyx.org>
4863
4864         * lfuns.h:
4865         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4866
4867         * lyxfunc.C (dispatch): invoke it.
4868
4869 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4870
4871         * iterators.C (operator++, ParPosition): reintroduce some
4872         const_cast for the benefit of older compilers.
4873
4874 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4875
4876         * text3.C (dispatch): do not modify clipboard when doing
4877         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4878         LFUN_DELETE_SKIP on a selection selection
4879
4880 2003-06-16  André Pönitz  <poenitz@gmx.net>
4881
4882         * BufferView.C:
4883         * buffer.C:
4884         * buffer.h:
4885         * paragraph.C:
4886         * tabular.[Ch]: IU of clone() and getLabelList();
4887
4888 2003-06-13  André Pönitz  <poenitz@gmx.net>
4889
4890         * tabular.h: compactification
4891
4892 2003-06-12  André Pönitz  <poenitz@gmx.net>
4893
4894         * tabular.C:
4895         * tabular.h:
4896         * tabular_funcs.h: some renaming plus whitespace
4897
4898 2003-06-12  André Pönitz  <poenitz@gmx.net>
4899
4900         * BufferView.C:
4901         * BufferView_pimpl.C:
4902         * CutAndPaste.C:
4903         * buffer.C:
4904         * iterators.[Ch]:
4905         * lyxfunc.C:
4906         * text.C:
4907         * toc.C: Return a Paragraph & for ParIterator::operator*()
4908
4909 2003-06-11  John Levon  <levon@movementarian.org>
4910
4911         * lyx_main.C:
4912         * ToolbarBackend.h:
4913         * ToolbarBackend.C: add "Toolbars" section and
4914         put the flags there
4915
4916 2003-06-10  Angus Leeming  <leeming@lyx.org>
4917
4918         * lfuns.h:
4919         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4920
4921         * lyxfunc.C (dispatch): invoke it.
4922
4923 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4924
4925         * main.C: protect <ios> with HAVE_IOS
4926         (main): protect sync_with_stdio with HAVE_IOS
4927
4928 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4929
4930         * text2.C (cutSelection): adjust
4931         (pasteSelection): adjust
4932
4933         * messages.C: handle get of empty string
4934
4935         * main.C (main): use sync_with_stdio(false)
4936
4937         * lyxfunc.C (dispatch): adjust
4938
4939         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4940         (WriteAs): remove unneeded BufferView arg.
4941
4942         * bufferparams.h: use correct types on papersize, papersize2 and
4943         paperpackage.
4944
4945         * bufferparams.C (readToken): adjust for type
4946         (writeLaTeX): add missing cases to switch.
4947
4948         * bufferlist.C (quitWriteBuffer): adjust
4949         (close): adjust
4950
4951         * buffer.C (asciiParagraph): remove some commented code.
4952
4953         * CutAndPaste.C: remove current_view extern variable.
4954         (cutSelection): add BufferParams arg.
4955         (eraseSelection): add BufferParams arg.
4956         (pasteSelection): add Buffer const & arg
4957
4958 2003-06-07  John Levon  <levon@movementarian.org>
4959
4960         * buffer.C:
4961         * paragraph_funcs.C:
4962         * paragraph_pimpl.C:
4963         * text.C:
4964         * text2.C:
4965         * paragraph.h:
4966         * paragraph.C: allow InsetERT to freely space lines,
4967         and some consolidation of code
4968
4969 2003-06-06  José Matos  <jamatos@fep.up.pt>
4970
4971         * buffer.C (makeDocBookFile): fix bug #821
4972
4973 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4974
4975         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4976
4977 2003-06-04  Angus Leeming  <leeming@lyx.org>
4978
4979         * buffer.C: bump format to 224.
4980
4981 2003-06-05  André Pönitz  <poenitz@gmx.net>
4982
4983         * text2.C (redoParagraphs): remove two const_cast<>
4984
4985 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4986
4987         * ParagraphList.h: remove last remnants of NO_STD_LIST
4988
4989 2003-06-03  Angus Leeming  <leeming@lyx.org>
4990
4991         * factory.C (createInset): small change to the way InsetExternal's params
4992         are set.
4993
4994 2003-06-04  André Pönitz  <poenitz@gmx.net>
4995
4996         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4997
4998         * paragraph_pimpl.h:
4999         * paragraph.[Ch]: some Inset -> UpdatableInset changes
5000
5001         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
5002
5003         * undo_funcs.C: make some simple cases of undo work again
5004
5005 2003-06-03  John Levon  <levon@movementarian.org>
5006
5007         * ispell.C: HPUX doesn't have sys/select.h
5008         (from Albert Chin)
5009
5010 2003-06-03  John Levon  <levon@movementarian.org>
5011
5012         * CutAndPaste.C: update tabular and include inset
5013         buffer references
5014
5015         * buffer.h:
5016         * paragraph.h:
5017         * paragraph.C: remove owningBuffer(), don't pass Buffer
5018         to clone()
5019
5020         * factory.C: insetGraphicsParams changed
5021
5022 2003-06-02  John Levon  <levon@movementarian.org>
5023
5024         * LyXAction.C:
5025         * factory.C:
5026         * lfuns.h:
5027         * lyxfunc.C:
5028         * text3.C: remove insetparent
5029
5030 2003-06-02  John Levon  <levon@movementarian.org>
5031
5032         * buffer.h:
5033         * buffer.C: fix inset_iterator.end(), move out of line
5034         (bug 1149)
5035
5036 2003-06-01  John Levon  <levon@movementarian.org>
5037
5038         * text3.C: use a proper cut/paste when doing inset
5039         insert (from Jürgen Spitzmüller)
5040
5041 2003-06-01  John Levon  <levon@movementarian.org>
5042
5043         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5044
5045 2003-05-30  André Pönitz  <poenitz@gmx.net>
5046
5047         * rowpainter.C: unify second drawing phase
5048
5049 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5050
5051         * trans_mgr.C: remove one case of current_view
5052
5053         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5054
5055         * paragraph_funcs.h: remove paragraph.h include
5056
5057         * paragraph.h: delete NO_STD_LIST stuff
5058
5059         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5060
5061         * buffer.h: remove paragraph.h include
5062
5063         * ParagraphList.C: delete file
5064
5065         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5066
5067         * toc.C (getTocList): adjust
5068
5069         * paragraph_pimpl.C (validate): adjust
5070
5071         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5072
5073         * paragraph.C (Paragraph): adjust
5074         (getPositionOfInset): use const_iterator, adjust
5075         (bibitem): use const_iterator, adjust
5076         (setInsetOwner): adjust
5077
5078         * iterators.C (operator++): adjust
5079
5080         * InsetList.[Ch]: Replace selfmade iterator with standard
5081         vector::iterator also introduce const_iterator. Remove getPos,
5082         getInset and setInset from InsetTable. Adjust accordingly.
5083
5084         * BufferView.C (lockInset): adjust
5085         (ChangeInsets): adjust
5086
5087         * tabular.[Ch]: delete commented same_id functions
5088
5089 2003-05-28  John Levon  <levon@movementarian.org>
5090
5091         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5092
5093 2003-05-28  André Pönitz  <poenitz@gmx.net>
5094
5095         * metricsinfo.[Ch]: remove 'fullredraw' member
5096
5097 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5098
5099         * lyxtextclass.C (operator): remove caching.
5100
5101 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5102
5103         * text3.C: adjust
5104
5105         * text2.C (cursorBottom): adjust
5106         (setCounter): use ParagraphList::find, adjust
5107
5108         * text.C (workWidth): use ParagraphList::find, adjust
5109
5110         * lyxcursor.C (LyXCursor): adjust
5111
5112         * buffer.C (inset_iterator): adjust
5113
5114         * ParagraphList.h: make iterator(value_type) private, make
5115         ParagraphList a friend of iterator.
5116
5117         * ParagraphList.C (find): new function
5118
5119         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5120
5121 2003-05-27  André Pönitz  <poenitz@gmx.net>
5122
5123         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5124
5125 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5126
5127         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5128
5129 2003-05-26  John Levon  <levon@movementarian.org>
5130
5131         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5132
5133 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5134
5135         * remove same_id from function signatures, adjust.
5136
5137 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5138
5139         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5140
5141         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5142
5143         * paragraph.C (Paragraph): get rid of same_ids parameter
5144
5145         * ParagraphList.C (insert): adjust
5146         (push_back): adjust
5147
5148 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5149
5150         * paragraph_funcs.C (breakParagraph): adjust
5151         (breakParagraphConservative): adjust
5152
5153         * buffer.C (readParagraph): adjust
5154
5155         * ParagraphList.C (insert): take a reference instead of a pointer
5156         (insert): adjust
5157
5158         * paragraph.[Ch] (id): new function
5159
5160         * bufferlist.C (newFile): adjust
5161
5162         * ParagraphList.C (ParagraphList): adjust
5163         (assign): adjust
5164         (push_back): take a reference instead of a pointer.
5165
5166         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5167
5168         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5169         instead.
5170
5171         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5172         set else use old code.
5173
5174         * ParagraphList.C: remove all NO_NEXT code and only compile this
5175         code of NO_STD_LIST is set.
5176
5177 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5178
5179         * BufferView_pimpl.C:
5180         * TextCache.C:
5181         * TextCache.h:
5182         * bufferlist.C:
5183         * errorlist.h:
5184         * format.C:
5185         * format.h:
5186         * graph.C:
5187         * lyxfunc.C:
5188         * lyxrc.C:
5189         * graphics/GraphicsConverter.C:
5190         * graphics/PreviewLoader.C: header adjustment
5191
5192 2003-05-23  Angus Leeming  <leeming@lyx.org>
5193
5194         * LaTeXFeatures.[Ch] (useBabel): new method.
5195         * bufferparams.C (writeLaTeX): use it.
5196
5197 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5198
5199         * ParagraphList.h (set): remove unused function.
5200
5201 2003-05-23  André Pönitz  <poenitz@gmx.net>
5202
5203         * BufferView.C:
5204         * BufferView_pimpl.C:
5205         * buffer.C:
5206         * buffer.h:
5207         * lyxfunc.C:
5208         * undo_funcs.C: setUndo reworked
5209
5210         * iterators.[Ch]: add access to topmost ParagraphList
5211
5212         * lyxtext.[Ch] (workWidth): add a const
5213
5214 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5215
5216         * texrow.[Ch] (increasePos): remove function
5217         * exporter.C (export): removed unused var and outdated comment
5218
5219 2003-05-23  Angus Leeming  <leeming@lyx.org>
5220
5221         * latexrunparams.h: rename fragile as moving_arg.
5222         * paragraph.C (simpleTeXOnePar): ditto.
5223         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5224
5225 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5226
5227         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5228         (createUndo): ditto
5229         (textUndoOrRedo): comment out a currently unused var.
5230
5231         * paragraph.h (NO_NEXT): enable NO_NEXT
5232
5233         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5234
5235         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5236
5237         * exporter.C (Export): adjust for removeAutoInsets removal.
5238
5239         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5240
5241         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5242
5243         * BufferView.[Ch] (removeAutoInsets): delete function
5244
5245 2003-05-22  Angus Leeming  <leeming@lyx.org>
5246
5247         * latexrunparams.h: add a free_spacing variable.
5248
5249         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5250         to pass moving_arg, as the data is stored in runparams.fragile.
5251
5252         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5253         to Inset::latexOptional or to simpleTeXOnePar.
5254
5255         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5256         free_spacing arg to Inset::latexOptional.
5257
5258         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5259         free_spacing arg.
5260
5261 2003-05-22  Angus Leeming  <leeming@lyx.org>
5262
5263         * latexrunparams.h: add fragile and use_babel variables.
5264
5265         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5266         * buffer.C (makeLaTeXFile): store this returned value in
5267         runparams.use_babel, thus passing it to the inset::latex methods.
5268
5269         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5270         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5271
5272         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5273         longer has a fragile arg, as it is stored in runparams.fragile.
5274
5275         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5276         moving_arg parameter as the data is stored in runparams.fragile.
5277
5278         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5279         a fragile parameter as the data is stored in runparams.fragile.
5280
5281 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5282
5283         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5284
5285 2003-05-22  Angus Leeming  <leeming@lyx.org>
5286
5287         * latexrunparams.h: add a 'bool nice' which defaults to false.
5288
5289         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5290         now encapsulated within runparams.
5291
5292         * bufferlist.C (updateIncludedTeXfiles):
5293         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5294
5295 2003-05-22  Angus Leeming  <leeming@lyx.org>
5296
5297         * latexrunparams.h: new file containing struct LatexRunParams.
5298         * Makefile.am: add new file.
5299
5300         * LaTeX.[Ch] (c-tor, run):
5301         * buffer.[Ch] (makeLaTeXFile):
5302         * bufferlist.[Ch] (updateIncludedTeXfiles):
5303         * converter.C (convert, scanLog):
5304         * converter.[Ch] (runLaTeX):
5305         * exporter.C (Export):
5306         * paragraph.[Ch] (simpleTeXOnePar):
5307         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5308         * paragraph_funcs.[Ch] (latexParagraphs):
5309         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5310         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5311         pass around a LatexRunParams parameter.
5312
5313 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5314
5315         * paragraph.[Ch]: remove unused constructor
5316
5317         * ParagraphList.C (erase): new function, taking two iterators
5318
5319 2003-05-22  André Pönitz  <poenitz@gmx.net>
5320
5321         * undo_funcs.C: remove duplicated code
5322
5323         * iterator.[Ch]: operator=
5324
5325 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5326
5327         * tabular.C (SetMultiColumn): ws changes
5328
5329         * rowpainter.C (paintFirst): get rid of a ->previous
5330
5331         * lyx_cb.C (getPossibleLabel): parlist simplification
5332
5333         * BufferView.C (ChangeInsets): simplify slightly.
5334
5335 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5336
5337         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5338         * lfuns.h: new LFUN_SPACE
5339         * lyxfunc.C: protected space has a new lfun
5340         * paragraph_funcs.C: read new space insets
5341         * text3.C:
5342         * factory.C: handle new space insets
5343
5344 2003-05-22  André Pönitz  <poenitz@gmx.net>
5345
5346         * BufferView.C:
5347         * BufferView_pimpl.C:
5348         * buffer.[Ch]:
5349         * lyxfunc.C:
5350         * undo_funcs.C: return a ParIterator from getParFromID.
5351
5352         * iterators.[Ch]: add two const's
5353
5354 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5355
5356         * toc.C (getTocList): adjust
5357
5358         * iterators.[Ch]: rework for parlist
5359
5360         * buffer.C (par_iterator_begin): adjust
5361         (par_iterator_end): adjust
5362
5363         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5364
5365         * BufferView.C (removeAutoInsets): adjust
5366         (ChangeInsets): adjust
5367
5368 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5369
5370         * text.C (top_y): fix bug 1110
5371
5372 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5373
5374         * errorlist.[Ch]: added
5375         * buffer.C:
5376         * BufferView.[Ch]:
5377         * BufferView_pimpl.C:
5378         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5379         instead
5380
5381 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5382
5383         * Makefile.am: ensure that lyx is relinked upon changes to the
5384         various "convenience" libs.
5385
5386 2003-05-20  Angus Leeming  <leeming@lyx.org>
5387
5388         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5389         files are compiled in alphabetical order again.
5390
5391         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5392
5393 2003-05-19  Angus Leeming  <leeming@lyx.org>
5394
5395         * gettext.[Ch]: remove "char const * _(char const *)".
5396
5397 2003-05-19  André Pönitz  <poenitz@gmx.net>
5398
5399         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5400
5401         * Makefile.am:
5402         * BufferView.C:
5403         * DepTable.h:
5404         * LaTeXFeatures.C:
5405         * buffer.C:
5406         * lyxfont.C:
5407         * lyxlex.h:
5408         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5409
5410 2003-05-19  André Pönitz  <poenitz@gmx.net>
5411
5412         * buffer.C:
5413         * lyxlayout.[Ch]:
5414         * lyxtextclass.[Ch]:
5415         * paragraph.C:
5416         * paragraph_funcs.[Ch]:
5417         * text2.C:
5418         * text3.C: more insetenv work
5419
5420 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5421
5422         * ParagraphParameters.C (params2string): small bug fixed
5423
5424 2003-05-16  André Pönitz  <poenitz@gmx.net>
5425
5426         * debug.C:
5427         * bufferview_funcs.C: patch from Kornel Benko to prevent
5428           crash when _(...) is called twice in a statement
5429
5430 2003-05-16  André Pönitz  <poenitz@gmx.net>
5431
5432         * BufferView.C:
5433         * lyxfunc.C:
5434         * text.C:
5435         * text2.C:
5436         * text3.C:
5437         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5438
5439 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5440
5441         * lyx_main.C (init): remove spurious static_cast
5442
5443 2003-05-14  André Pönitz  <poenitz@gmx.net>
5444
5445         * BufferView.C: fix format string
5446
5447 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5448
5449         * BufferView.[Ch] (insertErrors): removed
5450         * BufferView.[Ch] (showErrorList): added
5451         * buffer.C (runChkTeX):
5452         * converter.C (scanLog): call showErrorList instead of inserterrors
5453
5454 2003-05-13  André Pönitz  <poenitz@gmx.net>
5455
5456         * BufferView_pimpl.C:
5457         * buffer.C:
5458         * bufferview_func.C:
5459         * MenuBackend.C:
5460         * lyxfunc.C:
5461         * lyxrc.C:
5462         * tex-accent.C:
5463         * text3.C:
5464         * toc.C:
5465         * tabular_funcs.h: tostr() from its own header
5466
5467         * ParagraphParameters.C:
5468         * ToolbarBackend.C:
5469         * bufferparams.C:
5470         * format.C:
5471         * lyxlex_pimpl.C:
5472         * text3.C: STRCONV()
5473
5474 2003-05-12  André Pönitz  <poenitz@gmx.net>
5475
5476         * BufferView.C:
5477         * BufferView_pimpl.C:
5478         * CutAndPaste.C:
5479         * LaTeX.C:
5480         * LaTeXFeatures.C:
5481         * ParagraphParameters.C:
5482         * buffer.C:
5483         * bufferlist.C:
5484         * bufferparams.C:
5485         * bufferview_funcs.C:
5486         * converter.C:
5487         * counters.C:
5488         * debug.C:
5489         * exporter.C:
5490         * format.C:
5491         * importer.C:
5492         * lyx_cb.C:
5493         * lyx_main.C:
5494         * lyxfont.C:
5495         * lyxfunc.C:
5496         * lyxvc.C:
5497         * paragraph.C:
5498         * paragraph_funcs.C:
5499         * tabular.C:
5500         * tabular_funcs.C:
5501         * text2.C:
5502         * text3.C:  boost::format -> bformat  all over the place
5503
5504
5505 2003-05-09  André Pönitz  <poenitz@gmx.net>
5506
5507         * LColor.[Ch]: Pimpl the #include <map> away
5508
5509 2003-05-09  John Levon  <levon@movementarian.org>
5510
5511         * bufferlist.C: never remove emergency saves
5512
5513 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5514
5515         * Makefile.am: better lib building
5516
5517 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5518
5519         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5520         instead.
5521         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5522         (simpleTeXSpecialChars): adjust
5523         (simpleTeXSpecialChars): adjust
5524         * paragraph.C (simpleTeXOnePar): adjust
5525         * buffer.C (makeLaTeXFile): adjust
5526
5527         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5528
5529         * text2.C (changeDepth): parlist cleanup
5530         (getColumnNearX): ditto
5531
5532         * rowpainter.C (getLabelFont): parlist cleanup
5533
5534         * bufferlist.C (newFile): parlist cleanup
5535
5536         * CutAndPaste.C (eraseSelection): parlist cleanup
5537
5538         * BufferView_pimpl.C (trackChanges): parlist cleanup
5539         (dispatch): ditto
5540
5541         * BufferView.C (lockInset): parlist cleanup.
5542         (ChangeInsets): ditto
5543
5544 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5545
5546         * CutAndPaste.h: Update file header.
5547
5548         * CutAndPaste.C: Update file header.
5549         Store the parts cut out of the Document in a limited_stack.
5550         (copySelection): adjust
5551         (pasteSelection): new function, takes the index in the limited stack.
5552         (nrOfParagraphs): adjust
5553         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5554         simplify error inset insertion.
5555         (checkPastePossible): adjust
5556
5557 2003-05-06  John Levon  <levon@movementarian.org>
5558
5559         * text2.C: don't cast wrap inset to float
5560
5561 2003-05-05  André Pönitz  <poenitz@gmx.net>
5562
5563         * iterator.C:
5564         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5565
5566         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5567           few naked Paragraph *.
5568
5569 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5570
5571         * bufferparams.C: Output warning if a document with missing
5572         TeX document class is loaded
5573         * exporter.C: Disable TeX exports if the document class is missing
5574         * lyxtextclass.C:
5575         * lyxtextclass.h:
5576         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5577         isTeXClassAvailable()
5578
5579 2003-05-03  John Levon  <levon@movementarian.org>
5580
5581         * BufferView.h:
5582         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5583         explicit cursor show/hide
5584
5585         * BufferView_pimpl.h:
5586         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5587         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5588
5589         * lyxfunc.C: hide cursor before dispatching.
5590
5591         * lyx_cb.C:
5592         * lyxfind.C:
5593         * text.C:
5594         * text3.C: remove explicit cursor hides
5595
5596 2003-05-02  André Pönitz  <poenitz@gmx.net>
5597
5598         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5599
5600         * undo_funcs.C:
5601         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5602           linked lists
5603
5604         * text2.C: tiny whitespace
5605
5606 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5607
5608         * undo_funcs.C: almost only ws changes.
5609
5610         * ParagraphList.C (splice): just return if pl is empty.
5611
5612 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5613
5614         * ParagraphList.C (splice): new function.
5615
5616         * CutAndPaste.C (pasteSelection): use it
5617
5618 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5619
5620         * CutAndPaste.C (pasteSelection): remove the last next and
5621         previous from this file.
5622
5623 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5624
5625         * CutAndPaste.C (pasteSelection): more clean up, user proper
5626         ParagraphList functions for pasteing.
5627
5628         * ParagraphList.C (insert): new function, three arg insert
5629
5630 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5631
5632         * ParagraphList.C (insert): new function, three arg insert
5633
5634         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5635         not on paragraphs.
5636
5637 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5638
5639         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5640
5641 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5642
5643         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5644
5645 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5646
5647         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5648         (copySelection): clean up a bit.
5649         (pasteSelection): use make_pair
5650
5651         * ParagraphList.C (ParagraphList): implement copy constructor
5652         (operator=): implement, base on copy constructor.
5653         (assign): new func
5654
5655         * paragraph.C (erase): return a bool
5656
5657         * paragraph_pimpl.C (erasePos): remove function, move contents...
5658         (erase): ... here. Return a bool.
5659         (erase): call erase instead of erasePos.
5660
5661 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5662
5663         * ParagraphList.h: define PitPosPair
5664         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5665         ParagraphList, fix a bug on pasting multiple pars
5666         * text2.C: change interface to C&P
5667
5668 2003-04-30  André Pönitz  <poenitz@gmx.net>
5669
5670         * undo_func.C: revert part of yesterday's patch 2
5671
5672 2003-04-30  John Levon  <levon@movementarian.org>
5673
5674         * LColor.C: s/tabular/table/
5675
5676 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5677
5678         * text3.C (dispatch): do not convert iterator -> pointer
5679         * undo_funcs.C (setCursorParUndo): ditto
5680         * text_funcs.C (transposeChars): ditto
5681
5682         * text2.C (setLayout): ws changes only
5683
5684         * text.C (breakParagraph): do not convert iterator -> pointer
5685         (insertChar): ditto
5686         (acceptChange): ditto
5687         (rejectChange): ditto
5688         (changeCase): ditto
5689         (Delete): ditto
5690         (backspace): ditto
5691
5692         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5693         pointer
5694
5695 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5696
5697         * text3.C (gotoInset): YABG (yet another bad getChar)
5698
5699 2003-04-29  André Pönitz  <poenitz@gmx.net>
5700
5701         * paragraph.h: make operator= private unimplemented as long as
5702           it is unusable
5703
5704         * ParagraphList.C: whitespace
5705
5706         * paragraph.[Ch]:
5707         * paragraph_pimpl.[Ch]:
5708         * paragraph_funcs.C:
5709         * CutAndPaste.C:
5710         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5711
5712         * text2.C:
5713           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5714
5715 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5716
5717         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5718         * paragraph.[Ch] (erase):
5719         * paragraph_pimpl.[Ch] (erase): change return type and value
5720         * text2.C (cutSelection): some rework
5721
5722 2003-04-28  John Levon  <levon@movementarian.org>
5723
5724         * bufferlist.C: changes for unsaved changes dialog
5725
5726 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5727
5728         * bufferlist.C (newFile): set language (messages_) for new
5729         documents also.
5730
5731         * buffer.C (readFile): ws changes only.
5732
5733 2003-04-28  André Pönitz  <poenitz@gmx.net>
5734
5735         * undo_funcs.C:
5736         * lyxfunc.C:
5737         * buffer.[Ch]:
5738         * BufferView_pimpl.C:
5739         * BufferView.C: getParFromID related ParagraphList::iterator changes
5740
5741 2003-04-28  André Pönitz  <poenitz@gmx.net>
5742
5743         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5744           Changes
5745
5746 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5747
5748         * messages.C: remove one more localedir class variable.
5749
5750 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5751
5752         * messages.C (getLocaleDir): singleton generation function
5753         (Pimpl): use it.
5754         (Messages): add a default constructor.
5755
5756         * main.C (main): do not setup localedir here, do not call
5757         gettext_init.
5758
5759         * gettext.C (_): use it.
5760         (gettext_init): delete funciton
5761
5762 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5763
5764         * gettext.C (getLyXMessages): new singleton generating function.
5765
5766         * buffer.C (updateDocLang): adjust
5767
5768         * Makefile.am (messages.o): add target
5769         (main.o): remove target
5770
5771 2003-04-27  John Levon  <levon@movementarian.org>
5772
5773         * bufferlist.C:
5774         * lyx_cb.C:
5775         * lyxfunc.C:
5776         * lyxvc.C: specify cancel button in Alert::prompt
5777
5778 2003-04-26  John Levon  <levon@movementarian.org>
5779
5780         * text3.C:
5781         * lyxfunc.C:
5782         * lfuns.h:
5783         * LyXAction.C: add LFUN_INSET_SETTINGS
5784
5785         * lyxfunc.C: don't enable tabular-feature when there's
5786         just any locking inset
5787
5788 2003-04-26  John Levon  <levon@movementarian.org>
5789
5790         * bufferlist.C: re-add Cancel to buffer close question
5791
5792         * lyxfunc.C: fix import UI a bit
5793
5794 2003-04-25  John Levon  <levon@movementarian.org>
5795
5796         * gettext.C: remove the broken asserts for now
5797
5798 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5799
5800         * messages.C: make case where setlocale cannot comply work better.
5801
5802         * buffer.C (updateDocLang): new function
5803         (changeLanguage): use it
5804         (readFile): use it
5805
5806         * text2.C (setCounter): use B_ a bit.
5807
5808         * lyxlayout.C (Read): be sure to trim the label strings.
5809
5810         * messages.C (Messages): fix typo in comment
5811
5812         * buffer.C (readFile): set message_ after file is loaded.
5813         (makeDocBookFile): remove double return
5814         (changeLanguage): reset message_ upon language change.
5815         (B_): new func, use this to get translated buffer strings.
5816
5817         * main.C: add myself and Jean Marc as authors.
5818
5819 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5820
5821         * messages.[hC]: pimplify Messages, and three different pimpls to be
5822         used in different circumstances.
5823
5824         * gettext.[Ch]: change for use with new message code.
5825
5826 2003-04-24 André Pönitz <poenitz@gmx.net>
5827
5828         * factory.C: support for eqref
5829
5830 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5831
5832         * messages.[Ch]: add missing char
5833
5834         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5835
5836         * messages.[Ch]: New files
5837
5838 2003-04-18  John Levon  <levon@movementarian.org>
5839
5840         * BufferView.h:
5841         * BufferView.C:
5842         * BufferView_pimpl.C:
5843         * lfuns.h:
5844         * LyXAction.C:
5845         * lyxtext.h:
5846         * text2.C: remove layout-copy/paste (bug 778)
5847
5848 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5849
5850         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5851
5852 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5853
5854         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5855         if they succeed. Act accordingly.
5856
5857 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5858
5859         * text2.C (setCharFont): adjust
5860         (setCounter): adjust
5861         (insertStringAsLines): adjust
5862
5863         * text.C (leftMargin): adjust
5864         (setHeightOfRow): adjust
5865
5866         * rowpainter.C (paintFirst): adjust
5867         (paintLast): adjust
5868
5869         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5870         (outerHook): ditto
5871         (isFirstInSequence): ditto
5872         (getEndLabel): ditto
5873         (outerFont): adjust
5874
5875         * paragraph.C (getParLanguage): comment out some hard stuff.
5876
5877         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5878         (sgmlError): ditto
5879         (simpleDocBookOnePar): ditto
5880         (makeDocBookFile): use ParagraphList::iterator
5881
5882         * CutAndPaste.C (pasteSelection): adjust
5883
5884 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5885
5886         * text2.C (getFont): adjust
5887         (getLayoutFont): adjust
5888         (getLabelFont): adjust
5889
5890         * paragraph_funcs.C (TeXOnePar): adjust
5891
5892         * buffer.C (simpleLinuxDocOnePar): adjust
5893         (simpleDocBookOnePar): adjust
5894
5895         * CutAndPaste.C (pasteSelection): adjust
5896
5897         * BufferView.C (getEncoding): adjust
5898
5899         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5900
5901 2003-04-16  John Levon  <levon@movementarian.org>
5902
5903         * lyxfind.C: use parlist stuff for search/changes
5904
5905 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5906
5907         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5908
5909         * text2.C (deleteEmptyParagraphMechanism): adjust
5910
5911         * text2.[Ch] (ownerParagraph): delete func (both of them
5912
5913 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5914
5915         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5916
5917 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5918
5919         * ParagraphList.C: prepare for NO_NEXT
5920
5921 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5922
5923         * text2.C (getFont): adjust
5924         (getLayoutFont): adjust
5925         (getLabelFont): adjust
5926
5927         * paragraph.C (getFont): adjust
5928         (getLabelFont): adjust
5929         (getLayoutFont): adjust
5930
5931         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5932
5933 2003-04-15  John Levon  <levon@movementarian.org>
5934
5935         From Angus Leeming
5936
5937         * lyx_main.C: handle Include in .ui files
5938
5939 2003-04-15  John Levon  <levon@movementarian.org>
5940
5941         * MenuBackend.C: make the doc files length shorter
5942
5943         * ToolbarBackend.h:
5944         * ToolbarBackend.C: handle toolbar placement flags,
5945         Minibuffer
5946
5947 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5948
5949         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5950         adjust
5951
5952         * paragraph_funcs.C (TeXOnePar): adjust
5953
5954         * paragraph.C (getLabelFont): add outerfont arg, adjust
5955         (getLayoutFont): ditto
5956         (simpleTeXOnePar): adjust
5957
5958         * paragraph_pimpl.C (realizeFont): delete func
5959
5960 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5961
5962         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5963         row argument, constify cur argument.
5964
5965 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5966
5967         * text2.C (getFont): adjust
5968         (getLayoutFont): adjust
5969         (getLabelFont): adjust
5970
5971         * paragraph_funcs.C (TeXOnePar): adjust
5972         (outerFont): new func...
5973         (realizeFont): ...moved out from here, changed this to facilitate
5974         transition
5975
5976         * paragraph.C (getFont): take outerfont as arg, adjust
5977         (simpleTeXOnePar): add outerfont arg, adjust
5978
5979         * buffer.C (simpleLinuxDocOnePar): adjust
5980         (simpleDocBookOnePar): adjust
5981
5982         * CutAndPaste.C (pasteSelection): adjust
5983
5984         * BufferView.C (getEncoding): adjust
5985
5986 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5987
5988         * text2.C (setCharFont): adjust
5989         (setCounter): adjust
5990
5991         * text.C (leftMargin): adjust
5992         (setHeightOfRow): adjust
5993
5994         * rowpainter.C (paintFirst): adjust
5995         (paintLast): adjust
5996
5997         * paragraph_pimpl.C (realizeFont): adjust
5998
5999         * paragraph.C (isFirstInSequence): move from here...
6000         * paragraph_funcs.C (isFirstInSequence): ...to here
6001
6002         * paragraph.C (outerHook): move from here...
6003         * paragraph_funcs.C (outerHook): ...to here
6004
6005         * paragraph.C (depthHook): move from here...
6006         * paragraph_funcs.C (depthHook): ...to here
6007
6008         * paragraph.C (getEndLabel): move from here...
6009         * paragraph_funcs.C (getEndLabel): ...to here
6010
6011         * text2.C (realizeFont): move from here...
6012         * paragraph_funcs.C (realizeFont): ...to here
6013
6014 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6015
6016         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
6017
6018 2003-04-14  Angus Leeming  <leeming@lyx.org>
6019
6020         * LColor.[Ch]: scrap LColor mathcursor.
6021
6022 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6023
6024         * lyxlex.[Ch] (text): delete function
6025         * trans.C (Load): adjust
6026         * paragraph_funcs.C (readParToken): adjust
6027
6028 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6029
6030         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6031         vector<char> instead of a char[].
6032
6033         * lyxlex_pimpl.C (getString): adjust
6034         (next): adjust
6035         (lex): use getString
6036         (eatLine): adjust
6037         (nextToken): adjust
6038
6039         * lyxlex.C (text): use pimpl_->getString()
6040         (getBool): ditto
6041         (findToken): ditto
6042
6043 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6044
6045         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6046         (makeFontEntriesLayoutSpecific): temp var for par.size()
6047         (setLayout): temp var for ownerParagraphs().end()
6048         (fullRebreak): temp var for rows().end()
6049         (selectionAsString): temp var for boost::next(startpit), realize
6050         that the while really is a regular for loop.
6051         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6052         setCursor in one place.
6053         (setParagraph): temp vr for ownerParagraphs().end()
6054         (updateCounters): make the while loop a for loop
6055         (cutSelection): temp var for ownerParagraphs().end()
6056         (updateInset): make the do {} while() a regular for loop
6057         (getCursorX): use temp vars
6058         (setCurrentFont): use temp vars
6059         (getColumnNearX): use temp vars
6060
6061 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6062
6063         * text.C (transformChar): use temp var for getChar
6064         (computeBidiTables): use temp var for row->par()
6065         (fill): move temp vars for row->par() and pit->layout() earlier in
6066         the function.
6067         (labelFill): use temp var for row->par()
6068         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6069         asc and desc, realize that pit never changes and that firstpit is
6070         just a duplicate and not needed. Exchange rit->par() with pit in a
6071         lot of places.
6072         (breakAgain): use a temp var for boost::next(rit)
6073         (breakAgainOneRow): ditto
6074         (breakParagraph): use a temp var for rows().begin()
6075         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6076         (cursorRightOneWord): use temp var for cursor.par() and
6077         cursor.pos(), remove usage of tmpcursor.
6078         (cursorLeftOneWord): use temp var for cursor.par() and
6079         cursor.pos() only set cur at end of function.
6080
6081 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6082
6083         * text.C, text2.C: exchange all usage of Paragraph::next with
6084         boost::next(ParagraphList::iterator)
6085
6086         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6087
6088         * text2.C (cursorTop): simplify implementation
6089         (cursorBottom): ditto
6090         (setParagraph): use ParagraphList::iterator
6091         (setCurrentFont): adjust
6092         (getColumnNearX): adjust
6093         (cursorRight): adjust
6094         (cursorLeft): remove usage of Paragraph::previous
6095         (cursorUpParagraph): ditto
6096         (deleteEmptyParagraphMechanism): slight cleanup
6097
6098         * text.C (isBoundary): take a Paragraph const & instead of a
6099         pointer as arg.
6100         (addressBreakPoint): ditto
6101         (leftMargin): remove usage of Paragraph::previous.
6102         (setHeightOfRow): ditto
6103         (cursorLeftOneWord): ditto
6104         (selectNextWordToSpellcheck): ditto
6105         (Delete): ditto
6106         (backspace): ditto
6107         (breakParagraph): remove one usage of Paragraph::next
6108         (redoParagraph): ditto
6109         (acceptChange): ditto
6110         (insertChar): adjust
6111         (rowBreakPoint): adjust
6112
6113         * bufferview_funcs.C (toggleAndShow): adjust
6114
6115 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6116
6117         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6118         methods to access it.
6119         * lyxtext.h:
6120         * text.C: Added updateRowPositions to compute all row positions.
6121         Make top_y and getRowNearY() to use the cached y position
6122
6123 2003-04-11  John Levon  <levon@movementarian.org>
6124
6125         * text.C (rowBreakPoint): reintroduce the labelEnd
6126         checks, code copied from the row fill stuff. Deep voodoo.
6127
6128         * text.C (fill): add a comment and debugging for the
6129         next poor soul.
6130
6131 2003-04-11  John Levon  <levon@movementarian.org>
6132
6133         * text.C: make sure fullrow insets get wrapped to the next line,
6134         even when they're in a manual label
6135
6136 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6137
6138         * text2.C (insertParagraph): make it take ParagraphList::iterator
6139         as arg.
6140         (setLayout): make it return ParagraphList::iterator
6141         (redoParagraphs): ditto
6142         (setCounter): ditto
6143         (checkParagraph): ditto
6144
6145         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6146
6147         * text2.C: adjust several funcs.
6148         (realizeFont): take a ParagraphList::iterator as arg.
6149         (getLayoutFont): ditto
6150         (getLabelFont): ditto
6151         (setCharFont): ditto
6152
6153         * text.C: adjust several funcs.
6154
6155 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6156
6157         * text.C (selectNextWordToSpellcheck): don't accidentally
6158         skip insets
6159
6160 2003-04-10  John Levon  <levon@movementarian.org>
6161
6162         * ToolbarBackend.C (getIcon): special handling for
6163         LFUN_MATH_DELIM
6164
6165 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6166
6167         * text2.C (cursorRight): a getChar assert fixed
6168
6169 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6170
6171         * text2.C (getFont): change to take a ParagraphList::iterator
6172         instead of Paragraph*
6173         Adjust several functions.
6174
6175         * text.C (transformChar): change to take a ParagraphList::iterator
6176         instead of Paragraph*
6177         (singleWidth): ditto
6178         Adjust several functions.
6179
6180         * rowpainter.C: adjust several functions
6181         * rowpainter.h:store a ParagraphList::iterator and not a
6182         Paragraph&.
6183
6184
6185 2003-04-09  John Levon  <levon@movementarian.org>
6186
6187         * lyxfunc.C:
6188         * lfuns.h:
6189         * LyXAction.h:
6190         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6191         and the "help" bits as well
6192
6193 2003-04-09  John Levon  <levon@movementarian.org>
6194
6195         * ToolbarBackend.h:
6196         * ToolbarBackend.C: allow multiple toolbars
6197
6198 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6199
6200         * undo_funcs.C (setCursorParUndo): adjust
6201
6202         * text_funcs.C (transposeChars): adjust
6203
6204         * text3.C (gotoNextInset): adjust
6205         (dispatch): adjust
6206
6207         * text2.C (setLayout): adjust
6208         (changeDepth): adjust
6209         (setFont): adjust
6210         (redoParagraphs): adjust
6211         (selectionAsString): adjust
6212         (setParagraph): adjust
6213         (insertInset): adjust
6214         (cutSelection): adjust
6215         (copySelection): adjust
6216         (pasteSelection): adjust
6217         (insertStringAsLines): adjust
6218         (updateInset): adjust
6219         (setCursor): change to take a ParagraphList::iterator parameter
6220         (setCursorIntern): change to take a ParagraphList::iterator parameter
6221         (setCurrentFont): adjust
6222         (cursorLeft): adjust
6223         (cursorRight): adjust
6224         (deleteEmptyParagraphMechanism): adjust
6225
6226         * text.C (breakParagraph): adjust
6227         (insertChar): adjust
6228         (acceptChange): adjust
6229         (rejectChange): adjust
6230         (selectNextWordToSpellcheck): adjust
6231         (changeCase): adjust
6232         (Delete): adjust
6233         (backspace): adjust
6234
6235         * lyxfind.C (SearchForward): adjust
6236         (SearchBackward): adjust
6237         (nextChange): adjust
6238
6239         * lyxcursor.C (par): adjust
6240
6241         * lyxcursor.h: store a ParagraphList::iterator instead of a
6242         Paragraph*
6243
6244         * lyx_cb.C (getPossibleLabel): adjust
6245
6246         * bufferview_funcs.C (toggleAndShow): adjust
6247
6248         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6249         (dispatch): adjust
6250
6251         * BufferView.C (removeAutoInsets): adjust
6252         (lockedInsetStoreUndo): adjust
6253
6254 2003-04-09  John Levon  <levon@movementarian.org>
6255
6256         * ToolbarBackend.C: try icon without argument
6257         if with argument fails
6258
6259 2003-04-08  John Levon  <levon@movementarian.org>
6260
6261         * ToolbarBackend.h:
6262         * ToolbarBackend.C: add getIcon(), handle tooltip,
6263         and change from "Icon" to "Item".
6264
6265 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6266
6267         * BufferView.C (lockInset): another bad getchar crunched
6268
6269 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6270
6271         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6272         again)
6273
6274 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6275
6276         * lyxfind.C (searchForward, searchBackwards): bug 782
6277
6278 2003-04-07  John Levon  <levon@movementarian.org>
6279
6280         * paragraph.C: remove dead comment
6281
6282         * text.C: remove troublesome depth-fiddling code
6283         in leftMargin() and rightMargin() (bug 1017)
6284
6285         * text.C: fix breaking of rows in nested lists
6286         (bug 1004)
6287
6288         * text2.C (updateCounters): fix up depth values
6289         (bug 1013)
6290
6291 2003-04-07  John Levon  <levon@movementarian.org>
6292
6293         * BufferView_pimpl.C: clear message when doc finishes resizing,
6294         and after a mouse event
6295
6296         * lyxfunc.C: clear message after exiting inset
6297
6298 2003-04-07  John Levon  <levon@movementarian.org>
6299
6300         * bufferview_funcs.C: show math status not outside
6301         status in the statusbar
6302
6303 2003-04-07  John Levon  <levon@movementarian.org>
6304
6305         * lyxfunc.C: note status changed after a depth change
6306
6307 2003-04-04  Angus Leeming  <leeming@lyx.org>
6308
6309         * LaTeX.h: move AuxInfo operator==, != out of line.
6310         Remove LaTeX virtual destructor; nothing derives from it.
6311         Move operator()() out of public area and rename it startscript().
6312         Change protected for private.
6313
6314 2003-04-04  Angus Leeming  <leeming@lyx.org>
6315
6316         * lyxfunc.C:
6317         * text2.C: remove unneeded #includes.
6318
6319 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6320
6321         * text2.C (dEPM): fix the heigth of the next row
6322
6323 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6324
6325         * text.C: squashed an invalid getChar requester + some ws changes
6326
6327 2003-04-03  John Levon  <levon@movementarian.org>
6328
6329         * bufferview_funcs.h:
6330         * bufferview_funcs.C:
6331         * lyxfunc.C:
6332         * lyxtext.h:
6333         * text2.C: make getStatus work for the env depth lfuns
6334
6335 2003-04-03  John Levon  <levon@movementarian.org>
6336
6337         * bufferview_funcs.h:
6338         * bufferview_funcs.C:
6339         * lyxfunc.C:
6340         * lyxtext.h:
6341         * text2.C: parlistize decDepth(), by merging it with incDepth()
6342
6343 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6344
6345         * lyxrow.h: store a ParagraphList::iterator instead of a
6346         Paragraph* and adjust other class functions to suit.
6347
6348         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6349         above.
6350
6351 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6352
6353         * text2.C (setCursor): do not anchor to cursor row for the time being
6354
6355 2003-04-02  John Levon  <levon@movementarian.org>
6356
6357         * LyXAction.C:
6358         * lfuns.h:
6359         * lyx_main.C:
6360         * lyxtext.h:
6361         * text.C:
6362         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6363
6364 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6365
6366         * paragraph.h: make ParagraphList and ParagraphList::iterator
6367         friends of Paragraph.
6368
6369         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6370
6371         * ParagraphList.C: Use the private next_ and previous_ from
6372         Paragraph.
6373
6374 2003-04-01  John Levon  <levon@movementarian.org>
6375
6376         * ToolbarBackend.h:
6377         * ToolbarBackend.C:
6378         * Makefile.am: rename, remove defaults gunk
6379
6380         * MenuBackend.h:
6381         * MenuBackend.C: remove defaults gunk
6382
6383         * Languages.h:
6384         * Languages.C: remove defaults gunk
6385
6386         * lyx_main.h:
6387         * lyx_main.C: error out if files couldn't be found.
6388
6389 2003-04-02  John Levon  <levon@movementarian.org>
6390
6391         * text2.C: make incDepth() use parlist
6392
6393 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6394
6395         * undo_funcs.C (firstUndoParagraph): adjust
6396
6397         * text3.C (gotoInset): adjust
6398         (dispatch): adjust, and rewrite loop.
6399
6400         * text2.C (init): adjust, and rewrite loop.
6401         (redoParagraphs): adjust
6402         (updateInset): adjust, and rewrite loop.
6403         (deleteEmptyParagraphMechanism): adjust
6404
6405         * tabular.C (LyXTabular): adjust
6406         (SetMultiColumn): adjust
6407         (TeXRow): adjust
6408
6409         * lyxtext.[Ch] (ownerParagraph): delete function
6410         (ownerParagraphs): new function returns a ParagraphList.
6411
6412         * BufferView.C (removeAutoInsets): adjust
6413         (insertErrors): adjust
6414         (setCursorFromRow): adjust
6415
6416 2003-04-01  Angus Leeming  <leeming@lyx.org>
6417
6418         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6419         in the frontends.
6420
6421 2003-04-02  John Levon  <levon@movementarian.org>
6422
6423         * lyxtext.h:
6424         * text.C:
6425         * Makefile.am:
6426         * text_funcs.h:
6427         * text_funcs.C: make transposeChars a free function
6428
6429         * lyxrow_funcs.C: remove wrong comment
6430
6431 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6432
6433         * lyxtext.h: adjust
6434         * rowpainter.C: adjust
6435         * text.C: adjust
6436         * text2.C: adjust
6437         * text3.C: adjust
6438
6439         * lyxrow_funcs. [Ch]: new files
6440
6441         * lyxrow.[Ch]: remove next and previous pointers
6442         (next,previous): remove accessor functions
6443         (isParEnd): move to lyxrow_funcs
6444         (lastPos): move to lyxrow_funcs
6445         (nextRowIsAllInset): move to lyxrow_funcs
6446         (lastPrintablePos): move to lyxrow_funcs
6447         (numberOfSeparators): move to lyxrow_funcs
6448         (numberOfHfills): move to lyxrow_funcs
6449         (numberOfLabelHfills): move to lyxrow_funcs
6450         (hfillExpansion): move to lyxrow_funcs
6451
6452         * lyxfunc.C: adjust
6453
6454         * bufferview_funcs.C (toggleAndShow): adjust
6455
6456         * RowList.h: Remove class RowList from file leave just a
6457         std::list<Row>.
6458
6459         * RowList.C: delete file
6460
6461         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6462         and lyxrow_funcs.h
6463
6464 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6465
6466         * text3.C (cursorPrevious): adjust
6467         (cursorNext): adjust
6468         (dispatch): adjust
6469
6470         * text2.C (redoHeightOfParagraph): adjust
6471         (redoDrawingOfParagraph): adjust
6472         (setCursor): adjust
6473
6474         * text.C (breakParagraph): adjust
6475         (insertChar): adjust
6476         (backspace): adjust
6477
6478         * rowpainter.C (RowPainter): adjust
6479         (leftMargin): simplify and adjust
6480         (most rowpainter functions): adjust.
6481
6482         * rowpainter.h: store the row as RowList::iterator not as Row*
6483
6484         * lyxcursor.C (row): taka RowList::iterator as arg
6485         (irow): ditto
6486
6487         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6488         of Row*.
6489
6490 2003-04-01  Angus Leeming  <leeming@lyx.org>
6491
6492         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6493         stuff like bool Bool.
6494
6495 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6496
6497         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6498         rewrite a loop
6499
6500 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6501
6502         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6503         RowList::iterator.
6504
6505         * lyxtext.h (rows): drop one version and leve a const variant that
6506         returns a RowList::iterator.
6507
6508 2003-03-31  Angus Leeming  <leeming@lyx.org>
6509
6510         * text.C (fill): ensure that the signature is the same as that in the
6511         header file.
6512
6513 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6514
6515         * text2.C (redoParagraphs): adjust
6516         (updateCounters): adjust
6517         (checkParagraph): adjust
6518         (getColumnNearX): adjust and reformat a bit.
6519
6520         * text.C (top_y): adjust
6521         (workWidth): adjust
6522         (leftMargin): adjust
6523         (prepareToPrint): adjust
6524         (getRow): adjust
6525         (getRowNearY): adjust
6526
6527         * lyxtext.h: make rowlist_ mutable.
6528
6529         * RowList.h: add const_iterator
6530         * RowList.C: adjust for RowList::const_iterator.
6531
6532         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6533         adjust.
6534
6535 2003-03-31  John Levon  <levon@movementarian.org>
6536
6537         * lyxrc.h:
6538         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6539
6540         * lyx_main.C: set default fonts from using lyx_gui funcs
6541
6542         * exporter.C: pdf_mode moved from lyxrc
6543
6544         * lyx_cb.C:
6545         * lyxfunc.C: changes from above
6546
6547 2003-03-31  John Levon  <levon@movementarian.org>
6548
6549         * lyx_main.C: fix to the last fix
6550
6551 2003-03-31  John Levon  <levon@movementarian.org>
6552
6553         * bufferlist.C: "Load original" -> "Load Original"
6554
6555         * converter.C:
6556         * exporter.C:
6557         * importer.C:
6558         * lyx_main.C:
6559         * format.C: more Alert cleanups
6560
6561 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6562
6563         * text2.C (removeParagraph): make it take a RowList::iterator as
6564         arg, adjust.
6565         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6566         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6567
6568         * text.C (anchor_row): make it take a RowList::iterator as arg,
6569         adjust.
6570         (computeBidiTables): make it take a const reference to Row instead
6571         of Row pointer, adjust.
6572         (leftMargin): make it take a RowList::iterator as arg, adjust.
6573         (rowBreakPoint): adjust
6574         (breakAgainOneRow): make it take a RowList::iterator as arg,
6575         adjust.
6576         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6577
6578         * bufferview_funcs.C (toggleAndShow): adjust
6579
6580 2003-03-30  John Levon  <levon@movementarian.org>
6581
6582         * Makefile.am:
6583         * BoostFormat.h:
6584         * boost-inst.C: moved to support
6585
6586         * several files: changes as a result
6587
6588 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6589
6590         * text2.C (LyXText): adjust.
6591         (init): adjust
6592         (removeRow): make it take a RowList::iterator as arg, adjust.
6593         (fullRebreak): adjust
6594         (deleteEmptyParagraphMechanism): adjust
6595         (clearPaint): adjust
6596         (postPaint): adjust
6597
6598         * text.C (top_y): adjust
6599         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6600         (breakAgain): make it take a RowList::iterator as arg, adjust.
6601         (breakParagraph): adjust
6602         (insertChar): adjust
6603         (backspace): adjust
6604
6605         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6606         need_break_row, and refresh_row.
6607
6608         * text3.C (dispatch): adjust
6609
6610         * text2.C (checkParagraph): adjust
6611         (setCursor): adjust
6612         (setCursorFromCoordinates): adjust
6613
6614         * text.C (top_y): adjust
6615         (workWidth): adjust
6616         (getRow): make it return a RowList::iterator, adjust
6617         (getRowNearY): make it return a RowList::iterator, adjust
6618
6619         * text2.C (init): adjust
6620         (insertRow): remove function
6621         (insertParagraph): adjust
6622         (redoParagraphs): adjust
6623         (fullRebreak): adjust
6624         (updateCounters): adjust
6625
6626         * text.C (top_y): rewrite to use RowList iterators.
6627         (top_y): adjust
6628         (setHeightOfRow): rewrite to sue RowList iterators.
6629         (appendParagraph): adjust
6630         (breakAgain): adjust
6631         (breakAgainOneRow): adjust
6632         (breakParagraph): adjust
6633         (getRow): adjust
6634         (getRowNearY): adjust, and remove commented code.
6635
6636         * lyxtext.h (firstRow): delete function
6637         (lastRow): delete function
6638         (rows): new function (const and non-const versions.)
6639         (insertRow): delete function
6640
6641         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6642
6643 2003-03-29  John Levon  <levon@movementarian.org>
6644
6645         * BufferView_pimpl.C: always update scrollbar top
6646         because pasting text when we're anchored could mean we
6647         miss an update altogether
6648
6649 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6650
6651         * text2.C (init): use rowlist_.end() and not 0.
6652         (insertRow): change to take a RowList::iterator as arg, adjust
6653         for this.
6654         (insertParagraph): change to take a RowList::iterator as arg,
6655         adjust for this.
6656         (redoParagraphs): remove some debug msgs.
6657
6658         * text.C (appendParagraph): change to take a RowList::iterator
6659         arg, adjust for this.
6660         (breakAgain): add an assert
6661         (breakAgainOneRow): ditto
6662
6663 2003-03-29  John Levon  <levon@movementarian.org>
6664
6665         * text2.C: do not clear selection after inc/decDepth
6666         (bug 550)
6667
6668 2003-03-29  John Levon  <levon@movementarian.org>
6669
6670         * BufferView.C:
6671         * buffer.C: fix broken strerrors according to Lars
6672
6673 2003-03-29  John Levon  <levon@movementarian.org>
6674
6675         * converters.C: more Alert cleanups
6676
6677 2003-03-29  John Levon  <levon@movementarian.org>
6678
6679         * bufferview_funcs.C: remove pointless Alert
6680
6681         * buffer.C: fix confusing error message when
6682         a template is chmoded 000
6683
6684 2003-03-29  John Levon  <levon@movementarian.org>
6685
6686         * BufferView.C:
6687         * BufferView.h:
6688         * BufferView_pimpl.C: Alert fixes
6689
6690         * Makefile.am:
6691         * tabular.C:
6692         * tabular-old.C: remove unused table compat reading
6693
6694 2003-03-29  John Levon  <levon@movementarian.org>
6695
6696         * BufferView.C:
6697         * buffer.C:
6698         * lyx_cb.h:
6699         * lyx_cb.C: more Alert cleanups
6700
6701         * lyxfunc.C: don't allow chktex if not latex document
6702
6703 2003-03-29  John Levon  <levon@movementarian.org>
6704
6705         * lyx_cb.C:
6706         * BufferView.C:
6707         * buffer.C: warnings pushed down from support/,
6708         kill err_alert
6709
6710 2003-03-29  John Levon  <levon@movementarian.org>
6711
6712         * lyxfunc.C: safety check for C-r (revert)
6713
6714 2003-03-29  John Levon  <levon@movementarian.org>
6715
6716         * bufferlist.h:
6717         * bufferlist.C: several UI fixes using Alert::prompt.
6718         Fix the pointless looping quit code. Fix stupid revert
6719         behaviour (bug 938)
6720
6721         * lyxvc.h:
6722         * lyxvc.C:
6723         * lyx_cb.C: use Alert::prompt
6724
6725         * lyx_main.C: remove a silly question
6726
6727         * lyxfunc.C: remove a couple of silly questions,
6728         use Alert::prompt
6729
6730 2003-03-28  John Levon  <levon@movementarian.org>
6731
6732         * text2.C: fix bug 974 (End on empty par)
6733
6734 2003-03-28  John Levon  <levon@movementarian.org>
6735
6736         * BufferView_pimpl.C:
6737         * LyXAction.C:
6738         * lfuns.h: remove do-nothing math greek lfuns
6739
6740 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6741
6742         * lyxgluelength.h (isValidGlueLength): add default arg on
6743         parameter 2. Remove default arg from friend in class.
6744
6745         * lyxlength.h (isValidLength): add default arg on parameter 2.
6746         Remove default arg from friend in class.
6747
6748         * text2.C (LyXText): adjust, initialize refresh_row.
6749         (init): adjust
6750         (removeRow): adjust
6751         (insertRow): adjust
6752         (insertParagraph): adjst
6753         (redoParagraphs): adjust
6754         (fullRebreak): adjust
6755         (updateCounters): adjust
6756         (deleteEmptyParagraphMechanism): first attempt at fixing a
6757         crashing bug.
6758
6759         * text.C (top_y): adjust
6760         (setHeightOfRow): adjust
6761         (getRow): adjust
6762         (getRowNearY): adjust
6763
6764         * lyxtext.h: include RowList.h
6765         (~LyXText): not needed anymore, deleted.
6766         (firstRow): modify for RowList
6767         (lastRow): new function
6768         Delete firstrow and lastrow class variables, add a Rowlist
6769         rowlist_ class variable.
6770
6771         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6772         paragraph is empty.
6773
6774         * RowList.C (insert): fix case where it == begin().
6775
6776 2003-03-26  Angus Leeming  <leeming@lyx.org>
6777
6778         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6779         the thesaurus dialog.
6780
6781 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6782
6783         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6784
6785         * RowList.[Ch]: new files
6786
6787         * ParagraphList.C (erase): handle the case where it == begin
6788         correctly.
6789
6790 2003-03-25  John Levon  <levon@movementarian.org>
6791
6792         * Makefile.am:
6793         * aspell_local.h:
6794         * aspell.C: add new aspell support
6795
6796         * lyxrc.h:
6797         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6798         have it accessible.
6799
6800 2003-03-25  Angus Leeming  <leeming@lyx.org>
6801
6802         * lfuns.h:
6803         * LyXAction.C (init): new LFUN_INSET_INSERT.
6804
6805         * BufferView_pimpl.C (dispatch): split out part of the
6806         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6807
6808         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6809         LFUN_INSET_APPLY.
6810
6811 2003-03-25  Angus Leeming  <leeming@lyx.org>
6812
6813         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6814
6815 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6816
6817         * text2.C:
6818         * text3.C: remove useless row->height(0)
6819
6820 2003-03-25  John Levon  <levon@movementarian.org>
6821
6822         * lyxtext.h:
6823         * text2.C:
6824         * text3.C: rename the refreshing stuff to better names
6825
6826 2003-03-24  John Levon  <levon@movementarian.org>
6827
6828         * BufferView_pimpl.h:
6829         * BufferView_pimpl.C: update layout choice on a mouse
6830         press/release
6831
6832 2003-03-23  John Levon  <levon@movementarian.org>
6833
6834         * Makefile.am: fix commandtags.h reference
6835
6836 2003-03-22  John Levon  <levon@movementarian.org>
6837
6838         * BufferView_pimpl.C:
6839         * lyxtext.h:
6840         * rowpainter.C:
6841         * rowpainter.h:
6842         * text.C:
6843         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6844
6845 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6846
6847         * lyxtext.h:
6848         * text.C: take the rtl methods out of line
6849
6850 2003-03-21 André Pönitz <poenitz@gmx.net>
6851
6852         * metricsinfo.[Ch]: new files containing structures to be passed around
6853         during the two-phase-drawing...
6854
6855 2003-03-21 André Pönitz <poenitz@gmx.net>
6856
6857         * lyxtextclass.C: read 'environment' tag.
6858
6859 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6860
6861         * text2.C (removeRow): fix bug 964
6862
6863 2003-03-20  John Levon  <levon@movementarian.org>
6864
6865         * rowpainter.C:
6866         * text.C:
6867         * text2.C: paint cleanups. Inset::update() dropped font
6868         parameter
6869
6870 2003-03-19  John Levon  <levon@movementarian.org>
6871
6872         * lyxfunc.C: only fitcursor/markDirty if available()
6873
6874 2003-03-19  John Levon  <levon@movementarian.org>
6875
6876         * commandtags.h: rename to ...
6877
6878         * lfuns.h: ... this, and renumber / cleanup
6879
6880 2003-03-19  John Levon  <levon@movementarian.org>
6881
6882         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6883         fit the cursor after an lfun
6884
6885         * BufferView.h:
6886         * BufferView.C:
6887         * BufferView_pimpl.h:
6888         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6889
6890         * LyXAction.C: layout-character should have ReadOnly
6891
6892         * ParagraphParameters.C:
6893         * buffer.C:
6894         * bufferview_funcs.C:
6895         * lyx_cb.C:
6896         * lyxfind.C:
6897         * lyxtext.h:
6898         * text.C:
6899         * text2.C:
6900         * text3.C:
6901         * undo_funcs.C: changes from above
6902
6903 2003-03-18  John Levon  <levon@movementarian.org>
6904
6905         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6906         remove it from update()
6907
6908         * lyxfunc.C: update layout choice after an lfun
6909
6910         * text3.C: remove extra updateLayoutChoice()s
6911
6912 2003-03-18  John Levon  <levon@movementarian.org>
6913
6914         * text.C: top_y change means full repaint, fix
6915         a drawing bug with cursor movement
6916
6917 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6918
6919         * lyxtext.h:
6920         * text.C:
6921         * text2.C: anchor row on setCursor
6922
6923 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6924
6925         * lyxtext.h: remove almost all mutable keywords
6926         * text.C:
6927         * text2.C:
6928         * text3.C: remove const keywords accordingly
6929
6930 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6931
6932         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6933         anon namespace
6934         (TeXEnvironment): ditto
6935         (TeXOnePar): ditto
6936
6937 2003-03-17  John Levon  <levon@movementarian.org>
6938
6939         * text.C (rowBreakPoint): remove attempt to fix displayed
6940         math insets inside a manual label
6941
6942 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6943
6944         * lyxtext.h: remove BufferView* as first arg from almost all class
6945         functions.
6946         * other files: adjust.
6947
6948 2003-03-17  John Levon  <levon@movementarian.org>
6949
6950         * lyxtext.h:
6951         * undo_funcs.C:
6952         * text2.C: more paint cleanups
6953
6954         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6955
6956         * rowpainter.h:
6957         * rowpainter.C: remove "smart" background painting code
6958
6959 2003-03-16  John Levon  <levon@movementarian.org>
6960
6961         * lyxtext.h:
6962         * text.C:
6963         * text2.C:
6964         * text3.C: add helper functions for setting refresh_row/y
6965
6966 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6967
6968         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6969         newline inset which *can* get inserted in the pass_thru layouts.
6970         This is primarily for literate documents.
6971
6972 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6973
6974         * buffer.C: increment LYX_FORMAT to 223
6975
6976 2003-03-14 André Pönitz <poenitz@gmx.net>
6977
6978         * textclass.h: prepare for environment handling, ws changes
6979         * lyxlayout.C: read latexheader and latexfooter tags
6980
6981 2003-03-14  John Levon  <levon@movementarian.org>
6982
6983         * text2.C: rewrite ::status() a bit
6984
6985 2003-03-13  John Levon  <levon@movementarian.org>
6986
6987         * lyxtext.h: add some docs
6988
6989 2003-03-13  John Levon  <levon@movementarian.org>
6990
6991         * lyxtext.h:
6992         * text.C:
6993         * text2.C:
6994         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6995
6996 2003-03-13  John Levon  <levon@movementarian.org>
6997
6998         * text3.C: fix appendix redrawing
6999
7000 2003-03-13  John Levon  <levon@movementarian.org>
7001
7002         * text.C (setHeightOfRow):
7003         * rowpainter.h:
7004         * rowpainter.C: make appendix mark have the text
7005           "Appendix" so the user knows what it is
7006
7007         * LColor.h:
7008         * LColor.C: s/appendixline/appendix/ from above
7009
7010 2003-03-13  John Levon  <levon@movementarian.org>
7011
7012         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
7013
7014         * text.C: fix a getChar(pos) bug properly
7015
7016 2003-03-13  Angus Leeming  <leeming@lyx.org>
7017
7018         * commandtags.h:
7019         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
7020         Probably only temporary. Let's see how things pan out.
7021
7022         * BufferView.C (unlockInset):
7023         * BufferView_pimpl.C (fitCursor):
7024         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
7025
7026         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7027         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7028
7029         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7030         new functions that convert ParagraphParameters to and from a string.
7031
7032         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7033         BufferView::Pimpl's dispatch.
7034         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7035
7036 2003-03-13 André Pönitz <poenitz@gmx.net>
7037
7038         * lyxfunc.C:
7039         * text3.C:
7040         * factory.C: make it aware of InsetEnv
7041
7042 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7043
7044         * text2.C (setCursor): never ask for one past last
7045         (setCursor): add some debugging messages.
7046
7047         * text.C (singleWidth): never ask for one past last
7048         (singleWidth): ditto
7049         (leftMargin): ditto
7050         (rightMargin): ditto
7051         (rowBreakPoint): ditto
7052         (setHeightOfRow): ditto
7053         (prepareToPrint): ditto
7054
7055         * rowpainter.C (paintBackground): never ask for one past last
7056         (paintText): never ask for one past last
7057
7058         * paragraph_pimpl.C (getChar): make the assert stricter, never
7059         allow the one past last pos to be taken
7060
7061         * paragraph.C (getChar): ws changes only
7062
7063         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7064         (numberOfSeparators): ditto
7065         (numberOfHfills): ditto
7066
7067 2003-03-12  John Levon  <levon@movementarian.org>
7068
7069         * author.h:
7070         * author.C:
7071         * bufferparams.h:
7072         * bufferparams.C:
7073         * paragraph_funcs.C: fix per-buffer authorlists
7074
7075 2003-03-12  John Levon  <levon@movementarian.org>
7076
7077         * text.C: fix newline in right address
7078
7079 2003-03-12  Angus Leeming  <leeming@lyx.org>
7080
7081         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7082         duplicate those in LyXFunc::dispatch.
7083
7084         * commandtags.h:
7085         * LyXAction.C:
7086         * ToolbarDefaults.C:
7087         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7088         Add LFUN_FONTFREE_UPDATE.
7089
7090         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7091         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7092
7093         * bufferview_func.[Ch]: several new functions to facilliate
7094         transfer of data to and from the character dialog.
7095
7096 2003-03-12  John Levon  <levon@movementarian.org>
7097
7098         * buffer.C:
7099         * paragraph.h:
7100         * paragraph.C:
7101         * paragraph_funcs.C:
7102         * paragraph_pimpl.C:
7103         * sgml.C:
7104         * tabular.C:
7105         * text.C:
7106         * text3.C: remove META_NEWLINE in favour of an inset
7107
7108         * rowpainter.h:
7109         * rowpainter.C: remove paintNewline (done by inset)
7110
7111 2003-03-12  John Levon  <levon@movementarian.org>
7112
7113         * paragraph_pimpl.C: complain about bad getChar()s
7114         for a while at least
7115
7116 2003-03-12  John Levon  <levon@movementarian.org>
7117
7118         * buffer.h:
7119         * buffer.C: move paragraph read into a separate function,
7120         a little renaming to reflect that.
7121
7122         * bufferparams.h:
7123         * bufferparams.C: remove the author_ids map, not necessary now
7124
7125         * factory.h:
7126         * factory.C: moved Buffer::readInset to here
7127
7128         * paragraph_funcs.h:
7129         * paragraph_funcs.C: readParagraph free function moved from
7130         buffer.C
7131
7132         * tabular.C: name change
7133
7134 2003-03-12  John Levon  <levon@movementarian.org>
7135
7136         * buffer.C:
7137         * ParagraphParameters.C: move par params input to
7138         a read() method
7139
7140         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7141         behave like a normal read from the stream wrt reading
7142         a line vs. a \\token
7143
7144 2003-03-12  John Levon  <levon@movementarian.org>
7145
7146         * paragraph.C:
7147         * ParagraphParameters.h:
7148         * ParagraphParameters.C: move output code to a
7149         ::write() method
7150
7151 2003-03-12  John Levon  <levon@movementarian.org>
7152
7153         * BufferView.C (insertLyXFile):
7154         * buffer.h:
7155         * buffer.C:
7156         * tabular.C: use a parlist iterator for creating the
7157           document.
7158
7159 2003-03-12  John Levon  <levon@movementarian.org>
7160
7161         * buffer.C: make current_change static local not
7162           static file-scope
7163
7164 2003-03-12  John Levon  <levon@movementarian.org>
7165
7166         * buffer.C: fix insertStringAsLines for change tracking
7167
7168 2003-03-12  John Levon  <levon@movementarian.org>
7169
7170         * BufferView.C:
7171         * tabular.C:
7172         * buffer.h:
7173         * buffer.C:
7174         * bufferparams.h:
7175         * bufferparams.C: move author list into params. Rename some
7176           functions. Move the header reading into a separate token
7177           loop. Move the header token reading into BufferParams.
7178
7179 2003-03-12  John Levon  <levon@movementarian.org>
7180
7181         * changes.C: put debug inside lyxerr.debugging() checks
7182
7183 2003-03-11 André Pönitz <poenitz@gmx.net>
7184
7185         * factory.C: make it aware of InsetHFill
7186
7187 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7188
7189         * buffer.C (latexParagraphs): move function from here...
7190         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7191         args.
7192
7193 2003-03-10  Angus Leeming  <leeming@lyx.org>
7194
7195         * LyXAction.C (init): fix bug in poplating array with multiple entries
7196         with the same LFUN (spotted by JMarc).
7197
7198 2003-03-10  John Levon  <levon@movementarian.org>
7199
7200         * text.C:
7201         * text2.C: move getColumnNearX() near its
7202         only call site
7203
7204 2003-03-10  John Levon  <levon@movementarian.org>
7205
7206         * text.C: fix break before a minipage
7207
7208 2003-03-10  John Levon  <levon@movementarian.org>
7209
7210         * text.C: fix the last commit
7211
7212 2003-03-09  John Levon  <levon@movementarian.org>
7213
7214         * lyxtext.h:
7215         * text.C:
7216         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7217         bug 365 (don't break before insets unless needed). Don't
7218         return a value > last under any circumstances.
7219
7220 2003-03-09  Angus Leeming  <leeming@lyx.org>
7221
7222         * BufferView_pimpl.C (trackChanges, dispatch): call
7223         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7224
7225 2003-03-09  Angus Leeming  <leeming@lyx.org>
7226
7227         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7228         than Dialogs::showAboutlyx().
7229
7230 2003-03-09  Angus Leeming  <leeming@lyx.org>
7231
7232         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7233         than Dialogs::showTabularCreate().
7234
7235 2003-03-09  John Levon  <levon@movementarian.org>
7236
7237         * lyxtext.h:
7238         * text.C:
7239         * text2.C: 3rd arg to nextBreakPoint was always the same.
7240           Use references.
7241
7242 2003-03-08  John Levon  <levon@movementarian.org>
7243
7244         * lyxrow.C:
7245         * paragraph.C:
7246         * paragraph.h:
7247         * rowpainter.C:
7248         * text.C:
7249         * text2.C: Remove the "main" bit from the "main body"
7250           notion.
7251
7252 2003-03-08  John Levon  <levon@movementarian.org>
7253
7254         * text.C (leftMargin): The left margin of an empty
7255         manual label paragraph should not include the label width
7256         string length.
7257
7258         * text.C (prepareToPrint): don't attempt to measure hfills
7259         for empty manual label paragraphs - the answer should be 0
7260
7261 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7262
7263         * CutAndPaste.C: remove commented code and reindent.
7264
7265 2003-03-08  John Levon  <levon@movementarian.org>
7266
7267         * lyxfunc.h:
7268         * lyxfunc.C: move reloadBuffer()
7269
7270         * BufferView.h:
7271         * BufferView.C: to here
7272
7273         * lyxvc.C: add comment
7274
7275         * vc-backend.h:
7276         * vc-backend.C: call bv->reload() to avoid
7277           getStatus() check on MENURELOAD
7278
7279 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7280
7281         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7282         to an old format .dep file.
7283
7284 2003-03-07  Angus Leeming  <leeming@lyx.org>
7285
7286         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7287         when the LFUN_MOUSE_RELEASE should have been handled by
7288         inset->localDispatch.
7289
7290 2003-03-07  Angus Leeming  <leeming@lyx.org>
7291
7292         * BufferView_pimpl.C (dispatch):
7293         * LyXAction.C (init):
7294         * ToolbarDefaults.C (init):
7295         * commandtags.h:
7296         * lyxfunc.C (getStatus):
7297         remove LFUN_INSET_GRAPHICS.
7298
7299         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7300
7301 2003-03-07  Angus Leeming  <leeming@lyx.org>
7302
7303         * commandtags.h:
7304         * LyXAction.C (init):
7305         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7306
7307         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7308
7309         * commandtags.h:
7310         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7311
7312         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7313         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7314
7315 2003-03-07  Angus Leeming  <leeming@lyx.org>
7316
7317         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7318         remove "ert".
7319
7320 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7321
7322         * ParagraphList.C (front): new function
7323         (back): implement
7324
7325 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7326
7327         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7328         and top_row_offset_. removed var first_y.
7329         * text.C (top_y):
7330         * text2.C (LyXText, removeRow):
7331         * text3.C:
7332         * BufferView_pimpl.C:
7333         use these methods instead of using first_y
7334
7335 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7336
7337         * text2.C (pasteSelection): adjust for checkPastePossible
7338
7339         * CutAndPaste.C: remove Paragraph * buf and replace with
7340         ParagraphList paragraphs.
7341         (DeleteBuffer): delete
7342         (cutSelection): change the tc type to textclass_type
7343         (copySelection): change the tc type to textclass_type
7344         (copySelection): adjust for ParagraphList
7345         (pasteSelection): change the tc type to textclass_type
7346         (pasteSelection): adjust for Paragraphlist
7347         (nrOfParagraphs): simplify for ParagraphList
7348         (checkPastePossible): simplify for ParagraphList
7349         (checkPastePossible): remove unused arg
7350
7351         * ParagraphList.C (insert): handle the case where there are no
7352         paragraphs yet.
7353
7354         * CutAndPaste.h: make CutAndPaste a namespace.
7355
7356         * text3.C (dispatch): adjust
7357
7358         * text.C (breakParagraph): add a ParagraphList as arg
7359
7360         * paragraph_funcs.C (breakParagraph): change to take a
7361         BufferParams and a ParagraphList as args.
7362         (breakParagraphConservative): ditto
7363         (mergeParagraph): ditto
7364         (TeXDeeper): add a ParagraphList arg
7365         (TeXEnvironment): ditto
7366         (TeXOnePar): ditto
7367
7368         * buffer.C (readLyXformat2): adjust
7369         (insertStringAsLines): adjust
7370         (latexParagraphs): adjust
7371
7372         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7373         (cutSelection): adjust
7374         (pasteSelection): adjust
7375
7376         * BufferView_pimpl.C (insertInset): adjust
7377
7378 2003-03-05  Angus Leeming  <leeming@lyx.org>
7379
7380         * commandtags.h:
7381         * LyXAction.C (init):
7382         * BufferView_pimpl.C (dispatch):
7383         * lyxfunc.C (getStatus):
7384         remove LFUN_CHILD_INSERT.
7385
7386         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7387
7388 2003-03-05  Angus Leeming  <leeming@lyx.org>
7389
7390         * commandtags.h:
7391         * LyXAction.C (init):
7392         * src/factory.C (createInset):
7393         * lyxfunc.C (getStatus):
7394         * text3.C (dispatch):
7395         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7396
7397         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7398
7399 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7400
7401         * ParagraphList.C (insert): handle insert right before end()
7402         (erase): fix cases where it can be first or last paragraph.
7403
7404 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7405
7406         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7407         Paragraph::next and Paragraph::previous
7408         (TeXOnePar): ditto
7409
7410         * text.C (breakParagraph): adjust
7411
7412         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7413         BufferParams& as arg.
7414         (breakParagraph): use ParagraphList::insert
7415         (breakParagraphConservative): take a Buffer* instead of a
7416         BufferParams& as arg.
7417         (breakParagraphConservative): use ParagraphList::insert.
7418
7419         * buffer.C (insertStringAsLines): un-const it
7420         (insertStringAsLines): adjust
7421
7422         * ParagraphList.C (insert): new function
7423
7424         * CutAndPaste.C (pasteSelection): adjust
7425
7426         * text.C (backspace): adjust
7427
7428         * tabular.C (SetMultiColumn): adjust
7429
7430         * CutAndPaste.C (cutSelection): adjust
7431         (pasteSelection): adjust
7432
7433         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7434         Buffer const * as arg
7435
7436         * ParagraphList.C (erase): new function
7437         * paragraph_funcs.C (mergeParagraph): use it
7438         (mergeParagraph): make it take a Buffer* instead of a
7439         BufferParams* as arg
7440
7441         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7442         as arg
7443         (breakParagraphConservative): ditto
7444
7445         * paragraph.h: remove the breakParagraph friend
7446
7447         * paragraph.C (eraseIntern): new function
7448         (setChange): new function
7449
7450         * paragraph_funcs.C (mergeParagraph): make it take a
7451         ParagraphList::iterator instead of a Paragraph *, adjust
7452         accordingly.
7453
7454         * paragraph.h: move an #endif so that the change tracking stuff
7455         also works in the NO_NEXT case.
7456
7457 2003-03-04  Angus Leeming  <leeming@lyx.org>
7458
7459         * commandtags.h:
7460         * LyXAction.C: new LFUN_INSET_MODIFY.
7461
7462         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7463         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7464
7465 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7466
7467         * several files: ws changes only
7468
7469         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7470         (TeXEnvironment): ditto
7471         (TeXDeeper): ditto
7472
7473         * buffer.C (makeLaTeXFile): adjust
7474         (latexParagraphs): make it take ParagraphList::iterator as args
7475
7476 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7477
7478         * buffer.C (latexParagraphs): adjust
7479
7480         * paragraph.C (TeXOnePar): move function...
7481         (optArgInset): move function...
7482         (TeXEnvironment): move function...
7483         * paragraph_pimpl.C (TeXDeeper): move function...
7484         * paragraph_funcs.C: ...here
7485
7486         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7487
7488 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7489
7490         * buffer.C (readInset): remove compability code for old Figure and
7491         InsetInfo insets
7492
7493 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7494
7495         * buffer.C: ws changes
7496         (readInset):
7497
7498         * BufferView_pimpl.C: ditto
7499         * author.C: ditto
7500         * buffer.h: ditto
7501         * bufferlist.h: ditto
7502         * changes.h: ditto
7503         * lyxfunc.C: ditto
7504
7505 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7506
7507         * converter.[Ch]: split into itself +
7508         * graph.[Ch]
7509         * format.[Ch]
7510         * Makefile.am: += graph.[Ch] + format.[Ch]
7511         * MenuBackend.C
7512         * buffer.C
7513         * exporter.C
7514         * importer.C
7515         * lyx_main.C
7516         * lyxfunc.C
7517         * lyxrc.C: added #include "format.h"
7518
7519 2003-02-27  Angus Leeming  <leeming@lyx.org>
7520
7521         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7522           a label.
7523
7524         * factory.C (createInset): add "label" to the factory.
7525
7526         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7527           string and do no more.
7528
7529 2003-02-27  Angus Leeming  <leeming@lyx.org>
7530
7531         * commandtags.h:
7532         * LyXAction.C (init):
7533         * factory.C (createInset):
7534         * BufferView_pimpl.C (dispatch):
7535           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7536
7537         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7538
7539         * lyxfunc.C (dispatch):
7540         * text3.C (dispatch): pass name to params2string.
7541
7542 2003-02-26  Angus Leeming  <leeming@lyx.org>
7543
7544         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7545           blocks together.
7546           Rearrange the ~includes. Strip out the unnecessary ones.
7547
7548         * factory.C (createInset): reformat.
7549           create new insets for the various LFUN_XYZ_APPLY lfuns.
7550
7551 2003-02-26  John Levon  <levon@movementarian.org>
7552
7553         * lyxrow.h:
7554         * lyxrow.C: add isParStart,isParEnd helpers
7555
7556         * paragraph.h: make isInserted/DeletedText take refs
7557
7558         * paragraph_funcs.h:
7559         * paragraph_funcs.C: remove #if 0'd code
7560
7561         * lyxtext.h:
7562         * text3.C:
7563         * text2.C:
7564         * text.C: use lyxrow helpers above.
7565           Move draw and paint routines to RowPainter.
7566           Make several methods use refs not pointers.
7567           Make backgroundColor() const.
7568           Add markChangeInDraw(), isInInset().
7569           Merge changeRegionCase into changeCase.
7570           Make workWidth() shouldn't-happen code into an Assert.
7571
7572         * rowpainter.h:
7573         * rowpainter.C: new class for painting a row.
7574
7575         * vspace.h:
7576         * vspace.C: make inPixels take a ref
7577
7578 2003-02-26  Angus Leeming  <leeming@lyx.org>
7579
7580         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7581         LFUN_REF_APPLY.
7582
7583 2003-02-25  John Levon  <levon@movementarian.org>
7584
7585         * ispell.C: give the forked command a more accurate name
7586
7587 2003-02-22  John Levon  <levon@movementarian.org>
7588
7589         * toc.h:
7590         * toc.C: make TocItem store an id not a Paragraph *
7591           (bug #913)
7592
7593 2003-02-21  Angus Leeming  <leeming@lyx.org>
7594
7595         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7596           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7597           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7598           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7599           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7600           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7601
7602         * BufferView_pimpl.C (dispatch):
7603         * LyXAction.C (init):
7604         * factory.C (createInset):
7605         * lyxfunc.C (getStatus, dispatch):
7606         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7607
7608 2003-02-21  Angus Leeming  <leeming@lyx.org>
7609
7610         * BufferView_pimpl.C (MenuInsertLyXFile):
7611         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7612         * lyxfunc.C (menuNew, open, doImport):
7613           no longer pass a LyXView & to fileDlg.
7614
7615 2003-02-21  Angus Leeming  <leeming@lyx.org>
7616
7617         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7618         * LyXAction.C: change, BIBKEY to BIBITEM.
7619         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7620         Change InsetBibKey to InsetBibitem.
7621         Change BIBKEY_CODE to BIBITEM_CODE.
7622         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7623         * factory.C: replace insetbib.h with insetbibitem.h.
7624         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7625         * paragraph.C: replace insetbib.h with insetbibitem.h.
7626         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7627         Change bibkey() to bibitem().
7628         * text.C: remove insetbib.h.
7629         * text2.C: replace insetbib.h with insetbibitem.h.
7630         change bibkey() to bibitem().
7631         * text3.C: remove insetbib.h.
7632         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7633
7634 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7635
7636         * lyxrc.C (output): enclose user email in quotes (in case there are
7637         several words)
7638
7639 2003-02-18  John Levon  <levon@movementarian.org>
7640
7641         * buffer.h: add std::
7642
7643 2003-02-17  John Levon  <levon@movementarian.org>
7644
7645         * SpellBase.h:
7646         * ispell.h:
7647         * ispell.C:
7648         * pspell.h:
7649         * pspell.C: reworking. Especially in ispell, a large
7650           number of clean ups and bug fixes.
7651
7652         * lyxfunc.C: fix revert to behave sensibly
7653
7654 2003-02-17 André Pönitz <poenitz@gmx.net>
7655
7656         * LyXAction.C:
7657         * commandtags.h: new LFUN_INSERT_BIBKEY
7658
7659         * layout.h:
7660         * lyxlayout.C:
7661         * buffer.C:
7662         * factory.C:
7663         * text.C:
7664         * text2.C:
7665         * text3.C:
7666         * paragraph.[Ch]:
7667         * paragraph_func.C: remove special bibkey handling
7668
7669 2003-02-17  John Levon  <levon@movementarian.org>
7670
7671         * text.C (Delete): fix case where delete at the end of
7672           the very first paragraph would not merge the pars
7673
7674 2003-02-17  John Levon  <levon@movementarian.org>
7675
7676         * lyxrow.C: fix lastPrintablePos()
7677
7678 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7679
7680         * bufferparams.C (writeLaTeX): add a std:here
7681
7682         * buffer.C: and remove a using directive there
7683
7684 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7685
7686         * buffer.C (makeLaTeXFile): move the code that generates the
7687           preamble...
7688
7689         * bufferparams.C (writeLaTeX): ... in this new method
7690
7691         * LaTeXFeatures.C (getEncodingSet): make const
7692           (getLanguages): make const
7693
7694         * MenuBackend.C (binding): returns the binding associated to this
7695           action
7696           (add): sets the status of each item by calling getStatus. Adds
7697           some intelligence.
7698           (read): add support for OptSubMenu
7699           (expand): remove extra separator at the end of expanded menu
7700
7701 2003-02-15  John Levon  <levon@movementarian.org>
7702
7703         * BufferView.C:
7704         * BufferView_pimpl.C:
7705         * bufferlist.h:
7706         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7707           inset code that had no actual effect. Remove unneeded status
7708           code.
7709
7710 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7711
7712         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7713           in preamble
7714
7715 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7716
7717         * text.C (drawLengthMarker): also draw an arrow marker for
7718           symbolic lengths (medskip...)
7719
7720 2003-02-14  John Levon  <levon@movementarian.org>
7721
7722         * tabular.h:
7723         * tabular.C: better method names
7724
7725 2003-02-14  John Levon  <levon@movementarian.org>
7726
7727         * BufferView_pimpl.C:
7728         * bufferlist.C:
7729         * buffer.C:
7730         * converter.C:
7731         * lyx_cb.C:
7732         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7733           it's a more accurate name. Remove some pointless uses.
7734
7735 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7736
7737         * text2.C (LyXText): change order of initilizers to shut off
7738           warnings
7739
7740 2003-02-14  John Levon  <levon@movementarian.org>
7741
7742         * buffer.C: use ParIterator for getParFromID()
7743
7744         * paragraph.h:
7745         * paragraph.C:
7746         * paragraph_pimpl.h:
7747         * paragraph_pimpl.C: remove unused getParFromID()
7748
7749 2003-02-14  John Levon  <levon@movementarian.org>
7750
7751         * buffer.C: remove some very old #if 0'd parse code
7752
7753 2003-02-13  John Levon  <levon@movementarian.org>
7754
7755         * text.h:
7756         * text.C:
7757         * text2.C: move hfillExpansion(), numberOfSeparators(),
7758           rowLast(), rowLastPrintable(), numberofHfills(),
7759           numberOfLabelHfills() ...
7760
7761         * lyxrow.h:
7762         * lyxrow.C: ... to member functions here.
7763
7764         * paragraph.h:
7765         * paragraph.C:
7766         * lyxtext.h:
7767         * text.C: remove LyXText::beginningOfMainBody(), and call
7768           p->beginningOfMainBody() directly. Move the check for
7769           LABEL_MANUAL into the latter.
7770
7771         * text.h:
7772         * text.C:
7773         * text2.C:
7774         * vspace.C:
7775         * BufferView.h:
7776         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7777
7778         * text.h:
7779         * text.C:
7780         * text2.C:
7781         * text3.C:
7782         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7783           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7784
7785 2003-02-13  John Levon  <levon@movementarian.org>
7786
7787         * CutAndPaste.C: remove debug
7788
7789 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7790
7791         * paragraph.C (asString): remove two unused variables
7792
7793         * lyxtextclass.C (readTitleType):
7794           (Read):
7795           (LyXTextClass): handle new members titletype_ and titlename_
7796
7797         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7798
7799 2003-02-09  John Levon  <levon@movementarian.org>
7800
7801         * buffer.h:
7802         * buffer.C: replace hand-coded list with a map for the dep clean
7803
7804 2003-02-08  John Levon  <levon@movementarian.org>
7805
7806         * LaTeX.C: consolidate code into showRunMessage() helper
7807
7808 2003-02-08  John Levon  <levon@movementarian.org>
7809
7810         * lyxfind.C:
7811         * lyxtext.h:
7812         * text2.C:
7813         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7814           and pass the size in explicitly
7815
7816         * BufferView_pimpl.h:
7817         * BufferView_pimpl.C:
7818         * BufferView.h:
7819         * BufferView.C: add getCurrentChange()
7820
7821         * BufferView_pimpl.h:
7822         * BufferView_pimpl.C: handle change lfuns
7823
7824         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7825           for changes. Mark pasted paragraphs as new.
7826
7827         * support/lyxtime.h:
7828         * support/lyxtime.C:
7829         * DepTable.C: abstract time_t as lyx::time_type
7830
7831         * LColor.h:
7832         * LColor.C: add colours for new text, deleted text, changebars
7833
7834         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7835           package use "usenames" option.
7836
7837         * commandtags.h:
7838         * lyxfunc.C:
7839         * LyXAction.C: add change lfuns
7840
7841         * Makefile.am:
7842         * author.h:
7843         * author.C: author handling
7844
7845         * buffer.h:
7846         * buffer.C: add a per-buffer author list, with first entry as
7847           current author. Handle new .lyx tokens for change tracking. Output
7848           author list to .lyx file. Output dvipost stuff to .tex preamble.
7849           Bump lyx format to 222.
7850
7851         * bufferlist.h:
7852         * bufferlist.C: add setCurrentAuthor() to reset current author details
7853           in all buffers.
7854
7855         * bufferparams.h:
7856         * bufferparams.C: add param for tracking
7857
7858         * bufferview_funcs.C: output change info in minibuffer
7859
7860         * Makefile.am:
7861         * changes.h:
7862         * changes.C: add change-tracking structure
7863
7864         * debug.h:
7865         * debug.C: add CHANGES debug flag
7866
7867         * lyxfind.h:
7868         * lyxfind.C: add code for finding the next change piece
7869
7870         * lyxrc.h:
7871         * lyxrc.C: add user_name and user_email
7872
7873         * lyxrow.h:
7874         * lyxrow.C: add a metric for the top of the text line
7875
7876         * lyxtext.h:
7877         * text.C: implement accept/rejectChange()
7878
7879         * lyxtext.h:
7880         * text.C: paint changebars. Paint new/deleted text in the chosen
7881         colours. Strike through deleted text.
7882
7883         * paragraph.h:
7884         * paragraph.C:
7885         * paragraph_pimpl.h:
7886         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7887           in the current change to the insert functions. Rework erase to
7888           mark text as deleted, adding an eraseIntern() and a range-based
7889           erase(). Implement per-paragraph change lookup and
7890           accept/reject.
7891
7892         * paragraph_funcs.C: Fixup paste for change tracking.
7893
7894         * tabular.C: mark added row/columns as new.
7895
7896         * text.C: fix rowLast() to never return -1. Don't allow
7897           spellchecking of deleted text. Track transpose changes. Don't
7898           allow paragraph break or merge where appropriate.
7899
7900         * text2.C: leave cursor at end of selection after a cut.
7901
7902 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7903
7904         * text.C (getLengthMarkerHeight):
7905         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7906         visible on screen too.
7907
7908 2003-02-07  John Levon  <levon@movementarian.org>
7909
7910         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7911
7912 2003-02-05  Angus Leeming  <leeming@lyx.org>
7913
7914         * lyxserver.C (read_ready): revert my patch of 11 September last year
7915         as it sends PC cpu through the roof. Presumably this means that
7916         the lyxserver will no longer run on an Alpha...
7917
7918 2003-01-30  Angus Leeming  <leeming@lyx.org>
7919
7920         * factory.C (createInset): create an InsetCommandParam of type "index"
7921         and use it to 'do the right thing'.
7922
7923         * text2.C (getStringToIndex): ensure that cursor position is always
7924         reset to the reset_cursor position.
7925
7926 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7927
7928         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7929         disabled.
7930
7931 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7932
7933         * bufferview.C:
7934         * lyxcb.C:
7935         * lyxfunc.C: Output messages with identical spelling, punctuation,
7936         and spaces
7937
7938 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7939
7940         * MenuBackend.C (expandFormats): List only viewable export formats
7941         in "View" menu
7942
7943         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7944         message
7945
7946         * lyxfunc.C (getStatus): Make sure that formats other than
7947         "fax" can also be disabled
7948
7949 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7950
7951         * text3.C (dispatch): put the lfuns that insert insets in 3
7952         groups, and call doInsertInset with appropriate arguments.
7953         (doInsertInset): new function, that creates an inset and inserts
7954         it according to some boolean parameters.
7955
7956 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7957
7958         * buffer.C (readFile): remember to pass on 'par' when calling
7959         readFile recursively.
7960
7961 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7962
7963         * MenuBackend.C (expandFormats): add "..." to import formats.
7964
7965 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7966
7967         * paragraph.C (asString): Remove XForms RTL hacks.
7968
7969 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7970         * buffer.C: fix typo
7971
7972 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7973
7974         * Makefile.am (LIBS): delete var
7975         (lyx_LDADD): add @LIBS@ here instead.
7976
7977 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7978
7979         * Clarify the meaning of "wheel mouse jump"
7980
7981 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7982
7983         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7984         tabular in a float
7985
7986 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7987
7988         * importer.C (Loaders): do not preallocate 3 elements in the
7989         vector, since one ends up with 6 elements otherwise
7990
7991 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7992
7993         * DepTable.C (write): write the file name as last element of the
7994         .dep file (because it may contain spaces)
7995         (read): read info in the right order
7996
7997 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7998
7999         * paragraph_pimpl.C (simpleTeXBlanks):
8000         (simpleTeXSpecialChars):
8001         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
8002
8003         * tabular.C (latex): add some missing case statements. Reindent.
8004
8005         * MenuBackend.C (expandToc): remove unused variable.
8006
8007 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
8008
8009         * LColor.C:
8010         * LaTeX.C:
8011         * LyXAction.C:
8012         * MenuBackend.C:
8013         * buffer.C:
8014         * exporter.C:
8015         * lyxfunc.C:
8016         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
8017         and the like.
8018
8019 2003-01-05  John Levon  <levon@movementarian.org>
8020
8021         * BufferView.h:
8022         * BufferView.C: add getEncoding()
8023
8024         * kbsequence.h:
8025         * kbsequence.C: do not store last keypress
8026
8027         * lyxfunc.h:
8028         * lyxfunc.C: store last keypress here instead. Pass encoding
8029           to getISOEncoded()
8030
8031 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8032
8033         * lyx_main.C (init): remove annoying error message when following
8034         symbolic links (bug #780)
8035
8036 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8037
8038         * text.C (insertChar):
8039         * lyxrc.C (getDescription): remove extra spaces
8040
8041 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8042
8043         * lyxrc.C (getDescription): remove extra spaces
8044
8045 2002-12-20  John Levon  <levon@movementarian.org>
8046
8047         * text3.C: hack fix for page up/down across tall rows
8048
8049 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8050
8051         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8052         not been invoked
8053
8054 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8055
8056         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8057         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8058         thesaurus is not compiled in
8059
8060 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8061
8062         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8063
8064 2002-12-16  Angus Leeming  <leeming@lyx.org>
8065
8066         * lyxrc.[Ch]:
8067         * lyx_main.C (init): remove override_x_deadkeys stuff.
8068
8069 2002-12-12  John Levon  <levon@movementarian.org>
8070
8071         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8072           insert. Only remove shift modifier under strict
8073           circumstances.
8074
8075 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8076
8077         * MenuBackend.C (expandToc): fix crash.
8078
8079 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8080
8081         * MenuBackend.C (expandToc): gettext on float names.
8082
8083 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8084
8085         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8086         implement bool empty() [bug 490]
8087
8088 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8089
8090         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8091
8092 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8093
8094         * several files: ws changes
8095
8096 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8097
8098         * text2.C (setCounter): clean up a bit, use boost.format.
8099         (updateCounters): initialize par upon declaration.
8100
8101         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8102         if the layout exists. We do not just store the layout any more.
8103         (SwitchLayoutsBetweenClasses): use boost.format
8104
8105 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8106
8107         * converter.C (convert): if from and to files are the same, use a
8108         temporary files as intermediary
8109
8110 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8111
8112         * commandtags.h:
8113         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8114
8115 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8116
8117         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8118
8119 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8120
8121         * tabular.C (asciiPrintCell): use string(size, char) instead of
8122         explicit loop.
8123
8124         * sgml.C (openTag): fix order of arguments to string constructor
8125         (closeTag): ditto
8126
8127         * lyxfunc.C (dispatch): use boost.format
8128
8129         * lots of files: change "c" -> 'c'
8130
8131 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8132
8133         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8134
8135 2002-11-25  Angus Leeming  <leeming@lyx.org>
8136
8137         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8138
8139         * lyx_main.C (init): compile fix.
8140
8141 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8142
8143         * lyx_cb.C (start): boost.formatify
8144         do not include <iostream>
8145
8146         * lengthcommon.C: ws only
8147
8148         * boost-inst.C,BoostFormat.h: add more explict instantations
8149
8150 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8151
8152         * lots of files: handle USE_BOOST_FORMAT
8153
8154 2002-11-21  John Levon  <levon@movementarian.org>
8155
8156         * pspell.C: fix compile
8157
8158 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8159
8160         * lyxfunc.C (dispatch): use boost::format
8161         (open): ditto
8162         (doImport): ditto
8163
8164         * lyxfont.C (stateText): use boost::format
8165
8166         * lyx_main.C (LyX): use boost::format
8167         (init): ditto
8168         (queryUserLyXDir): ditto
8169         (readRcFile): ditto
8170         (parse_dbg): ditto
8171         (typedef boost::function): use the recommened syntax.
8172
8173         * importer.C (Import): use boost::format
8174
8175         * debug.C (showLevel): use boost::format
8176
8177         * converter.C (view): use boost::format
8178         (convert): ditto
8179         (move): ditto
8180         (scanLog): ditto
8181
8182         * bufferview_funcs.C (currentState): use boost::format
8183
8184         * bufferlist.C (emergencyWrite): use boost::format
8185
8186         * buffer.C (readLyXformat2): use boost::format
8187         (parseSingleLyXformat2Token): ditto
8188
8189         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8190
8191         * LaTeX.C (run): use boost::format
8192
8193         * Chktex.C (scanLogFile): use boost::format
8194
8195         * BufferView_pimpl.C (savePosition): use boost::format
8196         (restorePosition): ditto
8197         (MenuInsertLyXFile): ditto
8198
8199         * BoostFormat.h: help file for explicit instation.
8200
8201 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8202
8203         * tabular.C (latex): Support for block alignment in fixed width
8204         columns.
8205
8206 2002-11-17  John Levon  <levon@movementarian.org>
8207
8208         * BufferView_pimpl.C:
8209         * lyx_cb.C:
8210         * lyxfunc.C: split filedialog into open/save
8211
8212 2002-11-08  Juergen Vigna  <jug@sad.it>
8213
8214         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8215         by my last patch (hopefully).
8216
8217 2002-11-08  John Levon  <levon@movementarian.org>
8218
8219         * iterators.h:
8220         * iterators.C:
8221         * buffer.h:
8222         * buffer.C:
8223         * paragraph.h:
8224         * paragraph.C:
8225         * toc.h:
8226         * toc.C: ParConstIterator, and use it (from Lars)
8227
8228 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8229
8230         * lyxtextclass.[Ch]: revise and add doxygen comments
8231
8232 2002-11-07  John Levon  <levon@movementarian.org>
8233
8234         * text.C: fix progress value for spellchecker
8235
8236         * toc.C: fix navigate menu for insetwrap inside minipage
8237
8238         * paragraph_funcs.C: added FIXME for suspect code
8239
8240 2002-11-07  John Levon  <levon@movementarian.org>
8241
8242         * BufferView_pimpl.C: fix redrawing of insets
8243           on buffer switch
8244
8245 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8246
8247         * text2.C (updateCounters): fix bug 668
8248
8249 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8250
8251         * text3.C (dispatch): Do not make the buffer dirty when moving the
8252         cursor.
8253
8254 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8255
8256         * vc-backend.C: STRCONV
8257         (scanMaster): ditto
8258
8259         * text2.C (setCounter): STRCONV
8260
8261         * paragraph.C (asString): STRCONV
8262
8263         * lyxlength.C (asString): STRCONV
8264         (asLatexString): ditto
8265
8266         * lyxgluelength.C (asString): STRCONV
8267         (asLatexString): ditto
8268
8269         * lyxfunc.C (dispatch): STRCONV
8270         (open): ditto
8271
8272         * lyxfont.C (stateText): STRCONV
8273
8274         * importer.C (Import): STRCONV
8275
8276         * counters.C (labelItem): STRCONV
8277         (numberLabel): ditto
8278         (numberLabel): remove unused ostringstream o
8279
8280         * chset.C: STRCONV
8281         (loadFile): ditto
8282
8283         * bufferview_funcs.C (currentState): STRCONV
8284
8285         * buffer.C (readFile): STRCONV
8286         (asciiParagraph): ditto
8287         (makeLaTeXFile): ditto
8288
8289         * Spacing.C (writeEnvirBegin): STRCONV
8290
8291         * LaTeXFeatures.C (getLanguages): STRCONV
8292         (getPackages): ditto
8293         (getMacros): ditto
8294         (getBabelOptions): ditto
8295         (getTClassPreamble): ditto
8296         (getLyXSGMLEntities): ditto
8297         (getIncludedFiles): ditto
8298
8299         * LaTeX.C: STRCONV
8300         (run): ditto
8301         (scanAuxFile): ditto
8302         (deplog): ditto
8303
8304         * LString.h: add the STRCONV macros
8305
8306         * BufferView_pimpl.C (savePosition): STRCONV
8307         (restorePosition): ditto
8308         (MenuInsertLyXFile): ditto
8309
8310         * vc-backend.C (scanMaster): change from submatch[...] to
8311         submatch.str(...)
8312
8313         * funcrequest.C: include config.h
8314
8315         * factory.C: include config.h
8316
8317         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8318
8319         * box.C: include config.h
8320
8321         * LaTeX.C (scanAuxFile): change from submatch[...] to
8322         submatch.str(...)
8323         (deplog): ditto
8324
8325 2002-10-25  Angus Leeming  <leeming@lyx.org>
8326
8327         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8328
8329         * ispell.[Ch] (setError): new method.
8330         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8331         Use setError() insetead of goto END.
8332
8333         * lyx_cb.C (AutoSave): move out child process into new class
8334         AutoSaveBuffer.
8335
8336 2002-10-30  John Levon  <levon@movementarian.org>
8337
8338         * text3.C: make start appendix undoable
8339
8340 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8341
8342         * lyxlength.C (inPixels): Fix returned value.
8343
8344         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8345         environment.
8346
8347 2002-10-24  Angus Leeming  <leeming@lyx.org>
8348
8349         * lyxgluelength.h: no need to forward declare BufferParams
8350         or BufferView, so don't.
8351
8352 2002-10-21  John Levon  <levon@movementarian.org>
8353
8354         * BufferView.C: menuUndo ->undo, redo
8355
8356         * BufferView.h: document, remove dead, make some methods private
8357
8358         * paragraph_funcs.h:
8359         * paragraph_funcs.C:
8360         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8361
8362         * buffer.h:
8363         * buffer.C:
8364         * sgml.h:
8365         * sgml.C: move sgml open/close tag into sgml.C
8366
8367         * bufferview_funcs.h: unused prototype
8368
8369         * lyxfunc.h:
8370         * lyxfunc.C: remove unused
8371
8372         * lyxtext.h:
8373         * text.C: remove unused
8374
8375 2002-10-21  John Levon  <levon@movementarian.org>
8376
8377         * BufferView.h:
8378         * BufferView.C:
8379         * BufferView_pimpl.h:
8380         * BufferView_pimpl.C: fix mouse wheel handling based on
8381           patch from Darren Freeman
8382
8383 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8384
8385         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8386
8387 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8388
8389         * lyxlength.C (inPixels): Fix hanfling of negative length.
8390         Fix LyXLength::MU case.
8391
8392 2002-10-16  John Levon  <levon@movementarian.org>
8393
8394         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8395
8396 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8397
8398         * converter.C (view): add support for $$i (file name) and $$p
8399         (file path) for the viewer command. If $$i is not specified, then
8400         it is appended to the command (for compatibility with old syntax)
8401
8402 2002-10-14  Juergen Vigna  <jug@sad.it>
8403
8404         * undo_funcs.C (textHandleUndo): alter the order in which the
8405         new undopar is added to the LyXText, as we have to set first
8406         the right prev/next and then add it as otherwise the rebuild of
8407         LyXText is not correct. Also reset the cursor to the right paragraph,
8408         with this IMO we could remove the hack in "redoParagraphs()".
8409
8410 2002-10-09  Angus Leeming  <leeming@lyx.org>
8411
8412         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8413         to turn off an optimisation if a new inset is to be inserted.
8414
8415 2002-10-11 André Pönitz <poenitz@gmx.net>
8416
8417         * lyxtext.h: make some functions public to allow access
8418         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8419
8420 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8421
8422         * text3.C (dispatch): when changing layout, avoid an infinite loop
8423         [bug #652]
8424
8425 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8426
8427         * lyxrc.C (read): treat a viewer or converter command of "none" as
8428         if it were empty.
8429
8430         * MenuBackend.C (expandFormats): for an update, also allow the
8431         formats that are not viewable
8432
8433         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8434         script if it is newer than the lyxrc.defaults in user directory
8435
8436 2002-10-07 André Pönitz <poenitz@gmx.net>
8437
8438         * text.C: Vitaly Lipatov's small i18n fix
8439
8440 2002-09-25  Angus Leeming  <leeming@lyx.org>
8441
8442         * ispell.h: doxygen fix.
8443
8444 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8445
8446         * buffer.h (readFile): Add a new argument to the method, to allow
8447         reading of old-format templates.
8448
8449 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8450
8451         * toc.C (getTocList): Get TOC from InsetWrap.
8452
8453 2002-09-16  John Levon  <levon@movementarian.org>
8454
8455         * lyxfunc.C: check tabular for cut/copy too
8456
8457 2002-09-12  John Levon  <levon@movementarian.org>
8458
8459         * LyXAction.C: tidy
8460
8461         * factory.h:
8462         * factory.C: add header
8463
8464         * paragraph_funcs.h:
8465         * paragraph_funcs.C: cleanup
8466
8467 2002-09-11  John Levon  <levon@movementarian.org>
8468
8469         * PrinterParams.h: odd/even default to true
8470
8471 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8472
8473         * PrinterParams.h: update printer parameters for new xforms dialog
8474
8475 2002-09-11  Angus Leeming  <leeming@lyx.org>
8476
8477         * lyxserver.C (read_ready): re-write to make it more transparent
8478         and to make it work in coherent fashion under Tru64 Unix.
8479
8480 2002-09-11  André Pönitz <poenitz@gmx.net>
8481
8482         * commandtags.h:
8483         * LyXAction.C:
8484         * text3.C: implement LFUN_WORDSEL
8485
8486 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8487
8488         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8489         make floatlist_ a boost::shared_ptr<FloatList>
8490
8491         * lyxtextclass.C: include FloatList.h
8492         (LyXTextClass): initialize floatlist_
8493         (TextClassTags): add TC_NOFLOAT
8494         (Read): match "nofloat" to TC_NOFLOAT and use it.
8495         (readFloat): modify call to floatlist_
8496         (floats): ditto
8497         (floats): ditto
8498
8499         * FloatList.[Ch] (FloatList): remove commented out float
8500         initialization.
8501         (erase): new function
8502
8503 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8504
8505         * MenuBackend.C (expandToc): fix crash when there is no document
8506         open
8507
8508 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8509
8510         * many files: Add insetwrap.
8511
8512 2002-09-09  John Levon  <levon@movementarian.org>
8513
8514         * text2.C: remove confusing and awkward depth wraparound
8515
8516 2002-09-09  John Levon  <levon@movementarian.org>
8517
8518         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8519
8520         * buffer.h:
8521         * buffer.C: remove getIncludeonlyList()
8522
8523         * paragraph.C:
8524         * lyxfunc.C: remove headers
8525
8526 2002-09-09  Juergen Vigna  <jug@sad.it>
8527
8528         * text.C (getColumnNearX): fix form Michael this is most
8529         probably a cut&paste bug.
8530
8531 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8532
8533         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8534
8535         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8536         references, ws changes.
8537
8538         * text2.C (init): update counters after init
8539         (insertParagraph): no need to set counter on idividual paragraphs.
8540         (setCounter): access the counters object in the textclass object
8541         on in the buffer object.
8542         (updateCounters): ditto
8543
8544         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8545         shared_ptr<Counters> to avoid loading counters.h in all
8546         compilation units.
8547         (LyXTextClass): initialize ctrs_
8548         (TextClassTags): add TC_COUNTER, and ...
8549         (Read): use it here.
8550         (CounterTags): new tags
8551         (readCounter): new function
8552         (counters): new funtion
8553         (defaultLayoutName): return a const reference
8554
8555         * counters.C (Counters): remove contructor
8556         (newCounter): remove a couple of unneeded statements.
8557         (newCounter): simplify a bit.
8558         (numberLabel): some small formatting changes.
8559
8560         * buffer.[Ch]: remove all traces of counters, move the Counters
8561         object to the LyXTextClass.
8562
8563 2002-09-06  Alain Castera  <castera@in2p3.fr>
8564
8565         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8566         package to set the horizontal alignment on fixed width columns.
8567
8568         * lyx_sty.C:
8569         * lyx_sty.h: added tabularnewline macro def.
8570
8571         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8572
8573 2002-09-06  John Levon  <levon@movementarian.org>
8574
8575         * LyXAction.C: tooltips for sub/superscript
8576
8577         * MenuBackend.C: a bit more verbose
8578
8579         * lyxfunc.C: tiny clean
8580
8581         * undo_funcs.C: document undo_frozen
8582
8583 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8584
8585         * counters.C (Counters): add missing algorithm counter.
8586
8587         * text2.C (setCounter): lookup the counter with layouts latexname
8588         instead of by section number.
8589         (setCounter): use a hackish way to lookup the correct enum
8590         counter.
8591         a float name->type change
8592         reset enum couners with counter name directly instead of depth value.
8593
8594         * counters.C (Counters): remove the push_backs, change to use the
8595         float type not the float name.
8596         (labelItem): remove unused string, float name->type change
8597
8598         * counters.h: don't include vector, loose the enums and sects vectors
8599
8600 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8601
8602         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8603         (Read): add float->TC_FLOAT to textclassTags
8604         (Read): and handle it in the switch
8605         (readFloat): new function
8606
8607         * FloatList.C (FloatList): comment out the hardcoded float
8608         definitions.
8609
8610         * lyxlayout.h: ws change.
8611
8612 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8613
8614         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8615
8616 2002-09-03  Angus Leeming  <leeming@lyx.org>
8617
8618         * BufferView_pimpl.h: qualified name is not allowed in member
8619         declaration: WorkArea & Pimpl::workarea() const;
8620
8621         * factory.C: added using std::endl directive.
8622
8623         * text3.C: added using std::find and std::vector directives.
8624
8625 2002-08-29  André Pönitz <poenitz@gmx.net>
8626
8627         * lyxtext.h:
8628         * text2.C: remove unused member number_of_rows
8629
8630         * Makefile.am:
8631         * BufferView2.C: remove file, move contents to...
8632         * BufferView.C: ... here
8633
8634         * BufferView_pimpl.C:
8635         * factory.C: move more inset creation to factory
8636
8637         * vspace.C: avoid direct usage of LyXText, ws changes
8638
8639         * BufferView.[Ch]:
8640                 don't provide direct access to WorkArea, use two simple
8641                 acessors haveSelction() and workHeight() instead
8642
8643
8644 2002-08-29  John Levon  <levon@movementarian.org>
8645
8646         * BufferView_pimpl.C (dispatch): do not continue when
8647           no buffer
8648
8649 2002-08-28  André Pönitz <poenitz@gmx.net>
8650
8651         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8652
8653         * BufferView.h:
8654         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8655
8656 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8657
8658         * buffer.C: increment LYX_FORMAT to 221
8659
8660         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8661         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8662
8663         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8664
8665         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8666
8667 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8668
8669         * factory.C (createInset): use LyXTextClass::floats
8670
8671         * MenuBackend.C (expandFloatListInsert):
8672         (expandFloatInsert):
8673         (expandToc):
8674
8675         * text2.C (setCounter):
8676
8677         * LaTeXFeatures.C (useFloat):
8678         (getFloatDefinitions):
8679
8680         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8681
8682         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8683         floatlist_, with accessor floats().
8684
8685         * FloatList.h: remove global FloatList
8686
8687 2002-08-26  André Pönitz <poenitz@gmx.net>
8688
8689         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8690
8691         * BufferView.h:
8692         * BufferView2.C:
8693         * BufferView_pimpl.C:
8694         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8695
8696 2002-08-25  John Levon  <levon@movementarian.org>
8697
8698         * LyXAction.C: fix margin note description
8699
8700 2002-08-24  John Levon  <levon@movementarian.org>
8701
8702         * buffer.C:
8703         * bufferlist.C:
8704         * bufferview_funcs.C:
8705         * lyxfont.C:
8706         * undo_funcs.C: cleanups
8707
8708         * lyxfunc.C: disable CUT/COPY when no selection
8709
8710 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8711
8712         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8713         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8714
8715         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8716         Add backward compatibility to "mono", "gray" and "no".
8717
8718 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8719
8720         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8721         (and file_format >= 200).
8722
8723 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8724
8725         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8726
8727 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8728
8729         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8730
8731 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8732
8733         * BufferView_pimpl.C:
8734         * LyXAction.C:
8735         * buffer.C:
8736         * commandtags.h:
8737         * lyxfunc.C:
8738         * paragraph.[Ch]:
8739         * text2.C:
8740         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8741         inset and code to make it  work with the paragraph code. The inset
8742         can be anywhere in the paragraph, but will only do the expected
8743         thing in LaTeX if the layout file contains the parameter line
8744                         OptionalArgs    1
8745         (or more generally, a nonzero value) for that layout.
8746
8747 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8748
8749         * paragraph.h: remove the declaration of undefined counters class
8750         function.
8751
8752 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8753
8754         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8755         Dr. Richard Hawkins.
8756
8757 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8758
8759         * paragraph_funcs.h: remove some unneeded includes
8760
8761         * text.C (backspace): pasteParagraph now in global scipe
8762
8763         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8764         (pasteSelection): ditto
8765
8766         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8767         * paragraph_funcs.C (pasteParagraph): ... here
8768
8769 2002-08-20  André Pönitz <poenitz@gmx.net>
8770
8771         * commandtags.h: new LFUNs for swapping/copying table row/colums
8772
8773         * LyXAction.C:
8774         * lyxfunc.C: support for new lfuns
8775
8776 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8777
8778         * tabular.C:
8779         * buffer.[Ch]: remove NO_COMPABILITY stuff
8780
8781 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8782
8783         * boost.C (throw_exception): new file, with helper function for
8784         boost compiled without exceptions.
8785
8786         * paragraph.h:
8787         * lyxlength.C:
8788         * buffer.C:
8789         * ParameterStruct.h:
8790         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8791
8792         * bufferlist.C (emergencyWriteAll): use boost bind
8793
8794         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8795
8796         * text.C: include paragraph_funcs.h
8797         (breakParagraph): breakParagraph is now in global scope
8798
8799         * paragraph_funcs.[Ch]: new files
8800
8801         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8802         global scope
8803
8804         * buffer.C: include paragraph_funcs.h
8805         (insertStringAsLines): breakParagraph is now in global scope
8806
8807         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8808         paragraph_funcs.C
8809
8810         * CutAndPaste.C: include paragraph_funcs.h
8811         (cutSelection): breakParagraphConservative is now in global scope
8812         (pasteSelection): ditto
8813
8814         * buffer.h: declare oprator== and operator!= for
8815         Buffer::inset_iterator
8816
8817         * bufferlist.C (emergencyWrite): don't use fmt(...)
8818
8819         * text3.C: add using std::endl
8820
8821         * BufferView.C (moveCursorUpdate): remove default arg
8822
8823 2002-08-20  André Pönitz <poenitz@gmx.net>
8824
8825         * buffer.[Ch]: move inline functions to .C
8826
8827         * BufferView2.C:
8828         * BufferView_pimpl.C:
8829         * text.C:
8830         * buffer.[Ch]: use improved inset_iterator
8831
8832         * buffer.C:
8833         * paragraph.[Ch]: write one paragraph at a time
8834
8835 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8836
8837         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8838         style if style is not specified.
8839
8840 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8841
8842         * text2.C (setCounter): when searching for right label for a
8843         caption, make sure to recurse to parent insets (so that a caption
8844         in a minipage in a figure float works) (bug #568)
8845
8846 2002-08-20  André Pönitz <poenitz@gmx.net>
8847
8848         * text3.C: new file for LyXText::dispatch() and helpers
8849
8850         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8851
8852         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8853
8854 2002-08-19  André Pönitz <poenitz@gmx.net>
8855
8856         * lyxtext.h:
8857         * text.C: new LyXText::dispatch()
8858
8859         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8860
8861 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8862
8863         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8864
8865         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8866         Hebrew text.
8867
8868 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8869
8870         * Makefile.am: use $(variables) instead of @substitutions@
8871
8872 2002-08-15  André Pönitz <poenitz@gmx.net>
8873
8874         * lyxfunc.C:
8875         * BufferView_pimpl.C: streamlining mathed <-> outer world
8876         interaction
8877
8878         * commandtags.h:
8879         * LyXAction.C: remove unused LFUN_MATH
8880
8881 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8882
8883         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8884
8885 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8886
8887         * paragraph.C (Paragraph): reformat a bit
8888         (cutIntoMinibuffer): use builtin InsetList function instad of
8889         doing it manually.
8890         (getInset): ditto
8891
8892         * buffer.C: include boost/bind.hpp, add using std::for_each
8893         (writeFileAscii): use ParagraphList iterators
8894         (validate): use for_each for validate traversal of paragraphs
8895         (getBibkeyList): use ParagraphList iterators
8896         (resizeInsets): use for_each to resizeInsetsLyXText for all
8897         paragraphs.
8898         (getParFromID): use ParagraphList iterators
8899
8900         * BufferView2.C (lockInset): use paragraph list and iterators
8901
8902 2002-08-14  John Levon  <levon@movementarian.org>
8903
8904         * lyxserver.C: remove spurious xforms include
8905
8906 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8907
8908         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8909
8910 2002-08-13  André Pönitz <poenitz@gmx.net>
8911
8912         * LyXAction.[Ch]:
8913         * lyxfunc.C: further cleaning
8914
8915 2002-08-13  André Pönitz <poenitz@gmx.net>
8916
8917         * funcrequest.h: new constructor
8918
8919         * funcrequest.C: move stuff here from .h
8920
8921         * Makefile.am:
8922         * BufferView_pimpl.C:
8923         * LyXAction.C:
8924         * toc.C:
8925         * lyxfunc.C: subsequent changes
8926
8927         * lyxfunc.h: new view() member function
8928
8929         * lyxfunc.C: subsequent changes
8930
8931 2002-08-13  Angus Leeming  <leeming@lyx.org>
8932
8933         * BufferView2.C:
8934         * BufferView_pimpl.C:
8935         * buffer.C:
8936         * converter.C:
8937         * importer.C:
8938         * lyxfunc.C:
8939         * lyxvc.C:
8940         * toc.C:
8941         * vc-backend.C:
8942         changes due to the changed LyXView interface that now returns references
8943         to member variables not pointers.
8944
8945 2002-08-13  Angus Leeming  <leeming@lyx.org>
8946
8947         * WordLangTuple (word, lang_code): return references to strings,
8948         not strings.
8949
8950         * BufferView.h:
8951         * SpellBase.h:
8952         * lyxtext.h: forward-declare WordLangTuple.
8953
8954         * BufferView2.C:
8955         * ispell.C:
8956         * pspell.C:
8957         * text.C: #include "WordLangTuple.h".
8958
8959         * lyxtext.h:
8960         * text.C: (selectNextWordToSpellcheck): constify return type.
8961
8962 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8963
8964         * buffer.C:
8965         * buffer.h:
8966         * lyxtext.h:
8967         * paragraph.C:
8968         * paragraph_pimpl.h:
8969         * text.C:
8970         * text2.C:
8971         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8972         suggested by Angus.
8973         Made updateCounter always count from start of buffer, and removed
8974         second argument (par).
8975         Reverted floats number display to '#'. Perhaps I'll try again when the
8976         code base is sanitized a bit.
8977
8978 2002-08-12  Angus Leeming  <leeming@lyx.org>
8979
8980         * buffer.[Ch] (getLabelList): constify.
8981
8982 2002-08-07  André Pönitz <poenitz@gmx.net>
8983
8984         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8985
8986         * funcrequest.h: extension to keep mouse (x,y) position
8987
8988 2002-08-12  Juergen Vigna  <jug@sad.it>
8989
8990         * BufferView2.C (insertErrors): forbid undo when inserting error
8991         insets.
8992
8993         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8994
8995 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8996
8997         * ParagraphList.[Ch]: new files
8998
8999         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
9000
9001         * BufferView2.C (lockInset): ParagraphList changes
9002         * toc.C: ditto
9003         * text2.C: ditto
9004         * bufferlist.C: ditto
9005         * buffer.h: ditto
9006         * buffer.C: ditto
9007
9008 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9009
9010         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
9011         unused class variable counter_,
9012
9013         * paragraph.[Ch] (getFirstCounter): delete unused function
9014
9015         * counters.C: include LAssert.h
9016         (reset): add a new function with no arg, change other version to
9017         not have def. arg and to not allow empty arg.
9018
9019         * text2.C (setCounter): remove empty arg from call to Counters::reset
9020
9021 2002-08-11  John Levon  <levon@movementarian.org>
9022
9023         * Makefile.am: add WordLangTuple.h
9024
9025 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9026
9027         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9028         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9029
9030         * insets/insettext.C: InsetList changes
9031
9032         * graphics/GraphicsSupport.C (operator()): InsetList changes
9033
9034         * toc.C (getTocList): InsetList changes
9035
9036         * paragraph_pimpl.[Ch]: InsetList changes
9037
9038         * paragraph.[Ch]: InsetList changes
9039
9040         * buffer.C (inset_iterator): InsetList changes
9041         (setParagraph): ditto
9042         * buffer.h (inset_iterator): ditto
9043         * iterators.C (operator++): ditto
9044         * iterators.h: ditto
9045
9046         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9047
9048         * InsetList.[Ch]: new files, most InsetList handling moved out of
9049         paragraph.C.
9050
9051         * BufferView2.C (removeAutoInsets): InsetList changes
9052         (lockInset): ditto
9053         (ChangeInsets): ditto
9054
9055 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9056
9057         * paragraph_pimpl.h (empty): new function
9058
9059         * paragraph.[Ch] (empty): new function
9060
9061         * other files: use the new Paragraph::empty function
9062
9063 2002-08-09  John Levon  <levon@movementarian.org>
9064
9065         * lyxtext.h: remove unused refresh_height
9066
9067 2002-08-09  John Levon  <levon@movementarian.org>
9068
9069         * Makefile.am:
9070         * sgml.h:
9071         * sgml.C:
9072         * buffer.C:
9073         * paragraph.h:
9074         * paragraph.C: move sgml char escaping out of paragraph
9075
9076         * paragraph.h:
9077         * paragraph.C: remove id setter
9078
9079         * buffer.C:
9080         * paragraph.C:
9081         * paragraph_pimpl.C: remove dead tex_code_break_column
9082
9083         * bufferview_funcs.C: small cleanup
9084
9085         * lyxfunc.C: remove dead proto
9086
9087         * lyxtext.h: make some stuff private. Remove some dead stuff.
9088
9089         * lyxgluelength.C: make as[LyX]String() readable
9090
9091 2002-08-08  John Levon  <levon@movementarian.org>
9092
9093         * LyXAction.h:
9094         * LyXAction.C:
9095         * MenuBackend.C:
9096         * ToolbarDefaults.C:
9097         * lyxfunc.C:
9098         * lyxrc.C:
9099         * toc.C: lyxaction cleanup
9100
9101 2002-08-08  John Levon  <levon@movementarian.org>
9102
9103         * BufferView2.C: small cleanup
9104
9105         * lyxfind.h:
9106         * lyxfind.C: move unnecessary header into the .C
9107
9108 2002-08-08  John Levon  <levon@movementarian.org>
9109
9110         * funcrequest.h: just tedious nonsense
9111
9112         * lyx_main.h:
9113         * lyx_main.C: cleanups
9114
9115         * buffer.C:
9116         * vspace.C: remove dead header lyx_main.h
9117
9118 2002-08-07  Angus Leeming  <leeming@lyx.org>
9119
9120         * Paragraph.[Ch]:
9121         * paragraph_pimpl.h:
9122         Forward declare class Counters in paragraph.h by moving the ctrs member
9123         variable into Paragraph::Pimpl.
9124         (counters): new method, returning a reference to pimpl_->ctrs.
9125
9126         * text2.C: ensuing changes.
9127
9128 2002-08-07  John Levon  <levon@movementarian.org>
9129
9130         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9131
9132         * BufferView_pimpl.C: announce X selection on double/triple
9133           click
9134
9135         * lyx_main.C: use correct bool in batch dispatch
9136
9137         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9138
9139 2002-08-07  André Pönitz <poenitz@gmx.net>
9140
9141         * funcrequest.h: new class to wrap a kb_action and its argument
9142
9143         * BufferView.[Ch]:
9144         * BufferView_pimpl[Ch]:
9145         * LaTeX.C:
9146         * LyXAction.[Ch]:
9147         * lyxfunc.[Ch]:
9148         * lyxrc.C: subsequent changes
9149
9150
9151 2002-08-07  John Levon  <levon@movementarian.org>
9152
9153         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9154           document options change.
9155
9156 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9157
9158         * counters.[Ch]
9159         * text2.C
9160         * paragraph.[Ch]
9161         * makefile.am: move counters functionality over from
9162         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9163
9164 2002-08-06  John Levon  <levon@movementarian.org>
9165
9166         * WordLangTuple.h: new file for word + language code tuple
9167
9168         * SpellBase.h:
9169         * pspell.h:
9170         * pspell.C:
9171         * ispell.h:
9172         * ispell.C:
9173         * lyxtext.h:
9174         * text.C:
9175         * text2.C:
9176         * BufferView.h:
9177         * BufferView2.C: use WordLangTuple
9178
9179         * layout.h:
9180         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9181
9182 2002-08-06  John Levon  <levon@movementarian.org>
9183
9184         * lyx_main.C: fix cmdline batch handling
9185
9186 2002-08-06  André Pönitz <poenitz@gmx.net>
9187
9188         * lyxrc.C: set default for show_banner to true
9189
9190 2002-08-06  John Levon  <levon@movementarian.org>
9191
9192         * pspell.C: fix a crash, and allow new aspell to work
9193
9194 2002-08-06  John Levon  <levon@movementarian.org>
9195
9196         * lyxfunc.C:
9197         * kbmap.C: small cleanup
9198
9199         * vspace.h:
9200         * vspace.C: add const
9201
9202 2002-08-05  John Levon  <levon@movementarian.org>
9203
9204         * LyXAction.C: back to tabular-insert
9205
9206 2002-08-04  John Levon  <levon@movementarian.org>
9207
9208         * BufferView.h:
9209         * BufferView.C: cosmetic change
9210
9211         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9212
9213         * bufferlist.C:
9214         * buffer.h:
9215         * buffer.C:
9216         * lyxcb.h:
9217         * lyxcb.C:
9218         * lyxserver.C:
9219         * lyxvc.C:
9220         * vc-backend.C:
9221         * BufferView2.C: purge all "Lyx" not "LyX" strings
9222
9223         * lyxcursor.h:
9224         * lyxcursor.C: attempt to add some documentation
9225
9226         * lyxfunc.C:
9227         * commandtags.h:
9228         * LyXAction.C:
9229         * ToolbarDefaults.C:
9230         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9231           merge with LFUN_TABULAR_INSERT
9232
9233         * Makefile.am:
9234         * SpellBase.h:
9235         * ispell.h:
9236         * ispell.C:
9237         * pspell.h:
9238         * pspell.C: split up i/pspell implementations into separate
9239           files, many cleanups
9240
9241         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9242
9243         * text2.C: some cleanup
9244
9245         * lyxfunc.C: don't check for isp_command == "none" any more, it
9246           didn't make any sense
9247
9248 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9249
9250         * counters.[Ch]
9251         * text2.C
9252         * paragraph.[Ch]
9253         * makefile.am: move counters functionality over
9254         from text2.C/paragraph.[Ch] to counters.[Ch], and
9255         make proper C++.
9256 2002-08-02  John Levon  <levon@movementarian.org>
9257
9258         * buffer.C: s/lyxconvert/lyx2lyx/
9259
9260 2002-08-02  Angus Leeming  <leeming@lyx.org>
9261
9262         * lyxlex.C: revert John's change as it breaks reading of the user
9263         preamble.
9264
9265 2002-08-02  Angus Leeming  <leeming@lyx.org>
9266
9267         * importer.C (Import):
9268         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9269         changes due to LyXView::view() now returning a boost::shared_ptr.
9270
9271 2002-08-02  John Levon  <levon@movementarian.org>
9272
9273         * lyxlex.C: small cleanup
9274
9275 2002-08-02  John Levon  <levon@movementarian.org>
9276
9277         * text2.C (status): small cleanup, no logic change
9278
9279 2002-08-01  John Levon  <levon@movementarian.org>
9280
9281         * buffer.h:
9282         * buffer.C (writeFile): don't output alerts, caller
9283           handles this
9284
9285         * bufferlist.C:
9286         * lyx_cb.C: from above
9287
9288         * lyxfunc.C: allow to open non-existent files
9289
9290 2002-07-31  John Levon  <levon@movementarian.org>
9291
9292         * lyxserver.C: don't let incidental errors get
9293           in the way (errno)
9294
9295 2002-07-30  John Levon  <levon@movementarian.org>
9296
9297         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9298
9299 2002-07-30  John Levon  <levon@movementarian.org>
9300
9301         * lyxserver.h:
9302         * lyxserver.C: remove I/O callback too
9303
9304 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9305
9306         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9307         log.
9308
9309 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9310
9311         * many files: strip,frontStrip -> trim,ltrim,rtrim
9312
9313 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9314
9315         * PrinterParams.h: remove extern containsOnly, and include
9316         support/lstrings.h instead.
9317
9318         * LaTeX.C (scanAuxFile): modify because of strip changes
9319         (deplog): ditto
9320         * buffer.C (makeLaTeXFile): ditto
9321         * bufferparams.C (writeFile): ditt
9322         * lyxfont.C (stateText): ditto
9323         * lyxserver.C (read_ready): ditto
9324         * vc-backend.C (scanMaster): ditto
9325
9326         * BufferView_pimpl.h: ws changes
9327
9328         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9329
9330 2002-07-26  André Pönitz <poenitz@gmx.net>
9331
9332         * kb_sequence.C: remove unnedred usings
9333
9334 2002-07-26  Juergen Vigna  <jug@sad.it>
9335
9336         * lyxfind.C (LyXReplace): we have to check better if the returned
9337         text is not of theLockingInset()->getLockingInset().
9338
9339 2002-07-25  Juergen Vigna  <jug@sad.it>
9340
9341         * lyxfind.C (LyXReplace): don't replace if we don't get the
9342         right LyXText.
9343
9344         * undo_funcs.C (createUndo): remove debugging code.
9345
9346 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9347
9348         * buffer.C (parseSingleLyXformat2Token): Use default placement
9349         when reading old floats.
9350
9351         * FloatList.C (FloatList): Change the default placement of figure
9352         and tables to "tbp".
9353
9354 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9355
9356         * MenuBackend.C: using std::max
9357
9358 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9359
9360         * MenuBackend.C (expandToc):
9361         (expandToc2): code moved from xforms menu frontend. It is now
9362         generic and TOCs are transparent to menu frontends.
9363
9364 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9365
9366         * toc.C (getTocList): protect against buf=0
9367
9368         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9369         Menu as first parameter. Now, this calls itself recursively to
9370         expand a whole tree (this will be useful for TOC handling)
9371         (expandFloatInsert): remove 'wide' version of floats
9372
9373         * MenuBackend.h (submenuname): returns the name of the submenu.
9374         (submenu): returns the submenu itself, provided it has been
9375         created by MenuBackend::expand
9376
9377 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9378
9379         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9380         insets which have noFontChange == true. (bug #172)
9381
9382 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9383
9384         * BufferView_pimpl.C: add connection objects and use them...
9385         (Pimpl): here.
9386
9387 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9388
9389         * MenuBackend.C (expandLastfiles):
9390         (expandDocuments):
9391         (expandFormats):
9392         (expandFloatListInsert):
9393         (expandFloatInsert):
9394         (expand): split expand in parts
9395
9396 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9397
9398         * lyx_gui.C: use lyx_gui::exit()
9399
9400 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * LyXAction.C: show the failing pseudo action
9403
9404 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9405
9406         * buffer.C (readFile): Run the lyxconvert script in order to read
9407         old files.
9408
9409 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9410
9411         * LyXAction.C:
9412         * commandtags.h:
9413         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9414
9415 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9416
9417         * LyXAction.C:
9418         * commandtags.h:
9419         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9420
9421 2002-07-22  Herbert Voss  <voss@lyx.org>
9422
9423         * lengthcommon.C:
9424         * lyxlength.[Ch]: add support for the vertical lengths
9425
9426 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9427
9428         * toc.[Ch]: std:: fixes
9429
9430 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9431
9432         * lyxrc.C: do not include lyx_main.h
9433
9434         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9435         for layouts
9436
9437         * lyxrc.C:
9438         * encoding.C:
9439         * bufferlist.C:
9440         * BufferView2.C: include "lyxlex.h"
9441
9442         * tabular.h:
9443         * bufferparams.h: do not #include "lyxlex.h"
9444
9445         * lyxtextclasslist.C (Add): remove method
9446         (classlist): renamed to classlist_
9447
9448         * paragraph_pimpl.C:
9449         * paragraph.C:
9450         * text2.C:
9451         * CutAndPaste.C:
9452         * bufferview_funcs.C:
9453         * bufferlist.C:
9454         * text.C:
9455         * LaTeXFeatures.C:
9456         * buffer.C:
9457         * toc.C (getTocList): use BufferParams::getLyXTextClass
9458
9459         * toc.C (getTocList): use InsetFloat::addToToc
9460
9461         * toc.[Ch]: new files, containing helper functions to handle table
9462         of contents
9463
9464         * lyxfunc.C (dispatch): no need to remove spaces around command
9465         given as a string
9466         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9467         first command of the sequence; it is not very clever, but I do not
9468         have a better idea, actually
9469
9470         * LyXAction.C (LookupFunc): make sure to remove space at the
9471         beginning and end of the command
9472
9473 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9474
9475         * MenuBackend.C (getMenubar): new method: return the menubar of
9476         this menu set
9477         (read): treat differently reading of menu and menubar (in
9478         particular, the menubar has no name now)
9479         (Menu::menubar): remove
9480
9481         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9482         saving is finished
9483
9484 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9485
9486         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9487         a bibitem inset in a RTL paragraph.
9488
9489 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9490
9491         * paragraph_pimpl.C: constify
9492
9493         * BufferView_pimpl.C:
9494         * LaTeX.C:
9495         * lyxfunc.C: fix dispatch in a nicer way
9496
9497 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9498
9499         * lyxfunc.C (dispatch):
9500         * BufferView_pimpl.C:
9501         * BufferView_pimpl.h:
9502         * BufferView.C:
9503         * BufferView.h: rename Dispatch() to dispatch()
9504
9505         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9506
9507         * lyxlayout.C (Read): honor DependsOn tag
9508
9509         * lyxlayout.[Ch] (depends_on): new method
9510
9511         * version.C.in: update lyx_docversion
9512
9513         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9514
9515         * paragraph.C (validate): remove from here...
9516         * paragraph_pimpl.C (validate): ... and move here
9517         (isTextAt): make it const
9518
9519         * buffer.C (getLists): ws cleanup
9520
9521 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9522
9523         * language.C (read): Use iso8859-1 encoding in latex_lang
9524         (this prevents LyX from crashing when using iso10646-1 encoding).
9525
9526 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9527
9528         * text2.C (toggleInset): if cursor is inside an inset, close the
9529         inset and leave cursor _after_ it
9530
9531 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9532
9533         * lyxfunc.C: move minibuffer completion handling out of here
9534
9535 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9536
9537         * BufferView_pimpl.C:
9538         * LaTeX.C: fix dispatch calls
9539
9540 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9541
9542         * text.C (drawChars): Fix Arabic text rendering.
9543
9544 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9545
9546         * LyXAction.C:
9547         * commandtags.h:
9548         * lyxfunc.C: remove message-push/pop
9549
9550         * lyxserver.C:
9551         * lyxfunc.h:
9552         * lyxfunc.C: rationalise some code by removing verboseDispatch
9553           in favour of a bool argument to dispatch()
9554
9555 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9556
9557         * lyx_main.C (init): make sure to read symlinks as absolute paths
9558
9559 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9560
9561         * lyxfunc.h:
9562         * lyxfunc.C: no need for commandshortcut to be a member
9563
9564 2002-07-15  André Pönitz <poenitz@gmx.net>
9565
9566         * converter.C: add support for $$s (scripts from lib/scripts dir)
9567         * lyx_main.C: white space
9568
9569 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9570
9571         * bufferlist.C:
9572         * lyxrc.h:
9573         * lyxrc.C: remove second exit confirmation
9574
9575 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9576
9577         * BufferView.h:
9578         * BufferView.C:
9579         * BufferView2.C:
9580         * BufferView_pimpl.h:
9581         * BufferView_pimpl.C:
9582         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9583
9584 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9585
9586         * MenuBackend.C (expand): add numeric shortcuts to document menu
9587
9588         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9589
9590 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9591
9592         * lyxfont.C (setLyXFamily):
9593         (setLyXSeries):
9594         (setLyXShape):
9595         (setLyXSize):
9596         (setLyXMisc):
9597         (lyxRead):
9598         * debug.C (value):
9599         * buffer.C (asciiParagraph): use ascii_lowercase
9600
9601 2002-07-15  Mike Fabian  <mfabian@suse.de>
9602
9603         * lyxlex_pimpl.C (search_kw):
9604         * lyxlex.C (getLongString):
9605         * converter.h (operator<):
9606         * converter.C (operator<):
9607         * buffer.C (parseSingleLyXformat2Token):
9608         (asciiParagraph):
9609         * ToolbarDefaults.C (read):
9610         * MenuBackend.C (checkShortcuts):
9611         (read):
9612         * LColor.C (getFromGUIName):
9613         (getFromLyXName): use the compare_ascii_no_case instead of
9614         compare_no_case, because in turkish, 'i' is not the lowercase
9615         version of 'I', and thus turkish locale breaks parsing of tags.
9616
9617 2002-07-16  Angus Leeming  <leeming@lyx.org>
9618
9619         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9620         now takes a Buffer const & argument.
9621
9622 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9623
9624         * BufferView.C (resize): check there's a buffer to resize
9625
9626 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9627
9628         * lyxfunc.C: remove dead code
9629
9630         * lyxserver.h:
9631         * lyxserver.C: use lyx_guii::set_read_callback
9632
9633 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9634
9635         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9636         an inset in a RTL paragraph.
9637
9638 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9639
9640         * lyxfunc.C: repaint after a font size update
9641
9642 2002-07-15  André Pönitz <poenitz@gmx.net>
9643
9644         * lyxlength.C: inBP should be able to return negative values
9645
9646 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9647
9648         * lyxfunc.C: use lyx_gui::update_fonts()
9649
9650 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9651
9652         * lyxfunc.C: use lyx_gui::update_color()
9653
9654 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * bufferlist.C:
9657         * lyxfunc.h:
9658         * lyxfunc.C:
9659         * lyxrc.h:
9660         * lyxrc.C: remove file->new asks for name option, and let
9661           buffer-new take an argument
9662
9663 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9664
9665         * BufferView_pimpl.C: remove unneeded extra repaint()
9666
9667 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9668
9669         * LyXAction.C: allow command-sequence with NoBuffer
9670
9671         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9672
9673 2002-07-10  Angus Leeming  <leeming@lyx.org>
9674
9675         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9676
9677 2002-07-09  Angus Leeming  <leeming@lyx.org>
9678
9679         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9680
9681 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9682
9683         * lengthcommon.h: whitespace
9684
9685         * lyxfunc.C: update scrollbar after goto paragraph
9686
9687         * lyxtext.h: factor out page break drawing, and fix it so
9688           page break/added space paints as selected nicely
9689
9690 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9691
9692         * BufferView_pimpl.C: add FIXMEs, clean up a little
9693
9694 2002-07-09  André Pönitz <poenitz@gmx.net>
9695
9696         * lyxfont.[Ch]: support for wasy symbols
9697
9698 2002-07-08  André Pönitz <poenitz@gmx.net>
9699
9700         * BufferView_pimpl.C: apply John's patch for #93.
9701
9702 2002-07-05  Angus Leeming  <leeming@lyx.org>
9703
9704         * BufferView_pimpl.C (buffer): generate previews if desired.
9705
9706         * LColor.h: add "preview" to the color enum.
9707
9708         * LColor.C (LColor): add a corresponding entry to the items array.
9709
9710         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9711         with this buffer.
9712
9713 2002-07-05  Angus Leeming  <leeming@lyx.org>
9714
9715         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9716         The body of the code is now in the method that is passed an ostream &
9717         rather than a file name.
9718         Pass an additional only_preamble parameter, useful for the forthcoming
9719         preview stuff.
9720
9721 2002-07-03  André Pönitz <poenitz@gmx.net>
9722
9723         * lyxfunc.C: simplify getStatus() a bit for math stuff
9724
9725 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9726
9727         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9728
9729 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9730
9731         * text.C (changeRegionCase): do not change case of all the
9732         document when region ends at paragraph end (bug #461)
9733
9734 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9735
9736         * paragraph.C (startTeXParParams):
9737         (endTeXParParams): add \protect when necessary
9738
9739 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9740
9741         * BufferView_pimpl.C (workAreaExpose): remove warning
9742
9743 2002-06-27  Angus Leeming  <leeming@lyx.org>
9744
9745         * Makefile.am: add lyxlayout_ptr_fwd.h.
9746
9747 2002-06-26  André Pönitz <poenitz@gmx.net>
9748
9749         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9750
9751 2002-06-25  Angus Leeming  <leeming@lyx.org>
9752
9753         * lyxfunc.C (dispatch): Comment out the call to
9754         grfx::GCache::changeDisplay. The method no longer exists now that the
9755         pixmap generation part of the graphics loader has been moved into
9756         InsetGraphics.
9757
9758 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9759
9760         * text2.C: layout as layout
9761
9762         * text.C: layout as layout
9763
9764         * tabular.C (OldFormatRead): layout as layout
9765
9766         * paragraph_pimpl.C (TeXDeeper): layout as layout
9767         (realizeFont): layout as layout
9768
9769         * paragraph.C (writeFile): layout as layout
9770         (validate): layout as layout
9771         (getFont): layout as layout
9772         (getLabelFont): layout as layout
9773         (getLayoutFont): layout as layout
9774         (breakParagraph): layout as layout
9775         (stripLeadingSpaces): layout as layout
9776         (getEndLabel): layout as layout
9777         (getMaxDepthAfter): layout as layout
9778         (applyLayout): layout as layout
9779         (TeXOnePar): layout as layout
9780         (simpleTeXOnePar): layout as layout
9781         (TeXEnvironment): layout as layout
9782         (layout): layout as layout
9783         (layout): layout as layout
9784
9785         * lyxtextclass.C (compare_name): new functor to work with
9786         shared_ptr, layout as layout
9787         (Read): layout as layout
9788         (hasLayout): layout as layout
9789         (operator): layout as layout
9790         (delete_layout): layout as layout
9791         (defaultLayout): layout as layout
9792
9793         * lyxlayout_ptr_fwd.h: new file
9794
9795         * lyxlayout.C (Read): layout as layout
9796
9797         * lyx_cb.C (MenuInsertLabel): layout as layout
9798
9799         * bufferlist.C (newFile): layout as layout
9800
9801         * buffer.C (readLyXformat2): layout as layout
9802         (parseSingleLyXformat2Token): layout as layout
9803         (insertStringAsLines): layout as layout
9804         (asciiParagraph): layout as layout
9805         (latexParagraphs): layout as layout
9806         (makeLinuxDocFile): layout as layout
9807         (simpleLinuxDocOnePar): layout as layout
9808         (makeDocBookFile): layout as layout
9809         (simpleDocBookOnePar): layout as layout
9810         (getLists): layout as layout
9811
9812         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9813
9814         * CutAndPaste.C (cutSelection): layout as layout
9815         (pasteSelection): layout as layout
9816         (SwitchLayoutsBetweenClasses): layout as layout
9817
9818         * BufferView_pimpl.C (Dispatch): layout as layout
9819         (smartQuote): layout as layout
9820
9821         * BufferView2.C (unlockInset): layout as layout
9822
9823 2002-06-24  André Pönitz <poenitz@gmx.net>
9824
9825         * lyxfunc.C: fix #487
9826
9827 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9828
9829         * lyxrc.h:
9830         * lyxrc.C:
9831         * lyxfunc.C: remove display_shortcuts, show_banner
9832
9833 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9834
9835         * Buffer_pimpl.C: oops, update on resize
9836
9837 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9838
9839         * buffer.C:
9840         * converter.C:
9841         * exporter.C:
9842         * lyxfunc.C:
9843         * BufferView.h:
9844         * BufferView.C: use repaint()
9845
9846         * BufferView_pimpl.h:
9847         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9848           as it's a clearer description. Remove superfluous
9849           redraws.
9850
9851 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9852
9853         * text.C: fix bug 488. Not ideal, but getting
9854           getWord() to work properly for the insets that
9855           matter is more difficult ...
9856
9857 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9858
9859         * BufferView_pimpl.C:
9860         * LyXAction.C:
9861         * commandtags.h:
9862         * lyxfunc.C: remove the six million index lyxfuncs to just
9863           one, and DTRT (bug 458)
9864
9865 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9866
9867         * BufferView.h:
9868         * BufferView.C:
9869         * BufferView_pimpl.h:
9870         * BufferView_pimpl.C: clean up resize() stuff,
9871           and unnecessary updateScreen()s
9872
9873 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9874
9875         * BufferView.h:
9876         * BufferView.C:
9877         * BufferView_pimpl.h:
9878         * BufferView_pimpl.C:
9879         * lyxfind.h:
9880         * lyxfind.C:
9881         * minibuffer.C: remove focus management of workarea,
9882           not needed. Use screen's greyOut()
9883
9884 2002-06-17  Herbert Voss  <voss@lyx.org>
9885
9886         * converter.C: (convert) do not post a message, when converting
9887         fails, let the calling function decide what to do in this case
9888
9889 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9890
9891         * lyxfunc.C: tidy up a little
9892
9893 2002-06-16    <alstrup@diku.dk>
9894
9895         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9896         Got rid of FORMS_H_LOCATION include. Now we are
9897         GUII.
9898
9899 2002-06-15  LyX Development team  <lyx@rilke>
9900
9901         * buffer.[Ch] (sgmlOpenTag):
9902         (sgmlCloseTag): Added support for avoiding pernicious mixed
9903         content. Return number of lines written.
9904
9905         (makeLinuxDocFile):
9906         (makeDocBookFile): Fixed calls to sgml*Tag.
9907         Simple white space clean.
9908
9909         (simpleDocBookOnePar): Simple white space clean.
9910
9911         * tabular.[Ch] (docBook): Renamed to docbook and got another
9912         argument to related with the pernicious mixed content.
9913
9914         (docbookRow): Fixed calls for docbook inset method.
9915
9916 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9917
9918         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9919         so it's X11 independent.
9920
9921         * kb*.[Ch]: ditto.
9922
9923         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9924
9925 2002-06-15  Lyx Development team  <lyx@electronia>
9926
9927         * intl.h: Renamed getTrans to getTransManager.
9928
9929 2002-06-14  Angus Leeming  <leeming@lyx.org>
9930
9931         * Makefile.am: nuke forgotten stl_string_fwd.h.
9932
9933 2002-06-12  Angus Leeming  <leeming@lyx.org>
9934
9935         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9936
9937 2002-06-13  Angus Leeming  <leeming@lyx.org>
9938
9939         * LaTeX.C:
9940         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9941
9942 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9943
9944         * kbmap.C (getiso): add support for cyrillic and greek
9945
9946 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9947
9948         * BufferView.h:
9949         * BufferView.C:
9950         * BufferView_pimpl.h:
9951         * BufferView_pimpl.C: move bogus scrolling logic
9952           to xforms
9953
9954 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9955
9956         * lyxfunc.C:
9957         * BufferView_pimpl.C: view->resize() change
9958
9959 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9960
9961         * BufferView_pimpl.C: topCursorVisible
9962           prototype change
9963
9964 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9965
9966         * Makefile.am:
9967         * lyx_gui.h:
9968         * lyx_gui.C: move to frontends/
9969
9970         * main.C:
9971         * lyx_main.h:
9972         * lyx_main.C: changes from above
9973
9974 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9975
9976         * intl.C:
9977         * intl.h:
9978         * kbmap.C:
9979         * kbsequence.C:
9980         * lyx_cb.C:
9981         * lyx_main.C: minor tidy
9982
9983 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9984
9985         * BufferView_pimpl.h:
9986         * BufferView_pimpl.C:
9987         * BufferView.h:
9988         * BufferView.C: make painter() const,
9989           remove dead code
9990
9991         * BufferView2.C: use screen() accessor
9992
9993         * lyx_main.h:
9994         * lyx_main.C: some minor cleanup
9995
9996 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9997
9998         * BufferView_pimpl.h:
9999         * BufferView_pimpl.C: remove enter/leaveView,
10000           use workHeight()
10001
10002 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10003
10004         * BufferView.h:
10005         * BufferView.C:
10006         * BufferView2.C:
10007         * BufferView_pimpl.h:
10008         * BufferView_pimpl.C: only construct screen once,
10009           rename
10010
10011         * lyxrc.C: remove pointless comment
10012
10013 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10014
10015         * BufferView.h:
10016         * BufferView.C: remove active() and belowMouse()
10017
10018         * BufferView_pimpl.h:
10019         * BufferView_pimpl.C: use workarea() not workarea_,
10020           and make it use a scoped_ptr instead
10021
10022 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10023
10024         * lyx_gui.C: add debug message on BadWindow
10025
10026 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10027
10028         * sp_spell.C: fdopen is not part of the C++ standard.
10029
10030         * paragraph.C (InsetIterator): use >= instead of ==
10031
10032 2002-06-07  Angus Leeming  <leeming@lyx.org>
10033
10034         Fixes needed to compile with Compaq cxx 6.5.
10035         * BufferView_pimpl.C:
10036         * DepTable.C:
10037         * buffer.C:
10038         * converter.C:
10039         * encoding.C:
10040         * lyx_gui.C:
10041         * lyx_main.C:
10042         * lyxtextclasslist.C:
10043         * minibuffer.C:
10044         * sp_spell.C:
10045         * tabular_funcs.C:
10046         * vc-backend.C:
10047         all c-library variables have been moved into namespace std. Wrap
10048         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10049
10050         * lyxlength.C:
10051         * tabular-old.C:
10052         * tabular.C:
10053         Add a using std::abs declaration.
10054
10055         * kbmap.h (modifier_pair):
10056         * paragraph.h (InsetTable, InsetList):
10057         * lyxfont.h (FontBits):
10058         type definition made public.
10059
10060         * bufferlist.C (emergencyWriteAll): the compiler complains that
10061         there is more than one possible lyx::class_fun template to choose from.
10062         I re-named the void specialisation as lyx::void_class_fun.
10063
10064         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10065
10066         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10067         the compiler is is unable to find tostr in write_attribute.
10068
10069 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10070
10071         * buffer.C (sgmlError): hide #warning
10072
10073 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10074
10075         * xtl/*: get rid of xtl, which is not in use anyway
10076
10077         * LyXAction.C (init):
10078         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10079         were unimplemented xtl experimentation
10080
10081 2002-06-04  André Pönitz <poenitz@gmx.net>
10082
10083         * lyxfunc.C: disable array operation on simple formulae
10084
10085 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10086
10087         * converter.C: constify a bit
10088
10089 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10090
10091         * lyx_gui.C: check xforms version correctly
10092
10093 2002-04-30  Herbert Voss  <voss@lyx.org>
10094
10095         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10096         "keep" option
10097
10098 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10099
10100         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10101           attempt to register it with a VCS)
10102
10103 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10104
10105         * lyx_main.C (init): honor variables LYX_DIR_13x and
10106         LYX_USERDIR_13x
10107
10108 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10109
10110         * buffer.h:
10111         * buffer.C:
10112         * lyx_main.C: fix a crash on bad command line,
10113           and give a useful exit status on error
10114
10115         * lyxfunc.C (doImport): allow -i lyx to work
10116
10117 2002-03-30  André Pönitz <poenitz@gmx.net>
10118
10119         * lyxfunc.C: mathed font changes
10120
10121 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10122
10123         * LaTeX.C:
10124         * importer.h:
10125         * importer.C:
10126         * lyx_sty.h:
10127         * lyx_sty.C:
10128         * lyxlex.C:
10129         * lyxrow.h:
10130         * lyxtext.h:
10131         * paragraph.h:
10132         * paragraph.C:
10133         * texrow.h:
10134         * texrow.C:
10135         * text.C:
10136         * trans_mgr.h: srcdocs, and some minor cleanups
10137
10138 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10139
10140         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10141         call getFont all the time)
10142
10143 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10144
10145         * switch from SigC signals to boost::signals
10146
10147 2002-05-29  André Pönitz <poenitz@gmx.net>
10148
10149         * paragraph_pimpl.C (getChar): don't call size() too often...
10150
10151 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10152
10153         * paragraph_pimpl.C (insertChar): do not try to update tables when
10154         appending (pos == size())
10155
10156         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10157         in order to reduce drastically the number of comparisons needed to
10158         parse a large document
10159
10160 2002-05-29  André Pönitz <poenitz@gmx.net>
10161
10162         * text.C:
10163         * text2.C:
10164         * lyxtextclass.C:
10165         * sp_pspell.h:
10166         * textclasslist.[Ch]:
10167         * sp_ispell.h: whitespace change
10168
10169 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10170
10171         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10172         lyxaction directly now.
10173
10174 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10175
10176         * trans.C:
10177         * lyxfont.C:
10178         * lyxvc.C: remove unused headers
10179
10180 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10181
10182         * Makefile.am:
10183         * buffer.h:
10184         * undostack.h:
10185         * undostack.C:
10186         * undo_funcs.h:
10187         * undo_funcs.C: some cleanups. Use shared_ptr
10188           and a template for the undo stacks.
10189
10190 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10191
10192         * BufferView_pimpl.h:
10193         * BufferView_pimpl.C:
10194         * kbmap.h:
10195         * kbmap.C:
10196         * kbsequence.h:
10197         * kbsequence.C:
10198         * lyxfunc.h:
10199         * lyxfunc.C:
10200         * text2.C: use key_state/mouse_state
10201
10202 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10203
10204         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10205         and LSubstring
10206
10207         * chset.C: change include order
10208         (loadFile): use boost regex and get rid of LRegex and LSubstring
10209
10210         * Makefile.am (BOOST_LIBS): new variable
10211         (lyx_LDADD): use it
10212
10213         * LaTeX.C: change include order.
10214         (scanAuxFile): use boost regex and get rid of LRegex and
10215         LSubstring
10216         (deplog): ditto
10217
10218 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10219
10220         * ColorHandler.h:
10221         * ColorHandler.C:
10222         * FontInfo.h:
10223         * FontInfo.C: moved to frontends/xforms/
10224
10225         * FontLoader.h:
10226         * FontLoader.C: moved into frontends for GUIIzation
10227
10228         * Makefile.am:
10229         * lyx_gui.C:
10230         * lyxfont.C:
10231         * lyxfunc.C: changes from above
10232
10233 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10234
10235         * LColor.C: remove spurious X include
10236
10237         * BufferView_pimpl.C:
10238         * Makefile.am:
10239         * font.h:
10240         * font.C:
10241         * text.C:
10242         * text2.C: move font metrics to frontends/
10243
10244 2002-05-24  Juergen Vigna  <jug@sad.it>
10245
10246         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10247         setting the undo_cursor.
10248
10249         * ParagraphParameters.h: include local includes first.
10250
10251 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10252
10253         * BufferView_pimpl.C:
10254         * BufferView_pimpl.h:
10255         * Makefile.am:
10256         * WorkArea.h:
10257         * WorkArea.C:
10258         * screen.C: move WorkArea into frontends/
10259
10260         * lyxscreen.h:
10261         * screen.C:
10262         * text.C:
10263         * BufferView.C:
10264         * BufferView2.C: move LyXScreen into frontends/
10265
10266         * lyxlookup.h:
10267         * lyxlookup.C:
10268         * lyx_gui.C: move lyxlookup into frontends/xforms/
10269
10270 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10271
10272         * BufferView2.C:
10273         * BufferView_pimpl.C:
10274         * FontLoader.C:
10275         * LyXView.h:
10276         * LyXView.C:
10277         * Makefile.am:
10278         * WorkArea.C:
10279         * XFormsView.h:
10280         * XFormsView.C:
10281         * buffer.C:
10282         * bufferlist.C:
10283         * bufferview_funcs.C:
10284         * converter.C:
10285         * importer.C:
10286         * lyx_cb.C:
10287         * lyx_gui.C:
10288         * lyx_main.C:
10289         * lyx_find.C:
10290         * lyxfunc.C:
10291         * lyxvc.C:
10292         * minibuffer.C:
10293         * text.C:
10294         * text2.C:
10295         * trans.C:
10296         * vc-backend.C: move LyX/XFormsView into frontends/
10297
10298 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10299
10300         * Makefile.am:
10301         * PainterBase.C:
10302         * PainterBase.h:
10303         * Painter.C:
10304         * Painter.h:
10305         * WorkArea.C:
10306         * WorkArea.h:
10307         * screen.C:
10308         * tabular.C:
10309         * text.C:
10310         * text2.C: move Painter to frontends/
10311
10312 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10313
10314         * buffer.C: comment out some some code that depend upon lyx_format
10315         < 220
10316
10317         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10318         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10319
10320         * buffer.h (NO_COMPABILITY): turn off compability
10321
10322         * ColorHandler.C: include scoped_array.hpp
10323
10324         * font.C: Use more specific smart_ptr header.
10325         * Painter.C: ditto
10326         * gettext.C: ditto
10327         * ShareContainer.h: ditto
10328         * lyx_main.h: ditto
10329         * kbmap.h: ditto
10330         * FontInfo.h: ditto
10331         * BufferView_pimpl.h: ditto
10332         * ColorHandler.h: ditto
10333
10334         * kbmap.C (defkey): change call to shared_ptr::reset
10335
10336 2002-05-21  Juergen Vigna  <jug@sad.it>
10337
10338         * buffer.C (insertErtContents): fix to insert ert asis if it is
10339         non empty. Skip it completely if it contains only whitespaces.
10340
10341 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10342
10343         * BufferView_pimpl.C:
10344         * BufferView2.C: clear selection on paste (bug 393)
10345
10346 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10347
10348         * DepTable.C: include ctime
10349
10350 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10351
10352         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10353
10354 2002-05-14  Juergen Vigna  <jug@sad.it>
10355
10356         * text.C (breakParagraph): fixed function to honor the keepempty
10357         layout in the right maner and also to permit the right breaking
10358         algorithm on empty or non empyt keepempty paragraphs.
10359
10360         * paragraph.C (breakParagraph): we have to check also if the par
10361         is really empty (!size()) for isempty otherwise we do the wrong
10362         paragraph break.
10363
10364 2002-05-10  Juergen Vigna  <jug@sad.it>
10365
10366         * buffer.[Ch] : The following are only changes to the ert
10367         compatibility read reading old LaTeX layout and font stuff and
10368         convert it to ERTInsets.
10369
10370         * buffer.h: added isErtInset().
10371
10372         * buffer.C (struct ErtComp): add a fromlayout bool to check
10373         if we're inside a LaTeX layout.
10374         (isErtInset): new helper function.
10375         (insertErtContents): look for other ert insets before this one
10376         and insert the contents there, so that we don't have subsequent
10377         ERT insets with nothing between them. This way we create only one
10378         inset with multiple paragraphs. Also check if we don't insert only
10379         spaces ' ' as they are ignored anyway afterwards in the .tex file
10380         so if we have only spaces we will ignore this latex part in the
10381         new file.
10382         (parseSingleLyXformat2Token \\layout): better compatibility when
10383         reading layout-latex stuff.
10384         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10385         language tag.
10386         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10387         stuff after reading the inset only get the information back from
10388         the stack.
10389
10390 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10391
10392         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10393
10394         * LaTeXFeatures.C (getBabelOptions): New method.
10395
10396 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10397
10398         * BufferView_pimpl.C (Dispatch): work around missing argument for
10399         'layout'
10400
10401 2002-05-08  Juergen Vigna  <jug@sad.it>
10402
10403         * text.C (leftMargin): handle paragraph leftindent.
10404
10405         * paragraph.C (writeFile): write the new \\leftindent tag.
10406         (validate): handle leftindent code.
10407         (TeXEnvironment): handle paragraphleftindent code again.
10408
10409         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10410
10411         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10412         for paragrap_extra indent code and new token \\leftindent.
10413         (latexParagraphs): handle the leftindent as environment.
10414
10415         * ParameterStruct.h: added leftindent support.
10416
10417         * ParagraphParameters.C (leftIndent): added support functions for
10418         the paragraph left indent.
10419
10420         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10421         more appropriate.
10422
10423 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10424
10425         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10426         inside insetERT.
10427
10428         * text.C (computeBidiTables): No bidi in insetERT.
10429
10430         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10431         in RTL documents.
10432
10433 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10434
10435         * version.C.in: pre 5
10436
10437 2002-05-02  José Matos  <jamatos@fep.up.pt>
10438         * buffer.C (makeDocBookFile): white space changes, add newline to
10439         command styles.
10440         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10441
10442         * tabular.C (docBook): fix typo.
10443
10444 2002-05-03  Juergen Vigna  <jug@sad.it>
10445
10446         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10447         change in LyXText as we can not be sure it was not freed.
10448         (drawOneRow): remove unused code.
10449
10450         * text.C (drawInset): redo the calculation of the need_break_row as
10451         it could have a row which was already freed.
10452         (draw): look at the return value of drawInset and return false if
10453         it also returned false.
10454         (paintRowText): look at the return value of draw and return false if
10455         it also returned false.
10456
10457         * lyxtext.h: added bool return type to drawInset() and draw() so that
10458         if we have a change in the row so that the rowbreak has to be redone
10459         we abort drawing as it will be called again.
10460
10461 2002-05-02  Juergen Vigna  <jug@sad.it>
10462
10463         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10464         a change in the maintext also if we're inside an inset.
10465         (Dispatch): set the cursor again after a break line and after the
10466         screen has been updated as it could be we're in a different row.
10467
10468         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10469         to set the cursor behind the pargraph with > size().
10470         (setCursor): check also for the same paragraph when checking where
10471         to put the cursor if we have a NFR inset.
10472
10473         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10474         parts of layout read further up as it still was in the wrong
10475         position.
10476
10477 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10478
10479         * screen.C (drawFromTo): change sine fullRebreak always return
10480         true.
10481
10482         * buffer.C (parseSingleLyXformat2Token): reindent some
10483
10484         * BufferView_pimpl.C (update): change since fullRebreak always
10485         return true.
10486         (Dispatch): git rid of the last hardcoded "Standard"s.
10487
10488 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10489
10490         * text2.[Ch] (fullRebreak): make it return void now that we always
10491         returned true.
10492
10493 2002-04-30  Juergen Vigna  <jug@sad.it>
10494
10495         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10496         ert compatibility check for "latex" layout.
10497
10498 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10499
10500         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10501         minipages: use col% instead of p%, and also use the current font.
10502         (makeLaTeXFile): Fix use babel condition.
10503         (parseSingleLyXformat2Token): Correct font when reading old floats.
10504
10505 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10506
10507         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10508         inserting list of floats.
10509
10510 2002-04-25  Herbert Voss  <voss@lyx.org>
10511
10512         * MenuBackend.C (expand): don't add the graphics extensions to the
10513         export menu
10514
10515 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10516
10517         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10518         non-existing layout, do not complain if it was the default layout
10519         of the original class (bug #342)
10520
10521 2002-04-24  Juergen Vigna  <jug@sad.it>
10522
10523         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10524         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10525
10526 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10527
10528         * buffer.C (getBibkeyList): If using \bibliography, return the
10529         option field with the reference itself. Enables us to provide natbib
10530         support when using \bibliography.
10531
10532 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10533
10534         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10535
10536         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10537         natbib is provided by the LaTeX class.
10538
10539 2002-04-23  Juergen Vigna  <jug@sad.it>
10540
10541         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10542         Wakeup functions.
10543
10544         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10545
10546 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10547
10548         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10549
10550         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10551         ensuremath around textordmasculine, textordfeminine and
10552         textdegree.
10553
10554 2002-04-19  Juergen Vigna  <jug@sad.it>
10555
10556         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10557         reinitializing the buffer otherwise row-dimensions may be wrong.
10558         (update): reset also the selection cursors if they do exits otherwise
10559         their x/y positions may be wrong.
10560
10561         * text2.C (cursorDown): don't enter the inset if we came from a row
10562         above and are one row over the inset.
10563
10564         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10565         really leaving an inset.
10566
10567 2002-04-18  Juergen Vigna  <jug@sad.it>
10568
10569         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10570         of the selected paragraph does not have the selected layout also if
10571         the last one had!
10572
10573         * text2.C (setLayout): fixed bug which did not change last selected
10574         paragraph.
10575
10576         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10577         changed the read and substituted \\end_float with \\end_inset!
10578
10579         * BufferView_pimpl.C (cursorPrevious):
10580         (cursorNext): fixed to make it work with rows heigher than the work
10581         area without moving the cursor only the draw of the row.
10582         (workAreaMotionNotify): fix jumping over high rows.
10583
10584 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10585
10586         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10587         Ressler.
10588
10589 2002-04-16  Juergen Vigna  <jug@sad.it>
10590
10591         * text2.C (setCursor): set also the irow().
10592         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10593         (cursorUp):
10594         (cursorDown): support for locking an inset if the x_fix value goes
10595         inside it. That way I can transverse insets too with cursor up/down.
10596
10597         * lyxrow.h: added irow helper function same as other (i) functions.
10598
10599         * BufferView_pimpl.C (cursorPrevious):
10600         (cursorNext): fixed for insets!
10601
10602 2002-04-15  Juergen Vigna  <jug@sad.it>
10603
10604         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10605         position otherwise it is wrong in some cases.
10606
10607         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10608         inside the inset before the call.
10609
10610 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10611
10612         * buffer.[Ch] (getBibkeyList): make it const.
10613
10614 2002-04-12  Juergen Vigna  <jug@sad.it>
10615
10616         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10617
10618         * text2.C (getCursorX): new helper function
10619         (setCursor): compute also ix_
10620         (setCursorFromCoordinates): set also ix.
10621
10622         * lyxcursor.h: added ix_ and helper functions.
10623
10624         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10625
10626         * buffer.C (insertStringAsLines): dont break paragraph if the this
10627         paragraph is inside an inset which does not permit it!
10628
10629         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10630         also with no chars on this paragraph.
10631         (paintRowText): only paint stuff if it's inside the workarea!
10632
10633         * paragraph.C (breakParagraph): honor keepempty flag and break the
10634         paragraph always below not above.
10635
10636         * BufferView2.C (unlockInset): update the paragraph layout on inset
10637         unlock as we changed paragraph in such a case.
10638
10639         * lyxfind.C (LyXFind): clear the former selection if not found!
10640
10641         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10642         again called in insertChar().
10643
10644         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10645         an inset which uses the whole row!
10646         (rightMargin): ditto.
10647         (insertChar): force a rebreak if we inserted an inset!
10648
10649 2002-03-28  Herbert Voss  <voss@lyx.org>
10650
10651         * lyxlength.[Ch]: add inBP() to get the right PS-point
10652         units (BigPoint). With inPixels we have rounding errors
10653
10654 2002-04-11  Juergen Vigna  <jug@sad.it>
10655
10656         * text2.C (setCursorFromCoordinates): set iy to the right value.
10657         (setCursor): add check if row->previous exists!
10658
10659         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10660         an old float_type as this was the case in the old code!
10661
10662         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10663
10664         * BufferView2.C (showLockedInsetCursor): use iy
10665         (fitLockedInsetCursor): ditto
10666
10667         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10668         locked insets as there we have the right value now.
10669
10670         * lyxcursor.C: added iy_ variable and iy functions to set to the
10671         baseline of cursor-y of the locked inset.
10672
10673         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10674         (setCursor): fixed for insets which need a full row.
10675
10676         * text.C (rowLastPrintable): don't ignore the last space when before
10677         an inset which needs a full row.
10678         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10679         as last character of a row when before a inset which needs a full row.
10680
10681 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10682
10683         * version.C.in: update date
10684
10685         * text2.C (fullRebreak): try to always return true and see what
10686         happens...
10687
10688 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10689
10690         * MenuBackend.C (expand): use Floating::listName
10691
10692         * FloatList.C (FloatList): add listName argument to the built-in
10693         floats
10694
10695         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10696         text associated with the float.
10697
10698 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10699
10700         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10701
10702 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10703
10704         * ShareContainer.h: add a couple of missing typenames.
10705
10706 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10707
10708         * lyxrc.C (getDescription): use _() correctly rather than N_().
10709
10710 2002-03-28  Herbert Voss  <voss@lyx.org>
10711
10712         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10713         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10714
10715 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10716
10717         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10718         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10719
10720 2002-03-29  Juergen Vigna  <jug@sad.it>
10721
10722         * lyxfunc.C (dispatch): add a missing fitCursor call.
10723
10724         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10725         it was scrolled by a cursor move, so return the bool status.
10726
10727         * BufferView.C (fitCursor): return the bool flag also to the outside
10728         world as this is needed.
10729
10730         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10731
10732         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10733         call the edit() as it is not needed (and wrong) IMO.
10734         (workAreaButtonPress): set the screen_first variable before evt.
10735         unlock the inset as this may change screen_first and then we have
10736         a wrong y position for the click!
10737
10738 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10739
10740         * MenuBackend.C (expand): another translation that I missed
10741
10742 2002-03-28  Juergen Vigna  <jug@sad.it>
10743
10744         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10745
10746         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10747
10748 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10749
10750         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10751
10752         * MenuBackend.C (expand): fix export/view/update when there is no
10753         document open.
10754
10755 2002-03-27  Herbert Voss  <voss@lyx.org>
10756
10757         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10758         and text%
10759
10760 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10761
10762         * bufferview_funcs.C (currentState): only show paragraph number
10763         for is DEVEL_VERSION is set.
10764
10765         * lyxfunc.C (dispatch): put warning in INFO channel
10766
10767         * MenuBackend.C (expand): translate the name of floats
10768
10769         * FloatList.C (FloatList): mark the float names for translation
10770
10771         * converter.C (convert): use LibScriptSearch
10772
10773 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10774
10775         * MenuBackend.C (defaults): fix default menu (we might as well get
10776         rid of it...)
10777
10778 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10779
10780         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10781         directory.
10782
10783 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10784
10785         * lyxvc.C: reorder includes.
10786
10787 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10788
10789         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10790           properly
10791
10792 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10793
10794         * CutAndPaste.C: change layouts earlier on paste
10795           to avoid crashing when calling getFont()
10796
10797 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10798
10799         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10800         irritating #error.
10801
10802 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10803
10804         * WorkArea.C: remove 'Pending' debug message.
10805
10806         * most files: ws cleanup
10807
10808         * buffer.[Ch]: ws changes
10809
10810         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10811
10812 2002-03-21  Juergen Vigna  <jug@sad.it>
10813
10814         * tabular.C (SetMultiColumn): collapse also the contents of the
10815         cells and set the last border right. Added a Buffer const * param.
10816
10817 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10818
10819         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10820         linking or not.
10821
10822 2002-03-19  Juergen Vigna  <jug@sad.it>
10823
10824         * text2.C (clearSelection): reset also xsel_cache.
10825
10826         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10827         where it needs to be called (John tells us to do so too :)
10828         (selectionLost): reset sel_cache.
10829
10830         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10831
10832 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10833
10834         * text2.C (setCursorIntern): put debuging code in INSETS channel
10835
10836 2002-03-19  André Pönitz <poenitz@gmx.net>
10837
10838         * lyxfunc.C: tiny whitespace change
10839
10840 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10841
10842         * ToolbarDefaults.C (init):
10843         * LyXAction.C (init):
10844         * commandtags.h:
10845         * BufferView_pimpl.C (Dispatch):
10846         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10847
10848 2002-03-19  Allan Rae  <rae@lyx.org>
10849
10850         * exporter.C (Export): removeAutoInsets before doing anything else.
10851         While I've just introduced a dependency on BufferView this really is
10852         the best place to clean the buffer otherwise you need to cleanup in
10853         a dozen places before calling export or cleanup in a dozen functions
10854         that export calls.
10855
10856         * converter.C (runLaTeX):
10857         (scanLog): Better handling of removeAutoInsets and screen updates.
10858
10859         * lyxfunc.C (dispatch): small whitespace changes
10860
10861 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10862
10863         * WorkArea.C (C_WorkAreaEvent): return a value.
10864         (event_cb): return 1 if we handled the event, 0 otherwise.
10865
10866         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10867
10868 2002-03-18  Juergen Vigna  <jug@sad.it>
10869
10870         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10871         (GetAdditionalWidth): ditto.
10872         (RightLine): ditto.
10873         (LeftLine): ditto.
10874
10875         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10876         inset if we're there actually (probably not used right now but this
10877         is the direction to go for unifying code).
10878         (paste): disable code to clear the selection.
10879
10880         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10881         inside an InsetText and move the check further up as it is in the
10882         wrong place.
10883
10884         * text2.C (pasteSelection): set a selection over the pasted text.
10885
10886 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10887
10888         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10889         and libgraphics to build on Cygwin.
10890
10891 2002-03-15  Juergen Vigna  <jug@sad.it>
10892
10893         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10894         inserting an Inset into the paragraph. I know this is not the best
10895         fix but we already use current_view in CutAndPaste so we will remove
10896         all of it's using at the same time.
10897
10898         * buffer.C (sgmlError): deactivated function till it is rewritten in
10899         the right mode, now it can create problems.
10900
10901         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10902         before accessing it.
10903
10904 2002-03-14  Juergen Vigna  <jug@sad.it>
10905
10906         * undo_funcs.C (textHandleUndo): do the right thing when updating
10907         the inset after the undo/redo.
10908
10909         * text2.C (setCursor): just some testcode for #44 not ready yet.
10910
10911         * undo_funcs.C (textHandleUndo): set the next() and previous()
10912         pointers of the paragraph to 0 before deleting otherwise we have
10913         problems with the Paragraph::[destructor].
10914
10915         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10916         on a paragraph insertion.
10917
10918 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10919
10920         * buffer.C (asciiParagraph): use += operator for char append to
10921         string.
10922
10923         * paragraph.C (getFontSettings): compare >= not just >
10924         (highestFontInRange): ditto
10925         (setFont): ditto
10926
10927 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10928
10929         * paragraph.C: change several algorithm to be more appripriate for
10930         the problem domain. This is lookip in FontList and in the InsetList.
10931
10932 2002-03-13  André Pönitz <poenitz@gmx.net>
10933
10934         * commandtags.h:
10935         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10936
10937 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10938
10939         * commandtags.h:
10940         * LyXAction.C:
10941         * lyxfunc.C:
10942         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10943
10944 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10945
10946         * Painter.C (display): anon helper function, adjust code for this
10947         change.
10948         (pixmap): remove function.
10949
10950         * Painter.h: remove private display variable.
10951
10952         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10953
10954 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10955
10956         * WorkArea.[Ch]: remove figinset_canvas cruft.
10957
10958 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10959
10960         * lyxtextclass.C (operator): add one item cache optimization.
10961
10962         * bufferlist.h: doxy changes
10963
10964         * bufferlist.C: ws changes
10965
10966         * DepTable.[Ch] (ext_exist): place const in the right spot.
10967
10968         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10969         call resizeInsets.
10970         (workAreaExpose): call resizeInsets when the with BufferView changes.
10971         (Dispatch): adjust for protectedBlank removal
10972         (specialChar): call updateInset if the insert went ok.
10973
10974         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10975         specialChar instead.
10976
10977         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10978
10979         * BufferView.h: doxy change
10980
10981         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10982
10983         * lyxtextclass.C (operator[]): remove non-const version
10984         (defaultLayout): remove non-const version
10985
10986 2002-03-12  Juergen Vigna  <jug@sad.it>
10987
10988         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10989         did resize the LyXText too.
10990
10991         * buffer.C (readLyXformat2): set layout information on newly allocated
10992         paragraphs.
10993
10994         * tabular.C (OldFormatRead): set layout information on the paragraph.
10995
10996 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10997
10998         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10999
11000 2002-03-11  Juergen Vigna  <jug@sad.it>
11001
11002         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
11003         plainly wrong.
11004         (resizeCurrentBuffer): force also the insets to resize themselfes.
11005         (moveCursorUpdate): fixed up for InsetText.
11006
11007 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
11008
11009         * commandtags.h:
11010         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
11011         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
11012         value of Dialogs::tooltipsEnabled().
11013         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
11014
11015 2002-03-08  Juergen Vigna  <jug@sad.it>
11016
11017         * BufferView_pimpl.C (updateInset): update inset inside inset also
11018         if it isn't inside theLockingInset().
11019
11020 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11021
11022         * buffer.C (asciiParagraph): redo some of the word and line length
11023         handling.
11024         (getLists): look for Caption instead of caption.
11025
11026 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11027
11028         * buffer.C (Buffer): initialize niceFile to true
11029         (makeLaTeXFile):
11030         (makeLinuxDocFile):
11031         (makeDocBookFile): make sure niceFile is true on exit
11032
11033 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11034
11035         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11036
11037 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11038
11039         * LyXSendto.C: remove.
11040         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11041         * lyx_gui.C: remove now-redundant comment.
11042         * ColorHandler.h: remove forward declaration of class WorkArea.
11043         * lyxfunc.C: remove #include "WorkArea.h".
11044
11045 2002-03-07  Juergen Vigna  <jug@sad.it>
11046
11047         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11048         got moved away with the DEPM and also set the inset_owner always
11049         right which before could have been omitted.
11050
11051 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11052
11053         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11054         wanted layout is not found.
11055
11056 2002-03-07  Juergen Vigna  <jug@sad.it>
11057
11058         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11059
11060 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11061
11062         * paragraph.C (breakParagraph): use default layout not layout of
11063         prev paragraph.
11064         (Paragraph): clear ParagraphParameters.
11065
11066 2002-03-06  Juergen Vigna  <jug@sad.it>
11067
11068         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11069         otherwise it would not be a valid lenght. Fixed a special case in
11070         the minipage compatibility read where we end the document with a
11071         minipage.
11072
11073         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11074         was set as it could be 0 for InsetTexts first entry.
11075
11076 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11077
11078         * paragraph.C (writeFile): if layout is empty write out
11079         defaultLayoutName().
11080
11081         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11082         file without named layout we set layout to defaultLayoutName().
11083
11084 2002-03-06  Juergen Vigna  <jug@sad.it>
11085
11086         * CutAndPaste.C (copySelection): set layout for new paragraph.
11087
11088         * text.C (prepareToPrint): leave ERT inset left aligned
11089         (leftMargin): don't indent paragraphs inside ERT insets
11090
11091 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11092
11093         * paragraph.C (breakParagraph): dont call clear do the work manually
11094
11095         * paragraph.[Ch] (clear): remove function
11096
11097 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11098
11099         * paragraph.C (Paragraph): dont call clear, the work has already
11100         been done.
11101
11102         * lyxtextclass.C (operator): assert if n is empty
11103
11104         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11105         work manually instead.
11106
11107 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11108
11109         * BufferView_pimpl.C: protect selectionLost against text == 0
11110
11111 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11112
11113         * text.C (breakParagraph): fix a setting layout to '0' problem.
11114
11115 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11116
11117         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11118         final location of file, for the included files, and graphics.
11119
11120 2002-03-05  Juergen Vigna  <jug@sad.it>
11121
11122         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11123
11124 2002-03-04  Juergen Vigna  <jug@sad.it>
11125
11126         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11127
11128         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11129         last column of multicolumn cells.
11130         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11131
11132 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11133
11134         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11135         file if it doesn't go to a temporary file.
11136
11137         * buffer.C (sgmlOpenTag):
11138         (sgmlCloseTag):  remove extra newline insertion.
11139
11140 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11141
11142         * text.C (getRowNearY): comment out debug msg
11143
11144 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11145
11146         * text2.C: first -> first_y
11147
11148         * text.C (getRowNearY): add some attemts at a possible
11149         optimization, not working.
11150
11151         * tabular.[Ch]: add BufferParams to several function so that newly
11152         created paragraph can be initialized to he default layotu for the
11153         buffers textclass.
11154
11155         * tabular-old.C (ReadOld): add buf->params to call of Init
11156
11157         * screen.C: rename text->first to text->first_y
11158
11159         * paragraph.C (breakParagraph): always set layout in the broken
11160         paragraph
11161
11162         * lyxtextclass.C (Read): remove lowercase
11163         (hasLayout): ditto
11164         (operator): ditto
11165         (delete_layout): ditto
11166
11167         * lyxtext.h: rename first -> first_y
11168
11169         * lyxlayout.C (Read): remove lowercase
11170         (name): ditto
11171         (setName): ditto
11172         (obsoleted_by): ditto
11173
11174         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11175
11176         * buffer.C (insertErtContents): add params are to InsetERT
11177         (parseSingleLyXformat2Token): add code to check if a paragraphs
11178         layout really exist.
11179         (parseSingleLyXformat2Token): add params to several inset
11180         constructors
11181         (asciiParagraph): remove lowercase, do the layout comparisons with
11182         no_case
11183
11184         * BufferView_pimpl.C (cursorNext): first -> first_y
11185         (resizeCurrentBuffer): first -> first_y
11186         (updateScrollbar): first -> first_y
11187         (scrollCB): first -> first_y
11188         (workAreaMotionNotify): first -> first_y
11189         (workAreaButtonPress): first -> first_y
11190         (checkInsetHit): first -> first_y
11191         (cursorPrevious): first -> first_y
11192         (cursorNext): first -> first_y
11193         (Dispatch): add buffer_->params to severl inset contructors
11194
11195 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11196
11197         * lyxlayout.C (Read): remove some debug info that I forgot.
11198
11199         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11200         clean up the code slightly.
11201         (makeLinuxDocFile): ditto
11202         (makeDocBookFile): ditto
11203
11204         * text2.C: layout as string
11205
11206         * text.C: layout as string
11207
11208         * paragraph_pimpl.C: layout as string
11209
11210         * paragraph.[Ch]: layout as string
11211
11212         * lyxtextclasslist.[Ch]: layout as string
11213
11214         * lyxtextclass.[Ch]: layout as string
11215
11216         * lyxtext.h: layout as string
11217
11218         * lyxlayout.[Ch]: layout as string
11219
11220         * lyx_cb.C: layout as string
11221
11222         * bufferview_funcs.C: layout as string
11223
11224         * bufferparams.C: layout as string
11225
11226         * buffer.C: layout as string
11227
11228         * LyXView.[Ch]: layout as string
11229
11230         * LaTeXFeatures.[Ch]: layout as string
11231
11232         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11233
11234         * BufferView_pimpl.C: change current_layout to string, remove
11235         lyx::layout_type.
11236         (Dispatch):
11237         (smartQuote):
11238         (insertInset):
11239         (workAreaButtonRelease): layout as string
11240
11241         * BufferView2.C (unlockInset): adjust
11242
11243         * vspace.C (asLatexCommand): use an explict temp variable.
11244
11245 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11246
11247         * Makefile.am: use FRONTEND_*
11248
11249 2002-03-01  Juergen Vigna  <jug@sad.it>
11250
11251         * tabular.C (SetWidthOfMulticolCell): changed to something better
11252         I hope but still work in progress.
11253         (recalculateMulticolumnsOfColumn): renamed function from
11254         recalculateMulticolCells as it is more appropriate now.
11255         (SetWidthOfCell): calculate multicols better.
11256
11257 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11258
11259         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11260
11261         * lyxfunc.C (processKeySym): print sequence also if it is
11262         `deleted' (complete)
11263
11264         * kbsequence.C (print): print sequence even if it is deleted
11265         (complete would be a better word, actually).
11266
11267         * lyxfunc.C (dispatch): print complete options after a prefix key
11268
11269         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11270
11271 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11272
11273         * text2.C (setCharFont): eliminate setCharFont code duplication.
11274
11275 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11276
11277         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11278         LFUN_TABULAR_FEATURE (bug #177)
11279
11280 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11281
11282         * Makefile.am: remove figure.h
11283
11284 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11285
11286         * Bufferview_pimpl.C:
11287         * CutAndPasteC:
11288         * LaTeX.C:
11289         * LyXSendto.C:
11290         * buffer.C:
11291         * bufferlist.C:
11292         * converter.C:
11293         * language.C:
11294         * lyxfunc.C:
11295         * lyxvc.C:
11296         * paragraph.C:
11297         * text.C:
11298         * text2.C: remove #include "lyx_gui_misc.h".
11299
11300         * LaTeX.C: added #include <cstdio>
11301
11302 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11303
11304         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11305         that the paragraph following this one can have.
11306
11307         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11308
11309         * vspace.C (asLatexCommand): fix bogus gcc warning
11310
11311         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11312
11313 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11314
11315         * text2.C (setLayout): get rid of redundant code
11316
11317 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11318
11319         * text2.C (incDepth): make sure depth cannot be increased beyond
11320         reasonable values.
11321
11322 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11323
11324         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11325         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11326
11327         * PainterBase.h (image):
11328         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11329         a LyXImage const *.
11330
11331 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11332
11333         * BufferView.C:
11334         * BufferView.h:
11335         * BufferView_pimpl.C:
11336         * BufferView_pimpl.h:
11337         * LaTeXFeatures.C:
11338         * LyXAction.C:
11339         * LyXView.C:
11340         * Makefile.am:
11341         * UpdateList.h:
11342         * UpdateList.C:
11343         * buffer.C:
11344         * figure.h:
11345         * figureForm.C:
11346         * figureForm.h:
11347         * figure_form.C:
11348         * figure_form.h:
11349         * lyx_cb.C:
11350         * lyx_gui.C:
11351         * lyx_gui_misc.C:
11352         * lyxfunc.C:
11353         * sp_base.h:
11354         * sp_ispell.h:
11355         * sp_pspell.h:
11356         * sp_spell.C: remove fig inset, and the crap house of
11357           cards that follows it
11358
11359 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11360
11361         * Makefile.am:
11362         * lyxserver.C:
11363         * os2_defines.h:
11364         * os2_errortable.h:
11365         * nt_defines.h: move .h into support/
11366
11367         * vms_defines.h: remove
11368
11369         * WorkArea.C: add space in debug output
11370
11371         * text2.C:
11372         * paragraph.C:
11373         * buffer.C: add WITH_WARNINGS
11374
11375         * vc-backend.h:
11376         * vc-backend.C:
11377         * bufferlist.C: s/retrive/retrieve/, add docs
11378
11379         * vspace.h:
11380         * vspace.C:
11381         * kbmap.h:
11382         * lyxlength.h:
11383         * lyxgluelength.h:
11384         * length_common.h:
11385         * chset.h:
11386         * chset.C: add docs
11387
11388         * lyxgui.C: add ID to X error handler
11389
11390         * lyxtestclass.c: fix typo
11391
11392 2002-02-26  Juergen Vigna  <jug@sad.it>
11393
11394         * tabular_funcs.C (write_attribute): changed so that some default
11395         attributes are not written at all.
11396         (getTokenValue): set default values before trying to read the
11397         value so we have the return value always set as default if we don't
11398         find the token we search for.
11399
11400         * tabular.C (Write): write bools as bools not as strings!
11401
11402 2002-02-22  Juergen Vigna  <jug@sad.it>
11403
11404         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11405         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11406
11407         * text.C (leftMargin): don't add an indent for paragraphs inside
11408         tabular cells (fix #208).
11409
11410 2002-02-21  José Matos  <jamatos@fep.up.pt>
11411
11412         * tabular.C (docBook): fixed support for long tables.
11413
11414 2002-02-20  Juergen Vigna  <jug@sad.it>
11415
11416         * text2.C (getFont): get the drawing font of the Inset if this
11417         paragraph is inside an inset (only important for InsetERT for now).
11418
11419         * buffer.C (insertErtContents): use new lanugage params in ERT
11420         constructor.
11421
11422         * CutAndPaste.C: commenting out seemingly uneeded code.
11423
11424 2002-02-19  Allan Rae  <rae@lyx.org>
11425
11426         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11427         Iterators might be simple to use but they also get invalidated.
11428         (removeAutoInsets): renamed saved cursor tracking variables and added
11429         some comments to clarify what everything does.
11430
11431 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11432
11433         * Chktex.C:
11434         * LaTeX.C:
11435         * LyXSendto.C:
11436         * converter.C:
11437         * lyx_cb.C:
11438         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11439         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11440
11441         * lyxfunc.C:
11442         * vc-backend.h: remove #include "support/syscall.h"
11443
11444         * LaTeX.C:
11445         * LyXSendto.C:
11446         * converter.C: rearrange #includes in Lars' approved fashion.
11447
11448         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11449         forward declare class Timeout in the header file.
11450
11451         * XFormsView.C: changes due to the above.
11452
11453         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11454         similar to LyXView.
11455
11456         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11457         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11458
11459 2002-02-18  José Matos  <jamatos@fep.up.pt>
11460
11461         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11462         insets contents.
11463
11464 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11465
11466         * a lot of small ws changes
11467         * add a lot of using std::XXX
11468         * use std construcs some places where approp.
11469         * use some exisint stuff from lyxfunctional where approp.
11470         * Make file changes to use partial linking (lets test this now...)
11471
11472 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11473
11474         * Chktex.C:
11475         * buffer.C:
11476         remove #include "support/syscontr.h" as it's redundant. Always has been.
11477
11478         * Chktex.C:
11479         * LaTeX.C:
11480         * LyXSendto.C:
11481         * converter.C:
11482         * lyx_cb.C:
11483         * vc-backend.C:
11484         change Systemcalls::System to Systemcalls::Wait and
11485         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11486         No change of functionality, just reflects the stripped down Systemcalls
11487         class.
11488
11489 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11490
11491         * debug.[Ch]: add a GRAPHICS type to the enum.
11492
11493 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11494
11495         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11496
11497         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11498         there is an inset.
11499
11500 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11501
11502         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11503         match the changes below.
11504
11505         * text2.C (toggleInset): if there is not editable inset at cursor
11506         position, try to see if cursor is _inside_ a collapsable inset
11507         and close it.
11508
11509 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11510
11511         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11512         document menu has a nice checkbox
11513
11514 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11515
11516         * lyxlength.C (asLatexString): change PW to output as percent of
11517         \textwidth.
11518
11519         * lengthcommon.C: change '%' to 't%'
11520
11521         * lyxfunc.C (dispatch): a few comments from Martin
11522
11523 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11524
11525         * WorkArea.h:
11526         * WorkArea.C:
11527         * BufferView_pimpl.h:
11528         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11529           the X selection.
11530
11531 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11532
11533         * vspace.C (inPixels): fix compiler warning
11534
11535 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11536
11537         * lyxfunc.C (getStatus): fix status message for disabled commands.
11538
11539 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11540
11541         * BufferView_pimpl.C: fix crash on close buffer
11542         during selection (#227)
11543
11544 2002-01-27  Herbert Voss  <voss@lyx.org>
11545
11546         * buffer.C: link old Figure to new graphic inset
11547
11548 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11549
11550         * FontLoader.C (getFontinfo): Change the latex font names in order
11551         to match the names of type1inst.
11552
11553 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11554
11555         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11556
11557         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11558         (extchanged): ditto
11559         (ext_exist): ditto
11560         (remove_files_with_extension): ditto
11561         (remove_file): ditto
11562         (write): ditto
11563
11564         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11565         document is smaller than the work area height. Do not initialize
11566         static variables to 0.
11567
11568 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11569
11570         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11571
11572         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11573         LFUN_LAYOUT_PARAGRAPHS.
11574
11575         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11576         tabular. It is possible to provide a possible cell, which will
11577         typically be the actcell from the corresponding insettabular
11578
11579         * lyxfunc.C (getStatus): small cleanup; disable
11580         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11581         true
11582
11583 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11584
11585         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11586
11587         * paragraph.C (startTeXParParams):
11588         (endTeXParParams): new methods. The LaTeX code to
11589         start/end paragraph formatting
11590         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11591         empty (fixes bug #200)
11592
11593         * vspace.C (inPixels): adapt to the change below
11594         (inPixels): [later] more cleanups (remove unused variables)
11595
11596         * lyxlength.C (inPixels): change to use a width and a height as
11597         parameter.
11598
11599 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11600
11601         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11602         Replaced with \paperwidth
11603
11604         * DepTable.C (insert): add std:: qualifier
11605
11606 2002-01-18  Allan Rae  <rae@lyx.org>
11607
11608         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11609         updated also?
11610
11611         * text.C (drawInset): Turned out I didn't know enough about how
11612         rebreaking worked.  This fixes most of the redraw problems.  I see
11613         an occasional cursor trail when a line is broken now and the cursor
11614         placement can seem out by a few pixels also after a rebreak.
11615
11616 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11617
11618         * buffer.C (parseSingleLyXformat2Token): update because minipage
11619         width is now a LyXLength
11620
11621         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11622
11623         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11624         math insets
11625
11626 2002-01-17  Juergen Vigna  <jug@sad.it>
11627
11628         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11629
11630         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11631         is set correctly and the inset is updated correctly.
11632
11633 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11634
11635         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11636         the beginning of the loop.
11637
11638 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11639
11640         * lyxrc.C: improve help for use_scalable_fonts
11641
11642 2002-01-17  Allan Rae  <rae@lyx.org>
11643
11644         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11645
11646 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11647
11648         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11649         make sure to set their inset_owner to the right value (bug #171)
11650
11651 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11652
11653         * DepTable.h
11654         * DepTable.C: Implement mtime checking to reduce time spent doing
11655         CRCs.
11656
11657 2002-01-16  Juergen Vigna  <jug@sad.it>
11658
11659         * tabular.C (GetAdditionalHeight): one of error fixed.
11660
11661         * lyxrc.C (output): small fix in writing use_pspell.
11662
11663 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11664
11665         * sp_base.h: #include LString.h
11666
11667 2002-01-16  Allan Rae  <rae@lyx.org>
11668
11669         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11670         Can someone check this please?
11671
11672         * text.C (drawInset): It was possible that p.row would be removed by
11673         breakAgainOneRow upsetting a few other settings.  There may be another
11674         small tweak possible by setting need_break_row = 0 when p.row has been
11675         removed but I don't know enough about the logic here.
11676
11677 2002-01-15  Allan Rae  <rae@lyx.org>
11678
11679         * text.C (insertChar): removed conditional truism.
11680
11681         * BufferView2.C (removeAutoInsets): More tweaks.
11682         cur_par_prev could be a stray pointer.  Check for trailing empty line
11683         in case last line was cur_par and only had an error inset on it.
11684
11685 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11686
11687         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11688         absolute
11689
11690         * vc-backend.C (most methods):
11691         * exporter.C (Export):
11692         * converter.C (convert):
11693         (runLaTeX):
11694         * LyXSendto.C (SendtoApplyCB):
11695         * lyxfunc.C (dispatch):
11696         (menuNew):
11697         (open):
11698         (doImport):
11699         * lyx_cb.C (AutoSave):
11700         (InsertAsciiFile):
11701         * BufferView_pimpl.C (MenuInsertLyXFile):
11702         * buffer.C (runChktex): use Buffer::filePath().
11703
11704         * buffer.h: rename filename to filename_; rename filepath to
11705         filepath_ and make it private
11706         (filePath): new method
11707
11708         * buffer.C (writeFile): use fileName()
11709         (getLatexName):
11710
11711         * lyx_main.C (init): fix starting  of LyX when the binary is a
11712         link from so,ewhere else.
11713
11714         * minibuffer.C: include <cctype> for isprint
11715
11716 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11717
11718         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11719         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11720         name clash with InsetCollapsable's width function.
11721
11722 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11723
11724         * lastfiles.C: include <iterator>
11725
11726 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11727
11728         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11729         std::count.
11730
11731         * buffer.C (makeLaTeXFile): ditto.
11732         Also make loop operation more transparent.
11733
11734 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11735
11736         * ToolbarDefaults.C: remove trailing comma closing namespace.
11737
11738         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11739
11740         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11741         as in WorkArea.
11742
11743         * trans.C (Load): comment out unused variable, allowed.
11744
11745 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11746
11747         * minibuffer.[Ch] (append_char): new method to recieve input from the
11748         drop-down completion browser. If a key was pressed, then recieve this
11749         char and append it to the existing string.
11750         (peek_event): modify the positioning data passed to the completion
11751         browser so that it can be placed above the minibuffer rather than below.
11752 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11753
11754         * LyXAction.C (init): alloe error-next for readonly documents.
11755
11756         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11757         count.
11758
11759 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11760
11761         * bufferlist.C (readFile): create the buffer _after_ checking that
11762         the file exists.
11763
11764         * lyxfunc.C (verboseDispatch): fix handling of arguments
11765
11766         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11767
11768         * lyxrc.C: use string::erase() instead of initializing to "".
11769
11770
11771 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11772
11773         * BufferView_pimpl.h:
11774         * BufferView_pimpl.C:
11775         * WorkArea.h:
11776         * WorkArea.C:
11777         * text2.C: tell X when we have made a selection for copying
11778
11779 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11780
11781         * BufferView_pimpl.C (MenuInsertLyXFile):
11782         * lyxfunc.C (menuNew):
11783         (open):
11784         (doImport): add shortcuts to directory buttons
11785
11786         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11787         open a float)
11788
11789         * lyxfunc.C (setStatusMessage):
11790         (getStatusMessage): new methods
11791         (getStatus):use setStatusMessage instead of setErrorMessage
11792         (dispatch): when function is disabled, set error message here
11793         [instead of in getStatus previously]
11794
11795         * BufferView_pimpl.C (workAreaButtonRelease): update
11796         toolbar/menubar here too.
11797
11798 2002-01-13  Allan Rae  <rae@lyx.org>
11799
11800         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11801         Now seems indestructible.  Remaining task is to audit all other
11802         code affected by deleteEmptyParagraphMechanism.  One small quirk
11803         left is that an empty document with an error in the preamble can
11804         be made to report an error but no error box appears.  I don't know
11805         where it goes.
11806         (removeAutoInsets): Improved comments.
11807
11808 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11809
11810         * Thesaurus.h:
11811         * Thesaurus.C: update for Aiksaurus 0.14
11812
11813 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11814
11815         * text2.C (firstParagraph): removed member function, all uses
11816         replaces with ownerParagraph
11817         (redoParagraphs): here
11818         (updateInset): here
11819         (toggleAppendix): here
11820         * BufferView2.C (insertErrors): here
11821         (setCursorFromRow): here
11822
11823 2002-01-13  Allan Rae  <rae@lyx.org>
11824
11825         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11826         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11827         There is still a way to segfault this although you may have to do this
11828         multiple times: Have an InsetERT with an unknown command in it.
11829         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11830         <down-arrow>, <Enter> again, View->DVI, BANG!
11831
11832         * text2.C (setCursor):
11833         (deleteEmptyParagraphMechanism):
11834         * lyxtext.h (setCursor):
11835         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11836         Making use of the return value may help fix other bugs.
11837
11838 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11839
11840         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11841
11842         * LyXView.C (updateMenubar): call MenuBar::update here
11843         (updateToolbar): but not here
11844         (showState): do not update toolbar/menubar
11845
11846         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11847         should need to care about that.
11848
11849         * lyxfunc.C (verboseDispatch): simplify a bit
11850         (getStatus): have a version which takes a pseudoaction, and
11851         another which requires a (kb_action,string).
11852
11853         * LyXAction.C (retrieveActionArg): make it work also when action
11854         is not a pseudo-action.
11855         (getActionName): simplify a bit
11856         (helpText):
11857
11858 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11859
11860         * lyxfunc.C (verboseDispatch): new families of methods with
11861         several ways to specify a command and a bool to indicate whether
11862         the command name and shortcut should be displayed in minibuffer
11863         (eventually, we could extend that to a finer bitmask like
11864         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11865         (dispatch): the pristine dispatch command which just, well,
11866         dispatchs! Note it still sets its result to minibuffer; I'm not
11867         sure we want that.
11868
11869         * lyxfunc.h: remove setHintMessage
11870
11871         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11872
11873 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11874
11875         * BufferView_pimpl.C (specialChar): delete new inset if we have
11876         not been able to insert it.
11877
11878         * kbmap.C: revert to using int instead of kb_action, since all we
11879         are dealing with is pseudo-actions.
11880
11881         * LyXAction.C (searchActionArg): change to return int instead of
11882         kb_action, since the result is a pseudoaction.
11883
11884 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11885
11886         * buffer.C (insertErtContents): Fix (partially) the font bug.
11887
11888 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11889
11890         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11891         as the other one is broken on my machine!
11892
11893 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11894
11895         * commandtags.h:
11896         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11897
11898 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11899
11900         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11901         reflect their actual use. Provide compatibility code for older lyxrc
11902         files.
11903
11904         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11905         FL_NORMAL_STYLE.
11906         change names of popup font variables in line with the changes to lyxrc.C
11907
11908 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11909
11910         * buffer.C (asciiParagraph): avoid outputing a word twice after
11911         an inset.
11912
11913         * lyxrc.C (getDescription): document that document_path and
11914         template_path can be empty.
11915
11916 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11917
11918         * LaTeXFeatures.C (getMacros):
11919         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11920
11921         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11922
11923         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11924         getPackages.
11925         (getPackages): rename feature "floats" to "float". Use an array to
11926         iterate over 'simple' features (i.e. just a \usepackage). Add
11927         handling of "amsmath" (renamed from "amsstyle").
11928
11929 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11930
11931         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11932         features list.
11933
11934 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11935
11936         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11937         FuncStaus::FuncStatus & FuncStaus::some_method().
11938
11939 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11940
11941         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11942         of the func_satus stuff. Edited and massaged in various ways by
11943         JMarc.
11944
11945         * lyxfunc.C (getStatus): use FuncStatus
11946
11947 2002-01-08  Juergen Vigna  <jug@sad.it>
11948
11949         * text.C (nextBreakPoint): use function Inset::isChar().
11950
11951         * paragraph.C (TeXOnePar): use function
11952         Inset::forceDefaultParagraphs.
11953
11954         * buffer.C (latexParagraphs): use function
11955         Inset::forceDefaultParagraphs.
11956
11957 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11958
11959         * lyx_gui.C (init): set the style of the menu popups to
11960         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11961
11962 2002-01-07  Juergen Vigna  <jug@sad.it>
11963
11964         * text.C (setHeightOfRow): small fix
11965         (prepareToPrint): don't look at alignment if we don't have the place
11966         for doing it.
11967
11968 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11969
11970         * box.C: New file. Move the Box methods and functions out of box.h,
11971         following Lars' suggestion.
11972
11973 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11974
11975         * box.h: #include "support/LOstream.h", needed for inlined function.
11976
11977         * lyxtextclass.C:
11978         * lyxtextclasslist.C: added some using std declarations.
11979
11980 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11981
11982         * box.h: make signed dimensions to allow insets wider than
11983           the screen (bug #162)
11984
11985         * BufferView_pimpl.C: add some insetHit debug
11986
11987 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11988
11989         * vc-backend.C: add FIXME
11990
11991 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11992
11993         * lyxfunc.C (getStatus): enable code for showing math font status
11994         in toolbar/menu.
11995
11996 2002-01-07  Juergen Vigna  <jug@sad.it>
11997
11998         * text.C (nextBreakPoint): removed debug output not needed anymore.
11999
12000 2002-01-06  Juergen Vigna  <jug@sad.it>
12001
12002         * text.C (nextBreakPoint): fixed up this function we had this bug
12003         since ever but now hopefully we break row better.
12004         (insertChar): we have to check if an inset is the next char as it
12005         could now happen that a large inset is causing a break.
12006
12007 2002-01-05  Juergen Vigna  <jug@sad.it>
12008
12009         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
12010         if it doesn't like to be drawed.
12011
12012 2002-01-04  Juergen Vigna  <jug@sad.it>
12013
12014         * BufferView2.C (lockInset): forgot to set a cursor.
12015
12016         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
12017
12018 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
12019
12020         * FormMathsPanel.C:
12021         * FormMathsPanel.h
12022         * MathsSymbols.C:
12023         * form_maths_panel.C:
12024         * form_maths_panel.h:
12025         * form_maths_panel.fd: implemented sub- and super- buttons in math
12026         panel.
12027
12028         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12029         (or ^ space) to be used as in TeX (req'd by André).
12030
12031         * lyxfunc.C: Allow ^ and _ again to be used both as
12032         super/subscript (mathed) and as themselves (in text).
12033
12034 2002-01-03  Allan Rae  <rae@lyx.org>
12035
12036         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12037         "LyX" or the filename of the current buffer if it has one.  This is a
12038         modified form of John Levon's patch.
12039
12040         * XFormsView.C (setWindowTitle): also set icon title.
12041
12042         * LyXView.h (setWindowTitle): signature changed.
12043         * XFormsView.h (setWindowTitle): ditto.
12044
12045 2002-01-02  Juergen Vigna  <jug@sad.it>
12046
12047         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12048
12049 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12050
12051         * screen.C (topCursorVisible): introduce a temp var for
12052         text->cursor.row(), handle the case where this row is null. (kindo
12053         hachish)
12054
12055         * text2.C (setCursor): add a couple of asserts.
12056
12057         * paragraph.h (inset_iterator): add -> operator
12058
12059         * paragraph.[Ch] (autoDeleteInsets): remove member function
12060
12061         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12062         cursor pos correctly and handle inset deletion by itself.
12063         (insertErrors): move iterator declaration out of for expression
12064
12065         * lyxtextclass.C: add <algorithm>
12066
12067         * Makefile.am: added the new files to sources, removed layout.C
12068
12069         * layout.C: removed file
12070
12071         * layout.h: remove LYX_DUMMY_LAYOUT
12072
12073         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12074         layout.
12075
12076         * lyxlayout.[Ch]:
12077         * lyxtextclass.[Ch]:
12078         * lyxtextclasslist.[Ch]: new files
12079
12080         * include order changes to a lot of files, also changes because of
12081         the six new files.
12082
12083 2001-12-27  Juergen Vigna  <jug@sad.it>
12084
12085         * buffer.C (asciiParagraph): more fixes.
12086
12087         * tabular.C (ascii): make ascii export support export of only the
12088         data separated by a column-delimiter.
12089         (ascii): better support for ascii export.
12090
12091         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12092
12093 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12094
12095         * tabular_funcs.C: use a "using std::getline" instead of the
12096         previous fix from Angus (necessary for cxx + lyxstring)
12097
12098 2001-12-24  Juergen Vigna  <jug@sad.it>
12099
12100         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12101
12102         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12103         problems. First check a minipage also if we have some ert-contents
12104         (not only on par->size(), second set the right depth of the paragraph
12105         on the relink to the root-paragraph-list!
12106
12107         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12108         which then did not anymore update the main paragraphs on undo/redo!
12109
12110 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12111
12112         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12113         code. Support all font-changing funcs (even those which are not in
12114         menu currently). Support for reporting font settings in
12115         mathed (disabled until Andre provides a function on mathed's side).
12116
12117         * func_status.h (toggle): small helper function to set toggle
12118         state on a flag.
12119
12120 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12121
12122         * tabular_funcs.C: getline -> std::getline
12123
12124 2001-12-21  Juergen Vigna  <jug@sad.it>
12125
12126         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12127         accessed and could be 0 (I couldn't generate this but it seems
12128         Michael could!).
12129
12130 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12131
12132         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12133         * tabular_funcs.h: here and include iosfwd
12134
12135 2001-12-20  Juergen Vigna  <jug@sad.it>
12136
12137         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12138         inside inset but undo_par was.
12139
12140 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12141
12142         * Thesaurus.C: always include <config.h> in sources.
12143
12144         * Painter.h:
12145         * lyxlookup.h:
12146         * box.h: do not include <config.h> in header files
12147
12148         * text.C (paintLastRow): remove unused variable
12149
12150         * text.C (transformChar):
12151         (insertChar):
12152         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12153
12154         * Painter.C (text):
12155         * font.C (width): rewrite to use uppercase() instead of
12156         islower/toupper.
12157
12158         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12159
12160 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12161
12162         * lyxfind.C: clean up of find failure position change
12163
12164 2001-12-20  Juergen Vigna  <jug@sad.it>
12165
12166         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12167
12168         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12169         (TeXRow): added to LaTeX a single tabular row.
12170         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12171         (Latex): simplified and finally good LT-h/f support.
12172         (various_functions): just small adaptions for LT-h/f support.
12173
12174         * tabular_funcs.[hC]: added and moved here all not classfunctions
12175         of LyXTabular.
12176
12177 2001-12-19  Juergen Vigna  <jug@sad.it>
12178
12179         * tabular.[Ch]: better support for longtabular options (not finished
12180         yet!)
12181
12182 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12183
12184         * text.C (paintLastRow): use the label font instead of the font of
12185         the last character to compute the size of *_BOX. This makes more
12186         sense and avoids a crash with empty paragraphs.
12187         Use Painter::rectangle to draw EMPTY_BOX.
12188
12189 2001-12-19  Juergen Vigna  <jug@sad.it>
12190
12191         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12192         the paragraphs if the replaced paragraph is not the first one!
12193         Tried to delete not used paragraphs but does not work yet so for
12194         now it's inside #ifdef's and by default off!
12195
12196 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12197
12198         * MenuBackend.C: include "lyx_main.h" instead of declaring
12199         lastfiles (actually was declared as LastFiles* instead of a
12200         scoped_ptr).
12201
12202 2001-12-17  Juergen Vigna  <jug@sad.it>
12203
12204         * tabular.C (AppendColumn): applied John's fix
12205
12206 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12207
12208         * BufferView.h:
12209         * BufferView.C:
12210         * BufferView_pimpl.h:
12211         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12212
12213         * Makefile.am:
12214         * box.h: new start of class for above
12215
12216         * lyxfunc.C: ignore space-only minibuffer dispatches.
12217           Show the command name when it doesn't exist
12218
12219         * minibuffer.C: don't add empty lines to the history
12220
12221         * minibuffer.C: add a space on dropdown completion
12222
12223 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * text.C: fix line above/below drawing in insets
12226
12227 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12228
12229         * lyxlength.C (LyXLength): Initialize private variables.
12230
12231 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12232
12233         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12234         when inserting error insets.
12235
12236 2001-12-13  Juergen Vigna  <jug@sad.it>
12237
12238         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12239         actually sometimes the before-paragraph.
12240         (setUndo): don't clear the redostack if we're not actually undoing!
12241
12242 2001-12-06  Juergen Vigna  <jug@sad.it>
12243
12244         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12245         and fixed redoing of main paragraph, so we can use it now ;)
12246
12247         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12248
12249 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12250
12251         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12252         Juergen's request
12253
12254 2001-12-13  André Pönitz <poenitz@gmx.net>
12255
12256         * undostack.[Ch]:
12257         * undo_func.C: minor cleanup
12258
12259 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12260
12261         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12262         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12263         font in urw-fonts package which is marked as -urw-fontspecific and
12264         does not work (incidentally, changing the encoding in the
12265         fonts.dir of this package to -adobe-fontspecific fixes the
12266         problem).
12267
12268         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12269         is a crash when undoing first paragraph (Juergen, please take a
12270         look). THis does not mean the undo fix is wrong, just that it
12271         uncovers problems.
12272
12273         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12274         the (Paragraph*) version when needed instead of duplicating the
12275         code.
12276
12277         * text.C (workWidth): use Inset::parOwner to find out where the
12278         inset has been inserted. This is a huge performance gain for large
12279         documents with lots of insets. If Inset::parOwner is not set, fall
12280         back on the brute force method
12281
12282         * paragraph_pimpl.C (insertInset):
12283         * paragraph.C (Paragraph):
12284         (cutIntoMinibuffer): set parOwner of insets when
12285         inserting/removing them
12286
12287         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12288
12289 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12290
12291         * commandtags.h:
12292         * LyXAction.C:
12293         * lyx_main.C:
12294         * lyxfunc.C:
12295         * mathed/formulabase.C:
12296         * mathed/math_cursor.[Ch]:
12297         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12298
12299
12300 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12301
12302         * lyxlength.[Ch] (operator!=): new function
12303
12304 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12305
12306         * text.C (workWidth): use Inset::parOwner to find out where the
12307         inset has been inserted. This is a huge performance gain for large
12308         documents with lots of insets. If Inset::parOwner is not set, fall
12309         back on the brute force method
12310
12311         * paragraph_pimpl.C (insertInset):
12312         * paragraph.C (Paragraph):
12313         (cutIntoMinibuffer): set parOwner of insets when
12314         inserting/removing them
12315
12316         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12317
12318 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12319
12320         * tabular-old.C (getTokenValue):
12321         * tabular.C (getTokenValue):
12322         (write_attribute): new versions for LyXLength
12323         (everywhere): adjust the use of widths
12324
12325         * tabular.h: change the type of widths from string to LyXLength
12326
12327 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12328
12329         * paragraph.C: fixed missing line number count when exporting
12330         Environments to LaTeX file
12331
12332         * buffer.C: added informational message for checking line numbers.
12333
12334 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12335
12336         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12337         paragraph, do the 'double space' part, but not the 'empty
12338         paragraph' one.
12339
12340         * text.C (workWidth): small optimization
12341         (getLengthMarkerHeight): use minimal size for negative lengths.
12342
12343 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12344
12345         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12346
12347         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12348
12349 2001-12-11  André Pönitz <poenitz@gmx.net>
12350
12351         * FontLoader.C:
12352         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12353
12354 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12355
12356         * text2.C: keep selection on a setFont()
12357
12358 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12359
12360         * lyx_cb.C: another bv->text misuse, from insert label
12361
12362 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12363
12364         * kbsequence.h:
12365         * kbsequence.C: re-instate nmodifier mask
12366
12367 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12368
12369         * lyx_main.h: make lyxGUI private.
12370
12371 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12372
12373         * lyxfind.C: place the cursor correctly on failed search
12374
12375 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12376
12377         * text.C (getLengthMarkerHeight): for small heights, the arrows
12378         are not always on top/bottom of the text
12379         (drawLengthMarker): smaller arrows; take the left margin in
12380         account; draw also vfills.
12381         (paintFirstRow):
12382         (paintLastRow): remove special code for vfill and standard spaces,
12383         since everything is handled in drawLengthMarker now.
12384
12385 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12386
12387         * buffer.C (insertErtContents): try to handle font and language
12388         interaction a bit better.g
12389
12390         * ColorHandler.C (updateColor): change the hash to cover the whole
12391         LColor enum, ws cleanup
12392         (getGCLinepars): ditto
12393         (getGCLinepars): only lookup in the linecache once.
12394
12395 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12396
12397         * iterators.C (operator++): Make the iterator more robust
12398
12399         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12400         (John's patch)
12401         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12402
12403 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12404
12405         * lyxtext.h:
12406         * text.C: better added space drawing
12407
12408 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12409
12410         * LyXView.C:
12411         * BufferView2.C: fix layout combo update on inset unlock
12412
12413 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12414
12415         * Makefile.am: don't compile unused files
12416
12417 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12418
12419         * lyxfunc.C:
12420         * commandtags.h:
12421         * LyXAction.C: remove old LFUN_LAYOUTNO
12422
12423 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12424
12425         * paragraph_pimpl.h:
12426         * paragraph_pimpl.C: isTextAt() doesn't need font param
12427
12428 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12429
12430         * lyxlex.h:
12431         * lyxlex.C: little cleanup
12432
12433 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12434
12435         * BufferView_pimpl.C: fix insertAscii for insets
12436
12437 2001-12-05  Juergen Vigna  <jug@sad.it>
12438
12439         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12440         set the right font on the "multi" paragraph paste!
12441
12442 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12443
12444         * trans_decl.h:
12445         * trans_mgr.[Ch]:
12446         * trans.[Ch]:
12447         * lyxgluelength.C:
12448         * lyxlength.C: remove out-commented code.
12449
12450         * BufferView_pimpl:
12451         * CutAndPaste.C:
12452         * DepTable.C:
12453         * buffer.C:
12454         * chset.C:
12455         * lastfiles.C:
12456         * lyxlex.C:
12457         * lyxlex_pimpl.C:
12458         * lyxserver.C:
12459         * screen.C:
12460         * tabular-old.C:
12461         * tabular.C:
12462         * text.C:
12463         * trans_mgr.C:
12464         * vc-backend.C: change "while(" to "while ("
12465
12466         * lyxlength.[Ch]: add zero function to check if length is zero or
12467         not
12468         * lyxgluelength.C: use it
12469
12470 2001-12-05  Allan Rae  <rae@lyx.org>
12471
12472         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12473         Works for 2.95.3, from what I understand of Garst's reports this should
12474         work for other g++ versions.  We're screwed if the abs(int) definition
12475         changed between bugfix releases of gcc.
12476
12477 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12478
12479         * text.C: fix chapter label offset !
12480
12481 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12482
12483         * lyxtext.h:
12484         * text.C: fix hfill at end of line, clean up
12485
12486 2001-12-04  Juergen Vigna  <jug@sad.it>
12487
12488         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12489         that we force an update of the inset and it's owners if neccessary.
12490
12491 2001-12-03  Juergen Vigna  <jug@sad.it>
12492
12493         * text.C (rowLast): simplified code
12494
12495 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12496
12497         * lyxfunc.C: fix show options on timeout
12498
12499 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12500
12501         * screen.C (topCursorVisible): scroll half a page when the cursor
12502         reached top of bottom of screen
12503
12504 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12505
12506         * minibuffer.C: deactivate on loss of focus
12507
12508 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12509
12510         * vspace.[Ch] (operator!=): add operator.
12511
12512 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12513
12514         * BufferView_pimpl.C: refuse to open an inset when
12515         there's a selection.
12516
12517 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12518
12519         * BufferView_pimpl.C: allow to click on RHS of full row insets
12520
12521 2001-11-30  Juergen Vigna  <jug@sad.it>
12522
12523         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12524         insets for undo reasons.
12525
12526 2001-11-28  André Pönitz <poenitz@gmx.net>
12527
12528         * vspace.[Ch]: cosmetical changes
12529
12530 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12531
12532         * LyXAction.h:
12533         * LyXAction.C:
12534         * lyxfunc.h:
12535         * lyxfunc.C:
12536         * kbmap.h:
12537         * kbmap.C:
12538         * lyxrc.C:
12539         * kbsequence.h:
12540         * kbsequence.C: part re-write of old kb code
12541
12542         * Painter.C:
12543         * WorkArea.C: remove Lgb_bug_find_hack
12544
12545 2001-11-30  José Matos <jamatos@fep.up.pt>
12546
12547         * buffer.C (makeDocBookFile): add a comment to point a hack.
12548         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12549         Fixed a double write of labels.
12550
12551 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12552
12553         * LaTeX.C:
12554         * LaTeX.h Fixed bug in LaTeX class where it would not
12555         re-run latex if no depfiles were changed, but the .dvi was removed.
12556
12557 2001-11-28  André Pönitz <poenitz@gmx.net>
12558
12559         * all the files from the change on 2001/11/26:
12560         use lyx::layout_type instead of LyXTextClass::size_type
12561         use lyx::textclass_type instead of LyXTextClassList::size_type
12562
12563 2001-11-29  Juergen Vigna  <jug@sad.it>
12564
12565         * text.C: added support for paragraph::isFreeSpacing()
12566
12567         * buffer.C: same as above
12568
12569         * paragraph.h: inserted isFreeSpacing() function to enable
12570         FreeSpacing inside InsetERT.
12571
12572         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12573         of the paragraph's in the cut/copy buffer to 0!
12574
12575         * text2.C (removeRow): remove the assert as it can!
12576
12577         * lyxtext.h: added helper function firstRow returning firstrow and
12578         made firstrow private again.
12579
12580         * BufferView2.C (lockInset): don't relock if we're already locked!
12581
12582         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12583         the only paragraph.
12584         (removeRow): added Assert::(firstrow)
12585
12586         * debug.C: forgot to add INSETTEXT here.
12587
12588 2001-11-28  Juergen Vigna  <jug@sad.it>
12589
12590         * sp_spell.C (initialize): changed error text to more general
12591         spellchecker command use (not only ispell!)
12592
12593         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12594
12595         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12596
12597 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12598
12599         * vspace.C: initialise lyxgluelength on failure
12600
12601 2001-11-28  Allan Rae  <rae@lyx.org>
12602
12603         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12604         declaration & definition that looks like a function declaration.
12605
12606 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12607
12608         * BufferView2.C (copy):
12609         (copyEnvironment): do not clear the selection when doing a copy.
12610
12611         * text.C (paintFirstRow): compilation fix
12612
12613 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12614
12615         * tabular.C (Latex): correct line count when writing latex.
12616
12617 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12618
12619         * paragraph_pimpl.h:
12620         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12621           bug a bit
12622
12623 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12624
12625         * text.C:
12626         * LColor.h:
12627         * LColor.C: change vfillline->added_space
12628
12629         * text.C: add markers and text for added space
12630
12631         * vspace.C: fix comment
12632
12633 2001-11-28  André Pönitz <poenitz@gmx.net>
12634
12635         * paragraph.C: whitespace changes
12636         * all the other files from the change on 2001/11/26:
12637         change *::pos_type into lyx::pos_type
12638
12639 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12640
12641         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12642         language of the document when inserting error insets.
12643
12644 2001-11-26  André Pönitz <poenitz@gmx.net>
12645
12646         * BufferView_pimpl.[Ch]:
12647         *       CutAndPaste.C:
12648         * buffer.[Ch]:
12649         * lyxcursor.[Ch]:
12650         * lyxfind.C:
12651         * lyxfunc.C:
12652         * lyxrow.[Ch]:
12653         * paragraph.[Ch]:
12654         * paragraph_pimpl.[Ch]:
12655         * sp_spell.C:
12656         * text.C:
12657         * text2.C: reduce header dependencies, introduce type for positions
12658
12659 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12660
12661         * <various>: change to use Alert.h
12662
12663 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12664
12665         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12666         when encountering an unknown token.
12667         (readLyXformat2): Show an error message if there were unknown tokens.
12668
12669 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12670
12671         * BufferView2.C:
12672         * BufferView_pimpl.C:
12673         * buffer.C:
12674         * paragraph.h:
12675         * text.C:
12676         * text2.C: use par->isInset()
12677
12678 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12679
12680         * paragraph_pimpl.h:
12681         * paragraph_pimpl.C: cleanup
12682
12683 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12684
12685         * text2.C (removeRow):
12686         * text.C (setHeightOfRow): remove useless (and costly) call to
12687         getRow.
12688
12689 2001-11-20  Allan Rae  <rae@lyx.org>
12690
12691         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12692         Now need Inset*::checkInsertChar() to return true for appropriate
12693         cases so that the characters in the minibuffer will actually be
12694         inserted.
12695
12696 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12697
12698         * text.C: change the order of the includes.
12699         (workWidth): initialize it at once.
12700         (workWidth): make maxw unsigned
12701         (setHeightOfRow): remove unused variable (inset)
12702         (selectSelectedWord): remove unused variable (inset)
12703         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12704
12705 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12706
12707         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12708         server is not running.
12709         (openConnection):
12710         (closeConnection): add debug info when server is disabled.
12711
12712         * ColorHandler.C (getGCForeground): send debug message to GUI
12713         channel.
12714
12715         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12716
12717         * kbmap.C (bind): modify because return conventions of
12718         kb_sequence::parse have changed.
12719
12720         * kbsequence.C (parse): only ignore spaces and not any stupid
12721         control character. This avoids tests like s[i] <= ' ', which are
12722         guaranteed to fail with 8bit characters and signed chars.
12723         Change return code to string::npos when there have been no error
12724         (0 was a bad idea when error is at first character)
12725
12726 2001-11-14  José Matos  <jamatos@fep.up.pt>
12727
12728         * buffer.h:
12729         * buffer.C (simpleDocBookOnePar): removed unused argument.
12730
12731 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12732
12733         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12734         insets which are part of a word. Paragraph::isLetter takes care of
12735         that now. Use Paragraph::isInset to identify insets.
12736         (selectSelectedWord): do not test for hyphenation break.
12737
12738         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12739         that protected spaces are considered as spaces.
12740
12741         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12742         Inset::isLetter.
12743
12744 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12745
12746         * lyxserver.h:
12747         * lyxserver.C: fix it. and small cleanup.
12748
12749 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12750
12751         * BufferView_pimpl.C: use inline helpers
12752
12753         * LaTeXFeatures.h:
12754         * LaTeXFeatures.C: fix typos
12755
12756         * Spacing.h:
12757         * Spacing.C: move spacing_string into class
12758
12759         * ToolbarDefaults.C: move stuff into namespace anon
12760
12761         * layout.h: update enum
12762
12763         * lyxfunc.C: use better debug
12764
12765         * minibuffer.h: fix typo
12766
12767         * debug.h:
12768         * debug.C:
12769         * WorkArea.C: add and use Debug::WORKAREA
12770
12771         * lyxtext.h:
12772         * text.C:
12773         * text2.C: code re-organisation, inline helpers
12774
12775 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12776
12777         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12778         std::vector.empty().
12779
12780 2001-11-09  Allan Rae  <rae@lyx.org>
12781
12782         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12783         '\n's after tables.  Tabular and ERT inset work now makes this no
12784         longer necessary.
12785
12786 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12787
12788         * minibuffer.h:
12789         * minibuffer.C: fix crash, improve drop-down completion
12790
12791 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12792
12793         * lyxserver.h:
12794         * lyxserver.C: invalidate fd's when doing endPipe()
12795
12796 2001-11-08  José Matos  <jamatos@fep.up.pt>
12797
12798         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12799         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12800
12801         * paragraph.h:
12802         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12803
12804 2001-11-07  José Matos  <jamatos@fep.up.pt>
12805
12806         * buffer.h:
12807         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12808         const qualifier.
12809
12810         * buffer.C (sgmlOpenTag):
12811         * buffer.C (sgmlCloseTag): removed debug info.
12812
12813         * buffer.h (sgmlOpenTag):
12814         * buffer.h (sgmlCloseTag): made public.
12815
12816 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12817
12818         * buffer.C (saveParamsAsDefaults):
12819         * lyx_cb.C (MenuLayoutSave): remove
12820
12821         * LyXAction.C (init):
12822         * commandtags.h:
12823         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12824
12825 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12826
12827         * buffer.C (setPaperStuff): removed from here...
12828
12829         * bufferparams.C (setPaperStuff): ... and moved there.
12830
12831 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12832
12833         * minibuffer.h:
12834         * minibuffer.C:
12835         * XFormsView.C: add support for drop-down completion
12836
12837 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12838
12839         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12840         commands.
12841
12842 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12843
12844         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12845         disabled.
12846
12847 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12848
12849         * lyx_main.C: change ref to known bugs
12850
12851 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12852
12853         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12854         to work around older babel problems.
12855
12856 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12857
12858         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12859
12860 2001-10-24  Juergen Vigna  <jug@sad.it>
12861
12862         * tabular-old.C (ReadOld): below variable changes reflected.
12863
12864         * tabular.[Ch]: added ltType struct for longtable header/footer
12865         defines and changed all instances where they are used. Added
12866         future support for double top/bottom rows.
12867
12868 2001-10-24  José Matos  <jamatos@fep.up.pt>
12869
12870         * buffer.h (docbookHandleCaption):
12871         * buffer.C (docbookHandleCaption): removed unused function.
12872         (makeDocBookFile): moved docbook supported version to v4.1.
12873
12874 2001-10-24  José Matos  <jamatos@fep.up.pt>
12875
12876         * tabular.h:
12877         * tabular.C (docbookRow): new function to export docbook code of a row.
12878         (DocBook): now honors the longtable flags.
12879
12880 2001-10-23  José Matos  <jamatos@fep.up.pt>
12881
12882         * LaTeXFeatures.h:
12883         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12884         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12885
12886         * buffer.C (makeLinuxDocFile):
12887         (makeDocBookFile): reworked the preamble, more clean, and with
12888         support for lyx defined entities. Changed the document declaration
12889         to be more XML friendly.
12890
12891         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12892         if we need to output XML that should be done with a filter.
12893
12894 2001-10-22  Juergen Vigna  <jug@sad.it>
12895
12896         * sp_pspell.h (class PSpell): add alive function needed in the
12897         controller to see if the spellchecker could be started.
12898
12899 2001-10-22  Juergen Vigna  <jug@sad.it>
12900
12901         * buffer.C (insertStringAsLines): modify the font for inserting
12902         chars in certain conditions by calling checkInsertChar(font).
12903
12904 2001-10-19  Juergen Vigna  <jug@sad.it>
12905
12906         * text.C (workWidth): use getRow instead of wrong algorithm.
12907         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12908
12909 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12910
12911         * lyxserver.h:
12912         * lyxserver.C:
12913         * lyx_main.h:
12914         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12915
12916 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12917
12918         * text.C (workWidth): do not search for the exact row when
12919         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12920         optimization for big documents.
12921
12922 2001-10-18  Juergen Vigna  <jug@sad.it>
12923
12924         * text.C (workWidth): new function with added Inset * parameter.
12925
12926 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12927
12928         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12929
12930         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12931         change return type of getColumnNearX.
12932
12933
12934         * text.C (changeRegionCase): use uppercase/lowercase instead of
12935         toupper/tolower.
12936         (leftMargin):
12937         (rightMargin): simplify code by factoring out the uses of
12938         textclasslist.
12939         (labelFill):
12940         (numberOfHfills):
12941         (setHeightOfRow):
12942         (appendParagraph): use Paragraph::size_type
12943
12944 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12945
12946         * vspace.C (asLatexString): add a missing break
12947
12948 2001-10-15  Herbert Voss  <voss@perce.de>
12949
12950         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12951
12952 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12953
12954         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12955         is not available.
12956
12957 2001-10-10  André Pönitz <poenitz@gmx.net>
12958
12959         * lyxfunc.C: removed greek_kb_flag.
12960
12961 2001-10-10  Herbert Voss  <voss@perce.de>
12962
12963         * lyx_main.C: delete global string help_lyxdir.
12964
12965 2001-10-09  Herbert Voss  <voss@perce.de>
12966
12967         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12968
12969         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12970
12971         * lyx_main.C: added global string help_lyxdir.
12972
12973         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12974
12975 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12976
12977         * lyxrc.C (set_font_norm_type): support iso8859-4
12978
12979 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12980
12981         * LaTeX.C (deplog): add another regex for MikTeX
12982
12983 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12984
12985         * lyxrc.C (set_font_norm_type): support iso8859-3
12986
12987 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12988
12989         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12990
12991         * LaTeXFeatures.C: remove special case of french and index
12992
12993         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12994         before \begin{document}). This solves several incompatibilities.
12995
12996 2001-10-03  Garst Reese  <reese@isn.net>
12997
12998         * lyx_cb.C: change CheckTex error msg.
12999
13000 2001-10-03  José Matos  <jamatos@fep.up.pt>
13001
13002         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
13003
13004 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13005
13006         * .cvsignore: update
13007
13008         * lyx_main.C (commandLineVersionInfo): use new style version info.
13009
13010         * buffer.C (writeFile):
13011         (makeLaTeXFile):
13012         (makeLinuxDocFile):
13013         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
13014
13015         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
13016
13017         * version.h: update to use stuff in version.C
13018
13019         * version.C.in: new file. Contains version information determined
13020         at compile time. This is a merging of version.h and
13021         version_info.h.in.
13022
13023 2001-10-03  Juergen Vigna  <jug@sad.it>
13024
13025         * BufferView_pimpl.C (update): don't change "dirty" status in
13026         updateInset call.
13027
13028 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13029
13030         * WorkArea.C (c-tor): re-position version string slightly.
13031
13032 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13033
13034         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13035         revert to previous code.
13036
13037         WorkArea.[Ch]: (show, destroySplash): methods removed.
13038
13039         WorkArea.C: rework code so that it's an amalgam of the codes before and
13040         after the splash screen was moved to WorkArea.
13041
13042 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13043
13044         * lyxrc.C (read):
13045         * vspace.C (inPixels):
13046         (lyx_advance):
13047         * kbmap.C (bind):
13048         * buffer.C (insertStringAsLines):
13049         (asciiParagraph): fix types to be large enough
13050
13051         * lyxlex_pimpl.h: change member status from short to int
13052
13053         * layout.h: fix type of endlabeltype
13054
13055         * kbmap.C (bind):
13056         * kbsequence.C (parse): change return type to string::size_type
13057
13058         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13059         variable
13060
13061         * Bullet.C (bulletSize):
13062         (bulletEntry): do not use short ints as parameters
13063
13064         * BufferView2.C (insertLyXFile): change a char to an int.
13065
13066         * WorkArea.C (WorkArea): remove unneeded floats in computation
13067
13068 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13069
13070         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13071
13072         * paragraph.C (asString): Do not ignore newline/hfill chars when
13073         copying to the clipboard.
13074
13075 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13076
13077         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13078         after a multi-line inset.
13079
13080 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13081
13082         * paragraph.C (validate): Set NeedLyXFootnoteCode
13083
13084 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13085
13086         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13087         and decrease-error to decrease.
13088
13089 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13090
13091         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13092         it more readable (should be equivalent)
13093
13094 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13095
13096         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13097
13098 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13099
13100         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13101         of a cursor (row, etc.) after a character has been deleted
13102         (deleteEmptyParagraphMechanism): call the method above on _all_
13103         cursors held by the LyXText when a double space has been
13104         detected/deleted.
13105
13106 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13107
13108         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13109         pixmap.
13110         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13111
13112         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13113         background. Use greyOut() and the new show() methods to toggle between
13114         the foreground and background. Add code to remove the splash after
13115         its initial showing.
13116
13117         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13118         (create_forms): no longer call Dialogs::showSplash.
13119
13120 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13121
13122         * .cvsignore: add version_info.h
13123
13124 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13125
13126         * version_info.h.in: new file
13127
13128         * Makefile.am: add version_info.h.in
13129
13130         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13131         version_info.h instead of VERSION_INFO
13132
13133 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13134
13135         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13136         The ERT inset now returns string().
13137
13138 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13139
13140         * lyxtext.h, text.C (selectNextWord): renamed as
13141         selectNextWordToSpellcheck.
13142
13143         * text.C (selectNextWordToSpellcheck): Modified to not select
13144         words inside an ERT inset.
13145
13146 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13147
13148         * lyx_cb.C (MenuLayoutSave): change a bit the question
13149
13150         * sp_base.h: include <sys/types.h>
13151
13152 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13153
13154         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13155
13156 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13157
13158         * several files: fix typos in user-visible strings
13159
13160 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13161
13162         * text2.C (pasteSelection): do not set the selection, since it
13163         will be cleared later. Actually, the intent was to fix the way the
13164         selection was set, but I figured rmoving the code was just as good.
13165
13166 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13167
13168         * FontLoader.C (available): Check if font is available without
13169         loading the font.
13170
13171 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13172
13173         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13174
13175 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13176
13177         * lyxrc.[Ch]: added display_graphics variable and associated code.
13178
13179 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13180
13181         * bufferparams.C (hasClassDefaults): new method. Returns true if
13182         the buffer parameters correspond to known class defaults
13183
13184 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13185
13186         * XFormsView.C (show): set minimum size to the main window.
13187
13188 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13189
13190         * text2.C (copySelection):
13191         (cutSelection):
13192         * lyxfind.C (LyXReplace):
13193         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13194         LyXText::selectionAsString.
13195
13196         * paragraph.C (asString): add "label" argument to the second form
13197
13198         * text2.C (selectionAsString): add "label" argument and pass it to
13199         Paragraph::asString.
13200
13201 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13202
13203         * lyx_main.C (commandLineHelp): remove version information
13204
13205 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13206
13207         * lyx_main.C: add -version commandline option
13208
13209 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13210
13211         * paragraph.h: make the optional constructor arg required instead.
13212         some modifications to other files because of this.
13213
13214         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13215
13216         * lyxserver.C (C_LyXComm_callback): make it static
13217
13218         * lyx_main.C (error_handler): make it static
13219
13220         * lyx_gui.C (LyX_XErrHandler): make it static
13221
13222         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13223
13224         * WorkArea.C: make the extern "C" methods static.
13225
13226         * Makefile.am (lyx_LDADD): simplify
13227
13228 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13229
13230         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13231         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13232
13233         * LyXAction.C (init):
13234         * lyxfunc.C (dispatch): associated code removal.
13235
13236 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13237
13238         * lyxfont.h (isSymbolFont): shut off warning
13239
13240         * text.C (setHeightOfRow):
13241         (getVisibleRow): fix crash with empty paragraphs which have a
13242         bottom line
13243
13244 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13245
13246         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13247         code.
13248
13249 2001-09-04  José Matos  <jamatos@fep.up.pt>
13250         * buffer.C
13251         * buffer.h
13252         * tabular.C (docbook): rename docBook method to docbook.
13253
13254 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13255
13256         * Makefile.am: add dependencies to main.o.
13257
13258 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13259
13260         * FontLoader.C (available): Return false if !lyxrc.use_gui
13261
13262 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13263
13264         * FontInfo.C (query):
13265         * converter.C (view):
13266         * importer.C (Import):
13267         * exporter.C (Export): Can not -> cannot.
13268
13269 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13270
13271         * BufferView_pimpl.C: allow to create index inset even if
13272           string is empty
13273
13274 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13275
13276         * buffer.C (getLists): replace boost::tie code with an explicit pair
13277         as boost::tie can break some compilers.
13278
13279         * iterators.h: Added a std:: declaration to the return type of
13280         ParIterator::size.
13281
13282 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13283
13284         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13285           case.
13286
13287 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13288
13289         * iterators.[Ch]: New files. Provide paragraph iterators.
13290
13291         * buffer.C (changeLanguage): Use paragraph iterators.
13292         (isMultiLingual): ditto
13293
13294         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13295
13296 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13297
13298         * FontLoader.C: Support for cmr font.
13299
13300 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13301
13302         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13303         (available): New method.
13304
13305         * FontInfo.C (getFontname): Use scalable fonts even when
13306         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13307         found.
13308
13309 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13310
13311         * converter.C (Formats::view): reverted! Incorrect fix.
13312
13313 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13314
13315         * converter.C (Formats::view): only output the -paper option
13316         if the dvi viewer is xdvi, thereby fixing bug #233429.
13317
13318 2001-08-23  Herbert Voss  <voss@perce>
13319
13320         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13321
13322 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13323
13324         * Spacing.h (Spacing): Set space to Default on in the default
13325         constructor.
13326
13327 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13328
13329         * vc-backend.h (RCS::versionString): add RCS to version
13330         (CVS::versionString): add CVS to version
13331
13332         * vc-backend.C (scanMaster): do not add CVS to version.
13333         (scanMaster): do not add RCS to version
13334
13335         * lyxvc.C (versionString): new method
13336
13337         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13338
13339 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13340
13341         * Spacing.C (set): initialize fval
13342
13343 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13344
13345         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13346         " or \.
13347
13348 2001-08-16  Juergen Vigna  <jug@sad.it>
13349
13350         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13351
13352 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13353
13354         * BufferView_pimpl.C:
13355         * figureForm.C:
13356         * lyxtext.h:
13357         * text2.C: setParagraph takes linespacing now
13358
13359 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13360
13361         * LyxAction.C: add internal LFUN_CITATION_INSERT
13362
13363         * LyXView.C: actually apply fix
13364
13365         * bufferlist.C: fix open non-existent file
13366
13367         * lyxfind.C: fix indentation
13368
13369         * lyxfunc.C: remove unneeded assert, fix typo
13370
13371 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13372
13373         * MenuBackend.C: use "Floatname List"
13374
13375 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13376
13377         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13378         when converting LaTeX layout to insetERT.
13379         Generate a non-collapsed float when reading old float
13380
13381 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13382
13383         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13384         ERT insets.
13385
13386 2001-08-13  Juergen Vigna  <jug@sad.it>
13387
13388         * text.C (fill): return 0 instead of 20 as this seems to be the more
13389         correct value.
13390
13391 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13392
13393         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13394         lyxrc.font_norm.
13395
13396 2001-08-13  Juergen Vigna  <jug@sad.it>
13397
13398         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13399         casesensitive off.
13400         (SearchBackward): comment out the unlocking of the inset_owner this
13401         should not be needed!
13402
13403 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13404
13405         * Many files: Remove inherit_language, and add latex_language
13406
13407         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13408         collapsible insets.
13409
13410 2001-08-10  Juergen Vigna  <jug@sad.it>
13411
13412         * text.C (prepareToPrint): fixed hfill-width in draw!
13413
13414         * BufferView2.C (selectLastWord): save the selection cursor as this
13415         now is cleared in the function LyXText::clearSelection!
13416
13417 2001-08-08  Juergen Vigna  <jug@sad.it>
13418
13419         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13420         BACKSPACE type functions.
13421
13422         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13423         is only cutted from the document but not put in the cut-buffer, where
13424         still the old stuff should be.
13425
13426         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13427
13428         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13429
13430         * tabular.C (SetWidthOfCell): fixed special case where the width
13431         was not updated!
13432         (LeftLine): handle '|' in align_special.
13433         (RightLine): ditto
13434         (LeftAlreadyDrawed): ditto
13435         (SetWidthOfCell): ditto
13436
13437 2001-08-07  Juergen Vigna  <jug@sad.it>
13438
13439         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13440
13441 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13442
13443         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13444         * lyxlex.[hC]: ditto
13445
13446 2001-08-06  Juergen Vigna  <jug@sad.it>
13447
13448         * text.C (getVisibleRow): fix up row clearing a bit.
13449
13450 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13451
13452         * minibuffer.C: make sure the X server sees the changes in the input.
13453
13454 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13455
13456         * paragraph.C (getFont): split into...
13457         (getLabelFont): this
13458         (getLayoutFont): and this
13459         * paragraph_pimpl.C (realizeFont): calling this
13460
13461         * text2.C (getFont): split into...
13462         (getLayoutFont): this
13463         (getLabelFont): and this
13464         (realizeFont): all three calling this
13465
13466         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13467         files where used.
13468
13469 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13470
13471         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13472
13473 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13474
13475         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13476         layouts from the Quote inset insertion.
13477
13478 2001-08-03  Juergen Vigna  <jug@sad.it>
13479
13480         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13481
13482         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13483         only if status not is already CHANGED_IN_DRAW (second level).
13484
13485         * text.C (draw): don't set the need_break_row when inside an
13486         InsetText LyXText.
13487
13488 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13489
13490         * buffer.C (parseSingleLyXformat2Token): handle more latex
13491         conversion cases.
13492
13493         * bufferview_funcs.[hC]: change function names to
13494         begin with small char, adjust other files.
13495
13496 2001-08-02  André Pönitz <poenitz@gmx.net>
13497
13498         * lyxfunc.C:
13499         BufferView_pimpl.C: remove broken special code for math-greek
13500
13501 2001-08-02  Juergen Vigna  <jug@sad.it>
13502
13503         * BufferView_pimpl.C (update): redone this function so that we
13504         update the text again if there was a CHANGE_IN_DRAW.
13505
13506         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13507         (drawFromTo): added a new internal bool which is used by draw() and
13508         redraw() function.
13509         (general): some cursor drawing problems fixed.
13510
13511 2001-08-01  Juergen Vigna  <jug@sad.it>
13512
13513         * lyxfind.C (LyXFind): fixed
13514         (SearchForward): ditto
13515         (SearchBackward): ditto
13516
13517         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13518         spurius drawing of the cursor in the main area.
13519
13520         * text2.C (status): small fix which could lead to a segfault!
13521         (clearSelection): remove unneeded BufferView param.
13522
13523 2001-08-01  André Pönitz <poenitz@gmx.net>
13524
13525         * lyxfunc.C: small change due to changed mathed interface
13526
13527 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13528
13529         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13530
13531 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13532
13533         * lyxfunc.c: fail gracefully if file doesn't exist
13534
13535         * LyXSendto.C:
13536         * buffer.C:
13537         * lyxfunc.C:
13538         * BufferView_pimpl.C: IsDirWriteable() proto changed
13539
13540         * LyXView.C: fix updateWindowTitle() to store the last title
13541
13542 2001-07-31  Juergen Vigna  <jug@sad.it>
13543
13544         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13545         the font (wrong since using of Paragraph::highestFontInRange).
13546
13547         * paragraph.C (highestFontInRange): added a default_size parameter.
13548
13549         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13550         (setHeightOfRow): reformat
13551
13552 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13553
13554         * converter.[hC] + affected files: move to (inital-char)lowercase
13555         function names.
13556
13557         * ParagraphParameters.C (ParagraphParameters): remove commented code
13558
13559         * PainterBase.[Ch]: remove commented code
13560
13561         * LaTeXFeatures.h: add "bool floats" for float.sty
13562
13563         * LaTeXFeatures.C (LaTeXFeatures): init floats
13564         (require): handle float
13565         (getPackages): do it with floats
13566
13567 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13568
13569         * BufferView_pimpl.C (Dispatch): improve handling of
13570         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13571
13572         * commandtags.h: #include lyxfont.h here temporarily to avoid
13573         keybinding bug.
13574
13575         * bufferlist.h: include LString.h here.
13576
13577 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13578
13579         * text2.C (getStringToIndex): new method.
13580
13581 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13582
13583         * *: Reduced header file dependencies all over.
13584
13585 2001-07-30  Baruch Even  <baruch@lyx.org>
13586
13587         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13588
13589 2001-07-29  Baruch Even  <baruch@lyx.org>
13590
13591         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13592
13593 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13594
13595         * ParameterStruct.h (endif): add a default constructor to make
13596         sure that all variables is initialized.
13597
13598         * ParagraphParameters.C (ParagraphParameters): adjust
13599
13600 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13601
13602         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13603         index; also, check that there is something to index, and that it
13604         does not span over several paragraphs.
13605         (doubleClick): use WHOLE_WORD_STRICT for double click.
13606
13607         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13608
13609         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13610         scheme.
13611
13612 2001-07-26  Baruch Even  <baruch@lyx.org>
13613
13614         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13615         an InsetFig figure, backwards compatible reading of old figure code.
13616
13617 2001-07-27  Juergen Vigna  <jug@sad.it>
13618
13619         * text2.C: font.realize function adaption.
13620
13621         * text.C (draw): add a warnings lyxerr text if needed.
13622
13623         * layout.C: font.realize function adaption.
13624
13625         * language.C: add inherit_language and implement it's handlings
13626
13627         * bufferview_funcs.C (StyleReset): remove language parameter from
13628         font creation (should be language_inherit now).
13629
13630         * bufferparams.C (writeFile): handle ignore_language.
13631
13632         * paragraph.C (getFontSettings): the language has to be resolved
13633         otherwise we have problems in LyXFont!
13634
13635         * lyxfont.C (lyxWriteChanges): added document_language parameter
13636         (update): removed unneeded language parameter
13637
13638         * paragraph.C (validate): fixed wrong output of color-package when
13639         using interface colors for certain fonts in certain environments,
13640         which should not seen as that on the final output.
13641
13642 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13643
13644         * BufferView_pimpl.C:
13645         * Thesaurus.h:
13646         * Thesaurus.C:
13647         * Makefile.am:
13648         * commandtags.h:
13649         * LyXAction.C: add thesaurus support
13650
13651         * lyxfind.h:
13652         * lyxfind.C: add "once" parameter, for thesaurus, to not
13653           move to the next match
13654
13655 2001-07-26  Juergen Vigna  <jug@sad.it>
13656
13657         * lyxfont.C (realize): honor ignore_language too!
13658         (resolved): ditto.
13659
13660         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13661
13662         * text.C (draw): one place more for ignore_language to not draw
13663         itself!
13664
13665 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13666
13667         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13668
13669 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13670
13671         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13672         the minipage conversion problem.
13673
13674 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13675
13676         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13677         insert an inset.
13678
13679 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13680
13681         * BufferView.h: don't forward declare WorkArea
13682
13683         * BufferView.C: don't include WorkArea.h
13684
13685 2001-07-25  André Pönitz <poenitz@gmx.net>
13686
13687         * commandtags.h:
13688         * LyXAction.C:
13689         * lyxfunc.C:  new LFUN 'math-space'
13690
13691         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13692
13693 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13694
13695         * text2.C (toggleInset): call open/close
13696
13697 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13698
13699         * lyxfunc.C (dispatch): add debug for the disabled case
13700
13701         * font.C (buttonText): make similar to rectText
13702
13703         * buffer.C (readInset): comment out parsing of insetlist and
13704         insttheorem
13705
13706         * PainterBase.C (rectText): small correction
13707
13708         * BufferView_pimpl.C: comment out insettheorem and insetlist
13709         * LyXAction.C: ditto
13710         * commandtags.h: ditto
13711
13712 2001-07-24  Juergen Vigna  <jug@sad.it>
13713
13714         * text.C (draw): honor the ignore_language.
13715
13716         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13717
13718 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13719
13720         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13721         char inset.
13722
13723 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13724
13725         * lyxtext.h: remove unused (and unimplemented) methods
13726
13727 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13728
13729         * text.C (getVisibleRow): honor background color
13730
13731         * PainterBase.h:
13732         * Painter.h: remove default color argument for fillRectangle
13733
13734         * text.C (backgroundColor): new method
13735
13736 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13737
13738         * text.C (getVisibleRow): adjust
13739
13740         * font.[Ch] (rectText): new method, metrics
13741         (buttonText): new method, metrics
13742
13743         * PainterBase.[hC]: make rectText and buttonText always draw and take
13744         fewer paramteres.
13745
13746 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13747
13748         * ToolbarDefaults.C (read):
13749         * MenuBackend.C (read): allow escaping in all strings
13750
13751         * BufferView_pimpl.C (insertAndEditInset): new method.
13752         (Dispatch): use insertAndEditInset whenever appropriate.
13753
13754         * BufferView_pimpl.C (insertNote): removed
13755
13756         * BufferView_pimpl.C (smartQuote): new method, moved from
13757         BufferView; if an insetquote cannot be inserted, insert a '"'
13758         character instead.
13759
13760         * BufferView2.C: remove insertCorrectQuote();
13761
13762         * lyxfunc.C (getStatus): Add support for all remaingin
13763         inset-insert lfuns.
13764
13765         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13766
13767         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13768         command (necessary to pass " as parameter of self-insert.
13769
13770         * text.C (selectWordWhenUnderCursor):
13771         (selectWord): add word_location parameter
13772         (selectWordWhenUnderCursor): same + remove special code for word
13773         boundary.
13774         (selectNextWord): use kind() to guess type of insetspecialchar,
13775         not latex().
13776
13777         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13778         (insertErtContents): create ert insets as collapsed.
13779         (readInset): better compatibility code for Info inset.
13780
13781 2001-07-20  Juergen Vigna  <jug@sad.it>
13782
13783         * lyxfunc.C (dispatch): use always LyXFind now!
13784
13785         * text2.C (init): add a reinit flag so that the LyXText can be
13786         reinited instead of deleted and reallocated (used in InsetText).
13787
13788         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13789
13790         * text.C: ditto
13791
13792         * text2.C: ditto
13793
13794 2001-07-18  Juergen Vigna  <jug@sad.it>
13795
13796         * text.C (selectNextWord): handle insets inside inset by calling
13797         always the bv->text functions so that we can go up the_locking_inset!
13798
13799         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13800         in strange locations when inside an inset!
13801
13802         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13803         handling to include insets.
13804
13805         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13806
13807 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13808
13809         * LyXAction.C (init):
13810         * commandtags.h:
13811         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13812         LIGATURE_BREAK, since the name is so stupid.
13813
13814 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13815
13816         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13817         InsetInfos.
13818
13819         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13820
13821         * sp_form.[Ch]: remove.
13822
13823         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13824
13825         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13826         InsetInfo.
13827
13828         * src/buffer.C (readInset): ditto.
13829
13830 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13831
13832         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13833         menuSeparator(), endOfSentenceDot(), ldots() and
13834         hyphenationPoint(), which are therefore removed.
13835         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13836
13837         * LyXAction.C (init):
13838         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13839
13840         * paragraph.C (getWord): removed.
13841
13842         * BufferView_pimpl.C (Dispatch): use last word or selection for
13843         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13844
13845         * lyx_main.C (queryUserLyXDir): do not ask before creating
13846         user_dir, except if it has been named explicitely.
13847
13848 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13849
13850         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13851         a document of zero size.
13852
13853 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13854
13855         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13856         approriately in the c-tor and in require().
13857         (getPackages): output the appropriate LaTeX for natbib support.
13858
13859         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13860         variables "use_natbib" and "use_numerical_citations" when reading the
13861         LyX file.
13862         (readInset): read the various natbib cite commands.
13863         (validate): white-space change.
13864
13865         * bufferparams.[Ch]: new variables "bool use_natbib" and
13866         "bool use_numerical_citations".
13867         (writeFile): output them in the LyX file.
13868
13869 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13870
13871         * lyxfunc.C (getStatus): add support for all the inset insertion
13872         commands.
13873
13874         * text2.C (insertInset):
13875         * paragraph.C (insetAllowed):
13876         * BufferView_pimpl.C (insertInset): update to take in account the
13877         renaming of insertInsetAllowed
13878
13879         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13880
13881         * text2.C (getInset): new method. returns inset at cursor position.
13882
13883         * BufferView_pimpl.C (Dispatch): changes because of this.
13884
13885         * LyXAction.C (init): rename open-stuff to inset-toggle.
13886
13887         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13888
13889         * text2.C (toggleInset): renamed from openStuff; use
13890         Inset::open().
13891
13892 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13893
13894         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13895
13896         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13897
13898 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13899
13900         * buffer.C (readLyXformat2): Add filename to the error dialog
13901
13902 2001-07-18  Juergen Vigna  <jug@sad.it>
13903
13904         * tabular.C (GetCellNumber): put an assert here instead of the check!
13905
13906 2001-07-17  Juergen Vigna  <jug@sad.it>
13907
13908         * BufferView_pimpl.C (toggleSelection): adapted too.
13909
13910         * text.C (selectNextWord): adapted for use with insets.
13911         (selectSelectedWord): ditto
13912
13913 2001-07-17  Juergen Vigna  <jug@sad.it>
13914
13915         * sp_spell.C (PSpell): fix initialitation order.
13916
13917 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13918
13919         * paragraph.C: spacing
13920
13921 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13922
13923         * sp_spell.C: repair language selection for pspell
13924
13925 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13926
13927         * lyxfunc.h: change more methods to begin with lower char.
13928
13929 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13930
13931         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13932         for unknown layouts.
13933
13934 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13935
13936         * buffer.C (readLyXformat2): Generate an error dialog if there are
13937         unknown layouts.
13938
13939 2001-07-16  Juergen Vigna  <jug@sad.it>
13940
13941         * sp_spell.C: always compile ISpell part.
13942
13943         * lyxrc.C: added use_pspell entry and it's handling.
13944
13945 2001-07-13  Juergen Vigna  <jug@sad.it>
13946
13947         * sp_spell.C: removed double includes.
13948
13949 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13950
13951         Consistent use of Lsstream.h:
13952         * Lsstream.h: added using std::stringstream for consistencies sake.
13953
13954         * buffer.C: removed using std::stringstream
13955
13956         * lyxfont.C (stateText):
13957         * paragraph.C (asString):
13958         * text.C (selectNextWord, selectSelectedWord):
13959         * text2.C (setCounter):
13960         * vspace.C (asString, asLatexString):
13961         std::ostringstream -> ostringstream.
13962
13963 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13964
13965         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13966         * commandtags.h: add LFUN_HELP_ABOUTLYX
13967         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13968
13969 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13970
13971         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13972         cursorToggle()
13973         * lyx_gui_misc.C: remove spellchecker
13974         * lyxfunc.C: showSpellchecker
13975         * sp_base.h: added
13976         * sp_ispell.h: added
13977         * sp_pspell.h: added
13978         * sp_spell.C: added
13979         * sp_form.[Ch]: removed
13980         * spellchecker.[Ch]: removed
13981
13982 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13983
13984         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13985         is set.
13986         (simpleTeXSpecialChars): Simply print the input character without
13987         any special translation if pass_thru is set.
13988
13989         * layout.h: Added bool pass_thru to layout class for being able to
13990         implement pass through of a paragraph for Literate Programming.
13991
13992         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13993         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13994         * layout.C (Read): add "passthru" to list of layout tags and add
13995         code to set the pass_thru boolean when it is read.
13996
13997 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13998
13999         * trans_decl.h: remove allowed from KmodInfo
14000
14001         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
14002         remove allowed code
14003         (Load): adjust
14004
14005         * paragraph_pimpl.C (erase): use boost::prior
14006
14007         * Painter.C (text): use data() instead of c_str() when length is
14008         also provided.
14009         * WorkArea.C (putClipboard): ditto
14010         * font.h (width): ditto
14011
14012         * BufferView2.C: use it-> instead of (*it). for iterators
14013         * texrow.C: ditto
14014         * paragraph_pimpl.C: ditto
14015         * paragraph.C: ditto
14016         * minibuffer.C: ditto
14017         * language.C: ditto
14018         * kbmap.C: ditto
14019         * encoding.C: ditto
14020         * counters.C: ditto
14021         * converter.C: ditto
14022         * chset.C: ditto
14023         * Variables.C: ditto
14024         * TextCache.C: ditto
14025         * MenuBackend.C: ditto
14026         * LyXAction.C: ditto
14027         * LColor.C: ditto
14028         * FloatList.C: ditto
14029         * DepTable.C: ditto
14030         * ColorHandler.C (LyXColorHandler): ditto
14031
14032 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14033
14034         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14035
14036         * text2.C (openStuff): reintroduce this method (which had been
14037         nuked in NEW_INSETS frenzy).
14038
14039         * lyxfunc.C (Dispatch): when an action has not been handled, use
14040         its name in the error message, not its number.
14041
14042         * paragraph.C (inInset): change method name to begin with lowercase.
14043
14044         * undo_funcs.C:
14045         * text2.C: updates because of this.
14046
14047 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14048
14049         * ToolbarDefaults.C (add): add spaces in error message
14050
14051 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14052
14053         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14054         (readLyXformat2): rename return_par to first_par, use lyxlex's
14055         pushToken and remove the manual push handling.
14056         (parseSingleLyXformat2Token): add another ert comp. variable:
14057         in_tabular, rename return_par to first_par. handle newlines better
14058
14059 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14060
14061         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14062
14063 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14064
14065         * text2.C (getParFromID): removed
14066
14067         * buffer.C (getParFromID): new method moved form lyxtext.
14068         * BufferView2.C (insertErrors): adjust
14069         (setCursorFromRow): adjust
14070         * BufferView_pimpl.C (restorePosition): adjust
14071         * lyxfunc.C (Dispatch): adjust
14072         * undo_funcs.C (textUndo): adjust
14073         (textRedo): adjust
14074         (textHandleUndo): adjust
14075         (textHandleUndo): adjust
14076
14077 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14078
14079         * buffer.C: up' the LYX_FORMAT
14080
14081         * lyxfont.h: turn NO_LATEX on as default
14082
14083         * buffer.C (insertErtContents): new methods of tex style compability.
14084         (parseSingleLyXformat2Token): use it several places.
14085         * tabular.C (OldFormatRead): and here
14086
14087 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14088
14089         * text2.C: remove some commented code.
14090         reindent file.
14091
14092         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14093         * trans.C: changes because of the above.
14094
14095 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14096
14097         * text2.C (setCounter): Fix counters bug with bibliography layout.
14098
14099 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14100
14101         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14102         own member functions
14103         (simpleTeXSpecialChars): ditto
14104
14105 2001-07-06  Juergen Vigna  <jug@sad.it>
14106
14107         * a lot of files: changed the access to LyXText::status and the
14108         call of undo-functions.
14109
14110         * undo.[Ch]: added a inset_id to the undo informations.
14111
14112         * undo_funcs.[Ch]: added and moved here all undo functions.
14113
14114         * lyxtext.h: give the status enum a weight, made status_ a private
14115         variable and made accessor functions for it, removed the whole bunch
14116         of undo-functions as they are now in their own file, make some
14117         functions publically available. Added function ownerParagraph with
14118         int parameter.
14119
14120         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14121         made InInset() a const function, added getParFromID() function.
14122
14123         * buffer.[Ch]: added const version for inset_iterator functions,
14124         added getInsetFromID() function.
14125
14126         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14127         changed undo functions for new version.
14128
14129 2001-07-05  Juergen Vigna  <jug@sad.it>
14130
14131         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14132         unknow mechanism does not call the proper constructor but only this
14133         one also if I request the other!?
14134
14135 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14136
14137         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14138
14139         * text2.C (LyXText): use initialization lists.
14140
14141         * lyxtext.h (Selection): initialize set_ and mark_
14142         (init): remove method
14143
14144 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14145
14146         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14147
14148 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14149
14150         * screen.[Ch]: change method names to begin with lowercase
14151
14152         * BufferView_pimpl.C (updateScrollbar): simplify further and
14153         hopefully make it a bit faster.
14154
14155 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14156
14157         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14158         calling directly xforms functions.
14159
14160         * Painter.C (Painter):
14161         * lyx_cb.C (MenuWrite):
14162         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14163         fl_display.
14164
14165         * lyx_gui.C: remove bogus guiruntime extern declaration.
14166
14167 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14168
14169         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14170         in NEW_INSETS
14171         (redoDrawingOfParagraph): ditto
14172         (redoParagraphs): ditto
14173         (cutSelection): don't create a object for CutAndPaste use the
14174         static method directly
14175         (pasteSelection): ditto
14176
14177         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14178         LyXview (+ rename)
14179
14180 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14181
14182         * modifications to some other files because of this.
14183
14184         * Makefile.am (lyx_SOURCES): add XFormsView
14185
14186         * XFormsView.[Ch]: new files
14187
14188         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14189         the main window. Move the gui dependent stuff to XFormsView
14190
14191 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14192
14193         * tabular.C (GetCellInset): update cur_cell also in the row/col
14194         version of this function.
14195
14196         * lyxfunc.C: no need to include figure_form.h here.
14197
14198         * FontLoader.h:
14199         * lyxfunc.h:
14200         * lyxscreen.h:
14201         * text2.C:
14202         * lyxvc.C: no need to include forms.h here.
14203
14204 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14205
14206         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14207
14208         * lyxfunc.C (Dispatch):
14209         * Spacing.C (set):
14210         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14211         constructor argument.
14212
14213 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14214
14215         * paragraph.C (Paragraph): dont't clear, and just set layout.
14216         (makeSameLayout): use params's copy contructor.
14217
14218         * ParagraphParameters.[Ch] (makeSame): delete method
14219
14220 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14221
14222         * Variables.[Ch]: fix indentation, rename set to isSet
14223
14224 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14225
14226         * lyxfunc.C (Dispatch): fix typo
14227
14228 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14229
14230         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14231         upper_bound.
14232
14233         * bufferlist.C: include assert.h for emergencyWrite().
14234
14235 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14236
14237         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14238           give up at last (bug #425202) !
14239
14240 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14241
14242         * lyx_gui_misc.C:
14243         * sp_form.h:
14244         * sp_form.C:
14245         * spellchecker.h:
14246         * spellchecker.C: strip spellchecker options and bring up
14247           preferences tab instead
14248
14249 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14250
14251         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14252         the istringstream constructor
14253
14254 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14255
14256         * paragraph.C (getLayout): fix return value
14257
14258         * paragraph.h: do not declare getLayout as inline.
14259
14260         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14261
14262 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14263
14264         * lyxcursor.h (operator<): new func
14265         (operator>): new func
14266         (operator>=): new func
14267         (operator<=): new func
14268
14269         * text.C (changeCase): use selection.start and selection.end
14270         (changeRegionCase): require from to be <= to. Require par to be a
14271         valid paragraph.
14272
14273         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14274
14275 2001-06-27  Juergen Vigna  <jug@sad.it>
14276
14277         * text.C (cursorLeftOneWord): changed to return the cursor and added
14278         overlay with BufferView * parameter which calls this one.
14279         (getWord): added
14280         (selectWord): use new getWord function.
14281         (changeCase): renamed from changeWordCase as and extended to work
14282         also on selections.
14283
14284         * lyxtext.h: added enum word_location
14285
14286         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14287         changeCase as this operates now also on selections.
14288
14289 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14290
14291         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14292
14293         * many files: send debug output to Debug::INFO instead of
14294         Debug::ANY.
14295
14296         * converter.C (View):
14297         (Convert):
14298         (Move): send debug output to Debug::FILES instead of console.
14299
14300 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14301
14302         * lyxfunc.C (getStatus): use func_status
14303
14304         * func_status.h: new header, describing the results of
14305         LyXFunc::getStatus;
14306
14307         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14308         LFUN_MATH_HALIGN.
14309
14310 2001-06-25  The LyX Project  <jug@sad.it>
14311
14312         * buffer.C (sgmlOpenTag):
14313         (sgmlCloseTag):
14314         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14315
14316 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14317
14318         * text2.C: remove some dead code
14319
14320         * tabular.C (GetCellInset): store the last cell checked (gotten)
14321
14322         * tabular.h: add the helper for the speedup
14323
14324         * lyxtext.h: remove some dead code
14325
14326 2001-06-26  The LyX Project  <Asger>
14327
14328         * paragraph.C: Change export to LaTeX of alignment to
14329         \begin{center} and family for better roundtrip work with reLyX.
14330
14331         * Tune the math drawing a bit.
14332
14333 2001-06-25  The LyX Project  <Asger>
14334
14335         * LColor.C (LColor): New color for math background. New color
14336         for buttons.
14337
14338 2001-06-25  The LyX Project  <jug@sad.it>
14339
14340         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14341
14342         * lyxfunc.C (Open):
14343         * bufferlist.C (newFile): do not restrict to files ending with
14344         .lyx
14345
14346         * BufferView_pimpl.C (MenuInsertLyXFile):
14347
14348 2001-06-24  The LyX Project  <jug@sad.it>
14349
14350         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14351         of compare_no_case
14352
14353 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14354
14355         * lyxtext.h: rename most methods to begin with a small char.
14356         Lots of changes because of this.
14357
14358         * paragraph.C (Paragraph): do not call fitToSize
14359         (erase): call Pimpl::erase
14360         (insertChar): call Pimpl::insertChar
14361         (insertInset): call Pipl::insertInset
14362         (breakParagraph): do not call fitToSize
14363         (breakParagraphConservative): do not call fitToSize
14364         (fitToSize): remove method
14365
14366         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14367
14368 2001-06-24  The LyX Project  <Asger>
14369
14370         * Fix Qt compilation^2
14371
14372 2001-06-24  The LyX Project  <jug@sad.it>
14373
14374         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14375         depthHook(getDepth()-1).
14376
14377         * paragraph.h:
14378         * ParagraphParameters.h:
14379         * ParameterStruct.h: change type of depth to unsigned int ==
14380         depth_type. Many adaptations to other files before of that.
14381
14382 2001-06-24  The LyX Project  <Asger>
14383
14384         * Fix Qt compilation.
14385
14386 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14387
14388         * paragraph.h: renamed several methods to begin with small letter.
14389         several changes to many parts of the code because of this.
14390
14391 2001-06-23  The LyX Project  <jug@sad.it>
14392
14393         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14394         rewritten to discard all double spaces when KeepEmpty is off
14395         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14396         to only handle newlines but not fiddle with spaces and friends.
14397
14398         * lyxfunc.C (MenuNew): when doing 'new from template', use
14399         template_path as default directory
14400
14401 2001-06-23  The LyX Project  <Asger>
14402
14403         * Clean-up of header file includes all over
14404         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14405
14406 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14407
14408         * paragraph.h: renamed from lyxparagraph.h
14409
14410 2001-06-23  Asger  <lyx@violet.home.sad.it>
14411
14412         * Buffer.h: Removed Buffer::resize
14413         * BufferList.h: Removed BufferList::resize
14414         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14415         the document lazily when we change the width, or the font settings.
14416
14417 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14418
14419         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14420
14421 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14422
14423         * buffer.h: remove out of date comment
14424
14425 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14426
14427         * lyxscreen.h:
14428         * screen.C: fix "theoretical" GC leak
14429
14430 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14431
14432         * LaTeX.C (scanAuxFile):
14433         (deplog): remove trailing \r when reading stream (useful under
14434         win32)
14435
14436 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14437
14438         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14439         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14440         and BufferView::theLockingInset(Inset*), so should use them and not
14441         access bv_->text->the_locking_inset directly.
14442
14443         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14444
14445 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14446
14447         * Makefile.am:
14448         * tex-defs.h: remove old unused file
14449
14450 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14451
14452         * BufferView_pimpl.C: fix typo, remove minibuffer message
14453           when buffer has loaded
14454
14455 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14456
14457         * lyxfunc.C (Dispatch): use stringstream
14458         (MenuNew): use stringstream
14459         (Open): use stringstream
14460
14461         * importer.C (Import): use stringstream
14462
14463         * bufferview_funcs.C (CurrentState): use stringstream
14464
14465         * LaTeX.C (run): use stringstream
14466
14467         * BufferView_pimpl.C (savePosition): use stringstream
14468         (restorePosition): use stringstream
14469         (MenuInsertLyXFile): use stringstream
14470
14471 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14472
14473         * BufferView.C:
14474         * Bullet.C:
14475         * ColorHandler.C:
14476         * FontInfo.C:
14477         * FontLoader.C:
14478         * LColor.C:
14479         * LaTeXFeatures.C:
14480         * Painter.C:
14481         * gettext.C:
14482         * lyx_gui_misc.C:
14483         * lyxserver.C:
14484         * vspace.C: removed // -*- C++ -*- as first line.
14485
14486         * lyxfind.h:
14487         * version.h: added // -*- C++ -*- as first line.
14488
14489 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14490
14491         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14492
14493         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14494         of string
14495
14496 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14497
14498         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14499         of floats.
14500
14501 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14502
14503         * gettext.C: include LString.h even when --disable-nls is on.
14504
14505 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14506
14507         * converter.h (Get): changed argument type from int to
14508         FormatList::size_type to avoid unnecessary conversion.
14509
14510         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14511         before using it.
14512
14513 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14514
14515         * gettext.h: include LString.h even when --disable-nls is on.
14516
14517 2001-06-07  Juergen Vigna  <jug@sad.it>
14518
14519         * text.C (BreakAgain): subst spaces with tabs.
14520
14521         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14522         (resizeInsetsLyXText): set force on resizeLyXText.
14523
14524 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14525
14526         * gettext.h (gettext_init):
14527         (locale_init): use a real definition instead of a macro
14528
14529 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14530
14531         * Bufferview_pimpl.C:
14532         * LColor.h:
14533         * LColor.C: further lcolor tidies
14534
14535 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14536
14537         * BufferView_pimpl.C (updateScrollbar): simplify.
14538
14539         * BufferView2.C: don't include insets/insetinfo.h, change
14540         prototype for insertInset and call the Pimpl version. let
14541         updateInset call Pimpl version.
14542
14543         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14544         gotoInset to BufferView::Pimpl
14545
14546 2001-06-01  Juergen Vigna  <jug@sad.it>
14547
14548         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14549         inside a LockingInset (is the update needed at all?).
14550
14551 2001-05-31  Juergen Vigna  <jug@sad.it>
14552
14553         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14554         here not the old one otherwise how should we compare it afterwards
14555         if it's the same!
14556
14557 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14558
14559         * lyxfont.C:
14560         * tabular.C:
14561         * tabular-old.C:
14562         * FontInfo.C: bring C functions into global namespace when
14563         necessary
14564
14565 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14566
14567         * LString.h: make sure config.h has been loaded before LString.h.
14568
14569         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14570         (one for each char read by EatLine!).
14571
14572         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14573         variables.
14574
14575 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14576
14577         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14578         to the same as the par we break from
14579
14580 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14581
14582         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14583
14584         * MenuBackend.C (expand): also create menu entries for wide
14585         versions of the floats.
14586
14587         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14588
14589         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14590
14591         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14592         frontends/Makefile.am
14593
14594         * text2.C: adjust
14595         * text.C: adjust
14596
14597
14598         * tabular.C (getTokenValue): add std::
14599
14600         * tabular-old.C (getTokenValue): add std::
14601         (getTokenValue): ditto
14602         (getTokenValue): ditto
14603
14604         * screen.C (ToggleSelection): adjust
14605
14606         * lyxtext.h: put selection cursors inside a Selection struct.
14607
14608         * lyxfunc.C (moveCursorUpdate): adjust
14609
14610         * lyxfont.C (latexWriteStartChanges): add std::
14611
14612         * lyxfind.C: adjust
14613
14614         * font.h: delete with(char const *, LyXFont const &)
14615
14616         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14617
14618         * FontInfo.C (getFontname): add std::
14619
14620         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14621         (workAreaButtonPress): adjust
14622         (tripleClick): adjust
14623         (update): adjust
14624         (moveCursorUpdate): adjust
14625         (Dispatch): adjust
14626
14627         * BufferView2.C (gotoInset): adjust
14628
14629 2001-05-30  Juergen Vigna  <jug@sad.it>
14630
14631         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14632         to check pspell I add this as default as I now have new pspell
14633         libraries and they seem to use this.
14634
14635 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14636
14637         * text2.C (CutSelection): make the cursor valid before the call to
14638         ClearSelection.
14639
14640 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14641
14642         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14643         relied on 0 terminated strings and other horrors. Bug found due to
14644         the new assert in lyxstring!
14645
14646         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14647         KP_ keys.
14648
14649 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14650
14651         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14652         to latinkeys.bind.
14653
14654         * lyxfunc.C (processKeySym): change method of getting to the
14655         self-insert char.
14656
14657         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14658         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14659         * BufferView_pimpl.[Ch]: here as private methods.
14660
14661 2001-05-28  Juergen Vigna  <jug@sad.it>
14662
14663         * text.C (SetHeightOfRow): added the update() call again as it is
14664         needed to initialize inset dimensions!
14665
14666 2001-05-16  Juergen Vigna  <jug@sad.it>
14667
14668         * text2.C (SetCharFont): Add new function with BufferView * and
14669         bool toggleall parameters for setting insets internal fonts.
14670         (SetFont): Freeze the undo as we may change fonts in Insets and
14671         all this change should be inside only one Undo!
14672
14673         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14674         setting font's in insets as for them we have the SetFont function!
14675
14676 2001-05-15  Juergen Vigna  <jug@sad.it>
14677
14678         * text2.C (ClearSelection): to be sure we REALLY don't have any
14679         selection anymore!
14680
14681         * tabular.C (TeXCellPreamble): fixed the left border problem for
14682         multicolumn cells.
14683
14684 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14685
14686         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14687         dependancy file
14688
14689 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14690
14691         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14692         LFUN_BREAKPARAGRAPH.
14693
14694         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14695         help test to "internal only", similar for LFUN_INSERT_URL
14696
14697         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14698         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14699         auto_region_delete and deadkeys.
14700
14701 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14702
14703         * LColor.h:
14704         * LColor.C: remove some dead entries, tidy a little
14705
14706 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14707
14708         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14709         commented code.
14710         (Dispatch): implement LFUN_ESCAPE
14711
14712         * commandtags.h: add LFUN_ESCAPE
14713
14714         * LyXAction.C (init): add entry for LFUN_ESCAPE
14715
14716         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14717         Remove commented code.
14718         (insertNote): moved here
14719         (open_new_inset): moved here
14720
14721         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14722         BufferView_pimpl
14723
14724 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14725
14726         * kbmap.C (findbinding): clean it up and make it work correctly.
14727
14728         * lyx_main.C (init): do not pass argc and argv as parameters
14729
14730 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14731
14732         * buffer.C: fix path for OS/2 & Win32
14733
14734         * lyx_gui.C:
14735         * lyx_main:
14736         * lyx_main.C: Added os:: class.
14737
14738         * os2_defines.h: update
14739
14740 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14741
14742         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14743         better by trying again with reduced state.
14744
14745 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14746
14747         * lyxrc.C (read): print error about invalid key sequence only when
14748         debugging (because not all latinX keysyms are known to some X
14749         servers)
14750
14751         * kbsequence.C (getiso): add a few std:: qualifiers
14752         (getiso): comment out extra return statement.
14753
14754 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14755
14756         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14757         handling.
14758         (Dispatch): enhance the accent inset a bit. (not perfect)
14759
14760 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14761
14762         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14763
14764 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14765
14766         * bufferlist.C (emergencyWrite): fix assert() call
14767
14768 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14769
14770         * text.C (InsertChar): Added trivial patch to only send the "you
14771         can not do multiple spaces this way" message once during a
14772         session.
14773
14774 2001-05-08  Baruch Even  <baruch@lyx.org>
14775
14776         * Makefile.am: Changed order of libraries to get LyX to link properly
14777         with the gnome frontend.
14778
14779 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14780
14781         * LaTeXFeatures.h: add a std:: qualifier
14782
14783 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14784
14785         * paragraph.C (String): use stringstream
14786
14787 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14788
14789         * paragraph.C (writeFile): remove footflag arg
14790
14791         * buffer.C (makeLaTeXFile): use stringstream
14792         (latexParagraphs): remove footnot gurba
14793
14794         * LaTeXFeatures.C (getPackages): use stringstream
14795         (getMacros): likewise
14796         (getTClassPreamble): likewise
14797         (getFloatDefinitions): new method
14798
14799         * paragraph.C (writeFile): reindent
14800         (Erase): reindent
14801
14802         * WorkArea.h: revert the xpos + etc changes.
14803
14804         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14805
14806         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14807
14808         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14809         (pasteSelection): likewise
14810         * text2.C (CreateUndo): likewise
14811
14812 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14813
14814         * minibuffer.C (peek_event): temporarily reduce the functionality
14815         of the minibuffer (to allow args on lfuns)
14816
14817         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14818         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14819
14820         * buffer.C (readInset): add compability reading of old float
14821         lists, add reading of new style float list.
14822         (readInset): avoid reevaluation of inscmd.getCmdName()
14823         (getLists): reindent
14824
14825         * MenuBackend.C (MenuItem): implement parsing of
14826         md_floatlistinsert and md_floatinsert.
14827         (expand::LastFiles): move initalizaton of iterators out of loop,
14828         avoid reevaluation.
14829         (expand::Documents): introduce typdedef vector<string> Strings,
14830         and use it.
14831         (expand::ExportFormats): introduce typedef vector<Format const *>
14832         Formats, and use it.
14833         (expand): implement FloatListInsert and FloatInsert.
14834
14835         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14836         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14837         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14838
14839         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14840         handling.
14841         (Dispatch::LFUN_FLOAT_LIST): implement
14842
14843 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14844
14845         * LaTeX.C (run): Fix problem with --export code.
14846
14847 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14848
14849         * BufferView.[Ch] (workarea): removed.
14850         (getClipboard) new method; wrapper for workarea()->getClipboard()
14851
14852         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14853         bug.
14854
14855         * WorkArea.h (width, height, xpos, ypos): These methods all
14856         returned the dimensions of the work_area sub-area of WorkArea,
14857         resulting in a position error if the WorkArea were resized. Now
14858         return the dimensions of the entire WorkArea.
14859
14860         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14861
14862 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14863
14864         * LaTeX.C (deplog): correct the syntax of regex reg1
14865
14866 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14867
14868         * undo.C: remove !NEW_INSETS cruft
14869
14870 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14871
14872         * text2.C: remove !NEW_INSETS cruft
14873
14874         * text.C: remove !NEW_INSETS cruft
14875
14876         * tabular.C: remove !NEW_INSETS cruft
14877
14878         * spellchecker.C: remove !NEW_INSETS cruft
14879
14880         * lyxtext.h: remove !NEW_INSETS cruft
14881
14882         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14883
14884         * lyxfunc.C: remove !NEW_INSETS cruft
14885
14886         * lyxfind.C: remove !NEW_INSETS cruft
14887
14888         * lyx_cb.C: remove !NEW_INSETS cruft
14889
14890         * figureForm.C: remove  !NEW_INSETS cruft
14891
14892         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14893
14894         * buffer.[Ch]: remove !NEW_INSETS cruft
14895
14896         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14897
14898         * CutAndPaste.C: remove !NEW_INSETS cruft
14899
14900         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14901
14902         * BufferView2.C: remove !NEW_INSETS cruft
14903
14904         * BufferView.h: remove !NEW_INSETS cruft
14905
14906 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14907
14908         * Lsstream.h: include LString.h before the sstream headers to
14909         fix problem with gcc 2.95.3 and lyxstring
14910
14911 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14912
14913         * lyx_main.C: add using directives when needed for C functions
14914         declared in std:: namespace.
14915
14916 2001-04-27  Juergen Vigna  <jug@sad.it>
14917
14918         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14919         (SetHeightOfRow): comment out the update call should not be needed!
14920
14921 2001-04-13  Juergen Vigna  <jug@sad.it>
14922
14923         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14924         (LyXTabular): tried to minimize operator= operations (and realized
14925         hopfully Lars wish).
14926
14927 2001-04-27  Juergen Vigna  <jug@sad.it>
14928
14929         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14930
14931 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14932
14933         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14934
14935         * buffer.C (readInset): hack to make listof algorithm work
14936
14937         * BufferView_pimpl.C: hack to make listof algorithm work
14938
14939 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14940
14941         * LyXAction.C: removed all !NEW_INSETS cruft
14942         (init): moved lfun_item in method
14943
14944         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14945
14946 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14947
14948         * BufferView2.C (theLockingInset): white space.
14949
14950 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14951
14952         * minibuffer.C: include <iostream>
14953
14954         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14955
14956         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14957
14958         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14959
14960         * text.[Ch] (TransposeChars): new method
14961
14962 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14963
14964         * call message directly through LyXView instead of through LyXFunc
14965         * BufferView2.C: adjust
14966         * BufferView_pimpl.C: adjust
14967         * FontLoader.C: adjust
14968         * buffer.C: adjust
14969         * bufferview_funcs.C: adjust
14970         * converter.C: adjust
14971         * figureForm.C: adjust
14972         * importer.C: adjust
14973         * lyx_cb.C: adjust
14974         * lyx_gui_misc.C: adjust
14975         * lyxfunc.C: adjust
14976         * lyxvc.C: adjust
14977         * text2.C: adjust
14978         + more files in subdirs
14979
14980         * lyxparagraph.h (size): move up int file
14981         (GetLayout): ditto
14982
14983         * adjust all uses of Assert to lyx::Assert.
14984
14985         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14986         lyxfunctional in namespace lyx
14987         * layout.C (hasLayout): ditto
14988         (GetLayout): ditto
14989         (GetLayout): ditto
14990         (delete_layout): ditto
14991         (NumberOfClass): ditto
14992         * converter.C (GetFormat): ditto
14993         (GetNumber): ditto
14994         (Add): ditto
14995         (Delete): ditto
14996         (SetViewer): ditto
14997         * bufferlist.C (getFileNames): ditto
14998         (emergencyWriteAll): ditto
14999         (exists): ditto
15000         (getBuffer): ditto
15001         * MenuBackend.C (hasSubmenu): ditto
15002         (hasMenu): ditto
15003         (getMenu): ditto
15004         * BufferView_pimpl.C (getInsetByCode): ditto
15005
15006 2001-04-18  Juergen Vigna  <jug@sad.it>
15007
15008         * vspace.C (asLatexString): fixed the 100% problem.
15009
15010 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15011
15012         * lyxfunc.C (Dispatch):
15013         * minibuffer.C:
15014         * minibuffer.h: add a few std:: qualifiers
15015
15016 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15017
15018         * minibuffer.[Ch]: reimplement so that commands is initiated and
15019         run from lyxfunc, simplified som handling, and made the completion
15020         and history code for complete. wip.
15021
15022         * lyxfunc.C (processKeySym): call message
15023         (miniDispatch): new temporary method
15024         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
15025         (LFUN_MESSAGE): implement
15026         (LFUN_MESSAGE_PUSH): implement
15027         (LFUN_MESSAGE_POP): implement
15028         (initMiniBuffer): the initial/defualt minibuffer message.
15029
15030         * lyxfont.[Ch]: inline some more getters
15031
15032         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15033
15034         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15035
15036         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15037         (AutoSave): use LFUN_MESSAGE
15038         (Reconfigure): ditto
15039
15040         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15041
15042         * figureForm.C: use LFUN_MESSAGE
15043
15044         * converter.C (runLaTeX): use LFUN_MESSAGE
15045
15046         * bufferview_funcs.C: use LFUN_MESSAGE
15047         (Melt): ditto
15048         (changeDepth): ditto
15049
15050         * bufferparams.h: use boost::
15051
15052         * bufferlist.h: inherit privately from noncopyable
15053
15054         * bufferlist.C (loadLyXFile): remove some commented code.
15055
15056         * buffer.C (runChktex): use LFUN_MESSAGE
15057
15058         * ShareContainer.h: inherit privately from noncopyable
15059
15060         * ParagraphParameters.[hC] (depth): inline it.
15061
15062         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15063         methods.
15064         (message): new method
15065         (messagePush): ditto
15066         (messagePop): ditto
15067         (show): init minibuffer
15068         (showState): direct call
15069
15070         * LaTeX.[Ch]: inherit privately from noncopyable
15071         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15072         instead of WriteStatus.
15073
15074         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15075
15076         * BufferView_pimpl.C (buffer): don't init minibuffer
15077         (workAreaButtonPress): use LFUN_MESSAGE
15078         (workAreaButtonRelease): ditto
15079         (savePosition): ditto
15080         (restorePosition): ditto
15081         (MenuInsertLyXFile): ditto
15082         (workAreaExpose): don't init minibuffer
15083         (update): remove commented code, simplify
15084
15085         * BufferView2.C (openStuff): use LFUN_MESSAGE
15086         (toggleFloat): ditto
15087         (menuUndo): ditto
15088         (menuRedo): ditto
15089         (copyEnvironment): ditto
15090         (pasteEnvironment): ditto
15091         (copy): ditto
15092         (cut): ditto
15093         (paste): ditto
15094         (gotoInset): ditto
15095         (updateInset): remove some commented code
15096
15097         * lastfiles.h: inherit privately from noncopyable
15098         * layout.h: ditto
15099         * lyx_gui.h: ditto
15100         * lyx_main.h: ditto
15101         * lyxlex.h: ditto
15102         * lyxlex_pimpl.h: ditto
15103
15104         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15105         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15106         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15107
15108         * LyXAction.h: inherit privately from noncopyable, add methods
15109         func_begin, func_end, returning iterators to the func map.
15110
15111         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15112         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15113         (func_begin): new method
15114         (func_end): new method
15115
15116         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15117         and not)
15118         (copySelection): ditto
15119         (pasteSelection): ditto
15120
15121         * BufferView.C: whitespace change
15122         * BufferView.h: inherit privately from noncopyable
15123
15124 2001-04-16  Allan Rae  <rae@lyx.org>
15125
15126         * tabular-old.C (l_getline):
15127         * spellchecker.C (sc_check_word):
15128         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15129         an unrecognised preprocessor directive.  So ensure they're wrapped.
15130
15131 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15132
15133         * src/exporter.C (Export): Give an error message when path to file
15134         contains spaces.
15135
15136 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15137
15138         * LaTeX.C (deplog): Always check that foundfile exists.
15139
15140 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15141
15142         * lyx_main.h:
15143         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15144
15145 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15146
15147         * tabular.[Ch] (getLabelList): implement new method
15148
15149         * minibuffer.h: comment ouf setTiimer
15150
15151         * minibuffer.C (ExecutingCB): constify res
15152         (peek_event): constify s
15153         (Set): constify ntext
15154         (Init): constify nicename
15155
15156         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15157
15158         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15159         (savePosition): use two params to Minibuffer::Set
15160         (restorePosition): ditto
15161
15162 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15163
15164         * lyx_main.C: include language.h
15165
15166         * Makefile.am (lyx_main.o): add language.h
15167
15168 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15169
15170         * exporter.C:
15171         * paragraph.C:
15172         * screen.C:
15173         * tabular.C:
15174         * CutAndPaste.C: include gettext.h
15175
15176         * lyxfont.h: remove old hack with ON and OFF.
15177
15178         * lyxparagraph.h:
15179         * lyxfont.h: do not include language.h...
15180
15181         * BufferView2.C:
15182         * LaTeXFeatures.C:
15183         * Painter.C:
15184         * bufferview_funcs.C:
15185         * font.C:
15186         * lyxfont.C:
15187         * text.C:
15188         * text2.C:
15189         * trans_mgr.C:
15190         * paragraph.C: ... but do it here instead
15191
15192 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15193
15194         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15195
15196         * tabular.C: small reformat
15197
15198         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15199         NEW_INSETS version
15200         (GetChar): ditto
15201         (BreakParagraph): ditto
15202         (SetOnlyLayout): ditto
15203         (SetLayout): ditto
15204
15205         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15206         with one arg less.
15207
15208         * lastfiles.C: removed most using decl, add std:: where needed
15209
15210         * buffer.C: ws changes
15211
15212         * MenuBackend.C (class compare_format): put into anon namespace
15213         (expand): constify label, names, action, action2
15214         (expand):
15215
15216         * text.C (SingleWidth): constify font
15217         (IsBoundary): constify rtl2
15218         (GetVisibleRow): constify ww
15219
15220         * LaTeX.C (deplog): constify logfile
15221
15222         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15223         start_x, end_x
15224         (workAreaExpose): constify widthChange, heightChange
15225
15226         * lyxrow.C (par): moved
15227         (height): moved
15228         (next): moved
15229         * lyxrow.h: as inlines here
15230
15231         * lyxfont.h (shape): moved from lyxfont.C
15232         (emph): moved from lyxfont.C
15233
15234         * lyxfont.C (LyXFont): use initialization list for all
15235         constructors
15236         (shape): move to lyxfont.h as inline
15237         (emph): move to lyxfont.h as inline
15238
15239
15240 2001-04-04  Juergen Vigna  <jug@sad.it>
15241
15242         * vspace.C: had to include stdio.h for use of sscanf
15243
15244 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15245
15246         * BufferView.h:
15247         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15248         independent of xforms.
15249
15250 2001-04-02  Juergen Vigna  <jug@sad.it>
15251
15252         * spellchecker.C: fixed namespace placing!
15253
15254 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15255
15256         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15257         the LyXParagraph * is 0.
15258
15259 2001-03-29  Juergen Vigna  <jug@sad.it>
15260
15261         * vspace.C: added support for %, c%, p%, l%.
15262         (stringFromUnit): added helper function.
15263         (asLatexString): changed to give right results for the %-values.
15264
15265         * buffer.C: convert the widthp in a width%.
15266
15267 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15268
15269         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15270         figureForm.[Ch].
15271
15272         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15273         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15274
15275         * lyx_cb.[Ch]: see above.
15276
15277         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15278         form1.[Ch].
15279
15280         * form1.[Ch]:
15281         * lyx.[Ch]: replaced by figure_form.[Ch].
15282
15283         * lyx_gui.C:
15284         * lyx_gui_misc.C:
15285         * lyxfunc.C: changed headers associated with above changes.
15286
15287 2001-03-27  Juergen Vigna  <jug@sad.it>
15288
15289         * BufferView_pimpl.C: set the temporary cursor right!
15290
15291 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15292
15293         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15294
15295 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15296
15297         * LString.h: removed "using std::getline"!
15298
15299         * BufferView_pimpl.C (Dispatch): changes due to changes in
15300         InsetInclude::Params.
15301
15302         * buffer.C (tag_name): removed redundant break statements as they were
15303         producing lots of warnings with my compiler.
15304
15305 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15306
15307         * LString.h: add "using std::getline" when using the real <string>.
15308
15309 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15310
15311         * buffer.C: removed bitset usage.
15312         PAR_TAG moved to an anonymous name space.
15313         (tag_name): new funtion, also in the anonymous namespace.
15314         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15315         (makeDocBookFile): clean code. Completed transition from string arrays
15316         to string vectors.
15317         (SimpleDocBookOnePar): code clean.
15318
15319 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15320
15321         * tabular.C: add some comments.
15322
15323 2001-03-22  Juergen Vigna  <jug@sad.it>
15324
15325         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15326         compatibility read a bit and fixed bug with minipage in different
15327         depth.
15328
15329 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15330
15331         * buffer.C (pop_tag): removed.
15332         (push_tag): removed.
15333         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15334         array replaced with vector. Added support for CDATA sections.
15335         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15336         at any nest level.
15337         (makeDocBookFile): XML conformant declaration of CDATA section,
15338         fixed bug related to <emphasis> in the first paragraph char.
15339         (sgmlOpenTag): exclude empty tags.
15340         (sgmlCloseTag): ditto.
15341
15342         * buffer.h (pop_tag): removed.
15343         (push_tag): removed.
15344
15345 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15346
15347         * language.h (Languages): added size_type and size().
15348
15349 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15350
15351         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15352         response on compability reading of minipages. One probliem is that
15353         the old usage of minipages was «flertydig»
15354
15355         * several files here and in subdirs: don't use static at file
15356         scope use anon namespaces instead.
15357
15358 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15359
15360         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15361         LaTeX output. This is necessary for Literate document
15362         processing.
15363
15364 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15365
15366         * buffer.C: insert hfill when needed.
15367
15368         * tabular.C (l_getline): use string::erase, small whitespace change.
15369
15370         * BufferView_pimpl.C: try the anon namespace.
15371         * WorkArea.C: ditto
15372
15373 2001-03-16  Juergen Vigna  <jug@sad.it>
15374
15375         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15376         otherwise it won't open options-dialogs.
15377
15378         * buffer.C: honor pextraWidth(p) on converting minipages.
15379
15380         * tabular.C (l_getline): changed the functions to strip trailing \r.
15381
15382 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15383
15384         * BufferView_pimpl.C:
15385         * minibuffer..C: added "using SigC::slot" declaration.
15386
15387 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15388
15389         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15390
15391         * text2.C: ditto
15392
15393         * text.C: ditto
15394
15395         * paragraph.C: ditto
15396
15397         * lyxtext.h: NO_PEXTRA
15398
15399         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15400
15401         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15402         * ParameterStruct.h: ditto
15403         * ParagraphParameters.h: ditto
15404         * lyxparagraph.h: ditto
15405
15406 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15407
15408         * buffer.C: add compability for minipage alignment.
15409         (latexParagraphs): remove unwanted pextra check.
15410
15411         * several files: remove CXX_WORKING_NAMESPACES
15412
15413         * buffer.C (pop_tag): tie is in namespace boost
15414
15415         * BufferView.h: noncopyable is in namespace boost
15416         * lyxlex.h: ditto
15417         * lyx_main.h: ditto
15418         * lyx_gui.h: ditto
15419         * layout.h: ditto
15420         * lastfiles.h: ditto
15421         * bufferlist.h: ditto
15422         * ShareContainer.h: ditto
15423         * LyXView.h: ditto
15424         * LyXAction.h: ditto
15425         * LaTeX.h: ditto
15426
15427 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15428
15429         * Merging changes from BRANCH_MVC back into HEAD.
15430
15431         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15432
15433 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15434
15435         * BufferView_pimpl.C: change from intl.C
15436
15437         * combox.h:
15438         * combox.C:
15439         * Makefile.am: move combox.*
15440
15441         * form1.h:
15442         * form1.C:
15443         * lyx_gui.C:
15444         * intl.h:
15445         * intl.C: remove dialog (covered by prefs)
15446
15447 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15448
15449         * lyxfunc.C (Dispatch): removed redundant break statement.
15450
15451 2001-03-14  Juergen Vigna  <jug@sad.it>
15452
15453         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15454
15455 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15456
15457         * buffer.C: add hack to fix compability reading of minipages.
15458
15459 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15460
15461         * buffer.C (getLists): Cleanup.
15462
15463 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15464
15465         * lyxfont.C (update): don't honor toggleall on font size.
15466
15467 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15468
15469         * bmtable.c:
15470         * bmtable.h:
15471         * Makefile.am: moved to frontends/xforms/
15472
15473         * lyx_gui_misc.C:
15474         * lyxfunc.C:
15475         * BufferView_pimpl.C: changes for moved mathpanel
15476
15477 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15478
15479         * gettext.h: fix gettext_init() in --disable-nls
15480
15481 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15482
15483         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15484
15485 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15486
15487         * lyx.C:
15488         * lyx.h: strip external form
15489
15490 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15491
15492         * BufferView_pimpl.C: add comment, destroySplash()
15493
15494 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15495
15496         * BufferView_pimpl.C:
15497         * LyXAction.C:
15498         * buffer.C:
15499         * commandtags.h:
15500         * lyxfunc.C: use re-worked insetinclude
15501
15502 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15503
15504         * buffer.C: add using std::stringstream.
15505
15506         * lyx_cb.C: readd using std::ios.
15507
15508         * buffer.C: add using std::map.
15509
15510         * BufferView_pimpl.C: add using std::vector.
15511
15512         * ShareContainer.h: add std:: to swap.
15513
15514         * buffer.h: add some typedefs
15515         * buffer.C (getLists): use them
15516         (getLists): renamed from getTocList.
15517         add a counter for the different float types and use it in the
15518         generated string.
15519         (getLists): use the same counter for the NEW_INSETS and the "non"
15520         NEW_INSETS
15521
15522         * lyx_cb.h: remove unused items, includes, using etc.
15523
15524         * ShareContainer.h: remove some commented code, add more comments
15525         and "documentation".
15526
15527 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15528
15529         * buffer.C (getTocList): make the list also when NEW_INSETS is
15530         defined.
15531
15532         * buffer.h: remove TocType
15533
15534         * buffer.C (getTocList): change to return a map<string,
15535         vector<TocItem> >, implement for dynamic number of list.
15536
15537         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15538         * text2.C (PasteSelection): adjust
15539         * CutAndPaste.C (pasteSelection): adjust
15540
15541         * FloatList.C (FloatList): update from the new_insets branch.
15542         * Floating.[Ch]: ditto
15543         * LaTeXFeatures.C: ditto
15544         * buffer.C: ditto
15545         * lyxlex_pimpl.C: ditto
15546
15547         * paragraph.C (Last): remove when NEW_INSETS is defined.
15548
15549         * other file: changes because of the above.
15550
15551 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15552
15553         * lyxparagraph.h: rename next to next_, previous to previous_,
15554         make them private for NEW_INSETS. Rename Next() to next(),
15555         Previous() to previous().
15556
15557         * other files: changes because of the above.
15558
15559 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15560
15561         * BufferView.h:
15562         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15563         problem.
15564
15565 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15566
15567         * main.C (main): pass lyx_localedir to gettext_init().
15568
15569         * gettext.h: remove locale_init and gettext_init macros
15570
15571         * gettext.C (locale_init): new function
15572         (gettext_init): new function
15573
15574         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15575         setlocale().
15576
15577 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15578
15579         * Moved credits to frontends:
15580         * credits.[Ch]: removed
15581         * credits_form.[Ch]: removed
15582         * lyx_gui_misc.C: remove credits stuff
15583         * Makefile.am:
15584
15585 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15586
15587         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15588
15589         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15590         unneeded destructor.
15591
15592         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15593         a standalone pointer again.
15594
15595         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15596
15597 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15598
15599         * Makefile.am:
15600         * filedlg.h:
15601         * filedlg.C:
15602         * LyXAction.C:
15603         * ToolbarDefaults.C:
15604         * bufferlist.C:
15605         * commandtags.h:
15606         * form1.C:
15607         * form1.h:
15608         * lyx_cb.C:
15609         * lyx_cb.h:
15610         * lyxfunc.h:
15611         * lyxfunc.C:
15612         * BufferView_pimpl.C: use new file dialog in GUII
15613
15614         * lyx_cb.h:
15615         * lyx_cb.C: remove LayoutsCB to Toolbar
15616
15617 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15618
15619         * ShareContainer.h (get): add std:: qualifier
15620
15621 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15622
15623         * ShareContainer.h: define a proper ShareContainer::value_type
15624         type (and use typename to please compaq cxx)
15625
15626 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15627
15628         * lyxparagraph.h: move serveral local vars to
15629         ParameterStruct/ParagraphParameters., use ShareContainer in
15630         FontTable., make vars in FontTable private and add getter and
15631         setter.
15632
15633         * paragraph.C: changes because of the above.
15634
15635         * lyxfont.h: remove copy constructor and copy assignment. (the
15636         default ones is ok), move number inside FontBits. move inlines to
15637         lyxfont.C
15638
15639         * lyxfont.C: add number to initializaton of statics, move several
15640         inlines here. constify several local vars. some whitespace
15641         cleanup. Dont hide outerscope variables.
15642
15643         * Spacing.h: add two new constructors to match the set methods.
15644
15645         * ShareContainer.h: new file, will perhaps be moved to support
15646
15647         * ParameterStruct.h: new file
15648
15649         * ParagraphParameters.h: new file
15650
15651         * ParagraphParameters.C: new file
15652
15653         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15654         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15655
15656         * BufferView_pimpl.C: ParagraphParameter changes.
15657         * buffer.C: Likewise.
15658         * bufferview_funcs.C: Likewise.
15659         * text.C: Likewise.
15660         * text2.C: Likewise.
15661
15662 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15663
15664         * lyxfind.C (LyXReplace): do not redefine default argument in
15665         implementation.
15666         (IsStringInText): ditto
15667         (SearchForward): ditto
15668         (SearchBackward): ditto
15669
15670 2001-03-06  Juergen Vigna  <jug@sad.it>
15671
15672         * lyxfind.C (IsStringInText): put parentes around expressions.
15673
15674 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15675
15676         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15677
15678 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15679
15680         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15681
15682         * stl_string_fwd.h: add comment
15683
15684         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15685
15686         * tabular.h:
15687         * tabular.C: remove unused DocBook methods
15688
15689         * intl.C:
15690         * language.C:
15691         * paragraph.C:
15692         * buffer.C:
15693         killed DO_USE_DEFAULT_LANGUAGE
15694
15695 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15696
15697         * lyx_gui.C: do not include language.h.
15698
15699         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15700         arguments in function implementation.
15701
15702 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15703
15704         * BufferView_pimpl.C: add <ctime>
15705
15706 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15707
15708         * BufferView_pimpl.C: add using std::find_if
15709
15710 2001-02-27  José Matos  <jamatos@fep.up.pt>
15711
15712         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15713         by OnlyPath.
15714
15715 2001-02-11  José Matos  <jamatos@fep.up.pt>
15716
15717         * buffer.C (makeDocBookFile): command styles now have a parameter as
15718         "title" by default.
15719
15720 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15721
15722         * layout_forms.[Ch]: removed
15723         * lyx_cb.[Ch]: out character
15724         * lyx_gui.C: out character
15725         * lyx_gui_misc.C: out character
15726         * bufferview_funcs.C: : out character,
15727         added toggleall as parameter in ToggleAndShow
15728
15729 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15730
15731         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15732
15733         * text2.C (SetCurrentFont): Disable number property at boundary.
15734
15735 2001-02-26  Juergen Vigna  <jug@sad.it>
15736
15737         * lyxfunc.C (getStatus): added a string argument override function so
15738         that this is correctly called from LyXFunc::Dispatch if it contains a
15739         do_not_use_argument which is used!
15740         (Dispatch): added check for "custom" export and call appropriate func.
15741
15742 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15743
15744         * lyxrc.C: Add language_command_local, language_use_babel and
15745         language_global_options.
15746
15747         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15748
15749         * buffer.C (makeLaTeXFile): Use language_use_babel and
15750         language_global_options.
15751
15752 2001-02-23  Juergen Vigna  <jug@sad.it>
15753
15754         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15755         which works with LyXText and putted it inside BufferView. Here now we
15756         only call for that part the BufferView::Dispatch() function.
15757
15758         * BufferView.C (Dispatch): added.
15759
15760         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15761         functions which needs to use a LyXText over from LyXFunc.
15762         (MenuInsertLyXFile): added
15763         (getInsetByCode): added
15764         (moveCursorUpdate): added
15765         (static TEXT): added
15766
15767 2001-02-22  Juergen Vigna  <jug@sad.it>
15768
15769         * BufferView_pimpl.C (update): call a status update to see if LyXText
15770         needs it.
15771
15772 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15773
15774         * vc-backend.C (revert): implement for CVS
15775         (getLog): implement for CVS
15776
15777 2001-02-20  Juergen Vigna  <jug@sad.it>
15778
15779         * text2.C (ClearSelection): added BufferView param for inset_owner call
15780
15781         * lyxfunc.C (TEXT): added this function and use it instead of
15782         directly owner->view()-text of getLyXText().
15783
15784 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15785
15786         * src/layout_forms.C: out preamble
15787         * src/layout_forms.h: out preamble
15788         * src/lyx_cb.C: out preamble
15789         * src/lyx_cb.h: out preamble
15790         * src/lyx_gui.C: out preamble
15791         * src/lyx_gui_misc.C: out preamble
15792         * src/lyxfunc.C: connect with guii preamble
15793
15794 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15795
15796         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15797
15798 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15799
15800         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15801         whether to run bibtex.
15802
15803 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15804
15805         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15806
15807 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15808
15809         * Makefile.am (lyx_SOURCES): removed bibforms.h
15810
15811         * vspace.h: doxygen
15812
15813         * text.C (GetVisibleRow): make several local vars const
15814
15815         * tabular.C: small cleanup.
15816
15817         * lyxserver.C (callback): use compare instead of strncmp
15818
15819         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15820         inlines to after class or to paragraph.C
15821
15822         * lyxfont.h: remove friend operator!=
15823
15824         * converter.h: move friend bool operator< to non friend and after
15825         class def.
15826
15827         * combox.h: small cleanup
15828
15829         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15830         to inlines after class def.
15831
15832         * buffer.C (pop_tag): use string operations instead of strcmp
15833
15834         * bmtable.c: doxygen, small cleanup
15835
15836         * LaTeX.h: remove friend operator==
15837
15838 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15839
15840         * screen.C:
15841         * lyxrc.[Ch]:
15842         * lyxfunc.C:
15843         * lyxfont.[Ch]:
15844         * lyx_cb.C:
15845         * intl.[Ch]:
15846         * commandtags.h:
15847         * buffer.C:
15848         * WorkArea.[Ch]:
15849         * LyXAction.C:
15850         * BufferView_pimpl.C:
15851         * BufferView.[Ch]: remove cruft
15852
15853 2001-02-14  Juergen Vigna  <jug@sad.it>
15854
15855         * lyxfunc.C: removed #if 0 unused code
15856
15857         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15858
15859         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15860
15861         * text2.C (SetSelection): added a BufferView * parameter
15862
15863 2001-02-13  Juergen Vigna  <jug@sad.it>
15864
15865         * lyxfunc.C (Dispatch): fixed protected blank problem.
15866         * BufferView2.C (protectedBlank): added LyxText * parameter.
15867
15868         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15869         (AppendColumn): same as above for column_info.
15870
15871         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15872         (moveCursorUpdate): use a LyXText param for support of InsetText.
15873
15874         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15875         (tripleClick): ditto
15876
15877         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15878
15879         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15880
15881         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15882
15883         * text2.C (SetSelection): set correct update status if inset_owner
15884         (ToggleFree): ditto
15885
15886 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15887
15888         * tabular.C: remove some commented code.
15889
15890 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15891
15892         * BufferView_pimpl.C: call hideSplash()
15893
15894         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15895
15896         * include_form.h:
15897         * bibforms.h: remove
15898
15899         * lyxfunc.C:
15900         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15901           add LFUN_CHILD_CREATE
15902
15903         * counters.h: fix tiny typo
15904
15905         * lyx_cb.C:
15906         * lyx.h:
15907         * lyx_gui.C:
15908         * lyx.C: move splash to frontends/xforms/
15909
15910         * lyx_gui_misc.C: move Include and Bibform to frontends
15911
15912         * lyxvc.h: clarify comment
15913
15914         * vspace.C: tiny housekeeping
15915
15916 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15917
15918         * text.C (PrepareToPrint): RTL Fix.
15919
15920         * paragraph.C (GetUChar): New method.
15921         (String):  Use GetUChar.
15922
15923         * buffer.C (asciiParagraph): Use GetUChar.
15924
15925 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15926
15927         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15928
15929 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15930
15931         * buffer.h:
15932         * buffer.C: rename to getLogName(), handle
15933           build log / latex log nicely
15934
15935 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15936
15937         * MenuBackend.C:
15938         * MenuBackend.h: remove support for reference menuitem type.
15939
15940 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15941
15942         * BufferView_pimpl.C: housekeeping
15943         * BufferView_pimpl.h:
15944         * LyXView.h:
15945         * Makefile.am:
15946         * Timeout.C:
15947         * Timeout.h:
15948         * minibuffer.h: move Timeout GUI-I
15949
15950 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15951
15952         * lyxrc.C (read): Update converters data-structures.
15953
15954 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15955
15956         * LaTeX.h (operator!=): add operator != for Aux_Info
15957
15958 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15959
15960         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15961
15962         * LaTeXLog.C: deleted, useful code moved to Buffer
15963
15964         * buffer.h:
15965         * buffer.C: new function getLatexLogName()
15966
15967         * lyx_gui_misc.C:
15968         * lyx_gui.C:
15969         * lyxvc.C:
15970         * lyxvc.h:
15971         * lyxfunc.C: use frontends for LaTeX and VC logs
15972
15973 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15974
15975         * LaTeX.h: yet another std:: that Allan forgot.
15976
15977         * Variables.C (set): renamed from isset(), because this clashes
15978         with some HP-UX macros (grr).
15979
15980 2001-02-06  Allan Rae  <rae@lyx.org>
15981
15982         * LaTeX.h: Another bug fix.  Missing std:: this time.
15983
15984 2001-02-04  Allan Rae  <rae@lyx.org>
15985
15986         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15987         floats problem. I've left it commented out because it's not quite
15988         correct.  It should also test that the current object is a table or
15989         figure inset.  But I haven't gotten around to figuring out how to do
15990         that.  I *think* it'll be something like: "table" == inset.type()
15991
15992         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15993         bool.
15994
15995 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15996
15997         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15998         all the citation/databases/styles in the auxilary file.
15999         (run): Rerun latex if there was a babel language error.
16000
16001 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
16002
16003         * text.C (Backspace): Preserve the font when changing newline char
16004         with a space.
16005         (BreakParagraph): If the cursor is before a space, delete the space.
16006
16007         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
16008
16009 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
16010
16011         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
16012         new argument (code).
16013         (ChangeCitationsIfUnique): New method.
16014
16015         * paragraph.C (GetPositionOfInset): Handle bibkey.
16016
16017 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16018
16019         * BufferView_pimpl.h: change type of Position::par_pos to
16020         LyXParagraph::size_type.
16021
16022 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
16023
16024         * BufferView_pimpl.C (savePosition, restorePosition): Write
16025         messages to minibuffer.
16026
16027 2001-01-28  José Matos  <jamatos@fep.up.pt>
16028
16029         * buffer.C (makeDocBookFile): adds support for document language.
16030         A silly restriction on the name of LatexCommand types where removed.
16031         Added support for CDATA sections, allows to chars unescaped, used
16032         among others in code, to avoid escape < and >.
16033
16034 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16035
16036         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16037         saved positions instrad of a stack. Furthermore, a position is
16038         stored using paragraph id/paragraph position.
16039
16040         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16041         Remove LFUN_REF_BACK.
16042
16043 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16044
16045         * converter.C (dvipdfm_options): New method.
16046
16047 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16048
16049         * vspace.C (isValidLength): Fix for empty input string.
16050
16051 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16052
16053         * LyXAction.C (init): change description of LFUN_FIGURE to
16054         "Insert Graphics"
16055
16056 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16057
16058         * LaTeX.C: add using directive
16059
16060 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16061
16062         * MenuBackend.C (expand): Fix the sorting of the formats.
16063
16064 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16065
16066         * lyx_main.C: tiny error message fix
16067
16068 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16069
16070         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16071         calling fl_initialize(). This fixes the problem with ',' as
16072         decimal separator in text files.
16073
16074 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16075
16076         * trans.C (process): Fix the keymap bug.
16077
16078 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16079
16080         * LaTeX.C (scanAuxFiles): New method. Provides support for
16081         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16082         (scanLogFile) Scan for "run BibTeX" messages.
16083
16084         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16085         OT1 font encoding. Also, load the aecompl package if the ae
16086         package is loaded.
16087
16088         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16089
16090 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16091
16092         * texrow.C (increasePos): turn two error messages into debug
16093         messages.
16094
16095 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16096
16097         * LaTeX.C (scanAux): Handle the \@input macro.
16098         (runBibTeX): Use scanAux().
16099
16100         * language.C (latex_options_): New field.
16101
16102         * LaTeXFeatures.C (getMacros): Add language macros.
16103
16104         * buffer.C (makeLaTeXFile): Small fix.
16105
16106 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16107
16108         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16109
16110         * text2.C: add a using directive.
16111
16112 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16113
16114         * BufferView2.C:
16115         * lyx_gui_misc.h:
16116         * lyxfr1.C:
16117         * lyxfunc.C: kill LyXBell.
16118
16119 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16120
16121         * text.C (IsBoundary): Remove the error message
16122
16123         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16124
16125         * lyxrc.C (setDefaults): Correct initialization value for
16126         font_norm_type.
16127
16128 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16129
16130         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16131         gotoError().
16132
16133         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16134         and GotoNextNote().
16135
16136         * src/LyXAction.C: Added reference-next.
16137
16138         * text.C (InsertChar): Use contains instead of strchr.
16139
16140         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16141
16142 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16143
16144         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16145         alignment commands (when needed).
16146
16147         * text.C (InsertChar): Add ':' to number separator chars.