]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
5202aa768b531f8241c4c5b0dd352db2bf573b41
[lyx.git] / src / ChangeLog
1 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * LaTeX.C: implement use of babel language in xindy.
4
5 2004-10-05  José Matos  <jamatos@lyx.org>
6
7         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
8         Add new translators to help reading and writing the lyx file.
9
10 2004-10-05  José Matos  <jamatos@lyx.org>
11
12         * ParagraphParameters.C (read):
13         * text.C (readParToken): replace nexToken by more appropriate lex
14         methods.
15
16 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
17
18         * LaTeX.C (runMakeIndex):
19         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
20         (usually 'makeindex') configurable.
21
22         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
23         with a variable rather than with a number.
24
25 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
26
27         * output_latex.C (TeXOnePar): make sure font setting is the first
28         thing that gets output (and the last at the end). Should fix bug
29         1404.
30
31 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
32
33         * pch.h: use proper signal include
34
35         * LaTeX.h: Use preferred calling of Boost.Signal
36         * buffer.h: ditto
37
38 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
39
40         * pch.h: dont include <boost/function/function0.hpp>
41
42         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
43
44         * paragraph_pimpl.h: remove usage of ShareContainer
45
46         * paragraph_pimpl.C: remove initialization of ShareContainer.
47
48 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
49
50         Fix bug #1666
51
52         * BufferView.C (putSelectionAt): change the semantics when
53         backwards == true: now, this just swaps cursor and anchor wrt the
54         forward case
55
56         * BufferView.h (putSelectionAt): add some documentation
57
58         * lyxfind.C (findBackwards): rewrite using while(). In particular,
59         make sure backwardChar is done at least once (to avoid getting
60         stuck)
61         (findNextChange): use putSelectionAt in the forward direction
62         (operator()): use Paragraph::isWord
63
64 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
65
66         * Spacing.C (set): c_str fix
67
68 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
69
70         * lyx_cb.C (Reconfigure): quote the name of configure script in
71         case it contains spaces
72
73 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
74
75         * client: new dir
76
77         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
78         (BOOST_LIBS): use top_buildir when looking for the file
79
80 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
81
82         * pch.h: do not use include boost/format.hpp, multiple symbols
83                 will result (gcc bug)
84
85
86 2004-08-23  José Matos  <jamatos@lyx.org>
87
88         * bufferparams.C (readToken): fix reading of the author field.
89
90 2004-08-20  José Matos  <jamatos@lyx.org>
91
92         * lyxrc.C: remove support/translator.h inclusion since it is not used.
93
94 2004-08-20  José Matos  <jamatos@lyx.org>
95
96         * lyxlex.[Ch] (findToken): remove function.
97
98         * ParagraphParameters.C (findToken):
99         * bufferparams.C (findToken): replace call for previous function
100         with local copy. This local function has one more argument, the
101         read string argument.
102
103 2004-08-16  José Matos  <jamatos@lyx.org>
104
105         * ParagraphParameters.C (write):
106         * Spacing.C (writeFile):
107         * bufferparams.C (writeLaTeX):
108         * lyx_cb.C (Reconfigure):
109         * paragraph.C (write):
110         * tabular.C (write): remove unnecessary space at end of line.
111
112
113 2004-08-16  José Matos  <jamatos@lyx.org>
114
115         * text.C (readParagraph): remove debug message.
116
117 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
118
119         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
120         crash
121
122         * output_plaintext.C (asciiParagraph): set depth correctly
123
124         * outputparams.h: add member depth
125
126         * paragraph_funcs.C (ownerPar): remove.
127
128         * text2.C (setCounter): remove first_pit; comment out some
129         non-working code that uses ownerPar
130
131         * BufferView.C (getParentLanguage): remove. Not used anymore, and
132         uses ownerPar
133
134 2004-08-16  José Matos  <jamatos@lyx.org>
135
136         * text.C (readParToken, readParagraph, read): report all unknown tokens.
137         For the same level of importance use the same chanel to report problems.
138         (read): add code to deal with \begin_body and \end_body.
139
140
141 2004-08-15  José Matos  <jamatos@lyx.org>
142
143         * lyxlex.C (getString): fix comment, buffer::readBody is now
144         buffer:readDocument.
145
146         * tex-strings.C (string_papersize): Default -> default,
147         Custom -> custom, for consistency with other options.
148
149 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
150
151         * pch.h: new file
152
153         * Makefile.am: support pch
154
155 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
156
157         * text.C (readParToken): remove the static LyXFont variable and
158         pass it as a parameter instead. This fixes a nasty bug where an
159         inset will be inserted with a bad font in some situations
160         (readParagraph): adapt
161
162         * text2.C (setCounter): reduce number of calls to pars_[pit]
163
164         * text.C (singleWidth): add an assert, fix a test
165
166         * rowpainter.C (paintText): reduce number of calls to singleWidth
167
168         * paragraph.C (isHfill):
169         (isNewline): ws only
170
171 2004-08-14  André Pönitz  <poenitz@gmx.net>
172
173         * text.C:
174         * text2.C:
175         * rowpainter.C:
176         * lyxtext.h (several functions): use a Paragraph & argument
177         instead of par_type
178
179 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
180
181         * metricsinfo.h: add a new field ltr_pos to PainterInfo
182
183         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
184
185         * text.C (singleWidth): remove useless test
186
187 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
188
189         * tabular.h: remove bogus comments
190
191         * tabular.C (getDescentOfRow):
192         (isPartOfMultiColumn): add assertions
193
194         * lyxlength.C (inPixels): remove #warning
195
196 2004-08-14  André Pönitz  <poenitz@gmx.net>
197
198         * paragraph.h: inline getChar()
199
200         * BufferView.h: remove unused declarations
201
202 2004-08-14  José Matos  <jamatos@lyx.org>
203
204         * Buffer.[Ch] (readDocument): new name for old readBody.
205         * Buffer.C: new file format, new keywords: \begin_document,
206         \begin_header, \begin_body, \end_body.
207
208         * bufferparams.C (readToken): replace all calls to lex.nextToken
209         by lex.next(). Do the same to eatLine except where really needed.
210
211         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
212         line when writing to the lyx file.
213
214         * output_plaintext.C (asciiParagraph): fix Bibliography style
215         handling.
216
217         * text.C (read): fix end of file handling.
218
219 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
220
221         * MenuBackend.C (Menu::operator[]): new method to access
222         individual menu items
223         (Menu::hasFunc): new method. search for an item that corresponds
224         to a given func
225         (MenuBackend::specialMenu): new method
226         (MenuBackend::expand): if a special menu has been set, skip
227         entries whose func() appears in this menu
228
229 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
230
231         * text3.C: use Debug::DEBUG a bit more
232
233         * text.C (leftMargin): try to simplify a tiny bit change var x to
234         l_margin. Dont output the wide margins always.
235         (rightMargin): no margin in inner texts
236
237         * rowpainter.h (nestMargin): new func
238         (changebarMargin): new func
239         (rightMargin): new func
240
241         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
242         now functions.
243         (paintLast): ditto
244
245         * factory.C (createInset): modify setDrawFrame
246
247         * cursor.C: use Debug::DEBUG a bit more
248
249 2004-08-14  André Pönitz  <poenitz@gmx.net>
250
251         * coordcache.[Ch]:
252         * Makefile.am: new files to accomodate an 'external' (x,y)-position
253         cache for all insets in (at least partially) visible (top-level)
254         paragraphs.
255
256         * BufferView_pimpl.C: reset external coord cache before every update.
257         This means the coord cache only contains valid entries.
258
259 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
260
261         bug 1096
262         * BufferView_pimpl.C (getInsetByCode): move function out of class
263         and change in to a template in anon namespace. Also fix to do what
264         suits us better.
265
266 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
267
268         bug 1305
269         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
270         of char
271         (breakParagraph): rename par to par_offset and use a local
272         reference. Add code to keep the language over a rebreak.
273         (breakParagraphConservative): rename par to par_offset, use a
274         local reference
275         (mergeParagraph): ditto
276         (outerHook): ditto
277         (isFirstInSequence): ditto
278         (outerFont): rename pit to par_offset
279
280         * paragraph.C: ws change
281         * paragraph.h: ditto
282         * text3.C: ditto
283         * text.C: ditto
284
285 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
286
287         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
288         treatment for ']'
289
290         * paragraph.C (simpleTeXOnePar): when we have a \item with
291         optional argument, enclose the argument with curly brackets (in
292         case it contains a closing square bracket)
293
294         * text2.C (editXY):
295         * text2.C (editXY):
296         * text3.C (checkInsetHit): constify
297
298 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
299
300         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
301         documents (bug 1629)
302
303 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
304
305         Fix toggling of collapsable insets with the mouse (bug 1558)
306
307         * lyxfunc.C (dispatch): adapt to LCursor changes
308
309         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
310         make sure that dispatch is not invoked twice
311
312         * cursor.C (needsUpdate): new method
313         (dispatch): return void
314         (result): new method, to access the DispatchResult of the cursor.
315
316 2004-08-13  José Matos  <jamatos@lyx.org>
317
318         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
319
320 2004-08-13  André Pönitz  <poenitz@gmx.net>
321
322         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
323
324         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
325           multiple cells
326
327 2004-08-12  André Pönitz  <poenitz@gmx.net>
328
329         * text3.C: take out the 'cursor right' form insertInset and only
330         do it in those places when it is really needed. Fixes crash on
331         C-m...
332
333 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
334
335         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
336
337         * BufferView_pimpl.C (setBuffer): initialize the current font of
338         the underlying LyXText
339
340 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
341
342         * kbsequence.C (print): use UI native formatting for menu
343         shortcuts
344
345         * text.C (insertChar): call Paragraph::insertChar with a font
346         argument (cosmetic)
347
348         * paragraph.C (insertInset, insertChar): the version that takes a
349         LyXFont argument is now a wrapper around the other one (the
350         opposite used to be true).
351
352         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
353         argument. Font setting is done in Paragraph now.
354
355 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
356
357         * outputparams.h: add new members intitle and lang.
358
359         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
360         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
361
362 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
363
364         * text3.C (dispatch): remove special handling of button 4 and 5,
365         it is now taken care of in the frontend code.
366
367 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
368
369         * Spacing.h: add <string> (STLPort compile fix)
370
371 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
372
373         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
374
375 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
376
377         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
378         to bool.
379
380         * converter.C (showMessage): inherit from unary_function, make
381         operator() const.
382
383         * buffer.C (writeFile): initialize retval
384
385         * InsetList.h: rename private variable list to list_
386         * InsetList.[Ch]: adjust accordingly.
387
388 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
389
390         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
391         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
392         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
393         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
394         * ParagraphParameters.C, LaTeXFeatures.C: replace
395         "support/std_sstream.h" with <sstream>
396
397 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
398
399         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
400         * lyxsocket.C (LyXServerSocket): ditto
401         (serverCallback): ditto
402
403 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
404
405         * LaTeXFeatures.C: check release date when loading jurabib.
406
407 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
408
409         * lyxserver.C (startPipe): call register_socket_callback
410         (endPipe): call unregister_socket_callback
411
412 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
413
414         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
415         (LyXServerSocket): register the callback
416         (LyXServerSocket): unregister the callback
417         (fd): delete function
418         (serverCallback): improve error checking and setup the callbacks.
419         (dataCallback): change arg to fd.
420         (writeln): new func (copied fro the client socket) used for server
421         write to client.
422         (LyXDataSocket): simplify
423         (~LyXDataSocket): close ann unregiser callback
424         (server): delete function
425         (fd): delete function
426         (readln): small changes, improve some std::string usage
427         (writeln): constify a bit
428
429 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
430
431         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
432         Qt frontend
433
434 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
435
436         * BufferView_pimpl.C (setBuffer): set the layout combox value only
437         after it has been populated
438
439 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
440
441         * text2.C (insertInset): move cursor when inserting inset.
442
443 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
444
445         * kbmap.C (findbindings): a couple of new methods. returns a
446         container of kb_sequence objects. The real work is done by the
447         private recursive version
448         (printbindings): uses findbindings to print out a bracketed list
449         of bindings (renamed from findbinding).
450
451         * MenuBackend.C (binding): use kb_keymap::findbindings
452
453         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
454
455 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
456
457         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
458
459 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
460
461         * paragraph.C (isWord): return true on insets that report
462         isLetter().
463
464         * text.C (getWord): use Paragraph::isWord to decide what is in a
465         word and what is not; fix bug 1609.
466
467 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
468
469         * tex-strings.C: add "none" to string_paperpackages[], fixes
470         off-by-one-error in the paperpackage selection.
471
472         * lyxlex.[Ch]:
473         * tex-strings.[Ch]: char const * string[n]
474         -> char const * const string[]
475
476 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
477
478         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
479         command, return early.
480
481 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
482
483         * debug.h: add DEBUG to enum and fix size of ANY.
484
485         * debug.C: add support for Debug::DEBUG
486         (showTags): cast errorTags.level to unsigned int
487
488         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
489         (redoCurrentBuffer): ditto
490         (updateScrollbar): ditto
491         * cursor.C (dispatch): ditto
492         * text2.C (setLayout): ditto
493         (setFont): ditto
494         (updateCounters): ditto
495         (editXY): ditto
496         (deleteEmptyParagraphMechanism): ditto
497
498 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
499
500         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
501         annotations to cleanup the Makefile slightly.
502
503 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
504
505         * lyxrc.C: do not set user_email to a default value but use empty
506         instead. The entry used to be translated, which does not work
507         since at the point where lyxrc is constructed there is no
508         translation service available
509
510         * messages.C (getLocaleDir): remove and use directly
511         lyx_localedir() instead
512
513 2004-06-02  Angus Leeming  <leeming@lyx.org>
514
515         Fix crash caused by dereferencing null pointer 'exportdata' in
516         OutputParams by creating a new ExportData variable on the heap,
517         storing it in a boost::shared_ptr.
518         The crash was triggered when generating an Instant Preview
519         of an external inset.
520
521         * Makefile.am: add outputparams.C
522
523         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
524         (c-tor): allocate memory to it.
525
526         * exporter.C (c-tor): associated changes.
527
528 2004-06-01  Angus Leeming  <leeming@lyx.org>
529
530         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
531         contains data before calling isInset(0). (Bug 1513.)
532
533 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
534
535         * exporter.C (checkOverwrite): new method
536         * exporter.C (copyFile): new method
537         * exporter.C (Export): copy referenced files to the document dir
538         * exporter.[Ch]: new class ExportedFile
539         * exporter.[Ch]: new class ExportData. Contains currently the
540         names of referenced external files
541         * outputparams.h: add exportdata member.
542
543 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
544
545         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
546         version.C-tmp
547
548 2004-05-19  Angus Leeming  <leeming@lyx.org>
549
550         * LaTeXFeatures.C:
551         * ToolbarBackend.C:
552         * bufferparams.C:
553         * lyxfunc.C: small changes due to the introduction of namespace
554         lyx::frontend and the moving of namespace biblio to lyx::biblio.
555
556 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
557
558         * text3.C (dispatch): supress update when only moving the cursor
559         * cursor.C (selHandle): remove commented code
560
561 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
562
563         * paragraph.C (startTeXParParams): correct column count
564         * CutAndPaste.C (pasteSelection): remove const_cast
565         * output_docbook.C (docbookParagraphs): remove const_cast
566         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
567         const_cast and return ParagraphList::const_iterator
568         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
569         * output_plaintext.C (writeFileAscii): remove const_cast
570         * paragraph.[Ch] (simpleTeXOnePar): make const
571         * paragraph_funcs.C (outerPar): use const iterators
572         * paragraph_pimpl.C (validate): use const iterators
573         * text.C (setHeightOfRow): use const iterators
574
575 2004-05-17  Angus Leeming  <leeming@lyx.org>
576
577         * lfuns.h:
578         * LyXAction.C (init): new LFUN_INSET_REFRESH.
579
580         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
581         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
582         if the citation engine has changed.
583
584 2004-05-14  José Matos  <jamatos@lyx.org>
585
586         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
587         if the textclass does not provide it. Have it different for sgml and
588         xml.
589         support the language of document.
590         * output_docbook.C (docbookParagraphs):
591         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
592         first anchor as the id of the paragraph, remove special case code.
593         * sgml.C (escapeChar): escape only < & >.
594
595 2004-05-14  Angus Leeming  <leeming@lyx.org>
596
597         * bufferparams.h: move biblio::CiteEngine enum here to minimize
598         dependencies on src/frontends/controllers/biblio.h. Define a
599         CiteEngine_enum wrapper class to enable the enum to be forward
600         declared.
601
602 2004-05-12  Angus Leeming  <leeming@lyx.org>
603
604         * buffer.C: up LYX_FORMAT to 234.
605         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
606         use_numerical_citations with a single biblio::CiteEngine cite_engine
607         variable.
608         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
609
610 2004-05-13  José Matos  <jamatos@lyx.org>
611
612         * converter.h:
613         * converter.C (Converter, readFlags): add xml member.
614         * outputparams.h: add XML flavor.
615         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
616
617 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
618
619         * lyxfunc.C (dispatch):
620         (getStatus): fix handling of LFUN_SEQUENCE
621
622 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
623
624         * debug.C (showLevel): do not forget the end-of-line marker
625
626 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
627
628         * kbmap.C (read): do not stop parsing a bind file when an error
629         occurs (bug 1575)
630
631 2004-04-29  Angus Leeming  <leeming@lyx.org>
632
633         * cursor.C:
634         * factory.C:
635         * pariterator.C:
636         * text2.C: wrap a bunch of #warning statements
637         inside #ifdef WITH_WARNINGS blocks.
638
639 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
640
641         * buffer.C: increment format to 233.
642
643 2004-04-28  Angus Leeming  <leeming@lyx.org>
644
645         * BufferView_pimpl.C:
646         * lyxfunc.C:
647         * text3.C:
648         s/updateToolbar()/updateToolbars()/
649         s/Toolbar.h/Toolbars.h/
650
651 2004-04-28  Angus Leeming  <leeming@lyx.org>
652
653         * BufferView.[Ch] (c-tor):
654         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
655         No longer passes these data to the WorkArea generator.
656
657 2004-04-28  Angus Leeming  <leeming@lyx.org>
658
659         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
660
661 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
662
663         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
664
665 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
666
667         * output_latex.C (TeXEnvironment): make sure that there is a line
668         break before \end{foo} for the last paragraph of a document
669         (TeXOnePar): if the paragraph is at the end of the document (or
670         inset) and the language has to be reset, then make sure that the
671         line break is _before_ the language command, not after (fixes bug
672         1225); also make sure that the language reset command is the first
673         thing after the paragraph (to ensure proper nesting of
674         environments and thus fix bug 1404)
675
676 2004-04-21  John Levon  <levon@movementarian.org>
677
678         * ToolbarBackend.h:
679         * ToolbarBackend.C: make "name" be a programmatic name
680         and a gui_name field.
681
682         * lyxfunc.C: display the minibuffer on M-x
683
684 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
685
686         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
687         (bug 1526)
688
689 2004-04-19  Angus Leeming  <leeming@lyx.org>
690
691         * BufferView_pimpl.C (setBuffer): changed preview interface.
692
693         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
694         possible values.
695
696 2004-04-19  John Levon  <levon@movementarian.org>
697
698         * BufferView_pimpl.C:
699         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
700
701 2004-04-05  Angus Leeming  <leeming@lyx.org>
702
703         * text.C (redoParagraphs): add call to updateCounters(), thereby
704         fixing the missing "Figure #:" label from the caption of a
705         figure float.
706
707 2004-04-13  Angus Leeming  <leeming@lyx.org>
708
709         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
710         cursor is clicked out of an inset.
711
712 2004-04-13  Angus Leeming  <leeming@lyx.org>
713
714         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
715         than an InsetOld one.
716
717 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
718
719         * format.[Ch]: add editor to Format
720         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
721         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
722
723 2004-04-08  André Pönitz  <poenitz@gmx.net>
724
725         * metricsinfo.h: remove PainterInfo::width member
726
727 2004-04-08  Angus Leeming  <leeming@lyx.org>
728
729         * lyx_sty.C (boldsymbol_def): modify so that it outputs
730         "\providecommand" rather than "\newcommand", thereby preventing
731         clashes with packages that define "\boldsymbol" themselves.
732         Eg, beamer.
733
734 2004-04-08  Angus Leeming  <leeming@lyx.org>
735
736         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
737         thereby squashing an unnecessary warning.
738
739 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
740
741         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
742         setBuffer()
743
744 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
745
746         * BufferView.C (setCursor): call redoParagraph (some insets could
747         have been opened)
748         (putSelectionAt): remove the 'double update' trick
749
750         * BufferView_pimpl.C (fitCursor): call refreshPar
751         (workAreaDispatch): remove an uneeded update call
752         (dispatch): remove some manual update calls
753
754         * cursor.[Ch]: remove cached_y_, updatePos
755         (selHandle): set noUpdate when appropriate
756
757         * lyxfunc.C (dispatch): track if we need an update
758
759         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
760
761         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
762         (paintSelection): cheap optimization, do not call cursorX when not
763         needed
764         (paintPars): change signature
765         (refreshPar): add
766         (paintText): adjust
767         (paintTextInset): adjust
768
769         * text.C: adjust
770
771 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
772
773         * lengthcommon.C: compilation fix: remove explicit array size from
774         unit_name[] and friends
775
776 2004-04-05  Angus Leeming  <leeming@lyx.org>
777
778         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
779
780         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
781         present only for the preferences dialog.
782         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
783
784 2004-04-05  Angus Leeming  <leeming@lyx.org>
785
786         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
787         to enable the frontends to export changes to lyxrc correctly.
788
789         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
790
791 2004-04-07  André Pönitz  <poenitz@gmx.net>
792
793         * cursor.[Ch] (selClear, adjust): remove math
794
795         * cursor_slice.C: more agressive assert
796
797         * lyxfunc.C:
798         * BufferView_pimpl.C: rework mouse event dispatch
799
800         * dociterator.C:
801         * paragraph.C:
802         * text2.C:
803         * text3.C: adjust
804
805 2004-04-05  André Pönitz  <poenitz@gmx.net>
806
807         * cursor.[Ch] (valign, halign...): remove unneeded functions
808
809 2004-04-05  Angus Leeming  <leeming@lyx.org>
810
811         * lyxlength.[Ch] (unit_name et al.): const-correct.
812
813 2004-04-05  Angus Leeming  <leeming@lyx.org>
814
815         * BufferView_pimpl.C:
816         * buffer.C:
817         * counters.C:
818         * cursor.C:
819         * lyxfunc.C
820         * paragraph.C:
821         * pariterator.C:
822         * text.C:
823         * text2.C:
824         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
825
826 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
827
828         * text3.C (getStatus): add LFUN_BEGINNINGBUF
829
830 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
831
832         * lyxfind.C: add a couple of inTexted() tests + other small fixes
833         * BufferView_pimpl.[Ch] (getStatus)
834         * BufferView.[Ch] (getStatus): add
835         * lyxfunc.C (getStatus): move lfuns handled in
836         BufferView::dispatch to te function above
837         * Cursor.C (setSelection): set selection() = true
838
839 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
840
841         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
842
843 2004-03-31  Angus Leeming  <leeming@lyx.org>
844
845         * lyxfunc.C (dispatch): Fall through to the generic
846         Dialogs::show("preamble").
847
848 2004-03-31  Angus Leeming  <leeming@lyx.org>
849
850         * lyxfunc.C (dispatch): Fall through to the generic
851         Dialogs::show("spellchecker").
852
853 2004-03-31  Angus Leeming  <leeming@lyx.org>
854
855         * lyxfunc.C (getStatus, dispatch): changed invocation of the
856         preferences dialog.
857
858 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
859
860         * BufferView.C
861         * cursor.[Ch]
862         * dociterator.[Ch]:
863         * insetiterator.[Ch]:
864         * lyxfind.C:
865         * lyxfunc.C:
866         * pariterator.[Ch]:
867         * text2.C:
868         * undo.[Ch]: s/DocumentIterator/DocIterator/g
869
870 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
871
872         * BufferView.C (setCursor, putSelectionAt): call edit to open the
873         insets where we are putting the cursor.
874
875 2004-03-31  Angus Leeming  <leeming@lyx.org>
876
877         * lfuns.h:
878         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
879
880         * lyxrc.[Ch] (read, write): overloaded member functions taking
881         a std::[io]stream arguments.
882
883         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
884
885 2004-03-31  Angus Leeming  <leeming@lyx.org>
886
887         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
888         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
889
890         * lyxtextclass.C (load): if the text class couldn't be loaded, then
891         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
892
893 2004-03-31  Angus Leeming  <leeming@lyx.org>
894
895         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
896         the LFUN_ALL_INSETS_TOGGLE code.
897
898 2004-03-30  Angus Leeming  <leeming@lyx.org>
899
900         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
901         has died. Fall through to the generic Dialogs::show("document").
902
903 2004-03-30  Angus Leeming  <leeming@lyx.org>
904
905         * lfuns.h:
906         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
907         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
908
909         * lyxfunc.C (getStatus, dispatch): define the actions for these
910         lfuns. Little more than a cut and pste job from ControlDocument.C
911
912         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
913
914 2004-03-30  Angus Leeming  <leeming@lyx.org>
915
916         * lfuns.h:
917         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
918         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
919
920         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
921         open/closed state of ollapsable insets. Usage:
922
923         all-inset-toggle <state> <name>, where
924         <state> == "open" || "closed" || "toggle" and
925         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
926
927         * lyxtext.h, text2.C (toggleInset): removed.
928
929         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
930         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
931         now passes LFUN_INSET_TOGGLE to the found inset.
932
933         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
934         is now invoked as "all-insets-toggle toggle branch".
935
936 2004-03-30  Angus Leeming  <leeming@lyx.org>
937
938         * dociterator.C:
939         * insetiterator.C:
940         * pariterator.[Ch]: added/corrected header blurb.
941
942 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
943
944         * dociterator.[Ch]: add an inset_ member
945         (backwardPos): implemented
946         (backwardPos, forwardPos): use inset_ when the stack is empty.
947         (doc_iterator_begin, doc_iterator_end): implemented
948         * pariterator.[Ch]: adjust, add begin, end
949         * insetiterator.[Ch]: adjust, add begin, end
950         * cursor.C:
951         * document.C:
952         * BufferView.C:
953         * BufferView_pimpl.C:
954         * CutAndPaste.C: adjust
955
956 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
957
958         * buffer.C: increment file format to 232.
959         * LaTeXFeatures.C: add bibtopic package.
960         * bufferparams.[Ch]: param \use_bibtopic.
961
962         * lyxrc.[Ch]: add lyxrc bibtex_command
963         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
964
965         * buffer.C: increment file format to 231.
966
967 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
968
969         * dociterator.C: implement forwardPar
970         * iterators.[Ch]: remove, replaced by
971         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
972         * BufferView.C:
973         * BufferView_pimpl.C:
974         * CutAndPaste.C:
975         * buffer.C:
976         * bufferview_funcs.C:
977         * cursor.C:
978         * lyxfind.C
979         * lyxfunc.C
980         * paragraph_funcs.C
981         * toc.C:
982         * Makefile.am: adjust
983
984 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
985
986         * CutAndPaste.C (pasteSelection): fix 2 crashes
987         (eraseSelection): fix a crash
988         * paragraph_funcs.C: remove a warning
989
990 2004-03-28  Angus Leeming  <leeming@lyx.org>
991
992         * lfuns.h:
993         * LyXAction.C (init): new LFUN_PRINT.
994
995         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
996
997 2004-03-27  Angus Leeming  <leeming@lyx.org>
998
999         * lfuns.h:
1000         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
1001
1002         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
1003
1004 2004-03-27  Angus Leeming  <leeming@lyx.org>
1005
1006         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1007         insetlist always contains non-null pointers to insets.
1008
1009 2004-03-26  Angus Leeming  <leeming@lyx.org>
1010
1011         * src/BufferView_pimpl.C:
1012         * src/CutAndPaste.C:
1013         * src/buffer.C:
1014         * src/iterators.C:
1015         * src/output_plaintext.C:
1016         * src/outputparams.h:
1017         * src/paragraph_funcs.C:
1018         * src/rowpainter.C:
1019         * src/text.C:
1020         * src/text2.C:
1021         * src/frontends/controllers/ControlErrorList.C:
1022         * src/frontends/gtk/FileDialogPrivate.C:
1023         * src/frontends/gtk/GPainter.C:
1024         * src/frontends/gtk/GToolbar.C:
1025         * src/frontends/qt2/QRef.C:
1026         * src/mathed/math_scriptinset.C: squash compiler warnings.
1027
1028 2004-03-26  Angus Leeming  <leeming@lyx.org>
1029
1030         * ispell.C (LaunchIspell::start):
1031         * lyx_cb.C (AutoSaveBuffer::start):
1032         invoke run(DontWait) rather than runNonBlocking().
1033
1034 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1035
1036         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1037
1038 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1039
1040         * kbsequence.C (print): adjust
1041
1042         * kbmap.C (printKeySym): rename and change signature
1043         (printKey): use LyXKeySym::print()
1044
1045 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1046
1047         * undo.C: add using std::advance to compile for stlport
1048
1049 2004-03-24  Angus Leeming  <leeming@lyx.org>
1050
1051         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1052         it leads to a crash when no buffer is present.
1053
1054 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1055             Martin Vermeer  <martin.vermeer@hut.fi>
1056
1057         * lyxfunc.C (dispatch):
1058         * bufferparams.C (readToken): use the new LColor::setColor
1059
1060         * LColor.[Ch] (setColor): new version that takes two strings as
1061         argument and creates a new color entry if necessary
1062
1063 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1064
1065         * buffer.C (makeLaTeXFile): if the main latex file that is
1066         processed is usually a subdocument of some master, then pretend
1067         for a while that it is actually the master
1068
1069 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1070
1071         * buffer.C (getLabelList):
1072         (getBibkeyList): use getMasterBuffer()
1073         (getMasterBuffer): new method. Returns the main document in the
1074         case where one is using included documents.
1075
1076 2004-03-25  André Pönitz  <poenitz@gmx.net>
1077
1078         * Makefile.am:
1079         * iterators.[Ch]:
1080         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1081
1082         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1083
1084         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1085         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1086
1087         * ParameterStruct.h: merge with ParagraphParameters
1088
1089         * lyxtext.h: remove LyXText::parOffset() and getPar()
1090
1091         * text3.C: Remove all 'manual' update calls. We do now one per user
1092         interaction which is completely sufficient.
1093
1094         * Bidi.C:
1095         * BufferView.[Ch]:
1096         * BufferView_pimpl.C:
1097         * FontIterator.[Ch]:
1098         * MenuBackend.C:
1099         * ParagraphParameters.[Ch]:
1100         * buffer.C:
1101         * buffer.h:
1102         * bufferlist.C:
1103         * cursor.[Ch]:
1104         * cursor_slice.[Ch]:
1105         * dociterator.[Ch]:
1106         * errorlist.[Ch]:
1107         * factory.C:
1108         * lfuns.h:
1109         * lyxfind.C:
1110         * lyxfunc.C:
1111         * output_docbook.[Ch]:
1112         * output_latex.[Ch]:
1113         * output_linuxdoc.[Ch]:
1114         * output_plaintext.[Ch]:
1115         * paragraph.[Ch]:
1116         * paragraph_funcs.[Ch]:
1117         * paragraph_pimpl.[Ch]:
1118         * rowpainter.C:
1119         * tabular.[Ch]:
1120         * text.C:
1121         * text2.C:
1122         * toc.C:
1123         * undo.[Ch]: adjust
1124
1125         * frontends/controllers/ControlDocument.C:
1126         * frontends/controllers/ControlErrorList.C:
1127         * frontends/controllers/ControlSpellchecker.C:
1128         * insets/inset.C:
1129         * insets/inset.h:
1130         * insets/insetbase.h:
1131         * insets/insetbibitem.C:
1132         * insets/insetbox.C:
1133         * insets/insetbranch.C:
1134         * insets/insetcaption.C:
1135         * insets/insetcharstyle.C:
1136         * insets/insetcharstyle.h:
1137         * insets/insetcollapsable.C:
1138         * insets/insetcollapsable.h:
1139         * insets/insetert.C:
1140         * insets/insetfloat.C:
1141         * insets/insetfoot.C:
1142         * insets/insetmarginal.C:
1143         * insets/insetnote.C:
1144         * insets/insetoptarg.C:
1145         * insets/insettabular.C:
1146         * insets/insettext.C:
1147         * insets/insettext.h:
1148         * insets/insetwrap.C:
1149         * mathed/math_mboxinset.C:
1150         * mathed/math_nestinset.C:
1151         * mathed/math_scriptinset.C:
1152         * mathed/math_scriptinset.h:
1153         * support/types.h:
1154
1155 2004-03-24  Angus Leeming  <leeming@lyx.org>
1156
1157         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1158         deal with any child processes that have finished but are waiting to
1159         communicate this fact to the rest of LyX.
1160
1161 2004-03-24  Angus Leeming  <leeming@lyx.org>
1162
1163         64-bit compile fixes.
1164
1165         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1166         (c-tor): pass lyx::pos_types rather than ints.
1167
1168         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1169         lyx::pos_type.
1170
1171         * text.C (Delete): compile fix.
1172         (getPar): ensure that function declaration is the same as that in
1173         the header file.
1174
1175 2004-03-23  Angus Leeming  <leeming@lyx.org>
1176
1177         * ispell.C (LaunchIspell):
1178         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1179         a boost::shred_ptr rather than a std::auto_ptr.
1180
1181 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1182
1183         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1184         handle LFUN_FILE_INSERT_*
1185
1186         * lyxrc.C (setDefaults, getDescription, output, read):
1187         * lyxrc.h: remove ps_command
1188
1189 2004-03-22  Angus Leeming  <leeming@lyx.org>
1190
1191         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1192         Ensure that error_handler is processed once only and that all data
1193         is saved before attempting to output any warning messages.
1194
1195         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1196
1197 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1198
1199         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1200
1201 2004-03-19  André Pönitz  <poenitz@gmx.net>
1202
1203         * cursor.[Ch] (reset): take main text inset as argument
1204
1205         * BufferView: adjust
1206         * BufferView_pimpl.C: adjust
1207
1208         * paragraph.[Ch]: fix completely broken operator=()
1209
1210 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1211
1212         * LColor.C (getFromLyXName): make sure that the color name is used
1213         as lowercase.
1214
1215 2004-03-17  Angus Leeming  <leeming@lyx.org>
1216
1217         * lfuns.h:
1218         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1219
1220         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1221         dialog and to kill a forked process.
1222
1223 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1224
1225         * text2.C (setCursorFromCoordinates): fix font problem
1226
1227 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1228
1229         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1230         bogus "rebuild cursor" code
1231
1232 2004-03-11  André Pönitz  <poenitz@gmx.net>
1233
1234         * buffer.[Ch]: use InsetText instead of LyXText as container for
1235         the main lyx text.
1236
1237         * dociterator.[Ch]: drop the BufferView * member which is not needed
1238         anymore after the change to buffer.C
1239
1240         * paragraph_funcs.C:
1241         * text.C:
1242         * text2.C:
1243         * BufferView.[Ch]:
1244         * BufferView_pimpl.[Ch]:
1245         * cursor.[Ch]:
1246         * cursor_slice.[Ch]: adjust
1247
1248         * text3.C: fix bug in mathDispatch
1249
1250 2004-03-08  André Pönitz  <poenitz@gmx.net>
1251
1252         * undo.[Ch]: use 'StableDocumentIterator' as base for
1253         the Undo struct.
1254
1255 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1256
1257         * LaTeXFeatures.C:
1258         * bufferparams.[Ch]: add jurabib support and param.
1259
1260         * LaTeX.C: add FIXME/comment.
1261
1262 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1263
1264         * buffer.C: increment file format to 230.
1265
1266 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1267
1268         * cursor.C (dispatch): avoid infinite loops
1269
1270 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1271
1272         * rowpainter.C (paintSelection): fix x coordinates
1273
1274 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1275
1276         * text.C (rowBreakPoint): fix breaking before displayed insets
1277
1278 2004-03-01  André Pönitz  <poenitz@gmx.net>
1279
1280         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1281
1282         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1283
1284         * Makefile.am:
1285         * BufferView.C:
1286         * BufferView_pimpl.C:
1287         * buffer.C:
1288         * lyxfind.C:
1289         * lyxfunc.C:
1290         * text.C:
1291         * text2.C:
1292         * text3.C: adjust
1293
1294 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1295
1296         * lyxtext.h:
1297         * text.C:
1298         * text2.C:
1299         * rowpainter.C:
1300         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1301         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1302
1303 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1304
1305         * Bidi.[Ch] (computeTables): const correctness
1306         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1307         fill_hfill, fill_label_hfill and x from Row
1308         * lyxtext.h: prepareToPrint returns a RowMetrics
1309         * rowPainter.C: adjust
1310         * text.C (prepareToPrint): use width, not textWidth. adjust
1311         (redoParagraphInternal, cursorX): adjust
1312         * text2.C (getColumnNearX): adjust
1313         (init): put a default value to the top LyXText::width
1314
1315 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1316
1317         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1318
1319 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1320
1321         * lyxtext.h: add FontIterator class
1322
1323         * text.C (FontIterator, operator*, operator->, operator++): add
1324         (rowBreakPoint, setRowWidth): adjust (fixing a
1325         rebreaking bug)
1326
1327 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1328
1329         * BufferView_pimpl.C (workAreaDispatch): allow also
1330         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1331
1332 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1333
1334         * text.C (rowBreakPoint): fix a bug showing with very large insets
1335
1336 2004-02-25  André Pönitz  <poenitz@gmx.net>
1337
1338         * text3.C:
1339         * cursor.[Ch]: move some mathed specific code to mathed
1340
1341 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1342
1343         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1344         use_tempdir in preferences
1345         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1346         tempfile creation
1347         * lyx_main.C: ensure that tempdir is valid
1348         * lyxlex.h: correct typo
1349         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1350         * paragraph.[Ch] (isMultiLingual): make const
1351         * cursor.[Ch] (openable): make const
1352
1353 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1354
1355         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1356
1357 2004-02-20  André Pönitz  <poenitz@gmx.net>
1358
1359         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1360
1361         * cursor.[Ch]: prepare for localized getStatus()
1362
1363         * lyxtext.h:
1364         * tabular.C:
1365         * text.C:
1366         * text2.C:
1367         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1368
1369 2004-02-20  André Pönitz  <poenitz@gmx.net>
1370
1371         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1372
1373 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1374
1375         * text2.C (setCursorFromCoordinates): switch to absolute coords
1376         (cursorUp): adjust
1377         (cursorDown): adjust
1378         * text3.C (dispatch): adjust
1379
1380 2004-02-16  André Pönitz  <poenitz@gmx.net>
1381
1382         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1383           insets/ChangeLog)
1384
1385         * cursor_slice.[Ch]: remove unneeded acessor function
1386
1387         * lyxtext.h: rename rtl() to isRTL()
1388
1389         * rowpainter.C:
1390         * tabular.C:
1391         * text.C:
1392         * text2.C:
1393         * text3.C: adjust
1394
1395 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1396
1397         * rowpainter.C (paintSelection): coord fix
1398
1399 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1400
1401         * Spacing.C: compile fix
1402
1403 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1404
1405         * cursor.C (dispatch): restore current_ before returning
1406
1407 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1408
1409         * text2.C (cursorUp, cursorDown): fix coords
1410         (moveUp): fix crash
1411
1412 2004-02-12  André Pönitz  <poenitz@gmx.net>
1413
1414         * lyxtext.h:
1415         * text.C:
1416         * text2.C:
1417         * text3.C: add LCursor & parameter to most cursor movement functions
1418           remove usage of LyXText::cursorRow() and cursorPar()
1419
1420         * cursor.[Ch]: add textRow() needed members
1421
1422         * BufferView.C:
1423         * BufferView_pimpl.C:
1424         * paragraph.[Ch]:
1425         * BufferView.C:
1426         * BufferView_pimpl.C: adjust
1427
1428 2004-02-11  André Pönitz  <poenitz@gmx.net>
1429
1430         * lyxfunc.C:
1431         * BufferView.[Ch]:
1432         * BufferView_pimpl.C: shift undo/redo handling
1433
1434         * cursor.[Ch]: fix mathed crash
1435
1436         * lyxfind.C:
1437         * lyxtext.h: move selectionAsText to LCursor
1438
1439         * output_latex.C:
1440         * paragraph.C:
1441         * text.C:
1442         * text2.C:
1443         * text3.C: adjust
1444
1445         * rowpainter.C: fix excessive drawing
1446
1447 2004-02-06  André Pönitz  <poenitz@gmx.net>
1448
1449         * BufferView.[Ch]:
1450         * BufferView_pimpl.[Ch]:
1451         * text3.C: move some text specific LFUN handling
1452
1453 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1454
1455         * text3.C (checkInsetHit): adjust coords
1456         * text2.C (getColumnNearX): adjust coords
1457         (edit): adjust coords
1458         * text.C (getRowNearY): add two asserts
1459
1460 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1461
1462         * converter.C:
1463         * format.C: add using std::distance to compile on gcc 2.95/stlport
1464
1465 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1466
1467         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1468
1469 2004-02-04  André Pönitz  <poenitz@gmx.net>
1470
1471         * BufferView.[Ch] (insertInset):
1472         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1473
1474         * text2.C:
1475         * text3.C: adjust
1476
1477 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1478
1479         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1480         on the default clause of the switch
1481         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1482         wasn't catched by LCursor::dispatch
1483
1484 2004-02-03  André Pönitz  <poenitz@gmx.net>
1485
1486         * BufferView.C:
1487         * cursor.[Ch]: some additional asserts
1488
1489         * undo.[Ch]: remove LyXText dependency in interface
1490
1491         * lyxfunc.C: adjust
1492
1493         * lyxtext.h (firstPar, lastPar): remove dead functions
1494
1495         * text.C:
1496         * text2.C:
1497         * text3.C:
1498         * paragraph.[Ch]: adjust
1499
1500 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1501
1502         * lyxfind.C (find): fix argument order in call to ::find
1503
1504 2004-02-02  André Pönitz  <poenitz@gmx.net>
1505
1506         * cursor.[Ch]: remove direct access to anchor
1507
1508         * text.C: remove findText() hack
1509
1510 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1511
1512         * iterators.[Ch] (lockPath): remove in favour of...
1513         * BufferView.[Ch] (setCursor): this addition
1514         * BufferView.C (putSelectionAt): adjust
1515         * undo.C (performUndoOrRedo): adjust
1516         * lyxfunc.C (dispatch): adjust
1517
1518 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1519
1520         * iterators.C (lockPath): add a missing slice
1521         * undo.C (performUndoOrRedo): remove redundant positioning code
1522
1523 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1524
1525         * vc-backend.C (scanMaster): ";" -> ';'
1526
1527 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1528
1529         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1530         std::binary_function
1531
1532         * lyxtextclass.C (compare_name): rename to...
1533         (LayoutNamesEqual): ...this
1534
1535         * lyxlex_pimpl.C (compare_tags): inherit from
1536         std::binary_function, put back into anon namespace
1537
1538         * lyxfind.C (MatchString): inherig from std::binary_function
1539         (findChange): use empty() istead of !size()
1540
1541         * format.C (FormatNamesEqual): new functor
1542         (getFormat): use it
1543         (getNumber): use it
1544         (add): use it
1545         (erase): use it
1546         (setViewer): use it
1547
1548         * converter.C (compare_Converter): rename to...
1549         (ConverterEqual): ...this, and fixup a bit.
1550         (getConverter): use it, and make function const
1551         (getNumber): use it, and make function const
1552         (add): use it
1553         (erase): use it:
1554
1555         * bufferlist.C: add using boost::bind
1556
1557         * MenuBackend.C (MenuNamesEqual): new functor
1558         (hasMenu): use it, and make function const
1559         (hasSubmenu): use nested bind to get rid of compare_memfun.
1560
1561 2004-01-30  André Pönitz  <poenitz@gmx.net>
1562
1563         * BufferView_pimpl.C:
1564         * cursor.C:
1565         * cursor.h:
1566         * cursor_slice.[Ch]:
1567         * lyxfunc.C:
1568         * lyxtext.h:
1569         * paragraph_funcs.C:
1570         * paragraph_funcs.h:
1571         * rowpainter.C:
1572         * text.C:
1573         * text2.C:
1574         * text3.C: move some of the edit(x,y) handling to the insets
1575         some coordinate changes.
1576
1577 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1578
1579         * text.C: add using statements for std::advance and std::distance
1580
1581         * paragraph.C: add using statement for std::distance
1582
1583         * lyxfind.C: add using statement for std::advance
1584
1585         * cursor.C (region): remove std:: from swap
1586         (openable): use nucleus in stead of operator->
1587
1588         * BufferView.C: add using statements for std::distance and std::swap
1589
1590 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1591
1592         * iterators.C: Remove the pimple, move the needed structures to
1593         the header file. Create accessor for the positions stack.
1594         (asPosIterator): remove function
1595
1596         * PosIterator.C (PosIterator): move constructors to top of file
1597         (PosIterator): reimplement the constructor taking a ParIterator in
1598         terms of setFrom.
1599         (setFrom): new function
1600         (operator!=): inline it
1601
1602 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1603
1604         * lyxfind.C (replaceAll): use std::advance
1605
1606         * iterators.h: inherit from std::iterator.
1607
1608         * PosIterator.C (advance, distance): remove
1609         * PosIterator.h: interit from std::iterator.
1610
1611 2004-01-26  André Pönitz  <poenitz@gmx.net>
1612
1613         * BufferView.[Ch]:
1614         * BufferView_pimpl.[Ch]:
1615         * InsetList.[Ch]:
1616         * PosIterator.[Ch]:
1617         * buffer.h:
1618         * bufferview_funcs.C:
1619         * cursor.[Ch]:
1620         * cursor_slice.h:
1621         * factory.[Ch]:
1622         * iterators.[Ch]:
1623         * lyxfind.C:
1624         * lyxfunc.C:
1625         * lyxtext.h:
1626         * output_docbook.C:
1627         * output_latex.C:
1628         * output_linuxdoc.C:
1629         * output_plaintext.C:
1630         * paragraph.[Ch]:
1631         * paragraph_funcs.[Ch]:
1632         * paragraph_pimpl.[Ch]:
1633         * rowpainter.C:
1634         * tabular.C:
1635         * tabular.h:
1636         * text.C:
1637         * text2.C:
1638         * text3.C: more IU:  dumps most of the rest of the mathcursor
1639     implementation into cursor.[Ch]; "globalize" a bit of it.
1640
1641 2004-01-25  Angus Leeming  <leeming@lyx.org>
1642
1643         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1644
1645 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1646
1647         * LaTeXFeatures.h: add nice_ and nice() const
1648         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1649
1650 2004-01-20  André Pönitz  <poenitz@gmx.net>
1651
1652         * BufferView.[Ch]:
1653         * BufferView_pimpl.C:
1654         * PosIterator.C:
1655         * bufferview_funcs.C:
1656         * cursor.[Ch]:
1657         * cursor_slice.[Ch]:
1658         * factory.C:
1659         * iterators.C:
1660         * lyx_cb.C:
1661         * lyxfind.C:
1662         * lyxfunc.C:
1663         * lyxtext.h:
1664         * rowpainter.C:
1665         * text.C:
1666         * text2.C:
1667         * text3.C:
1668         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1669           LCursor and mathcursor parts to LCursor and InsetBase.
1670
1671 2004-01-15  André Pönitz  <poenitz@gmx.net>
1672
1673         * cursor_slice.[Ch]: add a few covienience functions
1674
1675         * funcrequest.[Ch]: remove BufferView * member
1676
1677         * BufferView_pimpl.C:
1678         * cursor.C:
1679         * factory.[Ch]:
1680         * lyxfind.[Ch]:
1681         * lyxfunc.C:
1682         * lyxtext.h:
1683         * text3.C:
1684         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1685
1686 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1687
1688         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1689         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1690
1691 2004-01-13  André Pönitz  <poenitz@gmx.net>
1692
1693         * textcursor.[Ch]:
1694         * lyxtext.h: hide cursor and selection anchor behind accessor function
1695
1696         * BufferView.C:
1697         * BufferView_pimpl.[Ch]:
1698         * PosIterator.C:
1699         * bufferview_funcs.C:
1700         * cursor.h:
1701         * lyxfind.C:
1702         * lyxfunc.C:
1703         * text.C:
1704         * text2.C:
1705         * text3.C:
1706         * undo.C: adjust
1707
1708         * cursor.h:
1709         * cursor_slice.[Ch]: some integer type changes for inset unification
1710
1711         * lyxcursor.[hC]: remove, it's CursorSlice now.
1712
1713         * Makefile.am:
1714         * BufferView_pimpl.[Ch]:
1715         * bufferview_funcs.C:
1716         * cursor_slice.C:
1717         * lyxtext.h:
1718         * text.C:
1719         * text2.C:
1720         * text3.C:
1721         * textcursor.[Ch]: adjust
1722
1723 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1724
1725         * text2.C (undoSpan): add and use
1726         * text.C (breakParagraph): use undoSpan (fix bug 578)
1727         * lyxtext.h: adjust
1728
1729 2004-01-08  Angus Leeming  <leeming@lyx.org>
1730
1731         * BufferView_pimpl.C (MenuInsertLyXFile):
1732         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1733         * lyxfunc.C (menuNew, open, doImport):
1734         FileFilterList change to the FileDialog open and save functions.
1735
1736 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1737
1738         * ShareContainer.h: make isEqual and isUnique adaptable
1739
1740         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1741
1742 2004-01-07  Angus Leeming  <leeming@lyx.org>
1743
1744         * LyXAction.C:
1745         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1746
1747         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1748
1749         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1750         functions replacing find, replace and replaceAll.
1751
1752         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1753         LFUN_WORDFIND(FORWARD|BACKWARD).
1754
1755 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1756
1757         * text.C (breakParagraph): remove an outdated #warning
1758
1759 2004-01-07  André Pönitz  <poenitz@gmx.net>
1760
1761         * lyxfind.C: somewhat clearer logic
1762
1763         * text.C: prevent crash in cursorX on unitialized row cache
1764
1765 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1766
1767         * lyxcursor.[Ch] (operator>): add
1768         * textcursor.C (selStart, selEnd): use std::min and std::max
1769
1770 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1771
1772         * Chktex.C: include boost/format.hpp
1773
1774 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1775
1776         * InsetList.C: replace functor MathcIt with adaptable functor
1777         InsetTablePosLess
1778         (insetIterator): modify accordingly
1779
1780         * BranchList.h: move the BranchNamesEqual functor here from...
1781         * BranchList.C: ... to here
1782
1783         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1784         SameName and match.
1785         (add): replace a finding loop with std::find_if.
1786
1787 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1788
1789         * output_docbook.C: moving LatexParam functionality into
1790         .layout files
1791
1792 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1793
1794         * buffer.C: increment format to 229.
1795
1796 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1797
1798         * LaTeXFeatures.C:
1799         * lyx_sty.[Ch]: remove minipageindent_def
1800
1801         * LyXAction.C:
1802         * factory.C:
1803         * lfuns.h:
1804         * lyxfunc.C:
1805         * text3.C: remove LFUN_INSET_MINIPAGE
1806
1807 2003-12-28  Angus Leeming  <leeming@lyx.org>
1808
1809         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1810
1811 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1812
1813         * text2.C (setParagraph): fix off-by-one crash
1814
1815 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1816
1817         * output_docbook.C: header stuff for AGU
1818
1819 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1820
1821         * text2.C (redoCursor): remove
1822         * text.C:
1823         * text3.C:
1824         * BufferView_pimpl.C: remove calls to redoCursor and
1825         setCursor(cursor.par(), cursor.pos()) all around
1826
1827 2003-12-15  Angus Leeming  <leeming@lyx.org>
1828
1829         * buffer.C: up the format to 228.
1830
1831 2003-12-15  André Pönitz  <poenitz@gmx.net>
1832
1833         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1834         slices
1835
1836         * Makefile.am:
1837
1838         * BufferView_pimpl.C:
1839         * cursor.[Ch]:
1840         * lyxcursor.[Ch]:
1841         * rowpainter.[Ch]:
1842         * lyxtext.h:
1843         * text.C:
1844         * text2.C:
1845         * text3.C: adjust
1846
1847 2003-12-15  Angus Leeming  <leeming@lyx.org>
1848
1849         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1850         than getFromGUIName to manipulate the color.
1851
1852 2003-12-14  Angus Leeming  <leeming@lyx.org>
1853
1854         * BranchList.[Ch]: minimize the API.
1855         (Branch::getBranch, getColor): now return a 'const &'.
1856         (Branch::setSelected) now returns a bool set to true if the
1857         selection status changes.
1858         (BranchList::clear, size, getColor, setColor, setSelected,
1859         allBranches, allSelected, separator): removed.
1860         (BranchList::find): new functions, returning the Branch with
1861         the given name.
1862         (BranchList::add, remove): return a bool indicating that
1863         the operation was successful.
1864
1865         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1866         new InsetBranch::isBranchSlected member function.
1867
1868         * LColor.[Ch]: mimimize the API.
1869         (fill): renamed as addColor and made private.
1870         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1871         versions of these functions taking a string arg have been removed.
1872
1873         * bufferparams.C (readToken):
1874         * lyxfunc.C (dispatch):
1875         * lyxrc.C (read): changes due to the altered BranchList and
1876         LColor APIs.
1877
1878         * factory.C (createInset, readInset): changes due to altered
1879         InsetBranch c-tor.
1880
1881 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1882
1883         * factory.C:
1884         * lyxfunc.C: remove insetminipage. "minipage-insert"
1885         now produces a frameless minipage box inset.
1886
1887 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1888
1889         * textcursor.[Ch] (selStart,selEnd): add new methods
1890         remove selection::start, end, use LyXCursor::operator<
1891         * lyxcursor.[Ch] (operator<): add
1892         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1893         * BufferView.[Ch] (unsetXSel): add
1894         * text2.C (clearSelection): use unsetXSel,adjust
1895         * text.C: adjust
1896         * text3.C: adjust
1897         * rowpainter.C: adjust
1898         * bufferview_funcs.C (put_selection_at): adjust
1899
1900 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1901
1902         * BufferView_pimpl.C: small coord. correction
1903
1904 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1905
1906         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1907         dragging over the splash screen.
1908
1909 2003-12-11  Angus Leeming  <leeming@lyx.org>
1910
1911         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1912         as it is now handled in LyXText::dispatch.
1913
1914         * text3.C (doInsertInset): remove a level of nesting.
1915
1916 2003-12-11  Angus Leeming  <leeming@lyx.org>
1917
1918         * factory.C (createInset): changes due to the changed interface to
1919         InsetCommandMailer::string2params.
1920
1921 2003-12-10  Angus Leeming  <leeming@lyx.org>
1922
1923         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1924         'dialog-show-new-inset <inset name>'
1925
1926 2003-12-10  Angus Leeming  <leeming@lyx.org>
1927
1928         * buffer.C: up the format to 227.
1929
1930         * factory.C: the box inset is now identified simply by 'Box'.
1931
1932 2003-12-10  Angus Leeming  <leeming@lyx.org>
1933
1934         * buffer.C: up the format to 226.
1935
1936         * factory.C: the note inset is now identified simply by 'Note'.
1937
1938 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1939
1940         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1941         when a pit is enough. Standarize a couple of loops.
1942
1943 2003-12-05  Angus Leeming  <leeming@lyx.org>
1944
1945         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1946         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1947         data to the re-worked "log" dialog.
1948
1949 2003-12-03  André Pönitz  <poenitz@gmx.net>
1950
1951         * PosIterator.C:
1952         * iterators.C:
1953         * lyxtext.h:
1954         * output_latex.C:
1955         * paragraph_funcs.C:
1956         * text.C:
1957         * text2.C: use Inset::getText instead of Inset::getParagraph
1958
1959 2003-12-03  André Pönitz  <poenitz@gmx.net>
1960
1961         * buffer.[Ch]:
1962         * lyxtext.h:
1963         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1964         InsetText::read() as LyXText::read()
1965
1966 2003-12-02  Angus Leeming  <leeming@lyx.org>
1967
1968         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1969         type. Add a comment in the implementation that the function uses
1970         the stream's bad() function rather than fail() as the std::streams
1971         would do.
1972
1973 2003-12-02  André Pönitz  <poenitz@gmx.net>
1974
1975         * lyxlex.[Ch]: make interface more similar to std::stream
1976
1977         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1978
1979 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1980
1981         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1982
1983 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1984
1985         * vspace.[Ch]: remove VSpace::NONE
1986
1987 2003-12-01  André Pönitz  <poenitz@gmx.net>
1988
1989         * buffer.[Ch]:
1990         * lyxtext.h: move ParagraphList member to LyXText
1991         rename LyXText::ownerParagraphs to LyXText::paragraph
1992
1993         * CutAndPaste.C:
1994         * bufferview_funcs.C:
1995         * iterators.[Ch]:
1996         * lyx_cb.C:
1997         * paragraph.C:
1998         * rowpainter.C:
1999         * tabular.C:
2000         * text.C:
2001         * text2.C:
2002         * text3.C: adjust
2003
2004         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2005
2006         * undo.C: fix cursor positioning
2007
2008 2003-12-01  John Levon  <levon@movementarian.org>
2009
2010         * BufferView_pimpl.C: fix a crash on exit with
2011         a buffer open
2012
2013 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2014
2015         * BranchList.C: fix setSelected() method.
2016
2017 2003-11-28  André Pönitz  <poenitz@gmx.net>
2018
2019         * ParagraphParameters.[Ch]:
2020         * ParameterStruct.h: remove space above/below from Paragraph to
2021          InsetVSpace
2022
2023         * BufferView_pimpl.C:
2024         * factory.C:
2025         * lyxfunc.C:
2026         * lyxtext.h:
2027         * output_latex.C:
2028         * paragraph.C:
2029         * paragraph_funcs.C:
2030         * rowpainter.[Ch]:
2031         * text.C:
2032         * text2.C:
2033         * text3.C: adjust
2034
2035 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2036
2037         * factory.C: Syntax change for CharStyles
2038
2039 2003-11-28  André Pönitz  <poenitz@gmx.net>
2040
2041         * BufferView.[Ch]:
2042         * BufferView.[Ch]:
2043         * buffer.[Ch]:
2044         * buffer.[Ch]: move LyXText member
2045
2046 2003-11-28  André Pönitz  <poenitz@gmx.net>
2047
2048         * BufferView.[Ch]: make LyXText * text a private member
2049
2050         * BufferView_pimpl.C:
2051         * cursor.C:
2052         * iterators.C:
2053         * lyx_cb.C:
2054         * lyxfind.C:
2055         * lyxtext.h:
2056         * rowpainter.[Ch]:
2057         * text.C:
2058         * text2.C:
2059         * undo.C: adjust
2060
2061         * output_plaintext.C: cleanup
2062
2063 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2064
2065         * buffer.C:
2066         * lyxtextclass.[Ch]: parametrize SGML document header
2067
2068 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2069
2070         * converter.[Ch]:
2071         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2072         getFlavor().
2073
2074 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2075
2076         * text2.C (setFont): rework using PosIterator (no more recursive)
2077         (setCharFont): no more needed
2078         (setLayout): no more selection cursors fiddling (done by redoCursor)
2079         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2080         destroy remaining ones)
2081
2082 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2083
2084         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2085         * lyxtext.h: ditto
2086         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2087         selection cursors
2088         * lyxfunc.C: adjust
2089         * text3.C: adjust + re-allow multi par depth changes
2090         * textcursor.C: simplify a bit
2091
2092 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2093
2094         * src/buffer.C:
2095         * src/lyxlayout.C:
2096         * src/lyxlayout.h:
2097         * src/lyxtext.h:
2098         * src/output_docbook.C:
2099         * src/output_latex.C:
2100         * src/paragraph.C:
2101         * src/paragraph.h:
2102         * src/sgml.C:
2103         * src/sgml.h:
2104         * src/text2.C: Introducing a number of tags parametrizing various
2105         XML formats that we may want to support
2106
2107 2003-11-25  André Pönitz  <poenitz@gmx.net>
2108
2109         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2110
2111         * lyxtext.h (leftMargin/rightMargin): simplify interface
2112
2113         * rowpainter.C:
2114         * text.C:
2115         * text2.C:
2116         * text3.C: adjust
2117
2118 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2119
2120         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2121         master file to any child files. Fixes bug 546.
2122
2123 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2124
2125         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2126
2127 2003-11-24  André Pönitz  <poenitz@gmx.net>
2128
2129         * rowpainter.C: simplification
2130
2131         * text2.C (updateCounters): remove call to redoParagraph on
2132         changed labels as this is far too expensive.
2133
2134 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2135
2136         * converter.C (convert): fix a crash: this function gets
2137         called with buffer == 0 from importer code.
2138
2139 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2140
2141         * text3.C (cursorPrevious): make sure that we do not compare
2142         iterators form different containers.
2143         (cursorNext): ditto
2144
2145         * rowpainter.C (paintSelection): make sure that we do not compare
2146         iterators from different containers.
2147
2148         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2149         iterators from different ParagraphList containers.
2150         [NEXT] ditto
2151
2152         * text2.C (LyXText): change order of initialization slightly
2153         (operator=): new function. copy all variables except cache_par_
2154         (moveUp): make sure that we do not compare iterators from
2155         different ParagraphList constainers.
2156         (moveDown): ditto
2157
2158         * text.C (firstPar): new function
2159         (lastPar): new function
2160         (endPar): new function
2161
2162         * lyxtext.h: move things around and group public functions, public
2163         variables, private functions, private variables
2164
2165 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2166
2167         * factory.C: change call to InsetERT constructor to avoid
2168         additional invocation of method status
2169         * text2.C (toggleInset): remove redundant update() call
2170         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2171         instead of a Bufferview pointer
2172
2173 2003-11-21  André Pönitz  <poenitz@gmx.net>
2174
2175         * rowpainter.C: simplification
2176
2177 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2178
2179         * text3.C (dispatch): make possible to extend a word/row selection
2180         with the mouse
2181
2182 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2183
2184         * lyxtext.h: x0_,y0_ -> xo_,yo_
2185         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2186         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2187         * rowpainter.C (paintRows): paint full paragraphs
2188
2189 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2190
2191         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2192         screen coordinates)
2193
2194 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2195
2196         * lyxtext.h: add x0_, y0_
2197         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2198         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2199
2200 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2201
2202         * text2.C (setCursorIntern): move the x_target update here *
2203         * text3.C: change some bv() to true/false in calls to
2204         cursorUp/Down/Right/Left
2205         * cursor.C: use helper function.
2206
2207 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2208
2209         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2210         * paragraph_funcs.[Ch]: correct comment
2211         * rowpainter.C: do not paint selections away from bv->cursor()
2212         Fix a long standing selection painting bug.
2213         * text3.C: generalize mouse-selection code to LyXTexts other that
2214         top one
2215         * textcursor.C: do not use y coords if we can use par offsets
2216
2217 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2218
2219         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2220         cursor position after e.g. inset insert)
2221
2222 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2223
2224         * lyxfind.C (replace): adjust to locking removal + some
2225         code simplification
2226
2227 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2228
2229         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2230         of the path
2231
2232 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2233
2234         * lyxlayout.[Ch]:
2235         * output_docbook.C: XML sanitation: new layout
2236         parameters InnerTag and CommandDepth
2237
2238 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2239
2240         * BufferView_pimpl.C:
2241         * factory.C:
2242         * text3.C: Fix the insertion and modification of button-style
2243         insets
2244
2245 2003-11-13  André Pönitz  <poenitz@gmx.net>
2246
2247         * InsetList.[Ch]: remove deleteLyXText
2248
2249         * paragraph.[Ch]: cache beginOfBody position
2250
2251         * Bidi.C:
2252         * text.C:
2253         * text2.C:
2254         * text3.C: remove superfluous update() calls
2255
2256         * vspace.C: cleanup
2257
2258 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2259
2260         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2261         * BufferView.C (fitLockedInsetCursor): remove
2262         * cursor.[Ch] (getDim): add
2263         * text.C (getRowNearY): add faster version
2264         * text3.C: remove some update calls
2265
2266 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2267
2268         * LaTeXFeatures.C:
2269         * LyXAction.C:
2270         * MenuBackend.C:
2271         * MenuBackend.h:
2272         * dispatchresult.h:
2273         * factory.C:
2274         * lfuns.h:
2275         * lyxfunc.C:
2276         * lyxtextclass.C:
2277         * lyxtextclass.h:
2278         * text3.C: The Character Style /XML short element patch.
2279
2280 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2281
2282         * text3.C:
2283         * factory.C: Small step to solving 'unable to insert some insets'
2284         problem
2285
2286 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2287
2288         * cursor.[Ch] (updatePos): new function for updating the y
2289         position of the tip inset
2290         * bufferview_funcs.C (put_selection_at):
2291         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2292
2293 2003-11-11  André Pönitz  <poenitz@gmx.net>
2294
2295         * text.C: remove big comment on invalid Paragraph pointers as it is
2296         not valid anymore
2297
2298 2003-11-11  André Pönitz  <poenitz@gmx.net>
2299
2300         * text_funcs.[Ch]: merge with ...
2301
2302         * text.C: ... this
2303
2304         * lyxtext.h:
2305         * text2.C:
2306         * text3.C: adjust
2307
2308         * Makefile.am: remove text_funcs.[Ch]
2309
2310 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2311
2312         * cursor.C (getPos): return absolute cached y coord
2313
2314         * BufferView_pimpl.C (fitCursor): new simplistic code
2315         (workAreaDispatch): add a fitCursor call
2316
2317 2003-11-10  André Pönitz  <poenitz@gmx.net>
2318
2319         * BufferView.[Ch]:
2320         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2321
2322 2003-11-10  André Pönitz  <poenitz@gmx.net>
2323
2324         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2325         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2326         indicate that the cursor needs to leave an inset
2327
2328         * lyxtext.h: remove inset locking
2329
2330         * cursor.[Ch]: re-implement functionality provided by inset locking
2331
2332         * BufferView.[Ch]:
2333         * BufferView_pimpl.[Ch]:
2334         * LyXAction.C:
2335         * bufferview_funcs.[Ch]:
2336         * factory.C:
2337         * funcrequest.[Ch]:
2338         * iterators.C:
2339         * lyx_cb.C:
2340         * lyxfind.C:
2341         * lyxfunc.C:
2342         * text.C:
2343         * text2.C:
2344         * text3.C:
2345         * undo.C: adjust
2346
2347 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2348
2349         * PosIterator.[Ch]: replace the stack with a vector, add inset
2350         accesor
2351         * iterators.[C]: adjust
2352
2353 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2354
2355         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2356         replaced
2357         * paragraph_funcs.C (readParToken): put the correct id in the
2358         error item, not the id of the top paragraph
2359
2360 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2361
2362         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2363         * bufferview_funcs.C (put_selection_at): use the above
2364
2365 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2366
2367         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2368
2369 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2370
2371         * output_linuxdoc.h:
2372         * output_plaintext.h:
2373         * output.h:
2374         * output_docbook.h: add #include statements
2375
2376 2003-11-05  José Matos  <jamatos@lyx.org>
2377
2378         * output_docbook.[Ch]:
2379         * output_latex.[Ch]:
2380         * output_linuxdoc.[Ch]:
2381         * output_plaintext.[Ch]: New files for output formats.
2382         * output.[Ch]: New file for helper functions.
2383
2384         * buffer.[Ch]:
2385         * paragraph_funcs.[Ch]: output functions moved to new files.
2386
2387         * outputparams.h: rename of latexrunparams.h
2388
2389         * LaTeX.[Ch]:
2390         * buffer.[Ch]:
2391         * bufferlist.[Ch]:
2392         * converter.[Ch]:
2393         * exporter.C:
2394         * paragraph.[Ch]:
2395         * paragraph_funcs.[Ch]:
2396         * paragraph_pimpl.[Ch]:
2397         * tabular.[Ch]: rename ascii to plaintext
2398         and LatexRunParams to OutputParams.
2399
2400 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2401
2402         * iterators.[Ch] (text): require bv argument
2403         * undo.C (recordUndo):
2404         * lyxfunc.C (dispatch):
2405         * bufferview_funcs.C (put_selection_at): adjust
2406
2407 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2408
2409         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2410
2411 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2412
2413         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2414         nestings
2415
2416 2003-11-04  André Pönitz  <poenitz@gmx.net>
2417
2418         * cursor.[Ch]: restructure
2419
2420         * BufferView.[Ch]:
2421         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2422
2423         * iterators.[Ch] (asCursor): remove
2424
2425         * lfuns.h: remove LFUN_INSET_EDIT
2426
2427         * lyxfunc.C:
2428         * tabular.C:
2429         * text.C:
2430         * text2.C:
2431         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2432
2433 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2434
2435         * lyxfind.[Ch]: complete overhaul
2436         * BufferView_pimpl.C:
2437         * lyxfunc.C: adjust
2438         * paragraph.[Ch] (insert): add
2439
2440 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2441
2442         * BufferView.[Ch]:
2443         * lyxtext.h:
2444         * text.C: remove dead spellcheck code
2445
2446 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2447
2448         * dispatchresult.h: add a val setter
2449
2450         * cursor.C (dispatch): use a tempvar for data_[i]
2451
2452 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2453
2454         * PosIterator.[Ch]: compile fix
2455
2456 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2457
2458         * text.C (cursorPar): deactivate the cursor cache
2459
2460 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2461
2462         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2463
2464 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2465
2466         * text3.C (dispatch): adjust for new DisptchResult semantics.
2467
2468         * lyxfunc.C (dispatch): handle update when return from
2469         Cursor::dispatch, adjust for new DispatchResult semantics.
2470
2471         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2472         DispatchResult(true) mean to not update. Add class functions for
2473         setting dispatched and update, as well as reading.
2474
2475         * cursor.C (dispatch): don't handle update here
2476
2477 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2478
2479         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2480         * trans_mgr.C: adjust
2481
2482         * paragraph_funcs.C (readParToken): exception safety
2483
2484         * lyxvc.h: store the vcs pointer in a scoped_ptr
2485         * lyxvc.C: adjust
2486
2487         * lyxsocket.C (serverCallback): exception safety
2488
2489         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2490
2491         * ispell.C (clone): make it return a auto_ptr
2492
2493         * factory.C (createInset): exception safety
2494         (readInset): exception safety
2495
2496         * bufferlist.C (newBuffer): exception safety
2497
2498         * Thesaurus.C (Thesaurus): use initialization for aik_
2499
2500         * MenuBackend.C (expandToc): exception safety.
2501
2502 2003-11-03  André Pönitz  <poenitz@gmx.net>
2503
2504         * buffer.C:
2505         * buffer.h:
2506         * bufferview_funcs.C: remove getInsetFromId()
2507
2508         * lyxcursor.[Ch]:
2509         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2510
2511         * lyxfunc.C:
2512         * text2.C:
2513         * text3.C: adjust
2514
2515 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2516
2517         * PosIterator.C (distance, advance): new
2518         * bufferview_funcs.[Ch] (put_selection_at): new
2519         * iterators.[Ch] (lockPath): new
2520
2521 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2522
2523         * iterators.[Ch] (asPosIterator): added
2524         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2525         * PosIterator.[Ch]: added
2526
2527 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2528
2529         * text3.C:
2530         * lyxfunc.C:
2531         * cursor.C (dispatch):
2532         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2533
2534         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2535         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2536         contructor, add a class function dispatched. Remove operator>=
2537
2538 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2539
2540         * debug.C: only use the default constructor for debugstream
2541         (lyxerr) here.
2542
2543         * main.C (main): include debug.h and setup the lyxerr streambuf
2544         here.
2545
2546 2003-10-31  José Matos  <jamatos@lyx.org>
2547
2548         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2549
2550         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2551         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2552         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2553         * paragraph_pimpl.C (simpleTeXSpecialC):
2554         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2555         add LatexRunParams argument.
2556
2557         * exporter.C (Export): change call accordingly.
2558
2559         * latexrunparams.h: add new member to take care of the other backends.
2560 2003-10-30  José Matos  <jamatos@lyx.org>
2561
2562         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2563         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2564         factorise code for paragraph output.
2565         * buffer.[Ch]:
2566         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2567         move functions.
2568
2569 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2570
2571         * text3.C (dispatch):
2572         * lyxfunc.C (dispatch):
2573         * cursor.C (dispatch):
2574         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2575
2576         * dispatchresult.h: make the dispatch_result_t ctor explicit
2577
2578 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2579
2580         * sgml.[Ch]:
2581         * buffer.C: small refactoring of docbook stuff
2582
2583 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2584
2585         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2586         meaning.
2587
2588 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2589
2590         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2591         operator dispatch_result_t, and operators for == != and >=
2592
2593         * cursor.C (dispatch): adjust for operator dispatch_result_t
2594         removal. comment out call to update
2595
2596         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2597
2598 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2599
2600         * text3.C:
2601         * text2.C:
2602         * text.C:
2603         * lyxtext.h:
2604         * lyxfunc.C:
2605         * cursor.C:
2606         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2607         (dispatch):
2608
2609         * dispatchresult.h: new file, DispatchResult broken out of
2610         insets/insetbase.h
2611
2612         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2613
2614 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2615
2616         * text.C (rowBreakPoint): put a hack inside #if 0
2617
2618 2003-10-28  André Pönitz  <poenitz@gmx.net>
2619
2620         * lyxtext.h:
2621         * metricsinfo.C:
2622         * paragraph_funcs.C:
2623         * rowpainter.C:
2624         * text.C:
2625         * text2.C: general cleanup (lots of small stuff)
2626
2627 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2628
2629         * text2.C (cursorEnd): simple fix to the "end key goes to one
2630         before the end on last row" bug
2631
2632 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2633
2634         * text.C (backspace): fix the "zombie characters"
2635
2636 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2637
2638         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2639
2640 2003-10-27  André Pönitz  <poenitz@gmx.net>
2641
2642         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2643
2644         * factory.C: handle new InsetPagebreak, InsetLine
2645
2646         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2647         and move handling into new InsetPagebreak, InsetLine
2648
2649         * BufferView_pimpl.C:
2650         * LyXAction.C:
2651         * ParagraphParameters.C:
2652         * ParameterStruct.h:
2653         * lyxfunc.C:
2654         * lyxtext.h:
2655         * paragraph.C:
2656         * paragraph.h:
2657         * paragraph_funcs.C:
2658         * paragraph_pimpl.C:
2659         * rowpainter.C:
2660         * text.C:
2661         * text2.C:
2662         * text3.C: adjust
2663
2664 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2665
2666         * text.C:
2667         * lyxrow_funcs.[Ch]:
2668         * Bidi.C:
2669         * paragraph.C:
2670         * lyxtext.h:
2671         * rowpainter.C:
2672         * text2.C:
2673         * text3.C: remove lastPos uses in favour of Row::endpos
2674
2675 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2676
2677         * undo.C (performUndoOrRedo): fix two crashes by setting a
2678         cursor by hand and reordering some calls. Use bv->lockInset instead
2679         of inset->edit because the latter loses cursor information
2680
2681 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2682
2683         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2684         by Martin
2685         (rowBreakPoint): fix width. change point to point + 1.
2686         Add a missing check.
2687
2688 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2689
2690         * MenuBackend.C:
2691         * lyxfunc.C: fix (at least partly) the problems
2692         with the Nav menu and headers inside branch insets
2693         reported by Kayvan
2694
2695 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2696
2697         * paragraph.C (getChar): add strong asserts
2698
2699         * lyxrow_funcs.C (lastPos): remove hideous hack
2700
2701         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2702         (fill): adjust to that (avoid an infinite loop)
2703
2704 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2705
2706         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2707
2708 2003-10-23  André Pönitz  <poenitz@gmx.net>
2709
2710         * RowList_fwd.h: change list<> to vector<> to gain speed
2711         after suggestion from Alfredo
2712
2713 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2714
2715         * lyxtext.h: move the bidi stuff from here...
2716         * text.C: and here
2717         * text2.C: and here
2718         * Bidi.[Ch]: ... to here
2719
2720 2003-10-23  André Pönitz  <poenitz@gmx.net>
2721
2722         * lyxtext.h:
2723         * text.C (isLastRow, isFirstRow): new functions
2724
2725         * paragraph.h: new width cache member
2726
2727         * rowpainter.C: replace RowList::iterator with Row & where possible
2728
2729         * lyxfunc.C: replace several view()->text with a single call
2730
2731         * toc.C: fix 'unused' warning
2732
2733 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2734
2735         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2736         when woring with stream::pos_type
2737         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2738
2739 2003-10-22  André Pönitz  <poenitz@gmx.net>
2740
2741         * lyxtext.h:
2742         * text.C: use Row & instead of RowList::iterator
2743
2744         * lyxrow.h: rename end() to endpos()
2745
2746         * rowpainter.C:
2747         * text.C:
2748         * text2.C: adjust
2749
2750 2003-10-22  Angus Leeming  <leeming@lyx.org>
2751
2752         * buffer.[Ch] (fully_loaded): new member function, returning true
2753         only when the file has been loaded fully.
2754         Used to prevent the premature generation of previews and by the
2755         citation inset to prevent computation of the natbib-style label.
2756
2757         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2758         templates are all set up.
2759
2760         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2761
2762 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2763
2764         * text.C: fixed an "oops" in the "is a bit silly"
2765         bug fix
2766
2767 2003-10-21  André Pönitz  <poenitz@gmx.net>
2768
2769         * FuncStatus.[Ch]: small stuff, whitespace
2770
2771         * lyxfont.[Ch]: operator<<() for debug reasons
2772
2773         * lyxfunc.C:
2774         * lyxrow_funcs.C:
2775         * lyxtext.h: whitespace, spelling
2776
2777         * paragraph.C: naming of variables
2778
2779         * text.C:
2780         * text2.C: small stuff
2781
2782
2783 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2784
2785         * text.C: (1) finish off the inset display() work;
2786         (2) fix the "is a bit silly" bug (accessing char
2787         past end of par).
2788
2789 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2790
2791         * text.C: re-introduce display() for insets, fixing the
2792         various bugs (stretch of line above, math inset
2793         positioning, ...)
2794
2795 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2796
2797         * text.C (rightMargin): remove spurious semicolon
2798
2799         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2800         1415)
2801
2802 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2803
2804         * text3.C: fix one crash due to wrong cursor def
2805
2806 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2807
2808         * vc-backend.C (scanMaster): make the regex static
2809
2810         * LaTeX.C (scanAuxFile): make the regexs static
2811
2812         * text3.C (doInsertInset, dispatch, dispatch):
2813         * text2.C (cursorUp, cursorDown):
2814         * text.C (selectNextWordToSpellcheck):
2815         * BufferView_pimpl.C (dispatch):
2816         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2817
2818 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2819
2820         * lyxsocket.C: include <cerrno>
2821
2822 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2823
2824         * lyxfunc.C (dispatch): remove textcache stuff
2825
2826         * bufferlist.C (release): remove textcache stuff
2827         (closeAll): ditto
2828
2829         * TextCache.C: delete file
2830         * TextCache.h: delete file
2831
2832         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2833
2834         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2835         delete of the bv_->text.
2836         (resizeCurrentBuffer): remove texcache stuff
2837         (workAreaResize): ditto
2838
2839 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2840
2841         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2842         action.
2843
2844 2003-10-16  André Pönitz  <poenitz@gmx.net>
2845
2846         * lyxrow.[Ch]:
2847         * paragraph.h:
2848         * rowpainter.C:
2849         * text.C:
2850         * text2.C:
2851         * text3.C: speed up by storing y positions per paragraph plus per-row
2852         offset instead of having a 'full' y position in the row.
2853
2854 2003-10-15  André Pönitz  <poenitz@gmx.net>
2855
2856         * iterators.[Ch]:
2857         * iterators.[Ch]:
2858         * undo.[Ch]: make undo aware of inner insets
2859
2860 2003-10-14  Angus Leeming  <leeming@lyx.org>
2861
2862         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2863         static member functions LyX::ref() and LyX::cref.
2864         (lastfiles): new accessor functions for the new lastfiles_ member var.
2865         (addLyXView, views_): add a new LyXView to the list of views_.
2866         (updateInset): loop over all LyXViews to call their own updateInset
2867         member function, returning a pointer to the Buffer owning the inset.
2868
2869         * BufferView_pimpl.C (loadLyXFile):
2870         * MenuBackend.C (expandLastfiles):
2871         * bufferlist.C (MenuWrite, QuitLyX):
2872         lastfiles is no longer a global variable.
2873         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2874
2875         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2876         static function. Access through LyX::cref().emergencyCleanup().
2877
2878 2003-10-14  André Pönitz  <poenitz@gmx.net>
2879
2880         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2881
2882         * undo.[Ch]: restoring part of 'undo in insets'
2883
2884         * Makefile.am:
2885         * undo_funcs.[Ch]: merge with undo.[Ch]
2886
2887         * tabular.C: small cleansing stuff
2888
2889 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2890
2891         * paragraph_funcs.C (readParToken): report unknown insets as error
2892         boxes. Use the outer paragraph as location (also for unknown
2893         tokens).
2894
2895         * factory.C (readInset): do not abort on reading an unknown inset.
2896         Eat it and return 0.
2897
2898 2003-10-13  Angus Leeming  <leeming@lyx.org>
2899
2900         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2901
2902         * lyxrc.C: displayTranslator is now a function,
2903         declared in GraphicsTypes.h.
2904
2905 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2906
2907         * format.C: new placeholder $$a to pass the socket address.
2908
2909         * bufferlist.[Ch]: new function getBufferFromTmp.
2910
2911         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2912           files in the temporary dir.
2913
2914 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2915
2916         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2917
2918         * Makefile.am: add lyxsocket.[Ch].
2919
2920         * lyx_main.C (error_handler): handle SIGPIPE.
2921
2922 2003-10-13  André Pönitz  <poenitz@gmx.net>
2923
2924         * BufferView_pimpl.C:
2925         * lyxtext.h:
2926         * text.C:
2927         * text2.C:
2928         * text3.C:
2929         * undo_funcs.[Ch]: use paroffset_type instead of
2930           ParagraphList::iterators to prevent multiple conversion
2931           (and get a more robust interface)
2932
2933 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2934
2935         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2936         * lyxtext.h: ditto
2937         * text3.C (dispatch): ditto
2938
2939 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2940
2941         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2942         move the onlyfile, use onlyfile instead of foundfile in a couple
2943         of places.
2944
2945         * DepTable.C (update): flush the error stream a bit more
2946
2947 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2948
2949         * lyxserver.C (callback): adjust
2950
2951         * lyxfunc.C (getStatus): add a missing brace in commented code
2952         (ensureBufferClean): reindent
2953         (dispatch): delete version taking a string
2954
2955 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2956
2957         * LaTeX.C (deplog): move found file handlig from here...
2958         (handleFoundFile): .. to new function here.
2959         (deplog): make sure to discover several files mentioned on the
2960         same log line.
2961
2962 2003-10-10  André Pönitz  <poenitz@gmx.net>
2963
2964         * lyxfunc.C:
2965         * lyxtext.h:
2966         * tabular.C:
2967         * text.C:
2968         * text2.C:
2969         * text3.C: fix some of the tabular crashes
2970
2971 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2972
2973         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2974
2975         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2976
2977 2003-10-09  André Pönitz  <poenitz@gmx.net>
2978
2979         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2980
2981         * BufferView.C:
2982         * BufferView_pimpl.C:
2983         * bufferview_funcs.C:
2984         * lyx_cb.C:
2985         * lyxcursor.C:
2986         * lyxfind.C:
2987         * lyxfunc.C:
2988         * lyxtext.h:
2989         * text.C:
2990         * text2.C:
2991         * text3.C:
2992         * text_funcs.[Ch]:
2993         * textcursor.[Ch]:
2994         * undo_funcs.C: adjust
2995
2996 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2997
2998         * text2.C (incrementItemDepth): new function, use a backtracking
2999         algorithm to discover the correct item depth.
3000         (resetEnumCounterIfNeeded): new function, use a backtracking
3001         algorithm to discover if counter reset is needed.
3002         (setCounter): use them. Simplify a bit. Add different labels for
3003         different item depths for itemize.
3004
3005         * paragraph.C (Paragraph): remove initialization of enumdepth
3006         (operator=): ditto
3007
3008         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3009         enumerate and itemize. Change the type of itemdepth to signed char.
3010
3011 2003-10-08  André Pönitz  <poenitz@gmx.net>
3012
3013         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3014           thing assignable.
3015         * text.C:
3016         * text2.C: adjust
3017
3018         * tabular.[Ch]: fix crash after 'row-insert'
3019
3020 2003-10-08  Angus Leeming  <leeming@lyx.org>
3021
3022         Fix doxygen warnings.
3023
3024         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3025         Remove CutAndPaste:: prefix from header file declaration.
3026
3027         * LColor.h (fill): remove LColor:: prefix from declaration.
3028
3029         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3030         use lyx::depth_type rather than Paragraph::depth_type so that
3031         header file and .C file match.
3032
3033         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3034
3035         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3036         * aspell.C: \file aspell_local.C -> \file aspell.C
3037         * gettext.C: \file gettext.C -> \file src/gettext.C
3038         * gettext.h: \file gettext.h -> \file src/gettext.h
3039         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3040         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3041         * text.C: \file text.C -> \file src/text.C
3042
3043         * toc.C: move comment so that doxygen is not confused.
3044
3045 2003-10-07  Angus Leeming  <leeming@lyx.org>
3046
3047         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3048
3049 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3050
3051         * aspell.C:
3052         * aspell_local.h: add forgotten std::string's.
3053
3054 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3055
3056         * LaTeXFeatures.C:
3057         * LyXAction.C:
3058         * factory.C:
3059         * lfuns.h:
3060         * lyxfunc.C:
3061         * text3.C: The Box patch. Fancybox support, minipage, parbox
3062
3063 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3064
3065         * CutAndPaste.h:
3066         * DepTable.h:
3067         * FloatList.h:
3068         * LaTeXFeatures.h:
3069         * ParagraphParameters.h:
3070         * TextCache.h:
3071         * Thesaurus.h:
3072         * bufferlist.h:
3073         * exporter.h:
3074         * importer.h:
3075         * lastfiles.h:
3076         * lyxfind.h:
3077         * lyxfont.h:
3078         * lyxlex.h:
3079         * lyxtextclasslist.h:
3080         * messages.h:
3081         * paragraph.h:
3082         * paragraph_pimpl.C:
3083         * textcursor.h: add <string> and other small fixes to make Lars'
3084         std::string patch compile with STLport.
3085
3086 2003-10-06  Angus Leeming  <leeming@lyx.org>
3087
3088         * LColor.h: Add missing #include <string>.
3089
3090 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3091
3092         * All most all file in all subdirs: Make <string> be the prefered
3093         way of getting to std::string, add using declarations.
3094
3095 2003-10-06  André Pönitz  <poenitz@gmx.net>
3096
3097         * metricsinfo.C: initialize LyXFont before changing attribute.
3098         (fixes the 'math in \emph is upright' bug)
3099
3100 2003-10-06  André Pönitz  <poenitz@gmx.net>
3101
3102         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3103
3104 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3105
3106         * graph.C:
3107         * paragraph_pimpl.C: Small fixes to build using STLport
3108
3109 2003-10-02  André Pönitz  <poenitz@gmx.net>
3110
3111         * lyxfunc.C:
3112         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3113
3114 2003-10-01  André Pönitz  <poenitz@gmx.net>
3115
3116         * factory.C: assert early
3117
3118 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3119
3120         * lyx_main.C: remove the global debug object
3121
3122         * debug.h: adjust for new debugstream
3123
3124         * debug.C: adjust for new debugstream and keep the global debug
3125         object here.
3126
3127 2003-09-22  Angus Leeming  <leeming@lyx.org>
3128
3129         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3130         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3131         an incomplete class LyXFont.
3132
3133 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3134
3135         * factory.C: bug fix in branches
3136
3137 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3138
3139         * lyxfunc.C (processKeySym): adjust
3140         (dispatch): adjust
3141         (dispatch): change arg name from ev to func, adjust
3142         (sendDispatchMessage): ditto
3143
3144         * lyx_main.C (defaultKeyBindings): adjust keybindings
3145         (deadKeyBindings): ditto
3146
3147         * kbsequence.C (addkey): return a FuncRequest
3148
3149         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3150
3151         * kbmap.C (bind): take a FuncRequest as arg, adjust
3152         (read): adjust
3153         (lookup): adjust
3154         (defkey): change to take a FuncRequest as arg, adjust
3155         (findbinding): take a FuncRequest as arg, adjust.
3156
3157         * funcrequest.h (operator=): added
3158
3159         * funcrequest.C (FuncRequest): default kb_action changed from
3160         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3161
3162         * buffer.C (dispatch): simplify
3163         (dispatch): adjust to take a FuncRequest as arg, adjust
3164
3165         * boost.C (assertion_failed): change assertion message slightly
3166
3167         * ToolbarBackend.C (read): simplify
3168
3169         * MenuBackend.C (binding): adjust call to findbinding, add a
3170         message if no binding is found.
3171         (read): simplify
3172         (expandToc): correct by adding a empty FuncRequest
3173
3174         * LyXAction.C: include <boost/assert.hpp>
3175         (isPseudoAction): delete function
3176         (LookupFunc): change name to...
3177         (lookupFunc): this. change return type to FuncRequest.
3178         (getActionName): take kb_action as arg, simplify
3179         (funcHasFlag): add an assert, simplify.
3180
3181 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3182
3183         * toc.C (action): return a FuncRequest, simplify
3184
3185         * lyxfunc.C (processKeySym): adjust
3186         (getStatus): delete version that takes an int.
3187         (getStatus): adjust
3188         (dispatch): delete version that takes action as int
3189         (dispatch): adjust
3190         (sendDispatchMessage): simplify and adjust
3191
3192         * funcrequest.C (getArg): take unsigned int as arg
3193
3194         * ToolbarBackend.C (read): adjust
3195         (add): delete version that takes func as a string.
3196         (getIton): take a FuncRequest as arg
3197
3198         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3199         action.
3200
3201         * MenuBackend.C (MenuItem): add a new construct that only takes a
3202         Kind, simplify the constructor use for submenus.
3203         (add): adjust
3204         (expandLastfiles): adjust
3205         (expandDocuments): adjust
3206         (expandFormats): adjust
3207         (expandFloatListInsert): adjust
3208         (expandFloatInsert): adjust
3209         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3210
3211         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3212         Remove class variables lyx_pseudo_map and lyx_arg_map
3213
3214         * LyXAction.C (searchActionArg): delete function
3215         (getPseudoAction): delete function
3216         (retrieveActionArg): delete function
3217         (LookupFunc): make it return kb_action, simplify.
3218         (getActionName): simplify
3219
3220         * factory.C (createInset): fix new bug
3221
3222 2003-09-19  Angus Leeming  <leeming@lyx.org>
3223
3224         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3225         masterFilename_ parameter in the include inset.
3226
3227         * factory.C (createInset): changes due to the changes to InsetInclude.
3228
3229 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3230
3231         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3232
3233 2003-09-18  Angus Leeming  <leeming@lyx.org>
3234
3235         * buffer.C:
3236         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3237         Inset::fillWithBibKeys.
3238         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3239
3240 2003-09-18  Angus Leeming  <leeming@lyx.org>
3241
3242         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3243         variables.
3244         (ctor): pass and store a 'Buffer const &'
3245         (buffer): new member function.
3246
3247         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3248         '*this' to the LaTeXFeatures ctor.
3249
3250 2003-09-18  Angus Leeming  <leeming@lyx.org>
3251
3252         * LColor.h:
3253         * lyxfont.C:
3254         * lyxfont.h:
3255         * lyxtext.h:
3256         * text.C: rename EnumLColor as LColor_color.
3257
3258 2003-09-18  Angus Leeming  <leeming@lyx.org>
3259
3260         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3261         remove #include "insets/insetbase.h" from cursor.h.
3262
3263 2003-09-18  Angus Leeming  <leeming@lyx.org>
3264
3265         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3266         InsetOld_code to remove #include "inset.h".
3267
3268         * iterators.C: add #include "insets/inset.h"
3269
3270 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3271
3272         * BufferView.C: remove more locking stuff that apparently doesn't
3273         do anything sensible.
3274
3275 2003-09-16  André Pönitz  <poenitz@gmx.net>
3276
3277         * paragraph.[Ch]:
3278         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3279           performance boost.
3280
3281 2003-09-16  Angus Leeming  <leeming@lyx.org>
3282
3283         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3284
3285         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3286         arg/return type.
3287
3288         * paragraph.h: remove #include "lyxfont.h". Forward declare
3289         LyXFont_size.
3290
3291 2003-09-16  Angus Leeming  <leeming@lyx.org>
3292
3293         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3294         of support/textutils.h.
3295         (isWord): move the contents of support/textutils.h's IsWordChar here.
3296
3297         * buffer.C:
3298         * lyxfind.C:
3299         * rowpainter.C:
3300         * text.C:
3301         * text2.C: add #include "paragraph.h".
3302
3303         * rowpainter.C:
3304         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3305
3306 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3307
3308         * main.C:
3309         * lyx_main.C:
3310         * lyx_cb.C:
3311         * buffer.C:
3312         * LaTeX.C: use namespace alias for lyx::support::os
3313
3314 2003-09-16  Angus Leeming  <leeming@lyx.org>
3315
3316         * bufferparams.C:
3317         * bufferview_funcs.C:
3318         * factory.C:
3319         * lyxfunc.C:
3320         * paragraph_pimpl.C:
3321         * rowpainter.C:
3322         * text.C: add #include "LColor.h".
3323
3324 2003-09-16  Angus Leeming  <leeming@lyx.org>
3325
3326         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3327         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3328         return LyXFont &.
3329         Store the FontBits::color variable as an int rather than as an
3330         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3331         file.
3332
3333         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3334         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3335         string calls together.
3336
3337         * lyxrc.C: add #include "LColor.h".
3338
3339 2003-09-15  Angus Leeming  <leeming@lyx.org>
3340
3341         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3342         a cow_ptr.
3343
3344 2003-09-15  Angus Leeming  <leeming@lyx.org>
3345
3346         * LColor.h: add an EnumLColor wrapper for LColor::color.
3347
3348         * lyxfont.[Ch] (color, setColor, realColor):
3349         * lyxtext.h, text.C (backgroundColor):
3350         pass EnumLColor args to/from the functions, rather than LColor::color
3351         ones.
3352
3353         * lyxfont.h:
3354         * lyxtext.h: forward declare EnumLColor.
3355
3356         * lyx_main.C: add #include "LColor.h".
3357
3358 2003-09-15  Angus Leeming  <leeming@lyx.org>
3359
3360         * .cvsignore: add lyx-gtk.
3361
3362 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3363
3364         * Chktex.C
3365         * LaTeX.C
3366         * LaTeXFeatures.C
3367         * ParagraphParameters.C
3368         * Spacing.C
3369         * buffer.C
3370         * bufferparams.C
3371         * bufferview_funcs.C
3372         * chset.C
3373         * counters.C
3374         * funcrequest.C
3375         * lyxfont.C
3376         * lyxgluelength.C
3377         * lyxlength.C
3378         * paragraph.C
3379         * paragraph_funcs.C
3380         * text3.C
3381         * vc-backend.C: remove usage of STRCONV
3382
3383 2003-09-15  Angus Leeming  <leeming@lyx.org>
3384
3385         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3386         explicitly define the color passed to the painter.
3387
3388 2003-09-15  Angus Leeming  <leeming@lyx.org>
3389
3390         * bufferparams.C (BufferParams): reorder member initializers to avoid
3391         compiler warning.
3392
3393 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3394
3395         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3396         * text.C (updateRowPositions): remove an unusual nop
3397
3398 2003-09-12  André Pönitz  <poenitz@gmx.net>
3399
3400         * BufferView_pimpl.C:
3401         * Bullet.C:
3402         * layout.h:
3403         * lyxfunc.C:
3404         * lyxlayout.[Ch]:
3405         * lyxtextclass.C:
3406         * rowpainter.C:
3407         * text.C:
3408         * text2.C:
3409         * Counters.[Ch]: finish the 'automatic counters' job
3410
3411 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3412
3413         * aspell.C: include <boost/assert.cpp> (compile fix)
3414
3415 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3416
3417         * boost.C (assertion_failed): use lyx::support::abort instead of
3418         assert.
3419
3420 2003-09-10  Angus Leeming  <leeming@lyx.org>
3421
3422         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3423         with their _fwd progeny.
3424
3425 2003-09-09  Angus Leeming  <leeming@lyx.org>
3426
3427         134 files throughtout the source tree: replace 'using namespace abc;'
3428         directives with the appropriate 'using abc::xyz;' declarations.
3429
3430 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3431
3432         * boost.C (emergencyCleanup): moved here from LAssert.c
3433         (assertion_failed): new function, called by BOOST_ASSERT
3434
3435         * several files: change Assert to BOOST_ASSERT
3436
3437 2003-09-09  Angus Leeming  <leeming@lyx.org>
3438
3439         * buffer.[Ch]: Add an Impl class and move Buffer's member
3440         variables into it. As a result move several header files out of
3441         buffer.h.
3442
3443         Add header files to lots of .C files all over the tree as a result.
3444
3445 2003-09-09  Angus Leeming  <leeming@lyx.org>
3446
3447         * buffer.[Ch]: make Buffer's member variables private. Add
3448         accessor functions.
3449
3450         Lots of changes all over the tree as a result.
3451
3452 2003-09-08  Angus Leeming  <leeming@lyx.org>
3453
3454         * graph.C: #include <config.h>.
3455
3456 2003-09-08  Angus Leeming  <leeming@lyx.org>
3457
3458         * BranchList.C:
3459         * BufferView.C:
3460         * BufferView_pimpl.C:
3461         * CutAndPaste.C:
3462         * DepTable.C:
3463         * LaTeX.C:
3464         * LaTeXFeatures.C:
3465         * LyXAction.C:
3466         * MenuBackend.C:
3467         * TextCache.C:
3468         * aspell.C:
3469         * buffer.C:
3470         * bufferlist.C:
3471         * changes.C:
3472         * chset.C:
3473         * converter.C:
3474         * counters.C:
3475         * debug.C:
3476         * graph.C:
3477         * ispell.C:
3478         * lyx_cb.C:
3479         * lyxfind.C:
3480         * lyxfunc.C:
3481         * lyxlex_pimpl.C:
3482         * lyxrc.C:
3483         * lyxrow.C:
3484         * paragraph.C:
3485         * rowpainter.C:
3486         * texrow.C:
3487         * text.C:
3488         * text2.C:
3489         * toc.C: remove redundant using directives.
3490
3491 2003-09-07  Angus Leeming  <leeming@lyx.org>
3492
3493         * LaTeXFeatures.h: remove #include "support/types.h".
3494         * ToolbarBackend.h: remove #include <algorithm>.
3495         * changes.h: remove #include <ctime>.
3496         * debug.h: remove #include <iosfwd>.
3497         * graph.h: remove #include "support/std_string.h".
3498         * lyx_main.h: remove #include <csignal>.
3499         * lyxlex_pimpl.h: remove #include <fstream>.
3500         * sgml.h: remove #include <algorithm>, <utility>.
3501         * toc.h: remove #include "support/std_ostream.h".
3502         Add #include <iosfwd>.
3503
3504 2003-09-07  Angus Leeming  <leeming@lyx.org>
3505
3506         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3507
3508         * converter.h: forward declare LatexRunParams.
3509         * encoding.h: remove #include "lyxrc.h".
3510         * lyxtext.h: remove #include "LColor.h".
3511         * lyxtextclass.h: remove #include "support/types.h".
3512         * trans.h: remove #include "tex-accent.h".
3513         * trans_mgr.h: remove #include "tex-accent.h".
3514         * insets/inset.h: remove #include "support/types.h", <vector>.
3515         * insets/insetcollapsable.h: remove #include "LColor.h".
3516         * insets/insetinclude.h: remove #include "dimension.h".
3517         * insets/insetlatexaccent.h: remove #include "dimension.h".
3518         * insets/insetoptarg.h:: remove #include "insettext.h".
3519         * insets/insettext.h: remove #include "dimension.h",
3520         <boost/shared_ptr.hpp>
3521
3522         * insets/renderers.h: add #include "dimension.h".
3523         * insets/updatableinset.h: add #include "support/types.h".
3524
3525         * many .C files: Associated changes.
3526
3527 2003-09-06  Angus Leeming  <leeming@lyx.org>
3528
3529         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3530         one, inside testInvariant.
3531
3532         * PrinterParams.C: new file.
3533         * PrinterParams.[Ch]: move the function bodies out of line.
3534
3535 2003-09-06  Angus Leeming  <leeming@lyx.org>
3536
3537         * ParagraphParameters.h: forward declare ParameterStruct rather than
3538         including its header file.
3539         (depth): moved out-of-line.
3540
3541 2003-09-06  Angus Leeming  <leeming@lyx.org>
3542
3543         * BufferView_pimpl.h:
3544         * kbmap.h:
3545         * kbsequence.h:
3546         * lyxfunc.h: forward declare LyXKeySym rather than
3547         #include "frontends/LyXKeySym.h".
3548
3549         * BufferView_pimpl.C:
3550         * kbmap.C:
3551         * kbsequence.C:
3552         * lyxfunc.C: associated changes.
3553
3554 2003-09-06  Angus Leeming  <leeming@lyx.org>
3555
3556         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3557         As a result, can remove the #include "insets/inset.h" from BufferView.h
3558
3559 2003-09-06  Angus Leeming  <leeming@lyx.org>
3560
3561         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3562         As a result, can remove the #include "insets/inset.h" from BufferView.h
3563
3564 2003-09-06  Angus Leeming  <leeming@lyx.org>
3565
3566         * buffer_funcs.C:
3567         * buffer.h:
3568         * bufferlist.C:
3569         * BufferView.C:
3570         * bufferview_funcs.C:
3571         * BufferView_pimpl.C:
3572         * CutAndPaste.C:
3573         * lyx_cb.C:
3574         * lyxfunc.C:
3575         * paragraph.h:
3576         * ParagraphParameters.C:
3577         * tabular.C:
3578         * text3.C:
3579         * toc.C:
3580         * undo_funcs.C:
3581         * frontends/controllers/ControlDocument.C:
3582         * insets/insetcaption.C: rearrange the #includes into some sort of
3583         coherent order.
3584
3585         * buffer.h: remove #includes ErrorList.h, undo.h
3586
3587 2003-09-06  Angus Leeming  <leeming@lyx.org>
3588
3589         * support/types.h: add a 'depth_type' typedef, used to store the
3590         nesting depth of a paragraph.
3591
3592         * paragraph.h:
3593         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3594         defining explicitly.
3595
3596         * buffer.h:
3597         * paragraph_funcs.h:
3598         * ParagraphParameters.h:
3599         * sgml.h: use lyx::depth_type rather than Paragraph or
3600         ParameterStruct's depth_type.
3601
3602         * buffer.h
3603         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3604
3605         * BufferView.C:
3606         * BufferView_pimpl.C:
3607         * CutAndPaste.C:
3608         * ParagraphParameters.C:
3609         * buffer_funcs.C:
3610         * bufferlist.C:
3611         * bufferview_funcs.C:
3612         * lyx_cb.C:
3613         * lyxfunc.C:
3614         * tabular.C:
3615         * text3.C:
3616         * toc.C:
3617         * undo_funcs.C:
3618         * frontends/LyXView.C:
3619         * frontends/controllers/ControlDocument.C:
3620         * frontends/controllers/ControlErrorList.C:
3621         * insets/insetbibitem.C:
3622         * insets/insetbranch.C:
3623         * insets/insetcaption.C:
3624         * insets/insetcollapsable.C:
3625         * insets/insetenv.C:
3626         * insets/insetert.C:
3627         * insets/insetfloat.C:
3628         * insets/insetfoot.C:
3629         * insets/insetfootlike.C:
3630         * insets/insetnewline.C:
3631         * insets/insetquotes.C:
3632         * insets/insettabular.C:
3633         * insets/insettext.C:
3634         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3635
3636         * frontends/controllers/ControlChanges.C: #include "changes.h".
3637
3638 2003-09-06  Angus Leeming  <leeming@lyx.org>
3639
3640         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3641         than #including paragraph.h.
3642
3643         * ParagraphList.h:
3644         * RowList.h: deleted. Superfluous.
3645
3646         * CutAndPaste.h:
3647         * iterators.h:
3648         * lyxcursor.h:
3649         * lyxtext.h:
3650         * text_funcs.h:
3651         * undo.h:
3652         * undo_funcs.h:
3653         * insets/inset.h:
3654         * insets/insettext.h: use ParagraphList_fwd.h rather than
3655         ParagraphList.h.
3656
3657         * paragraph.h: don't forward declare ParagraphList.
3658
3659         * buffer.h:
3660         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3661         rather than ParagraphList.h. paragraph.h is still needed for the
3662         Paragraph::depth_type parameters.
3663
3664         * textcursor.h: enable it to compile stand-alone in light of the
3665         above changes.
3666
3667         * bufferview_funcs.C:
3668         * iterators.C:
3669         * lyxfunc.C:
3670         * lyxrow_funcs.C:
3671         * paragraph.C:
3672         * rowpainter.C:
3673         * text.C:
3674         * text2.C:
3675         * text3.C:
3676         * text_funcs.C:
3677         * textcursor.C:
3678         * undo.C:
3679         * frontends/controllers/ControlParagraph.C:
3680         * frontends/controllers/ControlTabular.C:
3681         * insets/insetmarginal.C:
3682         * insets/insetminipage.C:
3683         * insets/insetnote.C:
3684         * insets/insetoptarg.C: add header files needed to compile again.
3685
3686 2003-09-06  Angus Leeming  <leeming@lyx.org>
3687
3688         * RowList_fwd.h: new file, forward-declaring Row rather than
3689         #including lyxrow.h.
3690
3691         * lyxrow_funcs.h:
3692         * lyxtext.h:
3693         * paragraph.h:
3694         * insets/insettext.h: use it instead of RowList.h
3695
3696         * bufferview_funcs.C:
3697         * lyxfunc.C:
3698         * lyxrow_funcs.C:
3699         * paragraph.C:
3700         * rowpainter.C:
3701         * text.C:
3702         * text2.C:
3703         * text3.C: #include "RowList.h".
3704
3705 2003-09-05  Angus Leeming  <leeming@lyx.org>
3706
3707         * factory.C (createInset):
3708         * vspace.C (c-tor): replace sscanf call with an istringstream.
3709         * ispell.C: re-add missing HP/UX headers.
3710         * lyxserver.C: re-add missing  os2 headers.
3711
3712 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3713
3714         * BranchList.C:
3715         * graph.C:
3716         * ispell.C:
3717         * lastfiles.C:
3718         * lyx_cb.C:
3719         * lyxserver.C:
3720         * texrow.C:
3721         * text3.C: re-add missing system headers, needed for 2.95.2.
3722
3723 2003-09-05  Angus Leeming  <leeming@lyx.org>
3724
3725         Changes most place everywhere due to the removal of using directives
3726         from support/std_sstream.h.
3727
3728 2003-09-05  Angus Leeming  <leeming@lyx.org>
3729
3730         Replace LString.h with support/std_string.h,
3731         Lsstream.h with support/std_sstream.h,
3732         support/LIstream.h with support/std_istream.h,
3733         support/LOstream.h with support/std_ostream.h.
3734
3735         Changes resulting throughout the tree.
3736
3737 2003-09-05  Angus Leeming  <leeming@lyx.org>
3738
3739         * sgml.h: ensure that the header file can be compiled stand-alone.
3740         * *.C: strip out redundant #includes. (320 in total.)
3741
3742 2003-09-04  Angus Leeming  <leeming@lyx.org>
3743
3744         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3745         here (from getPackages).
3746
3747         * debug.[Ch]: add a new EXTERNAL tag.
3748
3749 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3750
3751         * text2.C (cursorEnd): simplify
3752         (setCursor): adjust
3753         (getColumnNearX): adjust
3754
3755         * text.C (computeBidiTables): adjust
3756         (fill): adjust
3757
3758         * rowpainter.C (paintChars): adjust
3759         (paintSelection): adjust
3760         (paintChangeBar): adjust
3761         (paintText): adjust
3762
3763         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3764         lastPos instead.
3765         (numberOfSeparators): adjust
3766
3767 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3768
3769         * LyXAction.C:
3770         * box.[Ch]:
3771         * lfuns.h:
3772         * lyxfunc.C:
3773         * text3.C: Restricts the mouse click functionality
3774         of insets like bibtex, include, toc and floatlist to the visible
3775         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3776         up the dialogs. Cursor has to be in front of the inset (i.e.
3777         start of row) for this to function.
3778
3779 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3780
3781         * bufferview_funcs.C (currentState): output row information
3782
3783 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3784
3785         * bufferview_funcs.C (currentState): output paragraph position
3786
3787 2003-09-04  Angus Leeming  <leeming@lyx.org>
3788
3789         * FloatList.h: move out #include "Floating.h".
3790         * LaTeX.h: move out #include "DepTable.h".
3791         * LyXAction.h: move out #include "funcrequest.h".
3792         * buffer.h: move out #include "author.h", "iterators.h".
3793         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3794         * lyx_main.h: move out #include "errorlist.h".
3795         * lyxfunc.h: move out #include "FuncStatus.h".
3796         * lyxtext: move out #include "lyxcursor.h".
3797         * paragraph_pimpl.h: move out #include "counters.h".
3798
3799 2003-09-03  Angus Leeming  <leeming@lyx.org>
3800
3801         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3802         preamble_snippets list, enabling us to add snippets to the preamble
3803         only if the snippet was not there already.
3804
3805 2003-09-04  Angus Leeming  <leeming@lyx.org>
3806
3807         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3808
3809 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3810
3811         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3812         update
3813
3814 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3815
3816         * BranchList.C: point fix, earlier forgotten
3817
3818 2003-09-02  Angus Leeming  <leeming@lyx.org>
3819
3820         * box.C (contains): renamed from 'contained' after a fantastic
3821         amount of hot air.
3822
3823 2003-09-02  John Levon  <levon@movementarian.org>
3824
3825         * BufferView.C:
3826         * lyxcursor.h:
3827         * lyxcursor.C:
3828         * lyxfunc.C:
3829         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3830
3831 2003-09-02  John Levon  <levon@movementarian.org>
3832
3833         * text2.C: simplification of cursorEnd(), including partial
3834         fix for bug 1376
3835
3836 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3837
3838         * buffer.C (readFile): add a space
3839
3840 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3841
3842         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3843
3844 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3845
3846         * buffer.C (readFile): new function, take a filename and a
3847         ParagraphList::iterator
3848         (readFile): adjust
3849         (readFile): adjust, make it private. don't use setStream, make
3850         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3851         always contain the filename.
3852
3853         * BufferView.C (insertLyXFile): simplify and make it work for
3854         gzipped files.
3855
3856 2003-08-30  John Levon  <levon@movementarian.org>
3857
3858         * Makefile.am: fix dist (from Kayvan)
3859
3860 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3861
3862         * most files: change to use const Buffer refs
3863
3864 2003-08-27  André Pönitz  <poenitz@gmx.net>
3865
3866         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3867         on top of ownerPar().
3868
3869 2003-08-27  John Levon  <levon@movementarian.org>
3870
3871         * funcrequest.C: properly initialise POD members
3872
3873 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3874
3875         * lyxtext.h (top_y): move top_y from here
3876         * text.C:
3877         * text2.C:
3878         * text3.C:
3879         * BufferView.[Ch]:
3880         * BufferView_pimpl.[Ch]: to here
3881         * frontends/screen.C:
3882         * insets/insettabular.C:
3883         * insets/insettext.C: adjust
3884         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3885
3886 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3887
3888         * BufferView.[Ch]:
3889         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3890
3891 2003-08-26  André Pönitz  <poenitz@gmx.net>
3892
3893         * paragraph_func.[Ch] (outerPar): new function
3894
3895         * paragraph.C:
3896         * paragraph_funcs.C:
3897         * paragraph_funcs.h:
3898         * paragraph_pimpl.C:
3899         * text2.C: remove Inset::par_owner
3900
3901 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3902
3903         * lyxrow_funcs.C:
3904         * lyxtext.h:
3905         * text.C:
3906         * text2.C: eliminates the needFullRow/display() stuff
3907         altogether, putting the logic in metrics/draw in the insets.
3908
3909 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3910
3911         * text2.C (redoParagraphInternal, redoParagraphs):
3912         * text.C (redoParagraph): add a call to updateRowPositions at the
3913         end of each 'metrics-like' call. Remove all others.
3914         (getRow): remove the 'y-computing' version.
3915         (getRowNearY): do not compute nor return the real y. Solve the
3916         'y < 0' problem and simplify.
3917
3918 2003-08-22  Angus Leeming  <leeming@lyx.org>
3919
3920         * *.[Ch]: clean-up of licence and author blurbs.
3921         Also move config.h out of a few .h files and into a few .C files.
3922
3923 2003-08-22  André Pönitz  <poenitz@gmx.net>
3924
3925         * lyxrow.[Ch]: add x_ and *fill_ members
3926
3927         * lyxtext.h:
3928         * text.C:
3929         * rowpainter.C:
3930         * text2.C: adjust/remove prepareToPrint() calls
3931
3932 2003-08-22  André Pönitz  <poenitz@gmx.net>
3933
3934         * lyxrow.[Ch]: add  end_ member
3935
3936         * lyxrow_funcs.C: use LyXRow::end_
3937
3938         * lyxtext.h (singleWidth): add LyXFont parameter
3939
3940         * rowpainter.C:
3941         * text2.C: adjust LyXText::singleWidth() calls
3942
3943         * text.C (redoParagraph): simplify row breaking logic
3944
3945
3946 2003-08-19  André Pönitz  <poenitz@gmx.net>
3947
3948         * funcrequest.C: initialize button_ member
3949
3950         * text3.C:
3951         * rowpainter.[Ch]: interface consolidation
3952
3953 2003-08-18  André Pönitz  <poenitz@gmx.net>
3954
3955         * BufferView.C:
3956         * BufferView_pimpl.C:
3957         * lyxfind.C:
3958         * paragraph_funcs.C:
3959         * rowpainter.C:
3960         * text3.C: remove LyXScreen::draw() and fitCursor calls
3961
3962         * BranchList.h: remove spurious semicolons
3963
3964         * MenuBackend.C: fix branchlist related crash
3965
3966 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3967
3968         * BranchList.[Ch]:
3969         * InsetList.[Ch]:
3970         * LColor.[Ch]:
3971         * LyXAction.C:
3972         * Makefile.am:
3973         * MenuBackend.[Ch]:
3974         * bufferparams.[Ch]:
3975         * factory.C:
3976         * lfuns.h:
3977         * lyxfunc.C:
3978         * text3.C: implements the 'branch inset'
3979         idea. This allows the output of various versions of a document
3980         from a single source version, selectively outputing or suppressing
3981         output of parts of the text.
3982         This implementation contains a 'branch list editor' in a separate
3983         tab of the document settings dialog. Branches are user definable
3984         and have a "display colour" to distinguish them on-screen.
3985
3986         ColorHandler was somewhat cleaned up.
3987         (1) make possible a dynamically growing LColor list by allowing
3988         the graphic context cache to grow along (vector);
3989         (2) eliminate an IMHO unnecessary step in colour allocation.
3990
3991 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3992
3993         * BufferView_pimpl.C: compile fix
3994
3995 2003-08-15  André Pönitz  <poenitz@gmx.net>
3996
3997         * rowpainter.C: remove extra metrics calls
3998
3999         * lyxtext.h: merge the two constructors into a single one,
4000           pass reference to owner's par list
4001
4002         * BufferView_pimpl.C:
4003         * text.C:
4004         * text2.C: adjust
4005
4006 2003-08-15  André Pönitz  <poenitz@gmx.net>
4007
4008         * lyxrow_funcs.[Ch]:
4009         * lyxtext.h:
4010         * paragraph.h:
4011         * paragraph_funcs.C:
4012         * rowpainter.C:
4013         * text.C:
4014         * text2.C:
4015         * text3.C:
4016         * text_funcs.C: split LyXText::rowlist_ into individual
4017         Paragraph::rows_ chunks
4018
4019         * BufferView.[Ch]:
4020         * BufferView_pimpl.[Ch]:
4021         * lyxfind.C:
4022         * lyxtext.h:
4023         * text3.C: remove toggleSelection()
4024
4025 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4026
4027         * bufferlist.C: beautify two alerts (shorter text of buttons)
4028         * buffer.C: Remove redundant ' ' from message
4029         * tabular.h:
4030         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4031         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4032         rename VALIGN_CENTER to VALIGN_MIDDLE
4033
4034 2003-08-11  André Pönitz  <poenitz@gmx.net>
4035
4036         * lyxtext.h (getPar):
4037         * text.C: new function
4038
4039 2003-08-11  André Pönitz  <poenitz@gmx.net>
4040
4041         * Makefile.am:
4042         * tracer.[Ch]: remove unneeded files
4043
4044         * InsetList.[Ch]: remove resizeInsetsLyXText()
4045
4046         * lyxtext.h:
4047         * text.C:
4048         * text2.C:
4049         * text3.C: merge insertParagraphs() and appendParagraph()
4050         remove breakAgain(), update()
4051
4052         * BufferView_pimpl.[Ch]:
4053         * bufferview_funcs.[Ch]:
4054         * lyxfunc.C:
4055         * paragraph.[Ch]:
4056         * rowpainter.C:
4057         * tabular.C: adjust after text & InsetList changes.
4058
4059 2003-08-08  André Pönitz  <poenitz@gmx.net>
4060
4061         * text.C (insertChar, backspace): replace rowlist fiddling
4062         with rebreak of full par
4063
4064         * lyxtext.h:
4065         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4066         checkParagraph, updateInset): removed
4067
4068 2003-08-07  André Pönitz  <poenitz@gmx.net>
4069
4070         * paragraph.C:
4071         * text3.C: merge some LFUN handlers, remove dead code
4072
4073 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4074
4075         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4076
4077 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4078
4079         * text2.C (DEPM): fix part of bug 1255 and 1256
4080
4081 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4082
4083         * BufferView_pimpl.C (workAreaDispatch): change to use
4084         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4085         that are no mouse related.
4086
4087 2003-08-05  André Pönitz  <poenitz@gmx.net>
4088
4089         * BufferView.[Ch]:
4090         * BufferView_pimpl.[Ch]:
4091         * bufferview_funcs.C:
4092         * text2.C:
4093         * text3.C: rip out "deep update"
4094
4095         * textcursor.[Ch] (last_sel_cursor): remove unused member
4096
4097 2003-08-04  André Pönitz  <poenitz@gmx.net>
4098
4099         * BufferView.[Ch]:
4100         * BufferView_pimpl.[Ch]:
4101         * ParagraphParameters.C:
4102         * bufferview_funcs.C:
4103         * lyx_cb.C:
4104         * lyxfind.C:
4105         * lyxfunc.C:
4106         * text.C:
4107         * text2.C:
4108         * text3.C: replace "complicated" BufferView::update(...) calls with
4109         simpler ones.
4110
4111         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4112
4113 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4114
4115         * Makefile.am (lyx_SOURCES): add paper.h
4116
4117 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4118
4119         * Makefile.am: move things around so that both lyx-qt and
4120         lyx-xforms can be built (according to --with-frontend). Then lyx
4121         is a symbolic link to lyx-[firstfrontend]
4122
4123 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4124
4125         * Always use std::endl with lyxerr
4126
4127 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4128
4129         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4130
4131 2003-08-01  André Pönitz  <poenitz@gmx.net>
4132
4133         * BufferView.[Ch]:
4134         * BufferView_pimpl.[Ch]:
4135         * lyxfunc.C:
4136         * text3.C: merge BufferView::repaint() and BufferView::update()
4137
4138 2003-08-01  José Matos  <jamatos@lyx.org>
4139
4140         * buffer.[Ch]: file_format is no longer a buffer data element.
4141
4142 2003-08-01  André Pönitz  <poenitz@gmx.net>
4143
4144         * BufferView.C:
4145         * lyxtext.h:
4146         * text.C:
4147         * text2.C: make redoParagraph more independent of current cursor
4148
4149         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4150         * text.C:
4151         * text2.C: remove unneeded members
4152
4153 2003-07-30  André Pönitz  <poenitz@gmx.net>
4154
4155         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4156
4157         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4158           create a single function...
4159
4160         * paragraph_funcs.C (moveItem): ... here.
4161
4162         * text.C:
4163           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4164
4165 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4166
4167         * LColor.[Ch]: Add comment and greyedout logical colors.
4168
4169 2003-07-30  André Pönitz  <poenitz@gmx.net>
4170
4171         * tabular.C: don't use Assert too heavily. This crashes where it
4172           shouldn't
4173
4174 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4175
4176         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4177         is disabled (bug 1232)
4178
4179 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4180
4181         * factory.C: limited 'arg' scope
4182
4183 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4184
4185         * factory.C: fixed Note submenu issues
4186
4187 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4188
4189         * factory.C: submenu for Note/Comment/Greyedout
4190
4191 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4192
4193         * lyx_main.C (LyX):
4194         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4195
4196 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4197
4198         * LaTeXFeatures.C:
4199         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4200         greyedout. Patch provided by Jürgen Spitzmüller.
4201
4202 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4203
4204         * kbmap.C (read): fix error message when reading bind files
4205
4206 2003-07-29  Angus Leeming  <leeming@lyx.org>
4207
4208         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4209         certainly does not do what it purports to do. I am doing it, and
4210         us, a favour by killing it.
4211
4212 2003-07-28  José Matos  <jamatos@lyx.org>
4213
4214         * buffer.C (readBody, do_writeFile):
4215         * paragraph.C(readParagraph): \end_document replaces \the_end.
4216
4217 2003-07-29  André Pönitz  <poenitz@gmx.net>
4218
4219         * BufferView.[Ch]:
4220         * BufferView_pimpl.[Ch]:
4221         * lyxfunc.C:
4222         * text2.C:
4223         * text3.C:
4224         * textcursor.[Ch]: remove toggleToggle & Co
4225
4226 2003-07-28  José Matos  <jamatos@fep.up.pt>
4227
4228         * buffer.C (readParagraph):
4229         * params_func (readParToken, readParagraph):
4230         * paragraph.C (write): \layout -> \begin_layout.
4231
4232 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4233
4234         * lyxlex_pimpl.C (setFile): clean up slightly.
4235
4236         * bufferparams.h: add compressed var
4237
4238         * buffer_funcs.C (readFile): adjust for LyXLex change
4239         (newFile): ditto + simplify
4240
4241         * buffer.C (writeFile): handle writing of compressed files
4242
4243         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4244         Check if the file is compressed and set a bufferparm if so.
4245
4246         * Makefile.am (lyx_LDADD): remove explicit -lz
4247
4248 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4249
4250         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4251         makeDocBookFile): put the real LyX version in the first line of
4252         the file
4253
4254         * version.h:
4255         * version.C.in: remove lyx_docversion
4256
4257         * tabular.C (write_attribute): add a template-based version to
4258         write enums properly
4259
4260 2003-07-28  André Pönitz  <poenitz@gmx.net>
4261
4262         * lyxtext.h:
4263         * text.C:
4264         * text2.C:
4265         * text3.C: use doubles again for x-coordinates. They are needed.
4266
4267 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4268
4269         * messages.C (getLocaleDir): use lyx_localedir()
4270
4271         * lyxlex_pimpl.C (setFile): compress stuff
4272
4273         * buffer.C (writeFile): add some compression stuff
4274         (do_writeFile): new func, dont call expliti close... will this
4275         breake anything?
4276
4277         * Makefile.am (lyx_LDADD): add -lz
4278
4279 2003-07-28  José Matos  <jamatos@fep.up.pt>
4280
4281         * buffer.C: increment file format.
4282         * paragraph_funcs (readParagraph, readParToken):
4283         * paragraph.C (readParagraph): add \end_layout.
4284
4285 2003-07-27  Angus Leeming  <leeming@lyx.org>
4286
4287         * Makefile.am: remove special casing for configure-time setting of
4288         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4289
4290         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4291         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4292
4293 2003-07-26  André Pönitz  <poenitz@gmx.net>
4294
4295         * paragraph_func.[Ch]:
4296         * paragraph.C (realizeFont): inline it whereever it is used
4297
4298         * rowpainter.C:
4299         * text.C:
4300         * text2.C:
4301         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4302
4303
4304 2003-07-26  André Pönitz  <poenitz@gmx.net>
4305
4306         *       lyxtext.h:
4307         * text.C:
4308         * text2.C: get rid of LyXText::need_break_row
4309
4310 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4311
4312         * toc.[Ch]: put namespace toc inside namespace lyx
4313
4314         * MenuBackend.C (expandToc2): adjust for lyx::toc
4315         (expandToc): ditto
4316
4317         * lyxfunc.C (dispatch): adjust for lyx::find
4318
4319         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4320         lyx::find instead. Reorganize a bit.
4321         (LyXReplace): rename to replace
4322         (LyXFind): rename to find
4323
4324         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4325         (dispatch): ditto
4326
4327 2003-07-26  André Pönitz  <poenitz@gmx.net>
4328
4329         * text.C (setHeightOfRow): restrict scope of temporary variable
4330
4331         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4332           code (never has been used?)
4333
4334 2003-07-27  Asger Alstrup  <alstrup@local>
4335
4336         * text.C (fill): Optimise algorithm to exploit that we can reuse
4337         the LyXFont for many characters.
4338         (setHeightOfRow): Same thing.
4339         (rowBreakPoint): Same thing.
4340
4341 2003-07-26  Asger Alstrup  <alstrup@local>
4342
4343         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4344
4345         * text.C (singleWidth): Spurious font copying in hot-spot
4346         singleWidth avoided. Reorder tests for arabic for efficiency.
4347
4348         * text.C (fill): handle empty paragraphs better.
4349
4350 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4351
4352         * ispell.C:
4353         * encoding.h: add includes
4354
4355         * lyxrc.C: remove reading of bind files
4356
4357         * lyx_main.C (init): setup bindings and menus only if we have a
4358         gui.
4359
4360         * kbmap.C (read): new method. Do the actual reading of bind
4361         files.
4362
4363         * converter.C (dvipdfm_options):
4364         * bufferparams.C:
4365         * lyxrc.C (read):
4366         (output): adapt PAPER_* enums.
4367
4368         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4369
4370         * bufferparams.h: remove paper-related enums from there
4371
4372         * paper.h: New file. A trivial header file to hold paper-related
4373         enums. It should later expand to contain many paper-related
4374         horrors access.
4375
4376         * lyxrc.C: declare extern displayTranslator
4377
4378 2003-07-27  José Matos  <jamatos@fep.up.pt>
4379
4380         * tabular.[Ch] (linuxdoc): add support for tables and figures
4381         (linuxdoc).
4382
4383 2003-07-27  José Matos  <jamatos@fep.up.pt>
4384
4385         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4386         consistency in both functions.
4387         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4388
4389 2003-07-26  Asger Alstrup  <alstrup@local>
4390
4391         * rowpainter.C (paintRows): Change algorithm to work directly on
4392         the insets rather than asking every character in the document
4393         whether its an inset.
4394
4395 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4396
4397         * buffer.C (openFileWrite): factorize some code
4398
4399 2003-07-26  Angus Leeming  <leeming@lyx.org>
4400
4401         * lyx_cb.C:
4402         * lyx_main.[Ch]: replace occurances of system_tempdir with
4403         os::getTmpDir().
4404
4405 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4406
4407         * rename Inset to InsetOld
4408
4409 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4410
4411         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4412         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4413         which I think is a bit clearer. EDIT is gone, since it was
4414         premature optimisation, and broken for mathed anyway.
4415         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4416         with cursor positioning in insets as well (math insets still do not
4417         work, but that's a different story anyway.) It mysteriously
4418         crashes sometimes with undo in the first paragraph, but I'm fairly
4419         confident that this is a compiler bug.
4420
4421 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4422
4423         * paragraph.C (Paragraph): adjust for new clone return type
4424         (operator==): ditto
4425         (copyIntoMinibuffer): ditto
4426
4427 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4428
4429         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4430         by not having a special case, and always doing a full rebreak of
4431         the document after undo.
4432
4433 2003-07-23  Angus Leeming  <leeming@lyx.org>
4434
4435         * factory.C (createInset): InsetExternal::setParams now takes a
4436         Buffer const * arg.
4437
4438 2003-07-23  Angus Leeming  <leeming@lyx.org>
4439
4440         * factory.C (createInset): changed interface to the external and
4441         graphics mailers' string2params functions.
4442
4443 2003-07-23  Angus Leeming  <leeming@lyx.org>
4444
4445         * factory.C (createInset): pass a
4446         Buffer const * parameter to InsetExternalMailer's string2params.
4447
4448 2003-07-22  John Levon  <levon@movementarian.org>
4449
4450         * Thesaurus.h: include the right aiksaurus header
4451
4452 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4453
4454         * MenuBackend.C (expand): check menu shortcuts unconditionally
4455
4456 2003-07-21  Angus Leeming  <leeming@lyx.org>
4457
4458         * factory.C (createInset): pass a
4459         buffer_path parameter to InsetGraphicsMailer's string2params.
4460
4461 2003-07-21  Angus Leeming  <leeming@lyx.org>
4462
4463         * BufferView_pimpl.C (buffer):
4464         * buffer.C (d-tor):
4465         * lyx_main.C (LyX):
4466         * lyxfunc.C (dispatch):
4467         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4468         rather than the grfx shortcut.
4469
4470 2003-07-21  André Pönitz  <poenitz@gmx.net>
4471
4472         * rowpainter.C: remove unused variables
4473
4474         * tabular_funcs.C:
4475         * tabular_funcs.h: move to tabular.C
4476         * Makefile.am: adjust
4477
4478         * tabular.[Ch]: basic optical cleaning
4479
4480         * author.h: pass references, not values
4481
4482 2003-07-18  André Pönitz  <poenitz@gmx.net>
4483
4484         * lyxtext.h:
4485         * metricsinfo.C:
4486         * metricsinfo.h:
4487         * rowpainter.C:
4488         * text.C:
4489         * text2.C:
4490         * text3.C: two-phase drawing for InsetText and InsetTabular
4491         some float -> int changes.
4492
4493 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4494
4495         * lyx_main.C: fix the fix
4496
4497 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4498
4499         * lyx_main.C: fix a crash in batch mode if no files specified
4500         * converter.C: ws
4501
4502 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4503
4504         * format.[Ch] (papersize): moved to BufferParams
4505         * converter.[Ch] (dvips_options): moved to BufferParams
4506         (dvipdfm_options): moved to anon namespace
4507         * bufferparams.[Ch]: added above functions.
4508
4509 2003-07-17  André Pönitz  <poenitz@gmx.net>
4510
4511         * lyxtext.h:
4512         * rowpainter.C:
4513         * text2.C: don't call inset->update() anymore
4514
4515         * metricsinfo.[Ch]: add convenience constructor
4516
4517 2003-07-16  André Pönitz  <poenitz@gmx.net>
4518
4519         * lyxcursor.[Ch]:
4520         * lyxfunc.[Ch]:
4521         * text.C:
4522         * text2.C: replace the LyXCursor::irow_ member with
4523          on-demand computation of the value
4524
4525 2003-07-16  John Levon  <levon@movementarian.org>
4526
4527         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4528
4529 2003-07-15  André Pönitz  <poenitz@gmx.net>
4530
4531         * text.C:
4532         * text2.C: remove no more needed refresh_row
4533
4534 2003-07-15  André Pönitz  <poenitz@gmx.net>
4535
4536         * lyxtext.h:
4537         * rowpainter.C:
4538         * text2.C:
4539         * text3.C: refresh_status tristate -> need_update bool
4540
4541 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4542
4543         * lyxtext.h (init): remove reinit argument (act as if always true)
4544         * text2.C: adjust to that
4545
4546 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4547
4548         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4549         * text3.C: use it to delete selections in some cases
4550         (bugs 441, 673, 702, 954).
4551
4552 2003-07-14  André Pönitz  <poenitz@gmx.net>
4553
4554         * rowpainter.[Ch]: reduce interface
4555
4556 2003-07-14  André Pönitz  <poenitz@gmx.net>
4557
4558         * BufferView_pimpl.C:
4559         * text2.C: adjust after removing unused BufferView * argument
4560
4561 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4562
4563         * text2.C (init): fix a crash fired on resize
4564
4565 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4566
4567         * buffer.[Ch]: added new closing signal
4568         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4569         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4570         BufferView::Pimpl via the closing the signal
4571
4572 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4573
4574         * buffer.[Ch]: take out all bv-related from buffer
4575         * BufferView.C:
4576         * BufferView_pimpl.[Ch]: connect to new signals
4577         * CutAndPaste.C: removed useless asserts
4578         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4579         * lyxvc.[Ch]:
4580         * vc-backend.[Ch]:
4581         * lyxfunc.C: moved view-related funciontality from vc here
4582         * paragraph.C: removed outdated comments
4583         * text.C: ws
4584
4585 2003-07-10  André Pönitz  <poenitz@gmx.net>
4586
4587         * BufferView_pimpl.C:
4588         * tabular.h:
4589         * tabular_funcs.C:
4590         * text.C:
4591         * text2.C: remove InsetText::InnerCache, clean up consequences
4592
4593 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4594
4595         * ispell.C: fix two typos in error messages
4596
4597 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4598
4599         * Extend Note inset to other forms of annotation like Comment
4600         and Greyedout. Right button click gives dialog.
4601
4602         Files modified or added (+):
4603
4604         * insetnote.[Ch]
4605         * FormNote.[Ch]      +
4606         * ControlNote.[Ch]   +
4607         * form_note.fd       +
4608         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4609         frontends/controllers
4610         * xforms/Dialogs.C
4611         * factory.C
4612
4613 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4614
4615         * aspell.C: add missing namespace lyx::support
4616
4617 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4618
4619         * BufferView.[Ch] (newFile): Add
4620         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4621         * LaTeX.[Ch] (message): added this signal and use it
4622         * buffer.[Ch] (busy, message): added these signals and use them
4623         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4624         * converter.C:
4625         * exporter.C:
4626         * format.C:
4627         * importer.C: use buffer signals instead of direct bv calling
4628         * lyx_cb.[Ch] (ShowMessage): removed
4629         * lyx_main.C:
4630         * lyxfunc.C:
4631         * paragraph_funcs.C:
4632         * text2.C: use buffer signals
4633
4634 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4635
4636         * introduce namespace lyx::graphics
4637
4638 2003-07-02  André Pönitz  <poenitz@gmx.net>
4639
4640         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4641
4642 2003-07-01  André Pönitz  <poenitz@gmx.net>
4643
4644         * text.C:
4645         * text2.C:
4646         * text3.C:
4647         * text_funcs.[Ch]:
4648         * textcursor.h:
4649         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4650           text*.C to text_func.C
4651
4652 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4653
4654         * introduce namespace lyx::support
4655
4656 2003-06-30  André Pönitz  <poenitz@gmx.net>
4657
4658         * Chktex.C:
4659         * funcrequest.C:
4660         * lyxtext.h:
4661         * text.C: re-enable --with-included-string
4662
4663 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4664
4665         * textcursor.C: add <config.h>
4666
4667         * text.C (getWord): remove const from word_location arg
4668
4669         * lyxvc.C (getLogFile): fix const type order
4670
4671         * lyxtext.h: remove const from word_location arg, add arg name
4672
4673         * lyxlayout.h: currect type on labeltype.
4674
4675         * importer.C: correct \file
4676
4677         * converter.C (intToFormat): use std:: on ret val, ws changes
4678
4679         * bufferlist.h: correct \file
4680
4681         * buffer.C (makeLinuxDocFile): fix const type order
4682         (makeDocBookFile): ditto
4683         (fillWithBibKeys): use std:: on stdlib args.
4684
4685         * CutAndPaste.C: fix authors.
4686         (availableSelections): use std:: on return vector
4687
4688 2003-06-27  André Pönitz  <poenitz@gmx.net>
4689
4690         * BufferView_pimpl.C:
4691         * bufferview_funcs.C:
4692         * lyxcursor.C:
4693         * lyxcursor.h:
4694         * lyxfunc.C:
4695         * lyxtext.h:
4696         * rowpainter.C:
4697         * text.C:
4698         * text2.C:
4699         * text3.C: remove LyXCursor::row_ member
4700
4701         * lyxtext.h:
4702         * text.C: rename fullRebreak() to partialRebreak() and implement
4703           a fullRebreak() that really bereks fully
4704
4705         * textcursor.h: new struct for cursor-related data
4706
4707 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4708
4709         * lyx_main.C (LyX): get full path of document loaded on the
4710         command line
4711
4712 2003-06-26  André Pönitz  <poenitz@gmx.net>
4713
4714         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4715           remove unused/broken operator>,<,>=.
4716
4717         *       text.C: remove only use of broken operator<= in an Assert().
4718
4719 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4720
4721         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4722         moved errorlist_.clear to showErrorList
4723
4724 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4725
4726         * converter.C (scanLog, runLaTeX):
4727         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4728         move the bv->showErrorList call to the callers
4729         * lyxfunc.C: i.e. here...
4730         * text2.C: and here
4731         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4732         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4733         namespace, the second to...
4734         * buffer_funcs (BufferFormat, parseErrors): added
4735         * errorlist.C (ErrorList(TeXErrors const &)): removed
4736
4737 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4738
4739         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4740
4741 2003-06-24  "Garst R. Reese" <reese@isn.net>
4742
4743         * debug.C: fix typo
4744
4745 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4746
4747         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4748
4749         * version.C.in: change docversion to 1.4
4750
4751 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4752
4753         * buffer.C: fix a bug just introduced
4754
4755 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4756
4757         * buffer.[Ch]: added the parseError signal and use it, removed
4758         sgmlError
4759         * BufferView.[Ch] (addError): moved to ...
4760         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4761         to the Buffer::parseError signal to catch (guess what) parse errors
4762         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4763
4764 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4765
4766         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4767         ability to create a buffer and to return an existing one from
4768         the list. Moved these functions to...
4769         * buffer_funcs.[Ch]: added
4770         * BufferView.[Ch] (loadLyXFile): added
4771         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4772         job removed from bufferlist::loadLyXFile.
4773         * buffer.C (setReadOnly): make it work without view
4774         (i.e added an if (users))
4775
4776 2003-06-19  Angus Leeming  <leeming@lyx.org>
4777
4778         * lfuns.h:
4779         * LyXAction.C (init):
4780         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4781         with LFUN_DIALOG_SHOW <name> <data>.
4782
4783 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4784
4785         * CutAndPaste.C (availableSelections): small compilation fix for
4786         ancient (gcc 2.9x) compilers
4787
4788 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4789
4790         * text3.C (cursorNext): add tmp var
4791
4792         * text2.C (updateCounters): for function calling out of for clause
4793         (replaceSelectionWithString): ditto
4794         (insertStringAsParagraphs): ditto
4795         (getColumnNearX): add tmp var
4796         (setCursorFromCoordinates): add tmp var
4797         (cursorDownParagraph): add tmp var
4798         (deleteEmptyParagraphMechanism): add tmp var
4799
4800         * text.C (insertChar): add tmp var
4801
4802         * rowpainter.C (paintDepthBar): add tmp var
4803
4804         * CutAndPaste.C (availableSelections): potentially check all
4805         paragraphs in a cut to fill the shown strings.
4806
4807 2003-06-18  André Pönitz  <poenitz@gmx.net>
4808
4809         * kbmap.[Ch]: use vector<> instead of list<>
4810
4811 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4812
4813         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4814         pasteSelection with index
4815
4816         * text2.C (pasteSelection): modify, call pasteSelection with index
4817
4818         * paragraph.C (asString): reimplement version with no interval to
4819         call the one with interval.
4820
4821         * lyxtext.h: add index arg to pasteSelection
4822
4823         * MenuBackend.C (MenuItem): handle PasteRecent
4824         (Menu::read::Menutags): add md_pasterecent
4825         (read): handle it
4826         (expandPasteRecent): new function
4827         (expand): use it
4828
4829         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4830
4831         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4832         the limited stack
4833         (availableSelections): new function
4834
4835 2003-06-17  Angus Leeming  <leeming@lyx.org>
4836
4837         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4838
4839 2003-06-17  Angus Leeming  <leeming@lyx.org>
4840
4841         * lfuns.h:
4842         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4843
4844         * lyxfunc.C (dispatch): invoke it.
4845
4846 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4847
4848         * iterators.C (operator++, ParPosition): reintroduce some
4849         const_cast for the benefit of older compilers.
4850
4851 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4852
4853         * text3.C (dispatch): do not modify clipboard when doing
4854         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4855         LFUN_DELETE_SKIP on a selection selection
4856
4857 2003-06-16  André Pönitz  <poenitz@gmx.net>
4858
4859         * BufferView.C:
4860         * buffer.C:
4861         * buffer.h:
4862         * paragraph.C:
4863         * tabular.[Ch]: IU of clone() and getLabelList();
4864
4865 2003-06-13  André Pönitz  <poenitz@gmx.net>
4866
4867         * tabular.h: compactification
4868
4869 2003-06-12  André Pönitz  <poenitz@gmx.net>
4870
4871         * tabular.C:
4872         * tabular.h:
4873         * tabular_funcs.h: some renaming plus whitespace
4874
4875 2003-06-12  André Pönitz  <poenitz@gmx.net>
4876
4877         * BufferView.C:
4878         * BufferView_pimpl.C:
4879         * CutAndPaste.C:
4880         * buffer.C:
4881         * iterators.[Ch]:
4882         * lyxfunc.C:
4883         * text.C:
4884         * toc.C: Return a Paragraph & for ParIterator::operator*()
4885
4886 2003-06-11  John Levon  <levon@movementarian.org>
4887
4888         * lyx_main.C:
4889         * ToolbarBackend.h:
4890         * ToolbarBackend.C: add "Toolbars" section and
4891         put the flags there
4892
4893 2003-06-10  Angus Leeming  <leeming@lyx.org>
4894
4895         * lfuns.h:
4896         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4897
4898         * lyxfunc.C (dispatch): invoke it.
4899
4900 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4901
4902         * main.C: protect <ios> with HAVE_IOS
4903         (main): protect sync_with_stdio with HAVE_IOS
4904
4905 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4906
4907         * text2.C (cutSelection): adjust
4908         (pasteSelection): adjust
4909
4910         * messages.C: handle get of empty string
4911
4912         * main.C (main): use sync_with_stdio(false)
4913
4914         * lyxfunc.C (dispatch): adjust
4915
4916         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4917         (WriteAs): remove unneeded BufferView arg.
4918
4919         * bufferparams.h: use correct types on papersize, papersize2 and
4920         paperpackage.
4921
4922         * bufferparams.C (readToken): adjust for type
4923         (writeLaTeX): add missing cases to switch.
4924
4925         * bufferlist.C (quitWriteBuffer): adjust
4926         (close): adjust
4927
4928         * buffer.C (asciiParagraph): remove some commented code.
4929
4930         * CutAndPaste.C: remove current_view extern variable.
4931         (cutSelection): add BufferParams arg.
4932         (eraseSelection): add BufferParams arg.
4933         (pasteSelection): add Buffer const & arg
4934
4935 2003-06-07  John Levon  <levon@movementarian.org>
4936
4937         * buffer.C:
4938         * paragraph_funcs.C:
4939         * paragraph_pimpl.C:
4940         * text.C:
4941         * text2.C:
4942         * paragraph.h:
4943         * paragraph.C: allow InsetERT to freely space lines,
4944         and some consolidation of code
4945
4946 2003-06-06  José Matos  <jamatos@fep.up.pt>
4947
4948         * buffer.C (makeDocBookFile): fix bug #821
4949
4950 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4951
4952         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4953
4954 2003-06-04  Angus Leeming  <leeming@lyx.org>
4955
4956         * buffer.C: bump format to 224.
4957
4958 2003-06-05  André Pönitz  <poenitz@gmx.net>
4959
4960         * text2.C (redoParagraphs): remove two const_cast<>
4961
4962 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4963
4964         * ParagraphList.h: remove last remnants of NO_STD_LIST
4965
4966 2003-06-03  Angus Leeming  <leeming@lyx.org>
4967
4968         * factory.C (createInset): small change to the way InsetExternal's params
4969         are set.
4970
4971 2003-06-04  André Pönitz  <poenitz@gmx.net>
4972
4973         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4974
4975         * paragraph_pimpl.h:
4976         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4977
4978         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4979
4980         * undo_funcs.C: make some simple cases of undo work again
4981
4982 2003-06-03  John Levon  <levon@movementarian.org>
4983
4984         * ispell.C: HPUX doesn't have sys/select.h
4985         (from Albert Chin)
4986
4987 2003-06-03  John Levon  <levon@movementarian.org>
4988
4989         * CutAndPaste.C: update tabular and include inset
4990         buffer references
4991
4992         * buffer.h:
4993         * paragraph.h:
4994         * paragraph.C: remove owningBuffer(), don't pass Buffer
4995         to clone()
4996
4997         * factory.C: insetGraphicsParams changed
4998
4999 2003-06-02  John Levon  <levon@movementarian.org>
5000
5001         * LyXAction.C:
5002         * factory.C:
5003         * lfuns.h:
5004         * lyxfunc.C:
5005         * text3.C: remove insetparent
5006
5007 2003-06-02  John Levon  <levon@movementarian.org>
5008
5009         * buffer.h:
5010         * buffer.C: fix inset_iterator.end(), move out of line
5011         (bug 1149)
5012
5013 2003-06-01  John Levon  <levon@movementarian.org>
5014
5015         * text3.C: use a proper cut/paste when doing inset
5016         insert (from Jürgen Spitzmüller)
5017
5018 2003-06-01  John Levon  <levon@movementarian.org>
5019
5020         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5021
5022 2003-05-30  André Pönitz  <poenitz@gmx.net>
5023
5024         * rowpainter.C: unify second drawing phase
5025
5026 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5027
5028         * trans_mgr.C: remove one case of current_view
5029
5030         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5031
5032         * paragraph_funcs.h: remove paragraph.h include
5033
5034         * paragraph.h: delete NO_STD_LIST stuff
5035
5036         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5037
5038         * buffer.h: remove paragraph.h include
5039
5040         * ParagraphList.C: delete file
5041
5042         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5043
5044         * toc.C (getTocList): adjust
5045
5046         * paragraph_pimpl.C (validate): adjust
5047
5048         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5049
5050         * paragraph.C (Paragraph): adjust
5051         (getPositionOfInset): use const_iterator, adjust
5052         (bibitem): use const_iterator, adjust
5053         (setInsetOwner): adjust
5054
5055         * iterators.C (operator++): adjust
5056
5057         * InsetList.[Ch]: Replace selfmade iterator with standard
5058         vector::iterator also introduce const_iterator. Remove getPos,
5059         getInset and setInset from InsetTable. Adjust accordingly.
5060
5061         * BufferView.C (lockInset): adjust
5062         (ChangeInsets): adjust
5063
5064         * tabular.[Ch]: delete commented same_id functions
5065
5066 2003-05-28  John Levon  <levon@movementarian.org>
5067
5068         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5069
5070 2003-05-28  André Pönitz  <poenitz@gmx.net>
5071
5072         * metricsinfo.[Ch]: remove 'fullredraw' member
5073
5074 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5075
5076         * lyxtextclass.C (operator): remove caching.
5077
5078 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5079
5080         * text3.C: adjust
5081
5082         * text2.C (cursorBottom): adjust
5083         (setCounter): use ParagraphList::find, adjust
5084
5085         * text.C (workWidth): use ParagraphList::find, adjust
5086
5087         * lyxcursor.C (LyXCursor): adjust
5088
5089         * buffer.C (inset_iterator): adjust
5090
5091         * ParagraphList.h: make iterator(value_type) private, make
5092         ParagraphList a friend of iterator.
5093
5094         * ParagraphList.C (find): new function
5095
5096         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5097
5098 2003-05-27  André Pönitz  <poenitz@gmx.net>
5099
5100         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5101
5102 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5103
5104         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5105
5106 2003-05-26  John Levon  <levon@movementarian.org>
5107
5108         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5109
5110 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5111
5112         * remove same_id from function signatures, adjust.
5113
5114 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5115
5116         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5117
5118         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5119
5120         * paragraph.C (Paragraph): get rid of same_ids parameter
5121
5122         * ParagraphList.C (insert): adjust
5123         (push_back): adjust
5124
5125 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5126
5127         * paragraph_funcs.C (breakParagraph): adjust
5128         (breakParagraphConservative): adjust
5129
5130         * buffer.C (readParagraph): adjust
5131
5132         * ParagraphList.C (insert): take a reference instead of a pointer
5133         (insert): adjust
5134
5135         * paragraph.[Ch] (id): new function
5136
5137         * bufferlist.C (newFile): adjust
5138
5139         * ParagraphList.C (ParagraphList): adjust
5140         (assign): adjust
5141         (push_back): take a reference instead of a pointer.
5142
5143         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5144
5145         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5146         instead.
5147
5148         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5149         set else use old code.
5150
5151         * ParagraphList.C: remove all NO_NEXT code and only compile this
5152         code of NO_STD_LIST is set.
5153
5154 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5155
5156         * BufferView_pimpl.C:
5157         * TextCache.C:
5158         * TextCache.h:
5159         * bufferlist.C:
5160         * errorlist.h:
5161         * format.C:
5162         * format.h:
5163         * graph.C:
5164         * lyxfunc.C:
5165         * lyxrc.C:
5166         * graphics/GraphicsConverter.C:
5167         * graphics/PreviewLoader.C: header adjustment
5168
5169 2003-05-23  Angus Leeming  <leeming@lyx.org>
5170
5171         * LaTeXFeatures.[Ch] (useBabel): new method.
5172         * bufferparams.C (writeLaTeX): use it.
5173
5174 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5175
5176         * ParagraphList.h (set): remove unused function.
5177
5178 2003-05-23  André Pönitz  <poenitz@gmx.net>
5179
5180         * BufferView.C:
5181         * BufferView_pimpl.C:
5182         * buffer.C:
5183         * buffer.h:
5184         * lyxfunc.C:
5185         * undo_funcs.C: setUndo reworked
5186
5187         * iterators.[Ch]: add access to topmost ParagraphList
5188
5189         * lyxtext.[Ch] (workWidth): add a const
5190
5191 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5192
5193         * texrow.[Ch] (increasePos): remove function
5194         * exporter.C (export): removed unused var and outdated comment
5195
5196 2003-05-23  Angus Leeming  <leeming@lyx.org>
5197
5198         * latexrunparams.h: rename fragile as moving_arg.
5199         * paragraph.C (simpleTeXOnePar): ditto.
5200         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5201
5202 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5203
5204         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5205         (createUndo): ditto
5206         (textUndoOrRedo): comment out a currently unused var.
5207
5208         * paragraph.h (NO_NEXT): enable NO_NEXT
5209
5210         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5211
5212         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5213
5214         * exporter.C (Export): adjust for removeAutoInsets removal.
5215
5216         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5217
5218         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5219
5220         * BufferView.[Ch] (removeAutoInsets): delete function
5221
5222 2003-05-22  Angus Leeming  <leeming@lyx.org>
5223
5224         * latexrunparams.h: add a free_spacing variable.
5225
5226         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5227         to pass moving_arg, as the data is stored in runparams.fragile.
5228
5229         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5230         to Inset::latexOptional or to simpleTeXOnePar.
5231
5232         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5233         free_spacing arg to Inset::latexOptional.
5234
5235         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5236         free_spacing arg.
5237
5238 2003-05-22  Angus Leeming  <leeming@lyx.org>
5239
5240         * latexrunparams.h: add fragile and use_babel variables.
5241
5242         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5243         * buffer.C (makeLaTeXFile): store this returned value in
5244         runparams.use_babel, thus passing it to the inset::latex methods.
5245
5246         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5247         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5248
5249         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5250         longer has a fragile arg, as it is stored in runparams.fragile.
5251
5252         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5253         moving_arg parameter as the data is stored in runparams.fragile.
5254
5255         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5256         a fragile parameter as the data is stored in runparams.fragile.
5257
5258 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5259
5260         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5261
5262 2003-05-22  Angus Leeming  <leeming@lyx.org>
5263
5264         * latexrunparams.h: add a 'bool nice' which defaults to false.
5265
5266         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5267         now encapsulated within runparams.
5268
5269         * bufferlist.C (updateIncludedTeXfiles):
5270         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5271
5272 2003-05-22  Angus Leeming  <leeming@lyx.org>
5273
5274         * latexrunparams.h: new file containing struct LatexRunParams.
5275         * Makefile.am: add new file.
5276
5277         * LaTeX.[Ch] (c-tor, run):
5278         * buffer.[Ch] (makeLaTeXFile):
5279         * bufferlist.[Ch] (updateIncludedTeXfiles):
5280         * converter.C (convert, scanLog):
5281         * converter.[Ch] (runLaTeX):
5282         * exporter.C (Export):
5283         * paragraph.[Ch] (simpleTeXOnePar):
5284         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5285         * paragraph_funcs.[Ch] (latexParagraphs):
5286         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5287         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5288         pass around a LatexRunParams parameter.
5289
5290 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5291
5292         * paragraph.[Ch]: remove unused constructor
5293
5294         * ParagraphList.C (erase): new function, taking two iterators
5295
5296 2003-05-22  André Pönitz  <poenitz@gmx.net>
5297
5298         * undo_funcs.C: remove duplicated code
5299
5300         * iterator.[Ch]: operator=
5301
5302 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5303
5304         * tabular.C (SetMultiColumn): ws changes
5305
5306         * rowpainter.C (paintFirst): get rid of a ->previous
5307
5308         * lyx_cb.C (getPossibleLabel): parlist simplification
5309
5310         * BufferView.C (ChangeInsets): simplify slightly.
5311
5312 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5313
5314         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5315         * lfuns.h: new LFUN_SPACE
5316         * lyxfunc.C: protected space has a new lfun
5317         * paragraph_funcs.C: read new space insets
5318         * text3.C:
5319         * factory.C: handle new space insets
5320
5321 2003-05-22  André Pönitz  <poenitz@gmx.net>
5322
5323         * BufferView.C:
5324         * BufferView_pimpl.C:
5325         * buffer.[Ch]:
5326         * lyxfunc.C:
5327         * undo_funcs.C: return a ParIterator from getParFromID.
5328
5329         * iterators.[Ch]: add two const's
5330
5331 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5332
5333         * toc.C (getTocList): adjust
5334
5335         * iterators.[Ch]: rework for parlist
5336
5337         * buffer.C (par_iterator_begin): adjust
5338         (par_iterator_end): adjust
5339
5340         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5341
5342         * BufferView.C (removeAutoInsets): adjust
5343         (ChangeInsets): adjust
5344
5345 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5346
5347         * text.C (top_y): fix bug 1110
5348
5349 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5350
5351         * errorlist.[Ch]: added
5352         * buffer.C:
5353         * BufferView.[Ch]:
5354         * BufferView_pimpl.C:
5355         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5356         instead
5357
5358 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5359
5360         * Makefile.am: ensure that lyx is relinked upon changes to the
5361         various "convenience" libs.
5362
5363 2003-05-20  Angus Leeming  <leeming@lyx.org>
5364
5365         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5366         files are compiled in alphabetical order again.
5367
5368         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5369
5370 2003-05-19  Angus Leeming  <leeming@lyx.org>
5371
5372         * gettext.[Ch]: remove "char const * _(char const *)".
5373
5374 2003-05-19  André Pönitz  <poenitz@gmx.net>
5375
5376         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5377
5378         * Makefile.am:
5379         * BufferView.C:
5380         * DepTable.h:
5381         * LaTeXFeatures.C:
5382         * buffer.C:
5383         * lyxfont.C:
5384         * lyxlex.h:
5385         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5386
5387 2003-05-19  André Pönitz  <poenitz@gmx.net>
5388
5389         * buffer.C:
5390         * lyxlayout.[Ch]:
5391         * lyxtextclass.[Ch]:
5392         * paragraph.C:
5393         * paragraph_funcs.[Ch]:
5394         * text2.C:
5395         * text3.C: more insetenv work
5396
5397 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5398
5399         * ParagraphParameters.C (params2string): small bug fixed
5400
5401 2003-05-16  André Pönitz  <poenitz@gmx.net>
5402
5403         * debug.C:
5404         * bufferview_funcs.C: patch from Kornel Benko to prevent
5405           crash when _(...) is called twice in a statement
5406
5407 2003-05-16  André Pönitz  <poenitz@gmx.net>
5408
5409         * BufferView.C:
5410         * lyxfunc.C:
5411         * text.C:
5412         * text2.C:
5413         * text3.C:
5414         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5415
5416 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5417
5418         * lyx_main.C (init): remove spurious static_cast
5419
5420 2003-05-14  André Pönitz  <poenitz@gmx.net>
5421
5422         * BufferView.C: fix format string
5423
5424 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5425
5426         * BufferView.[Ch] (insertErrors): removed
5427         * BufferView.[Ch] (showErrorList): added
5428         * buffer.C (runChkTeX):
5429         * converter.C (scanLog): call showErrorList instead of inserterrors
5430
5431 2003-05-13  André Pönitz  <poenitz@gmx.net>
5432
5433         * BufferView_pimpl.C:
5434         * buffer.C:
5435         * bufferview_func.C:
5436         * MenuBackend.C:
5437         * lyxfunc.C:
5438         * lyxrc.C:
5439         * tex-accent.C:
5440         * text3.C:
5441         * toc.C:
5442         * tabular_funcs.h: tostr() from its own header
5443
5444         * ParagraphParameters.C:
5445         * ToolbarBackend.C:
5446         * bufferparams.C:
5447         * format.C:
5448         * lyxlex_pimpl.C:
5449         * text3.C: STRCONV()
5450
5451 2003-05-12  André Pönitz  <poenitz@gmx.net>
5452
5453         * BufferView.C:
5454         * BufferView_pimpl.C:
5455         * CutAndPaste.C:
5456         * LaTeX.C:
5457         * LaTeXFeatures.C:
5458         * ParagraphParameters.C:
5459         * buffer.C:
5460         * bufferlist.C:
5461         * bufferparams.C:
5462         * bufferview_funcs.C:
5463         * converter.C:
5464         * counters.C:
5465         * debug.C:
5466         * exporter.C:
5467         * format.C:
5468         * importer.C:
5469         * lyx_cb.C:
5470         * lyx_main.C:
5471         * lyxfont.C:
5472         * lyxfunc.C:
5473         * lyxvc.C:
5474         * paragraph.C:
5475         * paragraph_funcs.C:
5476         * tabular.C:
5477         * tabular_funcs.C:
5478         * text2.C:
5479         * text3.C:  boost::format -> bformat  all over the place
5480
5481
5482 2003-05-09  André Pönitz  <poenitz@gmx.net>
5483
5484         * LColor.[Ch]: Pimpl the #include <map> away
5485
5486 2003-05-09  John Levon  <levon@movementarian.org>
5487
5488         * bufferlist.C: never remove emergency saves
5489
5490 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5491
5492         * Makefile.am: better lib building
5493
5494 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5495
5496         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5497         instead.
5498         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5499         (simpleTeXSpecialChars): adjust
5500         (simpleTeXSpecialChars): adjust
5501         * paragraph.C (simpleTeXOnePar): adjust
5502         * buffer.C (makeLaTeXFile): adjust
5503
5504         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5505
5506         * text2.C (changeDepth): parlist cleanup
5507         (getColumnNearX): ditto
5508
5509         * rowpainter.C (getLabelFont): parlist cleanup
5510
5511         * bufferlist.C (newFile): parlist cleanup
5512
5513         * CutAndPaste.C (eraseSelection): parlist cleanup
5514
5515         * BufferView_pimpl.C (trackChanges): parlist cleanup
5516         (dispatch): ditto
5517
5518         * BufferView.C (lockInset): parlist cleanup.
5519         (ChangeInsets): ditto
5520
5521 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5522
5523         * CutAndPaste.h: Update file header.
5524
5525         * CutAndPaste.C: Update file header.
5526         Store the parts cut out of the Document in a limited_stack.
5527         (copySelection): adjust
5528         (pasteSelection): new function, takes the index in the limited stack.
5529         (nrOfParagraphs): adjust
5530         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5531         simplify error inset insertion.
5532         (checkPastePossible): adjust
5533
5534 2003-05-06  John Levon  <levon@movementarian.org>
5535
5536         * text2.C: don't cast wrap inset to float
5537
5538 2003-05-05  André Pönitz  <poenitz@gmx.net>
5539
5540         * iterator.C:
5541         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5542
5543         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5544           few naked Paragraph *.
5545
5546 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5547
5548         * bufferparams.C: Output warning if a document with missing
5549         TeX document class is loaded
5550         * exporter.C: Disable TeX exports if the document class is missing
5551         * lyxtextclass.C:
5552         * lyxtextclass.h:
5553         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5554         isTeXClassAvailable()
5555
5556 2003-05-03  John Levon  <levon@movementarian.org>
5557
5558         * BufferView.h:
5559         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5560         explicit cursor show/hide
5561
5562         * BufferView_pimpl.h:
5563         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5564         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5565
5566         * lyxfunc.C: hide cursor before dispatching.
5567
5568         * lyx_cb.C:
5569         * lyxfind.C:
5570         * text.C:
5571         * text3.C: remove explicit cursor hides
5572
5573 2003-05-02  André Pönitz  <poenitz@gmx.net>
5574
5575         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5576
5577         * undo_funcs.C:
5578         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5579           linked lists
5580
5581         * text2.C: tiny whitespace
5582
5583 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5584
5585         * undo_funcs.C: almost only ws changes.
5586
5587         * ParagraphList.C (splice): just return if pl is empty.
5588
5589 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5590
5591         * ParagraphList.C (splice): new function.
5592
5593         * CutAndPaste.C (pasteSelection): use it
5594
5595 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5596
5597         * CutAndPaste.C (pasteSelection): remove the last next and
5598         previous from this file.
5599
5600 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5601
5602         * CutAndPaste.C (pasteSelection): more clean up, user proper
5603         ParagraphList functions for pasteing.
5604
5605         * ParagraphList.C (insert): new function, three arg insert
5606
5607 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5608
5609         * ParagraphList.C (insert): new function, three arg insert
5610
5611         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5612         not on paragraphs.
5613
5614 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5615
5616         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5617
5618 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5619
5620         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5621
5622 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5623
5624         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5625         (copySelection): clean up a bit.
5626         (pasteSelection): use make_pair
5627
5628         * ParagraphList.C (ParagraphList): implement copy constructor
5629         (operator=): implement, base on copy constructor.
5630         (assign): new func
5631
5632         * paragraph.C (erase): return a bool
5633
5634         * paragraph_pimpl.C (erasePos): remove function, move contents...
5635         (erase): ... here. Return a bool.
5636         (erase): call erase instead of erasePos.
5637
5638 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5639
5640         * ParagraphList.h: define PitPosPair
5641         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5642         ParagraphList, fix a bug on pasting multiple pars
5643         * text2.C: change interface to C&P
5644
5645 2003-04-30  André Pönitz  <poenitz@gmx.net>
5646
5647         * undo_func.C: revert part of yesterday's patch 2
5648
5649 2003-04-30  John Levon  <levon@movementarian.org>
5650
5651         * LColor.C: s/tabular/table/
5652
5653 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5654
5655         * text3.C (dispatch): do not convert iterator -> pointer
5656         * undo_funcs.C (setCursorParUndo): ditto
5657         * text_funcs.C (transposeChars): ditto
5658
5659         * text2.C (setLayout): ws changes only
5660
5661         * text.C (breakParagraph): do not convert iterator -> pointer
5662         (insertChar): ditto
5663         (acceptChange): ditto
5664         (rejectChange): ditto
5665         (changeCase): ditto
5666         (Delete): ditto
5667         (backspace): ditto
5668
5669         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5670         pointer
5671
5672 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5673
5674         * text3.C (gotoInset): YABG (yet another bad getChar)
5675
5676 2003-04-29  André Pönitz  <poenitz@gmx.net>
5677
5678         * paragraph.h: make operator= private unimplemented as long as
5679           it is unusable
5680
5681         * ParagraphList.C: whitespace
5682
5683         * paragraph.[Ch]:
5684         * paragraph_pimpl.[Ch]:
5685         * paragraph_funcs.C:
5686         * CutAndPaste.C:
5687         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5688
5689         * text2.C:
5690           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5691
5692 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5693
5694         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5695         * paragraph.[Ch] (erase):
5696         * paragraph_pimpl.[Ch] (erase): change return type and value
5697         * text2.C (cutSelection): some rework
5698
5699 2003-04-28  John Levon  <levon@movementarian.org>
5700
5701         * bufferlist.C: changes for unsaved changes dialog
5702
5703 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5704
5705         * bufferlist.C (newFile): set language (messages_) for new
5706         documents also.
5707
5708         * buffer.C (readFile): ws changes only.
5709
5710 2003-04-28  André Pönitz  <poenitz@gmx.net>
5711
5712         * undo_funcs.C:
5713         * lyxfunc.C:
5714         * buffer.[Ch]:
5715         * BufferView_pimpl.C:
5716         * BufferView.C: getParFromID related ParagraphList::iterator changes
5717
5718 2003-04-28  André Pönitz  <poenitz@gmx.net>
5719
5720         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5721           Changes
5722
5723 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5724
5725         * messages.C: remove one more localedir class variable.
5726
5727 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5728
5729         * messages.C (getLocaleDir): singleton generation function
5730         (Pimpl): use it.
5731         (Messages): add a default constructor.
5732
5733         * main.C (main): do not setup localedir here, do not call
5734         gettext_init.
5735
5736         * gettext.C (_): use it.
5737         (gettext_init): delete funciton
5738
5739 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5740
5741         * gettext.C (getLyXMessages): new singleton generating function.
5742
5743         * buffer.C (updateDocLang): adjust
5744
5745         * Makefile.am (messages.o): add target
5746         (main.o): remove target
5747
5748 2003-04-27  John Levon  <levon@movementarian.org>
5749
5750         * bufferlist.C:
5751         * lyx_cb.C:
5752         * lyxfunc.C:
5753         * lyxvc.C: specify cancel button in Alert::prompt
5754
5755 2003-04-26  John Levon  <levon@movementarian.org>
5756
5757         * text3.C:
5758         * lyxfunc.C:
5759         * lfuns.h:
5760         * LyXAction.C: add LFUN_INSET_SETTINGS
5761
5762         * lyxfunc.C: don't enable tabular-feature when there's
5763         just any locking inset
5764
5765 2003-04-26  John Levon  <levon@movementarian.org>
5766
5767         * bufferlist.C: re-add Cancel to buffer close question
5768
5769         * lyxfunc.C: fix import UI a bit
5770
5771 2003-04-25  John Levon  <levon@movementarian.org>
5772
5773         * gettext.C: remove the broken asserts for now
5774
5775 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5776
5777         * messages.C: make case where setlocale cannot comply work better.
5778
5779         * buffer.C (updateDocLang): new function
5780         (changeLanguage): use it
5781         (readFile): use it
5782
5783         * text2.C (setCounter): use B_ a bit.
5784
5785         * lyxlayout.C (Read): be sure to trim the label strings.
5786
5787         * messages.C (Messages): fix typo in comment
5788
5789         * buffer.C (readFile): set message_ after file is loaded.
5790         (makeDocBookFile): remove double return
5791         (changeLanguage): reset message_ upon language change.
5792         (B_): new func, use this to get translated buffer strings.
5793
5794         * main.C: add myself and Jean Marc as authors.
5795
5796 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5797
5798         * messages.[hC]: pimplify Messages, and three different pimpls to be
5799         used in different circumstances.
5800
5801         * gettext.[Ch]: change for use with new message code.
5802
5803 2003-04-24 André Pönitz <poenitz@gmx.net>
5804
5805         * factory.C: support for eqref
5806
5807 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5808
5809         * messages.[Ch]: add missing char
5810
5811         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5812
5813         * messages.[Ch]: New files
5814
5815 2003-04-18  John Levon  <levon@movementarian.org>
5816
5817         * BufferView.h:
5818         * BufferView.C:
5819         * BufferView_pimpl.C:
5820         * lfuns.h:
5821         * LyXAction.C:
5822         * lyxtext.h:
5823         * text2.C: remove layout-copy/paste (bug 778)
5824
5825 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5826
5827         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5828
5829 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5830
5831         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5832         if they succeed. Act accordingly.
5833
5834 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5835
5836         * text2.C (setCharFont): adjust
5837         (setCounter): adjust
5838         (insertStringAsLines): adjust
5839
5840         * text.C (leftMargin): adjust
5841         (setHeightOfRow): adjust
5842
5843         * rowpainter.C (paintFirst): adjust
5844         (paintLast): adjust
5845
5846         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5847         (outerHook): ditto
5848         (isFirstInSequence): ditto
5849         (getEndLabel): ditto
5850         (outerFont): adjust
5851
5852         * paragraph.C (getParLanguage): comment out some hard stuff.
5853
5854         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5855         (sgmlError): ditto
5856         (simpleDocBookOnePar): ditto
5857         (makeDocBookFile): use ParagraphList::iterator
5858
5859         * CutAndPaste.C (pasteSelection): adjust
5860
5861 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5862
5863         * text2.C (getFont): adjust
5864         (getLayoutFont): adjust
5865         (getLabelFont): adjust
5866
5867         * paragraph_funcs.C (TeXOnePar): adjust
5868
5869         * buffer.C (simpleLinuxDocOnePar): adjust
5870         (simpleDocBookOnePar): adjust
5871
5872         * CutAndPaste.C (pasteSelection): adjust
5873
5874         * BufferView.C (getEncoding): adjust
5875
5876         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5877
5878 2003-04-16  John Levon  <levon@movementarian.org>
5879
5880         * lyxfind.C: use parlist stuff for search/changes
5881
5882 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5883
5884         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5885
5886         * text2.C (deleteEmptyParagraphMechanism): adjust
5887
5888         * text2.[Ch] (ownerParagraph): delete func (both of them
5889
5890 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5891
5892         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5893
5894 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5895
5896         * ParagraphList.C: prepare for NO_NEXT
5897
5898 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5899
5900         * text2.C (getFont): adjust
5901         (getLayoutFont): adjust
5902         (getLabelFont): adjust
5903
5904         * paragraph.C (getFont): adjust
5905         (getLabelFont): adjust
5906         (getLayoutFont): adjust
5907
5908         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5909
5910 2003-04-15  John Levon  <levon@movementarian.org>
5911
5912         From Angus Leeming
5913
5914         * lyx_main.C: handle Include in .ui files
5915
5916 2003-04-15  John Levon  <levon@movementarian.org>
5917
5918         * MenuBackend.C: make the doc files length shorter
5919
5920         * ToolbarBackend.h:
5921         * ToolbarBackend.C: handle toolbar placement flags,
5922         Minibuffer
5923
5924 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5925
5926         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5927         adjust
5928
5929         * paragraph_funcs.C (TeXOnePar): adjust
5930
5931         * paragraph.C (getLabelFont): add outerfont arg, adjust
5932         (getLayoutFont): ditto
5933         (simpleTeXOnePar): adjust
5934
5935         * paragraph_pimpl.C (realizeFont): delete func
5936
5937 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5938
5939         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5940         row argument, constify cur argument.
5941
5942 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5943
5944         * text2.C (getFont): adjust
5945         (getLayoutFont): adjust
5946         (getLabelFont): adjust
5947
5948         * paragraph_funcs.C (TeXOnePar): adjust
5949         (outerFont): new func...
5950         (realizeFont): ...moved out from here, changed this to facilitate
5951         transition
5952
5953         * paragraph.C (getFont): take outerfont as arg, adjust
5954         (simpleTeXOnePar): add outerfont arg, adjust
5955
5956         * buffer.C (simpleLinuxDocOnePar): adjust
5957         (simpleDocBookOnePar): adjust
5958
5959         * CutAndPaste.C (pasteSelection): adjust
5960
5961         * BufferView.C (getEncoding): adjust
5962
5963 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5964
5965         * text2.C (setCharFont): adjust
5966         (setCounter): adjust
5967
5968         * text.C (leftMargin): adjust
5969         (setHeightOfRow): adjust
5970
5971         * rowpainter.C (paintFirst): adjust
5972         (paintLast): adjust
5973
5974         * paragraph_pimpl.C (realizeFont): adjust
5975
5976         * paragraph.C (isFirstInSequence): move from here...
5977         * paragraph_funcs.C (isFirstInSequence): ...to here
5978
5979         * paragraph.C (outerHook): move from here...
5980         * paragraph_funcs.C (outerHook): ...to here
5981
5982         * paragraph.C (depthHook): move from here...
5983         * paragraph_funcs.C (depthHook): ...to here
5984
5985         * paragraph.C (getEndLabel): move from here...
5986         * paragraph_funcs.C (getEndLabel): ...to here
5987
5988         * text2.C (realizeFont): move from here...
5989         * paragraph_funcs.C (realizeFont): ...to here
5990
5991 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5992
5993         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5994
5995 2003-04-14  Angus Leeming  <leeming@lyx.org>
5996
5997         * LColor.[Ch]: scrap LColor mathcursor.
5998
5999 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6000
6001         * lyxlex.[Ch] (text): delete function
6002         * trans.C (Load): adjust
6003         * paragraph_funcs.C (readParToken): adjust
6004
6005 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6006
6007         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6008         vector<char> instead of a char[].
6009
6010         * lyxlex_pimpl.C (getString): adjust
6011         (next): adjust
6012         (lex): use getString
6013         (eatLine): adjust
6014         (nextToken): adjust
6015
6016         * lyxlex.C (text): use pimpl_->getString()
6017         (getBool): ditto
6018         (findToken): ditto
6019
6020 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6021
6022         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6023         (makeFontEntriesLayoutSpecific): temp var for par.size()
6024         (setLayout): temp var for ownerParagraphs().end()
6025         (fullRebreak): temp var for rows().end()
6026         (selectionAsString): temp var for boost::next(startpit), realize
6027         that the while really is a regular for loop.
6028         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6029         setCursor in one place.
6030         (setParagraph): temp vr for ownerParagraphs().end()
6031         (updateCounters): make the while loop a for loop
6032         (cutSelection): temp var for ownerParagraphs().end()
6033         (updateInset): make the do {} while() a regular for loop
6034         (getCursorX): use temp vars
6035         (setCurrentFont): use temp vars
6036         (getColumnNearX): use temp vars
6037
6038 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6039
6040         * text.C (transformChar): use temp var for getChar
6041         (computeBidiTables): use temp var for row->par()
6042         (fill): move temp vars for row->par() and pit->layout() earlier in
6043         the function.
6044         (labelFill): use temp var for row->par()
6045         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6046         asc and desc, realize that pit never changes and that firstpit is
6047         just a duplicate and not needed. Exchange rit->par() with pit in a
6048         lot of places.
6049         (breakAgain): use a temp var for boost::next(rit)
6050         (breakAgainOneRow): ditto
6051         (breakParagraph): use a temp var for rows().begin()
6052         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6053         (cursorRightOneWord): use temp var for cursor.par() and
6054         cursor.pos(), remove usage of tmpcursor.
6055         (cursorLeftOneWord): use temp var for cursor.par() and
6056         cursor.pos() only set cur at end of function.
6057
6058 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6059
6060         * text.C, text2.C: exchange all usage of Paragraph::next with
6061         boost::next(ParagraphList::iterator)
6062
6063         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6064
6065         * text2.C (cursorTop): simplify implementation
6066         (cursorBottom): ditto
6067         (setParagraph): use ParagraphList::iterator
6068         (setCurrentFont): adjust
6069         (getColumnNearX): adjust
6070         (cursorRight): adjust
6071         (cursorLeft): remove usage of Paragraph::previous
6072         (cursorUpParagraph): ditto
6073         (deleteEmptyParagraphMechanism): slight cleanup
6074
6075         * text.C (isBoundary): take a Paragraph const & instead of a
6076         pointer as arg.
6077         (addressBreakPoint): ditto
6078         (leftMargin): remove usage of Paragraph::previous.
6079         (setHeightOfRow): ditto
6080         (cursorLeftOneWord): ditto
6081         (selectNextWordToSpellcheck): ditto
6082         (Delete): ditto
6083         (backspace): ditto
6084         (breakParagraph): remove one usage of Paragraph::next
6085         (redoParagraph): ditto
6086         (acceptChange): ditto
6087         (insertChar): adjust
6088         (rowBreakPoint): adjust
6089
6090         * bufferview_funcs.C (toggleAndShow): adjust
6091
6092 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6093
6094         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6095         methods to access it.
6096         * lyxtext.h:
6097         * text.C: Added updateRowPositions to compute all row positions.
6098         Make top_y and getRowNearY() to use the cached y position
6099
6100 2003-04-11  John Levon  <levon@movementarian.org>
6101
6102         * text.C (rowBreakPoint): reintroduce the labelEnd
6103         checks, code copied from the row fill stuff. Deep voodoo.
6104
6105         * text.C (fill): add a comment and debugging for the
6106         next poor soul.
6107
6108 2003-04-11  John Levon  <levon@movementarian.org>
6109
6110         * text.C: make sure fullrow insets get wrapped to the next line,
6111         even when they're in a manual label
6112
6113 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6114
6115         * text2.C (insertParagraph): make it take ParagraphList::iterator
6116         as arg.
6117         (setLayout): make it return ParagraphList::iterator
6118         (redoParagraphs): ditto
6119         (setCounter): ditto
6120         (checkParagraph): ditto
6121
6122         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6123
6124         * text2.C: adjust several funcs.
6125         (realizeFont): take a ParagraphList::iterator as arg.
6126         (getLayoutFont): ditto
6127         (getLabelFont): ditto
6128         (setCharFont): ditto
6129
6130         * text.C: adjust several funcs.
6131
6132 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6133
6134         * text.C (selectNextWordToSpellcheck): don't accidentally
6135         skip insets
6136
6137 2003-04-10  John Levon  <levon@movementarian.org>
6138
6139         * ToolbarBackend.C (getIcon): special handling for
6140         LFUN_MATH_DELIM
6141
6142 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6143
6144         * text2.C (cursorRight): a getChar assert fixed
6145
6146 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6147
6148         * text2.C (getFont): change to take a ParagraphList::iterator
6149         instead of Paragraph*
6150         Adjust several functions.
6151
6152         * text.C (transformChar): change to take a ParagraphList::iterator
6153         instead of Paragraph*
6154         (singleWidth): ditto
6155         Adjust several functions.
6156
6157         * rowpainter.C: adjust several functions
6158         * rowpainter.h:store a ParagraphList::iterator and not a
6159         Paragraph&.
6160
6161
6162 2003-04-09  John Levon  <levon@movementarian.org>
6163
6164         * lyxfunc.C:
6165         * lfuns.h:
6166         * LyXAction.h:
6167         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6168         and the "help" bits as well
6169
6170 2003-04-09  John Levon  <levon@movementarian.org>
6171
6172         * ToolbarBackend.h:
6173         * ToolbarBackend.C: allow multiple toolbars
6174
6175 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6176
6177         * undo_funcs.C (setCursorParUndo): adjust
6178
6179         * text_funcs.C (transposeChars): adjust
6180
6181         * text3.C (gotoNextInset): adjust
6182         (dispatch): adjust
6183
6184         * text2.C (setLayout): adjust
6185         (changeDepth): adjust
6186         (setFont): adjust
6187         (redoParagraphs): adjust
6188         (selectionAsString): adjust
6189         (setParagraph): adjust
6190         (insertInset): adjust
6191         (cutSelection): adjust
6192         (copySelection): adjust
6193         (pasteSelection): adjust
6194         (insertStringAsLines): adjust
6195         (updateInset): adjust
6196         (setCursor): change to take a ParagraphList::iterator parameter
6197         (setCursorIntern): change to take a ParagraphList::iterator parameter
6198         (setCurrentFont): adjust
6199         (cursorLeft): adjust
6200         (cursorRight): adjust
6201         (deleteEmptyParagraphMechanism): adjust
6202
6203         * text.C (breakParagraph): adjust
6204         (insertChar): adjust
6205         (acceptChange): adjust
6206         (rejectChange): adjust
6207         (selectNextWordToSpellcheck): adjust
6208         (changeCase): adjust
6209         (Delete): adjust
6210         (backspace): adjust
6211
6212         * lyxfind.C (SearchForward): adjust
6213         (SearchBackward): adjust
6214         (nextChange): adjust
6215
6216         * lyxcursor.C (par): adjust
6217
6218         * lyxcursor.h: store a ParagraphList::iterator instead of a
6219         Paragraph*
6220
6221         * lyx_cb.C (getPossibleLabel): adjust
6222
6223         * bufferview_funcs.C (toggleAndShow): adjust
6224
6225         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6226         (dispatch): adjust
6227
6228         * BufferView.C (removeAutoInsets): adjust
6229         (lockedInsetStoreUndo): adjust
6230
6231 2003-04-09  John Levon  <levon@movementarian.org>
6232
6233         * ToolbarBackend.C: try icon without argument
6234         if with argument fails
6235
6236 2003-04-08  John Levon  <levon@movementarian.org>
6237
6238         * ToolbarBackend.h:
6239         * ToolbarBackend.C: add getIcon(), handle tooltip,
6240         and change from "Icon" to "Item".
6241
6242 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6243
6244         * BufferView.C (lockInset): another bad getchar crunched
6245
6246 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6247
6248         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6249         again)
6250
6251 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6252
6253         * lyxfind.C (searchForward, searchBackwards): bug 782
6254
6255 2003-04-07  John Levon  <levon@movementarian.org>
6256
6257         * paragraph.C: remove dead comment
6258
6259         * text.C: remove troublesome depth-fiddling code
6260         in leftMargin() and rightMargin() (bug 1017)
6261
6262         * text.C: fix breaking of rows in nested lists
6263         (bug 1004)
6264
6265         * text2.C (updateCounters): fix up depth values
6266         (bug 1013)
6267
6268 2003-04-07  John Levon  <levon@movementarian.org>
6269
6270         * BufferView_pimpl.C: clear message when doc finishes resizing,
6271         and after a mouse event
6272
6273         * lyxfunc.C: clear message after exiting inset
6274
6275 2003-04-07  John Levon  <levon@movementarian.org>
6276
6277         * bufferview_funcs.C: show math status not outside
6278         status in the statusbar
6279
6280 2003-04-07  John Levon  <levon@movementarian.org>
6281
6282         * lyxfunc.C: note status changed after a depth change
6283
6284 2003-04-04  Angus Leeming  <leeming@lyx.org>
6285
6286         * LaTeX.h: move AuxInfo operator==, != out of line.
6287         Remove LaTeX virtual destructor; nothing derives from it.
6288         Move operator()() out of public area and rename it startscript().
6289         Change protected for private.
6290
6291 2003-04-04  Angus Leeming  <leeming@lyx.org>
6292
6293         * lyxfunc.C:
6294         * text2.C: remove unneeded #includes.
6295
6296 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6297
6298         * text2.C (dEPM): fix the heigth of the next row
6299
6300 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6301
6302         * text.C: squashed an invalid getChar requester + some ws changes
6303
6304 2003-04-03  John Levon  <levon@movementarian.org>
6305
6306         * bufferview_funcs.h:
6307         * bufferview_funcs.C:
6308         * lyxfunc.C:
6309         * lyxtext.h:
6310         * text2.C: make getStatus work for the env depth lfuns
6311
6312 2003-04-03  John Levon  <levon@movementarian.org>
6313
6314         * bufferview_funcs.h:
6315         * bufferview_funcs.C:
6316         * lyxfunc.C:
6317         * lyxtext.h:
6318         * text2.C: parlistize decDepth(), by merging it with incDepth()
6319
6320 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6321
6322         * lyxrow.h: store a ParagraphList::iterator instead of a
6323         Paragraph* and adjust other class functions to suit.
6324
6325         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6326         above.
6327
6328 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6329
6330         * text2.C (setCursor): do not anchor to cursor row for the time being
6331
6332 2003-04-02  John Levon  <levon@movementarian.org>
6333
6334         * LyXAction.C:
6335         * lfuns.h:
6336         * lyx_main.C:
6337         * lyxtext.h:
6338         * text.C:
6339         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6340
6341 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6342
6343         * paragraph.h: make ParagraphList and ParagraphList::iterator
6344         friends of Paragraph.
6345
6346         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6347
6348         * ParagraphList.C: Use the private next_ and previous_ from
6349         Paragraph.
6350
6351 2003-04-01  John Levon  <levon@movementarian.org>
6352
6353         * ToolbarBackend.h:
6354         * ToolbarBackend.C:
6355         * Makefile.am: rename, remove defaults gunk
6356
6357         * MenuBackend.h:
6358         * MenuBackend.C: remove defaults gunk
6359
6360         * Languages.h:
6361         * Languages.C: remove defaults gunk
6362
6363         * lyx_main.h:
6364         * lyx_main.C: error out if files couldn't be found.
6365
6366 2003-04-02  John Levon  <levon@movementarian.org>
6367
6368         * text2.C: make incDepth() use parlist
6369
6370 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6371
6372         * undo_funcs.C (firstUndoParagraph): adjust
6373
6374         * text3.C (gotoInset): adjust
6375         (dispatch): adjust, and rewrite loop.
6376
6377         * text2.C (init): adjust, and rewrite loop.
6378         (redoParagraphs): adjust
6379         (updateInset): adjust, and rewrite loop.
6380         (deleteEmptyParagraphMechanism): adjust
6381
6382         * tabular.C (LyXTabular): adjust
6383         (SetMultiColumn): adjust
6384         (TeXRow): adjust
6385
6386         * lyxtext.[Ch] (ownerParagraph): delete function
6387         (ownerParagraphs): new function returns a ParagraphList.
6388
6389         * BufferView.C (removeAutoInsets): adjust
6390         (insertErrors): adjust
6391         (setCursorFromRow): adjust
6392
6393 2003-04-01  Angus Leeming  <leeming@lyx.org>
6394
6395         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6396         in the frontends.
6397
6398 2003-04-02  John Levon  <levon@movementarian.org>
6399
6400         * lyxtext.h:
6401         * text.C:
6402         * Makefile.am:
6403         * text_funcs.h:
6404         * text_funcs.C: make transposeChars a free function
6405
6406         * lyxrow_funcs.C: remove wrong comment
6407
6408 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6409
6410         * lyxtext.h: adjust
6411         * rowpainter.C: adjust
6412         * text.C: adjust
6413         * text2.C: adjust
6414         * text3.C: adjust
6415
6416         * lyxrow_funcs. [Ch]: new files
6417
6418         * lyxrow.[Ch]: remove next and previous pointers
6419         (next,previous): remove accessor functions
6420         (isParEnd): move to lyxrow_funcs
6421         (lastPos): move to lyxrow_funcs
6422         (nextRowIsAllInset): move to lyxrow_funcs
6423         (lastPrintablePos): move to lyxrow_funcs
6424         (numberOfSeparators): move to lyxrow_funcs
6425         (numberOfHfills): move to lyxrow_funcs
6426         (numberOfLabelHfills): move to lyxrow_funcs
6427         (hfillExpansion): move to lyxrow_funcs
6428
6429         * lyxfunc.C: adjust
6430
6431         * bufferview_funcs.C (toggleAndShow): adjust
6432
6433         * RowList.h: Remove class RowList from file leave just a
6434         std::list<Row>.
6435
6436         * RowList.C: delete file
6437
6438         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6439         and lyxrow_funcs.h
6440
6441 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6442
6443         * text3.C (cursorPrevious): adjust
6444         (cursorNext): adjust
6445         (dispatch): adjust
6446
6447         * text2.C (redoHeightOfParagraph): adjust
6448         (redoDrawingOfParagraph): adjust
6449         (setCursor): adjust
6450
6451         * text.C (breakParagraph): adjust
6452         (insertChar): adjust
6453         (backspace): adjust
6454
6455         * rowpainter.C (RowPainter): adjust
6456         (leftMargin): simplify and adjust
6457         (most rowpainter functions): adjust.
6458
6459         * rowpainter.h: store the row as RowList::iterator not as Row*
6460
6461         * lyxcursor.C (row): taka RowList::iterator as arg
6462         (irow): ditto
6463
6464         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6465         of Row*.
6466
6467 2003-04-01  Angus Leeming  <leeming@lyx.org>
6468
6469         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6470         stuff like bool Bool.
6471
6472 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6473
6474         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6475         rewrite a loop
6476
6477 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6478
6479         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6480         RowList::iterator.
6481
6482         * lyxtext.h (rows): drop one version and leve a const variant that
6483         returns a RowList::iterator.
6484
6485 2003-03-31  Angus Leeming  <leeming@lyx.org>
6486
6487         * text.C (fill): ensure that the signature is the same as that in the
6488         header file.
6489
6490 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6491
6492         * text2.C (redoParagraphs): adjust
6493         (updateCounters): adjust
6494         (checkParagraph): adjust
6495         (getColumnNearX): adjust and reformat a bit.
6496
6497         * text.C (top_y): adjust
6498         (workWidth): adjust
6499         (leftMargin): adjust
6500         (prepareToPrint): adjust
6501         (getRow): adjust
6502         (getRowNearY): adjust
6503
6504         * lyxtext.h: make rowlist_ mutable.
6505
6506         * RowList.h: add const_iterator
6507         * RowList.C: adjust for RowList::const_iterator.
6508
6509         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6510         adjust.
6511
6512 2003-03-31  John Levon  <levon@movementarian.org>
6513
6514         * lyxrc.h:
6515         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6516
6517         * lyx_main.C: set default fonts from using lyx_gui funcs
6518
6519         * exporter.C: pdf_mode moved from lyxrc
6520
6521         * lyx_cb.C:
6522         * lyxfunc.C: changes from above
6523
6524 2003-03-31  John Levon  <levon@movementarian.org>
6525
6526         * lyx_main.C: fix to the last fix
6527
6528 2003-03-31  John Levon  <levon@movementarian.org>
6529
6530         * bufferlist.C: "Load original" -> "Load Original"
6531
6532         * converter.C:
6533         * exporter.C:
6534         * importer.C:
6535         * lyx_main.C:
6536         * format.C: more Alert cleanups
6537
6538 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6539
6540         * text2.C (removeParagraph): make it take a RowList::iterator as
6541         arg, adjust.
6542         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6543         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6544
6545         * text.C (anchor_row): make it take a RowList::iterator as arg,
6546         adjust.
6547         (computeBidiTables): make it take a const reference to Row instead
6548         of Row pointer, adjust.
6549         (leftMargin): make it take a RowList::iterator as arg, adjust.
6550         (rowBreakPoint): adjust
6551         (breakAgainOneRow): make it take a RowList::iterator as arg,
6552         adjust.
6553         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6554
6555         * bufferview_funcs.C (toggleAndShow): adjust
6556
6557 2003-03-30  John Levon  <levon@movementarian.org>
6558
6559         * Makefile.am:
6560         * BoostFormat.h:
6561         * boost-inst.C: moved to support
6562
6563         * several files: changes as a result
6564
6565 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6566
6567         * text2.C (LyXText): adjust.
6568         (init): adjust
6569         (removeRow): make it take a RowList::iterator as arg, adjust.
6570         (fullRebreak): adjust
6571         (deleteEmptyParagraphMechanism): adjust
6572         (clearPaint): adjust
6573         (postPaint): adjust
6574
6575         * text.C (top_y): adjust
6576         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6577         (breakAgain): make it take a RowList::iterator as arg, adjust.
6578         (breakParagraph): adjust
6579         (insertChar): adjust
6580         (backspace): adjust
6581
6582         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6583         need_break_row, and refresh_row.
6584
6585         * text3.C (dispatch): adjust
6586
6587         * text2.C (checkParagraph): adjust
6588         (setCursor): adjust
6589         (setCursorFromCoordinates): adjust
6590
6591         * text.C (top_y): adjust
6592         (workWidth): adjust
6593         (getRow): make it return a RowList::iterator, adjust
6594         (getRowNearY): make it return a RowList::iterator, adjust
6595
6596         * text2.C (init): adjust
6597         (insertRow): remove function
6598         (insertParagraph): adjust
6599         (redoParagraphs): adjust
6600         (fullRebreak): adjust
6601         (updateCounters): adjust
6602
6603         * text.C (top_y): rewrite to use RowList iterators.
6604         (top_y): adjust
6605         (setHeightOfRow): rewrite to sue RowList iterators.
6606         (appendParagraph): adjust
6607         (breakAgain): adjust
6608         (breakAgainOneRow): adjust
6609         (breakParagraph): adjust
6610         (getRow): adjust
6611         (getRowNearY): adjust, and remove commented code.
6612
6613         * lyxtext.h (firstRow): delete function
6614         (lastRow): delete function
6615         (rows): new function (const and non-const versions.)
6616         (insertRow): delete function
6617
6618         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6619
6620 2003-03-29  John Levon  <levon@movementarian.org>
6621
6622         * BufferView_pimpl.C: always update scrollbar top
6623         because pasting text when we're anchored could mean we
6624         miss an update altogether
6625
6626 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6627
6628         * text2.C (init): use rowlist_.end() and not 0.
6629         (insertRow): change to take a RowList::iterator as arg, adjust
6630         for this.
6631         (insertParagraph): change to take a RowList::iterator as arg,
6632         adjust for this.
6633         (redoParagraphs): remove some debug msgs.
6634
6635         * text.C (appendParagraph): change to take a RowList::iterator
6636         arg, adjust for this.
6637         (breakAgain): add an assert
6638         (breakAgainOneRow): ditto
6639
6640 2003-03-29  John Levon  <levon@movementarian.org>
6641
6642         * text2.C: do not clear selection after inc/decDepth
6643         (bug 550)
6644
6645 2003-03-29  John Levon  <levon@movementarian.org>
6646
6647         * BufferView.C:
6648         * buffer.C: fix broken strerrors according to Lars
6649
6650 2003-03-29  John Levon  <levon@movementarian.org>
6651
6652         * converters.C: more Alert cleanups
6653
6654 2003-03-29  John Levon  <levon@movementarian.org>
6655
6656         * bufferview_funcs.C: remove pointless Alert
6657
6658         * buffer.C: fix confusing error message when
6659         a template is chmoded 000
6660
6661 2003-03-29  John Levon  <levon@movementarian.org>
6662
6663         * BufferView.C:
6664         * BufferView.h:
6665         * BufferView_pimpl.C: Alert fixes
6666
6667         * Makefile.am:
6668         * tabular.C:
6669         * tabular-old.C: remove unused table compat reading
6670
6671 2003-03-29  John Levon  <levon@movementarian.org>
6672
6673         * BufferView.C:
6674         * buffer.C:
6675         * lyx_cb.h:
6676         * lyx_cb.C: more Alert cleanups
6677
6678         * lyxfunc.C: don't allow chktex if not latex document
6679
6680 2003-03-29  John Levon  <levon@movementarian.org>
6681
6682         * lyx_cb.C:
6683         * BufferView.C:
6684         * buffer.C: warnings pushed down from support/,
6685         kill err_alert
6686
6687 2003-03-29  John Levon  <levon@movementarian.org>
6688
6689         * lyxfunc.C: safety check for C-r (revert)
6690
6691 2003-03-29  John Levon  <levon@movementarian.org>
6692
6693         * bufferlist.h:
6694         * bufferlist.C: several UI fixes using Alert::prompt.
6695         Fix the pointless looping quit code. Fix stupid revert
6696         behaviour (bug 938)
6697
6698         * lyxvc.h:
6699         * lyxvc.C:
6700         * lyx_cb.C: use Alert::prompt
6701
6702         * lyx_main.C: remove a silly question
6703
6704         * lyxfunc.C: remove a couple of silly questions,
6705         use Alert::prompt
6706
6707 2003-03-28  John Levon  <levon@movementarian.org>
6708
6709         * text2.C: fix bug 974 (End on empty par)
6710
6711 2003-03-28  John Levon  <levon@movementarian.org>
6712
6713         * BufferView_pimpl.C:
6714         * LyXAction.C:
6715         * lfuns.h: remove do-nothing math greek lfuns
6716
6717 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6718
6719         * lyxgluelength.h (isValidGlueLength): add default arg on
6720         parameter 2. Remove default arg from friend in class.
6721
6722         * lyxlength.h (isValidLength): add default arg on parameter 2.
6723         Remove default arg from friend in class.
6724
6725         * text2.C (LyXText): adjust, initialize refresh_row.
6726         (init): adjust
6727         (removeRow): adjust
6728         (insertRow): adjust
6729         (insertParagraph): adjst
6730         (redoParagraphs): adjust
6731         (fullRebreak): adjust
6732         (updateCounters): adjust
6733         (deleteEmptyParagraphMechanism): first attempt at fixing a
6734         crashing bug.
6735
6736         * text.C (top_y): adjust
6737         (setHeightOfRow): adjust
6738         (getRow): adjust
6739         (getRowNearY): adjust
6740
6741         * lyxtext.h: include RowList.h
6742         (~LyXText): not needed anymore, deleted.
6743         (firstRow): modify for RowList
6744         (lastRow): new function
6745         Delete firstrow and lastrow class variables, add a Rowlist
6746         rowlist_ class variable.
6747
6748         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6749         paragraph is empty.
6750
6751         * RowList.C (insert): fix case where it == begin().
6752
6753 2003-03-26  Angus Leeming  <leeming@lyx.org>
6754
6755         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6756         the thesaurus dialog.
6757
6758 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6759
6760         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6761
6762         * RowList.[Ch]: new files
6763
6764         * ParagraphList.C (erase): handle the case where it == begin
6765         correctly.
6766
6767 2003-03-25  John Levon  <levon@movementarian.org>
6768
6769         * Makefile.am:
6770         * aspell_local.h:
6771         * aspell.C: add new aspell support
6772
6773         * lyxrc.h:
6774         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6775         have it accessible.
6776
6777 2003-03-25  Angus Leeming  <leeming@lyx.org>
6778
6779         * lfuns.h:
6780         * LyXAction.C (init): new LFUN_INSET_INSERT.
6781
6782         * BufferView_pimpl.C (dispatch): split out part of the
6783         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6784
6785         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6786         LFUN_INSET_APPLY.
6787
6788 2003-03-25  Angus Leeming  <leeming@lyx.org>
6789
6790         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6791
6792 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6793
6794         * text2.C:
6795         * text3.C: remove useless row->height(0)
6796
6797 2003-03-25  John Levon  <levon@movementarian.org>
6798
6799         * lyxtext.h:
6800         * text2.C:
6801         * text3.C: rename the refreshing stuff to better names
6802
6803 2003-03-24  John Levon  <levon@movementarian.org>
6804
6805         * BufferView_pimpl.h:
6806         * BufferView_pimpl.C: update layout choice on a mouse
6807         press/release
6808
6809 2003-03-23  John Levon  <levon@movementarian.org>
6810
6811         * Makefile.am: fix commandtags.h reference
6812
6813 2003-03-22  John Levon  <levon@movementarian.org>
6814
6815         * BufferView_pimpl.C:
6816         * lyxtext.h:
6817         * rowpainter.C:
6818         * rowpainter.h:
6819         * text.C:
6820         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6821
6822 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6823
6824         * lyxtext.h:
6825         * text.C: take the rtl methods out of line
6826
6827 2003-03-21 André Pönitz <poenitz@gmx.net>
6828
6829         * metricsinfo.[Ch]: new files containing structures to be passed around
6830         during the two-phase-drawing...
6831
6832 2003-03-21 André Pönitz <poenitz@gmx.net>
6833
6834         * lyxtextclass.C: read 'environment' tag.
6835
6836 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6837
6838         * text2.C (removeRow): fix bug 964
6839
6840 2003-03-20  John Levon  <levon@movementarian.org>
6841
6842         * rowpainter.C:
6843         * text.C:
6844         * text2.C: paint cleanups. Inset::update() dropped font
6845         parameter
6846
6847 2003-03-19  John Levon  <levon@movementarian.org>
6848
6849         * lyxfunc.C: only fitcursor/markDirty if available()
6850
6851 2003-03-19  John Levon  <levon@movementarian.org>
6852
6853         * commandtags.h: rename to ...
6854
6855         * lfuns.h: ... this, and renumber / cleanup
6856
6857 2003-03-19  John Levon  <levon@movementarian.org>
6858
6859         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6860         fit the cursor after an lfun
6861
6862         * BufferView.h:
6863         * BufferView.C:
6864         * BufferView_pimpl.h:
6865         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6866
6867         * LyXAction.C: layout-character should have ReadOnly
6868
6869         * ParagraphParameters.C:
6870         * buffer.C:
6871         * bufferview_funcs.C:
6872         * lyx_cb.C:
6873         * lyxfind.C:
6874         * lyxtext.h:
6875         * text.C:
6876         * text2.C:
6877         * text3.C:
6878         * undo_funcs.C: changes from above
6879
6880 2003-03-18  John Levon  <levon@movementarian.org>
6881
6882         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6883         remove it from update()
6884
6885         * lyxfunc.C: update layout choice after an lfun
6886
6887         * text3.C: remove extra updateLayoutChoice()s
6888
6889 2003-03-18  John Levon  <levon@movementarian.org>
6890
6891         * text.C: top_y change means full repaint, fix
6892         a drawing bug with cursor movement
6893
6894 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6895
6896         * lyxtext.h:
6897         * text.C:
6898         * text2.C: anchor row on setCursor
6899
6900 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6901
6902         * lyxtext.h: remove almost all mutable keywords
6903         * text.C:
6904         * text2.C:
6905         * text3.C: remove const keywords accordingly
6906
6907 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6908
6909         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6910         anon namespace
6911         (TeXEnvironment): ditto
6912         (TeXOnePar): ditto
6913
6914 2003-03-17  John Levon  <levon@movementarian.org>
6915
6916         * text.C (rowBreakPoint): remove attempt to fix displayed
6917         math insets inside a manual label
6918
6919 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6920
6921         * lyxtext.h: remove BufferView* as first arg from almost all class
6922         functions.
6923         * other files: adjust.
6924
6925 2003-03-17  John Levon  <levon@movementarian.org>
6926
6927         * lyxtext.h:
6928         * undo_funcs.C:
6929         * text2.C: more paint cleanups
6930
6931         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6932
6933         * rowpainter.h:
6934         * rowpainter.C: remove "smart" background painting code
6935
6936 2003-03-16  John Levon  <levon@movementarian.org>
6937
6938         * lyxtext.h:
6939         * text.C:
6940         * text2.C:
6941         * text3.C: add helper functions for setting refresh_row/y
6942
6943 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6944
6945         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6946         newline inset which *can* get inserted in the pass_thru layouts.
6947         This is primarily for literate documents.
6948
6949 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6950
6951         * buffer.C: increment LYX_FORMAT to 223
6952
6953 2003-03-14 André Pönitz <poenitz@gmx.net>
6954
6955         * textclass.h: prepare for environment handling, ws changes
6956         * lyxlayout.C: read latexheader and latexfooter tags
6957
6958 2003-03-14  John Levon  <levon@movementarian.org>
6959
6960         * text2.C: rewrite ::status() a bit
6961
6962 2003-03-13  John Levon  <levon@movementarian.org>
6963
6964         * lyxtext.h: add some docs
6965
6966 2003-03-13  John Levon  <levon@movementarian.org>
6967
6968         * lyxtext.h:
6969         * text.C:
6970         * text2.C:
6971         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6972
6973 2003-03-13  John Levon  <levon@movementarian.org>
6974
6975         * text3.C: fix appendix redrawing
6976
6977 2003-03-13  John Levon  <levon@movementarian.org>
6978
6979         * text.C (setHeightOfRow):
6980         * rowpainter.h:
6981         * rowpainter.C: make appendix mark have the text
6982           "Appendix" so the user knows what it is
6983
6984         * LColor.h:
6985         * LColor.C: s/appendixline/appendix/ from above
6986
6987 2003-03-13  John Levon  <levon@movementarian.org>
6988
6989         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6990
6991         * text.C: fix a getChar(pos) bug properly
6992
6993 2003-03-13  Angus Leeming  <leeming@lyx.org>
6994
6995         * commandtags.h:
6996         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6997         Probably only temporary. Let's see how things pan out.
6998
6999         * BufferView.C (unlockInset):
7000         * BufferView_pimpl.C (fitCursor):
7001         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
7002
7003         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7004         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7005
7006         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7007         new functions that convert ParagraphParameters to and from a string.
7008
7009         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7010         BufferView::Pimpl's dispatch.
7011         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7012
7013 2003-03-13 André Pönitz <poenitz@gmx.net>
7014
7015         * lyxfunc.C:
7016         * text3.C:
7017         * factory.C: make it aware of InsetEnv
7018
7019 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7020
7021         * text2.C (setCursor): never ask for one past last
7022         (setCursor): add some debugging messages.
7023
7024         * text.C (singleWidth): never ask for one past last
7025         (singleWidth): ditto
7026         (leftMargin): ditto
7027         (rightMargin): ditto
7028         (rowBreakPoint): ditto
7029         (setHeightOfRow): ditto
7030         (prepareToPrint): ditto
7031
7032         * rowpainter.C (paintBackground): never ask for one past last
7033         (paintText): never ask for one past last
7034
7035         * paragraph_pimpl.C (getChar): make the assert stricter, never
7036         allow the one past last pos to be taken
7037
7038         * paragraph.C (getChar): ws changes only
7039
7040         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7041         (numberOfSeparators): ditto
7042         (numberOfHfills): ditto
7043
7044 2003-03-12  John Levon  <levon@movementarian.org>
7045
7046         * author.h:
7047         * author.C:
7048         * bufferparams.h:
7049         * bufferparams.C:
7050         * paragraph_funcs.C: fix per-buffer authorlists
7051
7052 2003-03-12  John Levon  <levon@movementarian.org>
7053
7054         * text.C: fix newline in right address
7055
7056 2003-03-12  Angus Leeming  <leeming@lyx.org>
7057
7058         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7059         duplicate those in LyXFunc::dispatch.
7060
7061         * commandtags.h:
7062         * LyXAction.C:
7063         * ToolbarDefaults.C:
7064         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7065         Add LFUN_FONTFREE_UPDATE.
7066
7067         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7068         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7069
7070         * bufferview_func.[Ch]: several new functions to facilliate
7071         transfer of data to and from the character dialog.
7072
7073 2003-03-12  John Levon  <levon@movementarian.org>
7074
7075         * buffer.C:
7076         * paragraph.h:
7077         * paragraph.C:
7078         * paragraph_funcs.C:
7079         * paragraph_pimpl.C:
7080         * sgml.C:
7081         * tabular.C:
7082         * text.C:
7083         * text3.C: remove META_NEWLINE in favour of an inset
7084
7085         * rowpainter.h:
7086         * rowpainter.C: remove paintNewline (done by inset)
7087
7088 2003-03-12  John Levon  <levon@movementarian.org>
7089
7090         * paragraph_pimpl.C: complain about bad getChar()s
7091         for a while at least
7092
7093 2003-03-12  John Levon  <levon@movementarian.org>
7094
7095         * buffer.h:
7096         * buffer.C: move paragraph read into a separate function,
7097         a little renaming to reflect that.
7098
7099         * bufferparams.h:
7100         * bufferparams.C: remove the author_ids map, not necessary now
7101
7102         * factory.h:
7103         * factory.C: moved Buffer::readInset to here
7104
7105         * paragraph_funcs.h:
7106         * paragraph_funcs.C: readParagraph free function moved from
7107         buffer.C
7108
7109         * tabular.C: name change
7110
7111 2003-03-12  John Levon  <levon@movementarian.org>
7112
7113         * buffer.C:
7114         * ParagraphParameters.C: move par params input to
7115         a read() method
7116
7117         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7118         behave like a normal read from the stream wrt reading
7119         a line vs. a \\token
7120
7121 2003-03-12  John Levon  <levon@movementarian.org>
7122
7123         * paragraph.C:
7124         * ParagraphParameters.h:
7125         * ParagraphParameters.C: move output code to a
7126         ::write() method
7127
7128 2003-03-12  John Levon  <levon@movementarian.org>
7129
7130         * BufferView.C (insertLyXFile):
7131         * buffer.h:
7132         * buffer.C:
7133         * tabular.C: use a parlist iterator for creating the
7134           document.
7135
7136 2003-03-12  John Levon  <levon@movementarian.org>
7137
7138         * buffer.C: make current_change static local not
7139           static file-scope
7140
7141 2003-03-12  John Levon  <levon@movementarian.org>
7142
7143         * buffer.C: fix insertStringAsLines for change tracking
7144
7145 2003-03-12  John Levon  <levon@movementarian.org>
7146
7147         * BufferView.C:
7148         * tabular.C:
7149         * buffer.h:
7150         * buffer.C:
7151         * bufferparams.h:
7152         * bufferparams.C: move author list into params. Rename some
7153           functions. Move the header reading into a separate token
7154           loop. Move the header token reading into BufferParams.
7155
7156 2003-03-12  John Levon  <levon@movementarian.org>
7157
7158         * changes.C: put debug inside lyxerr.debugging() checks
7159
7160 2003-03-11 André Pönitz <poenitz@gmx.net>
7161
7162         * factory.C: make it aware of InsetHFill
7163
7164 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7165
7166         * buffer.C (latexParagraphs): move function from here...
7167         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7168         args.
7169
7170 2003-03-10  Angus Leeming  <leeming@lyx.org>
7171
7172         * LyXAction.C (init): fix bug in poplating array with multiple entries
7173         with the same LFUN (spotted by JMarc).
7174
7175 2003-03-10  John Levon  <levon@movementarian.org>
7176
7177         * text.C:
7178         * text2.C: move getColumnNearX() near its
7179         only call site
7180
7181 2003-03-10  John Levon  <levon@movementarian.org>
7182
7183         * text.C: fix break before a minipage
7184
7185 2003-03-10  John Levon  <levon@movementarian.org>
7186
7187         * text.C: fix the last commit
7188
7189 2003-03-09  John Levon  <levon@movementarian.org>
7190
7191         * lyxtext.h:
7192         * text.C:
7193         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7194         bug 365 (don't break before insets unless needed). Don't
7195         return a value > last under any circumstances.
7196
7197 2003-03-09  Angus Leeming  <leeming@lyx.org>
7198
7199         * BufferView_pimpl.C (trackChanges, dispatch): call
7200         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7201
7202 2003-03-09  Angus Leeming  <leeming@lyx.org>
7203
7204         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7205         than Dialogs::showAboutlyx().
7206
7207 2003-03-09  Angus Leeming  <leeming@lyx.org>
7208
7209         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7210         than Dialogs::showTabularCreate().
7211
7212 2003-03-09  John Levon  <levon@movementarian.org>
7213
7214         * lyxtext.h:
7215         * text.C:
7216         * text2.C: 3rd arg to nextBreakPoint was always the same.
7217           Use references.
7218
7219 2003-03-08  John Levon  <levon@movementarian.org>
7220
7221         * lyxrow.C:
7222         * paragraph.C:
7223         * paragraph.h:
7224         * rowpainter.C:
7225         * text.C:
7226         * text2.C: Remove the "main" bit from the "main body"
7227           notion.
7228
7229 2003-03-08  John Levon  <levon@movementarian.org>
7230
7231         * text.C (leftMargin): The left margin of an empty
7232         manual label paragraph should not include the label width
7233         string length.
7234
7235         * text.C (prepareToPrint): don't attempt to measure hfills
7236         for empty manual label paragraphs - the answer should be 0
7237
7238 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7239
7240         * CutAndPaste.C: remove commented code and reindent.
7241
7242 2003-03-08  John Levon  <levon@movementarian.org>
7243
7244         * lyxfunc.h:
7245         * lyxfunc.C: move reloadBuffer()
7246
7247         * BufferView.h:
7248         * BufferView.C: to here
7249
7250         * lyxvc.C: add comment
7251
7252         * vc-backend.h:
7253         * vc-backend.C: call bv->reload() to avoid
7254           getStatus() check on MENURELOAD
7255
7256 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7257
7258         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7259         to an old format .dep file.
7260
7261 2003-03-07  Angus Leeming  <leeming@lyx.org>
7262
7263         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7264         when the LFUN_MOUSE_RELEASE should have been handled by
7265         inset->localDispatch.
7266
7267 2003-03-07  Angus Leeming  <leeming@lyx.org>
7268
7269         * BufferView_pimpl.C (dispatch):
7270         * LyXAction.C (init):
7271         * ToolbarDefaults.C (init):
7272         * commandtags.h:
7273         * lyxfunc.C (getStatus):
7274         remove LFUN_INSET_GRAPHICS.
7275
7276         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7277
7278 2003-03-07  Angus Leeming  <leeming@lyx.org>
7279
7280         * commandtags.h:
7281         * LyXAction.C (init):
7282         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7283
7284         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7285
7286         * commandtags.h:
7287         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7288
7289         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7290         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7291
7292 2003-03-07  Angus Leeming  <leeming@lyx.org>
7293
7294         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7295         remove "ert".
7296
7297 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7298
7299         * ParagraphList.C (front): new function
7300         (back): implement
7301
7302 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7303
7304         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7305         and top_row_offset_. removed var first_y.
7306         * text.C (top_y):
7307         * text2.C (LyXText, removeRow):
7308         * text3.C:
7309         * BufferView_pimpl.C:
7310         use these methods instead of using first_y
7311
7312 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7313
7314         * text2.C (pasteSelection): adjust for checkPastePossible
7315
7316         * CutAndPaste.C: remove Paragraph * buf and replace with
7317         ParagraphList paragraphs.
7318         (DeleteBuffer): delete
7319         (cutSelection): change the tc type to textclass_type
7320         (copySelection): change the tc type to textclass_type
7321         (copySelection): adjust for ParagraphList
7322         (pasteSelection): change the tc type to textclass_type
7323         (pasteSelection): adjust for Paragraphlist
7324         (nrOfParagraphs): simplify for ParagraphList
7325         (checkPastePossible): simplify for ParagraphList
7326         (checkPastePossible): remove unused arg
7327
7328         * ParagraphList.C (insert): handle the case where there are no
7329         paragraphs yet.
7330
7331         * CutAndPaste.h: make CutAndPaste a namespace.
7332
7333         * text3.C (dispatch): adjust
7334
7335         * text.C (breakParagraph): add a ParagraphList as arg
7336
7337         * paragraph_funcs.C (breakParagraph): change to take a
7338         BufferParams and a ParagraphList as args.
7339         (breakParagraphConservative): ditto
7340         (mergeParagraph): ditto
7341         (TeXDeeper): add a ParagraphList arg
7342         (TeXEnvironment): ditto
7343         (TeXOnePar): ditto
7344
7345         * buffer.C (readLyXformat2): adjust
7346         (insertStringAsLines): adjust
7347         (latexParagraphs): adjust
7348
7349         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7350         (cutSelection): adjust
7351         (pasteSelection): adjust
7352
7353         * BufferView_pimpl.C (insertInset): adjust
7354
7355 2003-03-05  Angus Leeming  <leeming@lyx.org>
7356
7357         * commandtags.h:
7358         * LyXAction.C (init):
7359         * BufferView_pimpl.C (dispatch):
7360         * lyxfunc.C (getStatus):
7361         remove LFUN_CHILD_INSERT.
7362
7363         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7364
7365 2003-03-05  Angus Leeming  <leeming@lyx.org>
7366
7367         * commandtags.h:
7368         * LyXAction.C (init):
7369         * src/factory.C (createInset):
7370         * lyxfunc.C (getStatus):
7371         * text3.C (dispatch):
7372         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7373
7374         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7375
7376 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7377
7378         * ParagraphList.C (insert): handle insert right before end()
7379         (erase): fix cases where it can be first or last paragraph.
7380
7381 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7382
7383         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7384         Paragraph::next and Paragraph::previous
7385         (TeXOnePar): ditto
7386
7387         * text.C (breakParagraph): adjust
7388
7389         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7390         BufferParams& as arg.
7391         (breakParagraph): use ParagraphList::insert
7392         (breakParagraphConservative): take a Buffer* instead of a
7393         BufferParams& as arg.
7394         (breakParagraphConservative): use ParagraphList::insert.
7395
7396         * buffer.C (insertStringAsLines): un-const it
7397         (insertStringAsLines): adjust
7398
7399         * ParagraphList.C (insert): new function
7400
7401         * CutAndPaste.C (pasteSelection): adjust
7402
7403         * text.C (backspace): adjust
7404
7405         * tabular.C (SetMultiColumn): adjust
7406
7407         * CutAndPaste.C (cutSelection): adjust
7408         (pasteSelection): adjust
7409
7410         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7411         Buffer const * as arg
7412
7413         * ParagraphList.C (erase): new function
7414         * paragraph_funcs.C (mergeParagraph): use it
7415         (mergeParagraph): make it take a Buffer* instead of a
7416         BufferParams* as arg
7417
7418         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7419         as arg
7420         (breakParagraphConservative): ditto
7421
7422         * paragraph.h: remove the breakParagraph friend
7423
7424         * paragraph.C (eraseIntern): new function
7425         (setChange): new function
7426
7427         * paragraph_funcs.C (mergeParagraph): make it take a
7428         ParagraphList::iterator instead of a Paragraph *, adjust
7429         accordingly.
7430
7431         * paragraph.h: move an #endif so that the change tracking stuff
7432         also works in the NO_NEXT case.
7433
7434 2003-03-04  Angus Leeming  <leeming@lyx.org>
7435
7436         * commandtags.h:
7437         * LyXAction.C: new LFUN_INSET_MODIFY.
7438
7439         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7440         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7441
7442 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7443
7444         * several files: ws changes only
7445
7446         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7447         (TeXEnvironment): ditto
7448         (TeXDeeper): ditto
7449
7450         * buffer.C (makeLaTeXFile): adjust
7451         (latexParagraphs): make it take ParagraphList::iterator as args
7452
7453 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7454
7455         * buffer.C (latexParagraphs): adjust
7456
7457         * paragraph.C (TeXOnePar): move function...
7458         (optArgInset): move function...
7459         (TeXEnvironment): move function...
7460         * paragraph_pimpl.C (TeXDeeper): move function...
7461         * paragraph_funcs.C: ...here
7462
7463         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7464
7465 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7466
7467         * buffer.C (readInset): remove compability code for old Figure and
7468         InsetInfo insets
7469
7470 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7471
7472         * buffer.C: ws changes
7473         (readInset):
7474
7475         * BufferView_pimpl.C: ditto
7476         * author.C: ditto
7477         * buffer.h: ditto
7478         * bufferlist.h: ditto
7479         * changes.h: ditto
7480         * lyxfunc.C: ditto
7481
7482 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7483
7484         * converter.[Ch]: split into itself +
7485         * graph.[Ch]
7486         * format.[Ch]
7487         * Makefile.am: += graph.[Ch] + format.[Ch]
7488         * MenuBackend.C
7489         * buffer.C
7490         * exporter.C
7491         * importer.C
7492         * lyx_main.C
7493         * lyxfunc.C
7494         * lyxrc.C: added #include "format.h"
7495
7496 2003-02-27  Angus Leeming  <leeming@lyx.org>
7497
7498         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7499           a label.
7500
7501         * factory.C (createInset): add "label" to the factory.
7502
7503         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7504           string and do no more.
7505
7506 2003-02-27  Angus Leeming  <leeming@lyx.org>
7507
7508         * commandtags.h:
7509         * LyXAction.C (init):
7510         * factory.C (createInset):
7511         * BufferView_pimpl.C (dispatch):
7512           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7513
7514         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7515
7516         * lyxfunc.C (dispatch):
7517         * text3.C (dispatch): pass name to params2string.
7518
7519 2003-02-26  Angus Leeming  <leeming@lyx.org>
7520
7521         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7522           blocks together.
7523           Rearrange the ~includes. Strip out the unnecessary ones.
7524
7525         * factory.C (createInset): reformat.
7526           create new insets for the various LFUN_XYZ_APPLY lfuns.
7527
7528 2003-02-26  John Levon  <levon@movementarian.org>
7529
7530         * lyxrow.h:
7531         * lyxrow.C: add isParStart,isParEnd helpers
7532
7533         * paragraph.h: make isInserted/DeletedText take refs
7534
7535         * paragraph_funcs.h:
7536         * paragraph_funcs.C: remove #if 0'd code
7537
7538         * lyxtext.h:
7539         * text3.C:
7540         * text2.C:
7541         * text.C: use lyxrow helpers above.
7542           Move draw and paint routines to RowPainter.
7543           Make several methods use refs not pointers.
7544           Make backgroundColor() const.
7545           Add markChangeInDraw(), isInInset().
7546           Merge changeRegionCase into changeCase.
7547           Make workWidth() shouldn't-happen code into an Assert.
7548
7549         * rowpainter.h:
7550         * rowpainter.C: new class for painting a row.
7551
7552         * vspace.h:
7553         * vspace.C: make inPixels take a ref
7554
7555 2003-02-26  Angus Leeming  <leeming@lyx.org>
7556
7557         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7558         LFUN_REF_APPLY.
7559
7560 2003-02-25  John Levon  <levon@movementarian.org>
7561
7562         * ispell.C: give the forked command a more accurate name
7563
7564 2003-02-22  John Levon  <levon@movementarian.org>
7565
7566         * toc.h:
7567         * toc.C: make TocItem store an id not a Paragraph *
7568           (bug #913)
7569
7570 2003-02-21  Angus Leeming  <leeming@lyx.org>
7571
7572         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7573           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7574           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7575           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7576           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7577           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7578
7579         * BufferView_pimpl.C (dispatch):
7580         * LyXAction.C (init):
7581         * factory.C (createInset):
7582         * lyxfunc.C (getStatus, dispatch):
7583         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7584
7585 2003-02-21  Angus Leeming  <leeming@lyx.org>
7586
7587         * BufferView_pimpl.C (MenuInsertLyXFile):
7588         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7589         * lyxfunc.C (menuNew, open, doImport):
7590           no longer pass a LyXView & to fileDlg.
7591
7592 2003-02-21  Angus Leeming  <leeming@lyx.org>
7593
7594         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7595         * LyXAction.C: change, BIBKEY to BIBITEM.
7596         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7597         Change InsetBibKey to InsetBibitem.
7598         Change BIBKEY_CODE to BIBITEM_CODE.
7599         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7600         * factory.C: replace insetbib.h with insetbibitem.h.
7601         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7602         * paragraph.C: replace insetbib.h with insetbibitem.h.
7603         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7604         Change bibkey() to bibitem().
7605         * text.C: remove insetbib.h.
7606         * text2.C: replace insetbib.h with insetbibitem.h.
7607         change bibkey() to bibitem().
7608         * text3.C: remove insetbib.h.
7609         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7610
7611 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7612
7613         * lyxrc.C (output): enclose user email in quotes (in case there are
7614         several words)
7615
7616 2003-02-18  John Levon  <levon@movementarian.org>
7617
7618         * buffer.h: add std::
7619
7620 2003-02-17  John Levon  <levon@movementarian.org>
7621
7622         * SpellBase.h:
7623         * ispell.h:
7624         * ispell.C:
7625         * pspell.h:
7626         * pspell.C: reworking. Especially in ispell, a large
7627           number of clean ups and bug fixes.
7628
7629         * lyxfunc.C: fix revert to behave sensibly
7630
7631 2003-02-17 André Pönitz <poenitz@gmx.net>
7632
7633         * LyXAction.C:
7634         * commandtags.h: new LFUN_INSERT_BIBKEY
7635
7636         * layout.h:
7637         * lyxlayout.C:
7638         * buffer.C:
7639         * factory.C:
7640         * text.C:
7641         * text2.C:
7642         * text3.C:
7643         * paragraph.[Ch]:
7644         * paragraph_func.C: remove special bibkey handling
7645
7646 2003-02-17  John Levon  <levon@movementarian.org>
7647
7648         * text.C (Delete): fix case where delete at the end of
7649           the very first paragraph would not merge the pars
7650
7651 2003-02-17  John Levon  <levon@movementarian.org>
7652
7653         * lyxrow.C: fix lastPrintablePos()
7654
7655 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7656
7657         * bufferparams.C (writeLaTeX): add a std:here
7658
7659         * buffer.C: and remove a using directive there
7660
7661 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7662
7663         * buffer.C (makeLaTeXFile): move the code that generates the
7664           preamble...
7665
7666         * bufferparams.C (writeLaTeX): ... in this new method
7667
7668         * LaTeXFeatures.C (getEncodingSet): make const
7669           (getLanguages): make const
7670
7671         * MenuBackend.C (binding): returns the binding associated to this
7672           action
7673           (add): sets the status of each item by calling getStatus. Adds
7674           some intelligence.
7675           (read): add support for OptSubMenu
7676           (expand): remove extra separator at the end of expanded menu
7677
7678 2003-02-15  John Levon  <levon@movementarian.org>
7679
7680         * BufferView.C:
7681         * BufferView_pimpl.C:
7682         * bufferlist.h:
7683         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7684           inset code that had no actual effect. Remove unneeded status
7685           code.
7686
7687 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7688
7689         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7690           in preamble
7691
7692 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7693
7694         * text.C (drawLengthMarker): also draw an arrow marker for
7695           symbolic lengths (medskip...)
7696
7697 2003-02-14  John Levon  <levon@movementarian.org>
7698
7699         * tabular.h:
7700         * tabular.C: better method names
7701
7702 2003-02-14  John Levon  <levon@movementarian.org>
7703
7704         * BufferView_pimpl.C:
7705         * bufferlist.C:
7706         * buffer.C:
7707         * converter.C:
7708         * lyx_cb.C:
7709         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7710           it's a more accurate name. Remove some pointless uses.
7711
7712 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7713
7714         * text2.C (LyXText): change order of initilizers to shut off
7715           warnings
7716
7717 2003-02-14  John Levon  <levon@movementarian.org>
7718
7719         * buffer.C: use ParIterator for getParFromID()
7720
7721         * paragraph.h:
7722         * paragraph.C:
7723         * paragraph_pimpl.h:
7724         * paragraph_pimpl.C: remove unused getParFromID()
7725
7726 2003-02-14  John Levon  <levon@movementarian.org>
7727
7728         * buffer.C: remove some very old #if 0'd parse code
7729
7730 2003-02-13  John Levon  <levon@movementarian.org>
7731
7732         * text.h:
7733         * text.C:
7734         * text2.C: move hfillExpansion(), numberOfSeparators(),
7735           rowLast(), rowLastPrintable(), numberofHfills(),
7736           numberOfLabelHfills() ...
7737
7738         * lyxrow.h:
7739         * lyxrow.C: ... to member functions here.
7740
7741         * paragraph.h:
7742         * paragraph.C:
7743         * lyxtext.h:
7744         * text.C: remove LyXText::beginningOfMainBody(), and call
7745           p->beginningOfMainBody() directly. Move the check for
7746           LABEL_MANUAL into the latter.
7747
7748         * text.h:
7749         * text.C:
7750         * text2.C:
7751         * vspace.C:
7752         * BufferView.h:
7753         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7754
7755         * text.h:
7756         * text.C:
7757         * text2.C:
7758         * text3.C:
7759         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7760           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7761
7762 2003-02-13  John Levon  <levon@movementarian.org>
7763
7764         * CutAndPaste.C: remove debug
7765
7766 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7767
7768         * paragraph.C (asString): remove two unused variables
7769
7770         * lyxtextclass.C (readTitleType):
7771           (Read):
7772           (LyXTextClass): handle new members titletype_ and titlename_
7773
7774         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7775
7776 2003-02-09  John Levon  <levon@movementarian.org>
7777
7778         * buffer.h:
7779         * buffer.C: replace hand-coded list with a map for the dep clean
7780
7781 2003-02-08  John Levon  <levon@movementarian.org>
7782
7783         * LaTeX.C: consolidate code into showRunMessage() helper
7784
7785 2003-02-08  John Levon  <levon@movementarian.org>
7786
7787         * lyxfind.C:
7788         * lyxtext.h:
7789         * text2.C:
7790         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7791           and pass the size in explicitly
7792
7793         * BufferView_pimpl.h:
7794         * BufferView_pimpl.C:
7795         * BufferView.h:
7796         * BufferView.C: add getCurrentChange()
7797
7798         * BufferView_pimpl.h:
7799         * BufferView_pimpl.C: handle change lfuns
7800
7801         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7802           for changes. Mark pasted paragraphs as new.
7803
7804         * support/lyxtime.h:
7805         * support/lyxtime.C:
7806         * DepTable.C: abstract time_t as lyx::time_type
7807
7808         * LColor.h:
7809         * LColor.C: add colours for new text, deleted text, changebars
7810
7811         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7812           package use "usenames" option.
7813
7814         * commandtags.h:
7815         * lyxfunc.C:
7816         * LyXAction.C: add change lfuns
7817
7818         * Makefile.am:
7819         * author.h:
7820         * author.C: author handling
7821
7822         * buffer.h:
7823         * buffer.C: add a per-buffer author list, with first entry as
7824           current author. Handle new .lyx tokens for change tracking. Output
7825           author list to .lyx file. Output dvipost stuff to .tex preamble.
7826           Bump lyx format to 222.
7827
7828         * bufferlist.h:
7829         * bufferlist.C: add setCurrentAuthor() to reset current author details
7830           in all buffers.
7831
7832         * bufferparams.h:
7833         * bufferparams.C: add param for tracking
7834
7835         * bufferview_funcs.C: output change info in minibuffer
7836
7837         * Makefile.am:
7838         * changes.h:
7839         * changes.C: add change-tracking structure
7840
7841         * debug.h:
7842         * debug.C: add CHANGES debug flag
7843
7844         * lyxfind.h:
7845         * lyxfind.C: add code for finding the next change piece
7846
7847         * lyxrc.h:
7848         * lyxrc.C: add user_name and user_email
7849
7850         * lyxrow.h:
7851         * lyxrow.C: add a metric for the top of the text line
7852
7853         * lyxtext.h:
7854         * text.C: implement accept/rejectChange()
7855
7856         * lyxtext.h:
7857         * text.C: paint changebars. Paint new/deleted text in the chosen
7858         colours. Strike through deleted text.
7859
7860         * paragraph.h:
7861         * paragraph.C:
7862         * paragraph_pimpl.h:
7863         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7864           in the current change to the insert functions. Rework erase to
7865           mark text as deleted, adding an eraseIntern() and a range-based
7866           erase(). Implement per-paragraph change lookup and
7867           accept/reject.
7868
7869         * paragraph_funcs.C: Fixup paste for change tracking.
7870
7871         * tabular.C: mark added row/columns as new.
7872
7873         * text.C: fix rowLast() to never return -1. Don't allow
7874           spellchecking of deleted text. Track transpose changes. Don't
7875           allow paragraph break or merge where appropriate.
7876
7877         * text2.C: leave cursor at end of selection after a cut.
7878
7879 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7880
7881         * text.C (getLengthMarkerHeight):
7882         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7883         visible on screen too.
7884
7885 2003-02-07  John Levon  <levon@movementarian.org>
7886
7887         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7888
7889 2003-02-05  Angus Leeming  <leeming@lyx.org>
7890
7891         * lyxserver.C (read_ready): revert my patch of 11 September last year
7892         as it sends PC cpu through the roof. Presumably this means that
7893         the lyxserver will no longer run on an Alpha...
7894
7895 2003-01-30  Angus Leeming  <leeming@lyx.org>
7896
7897         * factory.C (createInset): create an InsetCommandParam of type "index"
7898         and use it to 'do the right thing'.
7899
7900         * text2.C (getStringToIndex): ensure that cursor position is always
7901         reset to the reset_cursor position.
7902
7903 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7904
7905         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7906         disabled.
7907
7908 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7909
7910         * bufferview.C:
7911         * lyxcb.C:
7912         * lyxfunc.C: Output messages with identical spelling, punctuation,
7913         and spaces
7914
7915 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7916
7917         * MenuBackend.C (expandFormats): List only viewable export formats
7918         in "View" menu
7919
7920         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7921         message
7922
7923         * lyxfunc.C (getStatus): Make sure that formats other than
7924         "fax" can also be disabled
7925
7926 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7927
7928         * text3.C (dispatch): put the lfuns that insert insets in 3
7929         groups, and call doInsertInset with appropriate arguments.
7930         (doInsertInset): new function, that creates an inset and inserts
7931         it according to some boolean parameters.
7932
7933 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7934
7935         * buffer.C (readFile): remember to pass on 'par' when calling
7936         readFile recursively.
7937
7938 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7939
7940         * MenuBackend.C (expandFormats): add "..." to import formats.
7941
7942 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7943
7944         * paragraph.C (asString): Remove XForms RTL hacks.
7945
7946 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7947         * buffer.C: fix typo
7948
7949 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7950
7951         * Makefile.am (LIBS): delete var
7952         (lyx_LDADD): add @LIBS@ here instead.
7953
7954 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7955
7956         * Clarify the meaning of "wheel mouse jump"
7957
7958 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7959
7960         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7961         tabular in a float
7962
7963 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7964
7965         * importer.C (Loaders): do not preallocate 3 elements in the
7966         vector, since one ends up with 6 elements otherwise
7967
7968 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7969
7970         * DepTable.C (write): write the file name as last element of the
7971         .dep file (because it may contain spaces)
7972         (read): read info in the right order
7973
7974 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7975
7976         * paragraph_pimpl.C (simpleTeXBlanks):
7977         (simpleTeXSpecialChars):
7978         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7979
7980         * tabular.C (latex): add some missing case statements. Reindent.
7981
7982         * MenuBackend.C (expandToc): remove unused variable.
7983
7984 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7985
7986         * LColor.C:
7987         * LaTeX.C:
7988         * LyXAction.C:
7989         * MenuBackend.C:
7990         * buffer.C:
7991         * exporter.C:
7992         * lyxfunc.C:
7993         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7994         and the like.
7995
7996 2003-01-05  John Levon  <levon@movementarian.org>
7997
7998         * BufferView.h:
7999         * BufferView.C: add getEncoding()
8000
8001         * kbsequence.h:
8002         * kbsequence.C: do not store last keypress
8003
8004         * lyxfunc.h:
8005         * lyxfunc.C: store last keypress here instead. Pass encoding
8006           to getISOEncoded()
8007
8008 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8009
8010         * lyx_main.C (init): remove annoying error message when following
8011         symbolic links (bug #780)
8012
8013 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8014
8015         * text.C (insertChar):
8016         * lyxrc.C (getDescription): remove extra spaces
8017
8018 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8019
8020         * lyxrc.C (getDescription): remove extra spaces
8021
8022 2002-12-20  John Levon  <levon@movementarian.org>
8023
8024         * text3.C: hack fix for page up/down across tall rows
8025
8026 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8027
8028         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8029         not been invoked
8030
8031 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8032
8033         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8034         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8035         thesaurus is not compiled in
8036
8037 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8038
8039         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8040
8041 2002-12-16  Angus Leeming  <leeming@lyx.org>
8042
8043         * lyxrc.[Ch]:
8044         * lyx_main.C (init): remove override_x_deadkeys stuff.
8045
8046 2002-12-12  John Levon  <levon@movementarian.org>
8047
8048         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8049           insert. Only remove shift modifier under strict
8050           circumstances.
8051
8052 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8053
8054         * MenuBackend.C (expandToc): fix crash.
8055
8056 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8057
8058         * MenuBackend.C (expandToc): gettext on float names.
8059
8060 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8061
8062         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8063         implement bool empty() [bug 490]
8064
8065 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8066
8067         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8068
8069 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8070
8071         * several files: ws changes
8072
8073 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8074
8075         * text2.C (setCounter): clean up a bit, use boost.format.
8076         (updateCounters): initialize par upon declaration.
8077
8078         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8079         if the layout exists. We do not just store the layout any more.
8080         (SwitchLayoutsBetweenClasses): use boost.format
8081
8082 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8083
8084         * converter.C (convert): if from and to files are the same, use a
8085         temporary files as intermediary
8086
8087 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8088
8089         * commandtags.h:
8090         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8091
8092 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8093
8094         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8095
8096 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8097
8098         * tabular.C (asciiPrintCell): use string(size, char) instead of
8099         explicit loop.
8100
8101         * sgml.C (openTag): fix order of arguments to string constructor
8102         (closeTag): ditto
8103
8104         * lyxfunc.C (dispatch): use boost.format
8105
8106         * lots of files: change "c" -> 'c'
8107
8108 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8109
8110         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8111
8112 2002-11-25  Angus Leeming  <leeming@lyx.org>
8113
8114         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8115
8116         * lyx_main.C (init): compile fix.
8117
8118 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8119
8120         * lyx_cb.C (start): boost.formatify
8121         do not include <iostream>
8122
8123         * lengthcommon.C: ws only
8124
8125         * boost-inst.C,BoostFormat.h: add more explict instantations
8126
8127 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8128
8129         * lots of files: handle USE_BOOST_FORMAT
8130
8131 2002-11-21  John Levon  <levon@movementarian.org>
8132
8133         * pspell.C: fix compile
8134
8135 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8136
8137         * lyxfunc.C (dispatch): use boost::format
8138         (open): ditto
8139         (doImport): ditto
8140
8141         * lyxfont.C (stateText): use boost::format
8142
8143         * lyx_main.C (LyX): use boost::format
8144         (init): ditto
8145         (queryUserLyXDir): ditto
8146         (readRcFile): ditto
8147         (parse_dbg): ditto
8148         (typedef boost::function): use the recommened syntax.
8149
8150         * importer.C (Import): use boost::format
8151
8152         * debug.C (showLevel): use boost::format
8153
8154         * converter.C (view): use boost::format
8155         (convert): ditto
8156         (move): ditto
8157         (scanLog): ditto
8158
8159         * bufferview_funcs.C (currentState): use boost::format
8160
8161         * bufferlist.C (emergencyWrite): use boost::format
8162
8163         * buffer.C (readLyXformat2): use boost::format
8164         (parseSingleLyXformat2Token): ditto
8165
8166         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8167
8168         * LaTeX.C (run): use boost::format
8169
8170         * Chktex.C (scanLogFile): use boost::format
8171
8172         * BufferView_pimpl.C (savePosition): use boost::format
8173         (restorePosition): ditto
8174         (MenuInsertLyXFile): ditto
8175
8176         * BoostFormat.h: help file for explicit instation.
8177
8178 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8179
8180         * tabular.C (latex): Support for block alignment in fixed width
8181         columns.
8182
8183 2002-11-17  John Levon  <levon@movementarian.org>
8184
8185         * BufferView_pimpl.C:
8186         * lyx_cb.C:
8187         * lyxfunc.C: split filedialog into open/save
8188
8189 2002-11-08  Juergen Vigna  <jug@sad.it>
8190
8191         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8192         by my last patch (hopefully).
8193
8194 2002-11-08  John Levon  <levon@movementarian.org>
8195
8196         * iterators.h:
8197         * iterators.C:
8198         * buffer.h:
8199         * buffer.C:
8200         * paragraph.h:
8201         * paragraph.C:
8202         * toc.h:
8203         * toc.C: ParConstIterator, and use it (from Lars)
8204
8205 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8206
8207         * lyxtextclass.[Ch]: revise and add doxygen comments
8208
8209 2002-11-07  John Levon  <levon@movementarian.org>
8210
8211         * text.C: fix progress value for spellchecker
8212
8213         * toc.C: fix navigate menu for insetwrap inside minipage
8214
8215         * paragraph_funcs.C: added FIXME for suspect code
8216
8217 2002-11-07  John Levon  <levon@movementarian.org>
8218
8219         * BufferView_pimpl.C: fix redrawing of insets
8220           on buffer switch
8221
8222 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8223
8224         * text2.C (updateCounters): fix bug 668
8225
8226 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8227
8228         * text3.C (dispatch): Do not make the buffer dirty when moving the
8229         cursor.
8230
8231 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8232
8233         * vc-backend.C: STRCONV
8234         (scanMaster): ditto
8235
8236         * text2.C (setCounter): STRCONV
8237
8238         * paragraph.C (asString): STRCONV
8239
8240         * lyxlength.C (asString): STRCONV
8241         (asLatexString): ditto
8242
8243         * lyxgluelength.C (asString): STRCONV
8244         (asLatexString): ditto
8245
8246         * lyxfunc.C (dispatch): STRCONV
8247         (open): ditto
8248
8249         * lyxfont.C (stateText): STRCONV
8250
8251         * importer.C (Import): STRCONV
8252
8253         * counters.C (labelItem): STRCONV
8254         (numberLabel): ditto
8255         (numberLabel): remove unused ostringstream o
8256
8257         * chset.C: STRCONV
8258         (loadFile): ditto
8259
8260         * bufferview_funcs.C (currentState): STRCONV
8261
8262         * buffer.C (readFile): STRCONV
8263         (asciiParagraph): ditto
8264         (makeLaTeXFile): ditto
8265
8266         * Spacing.C (writeEnvirBegin): STRCONV
8267
8268         * LaTeXFeatures.C (getLanguages): STRCONV
8269         (getPackages): ditto
8270         (getMacros): ditto
8271         (getBabelOptions): ditto
8272         (getTClassPreamble): ditto
8273         (getLyXSGMLEntities): ditto
8274         (getIncludedFiles): ditto
8275
8276         * LaTeX.C: STRCONV
8277         (run): ditto
8278         (scanAuxFile): ditto
8279         (deplog): ditto
8280
8281         * LString.h: add the STRCONV macros
8282
8283         * BufferView_pimpl.C (savePosition): STRCONV
8284         (restorePosition): ditto
8285         (MenuInsertLyXFile): ditto
8286
8287         * vc-backend.C (scanMaster): change from submatch[...] to
8288         submatch.str(...)
8289
8290         * funcrequest.C: include config.h
8291
8292         * factory.C: include config.h
8293
8294         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8295
8296         * box.C: include config.h
8297
8298         * LaTeX.C (scanAuxFile): change from submatch[...] to
8299         submatch.str(...)
8300         (deplog): ditto
8301
8302 2002-10-25  Angus Leeming  <leeming@lyx.org>
8303
8304         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8305
8306         * ispell.[Ch] (setError): new method.
8307         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8308         Use setError() insetead of goto END.
8309
8310         * lyx_cb.C (AutoSave): move out child process into new class
8311         AutoSaveBuffer.
8312
8313 2002-10-30  John Levon  <levon@movementarian.org>
8314
8315         * text3.C: make start appendix undoable
8316
8317 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8318
8319         * lyxlength.C (inPixels): Fix returned value.
8320
8321         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8322         environment.
8323
8324 2002-10-24  Angus Leeming  <leeming@lyx.org>
8325
8326         * lyxgluelength.h: no need to forward declare BufferParams
8327         or BufferView, so don't.
8328
8329 2002-10-21  John Levon  <levon@movementarian.org>
8330
8331         * BufferView.C: menuUndo ->undo, redo
8332
8333         * BufferView.h: document, remove dead, make some methods private
8334
8335         * paragraph_funcs.h:
8336         * paragraph_funcs.C:
8337         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8338
8339         * buffer.h:
8340         * buffer.C:
8341         * sgml.h:
8342         * sgml.C: move sgml open/close tag into sgml.C
8343
8344         * bufferview_funcs.h: unused prototype
8345
8346         * lyxfunc.h:
8347         * lyxfunc.C: remove unused
8348
8349         * lyxtext.h:
8350         * text.C: remove unused
8351
8352 2002-10-21  John Levon  <levon@movementarian.org>
8353
8354         * BufferView.h:
8355         * BufferView.C:
8356         * BufferView_pimpl.h:
8357         * BufferView_pimpl.C: fix mouse wheel handling based on
8358           patch from Darren Freeman
8359
8360 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8361
8362         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8363
8364 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8365
8366         * lyxlength.C (inPixels): Fix hanfling of negative length.
8367         Fix LyXLength::MU case.
8368
8369 2002-10-16  John Levon  <levon@movementarian.org>
8370
8371         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8372
8373 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8374
8375         * converter.C (view): add support for $$i (file name) and $$p
8376         (file path) for the viewer command. If $$i is not specified, then
8377         it is appended to the command (for compatibility with old syntax)
8378
8379 2002-10-14  Juergen Vigna  <jug@sad.it>
8380
8381         * undo_funcs.C (textHandleUndo): alter the order in which the
8382         new undopar is added to the LyXText, as we have to set first
8383         the right prev/next and then add it as otherwise the rebuild of
8384         LyXText is not correct. Also reset the cursor to the right paragraph,
8385         with this IMO we could remove the hack in "redoParagraphs()".
8386
8387 2002-10-09  Angus Leeming  <leeming@lyx.org>
8388
8389         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8390         to turn off an optimisation if a new inset is to be inserted.
8391
8392 2002-10-11 André Pönitz <poenitz@gmx.net>
8393
8394         * lyxtext.h: make some functions public to allow access
8395         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8396
8397 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8398
8399         * text3.C (dispatch): when changing layout, avoid an infinite loop
8400         [bug #652]
8401
8402 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8403
8404         * lyxrc.C (read): treat a viewer or converter command of "none" as
8405         if it were empty.
8406
8407         * MenuBackend.C (expandFormats): for an update, also allow the
8408         formats that are not viewable
8409
8410         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8411         script if it is newer than the lyxrc.defaults in user directory
8412
8413 2002-10-07 André Pönitz <poenitz@gmx.net>
8414
8415         * text.C: Vitaly Lipatov's small i18n fix
8416
8417 2002-09-25  Angus Leeming  <leeming@lyx.org>
8418
8419         * ispell.h: doxygen fix.
8420
8421 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8422
8423         * buffer.h (readFile): Add a new argument to the method, to allow
8424         reading of old-format templates.
8425
8426 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8427
8428         * toc.C (getTocList): Get TOC from InsetWrap.
8429
8430 2002-09-16  John Levon  <levon@movementarian.org>
8431
8432         * lyxfunc.C: check tabular for cut/copy too
8433
8434 2002-09-12  John Levon  <levon@movementarian.org>
8435
8436         * LyXAction.C: tidy
8437
8438         * factory.h:
8439         * factory.C: add header
8440
8441         * paragraph_funcs.h:
8442         * paragraph_funcs.C: cleanup
8443
8444 2002-09-11  John Levon  <levon@movementarian.org>
8445
8446         * PrinterParams.h: odd/even default to true
8447
8448 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8449
8450         * PrinterParams.h: update printer parameters for new xforms dialog
8451
8452 2002-09-11  Angus Leeming  <leeming@lyx.org>
8453
8454         * lyxserver.C (read_ready): re-write to make it more transparent
8455         and to make it work in coherent fashion under Tru64 Unix.
8456
8457 2002-09-11  André Pönitz <poenitz@gmx.net>
8458
8459         * commandtags.h:
8460         * LyXAction.C:
8461         * text3.C: implement LFUN_WORDSEL
8462
8463 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8464
8465         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8466         make floatlist_ a boost::shared_ptr<FloatList>
8467
8468         * lyxtextclass.C: include FloatList.h
8469         (LyXTextClass): initialize floatlist_
8470         (TextClassTags): add TC_NOFLOAT
8471         (Read): match "nofloat" to TC_NOFLOAT and use it.
8472         (readFloat): modify call to floatlist_
8473         (floats): ditto
8474         (floats): ditto
8475
8476         * FloatList.[Ch] (FloatList): remove commented out float
8477         initialization.
8478         (erase): new function
8479
8480 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8481
8482         * MenuBackend.C (expandToc): fix crash when there is no document
8483         open
8484
8485 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8486
8487         * many files: Add insetwrap.
8488
8489 2002-09-09  John Levon  <levon@movementarian.org>
8490
8491         * text2.C: remove confusing and awkward depth wraparound
8492
8493 2002-09-09  John Levon  <levon@movementarian.org>
8494
8495         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8496
8497         * buffer.h:
8498         * buffer.C: remove getIncludeonlyList()
8499
8500         * paragraph.C:
8501         * lyxfunc.C: remove headers
8502
8503 2002-09-09  Juergen Vigna  <jug@sad.it>
8504
8505         * text.C (getColumnNearX): fix form Michael this is most
8506         probably a cut&paste bug.
8507
8508 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8509
8510         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8511
8512         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8513         references, ws changes.
8514
8515         * text2.C (init): update counters after init
8516         (insertParagraph): no need to set counter on idividual paragraphs.
8517         (setCounter): access the counters object in the textclass object
8518         on in the buffer object.
8519         (updateCounters): ditto
8520
8521         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8522         shared_ptr<Counters> to avoid loading counters.h in all
8523         compilation units.
8524         (LyXTextClass): initialize ctrs_
8525         (TextClassTags): add TC_COUNTER, and ...
8526         (Read): use it here.
8527         (CounterTags): new tags
8528         (readCounter): new function
8529         (counters): new funtion
8530         (defaultLayoutName): return a const reference
8531
8532         * counters.C (Counters): remove contructor
8533         (newCounter): remove a couple of unneeded statements.
8534         (newCounter): simplify a bit.
8535         (numberLabel): some small formatting changes.
8536
8537         * buffer.[Ch]: remove all traces of counters, move the Counters
8538         object to the LyXTextClass.
8539
8540 2002-09-06  Alain Castera  <castera@in2p3.fr>
8541
8542         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8543         package to set the horizontal alignment on fixed width columns.
8544
8545         * lyx_sty.C:
8546         * lyx_sty.h: added tabularnewline macro def.
8547
8548         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8549
8550 2002-09-06  John Levon  <levon@movementarian.org>
8551
8552         * LyXAction.C: tooltips for sub/superscript
8553
8554         * MenuBackend.C: a bit more verbose
8555
8556         * lyxfunc.C: tiny clean
8557
8558         * undo_funcs.C: document undo_frozen
8559
8560 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8561
8562         * counters.C (Counters): add missing algorithm counter.
8563
8564         * text2.C (setCounter): lookup the counter with layouts latexname
8565         instead of by section number.
8566         (setCounter): use a hackish way to lookup the correct enum
8567         counter.
8568         a float name->type change
8569         reset enum couners with counter name directly instead of depth value.
8570
8571         * counters.C (Counters): remove the push_backs, change to use the
8572         float type not the float name.
8573         (labelItem): remove unused string, float name->type change
8574
8575         * counters.h: don't include vector, loose the enums and sects vectors
8576
8577 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8578
8579         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8580         (Read): add float->TC_FLOAT to textclassTags
8581         (Read): and handle it in the switch
8582         (readFloat): new function
8583
8584         * FloatList.C (FloatList): comment out the hardcoded float
8585         definitions.
8586
8587         * lyxlayout.h: ws change.
8588
8589 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8590
8591         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8592
8593 2002-09-03  Angus Leeming  <leeming@lyx.org>
8594
8595         * BufferView_pimpl.h: qualified name is not allowed in member
8596         declaration: WorkArea & Pimpl::workarea() const;
8597
8598         * factory.C: added using std::endl directive.
8599
8600         * text3.C: added using std::find and std::vector directives.
8601
8602 2002-08-29  André Pönitz <poenitz@gmx.net>
8603
8604         * lyxtext.h:
8605         * text2.C: remove unused member number_of_rows
8606
8607         * Makefile.am:
8608         * BufferView2.C: remove file, move contents to...
8609         * BufferView.C: ... here
8610
8611         * BufferView_pimpl.C:
8612         * factory.C: move more inset creation to factory
8613
8614         * vspace.C: avoid direct usage of LyXText, ws changes
8615
8616         * BufferView.[Ch]:
8617                 don't provide direct access to WorkArea, use two simple
8618                 acessors haveSelction() and workHeight() instead
8619
8620
8621 2002-08-29  John Levon  <levon@movementarian.org>
8622
8623         * BufferView_pimpl.C (dispatch): do not continue when
8624           no buffer
8625
8626 2002-08-28  André Pönitz <poenitz@gmx.net>
8627
8628         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8629
8630         * BufferView.h:
8631         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8632
8633 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8634
8635         * buffer.C: increment LYX_FORMAT to 221
8636
8637         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8638         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8639
8640         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8641
8642         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8643
8644 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8645
8646         * factory.C (createInset): use LyXTextClass::floats
8647
8648         * MenuBackend.C (expandFloatListInsert):
8649         (expandFloatInsert):
8650         (expandToc):
8651
8652         * text2.C (setCounter):
8653
8654         * LaTeXFeatures.C (useFloat):
8655         (getFloatDefinitions):
8656
8657         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8658
8659         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8660         floatlist_, with accessor floats().
8661
8662         * FloatList.h: remove global FloatList
8663
8664 2002-08-26  André Pönitz <poenitz@gmx.net>
8665
8666         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8667
8668         * BufferView.h:
8669         * BufferView2.C:
8670         * BufferView_pimpl.C:
8671         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8672
8673 2002-08-25  John Levon  <levon@movementarian.org>
8674
8675         * LyXAction.C: fix margin note description
8676
8677 2002-08-24  John Levon  <levon@movementarian.org>
8678
8679         * buffer.C:
8680         * bufferlist.C:
8681         * bufferview_funcs.C:
8682         * lyxfont.C:
8683         * undo_funcs.C: cleanups
8684
8685         * lyxfunc.C: disable CUT/COPY when no selection
8686
8687 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8688
8689         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8690         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8691
8692         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8693         Add backward compatibility to "mono", "gray" and "no".
8694
8695 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8696
8697         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8698         (and file_format >= 200).
8699
8700 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8701
8702         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8703
8704 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8705
8706         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8707
8708 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8709
8710         * BufferView_pimpl.C:
8711         * LyXAction.C:
8712         * buffer.C:
8713         * commandtags.h:
8714         * lyxfunc.C:
8715         * paragraph.[Ch]:
8716         * text2.C:
8717         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8718         inset and code to make it  work with the paragraph code. The inset
8719         can be anywhere in the paragraph, but will only do the expected
8720         thing in LaTeX if the layout file contains the parameter line
8721                         OptionalArgs    1
8722         (or more generally, a nonzero value) for that layout.
8723
8724 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8725
8726         * paragraph.h: remove the declaration of undefined counters class
8727         function.
8728
8729 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8730
8731         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8732         Dr. Richard Hawkins.
8733
8734 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8735
8736         * paragraph_funcs.h: remove some unneeded includes
8737
8738         * text.C (backspace): pasteParagraph now in global scipe
8739
8740         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8741         (pasteSelection): ditto
8742
8743         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8744         * paragraph_funcs.C (pasteParagraph): ... here
8745
8746 2002-08-20  André Pönitz <poenitz@gmx.net>
8747
8748         * commandtags.h: new LFUNs for swapping/copying table row/colums
8749
8750         * LyXAction.C:
8751         * lyxfunc.C: support for new lfuns
8752
8753 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8754
8755         * tabular.C:
8756         * buffer.[Ch]: remove NO_COMPABILITY stuff
8757
8758 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8759
8760         * boost.C (throw_exception): new file, with helper function for
8761         boost compiled without exceptions.
8762
8763         * paragraph.h:
8764         * lyxlength.C:
8765         * buffer.C:
8766         * ParameterStruct.h:
8767         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8768
8769         * bufferlist.C (emergencyWriteAll): use boost bind
8770
8771         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8772
8773         * text.C: include paragraph_funcs.h
8774         (breakParagraph): breakParagraph is now in global scope
8775
8776         * paragraph_funcs.[Ch]: new files
8777
8778         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8779         global scope
8780
8781         * buffer.C: include paragraph_funcs.h
8782         (insertStringAsLines): breakParagraph is now in global scope
8783
8784         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8785         paragraph_funcs.C
8786
8787         * CutAndPaste.C: include paragraph_funcs.h
8788         (cutSelection): breakParagraphConservative is now in global scope
8789         (pasteSelection): ditto
8790
8791         * buffer.h: declare oprator== and operator!= for
8792         Buffer::inset_iterator
8793
8794         * bufferlist.C (emergencyWrite): don't use fmt(...)
8795
8796         * text3.C: add using std::endl
8797
8798         * BufferView.C (moveCursorUpdate): remove default arg
8799
8800 2002-08-20  André Pönitz <poenitz@gmx.net>
8801
8802         * buffer.[Ch]: move inline functions to .C
8803
8804         * BufferView2.C:
8805         * BufferView_pimpl.C:
8806         * text.C:
8807         * buffer.[Ch]: use improved inset_iterator
8808
8809         * buffer.C:
8810         * paragraph.[Ch]: write one paragraph at a time
8811
8812 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8813
8814         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8815         style if style is not specified.
8816
8817 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8818
8819         * text2.C (setCounter): when searching for right label for a
8820         caption, make sure to recurse to parent insets (so that a caption
8821         in a minipage in a figure float works) (bug #568)
8822
8823 2002-08-20  André Pönitz <poenitz@gmx.net>
8824
8825         * text3.C: new file for LyXText::dispatch() and helpers
8826
8827         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8828
8829         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8830
8831 2002-08-19  André Pönitz <poenitz@gmx.net>
8832
8833         * lyxtext.h:
8834         * text.C: new LyXText::dispatch()
8835
8836         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8837
8838 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8839
8840         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8841
8842         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8843         Hebrew text.
8844
8845 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8846
8847         * Makefile.am: use $(variables) instead of @substitutions@
8848
8849 2002-08-15  André Pönitz <poenitz@gmx.net>
8850
8851         * lyxfunc.C:
8852         * BufferView_pimpl.C: streamlining mathed <-> outer world
8853         interaction
8854
8855         * commandtags.h:
8856         * LyXAction.C: remove unused LFUN_MATH
8857
8858 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8859
8860         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8861
8862 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8863
8864         * paragraph.C (Paragraph): reformat a bit
8865         (cutIntoMinibuffer): use builtin InsetList function instad of
8866         doing it manually.
8867         (getInset): ditto
8868
8869         * buffer.C: include boost/bind.hpp, add using std::for_each
8870         (writeFileAscii): use ParagraphList iterators
8871         (validate): use for_each for validate traversal of paragraphs
8872         (getBibkeyList): use ParagraphList iterators
8873         (resizeInsets): use for_each to resizeInsetsLyXText for all
8874         paragraphs.
8875         (getParFromID): use ParagraphList iterators
8876
8877         * BufferView2.C (lockInset): use paragraph list and iterators
8878
8879 2002-08-14  John Levon  <levon@movementarian.org>
8880
8881         * lyxserver.C: remove spurious xforms include
8882
8883 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8884
8885         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8886
8887 2002-08-13  André Pönitz <poenitz@gmx.net>
8888
8889         * LyXAction.[Ch]:
8890         * lyxfunc.C: further cleaning
8891
8892 2002-08-13  André Pönitz <poenitz@gmx.net>
8893
8894         * funcrequest.h: new constructor
8895
8896         * funcrequest.C: move stuff here from .h
8897
8898         * Makefile.am:
8899         * BufferView_pimpl.C:
8900         * LyXAction.C:
8901         * toc.C:
8902         * lyxfunc.C: subsequent changes
8903
8904         * lyxfunc.h: new view() member function
8905
8906         * lyxfunc.C: subsequent changes
8907
8908 2002-08-13  Angus Leeming  <leeming@lyx.org>
8909
8910         * BufferView2.C:
8911         * BufferView_pimpl.C:
8912         * buffer.C:
8913         * converter.C:
8914         * importer.C:
8915         * lyxfunc.C:
8916         * lyxvc.C:
8917         * toc.C:
8918         * vc-backend.C:
8919         changes due to the changed LyXView interface that now returns references
8920         to member variables not pointers.
8921
8922 2002-08-13  Angus Leeming  <leeming@lyx.org>
8923
8924         * WordLangTuple (word, lang_code): return references to strings,
8925         not strings.
8926
8927         * BufferView.h:
8928         * SpellBase.h:
8929         * lyxtext.h: forward-declare WordLangTuple.
8930
8931         * BufferView2.C:
8932         * ispell.C:
8933         * pspell.C:
8934         * text.C: #include "WordLangTuple.h".
8935
8936         * lyxtext.h:
8937         * text.C: (selectNextWordToSpellcheck): constify return type.
8938
8939 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8940
8941         * buffer.C:
8942         * buffer.h:
8943         * lyxtext.h:
8944         * paragraph.C:
8945         * paragraph_pimpl.h:
8946         * text.C:
8947         * text2.C:
8948         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8949         suggested by Angus.
8950         Made updateCounter always count from start of buffer, and removed
8951         second argument (par).
8952         Reverted floats number display to '#'. Perhaps I'll try again when the
8953         code base is sanitized a bit.
8954
8955 2002-08-12  Angus Leeming  <leeming@lyx.org>
8956
8957         * buffer.[Ch] (getLabelList): constify.
8958
8959 2002-08-07  André Pönitz <poenitz@gmx.net>
8960
8961         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8962
8963         * funcrequest.h: extension to keep mouse (x,y) position
8964
8965 2002-08-12  Juergen Vigna  <jug@sad.it>
8966
8967         * BufferView2.C (insertErrors): forbid undo when inserting error
8968         insets.
8969
8970         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8971
8972 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8973
8974         * ParagraphList.[Ch]: new files
8975
8976         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8977
8978         * BufferView2.C (lockInset): ParagraphList changes
8979         * toc.C: ditto
8980         * text2.C: ditto
8981         * bufferlist.C: ditto
8982         * buffer.h: ditto
8983         * buffer.C: ditto
8984
8985 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8986
8987         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8988         unused class variable counter_,
8989
8990         * paragraph.[Ch] (getFirstCounter): delete unused function
8991
8992         * counters.C: include LAssert.h
8993         (reset): add a new function with no arg, change other version to
8994         not have def. arg and to not allow empty arg.
8995
8996         * text2.C (setCounter): remove empty arg from call to Counters::reset
8997
8998 2002-08-11  John Levon  <levon@movementarian.org>
8999
9000         * Makefile.am: add WordLangTuple.h
9001
9002 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9003
9004         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9005         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9006
9007         * insets/insettext.C: InsetList changes
9008
9009         * graphics/GraphicsSupport.C (operator()): InsetList changes
9010
9011         * toc.C (getTocList): InsetList changes
9012
9013         * paragraph_pimpl.[Ch]: InsetList changes
9014
9015         * paragraph.[Ch]: InsetList changes
9016
9017         * buffer.C (inset_iterator): InsetList changes
9018         (setParagraph): ditto
9019         * buffer.h (inset_iterator): ditto
9020         * iterators.C (operator++): ditto
9021         * iterators.h: ditto
9022
9023         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9024
9025         * InsetList.[Ch]: new files, most InsetList handling moved out of
9026         paragraph.C.
9027
9028         * BufferView2.C (removeAutoInsets): InsetList changes
9029         (lockInset): ditto
9030         (ChangeInsets): ditto
9031
9032 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9033
9034         * paragraph_pimpl.h (empty): new function
9035
9036         * paragraph.[Ch] (empty): new function
9037
9038         * other files: use the new Paragraph::empty function
9039
9040 2002-08-09  John Levon  <levon@movementarian.org>
9041
9042         * lyxtext.h: remove unused refresh_height
9043
9044 2002-08-09  John Levon  <levon@movementarian.org>
9045
9046         * Makefile.am:
9047         * sgml.h:
9048         * sgml.C:
9049         * buffer.C:
9050         * paragraph.h:
9051         * paragraph.C: move sgml char escaping out of paragraph
9052
9053         * paragraph.h:
9054         * paragraph.C: remove id setter
9055
9056         * buffer.C:
9057         * paragraph.C:
9058         * paragraph_pimpl.C: remove dead tex_code_break_column
9059
9060         * bufferview_funcs.C: small cleanup
9061
9062         * lyxfunc.C: remove dead proto
9063
9064         * lyxtext.h: make some stuff private. Remove some dead stuff.
9065
9066         * lyxgluelength.C: make as[LyX]String() readable
9067
9068 2002-08-08  John Levon  <levon@movementarian.org>
9069
9070         * LyXAction.h:
9071         * LyXAction.C:
9072         * MenuBackend.C:
9073         * ToolbarDefaults.C:
9074         * lyxfunc.C:
9075         * lyxrc.C:
9076         * toc.C: lyxaction cleanup
9077
9078 2002-08-08  John Levon  <levon@movementarian.org>
9079
9080         * BufferView2.C: small cleanup
9081
9082         * lyxfind.h:
9083         * lyxfind.C: move unnecessary header into the .C
9084
9085 2002-08-08  John Levon  <levon@movementarian.org>
9086
9087         * funcrequest.h: just tedious nonsense
9088
9089         * lyx_main.h:
9090         * lyx_main.C: cleanups
9091
9092         * buffer.C:
9093         * vspace.C: remove dead header lyx_main.h
9094
9095 2002-08-07  Angus Leeming  <leeming@lyx.org>
9096
9097         * Paragraph.[Ch]:
9098         * paragraph_pimpl.h:
9099         Forward declare class Counters in paragraph.h by moving the ctrs member
9100         variable into Paragraph::Pimpl.
9101         (counters): new method, returning a reference to pimpl_->ctrs.
9102
9103         * text2.C: ensuing changes.
9104
9105 2002-08-07  John Levon  <levon@movementarian.org>
9106
9107         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9108
9109         * BufferView_pimpl.C: announce X selection on double/triple
9110           click
9111
9112         * lyx_main.C: use correct bool in batch dispatch
9113
9114         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9115
9116 2002-08-07  André Pönitz <poenitz@gmx.net>
9117
9118         * funcrequest.h: new class to wrap a kb_action and its argument
9119
9120         * BufferView.[Ch]:
9121         * BufferView_pimpl[Ch]:
9122         * LaTeX.C:
9123         * LyXAction.[Ch]:
9124         * lyxfunc.[Ch]:
9125         * lyxrc.C: subsequent changes
9126
9127
9128 2002-08-07  John Levon  <levon@movementarian.org>
9129
9130         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9131           document options change.
9132
9133 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9134
9135         * counters.[Ch]
9136         * text2.C
9137         * paragraph.[Ch]
9138         * makefile.am: move counters functionality over from
9139         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9140
9141 2002-08-06  John Levon  <levon@movementarian.org>
9142
9143         * WordLangTuple.h: new file for word + language code tuple
9144
9145         * SpellBase.h:
9146         * pspell.h:
9147         * pspell.C:
9148         * ispell.h:
9149         * ispell.C:
9150         * lyxtext.h:
9151         * text.C:
9152         * text2.C:
9153         * BufferView.h:
9154         * BufferView2.C: use WordLangTuple
9155
9156         * layout.h:
9157         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9158
9159 2002-08-06  John Levon  <levon@movementarian.org>
9160
9161         * lyx_main.C: fix cmdline batch handling
9162
9163 2002-08-06  André Pönitz <poenitz@gmx.net>
9164
9165         * lyxrc.C: set default for show_banner to true
9166
9167 2002-08-06  John Levon  <levon@movementarian.org>
9168
9169         * pspell.C: fix a crash, and allow new aspell to work
9170
9171 2002-08-06  John Levon  <levon@movementarian.org>
9172
9173         * lyxfunc.C:
9174         * kbmap.C: small cleanup
9175
9176         * vspace.h:
9177         * vspace.C: add const
9178
9179 2002-08-05  John Levon  <levon@movementarian.org>
9180
9181         * LyXAction.C: back to tabular-insert
9182
9183 2002-08-04  John Levon  <levon@movementarian.org>
9184
9185         * BufferView.h:
9186         * BufferView.C: cosmetic change
9187
9188         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9189
9190         * bufferlist.C:
9191         * buffer.h:
9192         * buffer.C:
9193         * lyxcb.h:
9194         * lyxcb.C:
9195         * lyxserver.C:
9196         * lyxvc.C:
9197         * vc-backend.C:
9198         * BufferView2.C: purge all "Lyx" not "LyX" strings
9199
9200         * lyxcursor.h:
9201         * lyxcursor.C: attempt to add some documentation
9202
9203         * lyxfunc.C:
9204         * commandtags.h:
9205         * LyXAction.C:
9206         * ToolbarDefaults.C:
9207         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9208           merge with LFUN_TABULAR_INSERT
9209
9210         * Makefile.am:
9211         * SpellBase.h:
9212         * ispell.h:
9213         * ispell.C:
9214         * pspell.h:
9215         * pspell.C: split up i/pspell implementations into separate
9216           files, many cleanups
9217
9218         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9219
9220         * text2.C: some cleanup
9221
9222         * lyxfunc.C: don't check for isp_command == "none" any more, it
9223           didn't make any sense
9224
9225 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9226
9227         * counters.[Ch]
9228         * text2.C
9229         * paragraph.[Ch]
9230         * makefile.am: move counters functionality over
9231         from text2.C/paragraph.[Ch] to counters.[Ch], and
9232         make proper C++.
9233 2002-08-02  John Levon  <levon@movementarian.org>
9234
9235         * buffer.C: s/lyxconvert/lyx2lyx/
9236
9237 2002-08-02  Angus Leeming  <leeming@lyx.org>
9238
9239         * lyxlex.C: revert John's change as it breaks reading of the user
9240         preamble.
9241
9242 2002-08-02  Angus Leeming  <leeming@lyx.org>
9243
9244         * importer.C (Import):
9245         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9246         changes due to LyXView::view() now returning a boost::shared_ptr.
9247
9248 2002-08-02  John Levon  <levon@movementarian.org>
9249
9250         * lyxlex.C: small cleanup
9251
9252 2002-08-02  John Levon  <levon@movementarian.org>
9253
9254         * text2.C (status): small cleanup, no logic change
9255
9256 2002-08-01  John Levon  <levon@movementarian.org>
9257
9258         * buffer.h:
9259         * buffer.C (writeFile): don't output alerts, caller
9260           handles this
9261
9262         * bufferlist.C:
9263         * lyx_cb.C: from above
9264
9265         * lyxfunc.C: allow to open non-existent files
9266
9267 2002-07-31  John Levon  <levon@movementarian.org>
9268
9269         * lyxserver.C: don't let incidental errors get
9270           in the way (errno)
9271
9272 2002-07-30  John Levon  <levon@movementarian.org>
9273
9274         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9275
9276 2002-07-30  John Levon  <levon@movementarian.org>
9277
9278         * lyxserver.h:
9279         * lyxserver.C: remove I/O callback too
9280
9281 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9282
9283         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9284         log.
9285
9286 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9287
9288         * many files: strip,frontStrip -> trim,ltrim,rtrim
9289
9290 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9291
9292         * PrinterParams.h: remove extern containsOnly, and include
9293         support/lstrings.h instead.
9294
9295         * LaTeX.C (scanAuxFile): modify because of strip changes
9296         (deplog): ditto
9297         * buffer.C (makeLaTeXFile): ditto
9298         * bufferparams.C (writeFile): ditt
9299         * lyxfont.C (stateText): ditto
9300         * lyxserver.C (read_ready): ditto
9301         * vc-backend.C (scanMaster): ditto
9302
9303         * BufferView_pimpl.h: ws changes
9304
9305         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9306
9307 2002-07-26  André Pönitz <poenitz@gmx.net>
9308
9309         * kb_sequence.C: remove unnedred usings
9310
9311 2002-07-26  Juergen Vigna  <jug@sad.it>
9312
9313         * lyxfind.C (LyXReplace): we have to check better if the returned
9314         text is not of theLockingInset()->getLockingInset().
9315
9316 2002-07-25  Juergen Vigna  <jug@sad.it>
9317
9318         * lyxfind.C (LyXReplace): don't replace if we don't get the
9319         right LyXText.
9320
9321         * undo_funcs.C (createUndo): remove debugging code.
9322
9323 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9324
9325         * buffer.C (parseSingleLyXformat2Token): Use default placement
9326         when reading old floats.
9327
9328         * FloatList.C (FloatList): Change the default placement of figure
9329         and tables to "tbp".
9330
9331 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9332
9333         * MenuBackend.C: using std::max
9334
9335 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9336
9337         * MenuBackend.C (expandToc):
9338         (expandToc2): code moved from xforms menu frontend. It is now
9339         generic and TOCs are transparent to menu frontends.
9340
9341 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9342
9343         * toc.C (getTocList): protect against buf=0
9344
9345         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9346         Menu as first parameter. Now, this calls itself recursively to
9347         expand a whole tree (this will be useful for TOC handling)
9348         (expandFloatInsert): remove 'wide' version of floats
9349
9350         * MenuBackend.h (submenuname): returns the name of the submenu.
9351         (submenu): returns the submenu itself, provided it has been
9352         created by MenuBackend::expand
9353
9354 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9355
9356         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9357         insets which have noFontChange == true. (bug #172)
9358
9359 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9360
9361         * BufferView_pimpl.C: add connection objects and use them...
9362         (Pimpl): here.
9363
9364 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9365
9366         * MenuBackend.C (expandLastfiles):
9367         (expandDocuments):
9368         (expandFormats):
9369         (expandFloatListInsert):
9370         (expandFloatInsert):
9371         (expand): split expand in parts
9372
9373 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9374
9375         * lyx_gui.C: use lyx_gui::exit()
9376
9377 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9378
9379         * LyXAction.C: show the failing pseudo action
9380
9381 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9382
9383         * buffer.C (readFile): Run the lyxconvert script in order to read
9384         old files.
9385
9386 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9387
9388         * LyXAction.C:
9389         * commandtags.h:
9390         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9391
9392 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9393
9394         * LyXAction.C:
9395         * commandtags.h:
9396         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9397
9398 2002-07-22  Herbert Voss  <voss@lyx.org>
9399
9400         * lengthcommon.C:
9401         * lyxlength.[Ch]: add support for the vertical lengths
9402
9403 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9404
9405         * toc.[Ch]: std:: fixes
9406
9407 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9408
9409         * lyxrc.C: do not include lyx_main.h
9410
9411         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9412         for layouts
9413
9414         * lyxrc.C:
9415         * encoding.C:
9416         * bufferlist.C:
9417         * BufferView2.C: include "lyxlex.h"
9418
9419         * tabular.h:
9420         * bufferparams.h: do not #include "lyxlex.h"
9421
9422         * lyxtextclasslist.C (Add): remove method
9423         (classlist): renamed to classlist_
9424
9425         * paragraph_pimpl.C:
9426         * paragraph.C:
9427         * text2.C:
9428         * CutAndPaste.C:
9429         * bufferview_funcs.C:
9430         * bufferlist.C:
9431         * text.C:
9432         * LaTeXFeatures.C:
9433         * buffer.C:
9434         * toc.C (getTocList): use BufferParams::getLyXTextClass
9435
9436         * toc.C (getTocList): use InsetFloat::addToToc
9437
9438         * toc.[Ch]: new files, containing helper functions to handle table
9439         of contents
9440
9441         * lyxfunc.C (dispatch): no need to remove spaces around command
9442         given as a string
9443         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9444         first command of the sequence; it is not very clever, but I do not
9445         have a better idea, actually
9446
9447         * LyXAction.C (LookupFunc): make sure to remove space at the
9448         beginning and end of the command
9449
9450 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9451
9452         * MenuBackend.C (getMenubar): new method: return the menubar of
9453         this menu set
9454         (read): treat differently reading of menu and menubar (in
9455         particular, the menubar has no name now)
9456         (Menu::menubar): remove
9457
9458         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9459         saving is finished
9460
9461 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9462
9463         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9464         a bibitem inset in a RTL paragraph.
9465
9466 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9467
9468         * paragraph_pimpl.C: constify
9469
9470         * BufferView_pimpl.C:
9471         * LaTeX.C:
9472         * lyxfunc.C: fix dispatch in a nicer way
9473
9474 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9475
9476         * lyxfunc.C (dispatch):
9477         * BufferView_pimpl.C:
9478         * BufferView_pimpl.h:
9479         * BufferView.C:
9480         * BufferView.h: rename Dispatch() to dispatch()
9481
9482         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9483
9484         * lyxlayout.C (Read): honor DependsOn tag
9485
9486         * lyxlayout.[Ch] (depends_on): new method
9487
9488         * version.C.in: update lyx_docversion
9489
9490         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9491
9492         * paragraph.C (validate): remove from here...
9493         * paragraph_pimpl.C (validate): ... and move here
9494         (isTextAt): make it const
9495
9496         * buffer.C (getLists): ws cleanup
9497
9498 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9499
9500         * language.C (read): Use iso8859-1 encoding in latex_lang
9501         (this prevents LyX from crashing when using iso10646-1 encoding).
9502
9503 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9504
9505         * text2.C (toggleInset): if cursor is inside an inset, close the
9506         inset and leave cursor _after_ it
9507
9508 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9509
9510         * lyxfunc.C: move minibuffer completion handling out of here
9511
9512 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9513
9514         * BufferView_pimpl.C:
9515         * LaTeX.C: fix dispatch calls
9516
9517 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9518
9519         * text.C (drawChars): Fix Arabic text rendering.
9520
9521 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9522
9523         * LyXAction.C:
9524         * commandtags.h:
9525         * lyxfunc.C: remove message-push/pop
9526
9527         * lyxserver.C:
9528         * lyxfunc.h:
9529         * lyxfunc.C: rationalise some code by removing verboseDispatch
9530           in favour of a bool argument to dispatch()
9531
9532 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9533
9534         * lyx_main.C (init): make sure to read symlinks as absolute paths
9535
9536 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9537
9538         * lyxfunc.h:
9539         * lyxfunc.C: no need for commandshortcut to be a member
9540
9541 2002-07-15  André Pönitz <poenitz@gmx.net>
9542
9543         * converter.C: add support for $$s (scripts from lib/scripts dir)
9544         * lyx_main.C: white space
9545
9546 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9547
9548         * bufferlist.C:
9549         * lyxrc.h:
9550         * lyxrc.C: remove second exit confirmation
9551
9552 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9553
9554         * BufferView.h:
9555         * BufferView.C:
9556         * BufferView2.C:
9557         * BufferView_pimpl.h:
9558         * BufferView_pimpl.C:
9559         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9560
9561 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9562
9563         * MenuBackend.C (expand): add numeric shortcuts to document menu
9564
9565         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9566
9567 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9568
9569         * lyxfont.C (setLyXFamily):
9570         (setLyXSeries):
9571         (setLyXShape):
9572         (setLyXSize):
9573         (setLyXMisc):
9574         (lyxRead):
9575         * debug.C (value):
9576         * buffer.C (asciiParagraph): use ascii_lowercase
9577
9578 2002-07-15  Mike Fabian  <mfabian@suse.de>
9579
9580         * lyxlex_pimpl.C (search_kw):
9581         * lyxlex.C (getLongString):
9582         * converter.h (operator<):
9583         * converter.C (operator<):
9584         * buffer.C (parseSingleLyXformat2Token):
9585         (asciiParagraph):
9586         * ToolbarDefaults.C (read):
9587         * MenuBackend.C (checkShortcuts):
9588         (read):
9589         * LColor.C (getFromGUIName):
9590         (getFromLyXName): use the compare_ascii_no_case instead of
9591         compare_no_case, because in turkish, 'i' is not the lowercase
9592         version of 'I', and thus turkish locale breaks parsing of tags.
9593
9594 2002-07-16  Angus Leeming  <leeming@lyx.org>
9595
9596         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9597         now takes a Buffer const & argument.
9598
9599 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9600
9601         * BufferView.C (resize): check there's a buffer to resize
9602
9603 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9604
9605         * lyxfunc.C: remove dead code
9606
9607         * lyxserver.h:
9608         * lyxserver.C: use lyx_guii::set_read_callback
9609
9610 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9611
9612         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9613         an inset in a RTL paragraph.
9614
9615 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9616
9617         * lyxfunc.C: repaint after a font size update
9618
9619 2002-07-15  André Pönitz <poenitz@gmx.net>
9620
9621         * lyxlength.C: inBP should be able to return negative values
9622
9623 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9624
9625         * lyxfunc.C: use lyx_gui::update_fonts()
9626
9627 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9628
9629         * lyxfunc.C: use lyx_gui::update_color()
9630
9631 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9632
9633         * bufferlist.C:
9634         * lyxfunc.h:
9635         * lyxfunc.C:
9636         * lyxrc.h:
9637         * lyxrc.C: remove file->new asks for name option, and let
9638           buffer-new take an argument
9639
9640 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9641
9642         * BufferView_pimpl.C: remove unneeded extra repaint()
9643
9644 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9645
9646         * LyXAction.C: allow command-sequence with NoBuffer
9647
9648         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9649
9650 2002-07-10  Angus Leeming  <leeming@lyx.org>
9651
9652         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9653
9654 2002-07-09  Angus Leeming  <leeming@lyx.org>
9655
9656         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9657
9658 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9659
9660         * lengthcommon.h: whitespace
9661
9662         * lyxfunc.C: update scrollbar after goto paragraph
9663
9664         * lyxtext.h: factor out page break drawing, and fix it so
9665           page break/added space paints as selected nicely
9666
9667 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9668
9669         * BufferView_pimpl.C: add FIXMEs, clean up a little
9670
9671 2002-07-09  André Pönitz <poenitz@gmx.net>
9672
9673         * lyxfont.[Ch]: support for wasy symbols
9674
9675 2002-07-08  André Pönitz <poenitz@gmx.net>
9676
9677         * BufferView_pimpl.C: apply John's patch for #93.
9678
9679 2002-07-05  Angus Leeming  <leeming@lyx.org>
9680
9681         * BufferView_pimpl.C (buffer): generate previews if desired.
9682
9683         * LColor.h: add "preview" to the color enum.
9684
9685         * LColor.C (LColor): add a corresponding entry to the items array.
9686
9687         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9688         with this buffer.
9689
9690 2002-07-05  Angus Leeming  <leeming@lyx.org>
9691
9692         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9693         The body of the code is now in the method that is passed an ostream &
9694         rather than a file name.
9695         Pass an additional only_preamble parameter, useful for the forthcoming
9696         preview stuff.
9697
9698 2002-07-03  André Pönitz <poenitz@gmx.net>
9699
9700         * lyxfunc.C: simplify getStatus() a bit for math stuff
9701
9702 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9703
9704         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9705
9706 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9707
9708         * text.C (changeRegionCase): do not change case of all the
9709         document when region ends at paragraph end (bug #461)
9710
9711 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9712
9713         * paragraph.C (startTeXParParams):
9714         (endTeXParParams): add \protect when necessary
9715
9716 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9717
9718         * BufferView_pimpl.C (workAreaExpose): remove warning
9719
9720 2002-06-27  Angus Leeming  <leeming@lyx.org>
9721
9722         * Makefile.am: add lyxlayout_ptr_fwd.h.
9723
9724 2002-06-26  André Pönitz <poenitz@gmx.net>
9725
9726         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9727
9728 2002-06-25  Angus Leeming  <leeming@lyx.org>
9729
9730         * lyxfunc.C (dispatch): Comment out the call to
9731         grfx::GCache::changeDisplay. The method no longer exists now that the
9732         pixmap generation part of the graphics loader has been moved into
9733         InsetGraphics.
9734
9735 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9736
9737         * text2.C: layout as layout
9738
9739         * text.C: layout as layout
9740
9741         * tabular.C (OldFormatRead): layout as layout
9742
9743         * paragraph_pimpl.C (TeXDeeper): layout as layout
9744         (realizeFont): layout as layout
9745
9746         * paragraph.C (writeFile): layout as layout
9747         (validate): layout as layout
9748         (getFont): layout as layout
9749         (getLabelFont): layout as layout
9750         (getLayoutFont): layout as layout
9751         (breakParagraph): layout as layout
9752         (stripLeadingSpaces): layout as layout
9753         (getEndLabel): layout as layout
9754         (getMaxDepthAfter): layout as layout
9755         (applyLayout): layout as layout
9756         (TeXOnePar): layout as layout
9757         (simpleTeXOnePar): layout as layout
9758         (TeXEnvironment): layout as layout
9759         (layout): layout as layout
9760         (layout): layout as layout
9761
9762         * lyxtextclass.C (compare_name): new functor to work with
9763         shared_ptr, layout as layout
9764         (Read): layout as layout
9765         (hasLayout): layout as layout
9766         (operator): layout as layout
9767         (delete_layout): layout as layout
9768         (defaultLayout): layout as layout
9769
9770         * lyxlayout_ptr_fwd.h: new file
9771
9772         * lyxlayout.C (Read): layout as layout
9773
9774         * lyx_cb.C (MenuInsertLabel): layout as layout
9775
9776         * bufferlist.C (newFile): layout as layout
9777
9778         * buffer.C (readLyXformat2): layout as layout
9779         (parseSingleLyXformat2Token): layout as layout
9780         (insertStringAsLines): layout as layout
9781         (asciiParagraph): layout as layout
9782         (latexParagraphs): layout as layout
9783         (makeLinuxDocFile): layout as layout
9784         (simpleLinuxDocOnePar): layout as layout
9785         (makeDocBookFile): layout as layout
9786         (simpleDocBookOnePar): layout as layout
9787         (getLists): layout as layout
9788
9789         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9790
9791         * CutAndPaste.C (cutSelection): layout as layout
9792         (pasteSelection): layout as layout
9793         (SwitchLayoutsBetweenClasses): layout as layout
9794
9795         * BufferView_pimpl.C (Dispatch): layout as layout
9796         (smartQuote): layout as layout
9797
9798         * BufferView2.C (unlockInset): layout as layout
9799
9800 2002-06-24  André Pönitz <poenitz@gmx.net>
9801
9802         * lyxfunc.C: fix #487
9803
9804 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9805
9806         * lyxrc.h:
9807         * lyxrc.C:
9808         * lyxfunc.C: remove display_shortcuts, show_banner
9809
9810 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9811
9812         * Buffer_pimpl.C: oops, update on resize
9813
9814 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9815
9816         * buffer.C:
9817         * converter.C:
9818         * exporter.C:
9819         * lyxfunc.C:
9820         * BufferView.h:
9821         * BufferView.C: use repaint()
9822
9823         * BufferView_pimpl.h:
9824         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9825           as it's a clearer description. Remove superfluous
9826           redraws.
9827
9828 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9829
9830         * text.C: fix bug 488. Not ideal, but getting
9831           getWord() to work properly for the insets that
9832           matter is more difficult ...
9833
9834 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9835
9836         * BufferView_pimpl.C:
9837         * LyXAction.C:
9838         * commandtags.h:
9839         * lyxfunc.C: remove the six million index lyxfuncs to just
9840           one, and DTRT (bug 458)
9841
9842 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9843
9844         * BufferView.h:
9845         * BufferView.C:
9846         * BufferView_pimpl.h:
9847         * BufferView_pimpl.C: clean up resize() stuff,
9848           and unnecessary updateScreen()s
9849
9850 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9851
9852         * BufferView.h:
9853         * BufferView.C:
9854         * BufferView_pimpl.h:
9855         * BufferView_pimpl.C:
9856         * lyxfind.h:
9857         * lyxfind.C:
9858         * minibuffer.C: remove focus management of workarea,
9859           not needed. Use screen's greyOut()
9860
9861 2002-06-17  Herbert Voss  <voss@lyx.org>
9862
9863         * converter.C: (convert) do not post a message, when converting
9864         fails, let the calling function decide what to do in this case
9865
9866 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9867
9868         * lyxfunc.C: tidy up a little
9869
9870 2002-06-16    <alstrup@diku.dk>
9871
9872         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9873         Got rid of FORMS_H_LOCATION include. Now we are
9874         GUII.
9875
9876 2002-06-15  LyX Development team  <lyx@rilke>
9877
9878         * buffer.[Ch] (sgmlOpenTag):
9879         (sgmlCloseTag): Added support for avoiding pernicious mixed
9880         content. Return number of lines written.
9881
9882         (makeLinuxDocFile):
9883         (makeDocBookFile): Fixed calls to sgml*Tag.
9884         Simple white space clean.
9885
9886         (simpleDocBookOnePar): Simple white space clean.
9887
9888         * tabular.[Ch] (docBook): Renamed to docbook and got another
9889         argument to related with the pernicious mixed content.
9890
9891         (docbookRow): Fixed calls for docbook inset method.
9892
9893 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9894
9895         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9896         so it's X11 independent.
9897
9898         * kb*.[Ch]: ditto.
9899
9900         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9901
9902 2002-06-15  Lyx Development team  <lyx@electronia>
9903
9904         * intl.h: Renamed getTrans to getTransManager.
9905
9906 2002-06-14  Angus Leeming  <leeming@lyx.org>
9907
9908         * Makefile.am: nuke forgotten stl_string_fwd.h.
9909
9910 2002-06-12  Angus Leeming  <leeming@lyx.org>
9911
9912         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9913
9914 2002-06-13  Angus Leeming  <leeming@lyx.org>
9915
9916         * LaTeX.C:
9917         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9918
9919 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9920
9921         * kbmap.C (getiso): add support for cyrillic and greek
9922
9923 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9924
9925         * BufferView.h:
9926         * BufferView.C:
9927         * BufferView_pimpl.h:
9928         * BufferView_pimpl.C: move bogus scrolling logic
9929           to xforms
9930
9931 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9932
9933         * lyxfunc.C:
9934         * BufferView_pimpl.C: view->resize() change
9935
9936 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9937
9938         * BufferView_pimpl.C: topCursorVisible
9939           prototype change
9940
9941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9942
9943         * Makefile.am:
9944         * lyx_gui.h:
9945         * lyx_gui.C: move to frontends/
9946
9947         * main.C:
9948         * lyx_main.h:
9949         * lyx_main.C: changes from above
9950
9951 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9952
9953         * intl.C:
9954         * intl.h:
9955         * kbmap.C:
9956         * kbsequence.C:
9957         * lyx_cb.C:
9958         * lyx_main.C: minor tidy
9959
9960 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9961
9962         * BufferView_pimpl.h:
9963         * BufferView_pimpl.C:
9964         * BufferView.h:
9965         * BufferView.C: make painter() const,
9966           remove dead code
9967
9968         * BufferView2.C: use screen() accessor
9969
9970         * lyx_main.h:
9971         * lyx_main.C: some minor cleanup
9972
9973 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9974
9975         * BufferView_pimpl.h:
9976         * BufferView_pimpl.C: remove enter/leaveView,
9977           use workHeight()
9978
9979 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9980
9981         * BufferView.h:
9982         * BufferView.C:
9983         * BufferView2.C:
9984         * BufferView_pimpl.h:
9985         * BufferView_pimpl.C: only construct screen once,
9986           rename
9987
9988         * lyxrc.C: remove pointless comment
9989
9990 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9991
9992         * BufferView.h:
9993         * BufferView.C: remove active() and belowMouse()
9994
9995         * BufferView_pimpl.h:
9996         * BufferView_pimpl.C: use workarea() not workarea_,
9997           and make it use a scoped_ptr instead
9998
9999 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10000
10001         * lyx_gui.C: add debug message on BadWindow
10002
10003 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10004
10005         * sp_spell.C: fdopen is not part of the C++ standard.
10006
10007         * paragraph.C (InsetIterator): use >= instead of ==
10008
10009 2002-06-07  Angus Leeming  <leeming@lyx.org>
10010
10011         Fixes needed to compile with Compaq cxx 6.5.
10012         * BufferView_pimpl.C:
10013         * DepTable.C:
10014         * buffer.C:
10015         * converter.C:
10016         * encoding.C:
10017         * lyx_gui.C:
10018         * lyx_main.C:
10019         * lyxtextclasslist.C:
10020         * minibuffer.C:
10021         * sp_spell.C:
10022         * tabular_funcs.C:
10023         * vc-backend.C:
10024         all c-library variables have been moved into namespace std. Wrap
10025         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10026
10027         * lyxlength.C:
10028         * tabular-old.C:
10029         * tabular.C:
10030         Add a using std::abs declaration.
10031
10032         * kbmap.h (modifier_pair):
10033         * paragraph.h (InsetTable, InsetList):
10034         * lyxfont.h (FontBits):
10035         type definition made public.
10036
10037         * bufferlist.C (emergencyWriteAll): the compiler complains that
10038         there is more than one possible lyx::class_fun template to choose from.
10039         I re-named the void specialisation as lyx::void_class_fun.
10040
10041         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10042
10043         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10044         the compiler is is unable to find tostr in write_attribute.
10045
10046 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10047
10048         * buffer.C (sgmlError): hide #warning
10049
10050 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10051
10052         * xtl/*: get rid of xtl, which is not in use anyway
10053
10054         * LyXAction.C (init):
10055         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10056         were unimplemented xtl experimentation
10057
10058 2002-06-04  André Pönitz <poenitz@gmx.net>
10059
10060         * lyxfunc.C: disable array operation on simple formulae
10061
10062 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10063
10064         * converter.C: constify a bit
10065
10066 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10067
10068         * lyx_gui.C: check xforms version correctly
10069
10070 2002-04-30  Herbert Voss  <voss@lyx.org>
10071
10072         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10073         "keep" option
10074
10075 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10076
10077         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10078           attempt to register it with a VCS)
10079
10080 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10081
10082         * lyx_main.C (init): honor variables LYX_DIR_13x and
10083         LYX_USERDIR_13x
10084
10085 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10086
10087         * buffer.h:
10088         * buffer.C:
10089         * lyx_main.C: fix a crash on bad command line,
10090           and give a useful exit status on error
10091
10092         * lyxfunc.C (doImport): allow -i lyx to work
10093
10094 2002-03-30  André Pönitz <poenitz@gmx.net>
10095
10096         * lyxfunc.C: mathed font changes
10097
10098 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10099
10100         * LaTeX.C:
10101         * importer.h:
10102         * importer.C:
10103         * lyx_sty.h:
10104         * lyx_sty.C:
10105         * lyxlex.C:
10106         * lyxrow.h:
10107         * lyxtext.h:
10108         * paragraph.h:
10109         * paragraph.C:
10110         * texrow.h:
10111         * texrow.C:
10112         * text.C:
10113         * trans_mgr.h: srcdocs, and some minor cleanups
10114
10115 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10116
10117         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10118         call getFont all the time)
10119
10120 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10121
10122         * switch from SigC signals to boost::signals
10123
10124 2002-05-29  André Pönitz <poenitz@gmx.net>
10125
10126         * paragraph_pimpl.C (getChar): don't call size() too often...
10127
10128 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10129
10130         * paragraph_pimpl.C (insertChar): do not try to update tables when
10131         appending (pos == size())
10132
10133         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10134         in order to reduce drastically the number of comparisons needed to
10135         parse a large document
10136
10137 2002-05-29  André Pönitz <poenitz@gmx.net>
10138
10139         * text.C:
10140         * text2.C:
10141         * lyxtextclass.C:
10142         * sp_pspell.h:
10143         * textclasslist.[Ch]:
10144         * sp_ispell.h: whitespace change
10145
10146 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10147
10148         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10149         lyxaction directly now.
10150
10151 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10152
10153         * trans.C:
10154         * lyxfont.C:
10155         * lyxvc.C: remove unused headers
10156
10157 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10158
10159         * Makefile.am:
10160         * buffer.h:
10161         * undostack.h:
10162         * undostack.C:
10163         * undo_funcs.h:
10164         * undo_funcs.C: some cleanups. Use shared_ptr
10165           and a template for the undo stacks.
10166
10167 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10168
10169         * BufferView_pimpl.h:
10170         * BufferView_pimpl.C:
10171         * kbmap.h:
10172         * kbmap.C:
10173         * kbsequence.h:
10174         * kbsequence.C:
10175         * lyxfunc.h:
10176         * lyxfunc.C:
10177         * text2.C: use key_state/mouse_state
10178
10179 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10180
10181         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10182         and LSubstring
10183
10184         * chset.C: change include order
10185         (loadFile): use boost regex and get rid of LRegex and LSubstring
10186
10187         * Makefile.am (BOOST_LIBS): new variable
10188         (lyx_LDADD): use it
10189
10190         * LaTeX.C: change include order.
10191         (scanAuxFile): use boost regex and get rid of LRegex and
10192         LSubstring
10193         (deplog): ditto
10194
10195 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10196
10197         * ColorHandler.h:
10198         * ColorHandler.C:
10199         * FontInfo.h:
10200         * FontInfo.C: moved to frontends/xforms/
10201
10202         * FontLoader.h:
10203         * FontLoader.C: moved into frontends for GUIIzation
10204
10205         * Makefile.am:
10206         * lyx_gui.C:
10207         * lyxfont.C:
10208         * lyxfunc.C: changes from above
10209
10210 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10211
10212         * LColor.C: remove spurious X include
10213
10214         * BufferView_pimpl.C:
10215         * Makefile.am:
10216         * font.h:
10217         * font.C:
10218         * text.C:
10219         * text2.C: move font metrics to frontends/
10220
10221 2002-05-24  Juergen Vigna  <jug@sad.it>
10222
10223         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10224         setting the undo_cursor.
10225
10226         * ParagraphParameters.h: include local includes first.
10227
10228 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10229
10230         * BufferView_pimpl.C:
10231         * BufferView_pimpl.h:
10232         * Makefile.am:
10233         * WorkArea.h:
10234         * WorkArea.C:
10235         * screen.C: move WorkArea into frontends/
10236
10237         * lyxscreen.h:
10238         * screen.C:
10239         * text.C:
10240         * BufferView.C:
10241         * BufferView2.C: move LyXScreen into frontends/
10242
10243         * lyxlookup.h:
10244         * lyxlookup.C:
10245         * lyx_gui.C: move lyxlookup into frontends/xforms/
10246
10247 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10248
10249         * BufferView2.C:
10250         * BufferView_pimpl.C:
10251         * FontLoader.C:
10252         * LyXView.h:
10253         * LyXView.C:
10254         * Makefile.am:
10255         * WorkArea.C:
10256         * XFormsView.h:
10257         * XFormsView.C:
10258         * buffer.C:
10259         * bufferlist.C:
10260         * bufferview_funcs.C:
10261         * converter.C:
10262         * importer.C:
10263         * lyx_cb.C:
10264         * lyx_gui.C:
10265         * lyx_main.C:
10266         * lyx_find.C:
10267         * lyxfunc.C:
10268         * lyxvc.C:
10269         * minibuffer.C:
10270         * text.C:
10271         * text2.C:
10272         * trans.C:
10273         * vc-backend.C: move LyX/XFormsView into frontends/
10274
10275 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10276
10277         * Makefile.am:
10278         * PainterBase.C:
10279         * PainterBase.h:
10280         * Painter.C:
10281         * Painter.h:
10282         * WorkArea.C:
10283         * WorkArea.h:
10284         * screen.C:
10285         * tabular.C:
10286         * text.C:
10287         * text2.C: move Painter to frontends/
10288
10289 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10290
10291         * buffer.C: comment out some some code that depend upon lyx_format
10292         < 220
10293
10294         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10295         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10296
10297         * buffer.h (NO_COMPABILITY): turn off compability
10298
10299         * ColorHandler.C: include scoped_array.hpp
10300
10301         * font.C: Use more specific smart_ptr header.
10302         * Painter.C: ditto
10303         * gettext.C: ditto
10304         * ShareContainer.h: ditto
10305         * lyx_main.h: ditto
10306         * kbmap.h: ditto
10307         * FontInfo.h: ditto
10308         * BufferView_pimpl.h: ditto
10309         * ColorHandler.h: ditto
10310
10311         * kbmap.C (defkey): change call to shared_ptr::reset
10312
10313 2002-05-21  Juergen Vigna  <jug@sad.it>
10314
10315         * buffer.C (insertErtContents): fix to insert ert asis if it is
10316         non empty. Skip it completely if it contains only whitespaces.
10317
10318 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10319
10320         * BufferView_pimpl.C:
10321         * BufferView2.C: clear selection on paste (bug 393)
10322
10323 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10324
10325         * DepTable.C: include ctime
10326
10327 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10328
10329         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10330
10331 2002-05-14  Juergen Vigna  <jug@sad.it>
10332
10333         * text.C (breakParagraph): fixed function to honor the keepempty
10334         layout in the right maner and also to permit the right breaking
10335         algorithm on empty or non empyt keepempty paragraphs.
10336
10337         * paragraph.C (breakParagraph): we have to check also if the par
10338         is really empty (!size()) for isempty otherwise we do the wrong
10339         paragraph break.
10340
10341 2002-05-10  Juergen Vigna  <jug@sad.it>
10342
10343         * buffer.[Ch] : The following are only changes to the ert
10344         compatibility read reading old LaTeX layout and font stuff and
10345         convert it to ERTInsets.
10346
10347         * buffer.h: added isErtInset().
10348
10349         * buffer.C (struct ErtComp): add a fromlayout bool to check
10350         if we're inside a LaTeX layout.
10351         (isErtInset): new helper function.
10352         (insertErtContents): look for other ert insets before this one
10353         and insert the contents there, so that we don't have subsequent
10354         ERT insets with nothing between them. This way we create only one
10355         inset with multiple paragraphs. Also check if we don't insert only
10356         spaces ' ' as they are ignored anyway afterwards in the .tex file
10357         so if we have only spaces we will ignore this latex part in the
10358         new file.
10359         (parseSingleLyXformat2Token \\layout): better compatibility when
10360         reading layout-latex stuff.
10361         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10362         language tag.
10363         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10364         stuff after reading the inset only get the information back from
10365         the stack.
10366
10367 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10368
10369         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10370
10371         * LaTeXFeatures.C (getBabelOptions): New method.
10372
10373 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10374
10375         * BufferView_pimpl.C (Dispatch): work around missing argument for
10376         'layout'
10377
10378 2002-05-08  Juergen Vigna  <jug@sad.it>
10379
10380         * text.C (leftMargin): handle paragraph leftindent.
10381
10382         * paragraph.C (writeFile): write the new \\leftindent tag.
10383         (validate): handle leftindent code.
10384         (TeXEnvironment): handle paragraphleftindent code again.
10385
10386         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10387
10388         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10389         for paragrap_extra indent code and new token \\leftindent.
10390         (latexParagraphs): handle the leftindent as environment.
10391
10392         * ParameterStruct.h: added leftindent support.
10393
10394         * ParagraphParameters.C (leftIndent): added support functions for
10395         the paragraph left indent.
10396
10397         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10398         more appropriate.
10399
10400 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10401
10402         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10403         inside insetERT.
10404
10405         * text.C (computeBidiTables): No bidi in insetERT.
10406
10407         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10408         in RTL documents.
10409
10410 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10411
10412         * version.C.in: pre 5
10413
10414 2002-05-02  José Matos  <jamatos@fep.up.pt>
10415         * buffer.C (makeDocBookFile): white space changes, add newline to
10416         command styles.
10417         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10418
10419         * tabular.C (docBook): fix typo.
10420
10421 2002-05-03  Juergen Vigna  <jug@sad.it>
10422
10423         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10424         change in LyXText as we can not be sure it was not freed.
10425         (drawOneRow): remove unused code.
10426
10427         * text.C (drawInset): redo the calculation of the need_break_row as
10428         it could have a row which was already freed.
10429         (draw): look at the return value of drawInset and return false if
10430         it also returned false.
10431         (paintRowText): look at the return value of draw and return false if
10432         it also returned false.
10433
10434         * lyxtext.h: added bool return type to drawInset() and draw() so that
10435         if we have a change in the row so that the rowbreak has to be redone
10436         we abort drawing as it will be called again.
10437
10438 2002-05-02  Juergen Vigna  <jug@sad.it>
10439
10440         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10441         a change in the maintext also if we're inside an inset.
10442         (Dispatch): set the cursor again after a break line and after the
10443         screen has been updated as it could be we're in a different row.
10444
10445         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10446         to set the cursor behind the pargraph with > size().
10447         (setCursor): check also for the same paragraph when checking where
10448         to put the cursor if we have a NFR inset.
10449
10450         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10451         parts of layout read further up as it still was in the wrong
10452         position.
10453
10454 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10455
10456         * screen.C (drawFromTo): change sine fullRebreak always return
10457         true.
10458
10459         * buffer.C (parseSingleLyXformat2Token): reindent some
10460
10461         * BufferView_pimpl.C (update): change since fullRebreak always
10462         return true.
10463         (Dispatch): git rid of the last hardcoded "Standard"s.
10464
10465 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10466
10467         * text2.[Ch] (fullRebreak): make it return void now that we always
10468         returned true.
10469
10470 2002-04-30  Juergen Vigna  <jug@sad.it>
10471
10472         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10473         ert compatibility check for "latex" layout.
10474
10475 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10476
10477         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10478         minipages: use col% instead of p%, and also use the current font.
10479         (makeLaTeXFile): Fix use babel condition.
10480         (parseSingleLyXformat2Token): Correct font when reading old floats.
10481
10482 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10483
10484         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10485         inserting list of floats.
10486
10487 2002-04-25  Herbert Voss  <voss@lyx.org>
10488
10489         * MenuBackend.C (expand): don't add the graphics extensions to the
10490         export menu
10491
10492 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10493
10494         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10495         non-existing layout, do not complain if it was the default layout
10496         of the original class (bug #342)
10497
10498 2002-04-24  Juergen Vigna  <jug@sad.it>
10499
10500         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10501         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10502
10503 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10504
10505         * buffer.C (getBibkeyList): If using \bibliography, return the
10506         option field with the reference itself. Enables us to provide natbib
10507         support when using \bibliography.
10508
10509 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10510
10511         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10512
10513         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10514         natbib is provided by the LaTeX class.
10515
10516 2002-04-23  Juergen Vigna  <jug@sad.it>
10517
10518         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10519         Wakeup functions.
10520
10521         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10522
10523 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10524
10525         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10526
10527         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10528         ensuremath around textordmasculine, textordfeminine and
10529         textdegree.
10530
10531 2002-04-19  Juergen Vigna  <jug@sad.it>
10532
10533         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10534         reinitializing the buffer otherwise row-dimensions may be wrong.
10535         (update): reset also the selection cursors if they do exits otherwise
10536         their x/y positions may be wrong.
10537
10538         * text2.C (cursorDown): don't enter the inset if we came from a row
10539         above and are one row over the inset.
10540
10541         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10542         really leaving an inset.
10543
10544 2002-04-18  Juergen Vigna  <jug@sad.it>
10545
10546         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10547         of the selected paragraph does not have the selected layout also if
10548         the last one had!
10549
10550         * text2.C (setLayout): fixed bug which did not change last selected
10551         paragraph.
10552
10553         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10554         changed the read and substituted \\end_float with \\end_inset!
10555
10556         * BufferView_pimpl.C (cursorPrevious):
10557         (cursorNext): fixed to make it work with rows heigher than the work
10558         area without moving the cursor only the draw of the row.
10559         (workAreaMotionNotify): fix jumping over high rows.
10560
10561 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10562
10563         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10564         Ressler.
10565
10566 2002-04-16  Juergen Vigna  <jug@sad.it>
10567
10568         * text2.C (setCursor): set also the irow().
10569         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10570         (cursorUp):
10571         (cursorDown): support for locking an inset if the x_fix value goes
10572         inside it. That way I can transverse insets too with cursor up/down.
10573
10574         * lyxrow.h: added irow helper function same as other (i) functions.
10575
10576         * BufferView_pimpl.C (cursorPrevious):
10577         (cursorNext): fixed for insets!
10578
10579 2002-04-15  Juergen Vigna  <jug@sad.it>
10580
10581         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10582         position otherwise it is wrong in some cases.
10583
10584         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10585         inside the inset before the call.
10586
10587 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10588
10589         * buffer.[Ch] (getBibkeyList): make it const.
10590
10591 2002-04-12  Juergen Vigna  <jug@sad.it>
10592
10593         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10594
10595         * text2.C (getCursorX): new helper function
10596         (setCursor): compute also ix_
10597         (setCursorFromCoordinates): set also ix.
10598
10599         * lyxcursor.h: added ix_ and helper functions.
10600
10601         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10602
10603         * buffer.C (insertStringAsLines): dont break paragraph if the this
10604         paragraph is inside an inset which does not permit it!
10605
10606         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10607         also with no chars on this paragraph.
10608         (paintRowText): only paint stuff if it's inside the workarea!
10609
10610         * paragraph.C (breakParagraph): honor keepempty flag and break the
10611         paragraph always below not above.
10612
10613         * BufferView2.C (unlockInset): update the paragraph layout on inset
10614         unlock as we changed paragraph in such a case.
10615
10616         * lyxfind.C (LyXFind): clear the former selection if not found!
10617
10618         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10619         again called in insertChar().
10620
10621         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10622         an inset which uses the whole row!
10623         (rightMargin): ditto.
10624         (insertChar): force a rebreak if we inserted an inset!
10625
10626 2002-03-28  Herbert Voss  <voss@lyx.org>
10627
10628         * lyxlength.[Ch]: add inBP() to get the right PS-point
10629         units (BigPoint). With inPixels we have rounding errors
10630
10631 2002-04-11  Juergen Vigna  <jug@sad.it>
10632
10633         * text2.C (setCursorFromCoordinates): set iy to the right value.
10634         (setCursor): add check if row->previous exists!
10635
10636         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10637         an old float_type as this was the case in the old code!
10638
10639         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10640
10641         * BufferView2.C (showLockedInsetCursor): use iy
10642         (fitLockedInsetCursor): ditto
10643
10644         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10645         locked insets as there we have the right value now.
10646
10647         * lyxcursor.C: added iy_ variable and iy functions to set to the
10648         baseline of cursor-y of the locked inset.
10649
10650         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10651         (setCursor): fixed for insets which need a full row.
10652
10653         * text.C (rowLastPrintable): don't ignore the last space when before
10654         an inset which needs a full row.
10655         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10656         as last character of a row when before a inset which needs a full row.
10657
10658 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10659
10660         * version.C.in: update date
10661
10662         * text2.C (fullRebreak): try to always return true and see what
10663         happens...
10664
10665 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10666
10667         * MenuBackend.C (expand): use Floating::listName
10668
10669         * FloatList.C (FloatList): add listName argument to the built-in
10670         floats
10671
10672         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10673         text associated with the float.
10674
10675 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10676
10677         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10678
10679 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10680
10681         * ShareContainer.h: add a couple of missing typenames.
10682
10683 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10684
10685         * lyxrc.C (getDescription): use _() correctly rather than N_().
10686
10687 2002-03-28  Herbert Voss  <voss@lyx.org>
10688
10689         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10690         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10691
10692 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10693
10694         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10695         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10696
10697 2002-03-29  Juergen Vigna  <jug@sad.it>
10698
10699         * lyxfunc.C (dispatch): add a missing fitCursor call.
10700
10701         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10702         it was scrolled by a cursor move, so return the bool status.
10703
10704         * BufferView.C (fitCursor): return the bool flag also to the outside
10705         world as this is needed.
10706
10707         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10708
10709         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10710         call the edit() as it is not needed (and wrong) IMO.
10711         (workAreaButtonPress): set the screen_first variable before evt.
10712         unlock the inset as this may change screen_first and then we have
10713         a wrong y position for the click!
10714
10715 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10716
10717         * MenuBackend.C (expand): another translation that I missed
10718
10719 2002-03-28  Juergen Vigna  <jug@sad.it>
10720
10721         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10722
10723         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10724
10725 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10726
10727         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10728
10729         * MenuBackend.C (expand): fix export/view/update when there is no
10730         document open.
10731
10732 2002-03-27  Herbert Voss  <voss@lyx.org>
10733
10734         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10735         and text%
10736
10737 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10738
10739         * bufferview_funcs.C (currentState): only show paragraph number
10740         for is DEVEL_VERSION is set.
10741
10742         * lyxfunc.C (dispatch): put warning in INFO channel
10743
10744         * MenuBackend.C (expand): translate the name of floats
10745
10746         * FloatList.C (FloatList): mark the float names for translation
10747
10748         * converter.C (convert): use LibScriptSearch
10749
10750 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10751
10752         * MenuBackend.C (defaults): fix default menu (we might as well get
10753         rid of it...)
10754
10755 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10756
10757         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10758         directory.
10759
10760 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10761
10762         * lyxvc.C: reorder includes.
10763
10764 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10765
10766         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10767           properly
10768
10769 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10770
10771         * CutAndPaste.C: change layouts earlier on paste
10772           to avoid crashing when calling getFont()
10773
10774 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10775
10776         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10777         irritating #error.
10778
10779 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10780
10781         * WorkArea.C: remove 'Pending' debug message.
10782
10783         * most files: ws cleanup
10784
10785         * buffer.[Ch]: ws changes
10786
10787         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10788
10789 2002-03-21  Juergen Vigna  <jug@sad.it>
10790
10791         * tabular.C (SetMultiColumn): collapse also the contents of the
10792         cells and set the last border right. Added a Buffer const * param.
10793
10794 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10795
10796         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10797         linking or not.
10798
10799 2002-03-19  Juergen Vigna  <jug@sad.it>
10800
10801         * text2.C (clearSelection): reset also xsel_cache.
10802
10803         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10804         where it needs to be called (John tells us to do so too :)
10805         (selectionLost): reset sel_cache.
10806
10807         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10808
10809 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10810
10811         * text2.C (setCursorIntern): put debuging code in INSETS channel
10812
10813 2002-03-19  André Pönitz <poenitz@gmx.net>
10814
10815         * lyxfunc.C: tiny whitespace change
10816
10817 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10818
10819         * ToolbarDefaults.C (init):
10820         * LyXAction.C (init):
10821         * commandtags.h:
10822         * BufferView_pimpl.C (Dispatch):
10823         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10824
10825 2002-03-19  Allan Rae  <rae@lyx.org>
10826
10827         * exporter.C (Export): removeAutoInsets before doing anything else.
10828         While I've just introduced a dependency on BufferView this really is
10829         the best place to clean the buffer otherwise you need to cleanup in
10830         a dozen places before calling export or cleanup in a dozen functions
10831         that export calls.
10832
10833         * converter.C (runLaTeX):
10834         (scanLog): Better handling of removeAutoInsets and screen updates.
10835
10836         * lyxfunc.C (dispatch): small whitespace changes
10837
10838 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10839
10840         * WorkArea.C (C_WorkAreaEvent): return a value.
10841         (event_cb): return 1 if we handled the event, 0 otherwise.
10842
10843         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10844
10845 2002-03-18  Juergen Vigna  <jug@sad.it>
10846
10847         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10848         (GetAdditionalWidth): ditto.
10849         (RightLine): ditto.
10850         (LeftLine): ditto.
10851
10852         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10853         inset if we're there actually (probably not used right now but this
10854         is the direction to go for unifying code).
10855         (paste): disable code to clear the selection.
10856
10857         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10858         inside an InsetText and move the check further up as it is in the
10859         wrong place.
10860
10861         * text2.C (pasteSelection): set a selection over the pasted text.
10862
10863 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10864
10865         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10866         and libgraphics to build on Cygwin.
10867
10868 2002-03-15  Juergen Vigna  <jug@sad.it>
10869
10870         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10871         inserting an Inset into the paragraph. I know this is not the best
10872         fix but we already use current_view in CutAndPaste so we will remove
10873         all of it's using at the same time.
10874
10875         * buffer.C (sgmlError): deactivated function till it is rewritten in
10876         the right mode, now it can create problems.
10877
10878         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10879         before accessing it.
10880
10881 2002-03-14  Juergen Vigna  <jug@sad.it>
10882
10883         * undo_funcs.C (textHandleUndo): do the right thing when updating
10884         the inset after the undo/redo.
10885
10886         * text2.C (setCursor): just some testcode for #44 not ready yet.
10887
10888         * undo_funcs.C (textHandleUndo): set the next() and previous()
10889         pointers of the paragraph to 0 before deleting otherwise we have
10890         problems with the Paragraph::[destructor].
10891
10892         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10893         on a paragraph insertion.
10894
10895 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10896
10897         * buffer.C (asciiParagraph): use += operator for char append to
10898         string.
10899
10900         * paragraph.C (getFontSettings): compare >= not just >
10901         (highestFontInRange): ditto
10902         (setFont): ditto
10903
10904 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10905
10906         * paragraph.C: change several algorithm to be more appripriate for
10907         the problem domain. This is lookip in FontList and in the InsetList.
10908
10909 2002-03-13  André Pönitz <poenitz@gmx.net>
10910
10911         * commandtags.h:
10912         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10913
10914 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10915
10916         * commandtags.h:
10917         * LyXAction.C:
10918         * lyxfunc.C:
10919         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10920
10921 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10922
10923         * Painter.C (display): anon helper function, adjust code for this
10924         change.
10925         (pixmap): remove function.
10926
10927         * Painter.h: remove private display variable.
10928
10929         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10930
10931 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10932
10933         * WorkArea.[Ch]: remove figinset_canvas cruft.
10934
10935 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10936
10937         * lyxtextclass.C (operator): add one item cache optimization.
10938
10939         * bufferlist.h: doxy changes
10940
10941         * bufferlist.C: ws changes
10942
10943         * DepTable.[Ch] (ext_exist): place const in the right spot.
10944
10945         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10946         call resizeInsets.
10947         (workAreaExpose): call resizeInsets when the with BufferView changes.
10948         (Dispatch): adjust for protectedBlank removal
10949         (specialChar): call updateInset if the insert went ok.
10950
10951         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10952         specialChar instead.
10953
10954         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10955
10956         * BufferView.h: doxy change
10957
10958         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10959
10960         * lyxtextclass.C (operator[]): remove non-const version
10961         (defaultLayout): remove non-const version
10962
10963 2002-03-12  Juergen Vigna  <jug@sad.it>
10964
10965         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10966         did resize the LyXText too.
10967
10968         * buffer.C (readLyXformat2): set layout information on newly allocated
10969         paragraphs.
10970
10971         * tabular.C (OldFormatRead): set layout information on the paragraph.
10972
10973 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10974
10975         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10976
10977 2002-03-11  Juergen Vigna  <jug@sad.it>
10978
10979         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10980         plainly wrong.
10981         (resizeCurrentBuffer): force also the insets to resize themselfes.
10982         (moveCursorUpdate): fixed up for InsetText.
10983
10984 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10985
10986         * commandtags.h:
10987         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10988         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10989         value of Dialogs::tooltipsEnabled().
10990         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10991
10992 2002-03-08  Juergen Vigna  <jug@sad.it>
10993
10994         * BufferView_pimpl.C (updateInset): update inset inside inset also
10995         if it isn't inside theLockingInset().
10996
10997 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10998
10999         * buffer.C (asciiParagraph): redo some of the word and line length
11000         handling.
11001         (getLists): look for Caption instead of caption.
11002
11003 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11004
11005         * buffer.C (Buffer): initialize niceFile to true
11006         (makeLaTeXFile):
11007         (makeLinuxDocFile):
11008         (makeDocBookFile): make sure niceFile is true on exit
11009
11010 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11011
11012         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11013
11014 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11015
11016         * LyXSendto.C: remove.
11017         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11018         * lyx_gui.C: remove now-redundant comment.
11019         * ColorHandler.h: remove forward declaration of class WorkArea.
11020         * lyxfunc.C: remove #include "WorkArea.h".
11021
11022 2002-03-07  Juergen Vigna  <jug@sad.it>
11023
11024         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11025         got moved away with the DEPM and also set the inset_owner always
11026         right which before could have been omitted.
11027
11028 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11029
11030         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11031         wanted layout is not found.
11032
11033 2002-03-07  Juergen Vigna  <jug@sad.it>
11034
11035         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11036
11037 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11038
11039         * paragraph.C (breakParagraph): use default layout not layout of
11040         prev paragraph.
11041         (Paragraph): clear ParagraphParameters.
11042
11043 2002-03-06  Juergen Vigna  <jug@sad.it>
11044
11045         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11046         otherwise it would not be a valid lenght. Fixed a special case in
11047         the minipage compatibility read where we end the document with a
11048         minipage.
11049
11050         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11051         was set as it could be 0 for InsetTexts first entry.
11052
11053 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11054
11055         * paragraph.C (writeFile): if layout is empty write out
11056         defaultLayoutName().
11057
11058         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11059         file without named layout we set layout to defaultLayoutName().
11060
11061 2002-03-06  Juergen Vigna  <jug@sad.it>
11062
11063         * CutAndPaste.C (copySelection): set layout for new paragraph.
11064
11065         * text.C (prepareToPrint): leave ERT inset left aligned
11066         (leftMargin): don't indent paragraphs inside ERT insets
11067
11068 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11069
11070         * paragraph.C (breakParagraph): dont call clear do the work manually
11071
11072         * paragraph.[Ch] (clear): remove function
11073
11074 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11075
11076         * paragraph.C (Paragraph): dont call clear, the work has already
11077         been done.
11078
11079         * lyxtextclass.C (operator): assert if n is empty
11080
11081         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11082         work manually instead.
11083
11084 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11085
11086         * BufferView_pimpl.C: protect selectionLost against text == 0
11087
11088 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11089
11090         * text.C (breakParagraph): fix a setting layout to '0' problem.
11091
11092 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11093
11094         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11095         final location of file, for the included files, and graphics.
11096
11097 2002-03-05  Juergen Vigna  <jug@sad.it>
11098
11099         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11100
11101 2002-03-04  Juergen Vigna  <jug@sad.it>
11102
11103         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11104
11105         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11106         last column of multicolumn cells.
11107         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11108
11109 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11110
11111         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11112         file if it doesn't go to a temporary file.
11113
11114         * buffer.C (sgmlOpenTag):
11115         (sgmlCloseTag):  remove extra newline insertion.
11116
11117 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11118
11119         * text.C (getRowNearY): comment out debug msg
11120
11121 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11122
11123         * text2.C: first -> first_y
11124
11125         * text.C (getRowNearY): add some attemts at a possible
11126         optimization, not working.
11127
11128         * tabular.[Ch]: add BufferParams to several function so that newly
11129         created paragraph can be initialized to he default layotu for the
11130         buffers textclass.
11131
11132         * tabular-old.C (ReadOld): add buf->params to call of Init
11133
11134         * screen.C: rename text->first to text->first_y
11135
11136         * paragraph.C (breakParagraph): always set layout in the broken
11137         paragraph
11138
11139         * lyxtextclass.C (Read): remove lowercase
11140         (hasLayout): ditto
11141         (operator): ditto
11142         (delete_layout): ditto
11143
11144         * lyxtext.h: rename first -> first_y
11145
11146         * lyxlayout.C (Read): remove lowercase
11147         (name): ditto
11148         (setName): ditto
11149         (obsoleted_by): ditto
11150
11151         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11152
11153         * buffer.C (insertErtContents): add params are to InsetERT
11154         (parseSingleLyXformat2Token): add code to check if a paragraphs
11155         layout really exist.
11156         (parseSingleLyXformat2Token): add params to several inset
11157         constructors
11158         (asciiParagraph): remove lowercase, do the layout comparisons with
11159         no_case
11160
11161         * BufferView_pimpl.C (cursorNext): first -> first_y
11162         (resizeCurrentBuffer): first -> first_y
11163         (updateScrollbar): first -> first_y
11164         (scrollCB): first -> first_y
11165         (workAreaMotionNotify): first -> first_y
11166         (workAreaButtonPress): first -> first_y
11167         (checkInsetHit): first -> first_y
11168         (cursorPrevious): first -> first_y
11169         (cursorNext): first -> first_y
11170         (Dispatch): add buffer_->params to severl inset contructors
11171
11172 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11173
11174         * lyxlayout.C (Read): remove some debug info that I forgot.
11175
11176         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11177         clean up the code slightly.
11178         (makeLinuxDocFile): ditto
11179         (makeDocBookFile): ditto
11180
11181         * text2.C: layout as string
11182
11183         * text.C: layout as string
11184
11185         * paragraph_pimpl.C: layout as string
11186
11187         * paragraph.[Ch]: layout as string
11188
11189         * lyxtextclasslist.[Ch]: layout as string
11190
11191         * lyxtextclass.[Ch]: layout as string
11192
11193         * lyxtext.h: layout as string
11194
11195         * lyxlayout.[Ch]: layout as string
11196
11197         * lyx_cb.C: layout as string
11198
11199         * bufferview_funcs.C: layout as string
11200
11201         * bufferparams.C: layout as string
11202
11203         * buffer.C: layout as string
11204
11205         * LyXView.[Ch]: layout as string
11206
11207         * LaTeXFeatures.[Ch]: layout as string
11208
11209         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11210
11211         * BufferView_pimpl.C: change current_layout to string, remove
11212         lyx::layout_type.
11213         (Dispatch):
11214         (smartQuote):
11215         (insertInset):
11216         (workAreaButtonRelease): layout as string
11217
11218         * BufferView2.C (unlockInset): adjust
11219
11220         * vspace.C (asLatexCommand): use an explict temp variable.
11221
11222 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11223
11224         * Makefile.am: use FRONTEND_*
11225
11226 2002-03-01  Juergen Vigna  <jug@sad.it>
11227
11228         * tabular.C (SetWidthOfMulticolCell): changed to something better
11229         I hope but still work in progress.
11230         (recalculateMulticolumnsOfColumn): renamed function from
11231         recalculateMulticolCells as it is more appropriate now.
11232         (SetWidthOfCell): calculate multicols better.
11233
11234 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11235
11236         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11237
11238         * lyxfunc.C (processKeySym): print sequence also if it is
11239         `deleted' (complete)
11240
11241         * kbsequence.C (print): print sequence even if it is deleted
11242         (complete would be a better word, actually).
11243
11244         * lyxfunc.C (dispatch): print complete options after a prefix key
11245
11246         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11247
11248 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11249
11250         * text2.C (setCharFont): eliminate setCharFont code duplication.
11251
11252 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11253
11254         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11255         LFUN_TABULAR_FEATURE (bug #177)
11256
11257 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11258
11259         * Makefile.am: remove figure.h
11260
11261 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11262
11263         * Bufferview_pimpl.C:
11264         * CutAndPasteC:
11265         * LaTeX.C:
11266         * LyXSendto.C:
11267         * buffer.C:
11268         * bufferlist.C:
11269         * converter.C:
11270         * language.C:
11271         * lyxfunc.C:
11272         * lyxvc.C:
11273         * paragraph.C:
11274         * text.C:
11275         * text2.C: remove #include "lyx_gui_misc.h".
11276
11277         * LaTeX.C: added #include <cstdio>
11278
11279 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11280
11281         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11282         that the paragraph following this one can have.
11283
11284         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11285
11286         * vspace.C (asLatexCommand): fix bogus gcc warning
11287
11288         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11289
11290 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11291
11292         * text2.C (setLayout): get rid of redundant code
11293
11294 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11295
11296         * text2.C (incDepth): make sure depth cannot be increased beyond
11297         reasonable values.
11298
11299 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11300
11301         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11302         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11303
11304         * PainterBase.h (image):
11305         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11306         a LyXImage const *.
11307
11308 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11309
11310         * BufferView.C:
11311         * BufferView.h:
11312         * BufferView_pimpl.C:
11313         * BufferView_pimpl.h:
11314         * LaTeXFeatures.C:
11315         * LyXAction.C:
11316         * LyXView.C:
11317         * Makefile.am:
11318         * UpdateList.h:
11319         * UpdateList.C:
11320         * buffer.C:
11321         * figure.h:
11322         * figureForm.C:
11323         * figureForm.h:
11324         * figure_form.C:
11325         * figure_form.h:
11326         * lyx_cb.C:
11327         * lyx_gui.C:
11328         * lyx_gui_misc.C:
11329         * lyxfunc.C:
11330         * sp_base.h:
11331         * sp_ispell.h:
11332         * sp_pspell.h:
11333         * sp_spell.C: remove fig inset, and the crap house of
11334           cards that follows it
11335
11336 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11337
11338         * Makefile.am:
11339         * lyxserver.C:
11340         * os2_defines.h:
11341         * os2_errortable.h:
11342         * nt_defines.h: move .h into support/
11343
11344         * vms_defines.h: remove
11345
11346         * WorkArea.C: add space in debug output
11347
11348         * text2.C:
11349         * paragraph.C:
11350         * buffer.C: add WITH_WARNINGS
11351
11352         * vc-backend.h:
11353         * vc-backend.C:
11354         * bufferlist.C: s/retrive/retrieve/, add docs
11355
11356         * vspace.h:
11357         * vspace.C:
11358         * kbmap.h:
11359         * lyxlength.h:
11360         * lyxgluelength.h:
11361         * length_common.h:
11362         * chset.h:
11363         * chset.C: add docs
11364
11365         * lyxgui.C: add ID to X error handler
11366
11367         * lyxtestclass.c: fix typo
11368
11369 2002-02-26  Juergen Vigna  <jug@sad.it>
11370
11371         * tabular_funcs.C (write_attribute): changed so that some default
11372         attributes are not written at all.
11373         (getTokenValue): set default values before trying to read the
11374         value so we have the return value always set as default if we don't
11375         find the token we search for.
11376
11377         * tabular.C (Write): write bools as bools not as strings!
11378
11379 2002-02-22  Juergen Vigna  <jug@sad.it>
11380
11381         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11382         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11383
11384         * text.C (leftMargin): don't add an indent for paragraphs inside
11385         tabular cells (fix #208).
11386
11387 2002-02-21  José Matos  <jamatos@fep.up.pt>
11388
11389         * tabular.C (docBook): fixed support for long tables.
11390
11391 2002-02-20  Juergen Vigna  <jug@sad.it>
11392
11393         * text2.C (getFont): get the drawing font of the Inset if this
11394         paragraph is inside an inset (only important for InsetERT for now).
11395
11396         * buffer.C (insertErtContents): use new lanugage params in ERT
11397         constructor.
11398
11399         * CutAndPaste.C: commenting out seemingly uneeded code.
11400
11401 2002-02-19  Allan Rae  <rae@lyx.org>
11402
11403         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11404         Iterators might be simple to use but they also get invalidated.
11405         (removeAutoInsets): renamed saved cursor tracking variables and added
11406         some comments to clarify what everything does.
11407
11408 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11409
11410         * Chktex.C:
11411         * LaTeX.C:
11412         * LyXSendto.C:
11413         * converter.C:
11414         * lyx_cb.C:
11415         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11416         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11417
11418         * lyxfunc.C:
11419         * vc-backend.h: remove #include "support/syscall.h"
11420
11421         * LaTeX.C:
11422         * LyXSendto.C:
11423         * converter.C: rearrange #includes in Lars' approved fashion.
11424
11425         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11426         forward declare class Timeout in the header file.
11427
11428         * XFormsView.C: changes due to the above.
11429
11430         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11431         similar to LyXView.
11432
11433         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11434         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11435
11436 2002-02-18  José Matos  <jamatos@fep.up.pt>
11437
11438         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11439         insets contents.
11440
11441 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11442
11443         * a lot of small ws changes
11444         * add a lot of using std::XXX
11445         * use std construcs some places where approp.
11446         * use some exisint stuff from lyxfunctional where approp.
11447         * Make file changes to use partial linking (lets test this now...)
11448
11449 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11450
11451         * Chktex.C:
11452         * buffer.C:
11453         remove #include "support/syscontr.h" as it's redundant. Always has been.
11454
11455         * Chktex.C:
11456         * LaTeX.C:
11457         * LyXSendto.C:
11458         * converter.C:
11459         * lyx_cb.C:
11460         * vc-backend.C:
11461         change Systemcalls::System to Systemcalls::Wait and
11462         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11463         No change of functionality, just reflects the stripped down Systemcalls
11464         class.
11465
11466 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11467
11468         * debug.[Ch]: add a GRAPHICS type to the enum.
11469
11470 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11471
11472         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11473
11474         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11475         there is an inset.
11476
11477 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11478
11479         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11480         match the changes below.
11481
11482         * text2.C (toggleInset): if there is not editable inset at cursor
11483         position, try to see if cursor is _inside_ a collapsable inset
11484         and close it.
11485
11486 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11487
11488         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11489         document menu has a nice checkbox
11490
11491 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11492
11493         * lyxlength.C (asLatexString): change PW to output as percent of
11494         \textwidth.
11495
11496         * lengthcommon.C: change '%' to 't%'
11497
11498         * lyxfunc.C (dispatch): a few comments from Martin
11499
11500 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11501
11502         * WorkArea.h:
11503         * WorkArea.C:
11504         * BufferView_pimpl.h:
11505         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11506           the X selection.
11507
11508 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11509
11510         * vspace.C (inPixels): fix compiler warning
11511
11512 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11513
11514         * lyxfunc.C (getStatus): fix status message for disabled commands.
11515
11516 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11517
11518         * BufferView_pimpl.C: fix crash on close buffer
11519         during selection (#227)
11520
11521 2002-01-27  Herbert Voss  <voss@lyx.org>
11522
11523         * buffer.C: link old Figure to new graphic inset
11524
11525 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11526
11527         * FontLoader.C (getFontinfo): Change the latex font names in order
11528         to match the names of type1inst.
11529
11530 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11531
11532         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11533
11534         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11535         (extchanged): ditto
11536         (ext_exist): ditto
11537         (remove_files_with_extension): ditto
11538         (remove_file): ditto
11539         (write): ditto
11540
11541         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11542         document is smaller than the work area height. Do not initialize
11543         static variables to 0.
11544
11545 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11546
11547         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11548
11549         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11550         LFUN_LAYOUT_PARAGRAPHS.
11551
11552         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11553         tabular. It is possible to provide a possible cell, which will
11554         typically be the actcell from the corresponding insettabular
11555
11556         * lyxfunc.C (getStatus): small cleanup; disable
11557         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11558         true
11559
11560 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11561
11562         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11563
11564         * paragraph.C (startTeXParParams):
11565         (endTeXParParams): new methods. The LaTeX code to
11566         start/end paragraph formatting
11567         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11568         empty (fixes bug #200)
11569
11570         * vspace.C (inPixels): adapt to the change below
11571         (inPixels): [later] more cleanups (remove unused variables)
11572
11573         * lyxlength.C (inPixels): change to use a width and a height as
11574         parameter.
11575
11576 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11577
11578         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11579         Replaced with \paperwidth
11580
11581         * DepTable.C (insert): add std:: qualifier
11582
11583 2002-01-18  Allan Rae  <rae@lyx.org>
11584
11585         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11586         updated also?
11587
11588         * text.C (drawInset): Turned out I didn't know enough about how
11589         rebreaking worked.  This fixes most of the redraw problems.  I see
11590         an occasional cursor trail when a line is broken now and the cursor
11591         placement can seem out by a few pixels also after a rebreak.
11592
11593 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11594
11595         * buffer.C (parseSingleLyXformat2Token): update because minipage
11596         width is now a LyXLength
11597
11598         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11599
11600         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11601         math insets
11602
11603 2002-01-17  Juergen Vigna  <jug@sad.it>
11604
11605         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11606
11607         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11608         is set correctly and the inset is updated correctly.
11609
11610 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11611
11612         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11613         the beginning of the loop.
11614
11615 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11616
11617         * lyxrc.C: improve help for use_scalable_fonts
11618
11619 2002-01-17  Allan Rae  <rae@lyx.org>
11620
11621         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11622
11623 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11624
11625         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11626         make sure to set their inset_owner to the right value (bug #171)
11627
11628 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11629
11630         * DepTable.h
11631         * DepTable.C: Implement mtime checking to reduce time spent doing
11632         CRCs.
11633
11634 2002-01-16  Juergen Vigna  <jug@sad.it>
11635
11636         * tabular.C (GetAdditionalHeight): one of error fixed.
11637
11638         * lyxrc.C (output): small fix in writing use_pspell.
11639
11640 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11641
11642         * sp_base.h: #include LString.h
11643
11644 2002-01-16  Allan Rae  <rae@lyx.org>
11645
11646         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11647         Can someone check this please?
11648
11649         * text.C (drawInset): It was possible that p.row would be removed by
11650         breakAgainOneRow upsetting a few other settings.  There may be another
11651         small tweak possible by setting need_break_row = 0 when p.row has been
11652         removed but I don't know enough about the logic here.
11653
11654 2002-01-15  Allan Rae  <rae@lyx.org>
11655
11656         * text.C (insertChar): removed conditional truism.
11657
11658         * BufferView2.C (removeAutoInsets): More tweaks.
11659         cur_par_prev could be a stray pointer.  Check for trailing empty line
11660         in case last line was cur_par and only had an error inset on it.
11661
11662 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11663
11664         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11665         absolute
11666
11667         * vc-backend.C (most methods):
11668         * exporter.C (Export):
11669         * converter.C (convert):
11670         (runLaTeX):
11671         * LyXSendto.C (SendtoApplyCB):
11672         * lyxfunc.C (dispatch):
11673         (menuNew):
11674         (open):
11675         (doImport):
11676         * lyx_cb.C (AutoSave):
11677         (InsertAsciiFile):
11678         * BufferView_pimpl.C (MenuInsertLyXFile):
11679         * buffer.C (runChktex): use Buffer::filePath().
11680
11681         * buffer.h: rename filename to filename_; rename filepath to
11682         filepath_ and make it private
11683         (filePath): new method
11684
11685         * buffer.C (writeFile): use fileName()
11686         (getLatexName):
11687
11688         * lyx_main.C (init): fix starting  of LyX when the binary is a
11689         link from so,ewhere else.
11690
11691         * minibuffer.C: include <cctype> for isprint
11692
11693 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11694
11695         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11696         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11697         name clash with InsetCollapsable's width function.
11698
11699 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11700
11701         * lastfiles.C: include <iterator>
11702
11703 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11704
11705         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11706         std::count.
11707
11708         * buffer.C (makeLaTeXFile): ditto.
11709         Also make loop operation more transparent.
11710
11711 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11712
11713         * ToolbarDefaults.C: remove trailing comma closing namespace.
11714
11715         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11716
11717         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11718         as in WorkArea.
11719
11720         * trans.C (Load): comment out unused variable, allowed.
11721
11722 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11723
11724         * minibuffer.[Ch] (append_char): new method to recieve input from the
11725         drop-down completion browser. If a key was pressed, then recieve this
11726         char and append it to the existing string.
11727         (peek_event): modify the positioning data passed to the completion
11728         browser so that it can be placed above the minibuffer rather than below.
11729 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11730
11731         * LyXAction.C (init): alloe error-next for readonly documents.
11732
11733         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11734         count.
11735
11736 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11737
11738         * bufferlist.C (readFile): create the buffer _after_ checking that
11739         the file exists.
11740
11741         * lyxfunc.C (verboseDispatch): fix handling of arguments
11742
11743         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11744
11745         * lyxrc.C: use string::erase() instead of initializing to "".
11746
11747
11748 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * BufferView_pimpl.h:
11751         * BufferView_pimpl.C:
11752         * WorkArea.h:
11753         * WorkArea.C:
11754         * text2.C: tell X when we have made a selection for copying
11755
11756 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11757
11758         * BufferView_pimpl.C (MenuInsertLyXFile):
11759         * lyxfunc.C (menuNew):
11760         (open):
11761         (doImport): add shortcuts to directory buttons
11762
11763         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11764         open a float)
11765
11766         * lyxfunc.C (setStatusMessage):
11767         (getStatusMessage): new methods
11768         (getStatus):use setStatusMessage instead of setErrorMessage
11769         (dispatch): when function is disabled, set error message here
11770         [instead of in getStatus previously]
11771
11772         * BufferView_pimpl.C (workAreaButtonRelease): update
11773         toolbar/menubar here too.
11774
11775 2002-01-13  Allan Rae  <rae@lyx.org>
11776
11777         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11778         Now seems indestructible.  Remaining task is to audit all other
11779         code affected by deleteEmptyParagraphMechanism.  One small quirk
11780         left is that an empty document with an error in the preamble can
11781         be made to report an error but no error box appears.  I don't know
11782         where it goes.
11783         (removeAutoInsets): Improved comments.
11784
11785 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11786
11787         * Thesaurus.h:
11788         * Thesaurus.C: update for Aiksaurus 0.14
11789
11790 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11791
11792         * text2.C (firstParagraph): removed member function, all uses
11793         replaces with ownerParagraph
11794         (redoParagraphs): here
11795         (updateInset): here
11796         (toggleAppendix): here
11797         * BufferView2.C (insertErrors): here
11798         (setCursorFromRow): here
11799
11800 2002-01-13  Allan Rae  <rae@lyx.org>
11801
11802         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11803         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11804         There is still a way to segfault this although you may have to do this
11805         multiple times: Have an InsetERT with an unknown command in it.
11806         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11807         <down-arrow>, <Enter> again, View->DVI, BANG!
11808
11809         * text2.C (setCursor):
11810         (deleteEmptyParagraphMechanism):
11811         * lyxtext.h (setCursor):
11812         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11813         Making use of the return value may help fix other bugs.
11814
11815 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11816
11817         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11818
11819         * LyXView.C (updateMenubar): call MenuBar::update here
11820         (updateToolbar): but not here
11821         (showState): do not update toolbar/menubar
11822
11823         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11824         should need to care about that.
11825
11826         * lyxfunc.C (verboseDispatch): simplify a bit
11827         (getStatus): have a version which takes a pseudoaction, and
11828         another which requires a (kb_action,string).
11829
11830         * LyXAction.C (retrieveActionArg): make it work also when action
11831         is not a pseudo-action.
11832         (getActionName): simplify a bit
11833         (helpText):
11834
11835 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11836
11837         * lyxfunc.C (verboseDispatch): new families of methods with
11838         several ways to specify a command and a bool to indicate whether
11839         the command name and shortcut should be displayed in minibuffer
11840         (eventually, we could extend that to a finer bitmask like
11841         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11842         (dispatch): the pristine dispatch command which just, well,
11843         dispatchs! Note it still sets its result to minibuffer; I'm not
11844         sure we want that.
11845
11846         * lyxfunc.h: remove setHintMessage
11847
11848         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11849
11850 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11851
11852         * BufferView_pimpl.C (specialChar): delete new inset if we have
11853         not been able to insert it.
11854
11855         * kbmap.C: revert to using int instead of kb_action, since all we
11856         are dealing with is pseudo-actions.
11857
11858         * LyXAction.C (searchActionArg): change to return int instead of
11859         kb_action, since the result is a pseudoaction.
11860
11861 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11862
11863         * buffer.C (insertErtContents): Fix (partially) the font bug.
11864
11865 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11866
11867         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11868         as the other one is broken on my machine!
11869
11870 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11871
11872         * commandtags.h:
11873         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11874
11875 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11876
11877         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11878         reflect their actual use. Provide compatibility code for older lyxrc
11879         files.
11880
11881         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11882         FL_NORMAL_STYLE.
11883         change names of popup font variables in line with the changes to lyxrc.C
11884
11885 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11886
11887         * buffer.C (asciiParagraph): avoid outputing a word twice after
11888         an inset.
11889
11890         * lyxrc.C (getDescription): document that document_path and
11891         template_path can be empty.
11892
11893 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11894
11895         * LaTeXFeatures.C (getMacros):
11896         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11897
11898         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11899
11900         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11901         getPackages.
11902         (getPackages): rename feature "floats" to "float". Use an array to
11903         iterate over 'simple' features (i.e. just a \usepackage). Add
11904         handling of "amsmath" (renamed from "amsstyle").
11905
11906 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11907
11908         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11909         features list.
11910
11911 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11912
11913         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11914         FuncStaus::FuncStatus & FuncStaus::some_method().
11915
11916 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11917
11918         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11919         of the func_satus stuff. Edited and massaged in various ways by
11920         JMarc.
11921
11922         * lyxfunc.C (getStatus): use FuncStatus
11923
11924 2002-01-08  Juergen Vigna  <jug@sad.it>
11925
11926         * text.C (nextBreakPoint): use function Inset::isChar().
11927
11928         * paragraph.C (TeXOnePar): use function
11929         Inset::forceDefaultParagraphs.
11930
11931         * buffer.C (latexParagraphs): use function
11932         Inset::forceDefaultParagraphs.
11933
11934 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11935
11936         * lyx_gui.C (init): set the style of the menu popups to
11937         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11938
11939 2002-01-07  Juergen Vigna  <jug@sad.it>
11940
11941         * text.C (setHeightOfRow): small fix
11942         (prepareToPrint): don't look at alignment if we don't have the place
11943         for doing it.
11944
11945 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11946
11947         * box.C: New file. Move the Box methods and functions out of box.h,
11948         following Lars' suggestion.
11949
11950 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11951
11952         * box.h: #include "support/LOstream.h", needed for inlined function.
11953
11954         * lyxtextclass.C:
11955         * lyxtextclasslist.C: added some using std declarations.
11956
11957 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11958
11959         * box.h: make signed dimensions to allow insets wider than
11960           the screen (bug #162)
11961
11962         * BufferView_pimpl.C: add some insetHit debug
11963
11964 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11965
11966         * vc-backend.C: add FIXME
11967
11968 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11969
11970         * lyxfunc.C (getStatus): enable code for showing math font status
11971         in toolbar/menu.
11972
11973 2002-01-07  Juergen Vigna  <jug@sad.it>
11974
11975         * text.C (nextBreakPoint): removed debug output not needed anymore.
11976
11977 2002-01-06  Juergen Vigna  <jug@sad.it>
11978
11979         * text.C (nextBreakPoint): fixed up this function we had this bug
11980         since ever but now hopefully we break row better.
11981         (insertChar): we have to check if an inset is the next char as it
11982         could now happen that a large inset is causing a break.
11983
11984 2002-01-05  Juergen Vigna  <jug@sad.it>
11985
11986         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11987         if it doesn't like to be drawed.
11988
11989 2002-01-04  Juergen Vigna  <jug@sad.it>
11990
11991         * BufferView2.C (lockInset): forgot to set a cursor.
11992
11993         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11994
11995 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11996
11997         * FormMathsPanel.C:
11998         * FormMathsPanel.h
11999         * MathsSymbols.C:
12000         * form_maths_panel.C:
12001         * form_maths_panel.h:
12002         * form_maths_panel.fd: implemented sub- and super- buttons in math
12003         panel.
12004
12005         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12006         (or ^ space) to be used as in TeX (req'd by André).
12007
12008         * lyxfunc.C: Allow ^ and _ again to be used both as
12009         super/subscript (mathed) and as themselves (in text).
12010
12011 2002-01-03  Allan Rae  <rae@lyx.org>
12012
12013         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12014         "LyX" or the filename of the current buffer if it has one.  This is a
12015         modified form of John Levon's patch.
12016
12017         * XFormsView.C (setWindowTitle): also set icon title.
12018
12019         * LyXView.h (setWindowTitle): signature changed.
12020         * XFormsView.h (setWindowTitle): ditto.
12021
12022 2002-01-02  Juergen Vigna  <jug@sad.it>
12023
12024         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12025
12026 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12027
12028         * screen.C (topCursorVisible): introduce a temp var for
12029         text->cursor.row(), handle the case where this row is null. (kindo
12030         hachish)
12031
12032         * text2.C (setCursor): add a couple of asserts.
12033
12034         * paragraph.h (inset_iterator): add -> operator
12035
12036         * paragraph.[Ch] (autoDeleteInsets): remove member function
12037
12038         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12039         cursor pos correctly and handle inset deletion by itself.
12040         (insertErrors): move iterator declaration out of for expression
12041
12042         * lyxtextclass.C: add <algorithm>
12043
12044         * Makefile.am: added the new files to sources, removed layout.C
12045
12046         * layout.C: removed file
12047
12048         * layout.h: remove LYX_DUMMY_LAYOUT
12049
12050         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12051         layout.
12052
12053         * lyxlayout.[Ch]:
12054         * lyxtextclass.[Ch]:
12055         * lyxtextclasslist.[Ch]: new files
12056
12057         * include order changes to a lot of files, also changes because of
12058         the six new files.
12059
12060 2001-12-27  Juergen Vigna  <jug@sad.it>
12061
12062         * buffer.C (asciiParagraph): more fixes.
12063
12064         * tabular.C (ascii): make ascii export support export of only the
12065         data separated by a column-delimiter.
12066         (ascii): better support for ascii export.
12067
12068         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12069
12070 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12071
12072         * tabular_funcs.C: use a "using std::getline" instead of the
12073         previous fix from Angus (necessary for cxx + lyxstring)
12074
12075 2001-12-24  Juergen Vigna  <jug@sad.it>
12076
12077         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12078
12079         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12080         problems. First check a minipage also if we have some ert-contents
12081         (not only on par->size(), second set the right depth of the paragraph
12082         on the relink to the root-paragraph-list!
12083
12084         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12085         which then did not anymore update the main paragraphs on undo/redo!
12086
12087 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12088
12089         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12090         code. Support all font-changing funcs (even those which are not in
12091         menu currently). Support for reporting font settings in
12092         mathed (disabled until Andre provides a function on mathed's side).
12093
12094         * func_status.h (toggle): small helper function to set toggle
12095         state on a flag.
12096
12097 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12098
12099         * tabular_funcs.C: getline -> std::getline
12100
12101 2001-12-21  Juergen Vigna  <jug@sad.it>
12102
12103         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12104         accessed and could be 0 (I couldn't generate this but it seems
12105         Michael could!).
12106
12107 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12108
12109         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12110         * tabular_funcs.h: here and include iosfwd
12111
12112 2001-12-20  Juergen Vigna  <jug@sad.it>
12113
12114         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12115         inside inset but undo_par was.
12116
12117 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12118
12119         * Thesaurus.C: always include <config.h> in sources.
12120
12121         * Painter.h:
12122         * lyxlookup.h:
12123         * box.h: do not include <config.h> in header files
12124
12125         * text.C (paintLastRow): remove unused variable
12126
12127         * text.C (transformChar):
12128         (insertChar):
12129         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12130
12131         * Painter.C (text):
12132         * font.C (width): rewrite to use uppercase() instead of
12133         islower/toupper.
12134
12135         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12136
12137 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12138
12139         * lyxfind.C: clean up of find failure position change
12140
12141 2001-12-20  Juergen Vigna  <jug@sad.it>
12142
12143         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12144
12145         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12146         (TeXRow): added to LaTeX a single tabular row.
12147         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12148         (Latex): simplified and finally good LT-h/f support.
12149         (various_functions): just small adaptions for LT-h/f support.
12150
12151         * tabular_funcs.[hC]: added and moved here all not classfunctions
12152         of LyXTabular.
12153
12154 2001-12-19  Juergen Vigna  <jug@sad.it>
12155
12156         * tabular.[Ch]: better support for longtabular options (not finished
12157         yet!)
12158
12159 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12160
12161         * text.C (paintLastRow): use the label font instead of the font of
12162         the last character to compute the size of *_BOX. This makes more
12163         sense and avoids a crash with empty paragraphs.
12164         Use Painter::rectangle to draw EMPTY_BOX.
12165
12166 2001-12-19  Juergen Vigna  <jug@sad.it>
12167
12168         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12169         the paragraphs if the replaced paragraph is not the first one!
12170         Tried to delete not used paragraphs but does not work yet so for
12171         now it's inside #ifdef's and by default off!
12172
12173 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12174
12175         * MenuBackend.C: include "lyx_main.h" instead of declaring
12176         lastfiles (actually was declared as LastFiles* instead of a
12177         scoped_ptr).
12178
12179 2001-12-17  Juergen Vigna  <jug@sad.it>
12180
12181         * tabular.C (AppendColumn): applied John's fix
12182
12183 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12184
12185         * BufferView.h:
12186         * BufferView.C:
12187         * BufferView_pimpl.h:
12188         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12189
12190         * Makefile.am:
12191         * box.h: new start of class for above
12192
12193         * lyxfunc.C: ignore space-only minibuffer dispatches.
12194           Show the command name when it doesn't exist
12195
12196         * minibuffer.C: don't add empty lines to the history
12197
12198         * minibuffer.C: add a space on dropdown completion
12199
12200 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12201
12202         * text.C: fix line above/below drawing in insets
12203
12204 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12205
12206         * lyxlength.C (LyXLength): Initialize private variables.
12207
12208 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12209
12210         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12211         when inserting error insets.
12212
12213 2001-12-13  Juergen Vigna  <jug@sad.it>
12214
12215         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12216         actually sometimes the before-paragraph.
12217         (setUndo): don't clear the redostack if we're not actually undoing!
12218
12219 2001-12-06  Juergen Vigna  <jug@sad.it>
12220
12221         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12222         and fixed redoing of main paragraph, so we can use it now ;)
12223
12224         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12225
12226 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12227
12228         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12229         Juergen's request
12230
12231 2001-12-13  André Pönitz <poenitz@gmx.net>
12232
12233         * undostack.[Ch]:
12234         * undo_func.C: minor cleanup
12235
12236 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12237
12238         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12239         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12240         font in urw-fonts package which is marked as -urw-fontspecific and
12241         does not work (incidentally, changing the encoding in the
12242         fonts.dir of this package to -adobe-fontspecific fixes the
12243         problem).
12244
12245         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12246         is a crash when undoing first paragraph (Juergen, please take a
12247         look). THis does not mean the undo fix is wrong, just that it
12248         uncovers problems.
12249
12250         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12251         the (Paragraph*) version when needed instead of duplicating the
12252         code.
12253
12254         * text.C (workWidth): use Inset::parOwner to find out where the
12255         inset has been inserted. This is a huge performance gain for large
12256         documents with lots of insets. If Inset::parOwner is not set, fall
12257         back on the brute force method
12258
12259         * paragraph_pimpl.C (insertInset):
12260         * paragraph.C (Paragraph):
12261         (cutIntoMinibuffer): set parOwner of insets when
12262         inserting/removing them
12263
12264         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12265
12266 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12267
12268         * commandtags.h:
12269         * LyXAction.C:
12270         * lyx_main.C:
12271         * lyxfunc.C:
12272         * mathed/formulabase.C:
12273         * mathed/math_cursor.[Ch]:
12274         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12275
12276
12277 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12278
12279         * lyxlength.[Ch] (operator!=): new function
12280
12281 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12282
12283         * text.C (workWidth): use Inset::parOwner to find out where the
12284         inset has been inserted. This is a huge performance gain for large
12285         documents with lots of insets. If Inset::parOwner is not set, fall
12286         back on the brute force method
12287
12288         * paragraph_pimpl.C (insertInset):
12289         * paragraph.C (Paragraph):
12290         (cutIntoMinibuffer): set parOwner of insets when
12291         inserting/removing them
12292
12293         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12294
12295 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12296
12297         * tabular-old.C (getTokenValue):
12298         * tabular.C (getTokenValue):
12299         (write_attribute): new versions for LyXLength
12300         (everywhere): adjust the use of widths
12301
12302         * tabular.h: change the type of widths from string to LyXLength
12303
12304 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12305
12306         * paragraph.C: fixed missing line number count when exporting
12307         Environments to LaTeX file
12308
12309         * buffer.C: added informational message for checking line numbers.
12310
12311 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12312
12313         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12314         paragraph, do the 'double space' part, but not the 'empty
12315         paragraph' one.
12316
12317         * text.C (workWidth): small optimization
12318         (getLengthMarkerHeight): use minimal size for negative lengths.
12319
12320 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12321
12322         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12323
12324         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12325
12326 2001-12-11  André Pönitz <poenitz@gmx.net>
12327
12328         * FontLoader.C:
12329         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12330
12331 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12332
12333         * text2.C: keep selection on a setFont()
12334
12335 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12336
12337         * lyx_cb.C: another bv->text misuse, from insert label
12338
12339 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12340
12341         * kbsequence.h:
12342         * kbsequence.C: re-instate nmodifier mask
12343
12344 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12345
12346         * lyx_main.h: make lyxGUI private.
12347
12348 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12349
12350         * lyxfind.C: place the cursor correctly on failed search
12351
12352 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12353
12354         * text.C (getLengthMarkerHeight): for small heights, the arrows
12355         are not always on top/bottom of the text
12356         (drawLengthMarker): smaller arrows; take the left margin in
12357         account; draw also vfills.
12358         (paintFirstRow):
12359         (paintLastRow): remove special code for vfill and standard spaces,
12360         since everything is handled in drawLengthMarker now.
12361
12362 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12363
12364         * buffer.C (insertErtContents): try to handle font and language
12365         interaction a bit better.g
12366
12367         * ColorHandler.C (updateColor): change the hash to cover the whole
12368         LColor enum, ws cleanup
12369         (getGCLinepars): ditto
12370         (getGCLinepars): only lookup in the linecache once.
12371
12372 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12373
12374         * iterators.C (operator++): Make the iterator more robust
12375
12376         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12377         (John's patch)
12378         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12379
12380 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12381
12382         * lyxtext.h:
12383         * text.C: better added space drawing
12384
12385 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12386
12387         * LyXView.C:
12388         * BufferView2.C: fix layout combo update on inset unlock
12389
12390 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12391
12392         * Makefile.am: don't compile unused files
12393
12394 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12395
12396         * lyxfunc.C:
12397         * commandtags.h:
12398         * LyXAction.C: remove old LFUN_LAYOUTNO
12399
12400 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12401
12402         * paragraph_pimpl.h:
12403         * paragraph_pimpl.C: isTextAt() doesn't need font param
12404
12405 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12406
12407         * lyxlex.h:
12408         * lyxlex.C: little cleanup
12409
12410 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12411
12412         * BufferView_pimpl.C: fix insertAscii for insets
12413
12414 2001-12-05  Juergen Vigna  <jug@sad.it>
12415
12416         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12417         set the right font on the "multi" paragraph paste!
12418
12419 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12420
12421         * trans_decl.h:
12422         * trans_mgr.[Ch]:
12423         * trans.[Ch]:
12424         * lyxgluelength.C:
12425         * lyxlength.C: remove out-commented code.
12426
12427         * BufferView_pimpl:
12428         * CutAndPaste.C:
12429         * DepTable.C:
12430         * buffer.C:
12431         * chset.C:
12432         * lastfiles.C:
12433         * lyxlex.C:
12434         * lyxlex_pimpl.C:
12435         * lyxserver.C:
12436         * screen.C:
12437         * tabular-old.C:
12438         * tabular.C:
12439         * text.C:
12440         * trans_mgr.C:
12441         * vc-backend.C: change "while(" to "while ("
12442
12443         * lyxlength.[Ch]: add zero function to check if length is zero or
12444         not
12445         * lyxgluelength.C: use it
12446
12447 2001-12-05  Allan Rae  <rae@lyx.org>
12448
12449         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12450         Works for 2.95.3, from what I understand of Garst's reports this should
12451         work for other g++ versions.  We're screwed if the abs(int) definition
12452         changed between bugfix releases of gcc.
12453
12454 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12455
12456         * text.C: fix chapter label offset !
12457
12458 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12459
12460         * lyxtext.h:
12461         * text.C: fix hfill at end of line, clean up
12462
12463 2001-12-04  Juergen Vigna  <jug@sad.it>
12464
12465         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12466         that we force an update of the inset and it's owners if neccessary.
12467
12468 2001-12-03  Juergen Vigna  <jug@sad.it>
12469
12470         * text.C (rowLast): simplified code
12471
12472 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12473
12474         * lyxfunc.C: fix show options on timeout
12475
12476 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12477
12478         * screen.C (topCursorVisible): scroll half a page when the cursor
12479         reached top of bottom of screen
12480
12481 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12482
12483         * minibuffer.C: deactivate on loss of focus
12484
12485 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12486
12487         * vspace.[Ch] (operator!=): add operator.
12488
12489 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12490
12491         * BufferView_pimpl.C: refuse to open an inset when
12492         there's a selection.
12493
12494 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12495
12496         * BufferView_pimpl.C: allow to click on RHS of full row insets
12497
12498 2001-11-30  Juergen Vigna  <jug@sad.it>
12499
12500         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12501         insets for undo reasons.
12502
12503 2001-11-28  André Pönitz <poenitz@gmx.net>
12504
12505         * vspace.[Ch]: cosmetical changes
12506
12507 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12508
12509         * LyXAction.h:
12510         * LyXAction.C:
12511         * lyxfunc.h:
12512         * lyxfunc.C:
12513         * kbmap.h:
12514         * kbmap.C:
12515         * lyxrc.C:
12516         * kbsequence.h:
12517         * kbsequence.C: part re-write of old kb code
12518
12519         * Painter.C:
12520         * WorkArea.C: remove Lgb_bug_find_hack
12521
12522 2001-11-30  José Matos <jamatos@fep.up.pt>
12523
12524         * buffer.C (makeDocBookFile): add a comment to point a hack.
12525         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12526         Fixed a double write of labels.
12527
12528 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12529
12530         * LaTeX.C:
12531         * LaTeX.h Fixed bug in LaTeX class where it would not
12532         re-run latex if no depfiles were changed, but the .dvi was removed.
12533
12534 2001-11-28  André Pönitz <poenitz@gmx.net>
12535
12536         * all the files from the change on 2001/11/26:
12537         use lyx::layout_type instead of LyXTextClass::size_type
12538         use lyx::textclass_type instead of LyXTextClassList::size_type
12539
12540 2001-11-29  Juergen Vigna  <jug@sad.it>
12541
12542         * text.C: added support for paragraph::isFreeSpacing()
12543
12544         * buffer.C: same as above
12545
12546         * paragraph.h: inserted isFreeSpacing() function to enable
12547         FreeSpacing inside InsetERT.
12548
12549         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12550         of the paragraph's in the cut/copy buffer to 0!
12551
12552         * text2.C (removeRow): remove the assert as it can!
12553
12554         * lyxtext.h: added helper function firstRow returning firstrow and
12555         made firstrow private again.
12556
12557         * BufferView2.C (lockInset): don't relock if we're already locked!
12558
12559         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12560         the only paragraph.
12561         (removeRow): added Assert::(firstrow)
12562
12563         * debug.C: forgot to add INSETTEXT here.
12564
12565 2001-11-28  Juergen Vigna  <jug@sad.it>
12566
12567         * sp_spell.C (initialize): changed error text to more general
12568         spellchecker command use (not only ispell!)
12569
12570         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12571
12572         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12573
12574 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12575
12576         * vspace.C: initialise lyxgluelength on failure
12577
12578 2001-11-28  Allan Rae  <rae@lyx.org>
12579
12580         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12581         declaration & definition that looks like a function declaration.
12582
12583 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12584
12585         * BufferView2.C (copy):
12586         (copyEnvironment): do not clear the selection when doing a copy.
12587
12588         * text.C (paintFirstRow): compilation fix
12589
12590 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12591
12592         * tabular.C (Latex): correct line count when writing latex.
12593
12594 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12595
12596         * paragraph_pimpl.h:
12597         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12598           bug a bit
12599
12600 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12601
12602         * text.C:
12603         * LColor.h:
12604         * LColor.C: change vfillline->added_space
12605
12606         * text.C: add markers and text for added space
12607
12608         * vspace.C: fix comment
12609
12610 2001-11-28  André Pönitz <poenitz@gmx.net>
12611
12612         * paragraph.C: whitespace changes
12613         * all the other files from the change on 2001/11/26:
12614         change *::pos_type into lyx::pos_type
12615
12616 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12617
12618         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12619         language of the document when inserting error insets.
12620
12621 2001-11-26  André Pönitz <poenitz@gmx.net>
12622
12623         * BufferView_pimpl.[Ch]:
12624         *       CutAndPaste.C:
12625         * buffer.[Ch]:
12626         * lyxcursor.[Ch]:
12627         * lyxfind.C:
12628         * lyxfunc.C:
12629         * lyxrow.[Ch]:
12630         * paragraph.[Ch]:
12631         * paragraph_pimpl.[Ch]:
12632         * sp_spell.C:
12633         * text.C:
12634         * text2.C: reduce header dependencies, introduce type for positions
12635
12636 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12637
12638         * <various>: change to use Alert.h
12639
12640 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12641
12642         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12643         when encountering an unknown token.
12644         (readLyXformat2): Show an error message if there were unknown tokens.
12645
12646 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12647
12648         * BufferView2.C:
12649         * BufferView_pimpl.C:
12650         * buffer.C:
12651         * paragraph.h:
12652         * text.C:
12653         * text2.C: use par->isInset()
12654
12655 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12656
12657         * paragraph_pimpl.h:
12658         * paragraph_pimpl.C: cleanup
12659
12660 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12661
12662         * text2.C (removeRow):
12663         * text.C (setHeightOfRow): remove useless (and costly) call to
12664         getRow.
12665
12666 2001-11-20  Allan Rae  <rae@lyx.org>
12667
12668         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12669         Now need Inset*::checkInsertChar() to return true for appropriate
12670         cases so that the characters in the minibuffer will actually be
12671         inserted.
12672
12673 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12674
12675         * text.C: change the order of the includes.
12676         (workWidth): initialize it at once.
12677         (workWidth): make maxw unsigned
12678         (setHeightOfRow): remove unused variable (inset)
12679         (selectSelectedWord): remove unused variable (inset)
12680         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12681
12682 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12683
12684         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12685         server is not running.
12686         (openConnection):
12687         (closeConnection): add debug info when server is disabled.
12688
12689         * ColorHandler.C (getGCForeground): send debug message to GUI
12690         channel.
12691
12692         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12693
12694         * kbmap.C (bind): modify because return conventions of
12695         kb_sequence::parse have changed.
12696
12697         * kbsequence.C (parse): only ignore spaces and not any stupid
12698         control character. This avoids tests like s[i] <= ' ', which are
12699         guaranteed to fail with 8bit characters and signed chars.
12700         Change return code to string::npos when there have been no error
12701         (0 was a bad idea when error is at first character)
12702
12703 2001-11-14  José Matos  <jamatos@fep.up.pt>
12704
12705         * buffer.h:
12706         * buffer.C (simpleDocBookOnePar): removed unused argument.
12707
12708 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12709
12710         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12711         insets which are part of a word. Paragraph::isLetter takes care of
12712         that now. Use Paragraph::isInset to identify insets.
12713         (selectSelectedWord): do not test for hyphenation break.
12714
12715         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12716         that protected spaces are considered as spaces.
12717
12718         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12719         Inset::isLetter.
12720
12721 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12722
12723         * lyxserver.h:
12724         * lyxserver.C: fix it. and small cleanup.
12725
12726 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12727
12728         * BufferView_pimpl.C: use inline helpers
12729
12730         * LaTeXFeatures.h:
12731         * LaTeXFeatures.C: fix typos
12732
12733         * Spacing.h:
12734         * Spacing.C: move spacing_string into class
12735
12736         * ToolbarDefaults.C: move stuff into namespace anon
12737
12738         * layout.h: update enum
12739
12740         * lyxfunc.C: use better debug
12741
12742         * minibuffer.h: fix typo
12743
12744         * debug.h:
12745         * debug.C:
12746         * WorkArea.C: add and use Debug::WORKAREA
12747
12748         * lyxtext.h:
12749         * text.C:
12750         * text2.C: code re-organisation, inline helpers
12751
12752 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12753
12754         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12755         std::vector.empty().
12756
12757 2001-11-09  Allan Rae  <rae@lyx.org>
12758
12759         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12760         '\n's after tables.  Tabular and ERT inset work now makes this no
12761         longer necessary.
12762
12763 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12764
12765         * minibuffer.h:
12766         * minibuffer.C: fix crash, improve drop-down completion
12767
12768 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12769
12770         * lyxserver.h:
12771         * lyxserver.C: invalidate fd's when doing endPipe()
12772
12773 2001-11-08  José Matos  <jamatos@fep.up.pt>
12774
12775         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12776         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12777
12778         * paragraph.h:
12779         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12780
12781 2001-11-07  José Matos  <jamatos@fep.up.pt>
12782
12783         * buffer.h:
12784         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12785         const qualifier.
12786
12787         * buffer.C (sgmlOpenTag):
12788         * buffer.C (sgmlCloseTag): removed debug info.
12789
12790         * buffer.h (sgmlOpenTag):
12791         * buffer.h (sgmlCloseTag): made public.
12792
12793 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12794
12795         * buffer.C (saveParamsAsDefaults):
12796         * lyx_cb.C (MenuLayoutSave): remove
12797
12798         * LyXAction.C (init):
12799         * commandtags.h:
12800         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12801
12802 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12803
12804         * buffer.C (setPaperStuff): removed from here...
12805
12806         * bufferparams.C (setPaperStuff): ... and moved there.
12807
12808 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12809
12810         * minibuffer.h:
12811         * minibuffer.C:
12812         * XFormsView.C: add support for drop-down completion
12813
12814 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12815
12816         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12817         commands.
12818
12819 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12820
12821         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12822         disabled.
12823
12824 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12825
12826         * lyx_main.C: change ref to known bugs
12827
12828 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12829
12830         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12831         to work around older babel problems.
12832
12833 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12834
12835         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12836
12837 2001-10-24  Juergen Vigna  <jug@sad.it>
12838
12839         * tabular-old.C (ReadOld): below variable changes reflected.
12840
12841         * tabular.[Ch]: added ltType struct for longtable header/footer
12842         defines and changed all instances where they are used. Added
12843         future support for double top/bottom rows.
12844
12845 2001-10-24  José Matos  <jamatos@fep.up.pt>
12846
12847         * buffer.h (docbookHandleCaption):
12848         * buffer.C (docbookHandleCaption): removed unused function.
12849         (makeDocBookFile): moved docbook supported version to v4.1.
12850
12851 2001-10-24  José Matos  <jamatos@fep.up.pt>
12852
12853         * tabular.h:
12854         * tabular.C (docbookRow): new function to export docbook code of a row.
12855         (DocBook): now honors the longtable flags.
12856
12857 2001-10-23  José Matos  <jamatos@fep.up.pt>
12858
12859         * LaTeXFeatures.h:
12860         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12861         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12862
12863         * buffer.C (makeLinuxDocFile):
12864         (makeDocBookFile): reworked the preamble, more clean, and with
12865         support for lyx defined entities. Changed the document declaration
12866         to be more XML friendly.
12867
12868         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12869         if we need to output XML that should be done with a filter.
12870
12871 2001-10-22  Juergen Vigna  <jug@sad.it>
12872
12873         * sp_pspell.h (class PSpell): add alive function needed in the
12874         controller to see if the spellchecker could be started.
12875
12876 2001-10-22  Juergen Vigna  <jug@sad.it>
12877
12878         * buffer.C (insertStringAsLines): modify the font for inserting
12879         chars in certain conditions by calling checkInsertChar(font).
12880
12881 2001-10-19  Juergen Vigna  <jug@sad.it>
12882
12883         * text.C (workWidth): use getRow instead of wrong algorithm.
12884         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12885
12886 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12887
12888         * lyxserver.h:
12889         * lyxserver.C:
12890         * lyx_main.h:
12891         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12892
12893 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12894
12895         * text.C (workWidth): do not search for the exact row when
12896         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12897         optimization for big documents.
12898
12899 2001-10-18  Juergen Vigna  <jug@sad.it>
12900
12901         * text.C (workWidth): new function with added Inset * parameter.
12902
12903 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12904
12905         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12906
12907         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12908         change return type of getColumnNearX.
12909
12910
12911         * text.C (changeRegionCase): use uppercase/lowercase instead of
12912         toupper/tolower.
12913         (leftMargin):
12914         (rightMargin): simplify code by factoring out the uses of
12915         textclasslist.
12916         (labelFill):
12917         (numberOfHfills):
12918         (setHeightOfRow):
12919         (appendParagraph): use Paragraph::size_type
12920
12921 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12922
12923         * vspace.C (asLatexString): add a missing break
12924
12925 2001-10-15  Herbert Voss  <voss@perce.de>
12926
12927         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12928
12929 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12930
12931         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12932         is not available.
12933
12934 2001-10-10  André Pönitz <poenitz@gmx.net>
12935
12936         * lyxfunc.C: removed greek_kb_flag.
12937
12938 2001-10-10  Herbert Voss  <voss@perce.de>
12939
12940         * lyx_main.C: delete global string help_lyxdir.
12941
12942 2001-10-09  Herbert Voss  <voss@perce.de>
12943
12944         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12945
12946         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12947
12948         * lyx_main.C: added global string help_lyxdir.
12949
12950         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12951
12952 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12953
12954         * lyxrc.C (set_font_norm_type): support iso8859-4
12955
12956 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12957
12958         * LaTeX.C (deplog): add another regex for MikTeX
12959
12960 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12961
12962         * lyxrc.C (set_font_norm_type): support iso8859-3
12963
12964 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12965
12966         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12967
12968         * LaTeXFeatures.C: remove special case of french and index
12969
12970         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12971         before \begin{document}). This solves several incompatibilities.
12972
12973 2001-10-03  Garst Reese  <reese@isn.net>
12974
12975         * lyx_cb.C: change CheckTex error msg.
12976
12977 2001-10-03  José Matos  <jamatos@fep.up.pt>
12978
12979         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12980
12981 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12982
12983         * .cvsignore: update
12984
12985         * lyx_main.C (commandLineVersionInfo): use new style version info.
12986
12987         * buffer.C (writeFile):
12988         (makeLaTeXFile):
12989         (makeLinuxDocFile):
12990         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12991
12992         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12993
12994         * version.h: update to use stuff in version.C
12995
12996         * version.C.in: new file. Contains version information determined
12997         at compile time. This is a merging of version.h and
12998         version_info.h.in.
12999
13000 2001-10-03  Juergen Vigna  <jug@sad.it>
13001
13002         * BufferView_pimpl.C (update): don't change "dirty" status in
13003         updateInset call.
13004
13005 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13006
13007         * WorkArea.C (c-tor): re-position version string slightly.
13008
13009 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13010
13011         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13012         revert to previous code.
13013
13014         WorkArea.[Ch]: (show, destroySplash): methods removed.
13015
13016         WorkArea.C: rework code so that it's an amalgam of the codes before and
13017         after the splash screen was moved to WorkArea.
13018
13019 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13020
13021         * lyxrc.C (read):
13022         * vspace.C (inPixels):
13023         (lyx_advance):
13024         * kbmap.C (bind):
13025         * buffer.C (insertStringAsLines):
13026         (asciiParagraph): fix types to be large enough
13027
13028         * lyxlex_pimpl.h: change member status from short to int
13029
13030         * layout.h: fix type of endlabeltype
13031
13032         * kbmap.C (bind):
13033         * kbsequence.C (parse): change return type to string::size_type
13034
13035         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13036         variable
13037
13038         * Bullet.C (bulletSize):
13039         (bulletEntry): do not use short ints as parameters
13040
13041         * BufferView2.C (insertLyXFile): change a char to an int.
13042
13043         * WorkArea.C (WorkArea): remove unneeded floats in computation
13044
13045 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13046
13047         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13048
13049         * paragraph.C (asString): Do not ignore newline/hfill chars when
13050         copying to the clipboard.
13051
13052 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13053
13054         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13055         after a multi-line inset.
13056
13057 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13058
13059         * paragraph.C (validate): Set NeedLyXFootnoteCode
13060
13061 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13062
13063         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13064         and decrease-error to decrease.
13065
13066 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13067
13068         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13069         it more readable (should be equivalent)
13070
13071 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13072
13073         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13074
13075 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13076
13077         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13078         of a cursor (row, etc.) after a character has been deleted
13079         (deleteEmptyParagraphMechanism): call the method above on _all_
13080         cursors held by the LyXText when a double space has been
13081         detected/deleted.
13082
13083 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13084
13085         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13086         pixmap.
13087         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13088
13089         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13090         background. Use greyOut() and the new show() methods to toggle between
13091         the foreground and background. Add code to remove the splash after
13092         its initial showing.
13093
13094         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13095         (create_forms): no longer call Dialogs::showSplash.
13096
13097 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13098
13099         * .cvsignore: add version_info.h
13100
13101 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13102
13103         * version_info.h.in: new file
13104
13105         * Makefile.am: add version_info.h.in
13106
13107         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13108         version_info.h instead of VERSION_INFO
13109
13110 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13111
13112         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13113         The ERT inset now returns string().
13114
13115 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13116
13117         * lyxtext.h, text.C (selectNextWord): renamed as
13118         selectNextWordToSpellcheck.
13119
13120         * text.C (selectNextWordToSpellcheck): Modified to not select
13121         words inside an ERT inset.
13122
13123 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13124
13125         * lyx_cb.C (MenuLayoutSave): change a bit the question
13126
13127         * sp_base.h: include <sys/types.h>
13128
13129 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13130
13131         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13132
13133 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13134
13135         * several files: fix typos in user-visible strings
13136
13137 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13138
13139         * text2.C (pasteSelection): do not set the selection, since it
13140         will be cleared later. Actually, the intent was to fix the way the
13141         selection was set, but I figured rmoving the code was just as good.
13142
13143 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13144
13145         * FontLoader.C (available): Check if font is available without
13146         loading the font.
13147
13148 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13149
13150         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13151
13152 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13153
13154         * lyxrc.[Ch]: added display_graphics variable and associated code.
13155
13156 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13157
13158         * bufferparams.C (hasClassDefaults): new method. Returns true if
13159         the buffer parameters correspond to known class defaults
13160
13161 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13162
13163         * XFormsView.C (show): set minimum size to the main window.
13164
13165 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13166
13167         * text2.C (copySelection):
13168         (cutSelection):
13169         * lyxfind.C (LyXReplace):
13170         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13171         LyXText::selectionAsString.
13172
13173         * paragraph.C (asString): add "label" argument to the second form
13174
13175         * text2.C (selectionAsString): add "label" argument and pass it to
13176         Paragraph::asString.
13177
13178 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13179
13180         * lyx_main.C (commandLineHelp): remove version information
13181
13182 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13183
13184         * lyx_main.C: add -version commandline option
13185
13186 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13187
13188         * paragraph.h: make the optional constructor arg required instead.
13189         some modifications to other files because of this.
13190
13191         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13192
13193         * lyxserver.C (C_LyXComm_callback): make it static
13194
13195         * lyx_main.C (error_handler): make it static
13196
13197         * lyx_gui.C (LyX_XErrHandler): make it static
13198
13199         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13200
13201         * WorkArea.C: make the extern "C" methods static.
13202
13203         * Makefile.am (lyx_LDADD): simplify
13204
13205 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13206
13207         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13208         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13209
13210         * LyXAction.C (init):
13211         * lyxfunc.C (dispatch): associated code removal.
13212
13213 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13214
13215         * lyxfont.h (isSymbolFont): shut off warning
13216
13217         * text.C (setHeightOfRow):
13218         (getVisibleRow): fix crash with empty paragraphs which have a
13219         bottom line
13220
13221 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13222
13223         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13224         code.
13225
13226 2001-09-04  José Matos  <jamatos@fep.up.pt>
13227         * buffer.C
13228         * buffer.h
13229         * tabular.C (docbook): rename docBook method to docbook.
13230
13231 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13232
13233         * Makefile.am: add dependencies to main.o.
13234
13235 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13236
13237         * FontLoader.C (available): Return false if !lyxrc.use_gui
13238
13239 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13240
13241         * FontInfo.C (query):
13242         * converter.C (view):
13243         * importer.C (Import):
13244         * exporter.C (Export): Can not -> cannot.
13245
13246 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13247
13248         * BufferView_pimpl.C: allow to create index inset even if
13249           string is empty
13250
13251 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13252
13253         * buffer.C (getLists): replace boost::tie code with an explicit pair
13254         as boost::tie can break some compilers.
13255
13256         * iterators.h: Added a std:: declaration to the return type of
13257         ParIterator::size.
13258
13259 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13260
13261         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13262           case.
13263
13264 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13265
13266         * iterators.[Ch]: New files. Provide paragraph iterators.
13267
13268         * buffer.C (changeLanguage): Use paragraph iterators.
13269         (isMultiLingual): ditto
13270
13271         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13272
13273 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13274
13275         * FontLoader.C: Support for cmr font.
13276
13277 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13278
13279         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13280         (available): New method.
13281
13282         * FontInfo.C (getFontname): Use scalable fonts even when
13283         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13284         found.
13285
13286 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13287
13288         * converter.C (Formats::view): reverted! Incorrect fix.
13289
13290 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13291
13292         * converter.C (Formats::view): only output the -paper option
13293         if the dvi viewer is xdvi, thereby fixing bug #233429.
13294
13295 2001-08-23  Herbert Voss  <voss@perce>
13296
13297         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13298
13299 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13300
13301         * Spacing.h (Spacing): Set space to Default on in the default
13302         constructor.
13303
13304 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13305
13306         * vc-backend.h (RCS::versionString): add RCS to version
13307         (CVS::versionString): add CVS to version
13308
13309         * vc-backend.C (scanMaster): do not add CVS to version.
13310         (scanMaster): do not add RCS to version
13311
13312         * lyxvc.C (versionString): new method
13313
13314         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13315
13316 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13317
13318         * Spacing.C (set): initialize fval
13319
13320 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13321
13322         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13323         " or \.
13324
13325 2001-08-16  Juergen Vigna  <jug@sad.it>
13326
13327         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13328
13329 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13330
13331         * BufferView_pimpl.C:
13332         * figureForm.C:
13333         * lyxtext.h:
13334         * text2.C: setParagraph takes linespacing now
13335
13336 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13337
13338         * LyxAction.C: add internal LFUN_CITATION_INSERT
13339
13340         * LyXView.C: actually apply fix
13341
13342         * bufferlist.C: fix open non-existent file
13343
13344         * lyxfind.C: fix indentation
13345
13346         * lyxfunc.C: remove unneeded assert, fix typo
13347
13348 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13349
13350         * MenuBackend.C: use "Floatname List"
13351
13352 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13353
13354         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13355         when converting LaTeX layout to insetERT.
13356         Generate a non-collapsed float when reading old float
13357
13358 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13359
13360         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13361         ERT insets.
13362
13363 2001-08-13  Juergen Vigna  <jug@sad.it>
13364
13365         * text.C (fill): return 0 instead of 20 as this seems to be the more
13366         correct value.
13367
13368 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13369
13370         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13371         lyxrc.font_norm.
13372
13373 2001-08-13  Juergen Vigna  <jug@sad.it>
13374
13375         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13376         casesensitive off.
13377         (SearchBackward): comment out the unlocking of the inset_owner this
13378         should not be needed!
13379
13380 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13381
13382         * Many files: Remove inherit_language, and add latex_language
13383
13384         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13385         collapsible insets.
13386
13387 2001-08-10  Juergen Vigna  <jug@sad.it>
13388
13389         * text.C (prepareToPrint): fixed hfill-width in draw!
13390
13391         * BufferView2.C (selectLastWord): save the selection cursor as this
13392         now is cleared in the function LyXText::clearSelection!
13393
13394 2001-08-08  Juergen Vigna  <jug@sad.it>
13395
13396         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13397         BACKSPACE type functions.
13398
13399         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13400         is only cutted from the document but not put in the cut-buffer, where
13401         still the old stuff should be.
13402
13403         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13404
13405         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13406
13407         * tabular.C (SetWidthOfCell): fixed special case where the width
13408         was not updated!
13409         (LeftLine): handle '|' in align_special.
13410         (RightLine): ditto
13411         (LeftAlreadyDrawed): ditto
13412         (SetWidthOfCell): ditto
13413
13414 2001-08-07  Juergen Vigna  <jug@sad.it>
13415
13416         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13417
13418 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13419
13420         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13421         * lyxlex.[hC]: ditto
13422
13423 2001-08-06  Juergen Vigna  <jug@sad.it>
13424
13425         * text.C (getVisibleRow): fix up row clearing a bit.
13426
13427 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13428
13429         * minibuffer.C: make sure the X server sees the changes in the input.
13430
13431 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13432
13433         * paragraph.C (getFont): split into...
13434         (getLabelFont): this
13435         (getLayoutFont): and this
13436         * paragraph_pimpl.C (realizeFont): calling this
13437
13438         * text2.C (getFont): split into...
13439         (getLayoutFont): this
13440         (getLabelFont): and this
13441         (realizeFont): all three calling this
13442
13443         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13444         files where used.
13445
13446 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13447
13448         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13449
13450 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13451
13452         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13453         layouts from the Quote inset insertion.
13454
13455 2001-08-03  Juergen Vigna  <jug@sad.it>
13456
13457         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13458
13459         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13460         only if status not is already CHANGED_IN_DRAW (second level).
13461
13462         * text.C (draw): don't set the need_break_row when inside an
13463         InsetText LyXText.
13464
13465 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13466
13467         * buffer.C (parseSingleLyXformat2Token): handle more latex
13468         conversion cases.
13469
13470         * bufferview_funcs.[hC]: change function names to
13471         begin with small char, adjust other files.
13472
13473 2001-08-02  André Pönitz <poenitz@gmx.net>
13474
13475         * lyxfunc.C:
13476         BufferView_pimpl.C: remove broken special code for math-greek
13477
13478 2001-08-02  Juergen Vigna  <jug@sad.it>
13479
13480         * BufferView_pimpl.C (update): redone this function so that we
13481         update the text again if there was a CHANGE_IN_DRAW.
13482
13483         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13484         (drawFromTo): added a new internal bool which is used by draw() and
13485         redraw() function.
13486         (general): some cursor drawing problems fixed.
13487
13488 2001-08-01  Juergen Vigna  <jug@sad.it>
13489
13490         * lyxfind.C (LyXFind): fixed
13491         (SearchForward): ditto
13492         (SearchBackward): ditto
13493
13494         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13495         spurius drawing of the cursor in the main area.
13496
13497         * text2.C (status): small fix which could lead to a segfault!
13498         (clearSelection): remove unneeded BufferView param.
13499
13500 2001-08-01  André Pönitz <poenitz@gmx.net>
13501
13502         * lyxfunc.C: small change due to changed mathed interface
13503
13504 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13505
13506         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13507
13508 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13509
13510         * lyxfunc.c: fail gracefully if file doesn't exist
13511
13512         * LyXSendto.C:
13513         * buffer.C:
13514         * lyxfunc.C:
13515         * BufferView_pimpl.C: IsDirWriteable() proto changed
13516
13517         * LyXView.C: fix updateWindowTitle() to store the last title
13518
13519 2001-07-31  Juergen Vigna  <jug@sad.it>
13520
13521         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13522         the font (wrong since using of Paragraph::highestFontInRange).
13523
13524         * paragraph.C (highestFontInRange): added a default_size parameter.
13525
13526         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13527         (setHeightOfRow): reformat
13528
13529 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13530
13531         * converter.[hC] + affected files: move to (inital-char)lowercase
13532         function names.
13533
13534         * ParagraphParameters.C (ParagraphParameters): remove commented code
13535
13536         * PainterBase.[Ch]: remove commented code
13537
13538         * LaTeXFeatures.h: add "bool floats" for float.sty
13539
13540         * LaTeXFeatures.C (LaTeXFeatures): init floats
13541         (require): handle float
13542         (getPackages): do it with floats
13543
13544 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13545
13546         * BufferView_pimpl.C (Dispatch): improve handling of
13547         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13548
13549         * commandtags.h: #include lyxfont.h here temporarily to avoid
13550         keybinding bug.
13551
13552         * bufferlist.h: include LString.h here.
13553
13554 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13555
13556         * text2.C (getStringToIndex): new method.
13557
13558 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13559
13560         * *: Reduced header file dependencies all over.
13561
13562 2001-07-30  Baruch Even  <baruch@lyx.org>
13563
13564         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13565
13566 2001-07-29  Baruch Even  <baruch@lyx.org>
13567
13568         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13569
13570 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13571
13572         * ParameterStruct.h (endif): add a default constructor to make
13573         sure that all variables is initialized.
13574
13575         * ParagraphParameters.C (ParagraphParameters): adjust
13576
13577 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13578
13579         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13580         index; also, check that there is something to index, and that it
13581         does not span over several paragraphs.
13582         (doubleClick): use WHOLE_WORD_STRICT for double click.
13583
13584         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13585
13586         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13587         scheme.
13588
13589 2001-07-26  Baruch Even  <baruch@lyx.org>
13590
13591         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13592         an InsetFig figure, backwards compatible reading of old figure code.
13593
13594 2001-07-27  Juergen Vigna  <jug@sad.it>
13595
13596         * text2.C: font.realize function adaption.
13597
13598         * text.C (draw): add a warnings lyxerr text if needed.
13599
13600         * layout.C: font.realize function adaption.
13601
13602         * language.C: add inherit_language and implement it's handlings
13603
13604         * bufferview_funcs.C (StyleReset): remove language parameter from
13605         font creation (should be language_inherit now).
13606
13607         * bufferparams.C (writeFile): handle ignore_language.
13608
13609         * paragraph.C (getFontSettings): the language has to be resolved
13610         otherwise we have problems in LyXFont!
13611
13612         * lyxfont.C (lyxWriteChanges): added document_language parameter
13613         (update): removed unneeded language parameter
13614
13615         * paragraph.C (validate): fixed wrong output of color-package when
13616         using interface colors for certain fonts in certain environments,
13617         which should not seen as that on the final output.
13618
13619 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13620
13621         * BufferView_pimpl.C:
13622         * Thesaurus.h:
13623         * Thesaurus.C:
13624         * Makefile.am:
13625         * commandtags.h:
13626         * LyXAction.C: add thesaurus support
13627
13628         * lyxfind.h:
13629         * lyxfind.C: add "once" parameter, for thesaurus, to not
13630           move to the next match
13631
13632 2001-07-26  Juergen Vigna  <jug@sad.it>
13633
13634         * lyxfont.C (realize): honor ignore_language too!
13635         (resolved): ditto.
13636
13637         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13638
13639         * text.C (draw): one place more for ignore_language to not draw
13640         itself!
13641
13642 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13643
13644         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13645
13646 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13647
13648         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13649         the minipage conversion problem.
13650
13651 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13652
13653         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13654         insert an inset.
13655
13656 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13657
13658         * BufferView.h: don't forward declare WorkArea
13659
13660         * BufferView.C: don't include WorkArea.h
13661
13662 2001-07-25  André Pönitz <poenitz@gmx.net>
13663
13664         * commandtags.h:
13665         * LyXAction.C:
13666         * lyxfunc.C:  new LFUN 'math-space'
13667
13668         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13669
13670 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13671
13672         * text2.C (toggleInset): call open/close
13673
13674 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13675
13676         * lyxfunc.C (dispatch): add debug for the disabled case
13677
13678         * font.C (buttonText): make similar to rectText
13679
13680         * buffer.C (readInset): comment out parsing of insetlist and
13681         insttheorem
13682
13683         * PainterBase.C (rectText): small correction
13684
13685         * BufferView_pimpl.C: comment out insettheorem and insetlist
13686         * LyXAction.C: ditto
13687         * commandtags.h: ditto
13688
13689 2001-07-24  Juergen Vigna  <jug@sad.it>
13690
13691         * text.C (draw): honor the ignore_language.
13692
13693         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13694
13695 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13696
13697         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13698         char inset.
13699
13700 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13701
13702         * lyxtext.h: remove unused (and unimplemented) methods
13703
13704 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13705
13706         * text.C (getVisibleRow): honor background color
13707
13708         * PainterBase.h:
13709         * Painter.h: remove default color argument for fillRectangle
13710
13711         * text.C (backgroundColor): new method
13712
13713 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13714
13715         * text.C (getVisibleRow): adjust
13716
13717         * font.[Ch] (rectText): new method, metrics
13718         (buttonText): new method, metrics
13719
13720         * PainterBase.[hC]: make rectText and buttonText always draw and take
13721         fewer paramteres.
13722
13723 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13724
13725         * ToolbarDefaults.C (read):
13726         * MenuBackend.C (read): allow escaping in all strings
13727
13728         * BufferView_pimpl.C (insertAndEditInset): new method.
13729         (Dispatch): use insertAndEditInset whenever appropriate.
13730
13731         * BufferView_pimpl.C (insertNote): removed
13732
13733         * BufferView_pimpl.C (smartQuote): new method, moved from
13734         BufferView; if an insetquote cannot be inserted, insert a '"'
13735         character instead.
13736
13737         * BufferView2.C: remove insertCorrectQuote();
13738
13739         * lyxfunc.C (getStatus): Add support for all remaingin
13740         inset-insert lfuns.
13741
13742         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13743
13744         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13745         command (necessary to pass " as parameter of self-insert.
13746
13747         * text.C (selectWordWhenUnderCursor):
13748         (selectWord): add word_location parameter
13749         (selectWordWhenUnderCursor): same + remove special code for word
13750         boundary.
13751         (selectNextWord): use kind() to guess type of insetspecialchar,
13752         not latex().
13753
13754         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13755         (insertErtContents): create ert insets as collapsed.
13756         (readInset): better compatibility code for Info inset.
13757
13758 2001-07-20  Juergen Vigna  <jug@sad.it>
13759
13760         * lyxfunc.C (dispatch): use always LyXFind now!
13761
13762         * text2.C (init): add a reinit flag so that the LyXText can be
13763         reinited instead of deleted and reallocated (used in InsetText).
13764
13765         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13766
13767         * text.C: ditto
13768
13769         * text2.C: ditto
13770
13771 2001-07-18  Juergen Vigna  <jug@sad.it>
13772
13773         * text.C (selectNextWord): handle insets inside inset by calling
13774         always the bv->text functions so that we can go up the_locking_inset!
13775
13776         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13777         in strange locations when inside an inset!
13778
13779         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13780         handling to include insets.
13781
13782         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13783
13784 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13785
13786         * LyXAction.C (init):
13787         * commandtags.h:
13788         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13789         LIGATURE_BREAK, since the name is so stupid.
13790
13791 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13792
13793         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13794         InsetInfos.
13795
13796         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13797
13798         * sp_form.[Ch]: remove.
13799
13800         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13801
13802         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13803         InsetInfo.
13804
13805         * src/buffer.C (readInset): ditto.
13806
13807 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13808
13809         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13810         menuSeparator(), endOfSentenceDot(), ldots() and
13811         hyphenationPoint(), which are therefore removed.
13812         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13813
13814         * LyXAction.C (init):
13815         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13816
13817         * paragraph.C (getWord): removed.
13818
13819         * BufferView_pimpl.C (Dispatch): use last word or selection for
13820         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13821
13822         * lyx_main.C (queryUserLyXDir): do not ask before creating
13823         user_dir, except if it has been named explicitely.
13824
13825 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13826
13827         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13828         a document of zero size.
13829
13830 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13831
13832         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13833         approriately in the c-tor and in require().
13834         (getPackages): output the appropriate LaTeX for natbib support.
13835
13836         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13837         variables "use_natbib" and "use_numerical_citations" when reading the
13838         LyX file.
13839         (readInset): read the various natbib cite commands.
13840         (validate): white-space change.
13841
13842         * bufferparams.[Ch]: new variables "bool use_natbib" and
13843         "bool use_numerical_citations".
13844         (writeFile): output them in the LyX file.
13845
13846 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13847
13848         * lyxfunc.C (getStatus): add support for all the inset insertion
13849         commands.
13850
13851         * text2.C (insertInset):
13852         * paragraph.C (insetAllowed):
13853         * BufferView_pimpl.C (insertInset): update to take in account the
13854         renaming of insertInsetAllowed
13855
13856         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13857
13858         * text2.C (getInset): new method. returns inset at cursor position.
13859
13860         * BufferView_pimpl.C (Dispatch): changes because of this.
13861
13862         * LyXAction.C (init): rename open-stuff to inset-toggle.
13863
13864         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13865
13866         * text2.C (toggleInset): renamed from openStuff; use
13867         Inset::open().
13868
13869 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13870
13871         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13872
13873         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13874
13875 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13876
13877         * buffer.C (readLyXformat2): Add filename to the error dialog
13878
13879 2001-07-18  Juergen Vigna  <jug@sad.it>
13880
13881         * tabular.C (GetCellNumber): put an assert here instead of the check!
13882
13883 2001-07-17  Juergen Vigna  <jug@sad.it>
13884
13885         * BufferView_pimpl.C (toggleSelection): adapted too.
13886
13887         * text.C (selectNextWord): adapted for use with insets.
13888         (selectSelectedWord): ditto
13889
13890 2001-07-17  Juergen Vigna  <jug@sad.it>
13891
13892         * sp_spell.C (PSpell): fix initialitation order.
13893
13894 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13895
13896         * paragraph.C: spacing
13897
13898 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13899
13900         * sp_spell.C: repair language selection for pspell
13901
13902 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13903
13904         * lyxfunc.h: change more methods to begin with lower char.
13905
13906 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13907
13908         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13909         for unknown layouts.
13910
13911 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13912
13913         * buffer.C (readLyXformat2): Generate an error dialog if there are
13914         unknown layouts.
13915
13916 2001-07-16  Juergen Vigna  <jug@sad.it>
13917
13918         * sp_spell.C: always compile ISpell part.
13919
13920         * lyxrc.C: added use_pspell entry and it's handling.
13921
13922 2001-07-13  Juergen Vigna  <jug@sad.it>
13923
13924         * sp_spell.C: removed double includes.
13925
13926 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13927
13928         Consistent use of Lsstream.h:
13929         * Lsstream.h: added using std::stringstream for consistencies sake.
13930
13931         * buffer.C: removed using std::stringstream
13932
13933         * lyxfont.C (stateText):
13934         * paragraph.C (asString):
13935         * text.C (selectNextWord, selectSelectedWord):
13936         * text2.C (setCounter):
13937         * vspace.C (asString, asLatexString):
13938         std::ostringstream -> ostringstream.
13939
13940 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13941
13942         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13943         * commandtags.h: add LFUN_HELP_ABOUTLYX
13944         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13945
13946 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13947
13948         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13949         cursorToggle()
13950         * lyx_gui_misc.C: remove spellchecker
13951         * lyxfunc.C: showSpellchecker
13952         * sp_base.h: added
13953         * sp_ispell.h: added
13954         * sp_pspell.h: added
13955         * sp_spell.C: added
13956         * sp_form.[Ch]: removed
13957         * spellchecker.[Ch]: removed
13958
13959 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13960
13961         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13962         is set.
13963         (simpleTeXSpecialChars): Simply print the input character without
13964         any special translation if pass_thru is set.
13965
13966         * layout.h: Added bool pass_thru to layout class for being able to
13967         implement pass through of a paragraph for Literate Programming.
13968
13969         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13970         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13971         * layout.C (Read): add "passthru" to list of layout tags and add
13972         code to set the pass_thru boolean when it is read.
13973
13974 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13975
13976         * trans_decl.h: remove allowed from KmodInfo
13977
13978         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13979         remove allowed code
13980         (Load): adjust
13981
13982         * paragraph_pimpl.C (erase): use boost::prior
13983
13984         * Painter.C (text): use data() instead of c_str() when length is
13985         also provided.
13986         * WorkArea.C (putClipboard): ditto
13987         * font.h (width): ditto
13988
13989         * BufferView2.C: use it-> instead of (*it). for iterators
13990         * texrow.C: ditto
13991         * paragraph_pimpl.C: ditto
13992         * paragraph.C: ditto
13993         * minibuffer.C: ditto
13994         * language.C: ditto
13995         * kbmap.C: ditto
13996         * encoding.C: ditto
13997         * counters.C: ditto
13998         * converter.C: ditto
13999         * chset.C: ditto
14000         * Variables.C: ditto
14001         * TextCache.C: ditto
14002         * MenuBackend.C: ditto
14003         * LyXAction.C: ditto
14004         * LColor.C: ditto
14005         * FloatList.C: ditto
14006         * DepTable.C: ditto
14007         * ColorHandler.C (LyXColorHandler): ditto
14008
14009 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14010
14011         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14012
14013         * text2.C (openStuff): reintroduce this method (which had been
14014         nuked in NEW_INSETS frenzy).
14015
14016         * lyxfunc.C (Dispatch): when an action has not been handled, use
14017         its name in the error message, not its number.
14018
14019         * paragraph.C (inInset): change method name to begin with lowercase.
14020
14021         * undo_funcs.C:
14022         * text2.C: updates because of this.
14023
14024 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14025
14026         * ToolbarDefaults.C (add): add spaces in error message
14027
14028 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14029
14030         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14031         (readLyXformat2): rename return_par to first_par, use lyxlex's
14032         pushToken and remove the manual push handling.
14033         (parseSingleLyXformat2Token): add another ert comp. variable:
14034         in_tabular, rename return_par to first_par. handle newlines better
14035
14036 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14037
14038         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14039
14040 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14041
14042         * text2.C (getParFromID): removed
14043
14044         * buffer.C (getParFromID): new method moved form lyxtext.
14045         * BufferView2.C (insertErrors): adjust
14046         (setCursorFromRow): adjust
14047         * BufferView_pimpl.C (restorePosition): adjust
14048         * lyxfunc.C (Dispatch): adjust
14049         * undo_funcs.C (textUndo): adjust
14050         (textRedo): adjust
14051         (textHandleUndo): adjust
14052         (textHandleUndo): adjust
14053
14054 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14055
14056         * buffer.C: up' the LYX_FORMAT
14057
14058         * lyxfont.h: turn NO_LATEX on as default
14059
14060         * buffer.C (insertErtContents): new methods of tex style compability.
14061         (parseSingleLyXformat2Token): use it several places.
14062         * tabular.C (OldFormatRead): and here
14063
14064 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14065
14066         * text2.C: remove some commented code.
14067         reindent file.
14068
14069         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14070         * trans.C: changes because of the above.
14071
14072 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14073
14074         * text2.C (setCounter): Fix counters bug with bibliography layout.
14075
14076 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14077
14078         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14079         own member functions
14080         (simpleTeXSpecialChars): ditto
14081
14082 2001-07-06  Juergen Vigna  <jug@sad.it>
14083
14084         * a lot of files: changed the access to LyXText::status and the
14085         call of undo-functions.
14086
14087         * undo.[Ch]: added a inset_id to the undo informations.
14088
14089         * undo_funcs.[Ch]: added and moved here all undo functions.
14090
14091         * lyxtext.h: give the status enum a weight, made status_ a private
14092         variable and made accessor functions for it, removed the whole bunch
14093         of undo-functions as they are now in their own file, make some
14094         functions publically available. Added function ownerParagraph with
14095         int parameter.
14096
14097         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14098         made InInset() a const function, added getParFromID() function.
14099
14100         * buffer.[Ch]: added const version for inset_iterator functions,
14101         added getInsetFromID() function.
14102
14103         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14104         changed undo functions for new version.
14105
14106 2001-07-05  Juergen Vigna  <jug@sad.it>
14107
14108         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14109         unknow mechanism does not call the proper constructor but only this
14110         one also if I request the other!?
14111
14112 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14113
14114         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14115
14116         * text2.C (LyXText): use initialization lists.
14117
14118         * lyxtext.h (Selection): initialize set_ and mark_
14119         (init): remove method
14120
14121 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14122
14123         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14124
14125 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14126
14127         * screen.[Ch]: change method names to begin with lowercase
14128
14129         * BufferView_pimpl.C (updateScrollbar): simplify further and
14130         hopefully make it a bit faster.
14131
14132 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14133
14134         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14135         calling directly xforms functions.
14136
14137         * Painter.C (Painter):
14138         * lyx_cb.C (MenuWrite):
14139         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14140         fl_display.
14141
14142         * lyx_gui.C: remove bogus guiruntime extern declaration.
14143
14144 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14145
14146         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14147         in NEW_INSETS
14148         (redoDrawingOfParagraph): ditto
14149         (redoParagraphs): ditto
14150         (cutSelection): don't create a object for CutAndPaste use the
14151         static method directly
14152         (pasteSelection): ditto
14153
14154         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14155         LyXview (+ rename)
14156
14157 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14158
14159         * modifications to some other files because of this.
14160
14161         * Makefile.am (lyx_SOURCES): add XFormsView
14162
14163         * XFormsView.[Ch]: new files
14164
14165         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14166         the main window. Move the gui dependent stuff to XFormsView
14167
14168 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14169
14170         * tabular.C (GetCellInset): update cur_cell also in the row/col
14171         version of this function.
14172
14173         * lyxfunc.C: no need to include figure_form.h here.
14174
14175         * FontLoader.h:
14176         * lyxfunc.h:
14177         * lyxscreen.h:
14178         * text2.C:
14179         * lyxvc.C: no need to include forms.h here.
14180
14181 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14182
14183         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14184
14185         * lyxfunc.C (Dispatch):
14186         * Spacing.C (set):
14187         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14188         constructor argument.
14189
14190 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14191
14192         * paragraph.C (Paragraph): dont't clear, and just set layout.
14193         (makeSameLayout): use params's copy contructor.
14194
14195         * ParagraphParameters.[Ch] (makeSame): delete method
14196
14197 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14198
14199         * Variables.[Ch]: fix indentation, rename set to isSet
14200
14201 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14202
14203         * lyxfunc.C (Dispatch): fix typo
14204
14205 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14206
14207         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14208         upper_bound.
14209
14210         * bufferlist.C: include assert.h for emergencyWrite().
14211
14212 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14213
14214         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14215           give up at last (bug #425202) !
14216
14217 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14218
14219         * lyx_gui_misc.C:
14220         * sp_form.h:
14221         * sp_form.C:
14222         * spellchecker.h:
14223         * spellchecker.C: strip spellchecker options and bring up
14224           preferences tab instead
14225
14226 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14227
14228         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14229         the istringstream constructor
14230
14231 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14232
14233         * paragraph.C (getLayout): fix return value
14234
14235         * paragraph.h: do not declare getLayout as inline.
14236
14237         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14238
14239 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14240
14241         * lyxcursor.h (operator<): new func
14242         (operator>): new func
14243         (operator>=): new func
14244         (operator<=): new func
14245
14246         * text.C (changeCase): use selection.start and selection.end
14247         (changeRegionCase): require from to be <= to. Require par to be a
14248         valid paragraph.
14249
14250         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14251
14252 2001-06-27  Juergen Vigna  <jug@sad.it>
14253
14254         * text.C (cursorLeftOneWord): changed to return the cursor and added
14255         overlay with BufferView * parameter which calls this one.
14256         (getWord): added
14257         (selectWord): use new getWord function.
14258         (changeCase): renamed from changeWordCase as and extended to work
14259         also on selections.
14260
14261         * lyxtext.h: added enum word_location
14262
14263         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14264         changeCase as this operates now also on selections.
14265
14266 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14267
14268         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14269
14270         * many files: send debug output to Debug::INFO instead of
14271         Debug::ANY.
14272
14273         * converter.C (View):
14274         (Convert):
14275         (Move): send debug output to Debug::FILES instead of console.
14276
14277 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14278
14279         * lyxfunc.C (getStatus): use func_status
14280
14281         * func_status.h: new header, describing the results of
14282         LyXFunc::getStatus;
14283
14284         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14285         LFUN_MATH_HALIGN.
14286
14287 2001-06-25  The LyX Project  <jug@sad.it>
14288
14289         * buffer.C (sgmlOpenTag):
14290         (sgmlCloseTag):
14291         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14292
14293 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14294
14295         * text2.C: remove some dead code
14296
14297         * tabular.C (GetCellInset): store the last cell checked (gotten)
14298
14299         * tabular.h: add the helper for the speedup
14300
14301         * lyxtext.h: remove some dead code
14302
14303 2001-06-26  The LyX Project  <Asger>
14304
14305         * paragraph.C: Change export to LaTeX of alignment to
14306         \begin{center} and family for better roundtrip work with reLyX.
14307
14308         * Tune the math drawing a bit.
14309
14310 2001-06-25  The LyX Project  <Asger>
14311
14312         * LColor.C (LColor): New color for math background. New color
14313         for buttons.
14314
14315 2001-06-25  The LyX Project  <jug@sad.it>
14316
14317         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14318
14319         * lyxfunc.C (Open):
14320         * bufferlist.C (newFile): do not restrict to files ending with
14321         .lyx
14322
14323         * BufferView_pimpl.C (MenuInsertLyXFile):
14324
14325 2001-06-24  The LyX Project  <jug@sad.it>
14326
14327         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14328         of compare_no_case
14329
14330 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14331
14332         * lyxtext.h: rename most methods to begin with a small char.
14333         Lots of changes because of this.
14334
14335         * paragraph.C (Paragraph): do not call fitToSize
14336         (erase): call Pimpl::erase
14337         (insertChar): call Pimpl::insertChar
14338         (insertInset): call Pipl::insertInset
14339         (breakParagraph): do not call fitToSize
14340         (breakParagraphConservative): do not call fitToSize
14341         (fitToSize): remove method
14342
14343         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14344
14345 2001-06-24  The LyX Project  <Asger>
14346
14347         * Fix Qt compilation^2
14348
14349 2001-06-24  The LyX Project  <jug@sad.it>
14350
14351         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14352         depthHook(getDepth()-1).
14353
14354         * paragraph.h:
14355         * ParagraphParameters.h:
14356         * ParameterStruct.h: change type of depth to unsigned int ==
14357         depth_type. Many adaptations to other files before of that.
14358
14359 2001-06-24  The LyX Project  <Asger>
14360
14361         * Fix Qt compilation.
14362
14363 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14364
14365         * paragraph.h: renamed several methods to begin with small letter.
14366         several changes to many parts of the code because of this.
14367
14368 2001-06-23  The LyX Project  <jug@sad.it>
14369
14370         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14371         rewritten to discard all double spaces when KeepEmpty is off
14372         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14373         to only handle newlines but not fiddle with spaces and friends.
14374
14375         * lyxfunc.C (MenuNew): when doing 'new from template', use
14376         template_path as default directory
14377
14378 2001-06-23  The LyX Project  <Asger>
14379
14380         * Clean-up of header file includes all over
14381         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14382
14383 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14384
14385         * paragraph.h: renamed from lyxparagraph.h
14386
14387 2001-06-23  Asger  <lyx@violet.home.sad.it>
14388
14389         * Buffer.h: Removed Buffer::resize
14390         * BufferList.h: Removed BufferList::resize
14391         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14392         the document lazily when we change the width, or the font settings.
14393
14394 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14395
14396         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14397
14398 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14399
14400         * buffer.h: remove out of date comment
14401
14402 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14403
14404         * lyxscreen.h:
14405         * screen.C: fix "theoretical" GC leak
14406
14407 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14408
14409         * LaTeX.C (scanAuxFile):
14410         (deplog): remove trailing \r when reading stream (useful under
14411         win32)
14412
14413 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14414
14415         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14416         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14417         and BufferView::theLockingInset(Inset*), so should use them and not
14418         access bv_->text->the_locking_inset directly.
14419
14420         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14421
14422 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14423
14424         * Makefile.am:
14425         * tex-defs.h: remove old unused file
14426
14427 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14428
14429         * BufferView_pimpl.C: fix typo, remove minibuffer message
14430           when buffer has loaded
14431
14432 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14433
14434         * lyxfunc.C (Dispatch): use stringstream
14435         (MenuNew): use stringstream
14436         (Open): use stringstream
14437
14438         * importer.C (Import): use stringstream
14439
14440         * bufferview_funcs.C (CurrentState): use stringstream
14441
14442         * LaTeX.C (run): use stringstream
14443
14444         * BufferView_pimpl.C (savePosition): use stringstream
14445         (restorePosition): use stringstream
14446         (MenuInsertLyXFile): use stringstream
14447
14448 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14449
14450         * BufferView.C:
14451         * Bullet.C:
14452         * ColorHandler.C:
14453         * FontInfo.C:
14454         * FontLoader.C:
14455         * LColor.C:
14456         * LaTeXFeatures.C:
14457         * Painter.C:
14458         * gettext.C:
14459         * lyx_gui_misc.C:
14460         * lyxserver.C:
14461         * vspace.C: removed // -*- C++ -*- as first line.
14462
14463         * lyxfind.h:
14464         * version.h: added // -*- C++ -*- as first line.
14465
14466 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14467
14468         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14469
14470         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14471         of string
14472
14473 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14474
14475         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14476         of floats.
14477
14478 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14479
14480         * gettext.C: include LString.h even when --disable-nls is on.
14481
14482 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14483
14484         * converter.h (Get): changed argument type from int to
14485         FormatList::size_type to avoid unnecessary conversion.
14486
14487         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14488         before using it.
14489
14490 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14491
14492         * gettext.h: include LString.h even when --disable-nls is on.
14493
14494 2001-06-07  Juergen Vigna  <jug@sad.it>
14495
14496         * text.C (BreakAgain): subst spaces with tabs.
14497
14498         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14499         (resizeInsetsLyXText): set force on resizeLyXText.
14500
14501 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14502
14503         * gettext.h (gettext_init):
14504         (locale_init): use a real definition instead of a macro
14505
14506 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14507
14508         * Bufferview_pimpl.C:
14509         * LColor.h:
14510         * LColor.C: further lcolor tidies
14511
14512 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14513
14514         * BufferView_pimpl.C (updateScrollbar): simplify.
14515
14516         * BufferView2.C: don't include insets/insetinfo.h, change
14517         prototype for insertInset and call the Pimpl version. let
14518         updateInset call Pimpl version.
14519
14520         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14521         gotoInset to BufferView::Pimpl
14522
14523 2001-06-01  Juergen Vigna  <jug@sad.it>
14524
14525         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14526         inside a LockingInset (is the update needed at all?).
14527
14528 2001-05-31  Juergen Vigna  <jug@sad.it>
14529
14530         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14531         here not the old one otherwise how should we compare it afterwards
14532         if it's the same!
14533
14534 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14535
14536         * lyxfont.C:
14537         * tabular.C:
14538         * tabular-old.C:
14539         * FontInfo.C: bring C functions into global namespace when
14540         necessary
14541
14542 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14543
14544         * LString.h: make sure config.h has been loaded before LString.h.
14545
14546         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14547         (one for each char read by EatLine!).
14548
14549         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14550         variables.
14551
14552 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14553
14554         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14555         to the same as the par we break from
14556
14557 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14558
14559         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14560
14561         * MenuBackend.C (expand): also create menu entries for wide
14562         versions of the floats.
14563
14564         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14565
14566         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14567
14568         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14569         frontends/Makefile.am
14570
14571         * text2.C: adjust
14572         * text.C: adjust
14573
14574
14575         * tabular.C (getTokenValue): add std::
14576
14577         * tabular-old.C (getTokenValue): add std::
14578         (getTokenValue): ditto
14579         (getTokenValue): ditto
14580
14581         * screen.C (ToggleSelection): adjust
14582
14583         * lyxtext.h: put selection cursors inside a Selection struct.
14584
14585         * lyxfunc.C (moveCursorUpdate): adjust
14586
14587         * lyxfont.C (latexWriteStartChanges): add std::
14588
14589         * lyxfind.C: adjust
14590
14591         * font.h: delete with(char const *, LyXFont const &)
14592
14593         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14594
14595         * FontInfo.C (getFontname): add std::
14596
14597         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14598         (workAreaButtonPress): adjust
14599         (tripleClick): adjust
14600         (update): adjust
14601         (moveCursorUpdate): adjust
14602         (Dispatch): adjust
14603
14604         * BufferView2.C (gotoInset): adjust
14605
14606 2001-05-30  Juergen Vigna  <jug@sad.it>
14607
14608         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14609         to check pspell I add this as default as I now have new pspell
14610         libraries and they seem to use this.
14611
14612 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14613
14614         * text2.C (CutSelection): make the cursor valid before the call to
14615         ClearSelection.
14616
14617 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14618
14619         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14620         relied on 0 terminated strings and other horrors. Bug found due to
14621         the new assert in lyxstring!
14622
14623         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14624         KP_ keys.
14625
14626 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14627
14628         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14629         to latinkeys.bind.
14630
14631         * lyxfunc.C (processKeySym): change method of getting to the
14632         self-insert char.
14633
14634         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14635         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14636         * BufferView_pimpl.[Ch]: here as private methods.
14637
14638 2001-05-28  Juergen Vigna  <jug@sad.it>
14639
14640         * text.C (SetHeightOfRow): added the update() call again as it is
14641         needed to initialize inset dimensions!
14642
14643 2001-05-16  Juergen Vigna  <jug@sad.it>
14644
14645         * text2.C (SetCharFont): Add new function with BufferView * and
14646         bool toggleall parameters for setting insets internal fonts.
14647         (SetFont): Freeze the undo as we may change fonts in Insets and
14648         all this change should be inside only one Undo!
14649
14650         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14651         setting font's in insets as for them we have the SetFont function!
14652
14653 2001-05-15  Juergen Vigna  <jug@sad.it>
14654
14655         * text2.C (ClearSelection): to be sure we REALLY don't have any
14656         selection anymore!
14657
14658         * tabular.C (TeXCellPreamble): fixed the left border problem for
14659         multicolumn cells.
14660
14661 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14662
14663         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14664         dependancy file
14665
14666 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14667
14668         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14669         LFUN_BREAKPARAGRAPH.
14670
14671         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14672         help test to "internal only", similar for LFUN_INSERT_URL
14673
14674         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14675         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14676         auto_region_delete and deadkeys.
14677
14678 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14679
14680         * LColor.h:
14681         * LColor.C: remove some dead entries, tidy a little
14682
14683 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14684
14685         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14686         commented code.
14687         (Dispatch): implement LFUN_ESCAPE
14688
14689         * commandtags.h: add LFUN_ESCAPE
14690
14691         * LyXAction.C (init): add entry for LFUN_ESCAPE
14692
14693         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14694         Remove commented code.
14695         (insertNote): moved here
14696         (open_new_inset): moved here
14697
14698         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14699         BufferView_pimpl
14700
14701 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14702
14703         * kbmap.C (findbinding): clean it up and make it work correctly.
14704
14705         * lyx_main.C (init): do not pass argc and argv as parameters
14706
14707 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14708
14709         * buffer.C: fix path for OS/2 & Win32
14710
14711         * lyx_gui.C:
14712         * lyx_main:
14713         * lyx_main.C: Added os:: class.
14714
14715         * os2_defines.h: update
14716
14717 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14718
14719         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14720         better by trying again with reduced state.
14721
14722 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14723
14724         * lyxrc.C (read): print error about invalid key sequence only when
14725         debugging (because not all latinX keysyms are known to some X
14726         servers)
14727
14728         * kbsequence.C (getiso): add a few std:: qualifiers
14729         (getiso): comment out extra return statement.
14730
14731 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14732
14733         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14734         handling.
14735         (Dispatch): enhance the accent inset a bit. (not perfect)
14736
14737 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14738
14739         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14740
14741 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14742
14743         * bufferlist.C (emergencyWrite): fix assert() call
14744
14745 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14746
14747         * text.C (InsertChar): Added trivial patch to only send the "you
14748         can not do multiple spaces this way" message once during a
14749         session.
14750
14751 2001-05-08  Baruch Even  <baruch@lyx.org>
14752
14753         * Makefile.am: Changed order of libraries to get LyX to link properly
14754         with the gnome frontend.
14755
14756 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14757
14758         * LaTeXFeatures.h: add a std:: qualifier
14759
14760 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14761
14762         * paragraph.C (String): use stringstream
14763
14764 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14765
14766         * paragraph.C (writeFile): remove footflag arg
14767
14768         * buffer.C (makeLaTeXFile): use stringstream
14769         (latexParagraphs): remove footnot gurba
14770
14771         * LaTeXFeatures.C (getPackages): use stringstream
14772         (getMacros): likewise
14773         (getTClassPreamble): likewise
14774         (getFloatDefinitions): new method
14775
14776         * paragraph.C (writeFile): reindent
14777         (Erase): reindent
14778
14779         * WorkArea.h: revert the xpos + etc changes.
14780
14781         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14782
14783         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14784
14785         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14786         (pasteSelection): likewise
14787         * text2.C (CreateUndo): likewise
14788
14789 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14790
14791         * minibuffer.C (peek_event): temporarily reduce the functionality
14792         of the minibuffer (to allow args on lfuns)
14793
14794         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14795         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14796
14797         * buffer.C (readInset): add compability reading of old float
14798         lists, add reading of new style float list.
14799         (readInset): avoid reevaluation of inscmd.getCmdName()
14800         (getLists): reindent
14801
14802         * MenuBackend.C (MenuItem): implement parsing of
14803         md_floatlistinsert and md_floatinsert.
14804         (expand::LastFiles): move initalizaton of iterators out of loop,
14805         avoid reevaluation.
14806         (expand::Documents): introduce typdedef vector<string> Strings,
14807         and use it.
14808         (expand::ExportFormats): introduce typedef vector<Format const *>
14809         Formats, and use it.
14810         (expand): implement FloatListInsert and FloatInsert.
14811
14812         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14813         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14814         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14815
14816         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14817         handling.
14818         (Dispatch::LFUN_FLOAT_LIST): implement
14819
14820 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14821
14822         * LaTeX.C (run): Fix problem with --export code.
14823
14824 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14825
14826         * BufferView.[Ch] (workarea): removed.
14827         (getClipboard) new method; wrapper for workarea()->getClipboard()
14828
14829         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14830         bug.
14831
14832         * WorkArea.h (width, height, xpos, ypos): These methods all
14833         returned the dimensions of the work_area sub-area of WorkArea,
14834         resulting in a position error if the WorkArea were resized. Now
14835         return the dimensions of the entire WorkArea.
14836
14837         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14838
14839 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14840
14841         * LaTeX.C (deplog): correct the syntax of regex reg1
14842
14843 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14844
14845         * undo.C: remove !NEW_INSETS cruft
14846
14847 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14848
14849         * text2.C: remove !NEW_INSETS cruft
14850
14851         * text.C: remove !NEW_INSETS cruft
14852
14853         * tabular.C: remove !NEW_INSETS cruft
14854
14855         * spellchecker.C: remove !NEW_INSETS cruft
14856
14857         * lyxtext.h: remove !NEW_INSETS cruft
14858
14859         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14860
14861         * lyxfunc.C: remove !NEW_INSETS cruft
14862
14863         * lyxfind.C: remove !NEW_INSETS cruft
14864
14865         * lyx_cb.C: remove !NEW_INSETS cruft
14866
14867         * figureForm.C: remove  !NEW_INSETS cruft
14868
14869         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14870
14871         * buffer.[Ch]: remove !NEW_INSETS cruft
14872
14873         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14874
14875         * CutAndPaste.C: remove !NEW_INSETS cruft
14876
14877         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14878
14879         * BufferView2.C: remove !NEW_INSETS cruft
14880
14881         * BufferView.h: remove !NEW_INSETS cruft
14882
14883 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14884
14885         * Lsstream.h: include LString.h before the sstream headers to
14886         fix problem with gcc 2.95.3 and lyxstring
14887
14888 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14889
14890         * lyx_main.C: add using directives when needed for C functions
14891         declared in std:: namespace.
14892
14893 2001-04-27  Juergen Vigna  <jug@sad.it>
14894
14895         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14896         (SetHeightOfRow): comment out the update call should not be needed!
14897
14898 2001-04-13  Juergen Vigna  <jug@sad.it>
14899
14900         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14901         (LyXTabular): tried to minimize operator= operations (and realized
14902         hopfully Lars wish).
14903
14904 2001-04-27  Juergen Vigna  <jug@sad.it>
14905
14906         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14907
14908 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14909
14910         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14911
14912         * buffer.C (readInset): hack to make listof algorithm work
14913
14914         * BufferView_pimpl.C: hack to make listof algorithm work
14915
14916 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14917
14918         * LyXAction.C: removed all !NEW_INSETS cruft
14919         (init): moved lfun_item in method
14920
14921         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14922
14923 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14924
14925         * BufferView2.C (theLockingInset): white space.
14926
14927 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14928
14929         * minibuffer.C: include <iostream>
14930
14931         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14932
14933         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14934
14935         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14936
14937         * text.[Ch] (TransposeChars): new method
14938
14939 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14940
14941         * call message directly through LyXView instead of through LyXFunc
14942         * BufferView2.C: adjust
14943         * BufferView_pimpl.C: adjust
14944         * FontLoader.C: adjust
14945         * buffer.C: adjust
14946         * bufferview_funcs.C: adjust
14947         * converter.C: adjust
14948         * figureForm.C: adjust
14949         * importer.C: adjust
14950         * lyx_cb.C: adjust
14951         * lyx_gui_misc.C: adjust
14952         * lyxfunc.C: adjust
14953         * lyxvc.C: adjust
14954         * text2.C: adjust
14955         + more files in subdirs
14956
14957         * lyxparagraph.h (size): move up int file
14958         (GetLayout): ditto
14959
14960         * adjust all uses of Assert to lyx::Assert.
14961
14962         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14963         lyxfunctional in namespace lyx
14964         * layout.C (hasLayout): ditto
14965         (GetLayout): ditto
14966         (GetLayout): ditto
14967         (delete_layout): ditto
14968         (NumberOfClass): ditto
14969         * converter.C (GetFormat): ditto
14970         (GetNumber): ditto
14971         (Add): ditto
14972         (Delete): ditto
14973         (SetViewer): ditto
14974         * bufferlist.C (getFileNames): ditto
14975         (emergencyWriteAll): ditto
14976         (exists): ditto
14977         (getBuffer): ditto
14978         * MenuBackend.C (hasSubmenu): ditto
14979         (hasMenu): ditto
14980         (getMenu): ditto
14981         * BufferView_pimpl.C (getInsetByCode): ditto
14982
14983 2001-04-18  Juergen Vigna  <jug@sad.it>
14984
14985         * vspace.C (asLatexString): fixed the 100% problem.
14986
14987 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14988
14989         * lyxfunc.C (Dispatch):
14990         * minibuffer.C:
14991         * minibuffer.h: add a few std:: qualifiers
14992
14993 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14994
14995         * minibuffer.[Ch]: reimplement so that commands is initiated and
14996         run from lyxfunc, simplified som handling, and made the completion
14997         and history code for complete. wip.
14998
14999         * lyxfunc.C (processKeySym): call message
15000         (miniDispatch): new temporary method
15001         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
15002         (LFUN_MESSAGE): implement
15003         (LFUN_MESSAGE_PUSH): implement
15004         (LFUN_MESSAGE_POP): implement
15005         (initMiniBuffer): the initial/defualt minibuffer message.
15006
15007         * lyxfont.[Ch]: inline some more getters
15008
15009         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15010
15011         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15012
15013         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15014         (AutoSave): use LFUN_MESSAGE
15015         (Reconfigure): ditto
15016
15017         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15018
15019         * figureForm.C: use LFUN_MESSAGE
15020
15021         * converter.C (runLaTeX): use LFUN_MESSAGE
15022
15023         * bufferview_funcs.C: use LFUN_MESSAGE
15024         (Melt): ditto
15025         (changeDepth): ditto
15026
15027         * bufferparams.h: use boost::
15028
15029         * bufferlist.h: inherit privately from noncopyable
15030
15031         * bufferlist.C (loadLyXFile): remove some commented code.
15032
15033         * buffer.C (runChktex): use LFUN_MESSAGE
15034
15035         * ShareContainer.h: inherit privately from noncopyable
15036
15037         * ParagraphParameters.[hC] (depth): inline it.
15038
15039         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15040         methods.
15041         (message): new method
15042         (messagePush): ditto
15043         (messagePop): ditto
15044         (show): init minibuffer
15045         (showState): direct call
15046
15047         * LaTeX.[Ch]: inherit privately from noncopyable
15048         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15049         instead of WriteStatus.
15050
15051         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15052
15053         * BufferView_pimpl.C (buffer): don't init minibuffer
15054         (workAreaButtonPress): use LFUN_MESSAGE
15055         (workAreaButtonRelease): ditto
15056         (savePosition): ditto
15057         (restorePosition): ditto
15058         (MenuInsertLyXFile): ditto
15059         (workAreaExpose): don't init minibuffer
15060         (update): remove commented code, simplify
15061
15062         * BufferView2.C (openStuff): use LFUN_MESSAGE
15063         (toggleFloat): ditto
15064         (menuUndo): ditto
15065         (menuRedo): ditto
15066         (copyEnvironment): ditto
15067         (pasteEnvironment): ditto
15068         (copy): ditto
15069         (cut): ditto
15070         (paste): ditto
15071         (gotoInset): ditto
15072         (updateInset): remove some commented code
15073
15074         * lastfiles.h: inherit privately from noncopyable
15075         * layout.h: ditto
15076         * lyx_gui.h: ditto
15077         * lyx_main.h: ditto
15078         * lyxlex.h: ditto
15079         * lyxlex_pimpl.h: ditto
15080
15081         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15082         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15083         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15084
15085         * LyXAction.h: inherit privately from noncopyable, add methods
15086         func_begin, func_end, returning iterators to the func map.
15087
15088         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15089         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15090         (func_begin): new method
15091         (func_end): new method
15092
15093         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15094         and not)
15095         (copySelection): ditto
15096         (pasteSelection): ditto
15097
15098         * BufferView.C: whitespace change
15099         * BufferView.h: inherit privately from noncopyable
15100
15101 2001-04-16  Allan Rae  <rae@lyx.org>
15102
15103         * tabular-old.C (l_getline):
15104         * spellchecker.C (sc_check_word):
15105         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15106         an unrecognised preprocessor directive.  So ensure they're wrapped.
15107
15108 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15109
15110         * src/exporter.C (Export): Give an error message when path to file
15111         contains spaces.
15112
15113 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15114
15115         * LaTeX.C (deplog): Always check that foundfile exists.
15116
15117 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15118
15119         * lyx_main.h:
15120         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15121
15122 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15123
15124         * tabular.[Ch] (getLabelList): implement new method
15125
15126         * minibuffer.h: comment ouf setTiimer
15127
15128         * minibuffer.C (ExecutingCB): constify res
15129         (peek_event): constify s
15130         (Set): constify ntext
15131         (Init): constify nicename
15132
15133         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15134
15135         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15136         (savePosition): use two params to Minibuffer::Set
15137         (restorePosition): ditto
15138
15139 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15140
15141         * lyx_main.C: include language.h
15142
15143         * Makefile.am (lyx_main.o): add language.h
15144
15145 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15146
15147         * exporter.C:
15148         * paragraph.C:
15149         * screen.C:
15150         * tabular.C:
15151         * CutAndPaste.C: include gettext.h
15152
15153         * lyxfont.h: remove old hack with ON and OFF.
15154
15155         * lyxparagraph.h:
15156         * lyxfont.h: do not include language.h...
15157
15158         * BufferView2.C:
15159         * LaTeXFeatures.C:
15160         * Painter.C:
15161         * bufferview_funcs.C:
15162         * font.C:
15163         * lyxfont.C:
15164         * text.C:
15165         * text2.C:
15166         * trans_mgr.C:
15167         * paragraph.C: ... but do it here instead
15168
15169 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15170
15171         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15172
15173         * tabular.C: small reformat
15174
15175         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15176         NEW_INSETS version
15177         (GetChar): ditto
15178         (BreakParagraph): ditto
15179         (SetOnlyLayout): ditto
15180         (SetLayout): ditto
15181
15182         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15183         with one arg less.
15184
15185         * lastfiles.C: removed most using decl, add std:: where needed
15186
15187         * buffer.C: ws changes
15188
15189         * MenuBackend.C (class compare_format): put into anon namespace
15190         (expand): constify label, names, action, action2
15191         (expand):
15192
15193         * text.C (SingleWidth): constify font
15194         (IsBoundary): constify rtl2
15195         (GetVisibleRow): constify ww
15196
15197         * LaTeX.C (deplog): constify logfile
15198
15199         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15200         start_x, end_x
15201         (workAreaExpose): constify widthChange, heightChange
15202
15203         * lyxrow.C (par): moved
15204         (height): moved
15205         (next): moved
15206         * lyxrow.h: as inlines here
15207
15208         * lyxfont.h (shape): moved from lyxfont.C
15209         (emph): moved from lyxfont.C
15210
15211         * lyxfont.C (LyXFont): use initialization list for all
15212         constructors
15213         (shape): move to lyxfont.h as inline
15214         (emph): move to lyxfont.h as inline
15215
15216
15217 2001-04-04  Juergen Vigna  <jug@sad.it>
15218
15219         * vspace.C: had to include stdio.h for use of sscanf
15220
15221 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15222
15223         * BufferView.h:
15224         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15225         independent of xforms.
15226
15227 2001-04-02  Juergen Vigna  <jug@sad.it>
15228
15229         * spellchecker.C: fixed namespace placing!
15230
15231 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15232
15233         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15234         the LyXParagraph * is 0.
15235
15236 2001-03-29  Juergen Vigna  <jug@sad.it>
15237
15238         * vspace.C: added support for %, c%, p%, l%.
15239         (stringFromUnit): added helper function.
15240         (asLatexString): changed to give right results for the %-values.
15241
15242         * buffer.C: convert the widthp in a width%.
15243
15244 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15245
15246         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15247         figureForm.[Ch].
15248
15249         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15250         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15251
15252         * lyx_cb.[Ch]: see above.
15253
15254         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15255         form1.[Ch].
15256
15257         * form1.[Ch]:
15258         * lyx.[Ch]: replaced by figure_form.[Ch].
15259
15260         * lyx_gui.C:
15261         * lyx_gui_misc.C:
15262         * lyxfunc.C: changed headers associated with above changes.
15263
15264 2001-03-27  Juergen Vigna  <jug@sad.it>
15265
15266         * BufferView_pimpl.C: set the temporary cursor right!
15267
15268 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15269
15270         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15271
15272 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15273
15274         * LString.h: removed "using std::getline"!
15275
15276         * BufferView_pimpl.C (Dispatch): changes due to changes in
15277         InsetInclude::Params.
15278
15279         * buffer.C (tag_name): removed redundant break statements as they were
15280         producing lots of warnings with my compiler.
15281
15282 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15283
15284         * LString.h: add "using std::getline" when using the real <string>.
15285
15286 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15287
15288         * buffer.C: removed bitset usage.
15289         PAR_TAG moved to an anonymous name space.
15290         (tag_name): new funtion, also in the anonymous namespace.
15291         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15292         (makeDocBookFile): clean code. Completed transition from string arrays
15293         to string vectors.
15294         (SimpleDocBookOnePar): code clean.
15295
15296 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15297
15298         * tabular.C: add some comments.
15299
15300 2001-03-22  Juergen Vigna  <jug@sad.it>
15301
15302         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15303         compatibility read a bit and fixed bug with minipage in different
15304         depth.
15305
15306 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15307
15308         * buffer.C (pop_tag): removed.
15309         (push_tag): removed.
15310         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15311         array replaced with vector. Added support for CDATA sections.
15312         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15313         at any nest level.
15314         (makeDocBookFile): XML conformant declaration of CDATA section,
15315         fixed bug related to <emphasis> in the first paragraph char.
15316         (sgmlOpenTag): exclude empty tags.
15317         (sgmlCloseTag): ditto.
15318
15319         * buffer.h (pop_tag): removed.
15320         (push_tag): removed.
15321
15322 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15323
15324         * language.h (Languages): added size_type and size().
15325
15326 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15327
15328         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15329         response on compability reading of minipages. One probliem is that
15330         the old usage of minipages was «flertydig»
15331
15332         * several files here and in subdirs: don't use static at file
15333         scope use anon namespaces instead.
15334
15335 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15336
15337         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15338         LaTeX output. This is necessary for Literate document
15339         processing.
15340
15341 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15342
15343         * buffer.C: insert hfill when needed.
15344
15345         * tabular.C (l_getline): use string::erase, small whitespace change.
15346
15347         * BufferView_pimpl.C: try the anon namespace.
15348         * WorkArea.C: ditto
15349
15350 2001-03-16  Juergen Vigna  <jug@sad.it>
15351
15352         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15353         otherwise it won't open options-dialogs.
15354
15355         * buffer.C: honor pextraWidth(p) on converting minipages.
15356
15357         * tabular.C (l_getline): changed the functions to strip trailing \r.
15358
15359 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15360
15361         * BufferView_pimpl.C:
15362         * minibuffer..C: added "using SigC::slot" declaration.
15363
15364 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15365
15366         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15367
15368         * text2.C: ditto
15369
15370         * text.C: ditto
15371
15372         * paragraph.C: ditto
15373
15374         * lyxtext.h: NO_PEXTRA
15375
15376         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15377
15378         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15379         * ParameterStruct.h: ditto
15380         * ParagraphParameters.h: ditto
15381         * lyxparagraph.h: ditto
15382
15383 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15384
15385         * buffer.C: add compability for minipage alignment.
15386         (latexParagraphs): remove unwanted pextra check.
15387
15388         * several files: remove CXX_WORKING_NAMESPACES
15389
15390         * buffer.C (pop_tag): tie is in namespace boost
15391
15392         * BufferView.h: noncopyable is in namespace boost
15393         * lyxlex.h: ditto
15394         * lyx_main.h: ditto
15395         * lyx_gui.h: ditto
15396         * layout.h: ditto
15397         * lastfiles.h: ditto
15398         * bufferlist.h: ditto
15399         * ShareContainer.h: ditto
15400         * LyXView.h: ditto
15401         * LyXAction.h: ditto
15402         * LaTeX.h: ditto
15403
15404 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15405
15406         * Merging changes from BRANCH_MVC back into HEAD.
15407
15408         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15409
15410 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15411
15412         * BufferView_pimpl.C: change from intl.C
15413
15414         * combox.h:
15415         * combox.C:
15416         * Makefile.am: move combox.*
15417
15418         * form1.h:
15419         * form1.C:
15420         * lyx_gui.C:
15421         * intl.h:
15422         * intl.C: remove dialog (covered by prefs)
15423
15424 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15425
15426         * lyxfunc.C (Dispatch): removed redundant break statement.
15427
15428 2001-03-14  Juergen Vigna  <jug@sad.it>
15429
15430         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15431
15432 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15433
15434         * buffer.C: add hack to fix compability reading of minipages.
15435
15436 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15437
15438         * buffer.C (getLists): Cleanup.
15439
15440 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15441
15442         * lyxfont.C (update): don't honor toggleall on font size.
15443
15444 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15445
15446         * bmtable.c:
15447         * bmtable.h:
15448         * Makefile.am: moved to frontends/xforms/
15449
15450         * lyx_gui_misc.C:
15451         * lyxfunc.C:
15452         * BufferView_pimpl.C: changes for moved mathpanel
15453
15454 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15455
15456         * gettext.h: fix gettext_init() in --disable-nls
15457
15458 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15459
15460         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15461
15462 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15463
15464         * lyx.C:
15465         * lyx.h: strip external form
15466
15467 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15468
15469         * BufferView_pimpl.C: add comment, destroySplash()
15470
15471 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15472
15473         * BufferView_pimpl.C:
15474         * LyXAction.C:
15475         * buffer.C:
15476         * commandtags.h:
15477         * lyxfunc.C: use re-worked insetinclude
15478
15479 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15480
15481         * buffer.C: add using std::stringstream.
15482
15483         * lyx_cb.C: readd using std::ios.
15484
15485         * buffer.C: add using std::map.
15486
15487         * BufferView_pimpl.C: add using std::vector.
15488
15489         * ShareContainer.h: add std:: to swap.
15490
15491         * buffer.h: add some typedefs
15492         * buffer.C (getLists): use them
15493         (getLists): renamed from getTocList.
15494         add a counter for the different float types and use it in the
15495         generated string.
15496         (getLists): use the same counter for the NEW_INSETS and the "non"
15497         NEW_INSETS
15498
15499         * lyx_cb.h: remove unused items, includes, using etc.
15500
15501         * ShareContainer.h: remove some commented code, add more comments
15502         and "documentation".
15503
15504 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15505
15506         * buffer.C (getTocList): make the list also when NEW_INSETS is
15507         defined.
15508
15509         * buffer.h: remove TocType
15510
15511         * buffer.C (getTocList): change to return a map<string,
15512         vector<TocItem> >, implement for dynamic number of list.
15513
15514         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15515         * text2.C (PasteSelection): adjust
15516         * CutAndPaste.C (pasteSelection): adjust
15517
15518         * FloatList.C (FloatList): update from the new_insets branch.
15519         * Floating.[Ch]: ditto
15520         * LaTeXFeatures.C: ditto
15521         * buffer.C: ditto
15522         * lyxlex_pimpl.C: ditto
15523
15524         * paragraph.C (Last): remove when NEW_INSETS is defined.
15525
15526         * other file: changes because of the above.
15527
15528 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15529
15530         * lyxparagraph.h: rename next to next_, previous to previous_,
15531         make them private for NEW_INSETS. Rename Next() to next(),
15532         Previous() to previous().
15533
15534         * other files: changes because of the above.
15535
15536 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15537
15538         * BufferView.h:
15539         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15540         problem.
15541
15542 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15543
15544         * main.C (main): pass lyx_localedir to gettext_init().
15545
15546         * gettext.h: remove locale_init and gettext_init macros
15547
15548         * gettext.C (locale_init): new function
15549         (gettext_init): new function
15550
15551         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15552         setlocale().
15553
15554 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15555
15556         * Moved credits to frontends:
15557         * credits.[Ch]: removed
15558         * credits_form.[Ch]: removed
15559         * lyx_gui_misc.C: remove credits stuff
15560         * Makefile.am:
15561
15562 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15563
15564         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15565
15566         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15567         unneeded destructor.
15568
15569         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15570         a standalone pointer again.
15571
15572         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15573
15574 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15575
15576         * Makefile.am:
15577         * filedlg.h:
15578         * filedlg.C:
15579         * LyXAction.C:
15580         * ToolbarDefaults.C:
15581         * bufferlist.C:
15582         * commandtags.h:
15583         * form1.C:
15584         * form1.h:
15585         * lyx_cb.C:
15586         * lyx_cb.h:
15587         * lyxfunc.h:
15588         * lyxfunc.C:
15589         * BufferView_pimpl.C: use new file dialog in GUII
15590
15591         * lyx_cb.h:
15592         * lyx_cb.C: remove LayoutsCB to Toolbar
15593
15594 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15595
15596         * ShareContainer.h (get): add std:: qualifier
15597
15598 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15599
15600         * ShareContainer.h: define a proper ShareContainer::value_type
15601         type (and use typename to please compaq cxx)
15602
15603 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15604
15605         * lyxparagraph.h: move serveral local vars to
15606         ParameterStruct/ParagraphParameters., use ShareContainer in
15607         FontTable., make vars in FontTable private and add getter and
15608         setter.
15609
15610         * paragraph.C: changes because of the above.
15611
15612         * lyxfont.h: remove copy constructor and copy assignment. (the
15613         default ones is ok), move number inside FontBits. move inlines to
15614         lyxfont.C
15615
15616         * lyxfont.C: add number to initializaton of statics, move several
15617         inlines here. constify several local vars. some whitespace
15618         cleanup. Dont hide outerscope variables.
15619
15620         * Spacing.h: add two new constructors to match the set methods.
15621
15622         * ShareContainer.h: new file, will perhaps be moved to support
15623
15624         * ParameterStruct.h: new file
15625
15626         * ParagraphParameters.h: new file
15627
15628         * ParagraphParameters.C: new file
15629
15630         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15631         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15632
15633         * BufferView_pimpl.C: ParagraphParameter changes.
15634         * buffer.C: Likewise.
15635         * bufferview_funcs.C: Likewise.
15636         * text.C: Likewise.
15637         * text2.C: Likewise.
15638
15639 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15640
15641         * lyxfind.C (LyXReplace): do not redefine default argument in
15642         implementation.
15643         (IsStringInText): ditto
15644         (SearchForward): ditto
15645         (SearchBackward): ditto
15646
15647 2001-03-06  Juergen Vigna  <jug@sad.it>
15648
15649         * lyxfind.C (IsStringInText): put parentes around expressions.
15650
15651 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15652
15653         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15654
15655 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15656
15657         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15658
15659         * stl_string_fwd.h: add comment
15660
15661         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15662
15663         * tabular.h:
15664         * tabular.C: remove unused DocBook methods
15665
15666         * intl.C:
15667         * language.C:
15668         * paragraph.C:
15669         * buffer.C:
15670         killed DO_USE_DEFAULT_LANGUAGE
15671
15672 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15673
15674         * lyx_gui.C: do not include language.h.
15675
15676         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15677         arguments in function implementation.
15678
15679 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15680
15681         * BufferView_pimpl.C: add <ctime>
15682
15683 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15684
15685         * BufferView_pimpl.C: add using std::find_if
15686
15687 2001-02-27  José Matos  <jamatos@fep.up.pt>
15688
15689         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15690         by OnlyPath.
15691
15692 2001-02-11  José Matos  <jamatos@fep.up.pt>
15693
15694         * buffer.C (makeDocBookFile): command styles now have a parameter as
15695         "title" by default.
15696
15697 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15698
15699         * layout_forms.[Ch]: removed
15700         * lyx_cb.[Ch]: out character
15701         * lyx_gui.C: out character
15702         * lyx_gui_misc.C: out character
15703         * bufferview_funcs.C: : out character,
15704         added toggleall as parameter in ToggleAndShow
15705
15706 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15707
15708         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15709
15710         * text2.C (SetCurrentFont): Disable number property at boundary.
15711
15712 2001-02-26  Juergen Vigna  <jug@sad.it>
15713
15714         * lyxfunc.C (getStatus): added a string argument override function so
15715         that this is correctly called from LyXFunc::Dispatch if it contains a
15716         do_not_use_argument which is used!
15717         (Dispatch): added check for "custom" export and call appropriate func.
15718
15719 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15720
15721         * lyxrc.C: Add language_command_local, language_use_babel and
15722         language_global_options.
15723
15724         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15725
15726         * buffer.C (makeLaTeXFile): Use language_use_babel and
15727         language_global_options.
15728
15729 2001-02-23  Juergen Vigna  <jug@sad.it>
15730
15731         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15732         which works with LyXText and putted it inside BufferView. Here now we
15733         only call for that part the BufferView::Dispatch() function.
15734
15735         * BufferView.C (Dispatch): added.
15736
15737         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15738         functions which needs to use a LyXText over from LyXFunc.
15739         (MenuInsertLyXFile): added
15740         (getInsetByCode): added
15741         (moveCursorUpdate): added
15742         (static TEXT): added
15743
15744 2001-02-22  Juergen Vigna  <jug@sad.it>
15745
15746         * BufferView_pimpl.C (update): call a status update to see if LyXText
15747         needs it.
15748
15749 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15750
15751         * vc-backend.C (revert): implement for CVS
15752         (getLog): implement for CVS
15753
15754 2001-02-20  Juergen Vigna  <jug@sad.it>
15755
15756         * text2.C (ClearSelection): added BufferView param for inset_owner call
15757
15758         * lyxfunc.C (TEXT): added this function and use it instead of
15759         directly owner->view()-text of getLyXText().
15760
15761 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15762
15763         * src/layout_forms.C: out preamble
15764         * src/layout_forms.h: out preamble
15765         * src/lyx_cb.C: out preamble
15766         * src/lyx_cb.h: out preamble
15767         * src/lyx_gui.C: out preamble
15768         * src/lyx_gui_misc.C: out preamble
15769         * src/lyxfunc.C: connect with guii preamble
15770
15771 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15772
15773         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15774
15775 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15776
15777         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15778         whether to run bibtex.
15779
15780 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15781
15782         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15783
15784 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15785
15786         * Makefile.am (lyx_SOURCES): removed bibforms.h
15787
15788         * vspace.h: doxygen
15789
15790         * text.C (GetVisibleRow): make several local vars const
15791
15792         * tabular.C: small cleanup.
15793
15794         * lyxserver.C (callback): use compare instead of strncmp
15795
15796         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15797         inlines to after class or to paragraph.C
15798
15799         * lyxfont.h: remove friend operator!=
15800
15801         * converter.h: move friend bool operator< to non friend and after
15802         class def.
15803
15804         * combox.h: small cleanup
15805
15806         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15807         to inlines after class def.
15808
15809         * buffer.C (pop_tag): use string operations instead of strcmp
15810
15811         * bmtable.c: doxygen, small cleanup
15812
15813         * LaTeX.h: remove friend operator==
15814
15815 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15816
15817         * screen.C:
15818         * lyxrc.[Ch]:
15819         * lyxfunc.C:
15820         * lyxfont.[Ch]:
15821         * lyx_cb.C:
15822         * intl.[Ch]:
15823         * commandtags.h:
15824         * buffer.C:
15825         * WorkArea.[Ch]:
15826         * LyXAction.C:
15827         * BufferView_pimpl.C:
15828         * BufferView.[Ch]: remove cruft
15829
15830 2001-02-14  Juergen Vigna  <jug@sad.it>
15831
15832         * lyxfunc.C: removed #if 0 unused code
15833
15834         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15835
15836         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15837
15838         * text2.C (SetSelection): added a BufferView * parameter
15839
15840 2001-02-13  Juergen Vigna  <jug@sad.it>
15841
15842         * lyxfunc.C (Dispatch): fixed protected blank problem.
15843         * BufferView2.C (protectedBlank): added LyxText * parameter.
15844
15845         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15846         (AppendColumn): same as above for column_info.
15847
15848         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15849         (moveCursorUpdate): use a LyXText param for support of InsetText.
15850
15851         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15852         (tripleClick): ditto
15853
15854         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15855
15856         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15857
15858         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15859
15860         * text2.C (SetSelection): set correct update status if inset_owner
15861         (ToggleFree): ditto
15862
15863 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15864
15865         * tabular.C: remove some commented code.
15866
15867 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15868
15869         * BufferView_pimpl.C: call hideSplash()
15870
15871         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15872
15873         * include_form.h:
15874         * bibforms.h: remove
15875
15876         * lyxfunc.C:
15877         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15878           add LFUN_CHILD_CREATE
15879
15880         * counters.h: fix tiny typo
15881
15882         * lyx_cb.C:
15883         * lyx.h:
15884         * lyx_gui.C:
15885         * lyx.C: move splash to frontends/xforms/
15886
15887         * lyx_gui_misc.C: move Include and Bibform to frontends
15888
15889         * lyxvc.h: clarify comment
15890
15891         * vspace.C: tiny housekeeping
15892
15893 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15894
15895         * text.C (PrepareToPrint): RTL Fix.
15896
15897         * paragraph.C (GetUChar): New method.
15898         (String):  Use GetUChar.
15899
15900         * buffer.C (asciiParagraph): Use GetUChar.
15901
15902 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15903
15904         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15905
15906 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15907
15908         * buffer.h:
15909         * buffer.C: rename to getLogName(), handle
15910           build log / latex log nicely
15911
15912 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15913
15914         * MenuBackend.C:
15915         * MenuBackend.h: remove support for reference menuitem type.
15916
15917 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15918
15919         * BufferView_pimpl.C: housekeeping
15920         * BufferView_pimpl.h:
15921         * LyXView.h:
15922         * Makefile.am:
15923         * Timeout.C:
15924         * Timeout.h:
15925         * minibuffer.h: move Timeout GUI-I
15926
15927 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15928
15929         * lyxrc.C (read): Update converters data-structures.
15930
15931 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15932
15933         * LaTeX.h (operator!=): add operator != for Aux_Info
15934
15935 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15936
15937         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15938
15939         * LaTeXLog.C: deleted, useful code moved to Buffer
15940
15941         * buffer.h:
15942         * buffer.C: new function getLatexLogName()
15943
15944         * lyx_gui_misc.C:
15945         * lyx_gui.C:
15946         * lyxvc.C:
15947         * lyxvc.h:
15948         * lyxfunc.C: use frontends for LaTeX and VC logs
15949
15950 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15951
15952         * LaTeX.h: yet another std:: that Allan forgot.
15953
15954         * Variables.C (set): renamed from isset(), because this clashes
15955         with some HP-UX macros (grr).
15956
15957 2001-02-06  Allan Rae  <rae@lyx.org>
15958
15959         * LaTeX.h: Another bug fix.  Missing std:: this time.
15960
15961 2001-02-04  Allan Rae  <rae@lyx.org>
15962
15963         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15964         floats problem. I've left it commented out because it's not quite
15965         correct.  It should also test that the current object is a table or
15966         figure inset.  But I haven't gotten around to figuring out how to do
15967         that.  I *think* it'll be something like: "table" == inset.type()
15968
15969         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15970         bool.
15971
15972 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15973
15974         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15975         all the citation/databases/styles in the auxilary file.
15976         (run): Rerun latex if there was a babel language error.
15977
15978 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15979
15980         * text.C (Backspace): Preserve the font when changing newline char
15981         with a space.
15982         (BreakParagraph): If the cursor is before a space, delete the space.
15983
15984         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15985
15986 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15987
15988         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15989         new argument (code).
15990         (ChangeCitationsIfUnique): New method.
15991
15992         * paragraph.C (GetPositionOfInset): Handle bibkey.
15993
15994 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15995
15996         * BufferView_pimpl.h: change type of Position::par_pos to
15997         LyXParagraph::size_type.
15998
15999 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
16000
16001         * BufferView_pimpl.C (savePosition, restorePosition): Write
16002         messages to minibuffer.
16003
16004 2001-01-28  José Matos  <jamatos@fep.up.pt>
16005
16006         * buffer.C (makeDocBookFile): adds support for document language.
16007         A silly restriction on the name of LatexCommand types where removed.
16008         Added support for CDATA sections, allows to chars unescaped, used
16009         among others in code, to avoid escape < and >.
16010
16011 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16012
16013         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16014         saved positions instrad of a stack. Furthermore, a position is
16015         stored using paragraph id/paragraph position.
16016
16017         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16018         Remove LFUN_REF_BACK.
16019
16020 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16021
16022         * converter.C (dvipdfm_options): New method.
16023
16024 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16025
16026         * vspace.C (isValidLength): Fix for empty input string.
16027
16028 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16029
16030         * LyXAction.C (init): change description of LFUN_FIGURE to
16031         "Insert Graphics"
16032
16033 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16034
16035         * LaTeX.C: add using directive
16036
16037 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16038
16039         * MenuBackend.C (expand): Fix the sorting of the formats.
16040
16041 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16042
16043         * lyx_main.C: tiny error message fix
16044
16045 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16046
16047         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16048         calling fl_initialize(). This fixes the problem with ',' as
16049         decimal separator in text files.
16050
16051 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16052
16053         * trans.C (process): Fix the keymap bug.
16054
16055 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16056
16057         * LaTeX.C (scanAuxFiles): New method. Provides support for
16058         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16059         (scanLogFile) Scan for "run BibTeX" messages.
16060
16061         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16062         OT1 font encoding. Also, load the aecompl package if the ae
16063         package is loaded.
16064
16065         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16066
16067 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16068
16069         * texrow.C (increasePos): turn two error messages into debug
16070         messages.
16071
16072 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16073
16074         * LaTeX.C (scanAux): Handle the \@input macro.
16075         (runBibTeX): Use scanAux().
16076
16077         * language.C (latex_options_): New field.
16078
16079         * LaTeXFeatures.C (getMacros): Add language macros.
16080
16081         * buffer.C (makeLaTeXFile): Small fix.
16082
16083 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16084
16085         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16086
16087         * text2.C: add a using directive.
16088
16089 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16090
16091         * BufferView2.C:
16092         * lyx_gui_misc.h:
16093         * lyxfr1.C:
16094         * lyxfunc.C: kill LyXBell.
16095
16096 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16097
16098         * text.C (IsBoundary): Remove the error message
16099
16100         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16101
16102         * lyxrc.C (setDefaults): Correct initialization value for
16103         font_norm_type.
16104
16105 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16106
16107         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16108         gotoError().
16109
16110         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16111         and GotoNextNote().
16112
16113         * src/LyXAction.C: Added reference-next.
16114
16115         * text.C (InsertChar): Use contains instead of strchr.
16116
16117         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16118
16119 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16120
16121         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16122         alignment commands (when needed).
16123
16124         * text.C (InsertChar): Add ':' to number separator chars.