]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Change to use preffered calling of Boost.Function
[lyx.git] / src / ChangeLog
1 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * pch.h: dont include <boost/function/function0.hpp>
4
5         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
6
7         * paragraph_pimpl.h: remove usage of ShareContainer
8
9         * paragraph_pimpl.C: remove initialization of ShareContainer.
10
11 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12
13         Fix bug #1666
14
15         * BufferView.C (putSelectionAt): change the semantics when
16         backwards == true: now, this just swaps cursor and anchor wrt the
17         forward case
18
19         * BufferView.h (putSelectionAt): add some documentation
20
21         * lyxfind.C (findBackwards): rewrite using while(). In particular,
22         make sure backwardChar is done at least once (to avoid getting
23         stuck)
24         (findNextChange): use putSelectionAt in the forward direction
25         (operator()): use Paragraph::isWord
26
27 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
28
29         * Spacing.C (set): c_str fix
30
31 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
32
33         * lyx_cb.C (Reconfigure): quote the name of configure script in
34         case it contains spaces
35
36 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
37
38         * client: new dir
39
40         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
41         (BOOST_LIBS): use top_buildir when looking for the file
42
43 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
44
45         * pch.h: do not use include boost/format.hpp, multiple symbols
46                 will result (gcc bug)
47
48
49 2004-08-23  José Matos  <jamatos@lyx.org>
50
51         * bufferparams.C (readToken): fix reading of the author field.
52
53 2004-08-20  José Matos  <jamatos@lyx.org>
54
55         * lyxrc.C: remove support/translator.h inclusion since it is not used.
56
57 2004-08-20  José Matos  <jamatos@lyx.org>
58
59         * lyxlex.[Ch] (findToken): remove function.
60
61         * ParagraphParameters.C (findToken):
62         * bufferparams.C (findToken): replace call for previous function
63         with local copy. This local function has one more argument, the
64         read string argument.
65
66 2004-08-16  José Matos  <jamatos@lyx.org>
67
68         * ParagraphParameters.C (write):
69         * Spacing.C (writeFile):
70         * bufferparams.C (writeLaTeX):
71         * lyx_cb.C (Reconfigure):
72         * paragraph.C (write):
73         * tabular.C (write): remove unnecessary space at end of line.
74
75
76 2004-08-16  José Matos  <jamatos@lyx.org>
77
78         * text.C (readParagraph): remove debug message.
79
80 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
81
82         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
83         crash
84
85         * output_plaintext.C (asciiParagraph): set depth correctly
86
87         * outputparams.h: add member depth
88
89         * paragraph_funcs.C (ownerPar): remove.
90
91         * text2.C (setCounter): remove first_pit; comment out some
92         non-working code that uses ownerPar
93
94         * BufferView.C (getParentLanguage): remove. Not used anymore, and
95         uses ownerPar
96
97 2004-08-16  José Matos  <jamatos@lyx.org>
98
99         * text.C (readParToken, readParagraph, read): report all unknown tokens.
100         For the same level of importance use the same chanel to report problems.
101         (read): add code to deal with \begin_body and \end_body.
102
103
104 2004-08-15  José Matos  <jamatos@lyx.org>
105
106         * lyxlex.C (getString): fix comment, buffer::readBody is now
107         buffer:readDocument.
108
109         * tex-strings.C (string_papersize): Default -> default,
110         Custom -> custom, for consistency with other options.
111
112 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
113
114         * pch.h: new file
115
116         * Makefile.am: support pch
117
118 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
119
120         * text.C (readParToken): remove the static LyXFont variable and
121         pass it as a parameter instead. This fixes a nasty bug where an
122         inset will be inserted with a bad font in some situations
123         (readParagraph): adapt
124
125         * text2.C (setCounter): reduce number of calls to pars_[pit]
126
127         * text.C (singleWidth): add an assert, fix a test
128
129         * rowpainter.C (paintText): reduce number of calls to singleWidth
130
131         * paragraph.C (isHfill):
132         (isNewline): ws only
133
134 2004-08-14  André Pönitz  <poenitz@gmx.net>
135
136         * text.C:
137         * text2.C:
138         * rowpainter.C:
139         * lyxtext.h (several functions): use a Paragraph & argument
140         instead of par_type
141
142 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
143
144         * metricsinfo.h: add a new field ltr_pos to PainterInfo
145
146         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
147
148         * text.C (singleWidth): remove useless test
149
150 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
151
152         * tabular.h: remove bogus comments
153
154         * tabular.C (getDescentOfRow):
155         (isPartOfMultiColumn): add assertions
156
157         * lyxlength.C (inPixels): remove #warning
158
159 2004-08-14  André Pönitz  <poenitz@gmx.net>
160
161         * paragraph.h: inline getChar()
162
163         * BufferView.h: remove unused declarations
164
165 2004-08-14  José Matos  <jamatos@lyx.org>
166
167         * Buffer.[Ch] (readDocument): new name for old readBody.
168         * Buffer.C: new file format, new keywords: \begin_document,
169         \begin_header, \begin_body, \end_body.
170
171         * bufferparams.C (readToken): replace all calls to lex.nextToken
172         by lex.next(). Do the same to eatLine except where really needed.
173
174         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
175         line when writing to the lyx file.
176
177         * output_plaintext.C (asciiParagraph): fix Bibliography style
178         handling.
179
180         * text.C (read): fix end of file handling.
181
182 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
183
184         * MenuBackend.C (Menu::operator[]): new method to access
185         individual menu items
186         (Menu::hasFunc): new method. search for an item that corresponds
187         to a given func
188         (MenuBackend::specialMenu): new method
189         (MenuBackend::expand): if a special menu has been set, skip
190         entries whose func() appears in this menu
191
192 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
193
194         * text3.C: use Debug::DEBUG a bit more
195
196         * text.C (leftMargin): try to simplify a tiny bit change var x to
197         l_margin. Dont output the wide margins always.
198         (rightMargin): no margin in inner texts
199
200         * rowpainter.h (nestMargin): new func
201         (changebarMargin): new func
202         (rightMargin): new func
203
204         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
205         now functions.
206         (paintLast): ditto
207
208         * factory.C (createInset): modify setDrawFrame
209
210         * cursor.C: use Debug::DEBUG a bit more
211
212 2004-08-14  André Pönitz  <poenitz@gmx.net>
213
214         * coordcache.[Ch]:
215         * Makefile.am: new files to accomodate an 'external' (x,y)-position
216         cache for all insets in (at least partially) visible (top-level)
217         paragraphs.
218
219         * BufferView_pimpl.C: reset external coord cache before every update.
220         This means the coord cache only contains valid entries.
221
222 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
223
224         bug 1096
225         * BufferView_pimpl.C (getInsetByCode): move function out of class
226         and change in to a template in anon namespace. Also fix to do what
227         suits us better.
228
229 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
230
231         bug 1305
232         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
233         of char
234         (breakParagraph): rename par to par_offset and use a local
235         reference. Add code to keep the language over a rebreak.
236         (breakParagraphConservative): rename par to par_offset, use a
237         local reference
238         (mergeParagraph): ditto
239         (outerHook): ditto
240         (isFirstInSequence): ditto
241         (outerFont): rename pit to par_offset
242
243         * paragraph.C: ws change
244         * paragraph.h: ditto
245         * text3.C: ditto
246         * text.C: ditto
247
248 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
249
250         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
251         treatment for ']'
252
253         * paragraph.C (simpleTeXOnePar): when we have a \item with
254         optional argument, enclose the argument with curly brackets (in
255         case it contains a closing square bracket)
256
257         * text2.C (editXY):
258         * text2.C (editXY):
259         * text3.C (checkInsetHit): constify
260
261 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
262
263         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
264         documents (bug 1629)
265
266 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
267
268         Fix toggling of collapsable insets with the mouse (bug 1558)
269
270         * lyxfunc.C (dispatch): adapt to LCursor changes
271
272         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
273         make sure that dispatch is not invoked twice
274
275         * cursor.C (needsUpdate): new method
276         (dispatch): return void
277         (result): new method, to access the DispatchResult of the cursor.
278
279 2004-08-13  José Matos  <jamatos@lyx.org>
280
281         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
282
283 2004-08-13  André Pönitz  <poenitz@gmx.net>
284
285         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
286
287         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
288           multiple cells
289
290 2004-08-12  André Pönitz  <poenitz@gmx.net>
291
292         * text3.C: take out the 'cursor right' form insertInset and only
293         do it in those places when it is really needed. Fixes crash on
294         C-m...
295
296 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
297
298         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
299
300         * BufferView_pimpl.C (setBuffer): initialize the current font of
301         the underlying LyXText
302
303 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
304
305         * kbsequence.C (print): use UI native formatting for menu
306         shortcuts
307
308         * text.C (insertChar): call Paragraph::insertChar with a font
309         argument (cosmetic)
310
311         * paragraph.C (insertInset, insertChar): the version that takes a
312         LyXFont argument is now a wrapper around the other one (the
313         opposite used to be true).
314
315         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
316         argument. Font setting is done in Paragraph now.
317
318 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * outputparams.h: add new members intitle and lang.
321
322         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
323         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
324
325 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
326
327         * text3.C (dispatch): remove special handling of button 4 and 5,
328         it is now taken care of in the frontend code.
329
330 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
331
332         * Spacing.h: add <string> (STLPort compile fix)
333
334 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
335
336         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
337
338 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
339
340         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
341         to bool.
342
343         * converter.C (showMessage): inherit from unary_function, make
344         operator() const.
345
346         * buffer.C (writeFile): initialize retval
347
348         * InsetList.h: rename private variable list to list_
349         * InsetList.[Ch]: adjust accordingly.
350
351 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
352
353         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
354         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
355         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
356         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
357         * ParagraphParameters.C, LaTeXFeatures.C: replace
358         "support/std_sstream.h" with <sstream>
359
360 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
361
362         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
363         * lyxsocket.C (LyXServerSocket): ditto
364         (serverCallback): ditto
365
366 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
367
368         * LaTeXFeatures.C: check release date when loading jurabib.
369
370 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
371
372         * lyxserver.C (startPipe): call register_socket_callback
373         (endPipe): call unregister_socket_callback
374
375 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
376
377         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
378         (LyXServerSocket): register the callback
379         (LyXServerSocket): unregister the callback
380         (fd): delete function
381         (serverCallback): improve error checking and setup the callbacks.
382         (dataCallback): change arg to fd.
383         (writeln): new func (copied fro the client socket) used for server
384         write to client.
385         (LyXDataSocket): simplify
386         (~LyXDataSocket): close ann unregiser callback
387         (server): delete function
388         (fd): delete function
389         (readln): small changes, improve some std::string usage
390         (writeln): constify a bit
391
392 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
393
394         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
395         Qt frontend
396
397 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
398
399         * BufferView_pimpl.C (setBuffer): set the layout combox value only
400         after it has been populated
401
402 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
403
404         * text2.C (insertInset): move cursor when inserting inset.
405
406 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
407
408         * kbmap.C (findbindings): a couple of new methods. returns a
409         container of kb_sequence objects. The real work is done by the
410         private recursive version
411         (printbindings): uses findbindings to print out a bracketed list
412         of bindings (renamed from findbinding).
413
414         * MenuBackend.C (binding): use kb_keymap::findbindings
415
416         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
417
418 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
419
420         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
421
422 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
423
424         * paragraph.C (isWord): return true on insets that report
425         isLetter().
426
427         * text.C (getWord): use Paragraph::isWord to decide what is in a
428         word and what is not; fix bug 1609.
429
430 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
431
432         * tex-strings.C: add "none" to string_paperpackages[], fixes
433         off-by-one-error in the paperpackage selection.
434
435         * lyxlex.[Ch]:
436         * tex-strings.[Ch]: char const * string[n]
437         -> char const * const string[]
438
439 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
440
441         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
442         command, return early.
443
444 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
445
446         * debug.h: add DEBUG to enum and fix size of ANY.
447
448         * debug.C: add support for Debug::DEBUG
449         (showTags): cast errorTags.level to unsigned int
450
451         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
452         (redoCurrentBuffer): ditto
453         (updateScrollbar): ditto
454         * cursor.C (dispatch): ditto
455         * text2.C (setLayout): ditto
456         (setFont): ditto
457         (updateCounters): ditto
458         (editXY): ditto
459         (deleteEmptyParagraphMechanism): ditto
460
461 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
462
463         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
464         annotations to cleanup the Makefile slightly.
465
466 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
467
468         * lyxrc.C: do not set user_email to a default value but use empty
469         instead. The entry used to be translated, which does not work
470         since at the point where lyxrc is constructed there is no
471         translation service available
472
473         * messages.C (getLocaleDir): remove and use directly
474         lyx_localedir() instead
475
476 2004-06-02  Angus Leeming  <leeming@lyx.org>
477
478         Fix crash caused by dereferencing null pointer 'exportdata' in
479         OutputParams by creating a new ExportData variable on the heap,
480         storing it in a boost::shared_ptr.
481         The crash was triggered when generating an Instant Preview
482         of an external inset.
483
484         * Makefile.am: add outputparams.C
485
486         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
487         (c-tor): allocate memory to it.
488
489         * exporter.C (c-tor): associated changes.
490
491 2004-06-01  Angus Leeming  <leeming@lyx.org>
492
493         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
494         contains data before calling isInset(0). (Bug 1513.)
495
496 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
497
498         * exporter.C (checkOverwrite): new method
499         * exporter.C (copyFile): new method
500         * exporter.C (Export): copy referenced files to the document dir
501         * exporter.[Ch]: new class ExportedFile
502         * exporter.[Ch]: new class ExportData. Contains currently the
503         names of referenced external files
504         * outputparams.h: add exportdata member.
505
506 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
507
508         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
509         version.C-tmp
510
511 2004-05-19  Angus Leeming  <leeming@lyx.org>
512
513         * LaTeXFeatures.C:
514         * ToolbarBackend.C:
515         * bufferparams.C:
516         * lyxfunc.C: small changes due to the introduction of namespace
517         lyx::frontend and the moving of namespace biblio to lyx::biblio.
518
519 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
520
521         * text3.C (dispatch): supress update when only moving the cursor
522         * cursor.C (selHandle): remove commented code
523
524 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
525
526         * paragraph.C (startTeXParParams): correct column count
527         * CutAndPaste.C (pasteSelection): remove const_cast
528         * output_docbook.C (docbookParagraphs): remove const_cast
529         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
530         const_cast and return ParagraphList::const_iterator
531         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
532         * output_plaintext.C (writeFileAscii): remove const_cast
533         * paragraph.[Ch] (simpleTeXOnePar): make const
534         * paragraph_funcs.C (outerPar): use const iterators
535         * paragraph_pimpl.C (validate): use const iterators
536         * text.C (setHeightOfRow): use const iterators
537
538 2004-05-17  Angus Leeming  <leeming@lyx.org>
539
540         * lfuns.h:
541         * LyXAction.C (init): new LFUN_INSET_REFRESH.
542
543         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
544         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
545         if the citation engine has changed.
546
547 2004-05-14  José Matos  <jamatos@lyx.org>
548
549         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
550         if the textclass does not provide it. Have it different for sgml and
551         xml.
552         support the language of document.
553         * output_docbook.C (docbookParagraphs):
554         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
555         first anchor as the id of the paragraph, remove special case code.
556         * sgml.C (escapeChar): escape only < & >.
557
558 2004-05-14  Angus Leeming  <leeming@lyx.org>
559
560         * bufferparams.h: move biblio::CiteEngine enum here to minimize
561         dependencies on src/frontends/controllers/biblio.h. Define a
562         CiteEngine_enum wrapper class to enable the enum to be forward
563         declared.
564
565 2004-05-12  Angus Leeming  <leeming@lyx.org>
566
567         * buffer.C: up LYX_FORMAT to 234.
568         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
569         use_numerical_citations with a single biblio::CiteEngine cite_engine
570         variable.
571         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
572
573 2004-05-13  José Matos  <jamatos@lyx.org>
574
575         * converter.h:
576         * converter.C (Converter, readFlags): add xml member.
577         * outputparams.h: add XML flavor.
578         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
579
580 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
581
582         * lyxfunc.C (dispatch):
583         (getStatus): fix handling of LFUN_SEQUENCE
584
585 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
586
587         * debug.C (showLevel): do not forget the end-of-line marker
588
589 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
590
591         * kbmap.C (read): do not stop parsing a bind file when an error
592         occurs (bug 1575)
593
594 2004-04-29  Angus Leeming  <leeming@lyx.org>
595
596         * cursor.C:
597         * factory.C:
598         * pariterator.C:
599         * text2.C: wrap a bunch of #warning statements
600         inside #ifdef WITH_WARNINGS blocks.
601
602 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
603
604         * buffer.C: increment format to 233.
605
606 2004-04-28  Angus Leeming  <leeming@lyx.org>
607
608         * BufferView_pimpl.C:
609         * lyxfunc.C:
610         * text3.C:
611         s/updateToolbar()/updateToolbars()/
612         s/Toolbar.h/Toolbars.h/
613
614 2004-04-28  Angus Leeming  <leeming@lyx.org>
615
616         * BufferView.[Ch] (c-tor):
617         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
618         No longer passes these data to the WorkArea generator.
619
620 2004-04-28  Angus Leeming  <leeming@lyx.org>
621
622         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
623
624 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
625
626         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
627
628 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
629
630         * output_latex.C (TeXEnvironment): make sure that there is a line
631         break before \end{foo} for the last paragraph of a document
632         (TeXOnePar): if the paragraph is at the end of the document (or
633         inset) and the language has to be reset, then make sure that the
634         line break is _before_ the language command, not after (fixes bug
635         1225); also make sure that the language reset command is the first
636         thing after the paragraph (to ensure proper nesting of
637         environments and thus fix bug 1404)
638
639 2004-04-21  John Levon  <levon@movementarian.org>
640
641         * ToolbarBackend.h:
642         * ToolbarBackend.C: make "name" be a programmatic name
643         and a gui_name field.
644
645         * lyxfunc.C: display the minibuffer on M-x
646
647 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
648
649         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
650         (bug 1526)
651
652 2004-04-19  Angus Leeming  <leeming@lyx.org>
653
654         * BufferView_pimpl.C (setBuffer): changed preview interface.
655
656         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
657         possible values.
658
659 2004-04-19  John Levon  <levon@movementarian.org>
660
661         * BufferView_pimpl.C:
662         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
663
664 2004-04-05  Angus Leeming  <leeming@lyx.org>
665
666         * text.C (redoParagraphs): add call to updateCounters(), thereby
667         fixing the missing "Figure #:" label from the caption of a
668         figure float.
669
670 2004-04-13  Angus Leeming  <leeming@lyx.org>
671
672         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
673         cursor is clicked out of an inset.
674
675 2004-04-13  Angus Leeming  <leeming@lyx.org>
676
677         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
678         than an InsetOld one.
679
680 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
681
682         * format.[Ch]: add editor to Format
683         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
684         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
685
686 2004-04-08  André Pönitz  <poenitz@gmx.net>
687
688         * metricsinfo.h: remove PainterInfo::width member
689
690 2004-04-08  Angus Leeming  <leeming@lyx.org>
691
692         * lyx_sty.C (boldsymbol_def): modify so that it outputs
693         "\providecommand" rather than "\newcommand", thereby preventing
694         clashes with packages that define "\boldsymbol" themselves.
695         Eg, beamer.
696
697 2004-04-08  Angus Leeming  <leeming@lyx.org>
698
699         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
700         thereby squashing an unnecessary warning.
701
702 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
703
704         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
705         setBuffer()
706
707 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
708
709         * BufferView.C (setCursor): call redoParagraph (some insets could
710         have been opened)
711         (putSelectionAt): remove the 'double update' trick
712
713         * BufferView_pimpl.C (fitCursor): call refreshPar
714         (workAreaDispatch): remove an uneeded update call
715         (dispatch): remove some manual update calls
716
717         * cursor.[Ch]: remove cached_y_, updatePos
718         (selHandle): set noUpdate when appropriate
719
720         * lyxfunc.C (dispatch): track if we need an update
721
722         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
723
724         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
725         (paintSelection): cheap optimization, do not call cursorX when not
726         needed
727         (paintPars): change signature
728         (refreshPar): add
729         (paintText): adjust
730         (paintTextInset): adjust
731
732         * text.C: adjust
733
734 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
735
736         * lengthcommon.C: compilation fix: remove explicit array size from
737         unit_name[] and friends
738
739 2004-04-05  Angus Leeming  <leeming@lyx.org>
740
741         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
742
743         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
744         present only for the preferences dialog.
745         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
746
747 2004-04-05  Angus Leeming  <leeming@lyx.org>
748
749         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
750         to enable the frontends to export changes to lyxrc correctly.
751
752         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
753
754 2004-04-07  André Pönitz  <poenitz@gmx.net>
755
756         * cursor.[Ch] (selClear, adjust): remove math
757
758         * cursor_slice.C: more agressive assert
759
760         * lyxfunc.C:
761         * BufferView_pimpl.C: rework mouse event dispatch
762
763         * dociterator.C:
764         * paragraph.C:
765         * text2.C:
766         * text3.C: adjust
767
768 2004-04-05  André Pönitz  <poenitz@gmx.net>
769
770         * cursor.[Ch] (valign, halign...): remove unneeded functions
771
772 2004-04-05  Angus Leeming  <leeming@lyx.org>
773
774         * lyxlength.[Ch] (unit_name et al.): const-correct.
775
776 2004-04-05  Angus Leeming  <leeming@lyx.org>
777
778         * BufferView_pimpl.C:
779         * buffer.C:
780         * counters.C:
781         * cursor.C:
782         * lyxfunc.C
783         * paragraph.C:
784         * pariterator.C:
785         * text.C:
786         * text2.C:
787         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
788
789 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
790
791         * text3.C (getStatus): add LFUN_BEGINNINGBUF
792
793 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
794
795         * lyxfind.C: add a couple of inTexted() tests + other small fixes
796         * BufferView_pimpl.[Ch] (getStatus)
797         * BufferView.[Ch] (getStatus): add
798         * lyxfunc.C (getStatus): move lfuns handled in
799         BufferView::dispatch to te function above
800         * Cursor.C (setSelection): set selection() = true
801
802 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
803
804         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
805
806 2004-03-31  Angus Leeming  <leeming@lyx.org>
807
808         * lyxfunc.C (dispatch): Fall through to the generic
809         Dialogs::show("preamble").
810
811 2004-03-31  Angus Leeming  <leeming@lyx.org>
812
813         * lyxfunc.C (dispatch): Fall through to the generic
814         Dialogs::show("spellchecker").
815
816 2004-03-31  Angus Leeming  <leeming@lyx.org>
817
818         * lyxfunc.C (getStatus, dispatch): changed invocation of the
819         preferences dialog.
820
821 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
822
823         * BufferView.C
824         * cursor.[Ch]
825         * dociterator.[Ch]:
826         * insetiterator.[Ch]:
827         * lyxfind.C:
828         * lyxfunc.C:
829         * pariterator.[Ch]:
830         * text2.C:
831         * undo.[Ch]: s/DocumentIterator/DocIterator/g
832
833 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
834
835         * BufferView.C (setCursor, putSelectionAt): call edit to open the
836         insets where we are putting the cursor.
837
838 2004-03-31  Angus Leeming  <leeming@lyx.org>
839
840         * lfuns.h:
841         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
842
843         * lyxrc.[Ch] (read, write): overloaded member functions taking
844         a std::[io]stream arguments.
845
846         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
847
848 2004-03-31  Angus Leeming  <leeming@lyx.org>
849
850         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
851         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
852
853         * lyxtextclass.C (load): if the text class couldn't be loaded, then
854         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
855
856 2004-03-31  Angus Leeming  <leeming@lyx.org>
857
858         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
859         the LFUN_ALL_INSETS_TOGGLE code.
860
861 2004-03-30  Angus Leeming  <leeming@lyx.org>
862
863         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
864         has died. Fall through to the generic Dialogs::show("document").
865
866 2004-03-30  Angus Leeming  <leeming@lyx.org>
867
868         * lfuns.h:
869         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
870         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
871
872         * lyxfunc.C (getStatus, dispatch): define the actions for these
873         lfuns. Little more than a cut and pste job from ControlDocument.C
874
875         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
876
877 2004-03-30  Angus Leeming  <leeming@lyx.org>
878
879         * lfuns.h:
880         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
881         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
882
883         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
884         open/closed state of ollapsable insets. Usage:
885
886         all-inset-toggle <state> <name>, where
887         <state> == "open" || "closed" || "toggle" and
888         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
889
890         * lyxtext.h, text2.C (toggleInset): removed.
891
892         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
893         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
894         now passes LFUN_INSET_TOGGLE to the found inset.
895
896         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
897         is now invoked as "all-insets-toggle toggle branch".
898
899 2004-03-30  Angus Leeming  <leeming@lyx.org>
900
901         * dociterator.C:
902         * insetiterator.C:
903         * pariterator.[Ch]: added/corrected header blurb.
904
905 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
906
907         * dociterator.[Ch]: add an inset_ member
908         (backwardPos): implemented
909         (backwardPos, forwardPos): use inset_ when the stack is empty.
910         (doc_iterator_begin, doc_iterator_end): implemented
911         * pariterator.[Ch]: adjust, add begin, end
912         * insetiterator.[Ch]: adjust, add begin, end
913         * cursor.C:
914         * document.C:
915         * BufferView.C:
916         * BufferView_pimpl.C:
917         * CutAndPaste.C: adjust
918
919 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
920
921         * buffer.C: increment file format to 232.
922         * LaTeXFeatures.C: add bibtopic package.
923         * bufferparams.[Ch]: param \use_bibtopic.
924
925         * lyxrc.[Ch]: add lyxrc bibtex_command
926         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
927
928         * buffer.C: increment file format to 231.
929
930 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
931
932         * dociterator.C: implement forwardPar
933         * iterators.[Ch]: remove, replaced by
934         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
935         * BufferView.C:
936         * BufferView_pimpl.C:
937         * CutAndPaste.C:
938         * buffer.C:
939         * bufferview_funcs.C:
940         * cursor.C:
941         * lyxfind.C
942         * lyxfunc.C
943         * paragraph_funcs.C
944         * toc.C:
945         * Makefile.am: adjust
946
947 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
948
949         * CutAndPaste.C (pasteSelection): fix 2 crashes
950         (eraseSelection): fix a crash
951         * paragraph_funcs.C: remove a warning
952
953 2004-03-28  Angus Leeming  <leeming@lyx.org>
954
955         * lfuns.h:
956         * LyXAction.C (init): new LFUN_PRINT.
957
958         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
959
960 2004-03-27  Angus Leeming  <leeming@lyx.org>
961
962         * lfuns.h:
963         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
964
965         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
966
967 2004-03-27  Angus Leeming  <leeming@lyx.org>
968
969         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
970         insetlist always contains non-null pointers to insets.
971
972 2004-03-26  Angus Leeming  <leeming@lyx.org>
973
974         * src/BufferView_pimpl.C:
975         * src/CutAndPaste.C:
976         * src/buffer.C:
977         * src/iterators.C:
978         * src/output_plaintext.C:
979         * src/outputparams.h:
980         * src/paragraph_funcs.C:
981         * src/rowpainter.C:
982         * src/text.C:
983         * src/text2.C:
984         * src/frontends/controllers/ControlErrorList.C:
985         * src/frontends/gtk/FileDialogPrivate.C:
986         * src/frontends/gtk/GPainter.C:
987         * src/frontends/gtk/GToolbar.C:
988         * src/frontends/qt2/QRef.C:
989         * src/mathed/math_scriptinset.C: squash compiler warnings.
990
991 2004-03-26  Angus Leeming  <leeming@lyx.org>
992
993         * ispell.C (LaunchIspell::start):
994         * lyx_cb.C (AutoSaveBuffer::start):
995         invoke run(DontWait) rather than runNonBlocking().
996
997 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
998
999         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1000
1001 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1002
1003         * kbsequence.C (print): adjust
1004
1005         * kbmap.C (printKeySym): rename and change signature
1006         (printKey): use LyXKeySym::print()
1007
1008 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1009
1010         * undo.C: add using std::advance to compile for stlport
1011
1012 2004-03-24  Angus Leeming  <leeming@lyx.org>
1013
1014         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1015         it leads to a crash when no buffer is present.
1016
1017 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1018             Martin Vermeer  <martin.vermeer@hut.fi>
1019
1020         * lyxfunc.C (dispatch):
1021         * bufferparams.C (readToken): use the new LColor::setColor
1022
1023         * LColor.[Ch] (setColor): new version that takes two strings as
1024         argument and creates a new color entry if necessary
1025
1026 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1027
1028         * buffer.C (makeLaTeXFile): if the main latex file that is
1029         processed is usually a subdocument of some master, then pretend
1030         for a while that it is actually the master
1031
1032 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1033
1034         * buffer.C (getLabelList):
1035         (getBibkeyList): use getMasterBuffer()
1036         (getMasterBuffer): new method. Returns the main document in the
1037         case where one is using included documents.
1038
1039 2004-03-25  André Pönitz  <poenitz@gmx.net>
1040
1041         * Makefile.am:
1042         * iterators.[Ch]:
1043         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1044
1045         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1046
1047         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1048         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1049
1050         * ParameterStruct.h: merge with ParagraphParameters
1051
1052         * lyxtext.h: remove LyXText::parOffset() and getPar()
1053
1054         * text3.C: Remove all 'manual' update calls. We do now one per user
1055         interaction which is completely sufficient.
1056
1057         * Bidi.C:
1058         * BufferView.[Ch]:
1059         * BufferView_pimpl.C:
1060         * FontIterator.[Ch]:
1061         * MenuBackend.C:
1062         * ParagraphParameters.[Ch]:
1063         * buffer.C:
1064         * buffer.h:
1065         * bufferlist.C:
1066         * cursor.[Ch]:
1067         * cursor_slice.[Ch]:
1068         * dociterator.[Ch]:
1069         * errorlist.[Ch]:
1070         * factory.C:
1071         * lfuns.h:
1072         * lyxfind.C:
1073         * lyxfunc.C:
1074         * output_docbook.[Ch]:
1075         * output_latex.[Ch]:
1076         * output_linuxdoc.[Ch]:
1077         * output_plaintext.[Ch]:
1078         * paragraph.[Ch]:
1079         * paragraph_funcs.[Ch]:
1080         * paragraph_pimpl.[Ch]:
1081         * rowpainter.C:
1082         * tabular.[Ch]:
1083         * text.C:
1084         * text2.C:
1085         * toc.C:
1086         * undo.[Ch]: adjust
1087
1088         * frontends/controllers/ControlDocument.C:
1089         * frontends/controllers/ControlErrorList.C:
1090         * frontends/controllers/ControlSpellchecker.C:
1091         * insets/inset.C:
1092         * insets/inset.h:
1093         * insets/insetbase.h:
1094         * insets/insetbibitem.C:
1095         * insets/insetbox.C:
1096         * insets/insetbranch.C:
1097         * insets/insetcaption.C:
1098         * insets/insetcharstyle.C:
1099         * insets/insetcharstyle.h:
1100         * insets/insetcollapsable.C:
1101         * insets/insetcollapsable.h:
1102         * insets/insetert.C:
1103         * insets/insetfloat.C:
1104         * insets/insetfoot.C:
1105         * insets/insetmarginal.C:
1106         * insets/insetnote.C:
1107         * insets/insetoptarg.C:
1108         * insets/insettabular.C:
1109         * insets/insettext.C:
1110         * insets/insettext.h:
1111         * insets/insetwrap.C:
1112         * mathed/math_mboxinset.C:
1113         * mathed/math_nestinset.C:
1114         * mathed/math_scriptinset.C:
1115         * mathed/math_scriptinset.h:
1116         * support/types.h:
1117
1118 2004-03-24  Angus Leeming  <leeming@lyx.org>
1119
1120         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1121         deal with any child processes that have finished but are waiting to
1122         communicate this fact to the rest of LyX.
1123
1124 2004-03-24  Angus Leeming  <leeming@lyx.org>
1125
1126         64-bit compile fixes.
1127
1128         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1129         (c-tor): pass lyx::pos_types rather than ints.
1130
1131         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1132         lyx::pos_type.
1133
1134         * text.C (Delete): compile fix.
1135         (getPar): ensure that function declaration is the same as that in
1136         the header file.
1137
1138 2004-03-23  Angus Leeming  <leeming@lyx.org>
1139
1140         * ispell.C (LaunchIspell):
1141         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1142         a boost::shred_ptr rather than a std::auto_ptr.
1143
1144 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1145
1146         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1147         handle LFUN_FILE_INSERT_*
1148
1149         * lyxrc.C (setDefaults, getDescription, output, read):
1150         * lyxrc.h: remove ps_command
1151
1152 2004-03-22  Angus Leeming  <leeming@lyx.org>
1153
1154         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1155         Ensure that error_handler is processed once only and that all data
1156         is saved before attempting to output any warning messages.
1157
1158         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1159
1160 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1161
1162         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1163
1164 2004-03-19  André Pönitz  <poenitz@gmx.net>
1165
1166         * cursor.[Ch] (reset): take main text inset as argument
1167
1168         * BufferView: adjust
1169         * BufferView_pimpl.C: adjust
1170
1171         * paragraph.[Ch]: fix completely broken operator=()
1172
1173 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1174
1175         * LColor.C (getFromLyXName): make sure that the color name is used
1176         as lowercase.
1177
1178 2004-03-17  Angus Leeming  <leeming@lyx.org>
1179
1180         * lfuns.h:
1181         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1182
1183         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1184         dialog and to kill a forked process.
1185
1186 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1187
1188         * text2.C (setCursorFromCoordinates): fix font problem
1189
1190 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1191
1192         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1193         bogus "rebuild cursor" code
1194
1195 2004-03-11  André Pönitz  <poenitz@gmx.net>
1196
1197         * buffer.[Ch]: use InsetText instead of LyXText as container for
1198         the main lyx text.
1199
1200         * dociterator.[Ch]: drop the BufferView * member which is not needed
1201         anymore after the change to buffer.C
1202
1203         * paragraph_funcs.C:
1204         * text.C:
1205         * text2.C:
1206         * BufferView.[Ch]:
1207         * BufferView_pimpl.[Ch]:
1208         * cursor.[Ch]:
1209         * cursor_slice.[Ch]: adjust
1210
1211         * text3.C: fix bug in mathDispatch
1212
1213 2004-03-08  André Pönitz  <poenitz@gmx.net>
1214
1215         * undo.[Ch]: use 'StableDocumentIterator' as base for
1216         the Undo struct.
1217
1218 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1219
1220         * LaTeXFeatures.C:
1221         * bufferparams.[Ch]: add jurabib support and param.
1222
1223         * LaTeX.C: add FIXME/comment.
1224
1225 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1226
1227         * buffer.C: increment file format to 230.
1228
1229 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1230
1231         * cursor.C (dispatch): avoid infinite loops
1232
1233 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1234
1235         * rowpainter.C (paintSelection): fix x coordinates
1236
1237 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1238
1239         * text.C (rowBreakPoint): fix breaking before displayed insets
1240
1241 2004-03-01  André Pönitz  <poenitz@gmx.net>
1242
1243         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1244
1245         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1246
1247         * Makefile.am:
1248         * BufferView.C:
1249         * BufferView_pimpl.C:
1250         * buffer.C:
1251         * lyxfind.C:
1252         * lyxfunc.C:
1253         * text.C:
1254         * text2.C:
1255         * text3.C: adjust
1256
1257 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1258
1259         * lyxtext.h:
1260         * text.C:
1261         * text2.C:
1262         * rowpainter.C:
1263         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1264         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1265
1266 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1267
1268         * Bidi.[Ch] (computeTables): const correctness
1269         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1270         fill_hfill, fill_label_hfill and x from Row
1271         * lyxtext.h: prepareToPrint returns a RowMetrics
1272         * rowPainter.C: adjust
1273         * text.C (prepareToPrint): use width, not textWidth. adjust
1274         (redoParagraphInternal, cursorX): adjust
1275         * text2.C (getColumnNearX): adjust
1276         (init): put a default value to the top LyXText::width
1277
1278 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1279
1280         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1281
1282 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1283
1284         * lyxtext.h: add FontIterator class
1285
1286         * text.C (FontIterator, operator*, operator->, operator++): add
1287         (rowBreakPoint, setRowWidth): adjust (fixing a
1288         rebreaking bug)
1289
1290 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1291
1292         * BufferView_pimpl.C (workAreaDispatch): allow also
1293         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1294
1295 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1296
1297         * text.C (rowBreakPoint): fix a bug showing with very large insets
1298
1299 2004-02-25  André Pönitz  <poenitz@gmx.net>
1300
1301         * text3.C:
1302         * cursor.[Ch]: move some mathed specific code to mathed
1303
1304 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1305
1306         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1307         use_tempdir in preferences
1308         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1309         tempfile creation
1310         * lyx_main.C: ensure that tempdir is valid
1311         * lyxlex.h: correct typo
1312         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1313         * paragraph.[Ch] (isMultiLingual): make const
1314         * cursor.[Ch] (openable): make const
1315
1316 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1317
1318         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1319
1320 2004-02-20  André Pönitz  <poenitz@gmx.net>
1321
1322         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1323
1324         * cursor.[Ch]: prepare for localized getStatus()
1325
1326         * lyxtext.h:
1327         * tabular.C:
1328         * text.C:
1329         * text2.C:
1330         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1331
1332 2004-02-20  André Pönitz  <poenitz@gmx.net>
1333
1334         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1335
1336 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1337
1338         * text2.C (setCursorFromCoordinates): switch to absolute coords
1339         (cursorUp): adjust
1340         (cursorDown): adjust
1341         * text3.C (dispatch): adjust
1342
1343 2004-02-16  André Pönitz  <poenitz@gmx.net>
1344
1345         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1346           insets/ChangeLog)
1347
1348         * cursor_slice.[Ch]: remove unneeded acessor function
1349
1350         * lyxtext.h: rename rtl() to isRTL()
1351
1352         * rowpainter.C:
1353         * tabular.C:
1354         * text.C:
1355         * text2.C:
1356         * text3.C: adjust
1357
1358 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1359
1360         * rowpainter.C (paintSelection): coord fix
1361
1362 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1363
1364         * Spacing.C: compile fix
1365
1366 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1367
1368         * cursor.C (dispatch): restore current_ before returning
1369
1370 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1371
1372         * text2.C (cursorUp, cursorDown): fix coords
1373         (moveUp): fix crash
1374
1375 2004-02-12  André Pönitz  <poenitz@gmx.net>
1376
1377         * lyxtext.h:
1378         * text.C:
1379         * text2.C:
1380         * text3.C: add LCursor & parameter to most cursor movement functions
1381           remove usage of LyXText::cursorRow() and cursorPar()
1382
1383         * cursor.[Ch]: add textRow() needed members
1384
1385         * BufferView.C:
1386         * BufferView_pimpl.C:
1387         * paragraph.[Ch]:
1388         * BufferView.C:
1389         * BufferView_pimpl.C: adjust
1390
1391 2004-02-11  André Pönitz  <poenitz@gmx.net>
1392
1393         * lyxfunc.C:
1394         * BufferView.[Ch]:
1395         * BufferView_pimpl.C: shift undo/redo handling
1396
1397         * cursor.[Ch]: fix mathed crash
1398
1399         * lyxfind.C:
1400         * lyxtext.h: move selectionAsText to LCursor
1401
1402         * output_latex.C:
1403         * paragraph.C:
1404         * text.C:
1405         * text2.C:
1406         * text3.C: adjust
1407
1408         * rowpainter.C: fix excessive drawing
1409
1410 2004-02-06  André Pönitz  <poenitz@gmx.net>
1411
1412         * BufferView.[Ch]:
1413         * BufferView_pimpl.[Ch]:
1414         * text3.C: move some text specific LFUN handling
1415
1416 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1417
1418         * text3.C (checkInsetHit): adjust coords
1419         * text2.C (getColumnNearX): adjust coords
1420         (edit): adjust coords
1421         * text.C (getRowNearY): add two asserts
1422
1423 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1424
1425         * converter.C:
1426         * format.C: add using std::distance to compile on gcc 2.95/stlport
1427
1428 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1429
1430         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1431
1432 2004-02-04  André Pönitz  <poenitz@gmx.net>
1433
1434         * BufferView.[Ch] (insertInset):
1435         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1436
1437         * text2.C:
1438         * text3.C: adjust
1439
1440 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1441
1442         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1443         on the default clause of the switch
1444         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1445         wasn't catched by LCursor::dispatch
1446
1447 2004-02-03  André Pönitz  <poenitz@gmx.net>
1448
1449         * BufferView.C:
1450         * cursor.[Ch]: some additional asserts
1451
1452         * undo.[Ch]: remove LyXText dependency in interface
1453
1454         * lyxfunc.C: adjust
1455
1456         * lyxtext.h (firstPar, lastPar): remove dead functions
1457
1458         * text.C:
1459         * text2.C:
1460         * text3.C:
1461         * paragraph.[Ch]: adjust
1462
1463 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1464
1465         * lyxfind.C (find): fix argument order in call to ::find
1466
1467 2004-02-02  André Pönitz  <poenitz@gmx.net>
1468
1469         * cursor.[Ch]: remove direct access to anchor
1470
1471         * text.C: remove findText() hack
1472
1473 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1474
1475         * iterators.[Ch] (lockPath): remove in favour of...
1476         * BufferView.[Ch] (setCursor): this addition
1477         * BufferView.C (putSelectionAt): adjust
1478         * undo.C (performUndoOrRedo): adjust
1479         * lyxfunc.C (dispatch): adjust
1480
1481 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1482
1483         * iterators.C (lockPath): add a missing slice
1484         * undo.C (performUndoOrRedo): remove redundant positioning code
1485
1486 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1487
1488         * vc-backend.C (scanMaster): ";" -> ';'
1489
1490 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1491
1492         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1493         std::binary_function
1494
1495         * lyxtextclass.C (compare_name): rename to...
1496         (LayoutNamesEqual): ...this
1497
1498         * lyxlex_pimpl.C (compare_tags): inherit from
1499         std::binary_function, put back into anon namespace
1500
1501         * lyxfind.C (MatchString): inherig from std::binary_function
1502         (findChange): use empty() istead of !size()
1503
1504         * format.C (FormatNamesEqual): new functor
1505         (getFormat): use it
1506         (getNumber): use it
1507         (add): use it
1508         (erase): use it
1509         (setViewer): use it
1510
1511         * converter.C (compare_Converter): rename to...
1512         (ConverterEqual): ...this, and fixup a bit.
1513         (getConverter): use it, and make function const
1514         (getNumber): use it, and make function const
1515         (add): use it
1516         (erase): use it:
1517
1518         * bufferlist.C: add using boost::bind
1519
1520         * MenuBackend.C (MenuNamesEqual): new functor
1521         (hasMenu): use it, and make function const
1522         (hasSubmenu): use nested bind to get rid of compare_memfun.
1523
1524 2004-01-30  André Pönitz  <poenitz@gmx.net>
1525
1526         * BufferView_pimpl.C:
1527         * cursor.C:
1528         * cursor.h:
1529         * cursor_slice.[Ch]:
1530         * lyxfunc.C:
1531         * lyxtext.h:
1532         * paragraph_funcs.C:
1533         * paragraph_funcs.h:
1534         * rowpainter.C:
1535         * text.C:
1536         * text2.C:
1537         * text3.C: move some of the edit(x,y) handling to the insets
1538         some coordinate changes.
1539
1540 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1541
1542         * text.C: add using statements for std::advance and std::distance
1543
1544         * paragraph.C: add using statement for std::distance
1545
1546         * lyxfind.C: add using statement for std::advance
1547
1548         * cursor.C (region): remove std:: from swap
1549         (openable): use nucleus in stead of operator->
1550
1551         * BufferView.C: add using statements for std::distance and std::swap
1552
1553 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1554
1555         * iterators.C: Remove the pimple, move the needed structures to
1556         the header file. Create accessor for the positions stack.
1557         (asPosIterator): remove function
1558
1559         * PosIterator.C (PosIterator): move constructors to top of file
1560         (PosIterator): reimplement the constructor taking a ParIterator in
1561         terms of setFrom.
1562         (setFrom): new function
1563         (operator!=): inline it
1564
1565 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1566
1567         * lyxfind.C (replaceAll): use std::advance
1568
1569         * iterators.h: inherit from std::iterator.
1570
1571         * PosIterator.C (advance, distance): remove
1572         * PosIterator.h: interit from std::iterator.
1573
1574 2004-01-26  André Pönitz  <poenitz@gmx.net>
1575
1576         * BufferView.[Ch]:
1577         * BufferView_pimpl.[Ch]:
1578         * InsetList.[Ch]:
1579         * PosIterator.[Ch]:
1580         * buffer.h:
1581         * bufferview_funcs.C:
1582         * cursor.[Ch]:
1583         * cursor_slice.h:
1584         * factory.[Ch]:
1585         * iterators.[Ch]:
1586         * lyxfind.C:
1587         * lyxfunc.C:
1588         * lyxtext.h:
1589         * output_docbook.C:
1590         * output_latex.C:
1591         * output_linuxdoc.C:
1592         * output_plaintext.C:
1593         * paragraph.[Ch]:
1594         * paragraph_funcs.[Ch]:
1595         * paragraph_pimpl.[Ch]:
1596         * rowpainter.C:
1597         * tabular.C:
1598         * tabular.h:
1599         * text.C:
1600         * text2.C:
1601         * text3.C: more IU:  dumps most of the rest of the mathcursor
1602     implementation into cursor.[Ch]; "globalize" a bit of it.
1603
1604 2004-01-25  Angus Leeming  <leeming@lyx.org>
1605
1606         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1607
1608 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1609
1610         * LaTeXFeatures.h: add nice_ and nice() const
1611         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1612
1613 2004-01-20  André Pönitz  <poenitz@gmx.net>
1614
1615         * BufferView.[Ch]:
1616         * BufferView_pimpl.C:
1617         * PosIterator.C:
1618         * bufferview_funcs.C:
1619         * cursor.[Ch]:
1620         * cursor_slice.[Ch]:
1621         * factory.C:
1622         * iterators.C:
1623         * lyx_cb.C:
1624         * lyxfind.C:
1625         * lyxfunc.C:
1626         * lyxtext.h:
1627         * rowpainter.C:
1628         * text.C:
1629         * text2.C:
1630         * text3.C:
1631         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1632           LCursor and mathcursor parts to LCursor and InsetBase.
1633
1634 2004-01-15  André Pönitz  <poenitz@gmx.net>
1635
1636         * cursor_slice.[Ch]: add a few covienience functions
1637
1638         * funcrequest.[Ch]: remove BufferView * member
1639
1640         * BufferView_pimpl.C:
1641         * cursor.C:
1642         * factory.[Ch]:
1643         * lyxfind.[Ch]:
1644         * lyxfunc.C:
1645         * lyxtext.h:
1646         * text3.C:
1647         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1648
1649 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1650
1651         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1652         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1653
1654 2004-01-13  André Pönitz  <poenitz@gmx.net>
1655
1656         * textcursor.[Ch]:
1657         * lyxtext.h: hide cursor and selection anchor behind accessor function
1658
1659         * BufferView.C:
1660         * BufferView_pimpl.[Ch]:
1661         * PosIterator.C:
1662         * bufferview_funcs.C:
1663         * cursor.h:
1664         * lyxfind.C:
1665         * lyxfunc.C:
1666         * text.C:
1667         * text2.C:
1668         * text3.C:
1669         * undo.C: adjust
1670
1671         * cursor.h:
1672         * cursor_slice.[Ch]: some integer type changes for inset unification
1673
1674         * lyxcursor.[hC]: remove, it's CursorSlice now.
1675
1676         * Makefile.am:
1677         * BufferView_pimpl.[Ch]:
1678         * bufferview_funcs.C:
1679         * cursor_slice.C:
1680         * lyxtext.h:
1681         * text.C:
1682         * text2.C:
1683         * text3.C:
1684         * textcursor.[Ch]: adjust
1685
1686 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1687
1688         * text2.C (undoSpan): add and use
1689         * text.C (breakParagraph): use undoSpan (fix bug 578)
1690         * lyxtext.h: adjust
1691
1692 2004-01-08  Angus Leeming  <leeming@lyx.org>
1693
1694         * BufferView_pimpl.C (MenuInsertLyXFile):
1695         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1696         * lyxfunc.C (menuNew, open, doImport):
1697         FileFilterList change to the FileDialog open and save functions.
1698
1699 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1700
1701         * ShareContainer.h: make isEqual and isUnique adaptable
1702
1703         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1704
1705 2004-01-07  Angus Leeming  <leeming@lyx.org>
1706
1707         * LyXAction.C:
1708         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1709
1710         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1711
1712         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1713         functions replacing find, replace and replaceAll.
1714
1715         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1716         LFUN_WORDFIND(FORWARD|BACKWARD).
1717
1718 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1719
1720         * text.C (breakParagraph): remove an outdated #warning
1721
1722 2004-01-07  André Pönitz  <poenitz@gmx.net>
1723
1724         * lyxfind.C: somewhat clearer logic
1725
1726         * text.C: prevent crash in cursorX on unitialized row cache
1727
1728 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1729
1730         * lyxcursor.[Ch] (operator>): add
1731         * textcursor.C (selStart, selEnd): use std::min and std::max
1732
1733 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1734
1735         * Chktex.C: include boost/format.hpp
1736
1737 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1738
1739         * InsetList.C: replace functor MathcIt with adaptable functor
1740         InsetTablePosLess
1741         (insetIterator): modify accordingly
1742
1743         * BranchList.h: move the BranchNamesEqual functor here from...
1744         * BranchList.C: ... to here
1745
1746         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1747         SameName and match.
1748         (add): replace a finding loop with std::find_if.
1749
1750 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1751
1752         * output_docbook.C: moving LatexParam functionality into
1753         .layout files
1754
1755 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1756
1757         * buffer.C: increment format to 229.
1758
1759 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1760
1761         * LaTeXFeatures.C:
1762         * lyx_sty.[Ch]: remove minipageindent_def
1763
1764         * LyXAction.C:
1765         * factory.C:
1766         * lfuns.h:
1767         * lyxfunc.C:
1768         * text3.C: remove LFUN_INSET_MINIPAGE
1769
1770 2003-12-28  Angus Leeming  <leeming@lyx.org>
1771
1772         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1773
1774 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1775
1776         * text2.C (setParagraph): fix off-by-one crash
1777
1778 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1779
1780         * output_docbook.C: header stuff for AGU
1781
1782 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1783
1784         * text2.C (redoCursor): remove
1785         * text.C:
1786         * text3.C:
1787         * BufferView_pimpl.C: remove calls to redoCursor and
1788         setCursor(cursor.par(), cursor.pos()) all around
1789
1790 2003-12-15  Angus Leeming  <leeming@lyx.org>
1791
1792         * buffer.C: up the format to 228.
1793
1794 2003-12-15  André Pönitz  <poenitz@gmx.net>
1795
1796         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1797         slices
1798
1799         * Makefile.am:
1800
1801         * BufferView_pimpl.C:
1802         * cursor.[Ch]:
1803         * lyxcursor.[Ch]:
1804         * rowpainter.[Ch]:
1805         * lyxtext.h:
1806         * text.C:
1807         * text2.C:
1808         * text3.C: adjust
1809
1810 2003-12-15  Angus Leeming  <leeming@lyx.org>
1811
1812         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1813         than getFromGUIName to manipulate the color.
1814
1815 2003-12-14  Angus Leeming  <leeming@lyx.org>
1816
1817         * BranchList.[Ch]: minimize the API.
1818         (Branch::getBranch, getColor): now return a 'const &'.
1819         (Branch::setSelected) now returns a bool set to true if the
1820         selection status changes.
1821         (BranchList::clear, size, getColor, setColor, setSelected,
1822         allBranches, allSelected, separator): removed.
1823         (BranchList::find): new functions, returning the Branch with
1824         the given name.
1825         (BranchList::add, remove): return a bool indicating that
1826         the operation was successful.
1827
1828         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1829         new InsetBranch::isBranchSlected member function.
1830
1831         * LColor.[Ch]: mimimize the API.
1832         (fill): renamed as addColor and made private.
1833         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1834         versions of these functions taking a string arg have been removed.
1835
1836         * bufferparams.C (readToken):
1837         * lyxfunc.C (dispatch):
1838         * lyxrc.C (read): changes due to the altered BranchList and
1839         LColor APIs.
1840
1841         * factory.C (createInset, readInset): changes due to altered
1842         InsetBranch c-tor.
1843
1844 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1845
1846         * factory.C:
1847         * lyxfunc.C: remove insetminipage. "minipage-insert"
1848         now produces a frameless minipage box inset.
1849
1850 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1851
1852         * textcursor.[Ch] (selStart,selEnd): add new methods
1853         remove selection::start, end, use LyXCursor::operator<
1854         * lyxcursor.[Ch] (operator<): add
1855         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1856         * BufferView.[Ch] (unsetXSel): add
1857         * text2.C (clearSelection): use unsetXSel,adjust
1858         * text.C: adjust
1859         * text3.C: adjust
1860         * rowpainter.C: adjust
1861         * bufferview_funcs.C (put_selection_at): adjust
1862
1863 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1864
1865         * BufferView_pimpl.C: small coord. correction
1866
1867 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1868
1869         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1870         dragging over the splash screen.
1871
1872 2003-12-11  Angus Leeming  <leeming@lyx.org>
1873
1874         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1875         as it is now handled in LyXText::dispatch.
1876
1877         * text3.C (doInsertInset): remove a level of nesting.
1878
1879 2003-12-11  Angus Leeming  <leeming@lyx.org>
1880
1881         * factory.C (createInset): changes due to the changed interface to
1882         InsetCommandMailer::string2params.
1883
1884 2003-12-10  Angus Leeming  <leeming@lyx.org>
1885
1886         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1887         'dialog-show-new-inset <inset name>'
1888
1889 2003-12-10  Angus Leeming  <leeming@lyx.org>
1890
1891         * buffer.C: up the format to 227.
1892
1893         * factory.C: the box inset is now identified simply by 'Box'.
1894
1895 2003-12-10  Angus Leeming  <leeming@lyx.org>
1896
1897         * buffer.C: up the format to 226.
1898
1899         * factory.C: the note inset is now identified simply by 'Note'.
1900
1901 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1902
1903         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1904         when a pit is enough. Standarize a couple of loops.
1905
1906 2003-12-05  Angus Leeming  <leeming@lyx.org>
1907
1908         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1909         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1910         data to the re-worked "log" dialog.
1911
1912 2003-12-03  André Pönitz  <poenitz@gmx.net>
1913
1914         * PosIterator.C:
1915         * iterators.C:
1916         * lyxtext.h:
1917         * output_latex.C:
1918         * paragraph_funcs.C:
1919         * text.C:
1920         * text2.C: use Inset::getText instead of Inset::getParagraph
1921
1922 2003-12-03  André Pönitz  <poenitz@gmx.net>
1923
1924         * buffer.[Ch]:
1925         * lyxtext.h:
1926         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1927         InsetText::read() as LyXText::read()
1928
1929 2003-12-02  Angus Leeming  <leeming@lyx.org>
1930
1931         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1932         type. Add a comment in the implementation that the function uses
1933         the stream's bad() function rather than fail() as the std::streams
1934         would do.
1935
1936 2003-12-02  André Pönitz  <poenitz@gmx.net>
1937
1938         * lyxlex.[Ch]: make interface more similar to std::stream
1939
1940         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1941
1942 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1943
1944         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1945
1946 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1947
1948         * vspace.[Ch]: remove VSpace::NONE
1949
1950 2003-12-01  André Pönitz  <poenitz@gmx.net>
1951
1952         * buffer.[Ch]:
1953         * lyxtext.h: move ParagraphList member to LyXText
1954         rename LyXText::ownerParagraphs to LyXText::paragraph
1955
1956         * CutAndPaste.C:
1957         * bufferview_funcs.C:
1958         * iterators.[Ch]:
1959         * lyx_cb.C:
1960         * paragraph.C:
1961         * rowpainter.C:
1962         * tabular.C:
1963         * text.C:
1964         * text2.C:
1965         * text3.C: adjust
1966
1967         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1968
1969         * undo.C: fix cursor positioning
1970
1971 2003-12-01  John Levon  <levon@movementarian.org>
1972
1973         * BufferView_pimpl.C: fix a crash on exit with
1974         a buffer open
1975
1976 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1977
1978         * BranchList.C: fix setSelected() method.
1979
1980 2003-11-28  André Pönitz  <poenitz@gmx.net>
1981
1982         * ParagraphParameters.[Ch]:
1983         * ParameterStruct.h: remove space above/below from Paragraph to
1984          InsetVSpace
1985
1986         * BufferView_pimpl.C:
1987         * factory.C:
1988         * lyxfunc.C:
1989         * lyxtext.h:
1990         * output_latex.C:
1991         * paragraph.C:
1992         * paragraph_funcs.C:
1993         * rowpainter.[Ch]:
1994         * text.C:
1995         * text2.C:
1996         * text3.C: adjust
1997
1998 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1999
2000         * factory.C: Syntax change for CharStyles
2001
2002 2003-11-28  André Pönitz  <poenitz@gmx.net>
2003
2004         * BufferView.[Ch]:
2005         * BufferView.[Ch]:
2006         * buffer.[Ch]:
2007         * buffer.[Ch]: move LyXText member
2008
2009 2003-11-28  André Pönitz  <poenitz@gmx.net>
2010
2011         * BufferView.[Ch]: make LyXText * text a private member
2012
2013         * BufferView_pimpl.C:
2014         * cursor.C:
2015         * iterators.C:
2016         * lyx_cb.C:
2017         * lyxfind.C:
2018         * lyxtext.h:
2019         * rowpainter.[Ch]:
2020         * text.C:
2021         * text2.C:
2022         * undo.C: adjust
2023
2024         * output_plaintext.C: cleanup
2025
2026 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2027
2028         * buffer.C:
2029         * lyxtextclass.[Ch]: parametrize SGML document header
2030
2031 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2032
2033         * converter.[Ch]:
2034         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2035         getFlavor().
2036
2037 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2038
2039         * text2.C (setFont): rework using PosIterator (no more recursive)
2040         (setCharFont): no more needed
2041         (setLayout): no more selection cursors fiddling (done by redoCursor)
2042         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2043         destroy remaining ones)
2044
2045 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2046
2047         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2048         * lyxtext.h: ditto
2049         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2050         selection cursors
2051         * lyxfunc.C: adjust
2052         * text3.C: adjust + re-allow multi par depth changes
2053         * textcursor.C: simplify a bit
2054
2055 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2056
2057         * src/buffer.C:
2058         * src/lyxlayout.C:
2059         * src/lyxlayout.h:
2060         * src/lyxtext.h:
2061         * src/output_docbook.C:
2062         * src/output_latex.C:
2063         * src/paragraph.C:
2064         * src/paragraph.h:
2065         * src/sgml.C:
2066         * src/sgml.h:
2067         * src/text2.C: Introducing a number of tags parametrizing various
2068         XML formats that we may want to support
2069
2070 2003-11-25  André Pönitz  <poenitz@gmx.net>
2071
2072         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2073
2074         * lyxtext.h (leftMargin/rightMargin): simplify interface
2075
2076         * rowpainter.C:
2077         * text.C:
2078         * text2.C:
2079         * text3.C: adjust
2080
2081 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2082
2083         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2084         master file to any child files. Fixes bug 546.
2085
2086 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2087
2088         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2089
2090 2003-11-24  André Pönitz  <poenitz@gmx.net>
2091
2092         * rowpainter.C: simplification
2093
2094         * text2.C (updateCounters): remove call to redoParagraph on
2095         changed labels as this is far too expensive.
2096
2097 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2098
2099         * converter.C (convert): fix a crash: this function gets
2100         called with buffer == 0 from importer code.
2101
2102 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2103
2104         * text3.C (cursorPrevious): make sure that we do not compare
2105         iterators form different containers.
2106         (cursorNext): ditto
2107
2108         * rowpainter.C (paintSelection): make sure that we do not compare
2109         iterators from different containers.
2110
2111         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2112         iterators from different ParagraphList containers.
2113         [NEXT] ditto
2114
2115         * text2.C (LyXText): change order of initialization slightly
2116         (operator=): new function. copy all variables except cache_par_
2117         (moveUp): make sure that we do not compare iterators from
2118         different ParagraphList constainers.
2119         (moveDown): ditto
2120
2121         * text.C (firstPar): new function
2122         (lastPar): new function
2123         (endPar): new function
2124
2125         * lyxtext.h: move things around and group public functions, public
2126         variables, private functions, private variables
2127
2128 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2129
2130         * factory.C: change call to InsetERT constructor to avoid
2131         additional invocation of method status
2132         * text2.C (toggleInset): remove redundant update() call
2133         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2134         instead of a Bufferview pointer
2135
2136 2003-11-21  André Pönitz  <poenitz@gmx.net>
2137
2138         * rowpainter.C: simplification
2139
2140 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2141
2142         * text3.C (dispatch): make possible to extend a word/row selection
2143         with the mouse
2144
2145 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2146
2147         * lyxtext.h: x0_,y0_ -> xo_,yo_
2148         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2149         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2150         * rowpainter.C (paintRows): paint full paragraphs
2151
2152 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2153
2154         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2155         screen coordinates)
2156
2157 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2158
2159         * lyxtext.h: add x0_, y0_
2160         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2161         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2162
2163 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2164
2165         * text2.C (setCursorIntern): move the x_target update here *
2166         * text3.C: change some bv() to true/false in calls to
2167         cursorUp/Down/Right/Left
2168         * cursor.C: use helper function.
2169
2170 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2171
2172         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2173         * paragraph_funcs.[Ch]: correct comment
2174         * rowpainter.C: do not paint selections away from bv->cursor()
2175         Fix a long standing selection painting bug.
2176         * text3.C: generalize mouse-selection code to LyXTexts other that
2177         top one
2178         * textcursor.C: do not use y coords if we can use par offsets
2179
2180 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2181
2182         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2183         cursor position after e.g. inset insert)
2184
2185 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2186
2187         * lyxfind.C (replace): adjust to locking removal + some
2188         code simplification
2189
2190 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2191
2192         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2193         of the path
2194
2195 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2196
2197         * lyxlayout.[Ch]:
2198         * output_docbook.C: XML sanitation: new layout
2199         parameters InnerTag and CommandDepth
2200
2201 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2202
2203         * BufferView_pimpl.C:
2204         * factory.C:
2205         * text3.C: Fix the insertion and modification of button-style
2206         insets
2207
2208 2003-11-13  André Pönitz  <poenitz@gmx.net>
2209
2210         * InsetList.[Ch]: remove deleteLyXText
2211
2212         * paragraph.[Ch]: cache beginOfBody position
2213
2214         * Bidi.C:
2215         * text.C:
2216         * text2.C:
2217         * text3.C: remove superfluous update() calls
2218
2219         * vspace.C: cleanup
2220
2221 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2222
2223         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2224         * BufferView.C (fitLockedInsetCursor): remove
2225         * cursor.[Ch] (getDim): add
2226         * text.C (getRowNearY): add faster version
2227         * text3.C: remove some update calls
2228
2229 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2230
2231         * LaTeXFeatures.C:
2232         * LyXAction.C:
2233         * MenuBackend.C:
2234         * MenuBackend.h:
2235         * dispatchresult.h:
2236         * factory.C:
2237         * lfuns.h:
2238         * lyxfunc.C:
2239         * lyxtextclass.C:
2240         * lyxtextclass.h:
2241         * text3.C: The Character Style /XML short element patch.
2242
2243 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2244
2245         * text3.C:
2246         * factory.C: Small step to solving 'unable to insert some insets'
2247         problem
2248
2249 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2250
2251         * cursor.[Ch] (updatePos): new function for updating the y
2252         position of the tip inset
2253         * bufferview_funcs.C (put_selection_at):
2254         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2255
2256 2003-11-11  André Pönitz  <poenitz@gmx.net>
2257
2258         * text.C: remove big comment on invalid Paragraph pointers as it is
2259         not valid anymore
2260
2261 2003-11-11  André Pönitz  <poenitz@gmx.net>
2262
2263         * text_funcs.[Ch]: merge with ...
2264
2265         * text.C: ... this
2266
2267         * lyxtext.h:
2268         * text2.C:
2269         * text3.C: adjust
2270
2271         * Makefile.am: remove text_funcs.[Ch]
2272
2273 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2274
2275         * cursor.C (getPos): return absolute cached y coord
2276
2277         * BufferView_pimpl.C (fitCursor): new simplistic code
2278         (workAreaDispatch): add a fitCursor call
2279
2280 2003-11-10  André Pönitz  <poenitz@gmx.net>
2281
2282         * BufferView.[Ch]:
2283         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2284
2285 2003-11-10  André Pönitz  <poenitz@gmx.net>
2286
2287         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2288         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2289         indicate that the cursor needs to leave an inset
2290
2291         * lyxtext.h: remove inset locking
2292
2293         * cursor.[Ch]: re-implement functionality provided by inset locking
2294
2295         * BufferView.[Ch]:
2296         * BufferView_pimpl.[Ch]:
2297         * LyXAction.C:
2298         * bufferview_funcs.[Ch]:
2299         * factory.C:
2300         * funcrequest.[Ch]:
2301         * iterators.C:
2302         * lyx_cb.C:
2303         * lyxfind.C:
2304         * lyxfunc.C:
2305         * text.C:
2306         * text2.C:
2307         * text3.C:
2308         * undo.C: adjust
2309
2310 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2311
2312         * PosIterator.[Ch]: replace the stack with a vector, add inset
2313         accesor
2314         * iterators.[C]: adjust
2315
2316 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2317
2318         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2319         replaced
2320         * paragraph_funcs.C (readParToken): put the correct id in the
2321         error item, not the id of the top paragraph
2322
2323 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2324
2325         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2326         * bufferview_funcs.C (put_selection_at): use the above
2327
2328 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2329
2330         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2331
2332 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2333
2334         * output_linuxdoc.h:
2335         * output_plaintext.h:
2336         * output.h:
2337         * output_docbook.h: add #include statements
2338
2339 2003-11-05  José Matos  <jamatos@lyx.org>
2340
2341         * output_docbook.[Ch]:
2342         * output_latex.[Ch]:
2343         * output_linuxdoc.[Ch]:
2344         * output_plaintext.[Ch]: New files for output formats.
2345         * output.[Ch]: New file for helper functions.
2346
2347         * buffer.[Ch]:
2348         * paragraph_funcs.[Ch]: output functions moved to new files.
2349
2350         * outputparams.h: rename of latexrunparams.h
2351
2352         * LaTeX.[Ch]:
2353         * buffer.[Ch]:
2354         * bufferlist.[Ch]:
2355         * converter.[Ch]:
2356         * exporter.C:
2357         * paragraph.[Ch]:
2358         * paragraph_funcs.[Ch]:
2359         * paragraph_pimpl.[Ch]:
2360         * tabular.[Ch]: rename ascii to plaintext
2361         and LatexRunParams to OutputParams.
2362
2363 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2364
2365         * iterators.[Ch] (text): require bv argument
2366         * undo.C (recordUndo):
2367         * lyxfunc.C (dispatch):
2368         * bufferview_funcs.C (put_selection_at): adjust
2369
2370 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2371
2372         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2373
2374 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2375
2376         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2377         nestings
2378
2379 2003-11-04  André Pönitz  <poenitz@gmx.net>
2380
2381         * cursor.[Ch]: restructure
2382
2383         * BufferView.[Ch]:
2384         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2385
2386         * iterators.[Ch] (asCursor): remove
2387
2388         * lfuns.h: remove LFUN_INSET_EDIT
2389
2390         * lyxfunc.C:
2391         * tabular.C:
2392         * text.C:
2393         * text2.C:
2394         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2395
2396 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2397
2398         * lyxfind.[Ch]: complete overhaul
2399         * BufferView_pimpl.C:
2400         * lyxfunc.C: adjust
2401         * paragraph.[Ch] (insert): add
2402
2403 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2404
2405         * BufferView.[Ch]:
2406         * lyxtext.h:
2407         * text.C: remove dead spellcheck code
2408
2409 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2410
2411         * dispatchresult.h: add a val setter
2412
2413         * cursor.C (dispatch): use a tempvar for data_[i]
2414
2415 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2416
2417         * PosIterator.[Ch]: compile fix
2418
2419 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2420
2421         * text.C (cursorPar): deactivate the cursor cache
2422
2423 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2424
2425         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2426
2427 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2428
2429         * text3.C (dispatch): adjust for new DisptchResult semantics.
2430
2431         * lyxfunc.C (dispatch): handle update when return from
2432         Cursor::dispatch, adjust for new DispatchResult semantics.
2433
2434         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2435         DispatchResult(true) mean to not update. Add class functions for
2436         setting dispatched and update, as well as reading.
2437
2438         * cursor.C (dispatch): don't handle update here
2439
2440 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2441
2442         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2443         * trans_mgr.C: adjust
2444
2445         * paragraph_funcs.C (readParToken): exception safety
2446
2447         * lyxvc.h: store the vcs pointer in a scoped_ptr
2448         * lyxvc.C: adjust
2449
2450         * lyxsocket.C (serverCallback): exception safety
2451
2452         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2453
2454         * ispell.C (clone): make it return a auto_ptr
2455
2456         * factory.C (createInset): exception safety
2457         (readInset): exception safety
2458
2459         * bufferlist.C (newBuffer): exception safety
2460
2461         * Thesaurus.C (Thesaurus): use initialization for aik_
2462
2463         * MenuBackend.C (expandToc): exception safety.
2464
2465 2003-11-03  André Pönitz  <poenitz@gmx.net>
2466
2467         * buffer.C:
2468         * buffer.h:
2469         * bufferview_funcs.C: remove getInsetFromId()
2470
2471         * lyxcursor.[Ch]:
2472         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2473
2474         * lyxfunc.C:
2475         * text2.C:
2476         * text3.C: adjust
2477
2478 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2479
2480         * PosIterator.C (distance, advance): new
2481         * bufferview_funcs.[Ch] (put_selection_at): new
2482         * iterators.[Ch] (lockPath): new
2483
2484 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2485
2486         * iterators.[Ch] (asPosIterator): added
2487         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2488         * PosIterator.[Ch]: added
2489
2490 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2491
2492         * text3.C:
2493         * lyxfunc.C:
2494         * cursor.C (dispatch):
2495         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2496
2497         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2498         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2499         contructor, add a class function dispatched. Remove operator>=
2500
2501 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2502
2503         * debug.C: only use the default constructor for debugstream
2504         (lyxerr) here.
2505
2506         * main.C (main): include debug.h and setup the lyxerr streambuf
2507         here.
2508
2509 2003-10-31  José Matos  <jamatos@lyx.org>
2510
2511         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2512
2513         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2514         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2515         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2516         * paragraph_pimpl.C (simpleTeXSpecialC):
2517         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2518         add LatexRunParams argument.
2519
2520         * exporter.C (Export): change call accordingly.
2521
2522         * latexrunparams.h: add new member to take care of the other backends.
2523 2003-10-30  José Matos  <jamatos@lyx.org>
2524
2525         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2526         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2527         factorise code for paragraph output.
2528         * buffer.[Ch]:
2529         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2530         move functions.
2531
2532 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2533
2534         * text3.C (dispatch):
2535         * lyxfunc.C (dispatch):
2536         * cursor.C (dispatch):
2537         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2538
2539         * dispatchresult.h: make the dispatch_result_t ctor explicit
2540
2541 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2542
2543         * sgml.[Ch]:
2544         * buffer.C: small refactoring of docbook stuff
2545
2546 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2547
2548         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2549         meaning.
2550
2551 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2552
2553         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2554         operator dispatch_result_t, and operators for == != and >=
2555
2556         * cursor.C (dispatch): adjust for operator dispatch_result_t
2557         removal. comment out call to update
2558
2559         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2560
2561 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2562
2563         * text3.C:
2564         * text2.C:
2565         * text.C:
2566         * lyxtext.h:
2567         * lyxfunc.C:
2568         * cursor.C:
2569         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2570         (dispatch):
2571
2572         * dispatchresult.h: new file, DispatchResult broken out of
2573         insets/insetbase.h
2574
2575         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2576
2577 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2578
2579         * text.C (rowBreakPoint): put a hack inside #if 0
2580
2581 2003-10-28  André Pönitz  <poenitz@gmx.net>
2582
2583         * lyxtext.h:
2584         * metricsinfo.C:
2585         * paragraph_funcs.C:
2586         * rowpainter.C:
2587         * text.C:
2588         * text2.C: general cleanup (lots of small stuff)
2589
2590 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2591
2592         * text2.C (cursorEnd): simple fix to the "end key goes to one
2593         before the end on last row" bug
2594
2595 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2596
2597         * text.C (backspace): fix the "zombie characters"
2598
2599 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2600
2601         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2602
2603 2003-10-27  André Pönitz  <poenitz@gmx.net>
2604
2605         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2606
2607         * factory.C: handle new InsetPagebreak, InsetLine
2608
2609         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2610         and move handling into new InsetPagebreak, InsetLine
2611
2612         * BufferView_pimpl.C:
2613         * LyXAction.C:
2614         * ParagraphParameters.C:
2615         * ParameterStruct.h:
2616         * lyxfunc.C:
2617         * lyxtext.h:
2618         * paragraph.C:
2619         * paragraph.h:
2620         * paragraph_funcs.C:
2621         * paragraph_pimpl.C:
2622         * rowpainter.C:
2623         * text.C:
2624         * text2.C:
2625         * text3.C: adjust
2626
2627 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2628
2629         * text.C:
2630         * lyxrow_funcs.[Ch]:
2631         * Bidi.C:
2632         * paragraph.C:
2633         * lyxtext.h:
2634         * rowpainter.C:
2635         * text2.C:
2636         * text3.C: remove lastPos uses in favour of Row::endpos
2637
2638 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2639
2640         * undo.C (performUndoOrRedo): fix two crashes by setting a
2641         cursor by hand and reordering some calls. Use bv->lockInset instead
2642         of inset->edit because the latter loses cursor information
2643
2644 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2645
2646         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2647         by Martin
2648         (rowBreakPoint): fix width. change point to point + 1.
2649         Add a missing check.
2650
2651 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2652
2653         * MenuBackend.C:
2654         * lyxfunc.C: fix (at least partly) the problems
2655         with the Nav menu and headers inside branch insets
2656         reported by Kayvan
2657
2658 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2659
2660         * paragraph.C (getChar): add strong asserts
2661
2662         * lyxrow_funcs.C (lastPos): remove hideous hack
2663
2664         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2665         (fill): adjust to that (avoid an infinite loop)
2666
2667 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2668
2669         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2670
2671 2003-10-23  André Pönitz  <poenitz@gmx.net>
2672
2673         * RowList_fwd.h: change list<> to vector<> to gain speed
2674         after suggestion from Alfredo
2675
2676 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2677
2678         * lyxtext.h: move the bidi stuff from here...
2679         * text.C: and here
2680         * text2.C: and here
2681         * Bidi.[Ch]: ... to here
2682
2683 2003-10-23  André Pönitz  <poenitz@gmx.net>
2684
2685         * lyxtext.h:
2686         * text.C (isLastRow, isFirstRow): new functions
2687
2688         * paragraph.h: new width cache member
2689
2690         * rowpainter.C: replace RowList::iterator with Row & where possible
2691
2692         * lyxfunc.C: replace several view()->text with a single call
2693
2694         * toc.C: fix 'unused' warning
2695
2696 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2697
2698         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2699         when woring with stream::pos_type
2700         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2701
2702 2003-10-22  André Pönitz  <poenitz@gmx.net>
2703
2704         * lyxtext.h:
2705         * text.C: use Row & instead of RowList::iterator
2706
2707         * lyxrow.h: rename end() to endpos()
2708
2709         * rowpainter.C:
2710         * text.C:
2711         * text2.C: adjust
2712
2713 2003-10-22  Angus Leeming  <leeming@lyx.org>
2714
2715         * buffer.[Ch] (fully_loaded): new member function, returning true
2716         only when the file has been loaded fully.
2717         Used to prevent the premature generation of previews and by the
2718         citation inset to prevent computation of the natbib-style label.
2719
2720         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2721         templates are all set up.
2722
2723         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2724
2725 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2726
2727         * text.C: fixed an "oops" in the "is a bit silly"
2728         bug fix
2729
2730 2003-10-21  André Pönitz  <poenitz@gmx.net>
2731
2732         * FuncStatus.[Ch]: small stuff, whitespace
2733
2734         * lyxfont.[Ch]: operator<<() for debug reasons
2735
2736         * lyxfunc.C:
2737         * lyxrow_funcs.C:
2738         * lyxtext.h: whitespace, spelling
2739
2740         * paragraph.C: naming of variables
2741
2742         * text.C:
2743         * text2.C: small stuff
2744
2745
2746 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2747
2748         * text.C: (1) finish off the inset display() work;
2749         (2) fix the "is a bit silly" bug (accessing char
2750         past end of par).
2751
2752 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2753
2754         * text.C: re-introduce display() for insets, fixing the
2755         various bugs (stretch of line above, math inset
2756         positioning, ...)
2757
2758 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2759
2760         * text.C (rightMargin): remove spurious semicolon
2761
2762         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2763         1415)
2764
2765 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2766
2767         * text3.C: fix one crash due to wrong cursor def
2768
2769 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2770
2771         * vc-backend.C (scanMaster): make the regex static
2772
2773         * LaTeX.C (scanAuxFile): make the regexs static
2774
2775         * text3.C (doInsertInset, dispatch, dispatch):
2776         * text2.C (cursorUp, cursorDown):
2777         * text.C (selectNextWordToSpellcheck):
2778         * BufferView_pimpl.C (dispatch):
2779         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2780
2781 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2782
2783         * lyxsocket.C: include <cerrno>
2784
2785 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2786
2787         * lyxfunc.C (dispatch): remove textcache stuff
2788
2789         * bufferlist.C (release): remove textcache stuff
2790         (closeAll): ditto
2791
2792         * TextCache.C: delete file
2793         * TextCache.h: delete file
2794
2795         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2796
2797         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2798         delete of the bv_->text.
2799         (resizeCurrentBuffer): remove texcache stuff
2800         (workAreaResize): ditto
2801
2802 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2803
2804         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2805         action.
2806
2807 2003-10-16  André Pönitz  <poenitz@gmx.net>
2808
2809         * lyxrow.[Ch]:
2810         * paragraph.h:
2811         * rowpainter.C:
2812         * text.C:
2813         * text2.C:
2814         * text3.C: speed up by storing y positions per paragraph plus per-row
2815         offset instead of having a 'full' y position in the row.
2816
2817 2003-10-15  André Pönitz  <poenitz@gmx.net>
2818
2819         * iterators.[Ch]:
2820         * iterators.[Ch]:
2821         * undo.[Ch]: make undo aware of inner insets
2822
2823 2003-10-14  Angus Leeming  <leeming@lyx.org>
2824
2825         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2826         static member functions LyX::ref() and LyX::cref.
2827         (lastfiles): new accessor functions for the new lastfiles_ member var.
2828         (addLyXView, views_): add a new LyXView to the list of views_.
2829         (updateInset): loop over all LyXViews to call their own updateInset
2830         member function, returning a pointer to the Buffer owning the inset.
2831
2832         * BufferView_pimpl.C (loadLyXFile):
2833         * MenuBackend.C (expandLastfiles):
2834         * bufferlist.C (MenuWrite, QuitLyX):
2835         lastfiles is no longer a global variable.
2836         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2837
2838         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2839         static function. Access through LyX::cref().emergencyCleanup().
2840
2841 2003-10-14  André Pönitz  <poenitz@gmx.net>
2842
2843         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2844
2845         * undo.[Ch]: restoring part of 'undo in insets'
2846
2847         * Makefile.am:
2848         * undo_funcs.[Ch]: merge with undo.[Ch]
2849
2850         * tabular.C: small cleansing stuff
2851
2852 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2853
2854         * paragraph_funcs.C (readParToken): report unknown insets as error
2855         boxes. Use the outer paragraph as location (also for unknown
2856         tokens).
2857
2858         * factory.C (readInset): do not abort on reading an unknown inset.
2859         Eat it and return 0.
2860
2861 2003-10-13  Angus Leeming  <leeming@lyx.org>
2862
2863         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2864
2865         * lyxrc.C: displayTranslator is now a function,
2866         declared in GraphicsTypes.h.
2867
2868 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2869
2870         * format.C: new placeholder $$a to pass the socket address.
2871
2872         * bufferlist.[Ch]: new function getBufferFromTmp.
2873
2874         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2875           files in the temporary dir.
2876
2877 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2878
2879         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2880
2881         * Makefile.am: add lyxsocket.[Ch].
2882
2883         * lyx_main.C (error_handler): handle SIGPIPE.
2884
2885 2003-10-13  André Pönitz  <poenitz@gmx.net>
2886
2887         * BufferView_pimpl.C:
2888         * lyxtext.h:
2889         * text.C:
2890         * text2.C:
2891         * text3.C:
2892         * undo_funcs.[Ch]: use paroffset_type instead of
2893           ParagraphList::iterators to prevent multiple conversion
2894           (and get a more robust interface)
2895
2896 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2897
2898         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2899         * lyxtext.h: ditto
2900         * text3.C (dispatch): ditto
2901
2902 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2903
2904         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2905         move the onlyfile, use onlyfile instead of foundfile in a couple
2906         of places.
2907
2908         * DepTable.C (update): flush the error stream a bit more
2909
2910 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2911
2912         * lyxserver.C (callback): adjust
2913
2914         * lyxfunc.C (getStatus): add a missing brace in commented code
2915         (ensureBufferClean): reindent
2916         (dispatch): delete version taking a string
2917
2918 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2919
2920         * LaTeX.C (deplog): move found file handlig from here...
2921         (handleFoundFile): .. to new function here.
2922         (deplog): make sure to discover several files mentioned on the
2923         same log line.
2924
2925 2003-10-10  André Pönitz  <poenitz@gmx.net>
2926
2927         * lyxfunc.C:
2928         * lyxtext.h:
2929         * tabular.C:
2930         * text.C:
2931         * text2.C:
2932         * text3.C: fix some of the tabular crashes
2933
2934 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2935
2936         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2937
2938         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2939
2940 2003-10-09  André Pönitz  <poenitz@gmx.net>
2941
2942         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2943
2944         * BufferView.C:
2945         * BufferView_pimpl.C:
2946         * bufferview_funcs.C:
2947         * lyx_cb.C:
2948         * lyxcursor.C:
2949         * lyxfind.C:
2950         * lyxfunc.C:
2951         * lyxtext.h:
2952         * text.C:
2953         * text2.C:
2954         * text3.C:
2955         * text_funcs.[Ch]:
2956         * textcursor.[Ch]:
2957         * undo_funcs.C: adjust
2958
2959 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2960
2961         * text2.C (incrementItemDepth): new function, use a backtracking
2962         algorithm to discover the correct item depth.
2963         (resetEnumCounterIfNeeded): new function, use a backtracking
2964         algorithm to discover if counter reset is needed.
2965         (setCounter): use them. Simplify a bit. Add different labels for
2966         different item depths for itemize.
2967
2968         * paragraph.C (Paragraph): remove initialization of enumdepth
2969         (operator=): ditto
2970
2971         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2972         enumerate and itemize. Change the type of itemdepth to signed char.
2973
2974 2003-10-08  André Pönitz  <poenitz@gmx.net>
2975
2976         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2977           thing assignable.
2978         * text.C:
2979         * text2.C: adjust
2980
2981         * tabular.[Ch]: fix crash after 'row-insert'
2982
2983 2003-10-08  Angus Leeming  <leeming@lyx.org>
2984
2985         Fix doxygen warnings.
2986
2987         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2988         Remove CutAndPaste:: prefix from header file declaration.
2989
2990         * LColor.h (fill): remove LColor:: prefix from declaration.
2991
2992         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2993         use lyx::depth_type rather than Paragraph::depth_type so that
2994         header file and .C file match.
2995
2996         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2997
2998         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2999         * aspell.C: \file aspell_local.C -> \file aspell.C
3000         * gettext.C: \file gettext.C -> \file src/gettext.C
3001         * gettext.h: \file gettext.h -> \file src/gettext.h
3002         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3003         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3004         * text.C: \file text.C -> \file src/text.C
3005
3006         * toc.C: move comment so that doxygen is not confused.
3007
3008 2003-10-07  Angus Leeming  <leeming@lyx.org>
3009
3010         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3011
3012 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3013
3014         * aspell.C:
3015         * aspell_local.h: add forgotten std::string's.
3016
3017 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3018
3019         * LaTeXFeatures.C:
3020         * LyXAction.C:
3021         * factory.C:
3022         * lfuns.h:
3023         * lyxfunc.C:
3024         * text3.C: The Box patch. Fancybox support, minipage, parbox
3025
3026 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3027
3028         * CutAndPaste.h:
3029         * DepTable.h:
3030         * FloatList.h:
3031         * LaTeXFeatures.h:
3032         * ParagraphParameters.h:
3033         * TextCache.h:
3034         * Thesaurus.h:
3035         * bufferlist.h:
3036         * exporter.h:
3037         * importer.h:
3038         * lastfiles.h:
3039         * lyxfind.h:
3040         * lyxfont.h:
3041         * lyxlex.h:
3042         * lyxtextclasslist.h:
3043         * messages.h:
3044         * paragraph.h:
3045         * paragraph_pimpl.C:
3046         * textcursor.h: add <string> and other small fixes to make Lars'
3047         std::string patch compile with STLport.
3048
3049 2003-10-06  Angus Leeming  <leeming@lyx.org>
3050
3051         * LColor.h: Add missing #include <string>.
3052
3053 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3054
3055         * All most all file in all subdirs: Make <string> be the prefered
3056         way of getting to std::string, add using declarations.
3057
3058 2003-10-06  André Pönitz  <poenitz@gmx.net>
3059
3060         * metricsinfo.C: initialize LyXFont before changing attribute.
3061         (fixes the 'math in \emph is upright' bug)
3062
3063 2003-10-06  André Pönitz  <poenitz@gmx.net>
3064
3065         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3066
3067 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3068
3069         * graph.C:
3070         * paragraph_pimpl.C: Small fixes to build using STLport
3071
3072 2003-10-02  André Pönitz  <poenitz@gmx.net>
3073
3074         * lyxfunc.C:
3075         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3076
3077 2003-10-01  André Pönitz  <poenitz@gmx.net>
3078
3079         * factory.C: assert early
3080
3081 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3082
3083         * lyx_main.C: remove the global debug object
3084
3085         * debug.h: adjust for new debugstream
3086
3087         * debug.C: adjust for new debugstream and keep the global debug
3088         object here.
3089
3090 2003-09-22  Angus Leeming  <leeming@lyx.org>
3091
3092         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3093         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3094         an incomplete class LyXFont.
3095
3096 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3097
3098         * factory.C: bug fix in branches
3099
3100 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3101
3102         * lyxfunc.C (processKeySym): adjust
3103         (dispatch): adjust
3104         (dispatch): change arg name from ev to func, adjust
3105         (sendDispatchMessage): ditto
3106
3107         * lyx_main.C (defaultKeyBindings): adjust keybindings
3108         (deadKeyBindings): ditto
3109
3110         * kbsequence.C (addkey): return a FuncRequest
3111
3112         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3113
3114         * kbmap.C (bind): take a FuncRequest as arg, adjust
3115         (read): adjust
3116         (lookup): adjust
3117         (defkey): change to take a FuncRequest as arg, adjust
3118         (findbinding): take a FuncRequest as arg, adjust.
3119
3120         * funcrequest.h (operator=): added
3121
3122         * funcrequest.C (FuncRequest): default kb_action changed from
3123         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3124
3125         * buffer.C (dispatch): simplify
3126         (dispatch): adjust to take a FuncRequest as arg, adjust
3127
3128         * boost.C (assertion_failed): change assertion message slightly
3129
3130         * ToolbarBackend.C (read): simplify
3131
3132         * MenuBackend.C (binding): adjust call to findbinding, add a
3133         message if no binding is found.
3134         (read): simplify
3135         (expandToc): correct by adding a empty FuncRequest
3136
3137         * LyXAction.C: include <boost/assert.hpp>
3138         (isPseudoAction): delete function
3139         (LookupFunc): change name to...
3140         (lookupFunc): this. change return type to FuncRequest.
3141         (getActionName): take kb_action as arg, simplify
3142         (funcHasFlag): add an assert, simplify.
3143
3144 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3145
3146         * toc.C (action): return a FuncRequest, simplify
3147
3148         * lyxfunc.C (processKeySym): adjust
3149         (getStatus): delete version that takes an int.
3150         (getStatus): adjust
3151         (dispatch): delete version that takes action as int
3152         (dispatch): adjust
3153         (sendDispatchMessage): simplify and adjust
3154
3155         * funcrequest.C (getArg): take unsigned int as arg
3156
3157         * ToolbarBackend.C (read): adjust
3158         (add): delete version that takes func as a string.
3159         (getIton): take a FuncRequest as arg
3160
3161         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3162         action.
3163
3164         * MenuBackend.C (MenuItem): add a new construct that only takes a
3165         Kind, simplify the constructor use for submenus.
3166         (add): adjust
3167         (expandLastfiles): adjust
3168         (expandDocuments): adjust
3169         (expandFormats): adjust
3170         (expandFloatListInsert): adjust
3171         (expandFloatInsert): adjust
3172         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3173
3174         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3175         Remove class variables lyx_pseudo_map and lyx_arg_map
3176
3177         * LyXAction.C (searchActionArg): delete function
3178         (getPseudoAction): delete function
3179         (retrieveActionArg): delete function
3180         (LookupFunc): make it return kb_action, simplify.
3181         (getActionName): simplify
3182
3183         * factory.C (createInset): fix new bug
3184
3185 2003-09-19  Angus Leeming  <leeming@lyx.org>
3186
3187         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3188         masterFilename_ parameter in the include inset.
3189
3190         * factory.C (createInset): changes due to the changes to InsetInclude.
3191
3192 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3193
3194         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3195
3196 2003-09-18  Angus Leeming  <leeming@lyx.org>
3197
3198         * buffer.C:
3199         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3200         Inset::fillWithBibKeys.
3201         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3202
3203 2003-09-18  Angus Leeming  <leeming@lyx.org>
3204
3205         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3206         variables.
3207         (ctor): pass and store a 'Buffer const &'
3208         (buffer): new member function.
3209
3210         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3211         '*this' to the LaTeXFeatures ctor.
3212
3213 2003-09-18  Angus Leeming  <leeming@lyx.org>
3214
3215         * LColor.h:
3216         * lyxfont.C:
3217         * lyxfont.h:
3218         * lyxtext.h:
3219         * text.C: rename EnumLColor as LColor_color.
3220
3221 2003-09-18  Angus Leeming  <leeming@lyx.org>
3222
3223         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3224         remove #include "insets/insetbase.h" from cursor.h.
3225
3226 2003-09-18  Angus Leeming  <leeming@lyx.org>
3227
3228         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3229         InsetOld_code to remove #include "inset.h".
3230
3231         * iterators.C: add #include "insets/inset.h"
3232
3233 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3234
3235         * BufferView.C: remove more locking stuff that apparently doesn't
3236         do anything sensible.
3237
3238 2003-09-16  André Pönitz  <poenitz@gmx.net>
3239
3240         * paragraph.[Ch]:
3241         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3242           performance boost.
3243
3244 2003-09-16  Angus Leeming  <leeming@lyx.org>
3245
3246         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3247
3248         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3249         arg/return type.
3250
3251         * paragraph.h: remove #include "lyxfont.h". Forward declare
3252         LyXFont_size.
3253
3254 2003-09-16  Angus Leeming  <leeming@lyx.org>
3255
3256         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3257         of support/textutils.h.
3258         (isWord): move the contents of support/textutils.h's IsWordChar here.
3259
3260         * buffer.C:
3261         * lyxfind.C:
3262         * rowpainter.C:
3263         * text.C:
3264         * text2.C: add #include "paragraph.h".
3265
3266         * rowpainter.C:
3267         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3268
3269 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3270
3271         * main.C:
3272         * lyx_main.C:
3273         * lyx_cb.C:
3274         * buffer.C:
3275         * LaTeX.C: use namespace alias for lyx::support::os
3276
3277 2003-09-16  Angus Leeming  <leeming@lyx.org>
3278
3279         * bufferparams.C:
3280         * bufferview_funcs.C:
3281         * factory.C:
3282         * lyxfunc.C:
3283         * paragraph_pimpl.C:
3284         * rowpainter.C:
3285         * text.C: add #include "LColor.h".
3286
3287 2003-09-16  Angus Leeming  <leeming@lyx.org>
3288
3289         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3290         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3291         return LyXFont &.
3292         Store the FontBits::color variable as an int rather than as an
3293         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3294         file.
3295
3296         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3297         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3298         string calls together.
3299
3300         * lyxrc.C: add #include "LColor.h".
3301
3302 2003-09-15  Angus Leeming  <leeming@lyx.org>
3303
3304         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3305         a cow_ptr.
3306
3307 2003-09-15  Angus Leeming  <leeming@lyx.org>
3308
3309         * LColor.h: add an EnumLColor wrapper for LColor::color.
3310
3311         * lyxfont.[Ch] (color, setColor, realColor):
3312         * lyxtext.h, text.C (backgroundColor):
3313         pass EnumLColor args to/from the functions, rather than LColor::color
3314         ones.
3315
3316         * lyxfont.h:
3317         * lyxtext.h: forward declare EnumLColor.
3318
3319         * lyx_main.C: add #include "LColor.h".
3320
3321 2003-09-15  Angus Leeming  <leeming@lyx.org>
3322
3323         * .cvsignore: add lyx-gtk.
3324
3325 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3326
3327         * Chktex.C
3328         * LaTeX.C
3329         * LaTeXFeatures.C
3330         * ParagraphParameters.C
3331         * Spacing.C
3332         * buffer.C
3333         * bufferparams.C
3334         * bufferview_funcs.C
3335         * chset.C
3336         * counters.C
3337         * funcrequest.C
3338         * lyxfont.C
3339         * lyxgluelength.C
3340         * lyxlength.C
3341         * paragraph.C
3342         * paragraph_funcs.C
3343         * text3.C
3344         * vc-backend.C: remove usage of STRCONV
3345
3346 2003-09-15  Angus Leeming  <leeming@lyx.org>
3347
3348         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3349         explicitly define the color passed to the painter.
3350
3351 2003-09-15  Angus Leeming  <leeming@lyx.org>
3352
3353         * bufferparams.C (BufferParams): reorder member initializers to avoid
3354         compiler warning.
3355
3356 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3357
3358         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3359         * text.C (updateRowPositions): remove an unusual nop
3360
3361 2003-09-12  André Pönitz  <poenitz@gmx.net>
3362
3363         * BufferView_pimpl.C:
3364         * Bullet.C:
3365         * layout.h:
3366         * lyxfunc.C:
3367         * lyxlayout.[Ch]:
3368         * lyxtextclass.C:
3369         * rowpainter.C:
3370         * text.C:
3371         * text2.C:
3372         * Counters.[Ch]: finish the 'automatic counters' job
3373
3374 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3375
3376         * aspell.C: include <boost/assert.cpp> (compile fix)
3377
3378 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3379
3380         * boost.C (assertion_failed): use lyx::support::abort instead of
3381         assert.
3382
3383 2003-09-10  Angus Leeming  <leeming@lyx.org>
3384
3385         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3386         with their _fwd progeny.
3387
3388 2003-09-09  Angus Leeming  <leeming@lyx.org>
3389
3390         134 files throughtout the source tree: replace 'using namespace abc;'
3391         directives with the appropriate 'using abc::xyz;' declarations.
3392
3393 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3394
3395         * boost.C (emergencyCleanup): moved here from LAssert.c
3396         (assertion_failed): new function, called by BOOST_ASSERT
3397
3398         * several files: change Assert to BOOST_ASSERT
3399
3400 2003-09-09  Angus Leeming  <leeming@lyx.org>
3401
3402         * buffer.[Ch]: Add an Impl class and move Buffer's member
3403         variables into it. As a result move several header files out of
3404         buffer.h.
3405
3406         Add header files to lots of .C files all over the tree as a result.
3407
3408 2003-09-09  Angus Leeming  <leeming@lyx.org>
3409
3410         * buffer.[Ch]: make Buffer's member variables private. Add
3411         accessor functions.
3412
3413         Lots of changes all over the tree as a result.
3414
3415 2003-09-08  Angus Leeming  <leeming@lyx.org>
3416
3417         * graph.C: #include <config.h>.
3418
3419 2003-09-08  Angus Leeming  <leeming@lyx.org>
3420
3421         * BranchList.C:
3422         * BufferView.C:
3423         * BufferView_pimpl.C:
3424         * CutAndPaste.C:
3425         * DepTable.C:
3426         * LaTeX.C:
3427         * LaTeXFeatures.C:
3428         * LyXAction.C:
3429         * MenuBackend.C:
3430         * TextCache.C:
3431         * aspell.C:
3432         * buffer.C:
3433         * bufferlist.C:
3434         * changes.C:
3435         * chset.C:
3436         * converter.C:
3437         * counters.C:
3438         * debug.C:
3439         * graph.C:
3440         * ispell.C:
3441         * lyx_cb.C:
3442         * lyxfind.C:
3443         * lyxfunc.C:
3444         * lyxlex_pimpl.C:
3445         * lyxrc.C:
3446         * lyxrow.C:
3447         * paragraph.C:
3448         * rowpainter.C:
3449         * texrow.C:
3450         * text.C:
3451         * text2.C:
3452         * toc.C: remove redundant using directives.
3453
3454 2003-09-07  Angus Leeming  <leeming@lyx.org>
3455
3456         * LaTeXFeatures.h: remove #include "support/types.h".
3457         * ToolbarBackend.h: remove #include <algorithm>.
3458         * changes.h: remove #include <ctime>.
3459         * debug.h: remove #include <iosfwd>.
3460         * graph.h: remove #include "support/std_string.h".
3461         * lyx_main.h: remove #include <csignal>.
3462         * lyxlex_pimpl.h: remove #include <fstream>.
3463         * sgml.h: remove #include <algorithm>, <utility>.
3464         * toc.h: remove #include "support/std_ostream.h".
3465         Add #include <iosfwd>.
3466
3467 2003-09-07  Angus Leeming  <leeming@lyx.org>
3468
3469         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3470
3471         * converter.h: forward declare LatexRunParams.
3472         * encoding.h: remove #include "lyxrc.h".
3473         * lyxtext.h: remove #include "LColor.h".
3474         * lyxtextclass.h: remove #include "support/types.h".
3475         * trans.h: remove #include "tex-accent.h".
3476         * trans_mgr.h: remove #include "tex-accent.h".
3477         * insets/inset.h: remove #include "support/types.h", <vector>.
3478         * insets/insetcollapsable.h: remove #include "LColor.h".
3479         * insets/insetinclude.h: remove #include "dimension.h".
3480         * insets/insetlatexaccent.h: remove #include "dimension.h".
3481         * insets/insetoptarg.h:: remove #include "insettext.h".
3482         * insets/insettext.h: remove #include "dimension.h",
3483         <boost/shared_ptr.hpp>
3484
3485         * insets/renderers.h: add #include "dimension.h".
3486         * insets/updatableinset.h: add #include "support/types.h".
3487
3488         * many .C files: Associated changes.
3489
3490 2003-09-06  Angus Leeming  <leeming@lyx.org>
3491
3492         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3493         one, inside testInvariant.
3494
3495         * PrinterParams.C: new file.
3496         * PrinterParams.[Ch]: move the function bodies out of line.
3497
3498 2003-09-06  Angus Leeming  <leeming@lyx.org>
3499
3500         * ParagraphParameters.h: forward declare ParameterStruct rather than
3501         including its header file.
3502         (depth): moved out-of-line.
3503
3504 2003-09-06  Angus Leeming  <leeming@lyx.org>
3505
3506         * BufferView_pimpl.h:
3507         * kbmap.h:
3508         * kbsequence.h:
3509         * lyxfunc.h: forward declare LyXKeySym rather than
3510         #include "frontends/LyXKeySym.h".
3511
3512         * BufferView_pimpl.C:
3513         * kbmap.C:
3514         * kbsequence.C:
3515         * lyxfunc.C: associated changes.
3516
3517 2003-09-06  Angus Leeming  <leeming@lyx.org>
3518
3519         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3520         As a result, can remove the #include "insets/inset.h" from BufferView.h
3521
3522 2003-09-06  Angus Leeming  <leeming@lyx.org>
3523
3524         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3525         As a result, can remove the #include "insets/inset.h" from BufferView.h
3526
3527 2003-09-06  Angus Leeming  <leeming@lyx.org>
3528
3529         * buffer_funcs.C:
3530         * buffer.h:
3531         * bufferlist.C:
3532         * BufferView.C:
3533         * bufferview_funcs.C:
3534         * BufferView_pimpl.C:
3535         * CutAndPaste.C:
3536         * lyx_cb.C:
3537         * lyxfunc.C:
3538         * paragraph.h:
3539         * ParagraphParameters.C:
3540         * tabular.C:
3541         * text3.C:
3542         * toc.C:
3543         * undo_funcs.C:
3544         * frontends/controllers/ControlDocument.C:
3545         * insets/insetcaption.C: rearrange the #includes into some sort of
3546         coherent order.
3547
3548         * buffer.h: remove #includes ErrorList.h, undo.h
3549
3550 2003-09-06  Angus Leeming  <leeming@lyx.org>
3551
3552         * support/types.h: add a 'depth_type' typedef, used to store the
3553         nesting depth of a paragraph.
3554
3555         * paragraph.h:
3556         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3557         defining explicitly.
3558
3559         * buffer.h:
3560         * paragraph_funcs.h:
3561         * ParagraphParameters.h:
3562         * sgml.h: use lyx::depth_type rather than Paragraph or
3563         ParameterStruct's depth_type.
3564
3565         * buffer.h
3566         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3567
3568         * BufferView.C:
3569         * BufferView_pimpl.C:
3570         * CutAndPaste.C:
3571         * ParagraphParameters.C:
3572         * buffer_funcs.C:
3573         * bufferlist.C:
3574         * bufferview_funcs.C:
3575         * lyx_cb.C:
3576         * lyxfunc.C:
3577         * tabular.C:
3578         * text3.C:
3579         * toc.C:
3580         * undo_funcs.C:
3581         * frontends/LyXView.C:
3582         * frontends/controllers/ControlDocument.C:
3583         * frontends/controllers/ControlErrorList.C:
3584         * insets/insetbibitem.C:
3585         * insets/insetbranch.C:
3586         * insets/insetcaption.C:
3587         * insets/insetcollapsable.C:
3588         * insets/insetenv.C:
3589         * insets/insetert.C:
3590         * insets/insetfloat.C:
3591         * insets/insetfoot.C:
3592         * insets/insetfootlike.C:
3593         * insets/insetnewline.C:
3594         * insets/insetquotes.C:
3595         * insets/insettabular.C:
3596         * insets/insettext.C:
3597         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3598
3599         * frontends/controllers/ControlChanges.C: #include "changes.h".
3600
3601 2003-09-06  Angus Leeming  <leeming@lyx.org>
3602
3603         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3604         than #including paragraph.h.
3605
3606         * ParagraphList.h:
3607         * RowList.h: deleted. Superfluous.
3608
3609         * CutAndPaste.h:
3610         * iterators.h:
3611         * lyxcursor.h:
3612         * lyxtext.h:
3613         * text_funcs.h:
3614         * undo.h:
3615         * undo_funcs.h:
3616         * insets/inset.h:
3617         * insets/insettext.h: use ParagraphList_fwd.h rather than
3618         ParagraphList.h.
3619
3620         * paragraph.h: don't forward declare ParagraphList.
3621
3622         * buffer.h:
3623         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3624         rather than ParagraphList.h. paragraph.h is still needed for the
3625         Paragraph::depth_type parameters.
3626
3627         * textcursor.h: enable it to compile stand-alone in light of the
3628         above changes.
3629
3630         * bufferview_funcs.C:
3631         * iterators.C:
3632         * lyxfunc.C:
3633         * lyxrow_funcs.C:
3634         * paragraph.C:
3635         * rowpainter.C:
3636         * text.C:
3637         * text2.C:
3638         * text3.C:
3639         * text_funcs.C:
3640         * textcursor.C:
3641         * undo.C:
3642         * frontends/controllers/ControlParagraph.C:
3643         * frontends/controllers/ControlTabular.C:
3644         * insets/insetmarginal.C:
3645         * insets/insetminipage.C:
3646         * insets/insetnote.C:
3647         * insets/insetoptarg.C: add header files needed to compile again.
3648
3649 2003-09-06  Angus Leeming  <leeming@lyx.org>
3650
3651         * RowList_fwd.h: new file, forward-declaring Row rather than
3652         #including lyxrow.h.
3653
3654         * lyxrow_funcs.h:
3655         * lyxtext.h:
3656         * paragraph.h:
3657         * insets/insettext.h: use it instead of RowList.h
3658
3659         * bufferview_funcs.C:
3660         * lyxfunc.C:
3661         * lyxrow_funcs.C:
3662         * paragraph.C:
3663         * rowpainter.C:
3664         * text.C:
3665         * text2.C:
3666         * text3.C: #include "RowList.h".
3667
3668 2003-09-05  Angus Leeming  <leeming@lyx.org>
3669
3670         * factory.C (createInset):
3671         * vspace.C (c-tor): replace sscanf call with an istringstream.
3672         * ispell.C: re-add missing HP/UX headers.
3673         * lyxserver.C: re-add missing  os2 headers.
3674
3675 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3676
3677         * BranchList.C:
3678         * graph.C:
3679         * ispell.C:
3680         * lastfiles.C:
3681         * lyx_cb.C:
3682         * lyxserver.C:
3683         * texrow.C:
3684         * text3.C: re-add missing system headers, needed for 2.95.2.
3685
3686 2003-09-05  Angus Leeming  <leeming@lyx.org>
3687
3688         Changes most place everywhere due to the removal of using directives
3689         from support/std_sstream.h.
3690
3691 2003-09-05  Angus Leeming  <leeming@lyx.org>
3692
3693         Replace LString.h with support/std_string.h,
3694         Lsstream.h with support/std_sstream.h,
3695         support/LIstream.h with support/std_istream.h,
3696         support/LOstream.h with support/std_ostream.h.
3697
3698         Changes resulting throughout the tree.
3699
3700 2003-09-05  Angus Leeming  <leeming@lyx.org>
3701
3702         * sgml.h: ensure that the header file can be compiled stand-alone.
3703         * *.C: strip out redundant #includes. (320 in total.)
3704
3705 2003-09-04  Angus Leeming  <leeming@lyx.org>
3706
3707         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3708         here (from getPackages).
3709
3710         * debug.[Ch]: add a new EXTERNAL tag.
3711
3712 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3713
3714         * text2.C (cursorEnd): simplify
3715         (setCursor): adjust
3716         (getColumnNearX): adjust
3717
3718         * text.C (computeBidiTables): adjust
3719         (fill): adjust
3720
3721         * rowpainter.C (paintChars): adjust
3722         (paintSelection): adjust
3723         (paintChangeBar): adjust
3724         (paintText): adjust
3725
3726         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3727         lastPos instead.
3728         (numberOfSeparators): adjust
3729
3730 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3731
3732         * LyXAction.C:
3733         * box.[Ch]:
3734         * lfuns.h:
3735         * lyxfunc.C:
3736         * text3.C: Restricts the mouse click functionality
3737         of insets like bibtex, include, toc and floatlist to the visible
3738         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3739         up the dialogs. Cursor has to be in front of the inset (i.e.
3740         start of row) for this to function.
3741
3742 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3743
3744         * bufferview_funcs.C (currentState): output row information
3745
3746 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3747
3748         * bufferview_funcs.C (currentState): output paragraph position
3749
3750 2003-09-04  Angus Leeming  <leeming@lyx.org>
3751
3752         * FloatList.h: move out #include "Floating.h".
3753         * LaTeX.h: move out #include "DepTable.h".
3754         * LyXAction.h: move out #include "funcrequest.h".
3755         * buffer.h: move out #include "author.h", "iterators.h".
3756         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3757         * lyx_main.h: move out #include "errorlist.h".
3758         * lyxfunc.h: move out #include "FuncStatus.h".
3759         * lyxtext: move out #include "lyxcursor.h".
3760         * paragraph_pimpl.h: move out #include "counters.h".
3761
3762 2003-09-03  Angus Leeming  <leeming@lyx.org>
3763
3764         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3765         preamble_snippets list, enabling us to add snippets to the preamble
3766         only if the snippet was not there already.
3767
3768 2003-09-04  Angus Leeming  <leeming@lyx.org>
3769
3770         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3771
3772 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3773
3774         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3775         update
3776
3777 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3778
3779         * BranchList.C: point fix, earlier forgotten
3780
3781 2003-09-02  Angus Leeming  <leeming@lyx.org>
3782
3783         * box.C (contains): renamed from 'contained' after a fantastic
3784         amount of hot air.
3785
3786 2003-09-02  John Levon  <levon@movementarian.org>
3787
3788         * BufferView.C:
3789         * lyxcursor.h:
3790         * lyxcursor.C:
3791         * lyxfunc.C:
3792         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3793
3794 2003-09-02  John Levon  <levon@movementarian.org>
3795
3796         * text2.C: simplification of cursorEnd(), including partial
3797         fix for bug 1376
3798
3799 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3800
3801         * buffer.C (readFile): add a space
3802
3803 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3804
3805         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3806
3807 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3808
3809         * buffer.C (readFile): new function, take a filename and a
3810         ParagraphList::iterator
3811         (readFile): adjust
3812         (readFile): adjust, make it private. don't use setStream, make
3813         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3814         always contain the filename.
3815
3816         * BufferView.C (insertLyXFile): simplify and make it work for
3817         gzipped files.
3818
3819 2003-08-30  John Levon  <levon@movementarian.org>
3820
3821         * Makefile.am: fix dist (from Kayvan)
3822
3823 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3824
3825         * most files: change to use const Buffer refs
3826
3827 2003-08-27  André Pönitz  <poenitz@gmx.net>
3828
3829         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3830         on top of ownerPar().
3831
3832 2003-08-27  John Levon  <levon@movementarian.org>
3833
3834         * funcrequest.C: properly initialise POD members
3835
3836 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3837
3838         * lyxtext.h (top_y): move top_y from here
3839         * text.C:
3840         * text2.C:
3841         * text3.C:
3842         * BufferView.[Ch]:
3843         * BufferView_pimpl.[Ch]: to here
3844         * frontends/screen.C:
3845         * insets/insettabular.C:
3846         * insets/insettext.C: adjust
3847         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3848
3849 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3850
3851         * BufferView.[Ch]:
3852         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3853
3854 2003-08-26  André Pönitz  <poenitz@gmx.net>
3855
3856         * paragraph_func.[Ch] (outerPar): new function
3857
3858         * paragraph.C:
3859         * paragraph_funcs.C:
3860         * paragraph_funcs.h:
3861         * paragraph_pimpl.C:
3862         * text2.C: remove Inset::par_owner
3863
3864 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3865
3866         * lyxrow_funcs.C:
3867         * lyxtext.h:
3868         * text.C:
3869         * text2.C: eliminates the needFullRow/display() stuff
3870         altogether, putting the logic in metrics/draw in the insets.
3871
3872 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3873
3874         * text2.C (redoParagraphInternal, redoParagraphs):
3875         * text.C (redoParagraph): add a call to updateRowPositions at the
3876         end of each 'metrics-like' call. Remove all others.
3877         (getRow): remove the 'y-computing' version.
3878         (getRowNearY): do not compute nor return the real y. Solve the
3879         'y < 0' problem and simplify.
3880
3881 2003-08-22  Angus Leeming  <leeming@lyx.org>
3882
3883         * *.[Ch]: clean-up of licence and author blurbs.
3884         Also move config.h out of a few .h files and into a few .C files.
3885
3886 2003-08-22  André Pönitz  <poenitz@gmx.net>
3887
3888         * lyxrow.[Ch]: add x_ and *fill_ members
3889
3890         * lyxtext.h:
3891         * text.C:
3892         * rowpainter.C:
3893         * text2.C: adjust/remove prepareToPrint() calls
3894
3895 2003-08-22  André Pönitz  <poenitz@gmx.net>
3896
3897         * lyxrow.[Ch]: add  end_ member
3898
3899         * lyxrow_funcs.C: use LyXRow::end_
3900
3901         * lyxtext.h (singleWidth): add LyXFont parameter
3902
3903         * rowpainter.C:
3904         * text2.C: adjust LyXText::singleWidth() calls
3905
3906         * text.C (redoParagraph): simplify row breaking logic
3907
3908
3909 2003-08-19  André Pönitz  <poenitz@gmx.net>
3910
3911         * funcrequest.C: initialize button_ member
3912
3913         * text3.C:
3914         * rowpainter.[Ch]: interface consolidation
3915
3916 2003-08-18  André Pönitz  <poenitz@gmx.net>
3917
3918         * BufferView.C:
3919         * BufferView_pimpl.C:
3920         * lyxfind.C:
3921         * paragraph_funcs.C:
3922         * rowpainter.C:
3923         * text3.C: remove LyXScreen::draw() and fitCursor calls
3924
3925         * BranchList.h: remove spurious semicolons
3926
3927         * MenuBackend.C: fix branchlist related crash
3928
3929 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3930
3931         * BranchList.[Ch]:
3932         * InsetList.[Ch]:
3933         * LColor.[Ch]:
3934         * LyXAction.C:
3935         * Makefile.am:
3936         * MenuBackend.[Ch]:
3937         * bufferparams.[Ch]:
3938         * factory.C:
3939         * lfuns.h:
3940         * lyxfunc.C:
3941         * text3.C: implements the 'branch inset'
3942         idea. This allows the output of various versions of a document
3943         from a single source version, selectively outputing or suppressing
3944         output of parts of the text.
3945         This implementation contains a 'branch list editor' in a separate
3946         tab of the document settings dialog. Branches are user definable
3947         and have a "display colour" to distinguish them on-screen.
3948
3949         ColorHandler was somewhat cleaned up.
3950         (1) make possible a dynamically growing LColor list by allowing
3951         the graphic context cache to grow along (vector);
3952         (2) eliminate an IMHO unnecessary step in colour allocation.
3953
3954 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3955
3956         * BufferView_pimpl.C: compile fix
3957
3958 2003-08-15  André Pönitz  <poenitz@gmx.net>
3959
3960         * rowpainter.C: remove extra metrics calls
3961
3962         * lyxtext.h: merge the two constructors into a single one,
3963           pass reference to owner's par list
3964
3965         * BufferView_pimpl.C:
3966         * text.C:
3967         * text2.C: adjust
3968
3969 2003-08-15  André Pönitz  <poenitz@gmx.net>
3970
3971         * lyxrow_funcs.[Ch]:
3972         * lyxtext.h:
3973         * paragraph.h:
3974         * paragraph_funcs.C:
3975         * rowpainter.C:
3976         * text.C:
3977         * text2.C:
3978         * text3.C:
3979         * text_funcs.C: split LyXText::rowlist_ into individual
3980         Paragraph::rows_ chunks
3981
3982         * BufferView.[Ch]:
3983         * BufferView_pimpl.[Ch]:
3984         * lyxfind.C:
3985         * lyxtext.h:
3986         * text3.C: remove toggleSelection()
3987
3988 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3989
3990         * bufferlist.C: beautify two alerts (shorter text of buttons)
3991         * buffer.C: Remove redundant ' ' from message
3992         * tabular.h:
3993         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3994         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3995         rename VALIGN_CENTER to VALIGN_MIDDLE
3996
3997 2003-08-11  André Pönitz  <poenitz@gmx.net>
3998
3999         * lyxtext.h (getPar):
4000         * text.C: new function
4001
4002 2003-08-11  André Pönitz  <poenitz@gmx.net>
4003
4004         * Makefile.am:
4005         * tracer.[Ch]: remove unneeded files
4006
4007         * InsetList.[Ch]: remove resizeInsetsLyXText()
4008
4009         * lyxtext.h:
4010         * text.C:
4011         * text2.C:
4012         * text3.C: merge insertParagraphs() and appendParagraph()
4013         remove breakAgain(), update()
4014
4015         * BufferView_pimpl.[Ch]:
4016         * bufferview_funcs.[Ch]:
4017         * lyxfunc.C:
4018         * paragraph.[Ch]:
4019         * rowpainter.C:
4020         * tabular.C: adjust after text & InsetList changes.
4021
4022 2003-08-08  André Pönitz  <poenitz@gmx.net>
4023
4024         * text.C (insertChar, backspace): replace rowlist fiddling
4025         with rebreak of full par
4026
4027         * lyxtext.h:
4028         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4029         checkParagraph, updateInset): removed
4030
4031 2003-08-07  André Pönitz  <poenitz@gmx.net>
4032
4033         * paragraph.C:
4034         * text3.C: merge some LFUN handlers, remove dead code
4035
4036 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4037
4038         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4039
4040 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4041
4042         * text2.C (DEPM): fix part of bug 1255 and 1256
4043
4044 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4045
4046         * BufferView_pimpl.C (workAreaDispatch): change to use
4047         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4048         that are no mouse related.
4049
4050 2003-08-05  André Pönitz  <poenitz@gmx.net>
4051
4052         * BufferView.[Ch]:
4053         * BufferView_pimpl.[Ch]:
4054         * bufferview_funcs.C:
4055         * text2.C:
4056         * text3.C: rip out "deep update"
4057
4058         * textcursor.[Ch] (last_sel_cursor): remove unused member
4059
4060 2003-08-04  André Pönitz  <poenitz@gmx.net>
4061
4062         * BufferView.[Ch]:
4063         * BufferView_pimpl.[Ch]:
4064         * ParagraphParameters.C:
4065         * bufferview_funcs.C:
4066         * lyx_cb.C:
4067         * lyxfind.C:
4068         * lyxfunc.C:
4069         * text.C:
4070         * text2.C:
4071         * text3.C: replace "complicated" BufferView::update(...) calls with
4072         simpler ones.
4073
4074         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4075
4076 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4077
4078         * Makefile.am (lyx_SOURCES): add paper.h
4079
4080 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4081
4082         * Makefile.am: move things around so that both lyx-qt and
4083         lyx-xforms can be built (according to --with-frontend). Then lyx
4084         is a symbolic link to lyx-[firstfrontend]
4085
4086 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4087
4088         * Always use std::endl with lyxerr
4089
4090 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4091
4092         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4093
4094 2003-08-01  André Pönitz  <poenitz@gmx.net>
4095
4096         * BufferView.[Ch]:
4097         * BufferView_pimpl.[Ch]:
4098         * lyxfunc.C:
4099         * text3.C: merge BufferView::repaint() and BufferView::update()
4100
4101 2003-08-01  José Matos  <jamatos@lyx.org>
4102
4103         * buffer.[Ch]: file_format is no longer a buffer data element.
4104
4105 2003-08-01  André Pönitz  <poenitz@gmx.net>
4106
4107         * BufferView.C:
4108         * lyxtext.h:
4109         * text.C:
4110         * text2.C: make redoParagraph more independent of current cursor
4111
4112         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4113         * text.C:
4114         * text2.C: remove unneeded members
4115
4116 2003-07-30  André Pönitz  <poenitz@gmx.net>
4117
4118         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4119
4120         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4121           create a single function...
4122
4123         * paragraph_funcs.C (moveItem): ... here.
4124
4125         * text.C:
4126           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4127
4128 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4129
4130         * LColor.[Ch]: Add comment and greyedout logical colors.
4131
4132 2003-07-30  André Pönitz  <poenitz@gmx.net>
4133
4134         * tabular.C: don't use Assert too heavily. This crashes where it
4135           shouldn't
4136
4137 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4138
4139         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4140         is disabled (bug 1232)
4141
4142 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4143
4144         * factory.C: limited 'arg' scope
4145
4146 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4147
4148         * factory.C: fixed Note submenu issues
4149
4150 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4151
4152         * factory.C: submenu for Note/Comment/Greyedout
4153
4154 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4155
4156         * lyx_main.C (LyX):
4157         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4158
4159 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4160
4161         * LaTeXFeatures.C:
4162         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4163         greyedout. Patch provided by Jürgen Spitzmüller.
4164
4165 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4166
4167         * kbmap.C (read): fix error message when reading bind files
4168
4169 2003-07-29  Angus Leeming  <leeming@lyx.org>
4170
4171         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4172         certainly does not do what it purports to do. I am doing it, and
4173         us, a favour by killing it.
4174
4175 2003-07-28  José Matos  <jamatos@lyx.org>
4176
4177         * buffer.C (readBody, do_writeFile):
4178         * paragraph.C(readParagraph): \end_document replaces \the_end.
4179
4180 2003-07-29  André Pönitz  <poenitz@gmx.net>
4181
4182         * BufferView.[Ch]:
4183         * BufferView_pimpl.[Ch]:
4184         * lyxfunc.C:
4185         * text2.C:
4186         * text3.C:
4187         * textcursor.[Ch]: remove toggleToggle & Co
4188
4189 2003-07-28  José Matos  <jamatos@fep.up.pt>
4190
4191         * buffer.C (readParagraph):
4192         * params_func (readParToken, readParagraph):
4193         * paragraph.C (write): \layout -> \begin_layout.
4194
4195 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4196
4197         * lyxlex_pimpl.C (setFile): clean up slightly.
4198
4199         * bufferparams.h: add compressed var
4200
4201         * buffer_funcs.C (readFile): adjust for LyXLex change
4202         (newFile): ditto + simplify
4203
4204         * buffer.C (writeFile): handle writing of compressed files
4205
4206         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4207         Check if the file is compressed and set a bufferparm if so.
4208
4209         * Makefile.am (lyx_LDADD): remove explicit -lz
4210
4211 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4212
4213         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4214         makeDocBookFile): put the real LyX version in the first line of
4215         the file
4216
4217         * version.h:
4218         * version.C.in: remove lyx_docversion
4219
4220         * tabular.C (write_attribute): add a template-based version to
4221         write enums properly
4222
4223 2003-07-28  André Pönitz  <poenitz@gmx.net>
4224
4225         * lyxtext.h:
4226         * text.C:
4227         * text2.C:
4228         * text3.C: use doubles again for x-coordinates. They are needed.
4229
4230 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4231
4232         * messages.C (getLocaleDir): use lyx_localedir()
4233
4234         * lyxlex_pimpl.C (setFile): compress stuff
4235
4236         * buffer.C (writeFile): add some compression stuff
4237         (do_writeFile): new func, dont call expliti close... will this
4238         breake anything?
4239
4240         * Makefile.am (lyx_LDADD): add -lz
4241
4242 2003-07-28  José Matos  <jamatos@fep.up.pt>
4243
4244         * buffer.C: increment file format.
4245         * paragraph_funcs (readParagraph, readParToken):
4246         * paragraph.C (readParagraph): add \end_layout.
4247
4248 2003-07-27  Angus Leeming  <leeming@lyx.org>
4249
4250         * Makefile.am: remove special casing for configure-time setting of
4251         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4252
4253         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4254         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4255
4256 2003-07-26  André Pönitz  <poenitz@gmx.net>
4257
4258         * paragraph_func.[Ch]:
4259         * paragraph.C (realizeFont): inline it whereever it is used
4260
4261         * rowpainter.C:
4262         * text.C:
4263         * text2.C:
4264         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4265
4266
4267 2003-07-26  André Pönitz  <poenitz@gmx.net>
4268
4269         *       lyxtext.h:
4270         * text.C:
4271         * text2.C: get rid of LyXText::need_break_row
4272
4273 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4274
4275         * toc.[Ch]: put namespace toc inside namespace lyx
4276
4277         * MenuBackend.C (expandToc2): adjust for lyx::toc
4278         (expandToc): ditto
4279
4280         * lyxfunc.C (dispatch): adjust for lyx::find
4281
4282         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4283         lyx::find instead. Reorganize a bit.
4284         (LyXReplace): rename to replace
4285         (LyXFind): rename to find
4286
4287         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4288         (dispatch): ditto
4289
4290 2003-07-26  André Pönitz  <poenitz@gmx.net>
4291
4292         * text.C (setHeightOfRow): restrict scope of temporary variable
4293
4294         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4295           code (never has been used?)
4296
4297 2003-07-27  Asger Alstrup  <alstrup@local>
4298
4299         * text.C (fill): Optimise algorithm to exploit that we can reuse
4300         the LyXFont for many characters.
4301         (setHeightOfRow): Same thing.
4302         (rowBreakPoint): Same thing.
4303
4304 2003-07-26  Asger Alstrup  <alstrup@local>
4305
4306         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4307
4308         * text.C (singleWidth): Spurious font copying in hot-spot
4309         singleWidth avoided. Reorder tests for arabic for efficiency.
4310
4311         * text.C (fill): handle empty paragraphs better.
4312
4313 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4314
4315         * ispell.C:
4316         * encoding.h: add includes
4317
4318         * lyxrc.C: remove reading of bind files
4319
4320         * lyx_main.C (init): setup bindings and menus only if we have a
4321         gui.
4322
4323         * kbmap.C (read): new method. Do the actual reading of bind
4324         files.
4325
4326         * converter.C (dvipdfm_options):
4327         * bufferparams.C:
4328         * lyxrc.C (read):
4329         (output): adapt PAPER_* enums.
4330
4331         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4332
4333         * bufferparams.h: remove paper-related enums from there
4334
4335         * paper.h: New file. A trivial header file to hold paper-related
4336         enums. It should later expand to contain many paper-related
4337         horrors access.
4338
4339         * lyxrc.C: declare extern displayTranslator
4340
4341 2003-07-27  José Matos  <jamatos@fep.up.pt>
4342
4343         * tabular.[Ch] (linuxdoc): add support for tables and figures
4344         (linuxdoc).
4345
4346 2003-07-27  José Matos  <jamatos@fep.up.pt>
4347
4348         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4349         consistency in both functions.
4350         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4351
4352 2003-07-26  Asger Alstrup  <alstrup@local>
4353
4354         * rowpainter.C (paintRows): Change algorithm to work directly on
4355         the insets rather than asking every character in the document
4356         whether its an inset.
4357
4358 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4359
4360         * buffer.C (openFileWrite): factorize some code
4361
4362 2003-07-26  Angus Leeming  <leeming@lyx.org>
4363
4364         * lyx_cb.C:
4365         * lyx_main.[Ch]: replace occurances of system_tempdir with
4366         os::getTmpDir().
4367
4368 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4369
4370         * rename Inset to InsetOld
4371
4372 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4373
4374         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4375         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4376         which I think is a bit clearer. EDIT is gone, since it was
4377         premature optimisation, and broken for mathed anyway.
4378         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4379         with cursor positioning in insets as well (math insets still do not
4380         work, but that's a different story anyway.) It mysteriously
4381         crashes sometimes with undo in the first paragraph, but I'm fairly
4382         confident that this is a compiler bug.
4383
4384 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4385
4386         * paragraph.C (Paragraph): adjust for new clone return type
4387         (operator==): ditto
4388         (copyIntoMinibuffer): ditto
4389
4390 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4391
4392         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4393         by not having a special case, and always doing a full rebreak of
4394         the document after undo.
4395
4396 2003-07-23  Angus Leeming  <leeming@lyx.org>
4397
4398         * factory.C (createInset): InsetExternal::setParams now takes a
4399         Buffer const * arg.
4400
4401 2003-07-23  Angus Leeming  <leeming@lyx.org>
4402
4403         * factory.C (createInset): changed interface to the external and
4404         graphics mailers' string2params functions.
4405
4406 2003-07-23  Angus Leeming  <leeming@lyx.org>
4407
4408         * factory.C (createInset): pass a
4409         Buffer const * parameter to InsetExternalMailer's string2params.
4410
4411 2003-07-22  John Levon  <levon@movementarian.org>
4412
4413         * Thesaurus.h: include the right aiksaurus header
4414
4415 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4416
4417         * MenuBackend.C (expand): check menu shortcuts unconditionally
4418
4419 2003-07-21  Angus Leeming  <leeming@lyx.org>
4420
4421         * factory.C (createInset): pass a
4422         buffer_path parameter to InsetGraphicsMailer's string2params.
4423
4424 2003-07-21  Angus Leeming  <leeming@lyx.org>
4425
4426         * BufferView_pimpl.C (buffer):
4427         * buffer.C (d-tor):
4428         * lyx_main.C (LyX):
4429         * lyxfunc.C (dispatch):
4430         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4431         rather than the grfx shortcut.
4432
4433 2003-07-21  André Pönitz  <poenitz@gmx.net>
4434
4435         * rowpainter.C: remove unused variables
4436
4437         * tabular_funcs.C:
4438         * tabular_funcs.h: move to tabular.C
4439         * Makefile.am: adjust
4440
4441         * tabular.[Ch]: basic optical cleaning
4442
4443         * author.h: pass references, not values
4444
4445 2003-07-18  André Pönitz  <poenitz@gmx.net>
4446
4447         * lyxtext.h:
4448         * metricsinfo.C:
4449         * metricsinfo.h:
4450         * rowpainter.C:
4451         * text.C:
4452         * text2.C:
4453         * text3.C: two-phase drawing for InsetText and InsetTabular
4454         some float -> int changes.
4455
4456 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4457
4458         * lyx_main.C: fix the fix
4459
4460 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4461
4462         * lyx_main.C: fix a crash in batch mode if no files specified
4463         * converter.C: ws
4464
4465 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4466
4467         * format.[Ch] (papersize): moved to BufferParams
4468         * converter.[Ch] (dvips_options): moved to BufferParams
4469         (dvipdfm_options): moved to anon namespace
4470         * bufferparams.[Ch]: added above functions.
4471
4472 2003-07-17  André Pönitz  <poenitz@gmx.net>
4473
4474         * lyxtext.h:
4475         * rowpainter.C:
4476         * text2.C: don't call inset->update() anymore
4477
4478         * metricsinfo.[Ch]: add convenience constructor
4479
4480 2003-07-16  André Pönitz  <poenitz@gmx.net>
4481
4482         * lyxcursor.[Ch]:
4483         * lyxfunc.[Ch]:
4484         * text.C:
4485         * text2.C: replace the LyXCursor::irow_ member with
4486          on-demand computation of the value
4487
4488 2003-07-16  John Levon  <levon@movementarian.org>
4489
4490         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4491
4492 2003-07-15  André Pönitz  <poenitz@gmx.net>
4493
4494         * text.C:
4495         * text2.C: remove no more needed refresh_row
4496
4497 2003-07-15  André Pönitz  <poenitz@gmx.net>
4498
4499         * lyxtext.h:
4500         * rowpainter.C:
4501         * text2.C:
4502         * text3.C: refresh_status tristate -> need_update bool
4503
4504 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4505
4506         * lyxtext.h (init): remove reinit argument (act as if always true)
4507         * text2.C: adjust to that
4508
4509 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4510
4511         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4512         * text3.C: use it to delete selections in some cases
4513         (bugs 441, 673, 702, 954).
4514
4515 2003-07-14  André Pönitz  <poenitz@gmx.net>
4516
4517         * rowpainter.[Ch]: reduce interface
4518
4519 2003-07-14  André Pönitz  <poenitz@gmx.net>
4520
4521         * BufferView_pimpl.C:
4522         * text2.C: adjust after removing unused BufferView * argument
4523
4524 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4525
4526         * text2.C (init): fix a crash fired on resize
4527
4528 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4529
4530         * buffer.[Ch]: added new closing signal
4531         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4532         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4533         BufferView::Pimpl via the closing the signal
4534
4535 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4536
4537         * buffer.[Ch]: take out all bv-related from buffer
4538         * BufferView.C:
4539         * BufferView_pimpl.[Ch]: connect to new signals
4540         * CutAndPaste.C: removed useless asserts
4541         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4542         * lyxvc.[Ch]:
4543         * vc-backend.[Ch]:
4544         * lyxfunc.C: moved view-related funciontality from vc here
4545         * paragraph.C: removed outdated comments
4546         * text.C: ws
4547
4548 2003-07-10  André Pönitz  <poenitz@gmx.net>
4549
4550         * BufferView_pimpl.C:
4551         * tabular.h:
4552         * tabular_funcs.C:
4553         * text.C:
4554         * text2.C: remove InsetText::InnerCache, clean up consequences
4555
4556 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4557
4558         * ispell.C: fix two typos in error messages
4559
4560 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4561
4562         * Extend Note inset to other forms of annotation like Comment
4563         and Greyedout. Right button click gives dialog.
4564
4565         Files modified or added (+):
4566
4567         * insetnote.[Ch]
4568         * FormNote.[Ch]      +
4569         * ControlNote.[Ch]   +
4570         * form_note.fd       +
4571         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4572         frontends/controllers
4573         * xforms/Dialogs.C
4574         * factory.C
4575
4576 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4577
4578         * aspell.C: add missing namespace lyx::support
4579
4580 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4581
4582         * BufferView.[Ch] (newFile): Add
4583         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4584         * LaTeX.[Ch] (message): added this signal and use it
4585         * buffer.[Ch] (busy, message): added these signals and use them
4586         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4587         * converter.C:
4588         * exporter.C:
4589         * format.C:
4590         * importer.C: use buffer signals instead of direct bv calling
4591         * lyx_cb.[Ch] (ShowMessage): removed
4592         * lyx_main.C:
4593         * lyxfunc.C:
4594         * paragraph_funcs.C:
4595         * text2.C: use buffer signals
4596
4597 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4598
4599         * introduce namespace lyx::graphics
4600
4601 2003-07-02  André Pönitz  <poenitz@gmx.net>
4602
4603         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4604
4605 2003-07-01  André Pönitz  <poenitz@gmx.net>
4606
4607         * text.C:
4608         * text2.C:
4609         * text3.C:
4610         * text_funcs.[Ch]:
4611         * textcursor.h:
4612         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4613           text*.C to text_func.C
4614
4615 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4616
4617         * introduce namespace lyx::support
4618
4619 2003-06-30  André Pönitz  <poenitz@gmx.net>
4620
4621         * Chktex.C:
4622         * funcrequest.C:
4623         * lyxtext.h:
4624         * text.C: re-enable --with-included-string
4625
4626 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4627
4628         * textcursor.C: add <config.h>
4629
4630         * text.C (getWord): remove const from word_location arg
4631
4632         * lyxvc.C (getLogFile): fix const type order
4633
4634         * lyxtext.h: remove const from word_location arg, add arg name
4635
4636         * lyxlayout.h: currect type on labeltype.
4637
4638         * importer.C: correct \file
4639
4640         * converter.C (intToFormat): use std:: on ret val, ws changes
4641
4642         * bufferlist.h: correct \file
4643
4644         * buffer.C (makeLinuxDocFile): fix const type order
4645         (makeDocBookFile): ditto
4646         (fillWithBibKeys): use std:: on stdlib args.
4647
4648         * CutAndPaste.C: fix authors.
4649         (availableSelections): use std:: on return vector
4650
4651 2003-06-27  André Pönitz  <poenitz@gmx.net>
4652
4653         * BufferView_pimpl.C:
4654         * bufferview_funcs.C:
4655         * lyxcursor.C:
4656         * lyxcursor.h:
4657         * lyxfunc.C:
4658         * lyxtext.h:
4659         * rowpainter.C:
4660         * text.C:
4661         * text2.C:
4662         * text3.C: remove LyXCursor::row_ member
4663
4664         * lyxtext.h:
4665         * text.C: rename fullRebreak() to partialRebreak() and implement
4666           a fullRebreak() that really bereks fully
4667
4668         * textcursor.h: new struct for cursor-related data
4669
4670 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4671
4672         * lyx_main.C (LyX): get full path of document loaded on the
4673         command line
4674
4675 2003-06-26  André Pönitz  <poenitz@gmx.net>
4676
4677         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4678           remove unused/broken operator>,<,>=.
4679
4680         *       text.C: remove only use of broken operator<= in an Assert().
4681
4682 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4683
4684         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4685         moved errorlist_.clear to showErrorList
4686
4687 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4688
4689         * converter.C (scanLog, runLaTeX):
4690         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4691         move the bv->showErrorList call to the callers
4692         * lyxfunc.C: i.e. here...
4693         * text2.C: and here
4694         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4695         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4696         namespace, the second to...
4697         * buffer_funcs (BufferFormat, parseErrors): added
4698         * errorlist.C (ErrorList(TeXErrors const &)): removed
4699
4700 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4701
4702         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4703
4704 2003-06-24  "Garst R. Reese" <reese@isn.net>
4705
4706         * debug.C: fix typo
4707
4708 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4709
4710         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4711
4712         * version.C.in: change docversion to 1.4
4713
4714 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4715
4716         * buffer.C: fix a bug just introduced
4717
4718 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4719
4720         * buffer.[Ch]: added the parseError signal and use it, removed
4721         sgmlError
4722         * BufferView.[Ch] (addError): moved to ...
4723         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4724         to the Buffer::parseError signal to catch (guess what) parse errors
4725         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4726
4727 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4728
4729         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4730         ability to create a buffer and to return an existing one from
4731         the list. Moved these functions to...
4732         * buffer_funcs.[Ch]: added
4733         * BufferView.[Ch] (loadLyXFile): added
4734         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4735         job removed from bufferlist::loadLyXFile.
4736         * buffer.C (setReadOnly): make it work without view
4737         (i.e added an if (users))
4738
4739 2003-06-19  Angus Leeming  <leeming@lyx.org>
4740
4741         * lfuns.h:
4742         * LyXAction.C (init):
4743         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4744         with LFUN_DIALOG_SHOW <name> <data>.
4745
4746 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4747
4748         * CutAndPaste.C (availableSelections): small compilation fix for
4749         ancient (gcc 2.9x) compilers
4750
4751 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4752
4753         * text3.C (cursorNext): add tmp var
4754
4755         * text2.C (updateCounters): for function calling out of for clause
4756         (replaceSelectionWithString): ditto
4757         (insertStringAsParagraphs): ditto
4758         (getColumnNearX): add tmp var
4759         (setCursorFromCoordinates): add tmp var
4760         (cursorDownParagraph): add tmp var
4761         (deleteEmptyParagraphMechanism): add tmp var
4762
4763         * text.C (insertChar): add tmp var
4764
4765         * rowpainter.C (paintDepthBar): add tmp var
4766
4767         * CutAndPaste.C (availableSelections): potentially check all
4768         paragraphs in a cut to fill the shown strings.
4769
4770 2003-06-18  André Pönitz  <poenitz@gmx.net>
4771
4772         * kbmap.[Ch]: use vector<> instead of list<>
4773
4774 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4775
4776         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4777         pasteSelection with index
4778
4779         * text2.C (pasteSelection): modify, call pasteSelection with index
4780
4781         * paragraph.C (asString): reimplement version with no interval to
4782         call the one with interval.
4783
4784         * lyxtext.h: add index arg to pasteSelection
4785
4786         * MenuBackend.C (MenuItem): handle PasteRecent
4787         (Menu::read::Menutags): add md_pasterecent
4788         (read): handle it
4789         (expandPasteRecent): new function
4790         (expand): use it
4791
4792         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4793
4794         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4795         the limited stack
4796         (availableSelections): new function
4797
4798 2003-06-17  Angus Leeming  <leeming@lyx.org>
4799
4800         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4801
4802 2003-06-17  Angus Leeming  <leeming@lyx.org>
4803
4804         * lfuns.h:
4805         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4806
4807         * lyxfunc.C (dispatch): invoke it.
4808
4809 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4810
4811         * iterators.C (operator++, ParPosition): reintroduce some
4812         const_cast for the benefit of older compilers.
4813
4814 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4815
4816         * text3.C (dispatch): do not modify clipboard when doing
4817         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4818         LFUN_DELETE_SKIP on a selection selection
4819
4820 2003-06-16  André Pönitz  <poenitz@gmx.net>
4821
4822         * BufferView.C:
4823         * buffer.C:
4824         * buffer.h:
4825         * paragraph.C:
4826         * tabular.[Ch]: IU of clone() and getLabelList();
4827
4828 2003-06-13  André Pönitz  <poenitz@gmx.net>
4829
4830         * tabular.h: compactification
4831
4832 2003-06-12  André Pönitz  <poenitz@gmx.net>
4833
4834         * tabular.C:
4835         * tabular.h:
4836         * tabular_funcs.h: some renaming plus whitespace
4837
4838 2003-06-12  André Pönitz  <poenitz@gmx.net>
4839
4840         * BufferView.C:
4841         * BufferView_pimpl.C:
4842         * CutAndPaste.C:
4843         * buffer.C:
4844         * iterators.[Ch]:
4845         * lyxfunc.C:
4846         * text.C:
4847         * toc.C: Return a Paragraph & for ParIterator::operator*()
4848
4849 2003-06-11  John Levon  <levon@movementarian.org>
4850
4851         * lyx_main.C:
4852         * ToolbarBackend.h:
4853         * ToolbarBackend.C: add "Toolbars" section and
4854         put the flags there
4855
4856 2003-06-10  Angus Leeming  <leeming@lyx.org>
4857
4858         * lfuns.h:
4859         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4860
4861         * lyxfunc.C (dispatch): invoke it.
4862
4863 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4864
4865         * main.C: protect <ios> with HAVE_IOS
4866         (main): protect sync_with_stdio with HAVE_IOS
4867
4868 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4869
4870         * text2.C (cutSelection): adjust
4871         (pasteSelection): adjust
4872
4873         * messages.C: handle get of empty string
4874
4875         * main.C (main): use sync_with_stdio(false)
4876
4877         * lyxfunc.C (dispatch): adjust
4878
4879         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4880         (WriteAs): remove unneeded BufferView arg.
4881
4882         * bufferparams.h: use correct types on papersize, papersize2 and
4883         paperpackage.
4884
4885         * bufferparams.C (readToken): adjust for type
4886         (writeLaTeX): add missing cases to switch.
4887
4888         * bufferlist.C (quitWriteBuffer): adjust
4889         (close): adjust
4890
4891         * buffer.C (asciiParagraph): remove some commented code.
4892
4893         * CutAndPaste.C: remove current_view extern variable.
4894         (cutSelection): add BufferParams arg.
4895         (eraseSelection): add BufferParams arg.
4896         (pasteSelection): add Buffer const & arg
4897
4898 2003-06-07  John Levon  <levon@movementarian.org>
4899
4900         * buffer.C:
4901         * paragraph_funcs.C:
4902         * paragraph_pimpl.C:
4903         * text.C:
4904         * text2.C:
4905         * paragraph.h:
4906         * paragraph.C: allow InsetERT to freely space lines,
4907         and some consolidation of code
4908
4909 2003-06-06  José Matos  <jamatos@fep.up.pt>
4910
4911         * buffer.C (makeDocBookFile): fix bug #821
4912
4913 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4914
4915         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4916
4917 2003-06-04  Angus Leeming  <leeming@lyx.org>
4918
4919         * buffer.C: bump format to 224.
4920
4921 2003-06-05  André Pönitz  <poenitz@gmx.net>
4922
4923         * text2.C (redoParagraphs): remove two const_cast<>
4924
4925 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4926
4927         * ParagraphList.h: remove last remnants of NO_STD_LIST
4928
4929 2003-06-03  Angus Leeming  <leeming@lyx.org>
4930
4931         * factory.C (createInset): small change to the way InsetExternal's params
4932         are set.
4933
4934 2003-06-04  André Pönitz  <poenitz@gmx.net>
4935
4936         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4937
4938         * paragraph_pimpl.h:
4939         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4940
4941         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4942
4943         * undo_funcs.C: make some simple cases of undo work again
4944
4945 2003-06-03  John Levon  <levon@movementarian.org>
4946
4947         * ispell.C: HPUX doesn't have sys/select.h
4948         (from Albert Chin)
4949
4950 2003-06-03  John Levon  <levon@movementarian.org>
4951
4952         * CutAndPaste.C: update tabular and include inset
4953         buffer references
4954
4955         * buffer.h:
4956         * paragraph.h:
4957         * paragraph.C: remove owningBuffer(), don't pass Buffer
4958         to clone()
4959
4960         * factory.C: insetGraphicsParams changed
4961
4962 2003-06-02  John Levon  <levon@movementarian.org>
4963
4964         * LyXAction.C:
4965         * factory.C:
4966         * lfuns.h:
4967         * lyxfunc.C:
4968         * text3.C: remove insetparent
4969
4970 2003-06-02  John Levon  <levon@movementarian.org>
4971
4972         * buffer.h:
4973         * buffer.C: fix inset_iterator.end(), move out of line
4974         (bug 1149)
4975
4976 2003-06-01  John Levon  <levon@movementarian.org>
4977
4978         * text3.C: use a proper cut/paste when doing inset
4979         insert (from Jürgen Spitzmüller)
4980
4981 2003-06-01  John Levon  <levon@movementarian.org>
4982
4983         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4984
4985 2003-05-30  André Pönitz  <poenitz@gmx.net>
4986
4987         * rowpainter.C: unify second drawing phase
4988
4989 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4990
4991         * trans_mgr.C: remove one case of current_view
4992
4993         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4994
4995         * paragraph_funcs.h: remove paragraph.h include
4996
4997         * paragraph.h: delete NO_STD_LIST stuff
4998
4999         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5000
5001         * buffer.h: remove paragraph.h include
5002
5003         * ParagraphList.C: delete file
5004
5005         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5006
5007         * toc.C (getTocList): adjust
5008
5009         * paragraph_pimpl.C (validate): adjust
5010
5011         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5012
5013         * paragraph.C (Paragraph): adjust
5014         (getPositionOfInset): use const_iterator, adjust
5015         (bibitem): use const_iterator, adjust
5016         (setInsetOwner): adjust
5017
5018         * iterators.C (operator++): adjust
5019
5020         * InsetList.[Ch]: Replace selfmade iterator with standard
5021         vector::iterator also introduce const_iterator. Remove getPos,
5022         getInset and setInset from InsetTable. Adjust accordingly.
5023
5024         * BufferView.C (lockInset): adjust
5025         (ChangeInsets): adjust
5026
5027         * tabular.[Ch]: delete commented same_id functions
5028
5029 2003-05-28  John Levon  <levon@movementarian.org>
5030
5031         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5032
5033 2003-05-28  André Pönitz  <poenitz@gmx.net>
5034
5035         * metricsinfo.[Ch]: remove 'fullredraw' member
5036
5037 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5038
5039         * lyxtextclass.C (operator): remove caching.
5040
5041 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5042
5043         * text3.C: adjust
5044
5045         * text2.C (cursorBottom): adjust
5046         (setCounter): use ParagraphList::find, adjust
5047
5048         * text.C (workWidth): use ParagraphList::find, adjust
5049
5050         * lyxcursor.C (LyXCursor): adjust
5051
5052         * buffer.C (inset_iterator): adjust
5053
5054         * ParagraphList.h: make iterator(value_type) private, make
5055         ParagraphList a friend of iterator.
5056
5057         * ParagraphList.C (find): new function
5058
5059         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5060
5061 2003-05-27  André Pönitz  <poenitz@gmx.net>
5062
5063         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5064
5065 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5066
5067         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5068
5069 2003-05-26  John Levon  <levon@movementarian.org>
5070
5071         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5072
5073 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5074
5075         * remove same_id from function signatures, adjust.
5076
5077 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5078
5079         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5080
5081         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5082
5083         * paragraph.C (Paragraph): get rid of same_ids parameter
5084
5085         * ParagraphList.C (insert): adjust
5086         (push_back): adjust
5087
5088 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5089
5090         * paragraph_funcs.C (breakParagraph): adjust
5091         (breakParagraphConservative): adjust
5092
5093         * buffer.C (readParagraph): adjust
5094
5095         * ParagraphList.C (insert): take a reference instead of a pointer
5096         (insert): adjust
5097
5098         * paragraph.[Ch] (id): new function
5099
5100         * bufferlist.C (newFile): adjust
5101
5102         * ParagraphList.C (ParagraphList): adjust
5103         (assign): adjust
5104         (push_back): take a reference instead of a pointer.
5105
5106         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5107
5108         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5109         instead.
5110
5111         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5112         set else use old code.
5113
5114         * ParagraphList.C: remove all NO_NEXT code and only compile this
5115         code of NO_STD_LIST is set.
5116
5117 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5118
5119         * BufferView_pimpl.C:
5120         * TextCache.C:
5121         * TextCache.h:
5122         * bufferlist.C:
5123         * errorlist.h:
5124         * format.C:
5125         * format.h:
5126         * graph.C:
5127         * lyxfunc.C:
5128         * lyxrc.C:
5129         * graphics/GraphicsConverter.C:
5130         * graphics/PreviewLoader.C: header adjustment
5131
5132 2003-05-23  Angus Leeming  <leeming@lyx.org>
5133
5134         * LaTeXFeatures.[Ch] (useBabel): new method.
5135         * bufferparams.C (writeLaTeX): use it.
5136
5137 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5138
5139         * ParagraphList.h (set): remove unused function.
5140
5141 2003-05-23  André Pönitz  <poenitz@gmx.net>
5142
5143         * BufferView.C:
5144         * BufferView_pimpl.C:
5145         * buffer.C:
5146         * buffer.h:
5147         * lyxfunc.C:
5148         * undo_funcs.C: setUndo reworked
5149
5150         * iterators.[Ch]: add access to topmost ParagraphList
5151
5152         * lyxtext.[Ch] (workWidth): add a const
5153
5154 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5155
5156         * texrow.[Ch] (increasePos): remove function
5157         * exporter.C (export): removed unused var and outdated comment
5158
5159 2003-05-23  Angus Leeming  <leeming@lyx.org>
5160
5161         * latexrunparams.h: rename fragile as moving_arg.
5162         * paragraph.C (simpleTeXOnePar): ditto.
5163         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5164
5165 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5166
5167         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5168         (createUndo): ditto
5169         (textUndoOrRedo): comment out a currently unused var.
5170
5171         * paragraph.h (NO_NEXT): enable NO_NEXT
5172
5173         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5174
5175         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5176
5177         * exporter.C (Export): adjust for removeAutoInsets removal.
5178
5179         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5180
5181         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5182
5183         * BufferView.[Ch] (removeAutoInsets): delete function
5184
5185 2003-05-22  Angus Leeming  <leeming@lyx.org>
5186
5187         * latexrunparams.h: add a free_spacing variable.
5188
5189         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5190         to pass moving_arg, as the data is stored in runparams.fragile.
5191
5192         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5193         to Inset::latexOptional or to simpleTeXOnePar.
5194
5195         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5196         free_spacing arg to Inset::latexOptional.
5197
5198         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5199         free_spacing arg.
5200
5201 2003-05-22  Angus Leeming  <leeming@lyx.org>
5202
5203         * latexrunparams.h: add fragile and use_babel variables.
5204
5205         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5206         * buffer.C (makeLaTeXFile): store this returned value in
5207         runparams.use_babel, thus passing it to the inset::latex methods.
5208
5209         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5210         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5211
5212         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5213         longer has a fragile arg, as it is stored in runparams.fragile.
5214
5215         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5216         moving_arg parameter as the data is stored in runparams.fragile.
5217
5218         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5219         a fragile parameter as the data is stored in runparams.fragile.
5220
5221 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5224
5225 2003-05-22  Angus Leeming  <leeming@lyx.org>
5226
5227         * latexrunparams.h: add a 'bool nice' which defaults to false.
5228
5229         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5230         now encapsulated within runparams.
5231
5232         * bufferlist.C (updateIncludedTeXfiles):
5233         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5234
5235 2003-05-22  Angus Leeming  <leeming@lyx.org>
5236
5237         * latexrunparams.h: new file containing struct LatexRunParams.
5238         * Makefile.am: add new file.
5239
5240         * LaTeX.[Ch] (c-tor, run):
5241         * buffer.[Ch] (makeLaTeXFile):
5242         * bufferlist.[Ch] (updateIncludedTeXfiles):
5243         * converter.C (convert, scanLog):
5244         * converter.[Ch] (runLaTeX):
5245         * exporter.C (Export):
5246         * paragraph.[Ch] (simpleTeXOnePar):
5247         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5248         * paragraph_funcs.[Ch] (latexParagraphs):
5249         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5250         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5251         pass around a LatexRunParams parameter.
5252
5253 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5254
5255         * paragraph.[Ch]: remove unused constructor
5256
5257         * ParagraphList.C (erase): new function, taking two iterators
5258
5259 2003-05-22  André Pönitz  <poenitz@gmx.net>
5260
5261         * undo_funcs.C: remove duplicated code
5262
5263         * iterator.[Ch]: operator=
5264
5265 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5266
5267         * tabular.C (SetMultiColumn): ws changes
5268
5269         * rowpainter.C (paintFirst): get rid of a ->previous
5270
5271         * lyx_cb.C (getPossibleLabel): parlist simplification
5272
5273         * BufferView.C (ChangeInsets): simplify slightly.
5274
5275 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5276
5277         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5278         * lfuns.h: new LFUN_SPACE
5279         * lyxfunc.C: protected space has a new lfun
5280         * paragraph_funcs.C: read new space insets
5281         * text3.C:
5282         * factory.C: handle new space insets
5283
5284 2003-05-22  André Pönitz  <poenitz@gmx.net>
5285
5286         * BufferView.C:
5287         * BufferView_pimpl.C:
5288         * buffer.[Ch]:
5289         * lyxfunc.C:
5290         * undo_funcs.C: return a ParIterator from getParFromID.
5291
5292         * iterators.[Ch]: add two const's
5293
5294 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5295
5296         * toc.C (getTocList): adjust
5297
5298         * iterators.[Ch]: rework for parlist
5299
5300         * buffer.C (par_iterator_begin): adjust
5301         (par_iterator_end): adjust
5302
5303         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5304
5305         * BufferView.C (removeAutoInsets): adjust
5306         (ChangeInsets): adjust
5307
5308 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5309
5310         * text.C (top_y): fix bug 1110
5311
5312 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5313
5314         * errorlist.[Ch]: added
5315         * buffer.C:
5316         * BufferView.[Ch]:
5317         * BufferView_pimpl.C:
5318         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5319         instead
5320
5321 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5322
5323         * Makefile.am: ensure that lyx is relinked upon changes to the
5324         various "convenience" libs.
5325
5326 2003-05-20  Angus Leeming  <leeming@lyx.org>
5327
5328         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5329         files are compiled in alphabetical order again.
5330
5331         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5332
5333 2003-05-19  Angus Leeming  <leeming@lyx.org>
5334
5335         * gettext.[Ch]: remove "char const * _(char const *)".
5336
5337 2003-05-19  André Pönitz  <poenitz@gmx.net>
5338
5339         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5340
5341         * Makefile.am:
5342         * BufferView.C:
5343         * DepTable.h:
5344         * LaTeXFeatures.C:
5345         * buffer.C:
5346         * lyxfont.C:
5347         * lyxlex.h:
5348         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5349
5350 2003-05-19  André Pönitz  <poenitz@gmx.net>
5351
5352         * buffer.C:
5353         * lyxlayout.[Ch]:
5354         * lyxtextclass.[Ch]:
5355         * paragraph.C:
5356         * paragraph_funcs.[Ch]:
5357         * text2.C:
5358         * text3.C: more insetenv work
5359
5360 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5361
5362         * ParagraphParameters.C (params2string): small bug fixed
5363
5364 2003-05-16  André Pönitz  <poenitz@gmx.net>
5365
5366         * debug.C:
5367         * bufferview_funcs.C: patch from Kornel Benko to prevent
5368           crash when _(...) is called twice in a statement
5369
5370 2003-05-16  André Pönitz  <poenitz@gmx.net>
5371
5372         * BufferView.C:
5373         * lyxfunc.C:
5374         * text.C:
5375         * text2.C:
5376         * text3.C:
5377         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5378
5379 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5380
5381         * lyx_main.C (init): remove spurious static_cast
5382
5383 2003-05-14  André Pönitz  <poenitz@gmx.net>
5384
5385         * BufferView.C: fix format string
5386
5387 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5388
5389         * BufferView.[Ch] (insertErrors): removed
5390         * BufferView.[Ch] (showErrorList): added
5391         * buffer.C (runChkTeX):
5392         * converter.C (scanLog): call showErrorList instead of inserterrors
5393
5394 2003-05-13  André Pönitz  <poenitz@gmx.net>
5395
5396         * BufferView_pimpl.C:
5397         * buffer.C:
5398         * bufferview_func.C:
5399         * MenuBackend.C:
5400         * lyxfunc.C:
5401         * lyxrc.C:
5402         * tex-accent.C:
5403         * text3.C:
5404         * toc.C:
5405         * tabular_funcs.h: tostr() from its own header
5406
5407         * ParagraphParameters.C:
5408         * ToolbarBackend.C:
5409         * bufferparams.C:
5410         * format.C:
5411         * lyxlex_pimpl.C:
5412         * text3.C: STRCONV()
5413
5414 2003-05-12  André Pönitz  <poenitz@gmx.net>
5415
5416         * BufferView.C:
5417         * BufferView_pimpl.C:
5418         * CutAndPaste.C:
5419         * LaTeX.C:
5420         * LaTeXFeatures.C:
5421         * ParagraphParameters.C:
5422         * buffer.C:
5423         * bufferlist.C:
5424         * bufferparams.C:
5425         * bufferview_funcs.C:
5426         * converter.C:
5427         * counters.C:
5428         * debug.C:
5429         * exporter.C:
5430         * format.C:
5431         * importer.C:
5432         * lyx_cb.C:
5433         * lyx_main.C:
5434         * lyxfont.C:
5435         * lyxfunc.C:
5436         * lyxvc.C:
5437         * paragraph.C:
5438         * paragraph_funcs.C:
5439         * tabular.C:
5440         * tabular_funcs.C:
5441         * text2.C:
5442         * text3.C:  boost::format -> bformat  all over the place
5443
5444
5445 2003-05-09  André Pönitz  <poenitz@gmx.net>
5446
5447         * LColor.[Ch]: Pimpl the #include <map> away
5448
5449 2003-05-09  John Levon  <levon@movementarian.org>
5450
5451         * bufferlist.C: never remove emergency saves
5452
5453 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5454
5455         * Makefile.am: better lib building
5456
5457 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5458
5459         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5460         instead.
5461         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5462         (simpleTeXSpecialChars): adjust
5463         (simpleTeXSpecialChars): adjust
5464         * paragraph.C (simpleTeXOnePar): adjust
5465         * buffer.C (makeLaTeXFile): adjust
5466
5467         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5468
5469         * text2.C (changeDepth): parlist cleanup
5470         (getColumnNearX): ditto
5471
5472         * rowpainter.C (getLabelFont): parlist cleanup
5473
5474         * bufferlist.C (newFile): parlist cleanup
5475
5476         * CutAndPaste.C (eraseSelection): parlist cleanup
5477
5478         * BufferView_pimpl.C (trackChanges): parlist cleanup
5479         (dispatch): ditto
5480
5481         * BufferView.C (lockInset): parlist cleanup.
5482         (ChangeInsets): ditto
5483
5484 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5485
5486         * CutAndPaste.h: Update file header.
5487
5488         * CutAndPaste.C: Update file header.
5489         Store the parts cut out of the Document in a limited_stack.
5490         (copySelection): adjust
5491         (pasteSelection): new function, takes the index in the limited stack.
5492         (nrOfParagraphs): adjust
5493         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5494         simplify error inset insertion.
5495         (checkPastePossible): adjust
5496
5497 2003-05-06  John Levon  <levon@movementarian.org>
5498
5499         * text2.C: don't cast wrap inset to float
5500
5501 2003-05-05  André Pönitz  <poenitz@gmx.net>
5502
5503         * iterator.C:
5504         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5505
5506         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5507           few naked Paragraph *.
5508
5509 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5510
5511         * bufferparams.C: Output warning if a document with missing
5512         TeX document class is loaded
5513         * exporter.C: Disable TeX exports if the document class is missing
5514         * lyxtextclass.C:
5515         * lyxtextclass.h:
5516         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5517         isTeXClassAvailable()
5518
5519 2003-05-03  John Levon  <levon@movementarian.org>
5520
5521         * BufferView.h:
5522         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5523         explicit cursor show/hide
5524
5525         * BufferView_pimpl.h:
5526         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5527         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5528
5529         * lyxfunc.C: hide cursor before dispatching.
5530
5531         * lyx_cb.C:
5532         * lyxfind.C:
5533         * text.C:
5534         * text3.C: remove explicit cursor hides
5535
5536 2003-05-02  André Pönitz  <poenitz@gmx.net>
5537
5538         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5539
5540         * undo_funcs.C:
5541         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5542           linked lists
5543
5544         * text2.C: tiny whitespace
5545
5546 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5547
5548         * undo_funcs.C: almost only ws changes.
5549
5550         * ParagraphList.C (splice): just return if pl is empty.
5551
5552 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5553
5554         * ParagraphList.C (splice): new function.
5555
5556         * CutAndPaste.C (pasteSelection): use it
5557
5558 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5559
5560         * CutAndPaste.C (pasteSelection): remove the last next and
5561         previous from this file.
5562
5563 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5564
5565         * CutAndPaste.C (pasteSelection): more clean up, user proper
5566         ParagraphList functions for pasteing.
5567
5568         * ParagraphList.C (insert): new function, three arg insert
5569
5570 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5571
5572         * ParagraphList.C (insert): new function, three arg insert
5573
5574         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5575         not on paragraphs.
5576
5577 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5578
5579         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5580
5581 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5582
5583         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5584
5585 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5586
5587         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5588         (copySelection): clean up a bit.
5589         (pasteSelection): use make_pair
5590
5591         * ParagraphList.C (ParagraphList): implement copy constructor
5592         (operator=): implement, base on copy constructor.
5593         (assign): new func
5594
5595         * paragraph.C (erase): return a bool
5596
5597         * paragraph_pimpl.C (erasePos): remove function, move contents...
5598         (erase): ... here. Return a bool.
5599         (erase): call erase instead of erasePos.
5600
5601 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5602
5603         * ParagraphList.h: define PitPosPair
5604         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5605         ParagraphList, fix a bug on pasting multiple pars
5606         * text2.C: change interface to C&P
5607
5608 2003-04-30  André Pönitz  <poenitz@gmx.net>
5609
5610         * undo_func.C: revert part of yesterday's patch 2
5611
5612 2003-04-30  John Levon  <levon@movementarian.org>
5613
5614         * LColor.C: s/tabular/table/
5615
5616 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5617
5618         * text3.C (dispatch): do not convert iterator -> pointer
5619         * undo_funcs.C (setCursorParUndo): ditto
5620         * text_funcs.C (transposeChars): ditto
5621
5622         * text2.C (setLayout): ws changes only
5623
5624         * text.C (breakParagraph): do not convert iterator -> pointer
5625         (insertChar): ditto
5626         (acceptChange): ditto
5627         (rejectChange): ditto
5628         (changeCase): ditto
5629         (Delete): ditto
5630         (backspace): ditto
5631
5632         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5633         pointer
5634
5635 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5636
5637         * text3.C (gotoInset): YABG (yet another bad getChar)
5638
5639 2003-04-29  André Pönitz  <poenitz@gmx.net>
5640
5641         * paragraph.h: make operator= private unimplemented as long as
5642           it is unusable
5643
5644         * ParagraphList.C: whitespace
5645
5646         * paragraph.[Ch]:
5647         * paragraph_pimpl.[Ch]:
5648         * paragraph_funcs.C:
5649         * CutAndPaste.C:
5650         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5651
5652         * text2.C:
5653           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5654
5655 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5656
5657         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5658         * paragraph.[Ch] (erase):
5659         * paragraph_pimpl.[Ch] (erase): change return type and value
5660         * text2.C (cutSelection): some rework
5661
5662 2003-04-28  John Levon  <levon@movementarian.org>
5663
5664         * bufferlist.C: changes for unsaved changes dialog
5665
5666 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5667
5668         * bufferlist.C (newFile): set language (messages_) for new
5669         documents also.
5670
5671         * buffer.C (readFile): ws changes only.
5672
5673 2003-04-28  André Pönitz  <poenitz@gmx.net>
5674
5675         * undo_funcs.C:
5676         * lyxfunc.C:
5677         * buffer.[Ch]:
5678         * BufferView_pimpl.C:
5679         * BufferView.C: getParFromID related ParagraphList::iterator changes
5680
5681 2003-04-28  André Pönitz  <poenitz@gmx.net>
5682
5683         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5684           Changes
5685
5686 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5687
5688         * messages.C: remove one more localedir class variable.
5689
5690 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5691
5692         * messages.C (getLocaleDir): singleton generation function
5693         (Pimpl): use it.
5694         (Messages): add a default constructor.
5695
5696         * main.C (main): do not setup localedir here, do not call
5697         gettext_init.
5698
5699         * gettext.C (_): use it.
5700         (gettext_init): delete funciton
5701
5702 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5703
5704         * gettext.C (getLyXMessages): new singleton generating function.
5705
5706         * buffer.C (updateDocLang): adjust
5707
5708         * Makefile.am (messages.o): add target
5709         (main.o): remove target
5710
5711 2003-04-27  John Levon  <levon@movementarian.org>
5712
5713         * bufferlist.C:
5714         * lyx_cb.C:
5715         * lyxfunc.C:
5716         * lyxvc.C: specify cancel button in Alert::prompt
5717
5718 2003-04-26  John Levon  <levon@movementarian.org>
5719
5720         * text3.C:
5721         * lyxfunc.C:
5722         * lfuns.h:
5723         * LyXAction.C: add LFUN_INSET_SETTINGS
5724
5725         * lyxfunc.C: don't enable tabular-feature when there's
5726         just any locking inset
5727
5728 2003-04-26  John Levon  <levon@movementarian.org>
5729
5730         * bufferlist.C: re-add Cancel to buffer close question
5731
5732         * lyxfunc.C: fix import UI a bit
5733
5734 2003-04-25  John Levon  <levon@movementarian.org>
5735
5736         * gettext.C: remove the broken asserts for now
5737
5738 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5739
5740         * messages.C: make case where setlocale cannot comply work better.
5741
5742         * buffer.C (updateDocLang): new function
5743         (changeLanguage): use it
5744         (readFile): use it
5745
5746         * text2.C (setCounter): use B_ a bit.
5747
5748         * lyxlayout.C (Read): be sure to trim the label strings.
5749
5750         * messages.C (Messages): fix typo in comment
5751
5752         * buffer.C (readFile): set message_ after file is loaded.
5753         (makeDocBookFile): remove double return
5754         (changeLanguage): reset message_ upon language change.
5755         (B_): new func, use this to get translated buffer strings.
5756
5757         * main.C: add myself and Jean Marc as authors.
5758
5759 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5760
5761         * messages.[hC]: pimplify Messages, and three different pimpls to be
5762         used in different circumstances.
5763
5764         * gettext.[Ch]: change for use with new message code.
5765
5766 2003-04-24 André Pönitz <poenitz@gmx.net>
5767
5768         * factory.C: support for eqref
5769
5770 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5771
5772         * messages.[Ch]: add missing char
5773
5774         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5775
5776         * messages.[Ch]: New files
5777
5778 2003-04-18  John Levon  <levon@movementarian.org>
5779
5780         * BufferView.h:
5781         * BufferView.C:
5782         * BufferView_pimpl.C:
5783         * lfuns.h:
5784         * LyXAction.C:
5785         * lyxtext.h:
5786         * text2.C: remove layout-copy/paste (bug 778)
5787
5788 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5789
5790         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5791
5792 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5793
5794         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5795         if they succeed. Act accordingly.
5796
5797 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5798
5799         * text2.C (setCharFont): adjust
5800         (setCounter): adjust
5801         (insertStringAsLines): adjust
5802
5803         * text.C (leftMargin): adjust
5804         (setHeightOfRow): adjust
5805
5806         * rowpainter.C (paintFirst): adjust
5807         (paintLast): adjust
5808
5809         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5810         (outerHook): ditto
5811         (isFirstInSequence): ditto
5812         (getEndLabel): ditto
5813         (outerFont): adjust
5814
5815         * paragraph.C (getParLanguage): comment out some hard stuff.
5816
5817         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5818         (sgmlError): ditto
5819         (simpleDocBookOnePar): ditto
5820         (makeDocBookFile): use ParagraphList::iterator
5821
5822         * CutAndPaste.C (pasteSelection): adjust
5823
5824 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5825
5826         * text2.C (getFont): adjust
5827         (getLayoutFont): adjust
5828         (getLabelFont): adjust
5829
5830         * paragraph_funcs.C (TeXOnePar): adjust
5831
5832         * buffer.C (simpleLinuxDocOnePar): adjust
5833         (simpleDocBookOnePar): adjust
5834
5835         * CutAndPaste.C (pasteSelection): adjust
5836
5837         * BufferView.C (getEncoding): adjust
5838
5839         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5840
5841 2003-04-16  John Levon  <levon@movementarian.org>
5842
5843         * lyxfind.C: use parlist stuff for search/changes
5844
5845 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5846
5847         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5848
5849         * text2.C (deleteEmptyParagraphMechanism): adjust
5850
5851         * text2.[Ch] (ownerParagraph): delete func (both of them
5852
5853 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5854
5855         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5856
5857 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5858
5859         * ParagraphList.C: prepare for NO_NEXT
5860
5861 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5862
5863         * text2.C (getFont): adjust
5864         (getLayoutFont): adjust
5865         (getLabelFont): adjust
5866
5867         * paragraph.C (getFont): adjust
5868         (getLabelFont): adjust
5869         (getLayoutFont): adjust
5870
5871         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5872
5873 2003-04-15  John Levon  <levon@movementarian.org>
5874
5875         From Angus Leeming
5876
5877         * lyx_main.C: handle Include in .ui files
5878
5879 2003-04-15  John Levon  <levon@movementarian.org>
5880
5881         * MenuBackend.C: make the doc files length shorter
5882
5883         * ToolbarBackend.h:
5884         * ToolbarBackend.C: handle toolbar placement flags,
5885         Minibuffer
5886
5887 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5888
5889         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5890         adjust
5891
5892         * paragraph_funcs.C (TeXOnePar): adjust
5893
5894         * paragraph.C (getLabelFont): add outerfont arg, adjust
5895         (getLayoutFont): ditto
5896         (simpleTeXOnePar): adjust
5897
5898         * paragraph_pimpl.C (realizeFont): delete func
5899
5900 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5901
5902         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5903         row argument, constify cur argument.
5904
5905 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5906
5907         * text2.C (getFont): adjust
5908         (getLayoutFont): adjust
5909         (getLabelFont): adjust
5910
5911         * paragraph_funcs.C (TeXOnePar): adjust
5912         (outerFont): new func...
5913         (realizeFont): ...moved out from here, changed this to facilitate
5914         transition
5915
5916         * paragraph.C (getFont): take outerfont as arg, adjust
5917         (simpleTeXOnePar): add outerfont arg, adjust
5918
5919         * buffer.C (simpleLinuxDocOnePar): adjust
5920         (simpleDocBookOnePar): adjust
5921
5922         * CutAndPaste.C (pasteSelection): adjust
5923
5924         * BufferView.C (getEncoding): adjust
5925
5926 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5927
5928         * text2.C (setCharFont): adjust
5929         (setCounter): adjust
5930
5931         * text.C (leftMargin): adjust
5932         (setHeightOfRow): adjust
5933
5934         * rowpainter.C (paintFirst): adjust
5935         (paintLast): adjust
5936
5937         * paragraph_pimpl.C (realizeFont): adjust
5938
5939         * paragraph.C (isFirstInSequence): move from here...
5940         * paragraph_funcs.C (isFirstInSequence): ...to here
5941
5942         * paragraph.C (outerHook): move from here...
5943         * paragraph_funcs.C (outerHook): ...to here
5944
5945         * paragraph.C (depthHook): move from here...
5946         * paragraph_funcs.C (depthHook): ...to here
5947
5948         * paragraph.C (getEndLabel): move from here...
5949         * paragraph_funcs.C (getEndLabel): ...to here
5950
5951         * text2.C (realizeFont): move from here...
5952         * paragraph_funcs.C (realizeFont): ...to here
5953
5954 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5955
5956         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5957
5958 2003-04-14  Angus Leeming  <leeming@lyx.org>
5959
5960         * LColor.[Ch]: scrap LColor mathcursor.
5961
5962 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5963
5964         * lyxlex.[Ch] (text): delete function
5965         * trans.C (Load): adjust
5966         * paragraph_funcs.C (readParToken): adjust
5967
5968 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5969
5970         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5971         vector<char> instead of a char[].
5972
5973         * lyxlex_pimpl.C (getString): adjust
5974         (next): adjust
5975         (lex): use getString
5976         (eatLine): adjust
5977         (nextToken): adjust
5978
5979         * lyxlex.C (text): use pimpl_->getString()
5980         (getBool): ditto
5981         (findToken): ditto
5982
5983 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5984
5985         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5986         (makeFontEntriesLayoutSpecific): temp var for par.size()
5987         (setLayout): temp var for ownerParagraphs().end()
5988         (fullRebreak): temp var for rows().end()
5989         (selectionAsString): temp var for boost::next(startpit), realize
5990         that the while really is a regular for loop.
5991         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5992         setCursor in one place.
5993         (setParagraph): temp vr for ownerParagraphs().end()
5994         (updateCounters): make the while loop a for loop
5995         (cutSelection): temp var for ownerParagraphs().end()
5996         (updateInset): make the do {} while() a regular for loop
5997         (getCursorX): use temp vars
5998         (setCurrentFont): use temp vars
5999         (getColumnNearX): use temp vars
6000
6001 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6002
6003         * text.C (transformChar): use temp var for getChar
6004         (computeBidiTables): use temp var for row->par()
6005         (fill): move temp vars for row->par() and pit->layout() earlier in
6006         the function.
6007         (labelFill): use temp var for row->par()
6008         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6009         asc and desc, realize that pit never changes and that firstpit is
6010         just a duplicate and not needed. Exchange rit->par() with pit in a
6011         lot of places.
6012         (breakAgain): use a temp var for boost::next(rit)
6013         (breakAgainOneRow): ditto
6014         (breakParagraph): use a temp var for rows().begin()
6015         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6016         (cursorRightOneWord): use temp var for cursor.par() and
6017         cursor.pos(), remove usage of tmpcursor.
6018         (cursorLeftOneWord): use temp var for cursor.par() and
6019         cursor.pos() only set cur at end of function.
6020
6021 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6022
6023         * text.C, text2.C: exchange all usage of Paragraph::next with
6024         boost::next(ParagraphList::iterator)
6025
6026         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6027
6028         * text2.C (cursorTop): simplify implementation
6029         (cursorBottom): ditto
6030         (setParagraph): use ParagraphList::iterator
6031         (setCurrentFont): adjust
6032         (getColumnNearX): adjust
6033         (cursorRight): adjust
6034         (cursorLeft): remove usage of Paragraph::previous
6035         (cursorUpParagraph): ditto
6036         (deleteEmptyParagraphMechanism): slight cleanup
6037
6038         * text.C (isBoundary): take a Paragraph const & instead of a
6039         pointer as arg.
6040         (addressBreakPoint): ditto
6041         (leftMargin): remove usage of Paragraph::previous.
6042         (setHeightOfRow): ditto
6043         (cursorLeftOneWord): ditto
6044         (selectNextWordToSpellcheck): ditto
6045         (Delete): ditto
6046         (backspace): ditto
6047         (breakParagraph): remove one usage of Paragraph::next
6048         (redoParagraph): ditto
6049         (acceptChange): ditto
6050         (insertChar): adjust
6051         (rowBreakPoint): adjust
6052
6053         * bufferview_funcs.C (toggleAndShow): adjust
6054
6055 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6056
6057         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6058         methods to access it.
6059         * lyxtext.h:
6060         * text.C: Added updateRowPositions to compute all row positions.
6061         Make top_y and getRowNearY() to use the cached y position
6062
6063 2003-04-11  John Levon  <levon@movementarian.org>
6064
6065         * text.C (rowBreakPoint): reintroduce the labelEnd
6066         checks, code copied from the row fill stuff. Deep voodoo.
6067
6068         * text.C (fill): add a comment and debugging for the
6069         next poor soul.
6070
6071 2003-04-11  John Levon  <levon@movementarian.org>
6072
6073         * text.C: make sure fullrow insets get wrapped to the next line,
6074         even when they're in a manual label
6075
6076 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6077
6078         * text2.C (insertParagraph): make it take ParagraphList::iterator
6079         as arg.
6080         (setLayout): make it return ParagraphList::iterator
6081         (redoParagraphs): ditto
6082         (setCounter): ditto
6083         (checkParagraph): ditto
6084
6085         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6086
6087         * text2.C: adjust several funcs.
6088         (realizeFont): take a ParagraphList::iterator as arg.
6089         (getLayoutFont): ditto
6090         (getLabelFont): ditto
6091         (setCharFont): ditto
6092
6093         * text.C: adjust several funcs.
6094
6095 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6096
6097         * text.C (selectNextWordToSpellcheck): don't accidentally
6098         skip insets
6099
6100 2003-04-10  John Levon  <levon@movementarian.org>
6101
6102         * ToolbarBackend.C (getIcon): special handling for
6103         LFUN_MATH_DELIM
6104
6105 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6106
6107         * text2.C (cursorRight): a getChar assert fixed
6108
6109 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6110
6111         * text2.C (getFont): change to take a ParagraphList::iterator
6112         instead of Paragraph*
6113         Adjust several functions.
6114
6115         * text.C (transformChar): change to take a ParagraphList::iterator
6116         instead of Paragraph*
6117         (singleWidth): ditto
6118         Adjust several functions.
6119
6120         * rowpainter.C: adjust several functions
6121         * rowpainter.h:store a ParagraphList::iterator and not a
6122         Paragraph&.
6123
6124
6125 2003-04-09  John Levon  <levon@movementarian.org>
6126
6127         * lyxfunc.C:
6128         * lfuns.h:
6129         * LyXAction.h:
6130         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6131         and the "help" bits as well
6132
6133 2003-04-09  John Levon  <levon@movementarian.org>
6134
6135         * ToolbarBackend.h:
6136         * ToolbarBackend.C: allow multiple toolbars
6137
6138 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6139
6140         * undo_funcs.C (setCursorParUndo): adjust
6141
6142         * text_funcs.C (transposeChars): adjust
6143
6144         * text3.C (gotoNextInset): adjust
6145         (dispatch): adjust
6146
6147         * text2.C (setLayout): adjust
6148         (changeDepth): adjust
6149         (setFont): adjust
6150         (redoParagraphs): adjust
6151         (selectionAsString): adjust
6152         (setParagraph): adjust
6153         (insertInset): adjust
6154         (cutSelection): adjust
6155         (copySelection): adjust
6156         (pasteSelection): adjust
6157         (insertStringAsLines): adjust
6158         (updateInset): adjust
6159         (setCursor): change to take a ParagraphList::iterator parameter
6160         (setCursorIntern): change to take a ParagraphList::iterator parameter
6161         (setCurrentFont): adjust
6162         (cursorLeft): adjust
6163         (cursorRight): adjust
6164         (deleteEmptyParagraphMechanism): adjust
6165
6166         * text.C (breakParagraph): adjust
6167         (insertChar): adjust
6168         (acceptChange): adjust
6169         (rejectChange): adjust
6170         (selectNextWordToSpellcheck): adjust
6171         (changeCase): adjust
6172         (Delete): adjust
6173         (backspace): adjust
6174
6175         * lyxfind.C (SearchForward): adjust
6176         (SearchBackward): adjust
6177         (nextChange): adjust
6178
6179         * lyxcursor.C (par): adjust
6180
6181         * lyxcursor.h: store a ParagraphList::iterator instead of a
6182         Paragraph*
6183
6184         * lyx_cb.C (getPossibleLabel): adjust
6185
6186         * bufferview_funcs.C (toggleAndShow): adjust
6187
6188         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6189         (dispatch): adjust
6190
6191         * BufferView.C (removeAutoInsets): adjust
6192         (lockedInsetStoreUndo): adjust
6193
6194 2003-04-09  John Levon  <levon@movementarian.org>
6195
6196         * ToolbarBackend.C: try icon without argument
6197         if with argument fails
6198
6199 2003-04-08  John Levon  <levon@movementarian.org>
6200
6201         * ToolbarBackend.h:
6202         * ToolbarBackend.C: add getIcon(), handle tooltip,
6203         and change from "Icon" to "Item".
6204
6205 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6206
6207         * BufferView.C (lockInset): another bad getchar crunched
6208
6209 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6210
6211         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6212         again)
6213
6214 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6215
6216         * lyxfind.C (searchForward, searchBackwards): bug 782
6217
6218 2003-04-07  John Levon  <levon@movementarian.org>
6219
6220         * paragraph.C: remove dead comment
6221
6222         * text.C: remove troublesome depth-fiddling code
6223         in leftMargin() and rightMargin() (bug 1017)
6224
6225         * text.C: fix breaking of rows in nested lists
6226         (bug 1004)
6227
6228         * text2.C (updateCounters): fix up depth values
6229         (bug 1013)
6230
6231 2003-04-07  John Levon  <levon@movementarian.org>
6232
6233         * BufferView_pimpl.C: clear message when doc finishes resizing,
6234         and after a mouse event
6235
6236         * lyxfunc.C: clear message after exiting inset
6237
6238 2003-04-07  John Levon  <levon@movementarian.org>
6239
6240         * bufferview_funcs.C: show math status not outside
6241         status in the statusbar
6242
6243 2003-04-07  John Levon  <levon@movementarian.org>
6244
6245         * lyxfunc.C: note status changed after a depth change
6246
6247 2003-04-04  Angus Leeming  <leeming@lyx.org>
6248
6249         * LaTeX.h: move AuxInfo operator==, != out of line.
6250         Remove LaTeX virtual destructor; nothing derives from it.
6251         Move operator()() out of public area and rename it startscript().
6252         Change protected for private.
6253
6254 2003-04-04  Angus Leeming  <leeming@lyx.org>
6255
6256         * lyxfunc.C:
6257         * text2.C: remove unneeded #includes.
6258
6259 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6260
6261         * text2.C (dEPM): fix the heigth of the next row
6262
6263 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6264
6265         * text.C: squashed an invalid getChar requester + some ws changes
6266
6267 2003-04-03  John Levon  <levon@movementarian.org>
6268
6269         * bufferview_funcs.h:
6270         * bufferview_funcs.C:
6271         * lyxfunc.C:
6272         * lyxtext.h:
6273         * text2.C: make getStatus work for the env depth lfuns
6274
6275 2003-04-03  John Levon  <levon@movementarian.org>
6276
6277         * bufferview_funcs.h:
6278         * bufferview_funcs.C:
6279         * lyxfunc.C:
6280         * lyxtext.h:
6281         * text2.C: parlistize decDepth(), by merging it with incDepth()
6282
6283 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6284
6285         * lyxrow.h: store a ParagraphList::iterator instead of a
6286         Paragraph* and adjust other class functions to suit.
6287
6288         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6289         above.
6290
6291 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6292
6293         * text2.C (setCursor): do not anchor to cursor row for the time being
6294
6295 2003-04-02  John Levon  <levon@movementarian.org>
6296
6297         * LyXAction.C:
6298         * lfuns.h:
6299         * lyx_main.C:
6300         * lyxtext.h:
6301         * text.C:
6302         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6303
6304 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6305
6306         * paragraph.h: make ParagraphList and ParagraphList::iterator
6307         friends of Paragraph.
6308
6309         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6310
6311         * ParagraphList.C: Use the private next_ and previous_ from
6312         Paragraph.
6313
6314 2003-04-01  John Levon  <levon@movementarian.org>
6315
6316         * ToolbarBackend.h:
6317         * ToolbarBackend.C:
6318         * Makefile.am: rename, remove defaults gunk
6319
6320         * MenuBackend.h:
6321         * MenuBackend.C: remove defaults gunk
6322
6323         * Languages.h:
6324         * Languages.C: remove defaults gunk
6325
6326         * lyx_main.h:
6327         * lyx_main.C: error out if files couldn't be found.
6328
6329 2003-04-02  John Levon  <levon@movementarian.org>
6330
6331         * text2.C: make incDepth() use parlist
6332
6333 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6334
6335         * undo_funcs.C (firstUndoParagraph): adjust
6336
6337         * text3.C (gotoInset): adjust
6338         (dispatch): adjust, and rewrite loop.
6339
6340         * text2.C (init): adjust, and rewrite loop.
6341         (redoParagraphs): adjust
6342         (updateInset): adjust, and rewrite loop.
6343         (deleteEmptyParagraphMechanism): adjust
6344
6345         * tabular.C (LyXTabular): adjust
6346         (SetMultiColumn): adjust
6347         (TeXRow): adjust
6348
6349         * lyxtext.[Ch] (ownerParagraph): delete function
6350         (ownerParagraphs): new function returns a ParagraphList.
6351
6352         * BufferView.C (removeAutoInsets): adjust
6353         (insertErrors): adjust
6354         (setCursorFromRow): adjust
6355
6356 2003-04-01  Angus Leeming  <leeming@lyx.org>
6357
6358         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6359         in the frontends.
6360
6361 2003-04-02  John Levon  <levon@movementarian.org>
6362
6363         * lyxtext.h:
6364         * text.C:
6365         * Makefile.am:
6366         * text_funcs.h:
6367         * text_funcs.C: make transposeChars a free function
6368
6369         * lyxrow_funcs.C: remove wrong comment
6370
6371 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6372
6373         * lyxtext.h: adjust
6374         * rowpainter.C: adjust
6375         * text.C: adjust
6376         * text2.C: adjust
6377         * text3.C: adjust
6378
6379         * lyxrow_funcs. [Ch]: new files
6380
6381         * lyxrow.[Ch]: remove next and previous pointers
6382         (next,previous): remove accessor functions
6383         (isParEnd): move to lyxrow_funcs
6384         (lastPos): move to lyxrow_funcs
6385         (nextRowIsAllInset): move to lyxrow_funcs
6386         (lastPrintablePos): move to lyxrow_funcs
6387         (numberOfSeparators): move to lyxrow_funcs
6388         (numberOfHfills): move to lyxrow_funcs
6389         (numberOfLabelHfills): move to lyxrow_funcs
6390         (hfillExpansion): move to lyxrow_funcs
6391
6392         * lyxfunc.C: adjust
6393
6394         * bufferview_funcs.C (toggleAndShow): adjust
6395
6396         * RowList.h: Remove class RowList from file leave just a
6397         std::list<Row>.
6398
6399         * RowList.C: delete file
6400
6401         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6402         and lyxrow_funcs.h
6403
6404 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6405
6406         * text3.C (cursorPrevious): adjust
6407         (cursorNext): adjust
6408         (dispatch): adjust
6409
6410         * text2.C (redoHeightOfParagraph): adjust
6411         (redoDrawingOfParagraph): adjust
6412         (setCursor): adjust
6413
6414         * text.C (breakParagraph): adjust
6415         (insertChar): adjust
6416         (backspace): adjust
6417
6418         * rowpainter.C (RowPainter): adjust
6419         (leftMargin): simplify and adjust
6420         (most rowpainter functions): adjust.
6421
6422         * rowpainter.h: store the row as RowList::iterator not as Row*
6423
6424         * lyxcursor.C (row): taka RowList::iterator as arg
6425         (irow): ditto
6426
6427         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6428         of Row*.
6429
6430 2003-04-01  Angus Leeming  <leeming@lyx.org>
6431
6432         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6433         stuff like bool Bool.
6434
6435 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6436
6437         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6438         rewrite a loop
6439
6440 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6441
6442         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6443         RowList::iterator.
6444
6445         * lyxtext.h (rows): drop one version and leve a const variant that
6446         returns a RowList::iterator.
6447
6448 2003-03-31  Angus Leeming  <leeming@lyx.org>
6449
6450         * text.C (fill): ensure that the signature is the same as that in the
6451         header file.
6452
6453 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6454
6455         * text2.C (redoParagraphs): adjust
6456         (updateCounters): adjust
6457         (checkParagraph): adjust
6458         (getColumnNearX): adjust and reformat a bit.
6459
6460         * text.C (top_y): adjust
6461         (workWidth): adjust
6462         (leftMargin): adjust
6463         (prepareToPrint): adjust
6464         (getRow): adjust
6465         (getRowNearY): adjust
6466
6467         * lyxtext.h: make rowlist_ mutable.
6468
6469         * RowList.h: add const_iterator
6470         * RowList.C: adjust for RowList::const_iterator.
6471
6472         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6473         adjust.
6474
6475 2003-03-31  John Levon  <levon@movementarian.org>
6476
6477         * lyxrc.h:
6478         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6479
6480         * lyx_main.C: set default fonts from using lyx_gui funcs
6481
6482         * exporter.C: pdf_mode moved from lyxrc
6483
6484         * lyx_cb.C:
6485         * lyxfunc.C: changes from above
6486
6487 2003-03-31  John Levon  <levon@movementarian.org>
6488
6489         * lyx_main.C: fix to the last fix
6490
6491 2003-03-31  John Levon  <levon@movementarian.org>
6492
6493         * bufferlist.C: "Load original" -> "Load Original"
6494
6495         * converter.C:
6496         * exporter.C:
6497         * importer.C:
6498         * lyx_main.C:
6499         * format.C: more Alert cleanups
6500
6501 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6502
6503         * text2.C (removeParagraph): make it take a RowList::iterator as
6504         arg, adjust.
6505         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6506         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6507
6508         * text.C (anchor_row): make it take a RowList::iterator as arg,
6509         adjust.
6510         (computeBidiTables): make it take a const reference to Row instead
6511         of Row pointer, adjust.
6512         (leftMargin): make it take a RowList::iterator as arg, adjust.
6513         (rowBreakPoint): adjust
6514         (breakAgainOneRow): make it take a RowList::iterator as arg,
6515         adjust.
6516         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6517
6518         * bufferview_funcs.C (toggleAndShow): adjust
6519
6520 2003-03-30  John Levon  <levon@movementarian.org>
6521
6522         * Makefile.am:
6523         * BoostFormat.h:
6524         * boost-inst.C: moved to support
6525
6526         * several files: changes as a result
6527
6528 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6529
6530         * text2.C (LyXText): adjust.
6531         (init): adjust
6532         (removeRow): make it take a RowList::iterator as arg, adjust.
6533         (fullRebreak): adjust
6534         (deleteEmptyParagraphMechanism): adjust
6535         (clearPaint): adjust
6536         (postPaint): adjust
6537
6538         * text.C (top_y): adjust
6539         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6540         (breakAgain): make it take a RowList::iterator as arg, adjust.
6541         (breakParagraph): adjust
6542         (insertChar): adjust
6543         (backspace): adjust
6544
6545         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6546         need_break_row, and refresh_row.
6547
6548         * text3.C (dispatch): adjust
6549
6550         * text2.C (checkParagraph): adjust
6551         (setCursor): adjust
6552         (setCursorFromCoordinates): adjust
6553
6554         * text.C (top_y): adjust
6555         (workWidth): adjust
6556         (getRow): make it return a RowList::iterator, adjust
6557         (getRowNearY): make it return a RowList::iterator, adjust
6558
6559         * text2.C (init): adjust
6560         (insertRow): remove function
6561         (insertParagraph): adjust
6562         (redoParagraphs): adjust
6563         (fullRebreak): adjust
6564         (updateCounters): adjust
6565
6566         * text.C (top_y): rewrite to use RowList iterators.
6567         (top_y): adjust
6568         (setHeightOfRow): rewrite to sue RowList iterators.
6569         (appendParagraph): adjust
6570         (breakAgain): adjust
6571         (breakAgainOneRow): adjust
6572         (breakParagraph): adjust
6573         (getRow): adjust
6574         (getRowNearY): adjust, and remove commented code.
6575
6576         * lyxtext.h (firstRow): delete function
6577         (lastRow): delete function
6578         (rows): new function (const and non-const versions.)
6579         (insertRow): delete function
6580
6581         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6582
6583 2003-03-29  John Levon  <levon@movementarian.org>
6584
6585         * BufferView_pimpl.C: always update scrollbar top
6586         because pasting text when we're anchored could mean we
6587         miss an update altogether
6588
6589 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6590
6591         * text2.C (init): use rowlist_.end() and not 0.
6592         (insertRow): change to take a RowList::iterator as arg, adjust
6593         for this.
6594         (insertParagraph): change to take a RowList::iterator as arg,
6595         adjust for this.
6596         (redoParagraphs): remove some debug msgs.
6597
6598         * text.C (appendParagraph): change to take a RowList::iterator
6599         arg, adjust for this.
6600         (breakAgain): add an assert
6601         (breakAgainOneRow): ditto
6602
6603 2003-03-29  John Levon  <levon@movementarian.org>
6604
6605         * text2.C: do not clear selection after inc/decDepth
6606         (bug 550)
6607
6608 2003-03-29  John Levon  <levon@movementarian.org>
6609
6610         * BufferView.C:
6611         * buffer.C: fix broken strerrors according to Lars
6612
6613 2003-03-29  John Levon  <levon@movementarian.org>
6614
6615         * converters.C: more Alert cleanups
6616
6617 2003-03-29  John Levon  <levon@movementarian.org>
6618
6619         * bufferview_funcs.C: remove pointless Alert
6620
6621         * buffer.C: fix confusing error message when
6622         a template is chmoded 000
6623
6624 2003-03-29  John Levon  <levon@movementarian.org>
6625
6626         * BufferView.C:
6627         * BufferView.h:
6628         * BufferView_pimpl.C: Alert fixes
6629
6630         * Makefile.am:
6631         * tabular.C:
6632         * tabular-old.C: remove unused table compat reading
6633
6634 2003-03-29  John Levon  <levon@movementarian.org>
6635
6636         * BufferView.C:
6637         * buffer.C:
6638         * lyx_cb.h:
6639         * lyx_cb.C: more Alert cleanups
6640
6641         * lyxfunc.C: don't allow chktex if not latex document
6642
6643 2003-03-29  John Levon  <levon@movementarian.org>
6644
6645         * lyx_cb.C:
6646         * BufferView.C:
6647         * buffer.C: warnings pushed down from support/,
6648         kill err_alert
6649
6650 2003-03-29  John Levon  <levon@movementarian.org>
6651
6652         * lyxfunc.C: safety check for C-r (revert)
6653
6654 2003-03-29  John Levon  <levon@movementarian.org>
6655
6656         * bufferlist.h:
6657         * bufferlist.C: several UI fixes using Alert::prompt.
6658         Fix the pointless looping quit code. Fix stupid revert
6659         behaviour (bug 938)
6660
6661         * lyxvc.h:
6662         * lyxvc.C:
6663         * lyx_cb.C: use Alert::prompt
6664
6665         * lyx_main.C: remove a silly question
6666
6667         * lyxfunc.C: remove a couple of silly questions,
6668         use Alert::prompt
6669
6670 2003-03-28  John Levon  <levon@movementarian.org>
6671
6672         * text2.C: fix bug 974 (End on empty par)
6673
6674 2003-03-28  John Levon  <levon@movementarian.org>
6675
6676         * BufferView_pimpl.C:
6677         * LyXAction.C:
6678         * lfuns.h: remove do-nothing math greek lfuns
6679
6680 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6681
6682         * lyxgluelength.h (isValidGlueLength): add default arg on
6683         parameter 2. Remove default arg from friend in class.
6684
6685         * lyxlength.h (isValidLength): add default arg on parameter 2.
6686         Remove default arg from friend in class.
6687
6688         * text2.C (LyXText): adjust, initialize refresh_row.
6689         (init): adjust
6690         (removeRow): adjust
6691         (insertRow): adjust
6692         (insertParagraph): adjst
6693         (redoParagraphs): adjust
6694         (fullRebreak): adjust
6695         (updateCounters): adjust
6696         (deleteEmptyParagraphMechanism): first attempt at fixing a
6697         crashing bug.
6698
6699         * text.C (top_y): adjust
6700         (setHeightOfRow): adjust
6701         (getRow): adjust
6702         (getRowNearY): adjust
6703
6704         * lyxtext.h: include RowList.h
6705         (~LyXText): not needed anymore, deleted.
6706         (firstRow): modify for RowList
6707         (lastRow): new function
6708         Delete firstrow and lastrow class variables, add a Rowlist
6709         rowlist_ class variable.
6710
6711         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6712         paragraph is empty.
6713
6714         * RowList.C (insert): fix case where it == begin().
6715
6716 2003-03-26  Angus Leeming  <leeming@lyx.org>
6717
6718         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6719         the thesaurus dialog.
6720
6721 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6722
6723         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6724
6725         * RowList.[Ch]: new files
6726
6727         * ParagraphList.C (erase): handle the case where it == begin
6728         correctly.
6729
6730 2003-03-25  John Levon  <levon@movementarian.org>
6731
6732         * Makefile.am:
6733         * aspell_local.h:
6734         * aspell.C: add new aspell support
6735
6736         * lyxrc.h:
6737         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6738         have it accessible.
6739
6740 2003-03-25  Angus Leeming  <leeming@lyx.org>
6741
6742         * lfuns.h:
6743         * LyXAction.C (init): new LFUN_INSET_INSERT.
6744
6745         * BufferView_pimpl.C (dispatch): split out part of the
6746         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6747
6748         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6749         LFUN_INSET_APPLY.
6750
6751 2003-03-25  Angus Leeming  <leeming@lyx.org>
6752
6753         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6754
6755 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6756
6757         * text2.C:
6758         * text3.C: remove useless row->height(0)
6759
6760 2003-03-25  John Levon  <levon@movementarian.org>
6761
6762         * lyxtext.h:
6763         * text2.C:
6764         * text3.C: rename the refreshing stuff to better names
6765
6766 2003-03-24  John Levon  <levon@movementarian.org>
6767
6768         * BufferView_pimpl.h:
6769         * BufferView_pimpl.C: update layout choice on a mouse
6770         press/release
6771
6772 2003-03-23  John Levon  <levon@movementarian.org>
6773
6774         * Makefile.am: fix commandtags.h reference
6775
6776 2003-03-22  John Levon  <levon@movementarian.org>
6777
6778         * BufferView_pimpl.C:
6779         * lyxtext.h:
6780         * rowpainter.C:
6781         * rowpainter.h:
6782         * text.C:
6783         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6784
6785 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6786
6787         * lyxtext.h:
6788         * text.C: take the rtl methods out of line
6789
6790 2003-03-21 André Pönitz <poenitz@gmx.net>
6791
6792         * metricsinfo.[Ch]: new files containing structures to be passed around
6793         during the two-phase-drawing...
6794
6795 2003-03-21 André Pönitz <poenitz@gmx.net>
6796
6797         * lyxtextclass.C: read 'environment' tag.
6798
6799 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6800
6801         * text2.C (removeRow): fix bug 964
6802
6803 2003-03-20  John Levon  <levon@movementarian.org>
6804
6805         * rowpainter.C:
6806         * text.C:
6807         * text2.C: paint cleanups. Inset::update() dropped font
6808         parameter
6809
6810 2003-03-19  John Levon  <levon@movementarian.org>
6811
6812         * lyxfunc.C: only fitcursor/markDirty if available()
6813
6814 2003-03-19  John Levon  <levon@movementarian.org>
6815
6816         * commandtags.h: rename to ...
6817
6818         * lfuns.h: ... this, and renumber / cleanup
6819
6820 2003-03-19  John Levon  <levon@movementarian.org>
6821
6822         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6823         fit the cursor after an lfun
6824
6825         * BufferView.h:
6826         * BufferView.C:
6827         * BufferView_pimpl.h:
6828         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6829
6830         * LyXAction.C: layout-character should have ReadOnly
6831
6832         * ParagraphParameters.C:
6833         * buffer.C:
6834         * bufferview_funcs.C:
6835         * lyx_cb.C:
6836         * lyxfind.C:
6837         * lyxtext.h:
6838         * text.C:
6839         * text2.C:
6840         * text3.C:
6841         * undo_funcs.C: changes from above
6842
6843 2003-03-18  John Levon  <levon@movementarian.org>
6844
6845         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6846         remove it from update()
6847
6848         * lyxfunc.C: update layout choice after an lfun
6849
6850         * text3.C: remove extra updateLayoutChoice()s
6851
6852 2003-03-18  John Levon  <levon@movementarian.org>
6853
6854         * text.C: top_y change means full repaint, fix
6855         a drawing bug with cursor movement
6856
6857 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6858
6859         * lyxtext.h:
6860         * text.C:
6861         * text2.C: anchor row on setCursor
6862
6863 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6864
6865         * lyxtext.h: remove almost all mutable keywords
6866         * text.C:
6867         * text2.C:
6868         * text3.C: remove const keywords accordingly
6869
6870 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6871
6872         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6873         anon namespace
6874         (TeXEnvironment): ditto
6875         (TeXOnePar): ditto
6876
6877 2003-03-17  John Levon  <levon@movementarian.org>
6878
6879         * text.C (rowBreakPoint): remove attempt to fix displayed
6880         math insets inside a manual label
6881
6882 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6883
6884         * lyxtext.h: remove BufferView* as first arg from almost all class
6885         functions.
6886         * other files: adjust.
6887
6888 2003-03-17  John Levon  <levon@movementarian.org>
6889
6890         * lyxtext.h:
6891         * undo_funcs.C:
6892         * text2.C: more paint cleanups
6893
6894         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6895
6896         * rowpainter.h:
6897         * rowpainter.C: remove "smart" background painting code
6898
6899 2003-03-16  John Levon  <levon@movementarian.org>
6900
6901         * lyxtext.h:
6902         * text.C:
6903         * text2.C:
6904         * text3.C: add helper functions for setting refresh_row/y
6905
6906 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6907
6908         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6909         newline inset which *can* get inserted in the pass_thru layouts.
6910         This is primarily for literate documents.
6911
6912 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6913
6914         * buffer.C: increment LYX_FORMAT to 223
6915
6916 2003-03-14 André Pönitz <poenitz@gmx.net>
6917
6918         * textclass.h: prepare for environment handling, ws changes
6919         * lyxlayout.C: read latexheader and latexfooter tags
6920
6921 2003-03-14  John Levon  <levon@movementarian.org>
6922
6923         * text2.C: rewrite ::status() a bit
6924
6925 2003-03-13  John Levon  <levon@movementarian.org>
6926
6927         * lyxtext.h: add some docs
6928
6929 2003-03-13  John Levon  <levon@movementarian.org>
6930
6931         * lyxtext.h:
6932         * text.C:
6933         * text2.C:
6934         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6935
6936 2003-03-13  John Levon  <levon@movementarian.org>
6937
6938         * text3.C: fix appendix redrawing
6939
6940 2003-03-13  John Levon  <levon@movementarian.org>
6941
6942         * text.C (setHeightOfRow):
6943         * rowpainter.h:
6944         * rowpainter.C: make appendix mark have the text
6945           "Appendix" so the user knows what it is
6946
6947         * LColor.h:
6948         * LColor.C: s/appendixline/appendix/ from above
6949
6950 2003-03-13  John Levon  <levon@movementarian.org>
6951
6952         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6953
6954         * text.C: fix a getChar(pos) bug properly
6955
6956 2003-03-13  Angus Leeming  <leeming@lyx.org>
6957
6958         * commandtags.h:
6959         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6960         Probably only temporary. Let's see how things pan out.
6961
6962         * BufferView.C (unlockInset):
6963         * BufferView_pimpl.C (fitCursor):
6964         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6965
6966         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6967         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6968
6969         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6970         new functions that convert ParagraphParameters to and from a string.
6971
6972         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6973         BufferView::Pimpl's dispatch.
6974         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6975
6976 2003-03-13 André Pönitz <poenitz@gmx.net>
6977
6978         * lyxfunc.C:
6979         * text3.C:
6980         * factory.C: make it aware of InsetEnv
6981
6982 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6983
6984         * text2.C (setCursor): never ask for one past last
6985         (setCursor): add some debugging messages.
6986
6987         * text.C (singleWidth): never ask for one past last
6988         (singleWidth): ditto
6989         (leftMargin): ditto
6990         (rightMargin): ditto
6991         (rowBreakPoint): ditto
6992         (setHeightOfRow): ditto
6993         (prepareToPrint): ditto
6994
6995         * rowpainter.C (paintBackground): never ask for one past last
6996         (paintText): never ask for one past last
6997
6998         * paragraph_pimpl.C (getChar): make the assert stricter, never
6999         allow the one past last pos to be taken
7000
7001         * paragraph.C (getChar): ws changes only
7002
7003         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7004         (numberOfSeparators): ditto
7005         (numberOfHfills): ditto
7006
7007 2003-03-12  John Levon  <levon@movementarian.org>
7008
7009         * author.h:
7010         * author.C:
7011         * bufferparams.h:
7012         * bufferparams.C:
7013         * paragraph_funcs.C: fix per-buffer authorlists
7014
7015 2003-03-12  John Levon  <levon@movementarian.org>
7016
7017         * text.C: fix newline in right address
7018
7019 2003-03-12  Angus Leeming  <leeming@lyx.org>
7020
7021         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7022         duplicate those in LyXFunc::dispatch.
7023
7024         * commandtags.h:
7025         * LyXAction.C:
7026         * ToolbarDefaults.C:
7027         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7028         Add LFUN_FONTFREE_UPDATE.
7029
7030         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7031         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7032
7033         * bufferview_func.[Ch]: several new functions to facilliate
7034         transfer of data to and from the character dialog.
7035
7036 2003-03-12  John Levon  <levon@movementarian.org>
7037
7038         * buffer.C:
7039         * paragraph.h:
7040         * paragraph.C:
7041         * paragraph_funcs.C:
7042         * paragraph_pimpl.C:
7043         * sgml.C:
7044         * tabular.C:
7045         * text.C:
7046         * text3.C: remove META_NEWLINE in favour of an inset
7047
7048         * rowpainter.h:
7049         * rowpainter.C: remove paintNewline (done by inset)
7050
7051 2003-03-12  John Levon  <levon@movementarian.org>
7052
7053         * paragraph_pimpl.C: complain about bad getChar()s
7054         for a while at least
7055
7056 2003-03-12  John Levon  <levon@movementarian.org>
7057
7058         * buffer.h:
7059         * buffer.C: move paragraph read into a separate function,
7060         a little renaming to reflect that.
7061
7062         * bufferparams.h:
7063         * bufferparams.C: remove the author_ids map, not necessary now
7064
7065         * factory.h:
7066         * factory.C: moved Buffer::readInset to here
7067
7068         * paragraph_funcs.h:
7069         * paragraph_funcs.C: readParagraph free function moved from
7070         buffer.C
7071
7072         * tabular.C: name change
7073
7074 2003-03-12  John Levon  <levon@movementarian.org>
7075
7076         * buffer.C:
7077         * ParagraphParameters.C: move par params input to
7078         a read() method
7079
7080         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7081         behave like a normal read from the stream wrt reading
7082         a line vs. a \\token
7083
7084 2003-03-12  John Levon  <levon@movementarian.org>
7085
7086         * paragraph.C:
7087         * ParagraphParameters.h:
7088         * ParagraphParameters.C: move output code to a
7089         ::write() method
7090
7091 2003-03-12  John Levon  <levon@movementarian.org>
7092
7093         * BufferView.C (insertLyXFile):
7094         * buffer.h:
7095         * buffer.C:
7096         * tabular.C: use a parlist iterator for creating the
7097           document.
7098
7099 2003-03-12  John Levon  <levon@movementarian.org>
7100
7101         * buffer.C: make current_change static local not
7102           static file-scope
7103
7104 2003-03-12  John Levon  <levon@movementarian.org>
7105
7106         * buffer.C: fix insertStringAsLines for change tracking
7107
7108 2003-03-12  John Levon  <levon@movementarian.org>
7109
7110         * BufferView.C:
7111         * tabular.C:
7112         * buffer.h:
7113         * buffer.C:
7114         * bufferparams.h:
7115         * bufferparams.C: move author list into params. Rename some
7116           functions. Move the header reading into a separate token
7117           loop. Move the header token reading into BufferParams.
7118
7119 2003-03-12  John Levon  <levon@movementarian.org>
7120
7121         * changes.C: put debug inside lyxerr.debugging() checks
7122
7123 2003-03-11 André Pönitz <poenitz@gmx.net>
7124
7125         * factory.C: make it aware of InsetHFill
7126
7127 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7128
7129         * buffer.C (latexParagraphs): move function from here...
7130         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7131         args.
7132
7133 2003-03-10  Angus Leeming  <leeming@lyx.org>
7134
7135         * LyXAction.C (init): fix bug in poplating array with multiple entries
7136         with the same LFUN (spotted by JMarc).
7137
7138 2003-03-10  John Levon  <levon@movementarian.org>
7139
7140         * text.C:
7141         * text2.C: move getColumnNearX() near its
7142         only call site
7143
7144 2003-03-10  John Levon  <levon@movementarian.org>
7145
7146         * text.C: fix break before a minipage
7147
7148 2003-03-10  John Levon  <levon@movementarian.org>
7149
7150         * text.C: fix the last commit
7151
7152 2003-03-09  John Levon  <levon@movementarian.org>
7153
7154         * lyxtext.h:
7155         * text.C:
7156         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7157         bug 365 (don't break before insets unless needed). Don't
7158         return a value > last under any circumstances.
7159
7160 2003-03-09  Angus Leeming  <leeming@lyx.org>
7161
7162         * BufferView_pimpl.C (trackChanges, dispatch): call
7163         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7164
7165 2003-03-09  Angus Leeming  <leeming@lyx.org>
7166
7167         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7168         than Dialogs::showAboutlyx().
7169
7170 2003-03-09  Angus Leeming  <leeming@lyx.org>
7171
7172         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7173         than Dialogs::showTabularCreate().
7174
7175 2003-03-09  John Levon  <levon@movementarian.org>
7176
7177         * lyxtext.h:
7178         * text.C:
7179         * text2.C: 3rd arg to nextBreakPoint was always the same.
7180           Use references.
7181
7182 2003-03-08  John Levon  <levon@movementarian.org>
7183
7184         * lyxrow.C:
7185         * paragraph.C:
7186         * paragraph.h:
7187         * rowpainter.C:
7188         * text.C:
7189         * text2.C: Remove the "main" bit from the "main body"
7190           notion.
7191
7192 2003-03-08  John Levon  <levon@movementarian.org>
7193
7194         * text.C (leftMargin): The left margin of an empty
7195         manual label paragraph should not include the label width
7196         string length.
7197
7198         * text.C (prepareToPrint): don't attempt to measure hfills
7199         for empty manual label paragraphs - the answer should be 0
7200
7201 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7202
7203         * CutAndPaste.C: remove commented code and reindent.
7204
7205 2003-03-08  John Levon  <levon@movementarian.org>
7206
7207         * lyxfunc.h:
7208         * lyxfunc.C: move reloadBuffer()
7209
7210         * BufferView.h:
7211         * BufferView.C: to here
7212
7213         * lyxvc.C: add comment
7214
7215         * vc-backend.h:
7216         * vc-backend.C: call bv->reload() to avoid
7217           getStatus() check on MENURELOAD
7218
7219 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7220
7221         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7222         to an old format .dep file.
7223
7224 2003-03-07  Angus Leeming  <leeming@lyx.org>
7225
7226         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7227         when the LFUN_MOUSE_RELEASE should have been handled by
7228         inset->localDispatch.
7229
7230 2003-03-07  Angus Leeming  <leeming@lyx.org>
7231
7232         * BufferView_pimpl.C (dispatch):
7233         * LyXAction.C (init):
7234         * ToolbarDefaults.C (init):
7235         * commandtags.h:
7236         * lyxfunc.C (getStatus):
7237         remove LFUN_INSET_GRAPHICS.
7238
7239         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7240
7241 2003-03-07  Angus Leeming  <leeming@lyx.org>
7242
7243         * commandtags.h:
7244         * LyXAction.C (init):
7245         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7246
7247         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7248
7249         * commandtags.h:
7250         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7251
7252         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7253         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7254
7255 2003-03-07  Angus Leeming  <leeming@lyx.org>
7256
7257         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7258         remove "ert".
7259
7260 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7261
7262         * ParagraphList.C (front): new function
7263         (back): implement
7264
7265 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7266
7267         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7268         and top_row_offset_. removed var first_y.
7269         * text.C (top_y):
7270         * text2.C (LyXText, removeRow):
7271         * text3.C:
7272         * BufferView_pimpl.C:
7273         use these methods instead of using first_y
7274
7275 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7276
7277         * text2.C (pasteSelection): adjust for checkPastePossible
7278
7279         * CutAndPaste.C: remove Paragraph * buf and replace with
7280         ParagraphList paragraphs.
7281         (DeleteBuffer): delete
7282         (cutSelection): change the tc type to textclass_type
7283         (copySelection): change the tc type to textclass_type
7284         (copySelection): adjust for ParagraphList
7285         (pasteSelection): change the tc type to textclass_type
7286         (pasteSelection): adjust for Paragraphlist
7287         (nrOfParagraphs): simplify for ParagraphList
7288         (checkPastePossible): simplify for ParagraphList
7289         (checkPastePossible): remove unused arg
7290
7291         * ParagraphList.C (insert): handle the case where there are no
7292         paragraphs yet.
7293
7294         * CutAndPaste.h: make CutAndPaste a namespace.
7295
7296         * text3.C (dispatch): adjust
7297
7298         * text.C (breakParagraph): add a ParagraphList as arg
7299
7300         * paragraph_funcs.C (breakParagraph): change to take a
7301         BufferParams and a ParagraphList as args.
7302         (breakParagraphConservative): ditto
7303         (mergeParagraph): ditto
7304         (TeXDeeper): add a ParagraphList arg
7305         (TeXEnvironment): ditto
7306         (TeXOnePar): ditto
7307
7308         * buffer.C (readLyXformat2): adjust
7309         (insertStringAsLines): adjust
7310         (latexParagraphs): adjust
7311
7312         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7313         (cutSelection): adjust
7314         (pasteSelection): adjust
7315
7316         * BufferView_pimpl.C (insertInset): adjust
7317
7318 2003-03-05  Angus Leeming  <leeming@lyx.org>
7319
7320         * commandtags.h:
7321         * LyXAction.C (init):
7322         * BufferView_pimpl.C (dispatch):
7323         * lyxfunc.C (getStatus):
7324         remove LFUN_CHILD_INSERT.
7325
7326         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7327
7328 2003-03-05  Angus Leeming  <leeming@lyx.org>
7329
7330         * commandtags.h:
7331         * LyXAction.C (init):
7332         * src/factory.C (createInset):
7333         * lyxfunc.C (getStatus):
7334         * text3.C (dispatch):
7335         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7336
7337         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7338
7339 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7340
7341         * ParagraphList.C (insert): handle insert right before end()
7342         (erase): fix cases where it can be first or last paragraph.
7343
7344 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7345
7346         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7347         Paragraph::next and Paragraph::previous
7348         (TeXOnePar): ditto
7349
7350         * text.C (breakParagraph): adjust
7351
7352         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7353         BufferParams& as arg.
7354         (breakParagraph): use ParagraphList::insert
7355         (breakParagraphConservative): take a Buffer* instead of a
7356         BufferParams& as arg.
7357         (breakParagraphConservative): use ParagraphList::insert.
7358
7359         * buffer.C (insertStringAsLines): un-const it
7360         (insertStringAsLines): adjust
7361
7362         * ParagraphList.C (insert): new function
7363
7364         * CutAndPaste.C (pasteSelection): adjust
7365
7366         * text.C (backspace): adjust
7367
7368         * tabular.C (SetMultiColumn): adjust
7369
7370         * CutAndPaste.C (cutSelection): adjust
7371         (pasteSelection): adjust
7372
7373         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7374         Buffer const * as arg
7375
7376         * ParagraphList.C (erase): new function
7377         * paragraph_funcs.C (mergeParagraph): use it
7378         (mergeParagraph): make it take a Buffer* instead of a
7379         BufferParams* as arg
7380
7381         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7382         as arg
7383         (breakParagraphConservative): ditto
7384
7385         * paragraph.h: remove the breakParagraph friend
7386
7387         * paragraph.C (eraseIntern): new function
7388         (setChange): new function
7389
7390         * paragraph_funcs.C (mergeParagraph): make it take a
7391         ParagraphList::iterator instead of a Paragraph *, adjust
7392         accordingly.
7393
7394         * paragraph.h: move an #endif so that the change tracking stuff
7395         also works in the NO_NEXT case.
7396
7397 2003-03-04  Angus Leeming  <leeming@lyx.org>
7398
7399         * commandtags.h:
7400         * LyXAction.C: new LFUN_INSET_MODIFY.
7401
7402         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7403         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7404
7405 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7406
7407         * several files: ws changes only
7408
7409         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7410         (TeXEnvironment): ditto
7411         (TeXDeeper): ditto
7412
7413         * buffer.C (makeLaTeXFile): adjust
7414         (latexParagraphs): make it take ParagraphList::iterator as args
7415
7416 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7417
7418         * buffer.C (latexParagraphs): adjust
7419
7420         * paragraph.C (TeXOnePar): move function...
7421         (optArgInset): move function...
7422         (TeXEnvironment): move function...
7423         * paragraph_pimpl.C (TeXDeeper): move function...
7424         * paragraph_funcs.C: ...here
7425
7426         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7427
7428 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7429
7430         * buffer.C (readInset): remove compability code for old Figure and
7431         InsetInfo insets
7432
7433 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7434
7435         * buffer.C: ws changes
7436         (readInset):
7437
7438         * BufferView_pimpl.C: ditto
7439         * author.C: ditto
7440         * buffer.h: ditto
7441         * bufferlist.h: ditto
7442         * changes.h: ditto
7443         * lyxfunc.C: ditto
7444
7445 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7446
7447         * converter.[Ch]: split into itself +
7448         * graph.[Ch]
7449         * format.[Ch]
7450         * Makefile.am: += graph.[Ch] + format.[Ch]
7451         * MenuBackend.C
7452         * buffer.C
7453         * exporter.C
7454         * importer.C
7455         * lyx_main.C
7456         * lyxfunc.C
7457         * lyxrc.C: added #include "format.h"
7458
7459 2003-02-27  Angus Leeming  <leeming@lyx.org>
7460
7461         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7462           a label.
7463
7464         * factory.C (createInset): add "label" to the factory.
7465
7466         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7467           string and do no more.
7468
7469 2003-02-27  Angus Leeming  <leeming@lyx.org>
7470
7471         * commandtags.h:
7472         * LyXAction.C (init):
7473         * factory.C (createInset):
7474         * BufferView_pimpl.C (dispatch):
7475           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7476
7477         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7478
7479         * lyxfunc.C (dispatch):
7480         * text3.C (dispatch): pass name to params2string.
7481
7482 2003-02-26  Angus Leeming  <leeming@lyx.org>
7483
7484         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7485           blocks together.
7486           Rearrange the ~includes. Strip out the unnecessary ones.
7487
7488         * factory.C (createInset): reformat.
7489           create new insets for the various LFUN_XYZ_APPLY lfuns.
7490
7491 2003-02-26  John Levon  <levon@movementarian.org>
7492
7493         * lyxrow.h:
7494         * lyxrow.C: add isParStart,isParEnd helpers
7495
7496         * paragraph.h: make isInserted/DeletedText take refs
7497
7498         * paragraph_funcs.h:
7499         * paragraph_funcs.C: remove #if 0'd code
7500
7501         * lyxtext.h:
7502         * text3.C:
7503         * text2.C:
7504         * text.C: use lyxrow helpers above.
7505           Move draw and paint routines to RowPainter.
7506           Make several methods use refs not pointers.
7507           Make backgroundColor() const.
7508           Add markChangeInDraw(), isInInset().
7509           Merge changeRegionCase into changeCase.
7510           Make workWidth() shouldn't-happen code into an Assert.
7511
7512         * rowpainter.h:
7513         * rowpainter.C: new class for painting a row.
7514
7515         * vspace.h:
7516         * vspace.C: make inPixels take a ref
7517
7518 2003-02-26  Angus Leeming  <leeming@lyx.org>
7519
7520         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7521         LFUN_REF_APPLY.
7522
7523 2003-02-25  John Levon  <levon@movementarian.org>
7524
7525         * ispell.C: give the forked command a more accurate name
7526
7527 2003-02-22  John Levon  <levon@movementarian.org>
7528
7529         * toc.h:
7530         * toc.C: make TocItem store an id not a Paragraph *
7531           (bug #913)
7532
7533 2003-02-21  Angus Leeming  <leeming@lyx.org>
7534
7535         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7536           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7537           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7538           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7539           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7540           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7541
7542         * BufferView_pimpl.C (dispatch):
7543         * LyXAction.C (init):
7544         * factory.C (createInset):
7545         * lyxfunc.C (getStatus, dispatch):
7546         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7547
7548 2003-02-21  Angus Leeming  <leeming@lyx.org>
7549
7550         * BufferView_pimpl.C (MenuInsertLyXFile):
7551         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7552         * lyxfunc.C (menuNew, open, doImport):
7553           no longer pass a LyXView & to fileDlg.
7554
7555 2003-02-21  Angus Leeming  <leeming@lyx.org>
7556
7557         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7558         * LyXAction.C: change, BIBKEY to BIBITEM.
7559         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7560         Change InsetBibKey to InsetBibitem.
7561         Change BIBKEY_CODE to BIBITEM_CODE.
7562         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7563         * factory.C: replace insetbib.h with insetbibitem.h.
7564         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7565         * paragraph.C: replace insetbib.h with insetbibitem.h.
7566         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7567         Change bibkey() to bibitem().
7568         * text.C: remove insetbib.h.
7569         * text2.C: replace insetbib.h with insetbibitem.h.
7570         change bibkey() to bibitem().
7571         * text3.C: remove insetbib.h.
7572         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7573
7574 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7575
7576         * lyxrc.C (output): enclose user email in quotes (in case there are
7577         several words)
7578
7579 2003-02-18  John Levon  <levon@movementarian.org>
7580
7581         * buffer.h: add std::
7582
7583 2003-02-17  John Levon  <levon@movementarian.org>
7584
7585         * SpellBase.h:
7586         * ispell.h:
7587         * ispell.C:
7588         * pspell.h:
7589         * pspell.C: reworking. Especially in ispell, a large
7590           number of clean ups and bug fixes.
7591
7592         * lyxfunc.C: fix revert to behave sensibly
7593
7594 2003-02-17 André Pönitz <poenitz@gmx.net>
7595
7596         * LyXAction.C:
7597         * commandtags.h: new LFUN_INSERT_BIBKEY
7598
7599         * layout.h:
7600         * lyxlayout.C:
7601         * buffer.C:
7602         * factory.C:
7603         * text.C:
7604         * text2.C:
7605         * text3.C:
7606         * paragraph.[Ch]:
7607         * paragraph_func.C: remove special bibkey handling
7608
7609 2003-02-17  John Levon  <levon@movementarian.org>
7610
7611         * text.C (Delete): fix case where delete at the end of
7612           the very first paragraph would not merge the pars
7613
7614 2003-02-17  John Levon  <levon@movementarian.org>
7615
7616         * lyxrow.C: fix lastPrintablePos()
7617
7618 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7619
7620         * bufferparams.C (writeLaTeX): add a std:here
7621
7622         * buffer.C: and remove a using directive there
7623
7624 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7625
7626         * buffer.C (makeLaTeXFile): move the code that generates the
7627           preamble...
7628
7629         * bufferparams.C (writeLaTeX): ... in this new method
7630
7631         * LaTeXFeatures.C (getEncodingSet): make const
7632           (getLanguages): make const
7633
7634         * MenuBackend.C (binding): returns the binding associated to this
7635           action
7636           (add): sets the status of each item by calling getStatus. Adds
7637           some intelligence.
7638           (read): add support for OptSubMenu
7639           (expand): remove extra separator at the end of expanded menu
7640
7641 2003-02-15  John Levon  <levon@movementarian.org>
7642
7643         * BufferView.C:
7644         * BufferView_pimpl.C:
7645         * bufferlist.h:
7646         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7647           inset code that had no actual effect. Remove unneeded status
7648           code.
7649
7650 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7651
7652         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7653           in preamble
7654
7655 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7656
7657         * text.C (drawLengthMarker): also draw an arrow marker for
7658           symbolic lengths (medskip...)
7659
7660 2003-02-14  John Levon  <levon@movementarian.org>
7661
7662         * tabular.h:
7663         * tabular.C: better method names
7664
7665 2003-02-14  John Levon  <levon@movementarian.org>
7666
7667         * BufferView_pimpl.C:
7668         * bufferlist.C:
7669         * buffer.C:
7670         * converter.C:
7671         * lyx_cb.C:
7672         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7673           it's a more accurate name. Remove some pointless uses.
7674
7675 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7676
7677         * text2.C (LyXText): change order of initilizers to shut off
7678           warnings
7679
7680 2003-02-14  John Levon  <levon@movementarian.org>
7681
7682         * buffer.C: use ParIterator for getParFromID()
7683
7684         * paragraph.h:
7685         * paragraph.C:
7686         * paragraph_pimpl.h:
7687         * paragraph_pimpl.C: remove unused getParFromID()
7688
7689 2003-02-14  John Levon  <levon@movementarian.org>
7690
7691         * buffer.C: remove some very old #if 0'd parse code
7692
7693 2003-02-13  John Levon  <levon@movementarian.org>
7694
7695         * text.h:
7696         * text.C:
7697         * text2.C: move hfillExpansion(), numberOfSeparators(),
7698           rowLast(), rowLastPrintable(), numberofHfills(),
7699           numberOfLabelHfills() ...
7700
7701         * lyxrow.h:
7702         * lyxrow.C: ... to member functions here.
7703
7704         * paragraph.h:
7705         * paragraph.C:
7706         * lyxtext.h:
7707         * text.C: remove LyXText::beginningOfMainBody(), and call
7708           p->beginningOfMainBody() directly. Move the check for
7709           LABEL_MANUAL into the latter.
7710
7711         * text.h:
7712         * text.C:
7713         * text2.C:
7714         * vspace.C:
7715         * BufferView.h:
7716         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7717
7718         * text.h:
7719         * text.C:
7720         * text2.C:
7721         * text3.C:
7722         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7723           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7724
7725 2003-02-13  John Levon  <levon@movementarian.org>
7726
7727         * CutAndPaste.C: remove debug
7728
7729 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7730
7731         * paragraph.C (asString): remove two unused variables
7732
7733         * lyxtextclass.C (readTitleType):
7734           (Read):
7735           (LyXTextClass): handle new members titletype_ and titlename_
7736
7737         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7738
7739 2003-02-09  John Levon  <levon@movementarian.org>
7740
7741         * buffer.h:
7742         * buffer.C: replace hand-coded list with a map for the dep clean
7743
7744 2003-02-08  John Levon  <levon@movementarian.org>
7745
7746         * LaTeX.C: consolidate code into showRunMessage() helper
7747
7748 2003-02-08  John Levon  <levon@movementarian.org>
7749
7750         * lyxfind.C:
7751         * lyxtext.h:
7752         * text2.C:
7753         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7754           and pass the size in explicitly
7755
7756         * BufferView_pimpl.h:
7757         * BufferView_pimpl.C:
7758         * BufferView.h:
7759         * BufferView.C: add getCurrentChange()
7760
7761         * BufferView_pimpl.h:
7762         * BufferView_pimpl.C: handle change lfuns
7763
7764         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7765           for changes. Mark pasted paragraphs as new.
7766
7767         * support/lyxtime.h:
7768         * support/lyxtime.C:
7769         * DepTable.C: abstract time_t as lyx::time_type
7770
7771         * LColor.h:
7772         * LColor.C: add colours for new text, deleted text, changebars
7773
7774         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7775           package use "usenames" option.
7776
7777         * commandtags.h:
7778         * lyxfunc.C:
7779         * LyXAction.C: add change lfuns
7780
7781         * Makefile.am:
7782         * author.h:
7783         * author.C: author handling
7784
7785         * buffer.h:
7786         * buffer.C: add a per-buffer author list, with first entry as
7787           current author. Handle new .lyx tokens for change tracking. Output
7788           author list to .lyx file. Output dvipost stuff to .tex preamble.
7789           Bump lyx format to 222.
7790
7791         * bufferlist.h:
7792         * bufferlist.C: add setCurrentAuthor() to reset current author details
7793           in all buffers.
7794
7795         * bufferparams.h:
7796         * bufferparams.C: add param for tracking
7797
7798         * bufferview_funcs.C: output change info in minibuffer
7799
7800         * Makefile.am:
7801         * changes.h:
7802         * changes.C: add change-tracking structure
7803
7804         * debug.h:
7805         * debug.C: add CHANGES debug flag
7806
7807         * lyxfind.h:
7808         * lyxfind.C: add code for finding the next change piece
7809
7810         * lyxrc.h:
7811         * lyxrc.C: add user_name and user_email
7812
7813         * lyxrow.h:
7814         * lyxrow.C: add a metric for the top of the text line
7815
7816         * lyxtext.h:
7817         * text.C: implement accept/rejectChange()
7818
7819         * lyxtext.h:
7820         * text.C: paint changebars. Paint new/deleted text in the chosen
7821         colours. Strike through deleted text.
7822
7823         * paragraph.h:
7824         * paragraph.C:
7825         * paragraph_pimpl.h:
7826         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7827           in the current change to the insert functions. Rework erase to
7828           mark text as deleted, adding an eraseIntern() and a range-based
7829           erase(). Implement per-paragraph change lookup and
7830           accept/reject.
7831
7832         * paragraph_funcs.C: Fixup paste for change tracking.
7833
7834         * tabular.C: mark added row/columns as new.
7835
7836         * text.C: fix rowLast() to never return -1. Don't allow
7837           spellchecking of deleted text. Track transpose changes. Don't
7838           allow paragraph break or merge where appropriate.
7839
7840         * text2.C: leave cursor at end of selection after a cut.
7841
7842 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7843
7844         * text.C (getLengthMarkerHeight):
7845         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7846         visible on screen too.
7847
7848 2003-02-07  John Levon  <levon@movementarian.org>
7849
7850         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7851
7852 2003-02-05  Angus Leeming  <leeming@lyx.org>
7853
7854         * lyxserver.C (read_ready): revert my patch of 11 September last year
7855         as it sends PC cpu through the roof. Presumably this means that
7856         the lyxserver will no longer run on an Alpha...
7857
7858 2003-01-30  Angus Leeming  <leeming@lyx.org>
7859
7860         * factory.C (createInset): create an InsetCommandParam of type "index"
7861         and use it to 'do the right thing'.
7862
7863         * text2.C (getStringToIndex): ensure that cursor position is always
7864         reset to the reset_cursor position.
7865
7866 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7867
7868         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7869         disabled.
7870
7871 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7872
7873         * bufferview.C:
7874         * lyxcb.C:
7875         * lyxfunc.C: Output messages with identical spelling, punctuation,
7876         and spaces
7877
7878 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7879
7880         * MenuBackend.C (expandFormats): List only viewable export formats
7881         in "View" menu
7882
7883         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7884         message
7885
7886         * lyxfunc.C (getStatus): Make sure that formats other than
7887         "fax" can also be disabled
7888
7889 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7890
7891         * text3.C (dispatch): put the lfuns that insert insets in 3
7892         groups, and call doInsertInset with appropriate arguments.
7893         (doInsertInset): new function, that creates an inset and inserts
7894         it according to some boolean parameters.
7895
7896 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7897
7898         * buffer.C (readFile): remember to pass on 'par' when calling
7899         readFile recursively.
7900
7901 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7902
7903         * MenuBackend.C (expandFormats): add "..." to import formats.
7904
7905 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7906
7907         * paragraph.C (asString): Remove XForms RTL hacks.
7908
7909 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7910         * buffer.C: fix typo
7911
7912 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7913
7914         * Makefile.am (LIBS): delete var
7915         (lyx_LDADD): add @LIBS@ here instead.
7916
7917 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7918
7919         * Clarify the meaning of "wheel mouse jump"
7920
7921 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7922
7923         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7924         tabular in a float
7925
7926 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7927
7928         * importer.C (Loaders): do not preallocate 3 elements in the
7929         vector, since one ends up with 6 elements otherwise
7930
7931 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7932
7933         * DepTable.C (write): write the file name as last element of the
7934         .dep file (because it may contain spaces)
7935         (read): read info in the right order
7936
7937 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7938
7939         * paragraph_pimpl.C (simpleTeXBlanks):
7940         (simpleTeXSpecialChars):
7941         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7942
7943         * tabular.C (latex): add some missing case statements. Reindent.
7944
7945         * MenuBackend.C (expandToc): remove unused variable.
7946
7947 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7948
7949         * LColor.C:
7950         * LaTeX.C:
7951         * LyXAction.C:
7952         * MenuBackend.C:
7953         * buffer.C:
7954         * exporter.C:
7955         * lyxfunc.C:
7956         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7957         and the like.
7958
7959 2003-01-05  John Levon  <levon@movementarian.org>
7960
7961         * BufferView.h:
7962         * BufferView.C: add getEncoding()
7963
7964         * kbsequence.h:
7965         * kbsequence.C: do not store last keypress
7966
7967         * lyxfunc.h:
7968         * lyxfunc.C: store last keypress here instead. Pass encoding
7969           to getISOEncoded()
7970
7971 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7972
7973         * lyx_main.C (init): remove annoying error message when following
7974         symbolic links (bug #780)
7975
7976 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7977
7978         * text.C (insertChar):
7979         * lyxrc.C (getDescription): remove extra spaces
7980
7981 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7982
7983         * lyxrc.C (getDescription): remove extra spaces
7984
7985 2002-12-20  John Levon  <levon@movementarian.org>
7986
7987         * text3.C: hack fix for page up/down across tall rows
7988
7989 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7990
7991         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7992         not been invoked
7993
7994 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7995
7996         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7997         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7998         thesaurus is not compiled in
7999
8000 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8001
8002         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8003
8004 2002-12-16  Angus Leeming  <leeming@lyx.org>
8005
8006         * lyxrc.[Ch]:
8007         * lyx_main.C (init): remove override_x_deadkeys stuff.
8008
8009 2002-12-12  John Levon  <levon@movementarian.org>
8010
8011         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8012           insert. Only remove shift modifier under strict
8013           circumstances.
8014
8015 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8016
8017         * MenuBackend.C (expandToc): fix crash.
8018
8019 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8020
8021         * MenuBackend.C (expandToc): gettext on float names.
8022
8023 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8024
8025         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8026         implement bool empty() [bug 490]
8027
8028 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8029
8030         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8031
8032 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8033
8034         * several files: ws changes
8035
8036 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8037
8038         * text2.C (setCounter): clean up a bit, use boost.format.
8039         (updateCounters): initialize par upon declaration.
8040
8041         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8042         if the layout exists. We do not just store the layout any more.
8043         (SwitchLayoutsBetweenClasses): use boost.format
8044
8045 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8046
8047         * converter.C (convert): if from and to files are the same, use a
8048         temporary files as intermediary
8049
8050 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8051
8052         * commandtags.h:
8053         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8054
8055 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8056
8057         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8058
8059 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8060
8061         * tabular.C (asciiPrintCell): use string(size, char) instead of
8062         explicit loop.
8063
8064         * sgml.C (openTag): fix order of arguments to string constructor
8065         (closeTag): ditto
8066
8067         * lyxfunc.C (dispatch): use boost.format
8068
8069         * lots of files: change "c" -> 'c'
8070
8071 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8072
8073         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8074
8075 2002-11-25  Angus Leeming  <leeming@lyx.org>
8076
8077         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8078
8079         * lyx_main.C (init): compile fix.
8080
8081 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8082
8083         * lyx_cb.C (start): boost.formatify
8084         do not include <iostream>
8085
8086         * lengthcommon.C: ws only
8087
8088         * boost-inst.C,BoostFormat.h: add more explict instantations
8089
8090 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8091
8092         * lots of files: handle USE_BOOST_FORMAT
8093
8094 2002-11-21  John Levon  <levon@movementarian.org>
8095
8096         * pspell.C: fix compile
8097
8098 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8099
8100         * lyxfunc.C (dispatch): use boost::format
8101         (open): ditto
8102         (doImport): ditto
8103
8104         * lyxfont.C (stateText): use boost::format
8105
8106         * lyx_main.C (LyX): use boost::format
8107         (init): ditto
8108         (queryUserLyXDir): ditto
8109         (readRcFile): ditto
8110         (parse_dbg): ditto
8111         (typedef boost::function): use the recommened syntax.
8112
8113         * importer.C (Import): use boost::format
8114
8115         * debug.C (showLevel): use boost::format
8116
8117         * converter.C (view): use boost::format
8118         (convert): ditto
8119         (move): ditto
8120         (scanLog): ditto
8121
8122         * bufferview_funcs.C (currentState): use boost::format
8123
8124         * bufferlist.C (emergencyWrite): use boost::format
8125
8126         * buffer.C (readLyXformat2): use boost::format
8127         (parseSingleLyXformat2Token): ditto
8128
8129         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8130
8131         * LaTeX.C (run): use boost::format
8132
8133         * Chktex.C (scanLogFile): use boost::format
8134
8135         * BufferView_pimpl.C (savePosition): use boost::format
8136         (restorePosition): ditto
8137         (MenuInsertLyXFile): ditto
8138
8139         * BoostFormat.h: help file for explicit instation.
8140
8141 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8142
8143         * tabular.C (latex): Support for block alignment in fixed width
8144         columns.
8145
8146 2002-11-17  John Levon  <levon@movementarian.org>
8147
8148         * BufferView_pimpl.C:
8149         * lyx_cb.C:
8150         * lyxfunc.C: split filedialog into open/save
8151
8152 2002-11-08  Juergen Vigna  <jug@sad.it>
8153
8154         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8155         by my last patch (hopefully).
8156
8157 2002-11-08  John Levon  <levon@movementarian.org>
8158
8159         * iterators.h:
8160         * iterators.C:
8161         * buffer.h:
8162         * buffer.C:
8163         * paragraph.h:
8164         * paragraph.C:
8165         * toc.h:
8166         * toc.C: ParConstIterator, and use it (from Lars)
8167
8168 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8169
8170         * lyxtextclass.[Ch]: revise and add doxygen comments
8171
8172 2002-11-07  John Levon  <levon@movementarian.org>
8173
8174         * text.C: fix progress value for spellchecker
8175
8176         * toc.C: fix navigate menu for insetwrap inside minipage
8177
8178         * paragraph_funcs.C: added FIXME for suspect code
8179
8180 2002-11-07  John Levon  <levon@movementarian.org>
8181
8182         * BufferView_pimpl.C: fix redrawing of insets
8183           on buffer switch
8184
8185 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8186
8187         * text2.C (updateCounters): fix bug 668
8188
8189 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8190
8191         * text3.C (dispatch): Do not make the buffer dirty when moving the
8192         cursor.
8193
8194 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8195
8196         * vc-backend.C: STRCONV
8197         (scanMaster): ditto
8198
8199         * text2.C (setCounter): STRCONV
8200
8201         * paragraph.C (asString): STRCONV
8202
8203         * lyxlength.C (asString): STRCONV
8204         (asLatexString): ditto
8205
8206         * lyxgluelength.C (asString): STRCONV
8207         (asLatexString): ditto
8208
8209         * lyxfunc.C (dispatch): STRCONV
8210         (open): ditto
8211
8212         * lyxfont.C (stateText): STRCONV
8213
8214         * importer.C (Import): STRCONV
8215
8216         * counters.C (labelItem): STRCONV
8217         (numberLabel): ditto
8218         (numberLabel): remove unused ostringstream o
8219
8220         * chset.C: STRCONV
8221         (loadFile): ditto
8222
8223         * bufferview_funcs.C (currentState): STRCONV
8224
8225         * buffer.C (readFile): STRCONV
8226         (asciiParagraph): ditto
8227         (makeLaTeXFile): ditto
8228
8229         * Spacing.C (writeEnvirBegin): STRCONV
8230
8231         * LaTeXFeatures.C (getLanguages): STRCONV
8232         (getPackages): ditto
8233         (getMacros): ditto
8234         (getBabelOptions): ditto
8235         (getTClassPreamble): ditto
8236         (getLyXSGMLEntities): ditto
8237         (getIncludedFiles): ditto
8238
8239         * LaTeX.C: STRCONV
8240         (run): ditto
8241         (scanAuxFile): ditto
8242         (deplog): ditto
8243
8244         * LString.h: add the STRCONV macros
8245
8246         * BufferView_pimpl.C (savePosition): STRCONV
8247         (restorePosition): ditto
8248         (MenuInsertLyXFile): ditto
8249
8250         * vc-backend.C (scanMaster): change from submatch[...] to
8251         submatch.str(...)
8252
8253         * funcrequest.C: include config.h
8254
8255         * factory.C: include config.h
8256
8257         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8258
8259         * box.C: include config.h
8260
8261         * LaTeX.C (scanAuxFile): change from submatch[...] to
8262         submatch.str(...)
8263         (deplog): ditto
8264
8265 2002-10-25  Angus Leeming  <leeming@lyx.org>
8266
8267         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8268
8269         * ispell.[Ch] (setError): new method.
8270         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8271         Use setError() insetead of goto END.
8272
8273         * lyx_cb.C (AutoSave): move out child process into new class
8274         AutoSaveBuffer.
8275
8276 2002-10-30  John Levon  <levon@movementarian.org>
8277
8278         * text3.C: make start appendix undoable
8279
8280 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8281
8282         * lyxlength.C (inPixels): Fix returned value.
8283
8284         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8285         environment.
8286
8287 2002-10-24  Angus Leeming  <leeming@lyx.org>
8288
8289         * lyxgluelength.h: no need to forward declare BufferParams
8290         or BufferView, so don't.
8291
8292 2002-10-21  John Levon  <levon@movementarian.org>
8293
8294         * BufferView.C: menuUndo ->undo, redo
8295
8296         * BufferView.h: document, remove dead, make some methods private
8297
8298         * paragraph_funcs.h:
8299         * paragraph_funcs.C:
8300         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8301
8302         * buffer.h:
8303         * buffer.C:
8304         * sgml.h:
8305         * sgml.C: move sgml open/close tag into sgml.C
8306
8307         * bufferview_funcs.h: unused prototype
8308
8309         * lyxfunc.h:
8310         * lyxfunc.C: remove unused
8311
8312         * lyxtext.h:
8313         * text.C: remove unused
8314
8315 2002-10-21  John Levon  <levon@movementarian.org>
8316
8317         * BufferView.h:
8318         * BufferView.C:
8319         * BufferView_pimpl.h:
8320         * BufferView_pimpl.C: fix mouse wheel handling based on
8321           patch from Darren Freeman
8322
8323 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8324
8325         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8326
8327 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8328
8329         * lyxlength.C (inPixels): Fix hanfling of negative length.
8330         Fix LyXLength::MU case.
8331
8332 2002-10-16  John Levon  <levon@movementarian.org>
8333
8334         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8335
8336 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8337
8338         * converter.C (view): add support for $$i (file name) and $$p
8339         (file path) for the viewer command. If $$i is not specified, then
8340         it is appended to the command (for compatibility with old syntax)
8341
8342 2002-10-14  Juergen Vigna  <jug@sad.it>
8343
8344         * undo_funcs.C (textHandleUndo): alter the order in which the
8345         new undopar is added to the LyXText, as we have to set first
8346         the right prev/next and then add it as otherwise the rebuild of
8347         LyXText is not correct. Also reset the cursor to the right paragraph,
8348         with this IMO we could remove the hack in "redoParagraphs()".
8349
8350 2002-10-09  Angus Leeming  <leeming@lyx.org>
8351
8352         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8353         to turn off an optimisation if a new inset is to be inserted.
8354
8355 2002-10-11 André Pönitz <poenitz@gmx.net>
8356
8357         * lyxtext.h: make some functions public to allow access
8358         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8359
8360 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8361
8362         * text3.C (dispatch): when changing layout, avoid an infinite loop
8363         [bug #652]
8364
8365 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8366
8367         * lyxrc.C (read): treat a viewer or converter command of "none" as
8368         if it were empty.
8369
8370         * MenuBackend.C (expandFormats): for an update, also allow the
8371         formats that are not viewable
8372
8373         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8374         script if it is newer than the lyxrc.defaults in user directory
8375
8376 2002-10-07 André Pönitz <poenitz@gmx.net>
8377
8378         * text.C: Vitaly Lipatov's small i18n fix
8379
8380 2002-09-25  Angus Leeming  <leeming@lyx.org>
8381
8382         * ispell.h: doxygen fix.
8383
8384 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8385
8386         * buffer.h (readFile): Add a new argument to the method, to allow
8387         reading of old-format templates.
8388
8389 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8390
8391         * toc.C (getTocList): Get TOC from InsetWrap.
8392
8393 2002-09-16  John Levon  <levon@movementarian.org>
8394
8395         * lyxfunc.C: check tabular for cut/copy too
8396
8397 2002-09-12  John Levon  <levon@movementarian.org>
8398
8399         * LyXAction.C: tidy
8400
8401         * factory.h:
8402         * factory.C: add header
8403
8404         * paragraph_funcs.h:
8405         * paragraph_funcs.C: cleanup
8406
8407 2002-09-11  John Levon  <levon@movementarian.org>
8408
8409         * PrinterParams.h: odd/even default to true
8410
8411 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8412
8413         * PrinterParams.h: update printer parameters for new xforms dialog
8414
8415 2002-09-11  Angus Leeming  <leeming@lyx.org>
8416
8417         * lyxserver.C (read_ready): re-write to make it more transparent
8418         and to make it work in coherent fashion under Tru64 Unix.
8419
8420 2002-09-11  André Pönitz <poenitz@gmx.net>
8421
8422         * commandtags.h:
8423         * LyXAction.C:
8424         * text3.C: implement LFUN_WORDSEL
8425
8426 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8427
8428         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8429         make floatlist_ a boost::shared_ptr<FloatList>
8430
8431         * lyxtextclass.C: include FloatList.h
8432         (LyXTextClass): initialize floatlist_
8433         (TextClassTags): add TC_NOFLOAT
8434         (Read): match "nofloat" to TC_NOFLOAT and use it.
8435         (readFloat): modify call to floatlist_
8436         (floats): ditto
8437         (floats): ditto
8438
8439         * FloatList.[Ch] (FloatList): remove commented out float
8440         initialization.
8441         (erase): new function
8442
8443 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8444
8445         * MenuBackend.C (expandToc): fix crash when there is no document
8446         open
8447
8448 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8449
8450         * many files: Add insetwrap.
8451
8452 2002-09-09  John Levon  <levon@movementarian.org>
8453
8454         * text2.C: remove confusing and awkward depth wraparound
8455
8456 2002-09-09  John Levon  <levon@movementarian.org>
8457
8458         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8459
8460         * buffer.h:
8461         * buffer.C: remove getIncludeonlyList()
8462
8463         * paragraph.C:
8464         * lyxfunc.C: remove headers
8465
8466 2002-09-09  Juergen Vigna  <jug@sad.it>
8467
8468         * text.C (getColumnNearX): fix form Michael this is most
8469         probably a cut&paste bug.
8470
8471 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8472
8473         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8474
8475         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8476         references, ws changes.
8477
8478         * text2.C (init): update counters after init
8479         (insertParagraph): no need to set counter on idividual paragraphs.
8480         (setCounter): access the counters object in the textclass object
8481         on in the buffer object.
8482         (updateCounters): ditto
8483
8484         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8485         shared_ptr<Counters> to avoid loading counters.h in all
8486         compilation units.
8487         (LyXTextClass): initialize ctrs_
8488         (TextClassTags): add TC_COUNTER, and ...
8489         (Read): use it here.
8490         (CounterTags): new tags
8491         (readCounter): new function
8492         (counters): new funtion
8493         (defaultLayoutName): return a const reference
8494
8495         * counters.C (Counters): remove contructor
8496         (newCounter): remove a couple of unneeded statements.
8497         (newCounter): simplify a bit.
8498         (numberLabel): some small formatting changes.
8499
8500         * buffer.[Ch]: remove all traces of counters, move the Counters
8501         object to the LyXTextClass.
8502
8503 2002-09-06  Alain Castera  <castera@in2p3.fr>
8504
8505         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8506         package to set the horizontal alignment on fixed width columns.
8507
8508         * lyx_sty.C:
8509         * lyx_sty.h: added tabularnewline macro def.
8510
8511         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8512
8513 2002-09-06  John Levon  <levon@movementarian.org>
8514
8515         * LyXAction.C: tooltips for sub/superscript
8516
8517         * MenuBackend.C: a bit more verbose
8518
8519         * lyxfunc.C: tiny clean
8520
8521         * undo_funcs.C: document undo_frozen
8522
8523 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8524
8525         * counters.C (Counters): add missing algorithm counter.
8526
8527         * text2.C (setCounter): lookup the counter with layouts latexname
8528         instead of by section number.
8529         (setCounter): use a hackish way to lookup the correct enum
8530         counter.
8531         a float name->type change
8532         reset enum couners with counter name directly instead of depth value.
8533
8534         * counters.C (Counters): remove the push_backs, change to use the
8535         float type not the float name.
8536         (labelItem): remove unused string, float name->type change
8537
8538         * counters.h: don't include vector, loose the enums and sects vectors
8539
8540 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8541
8542         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8543         (Read): add float->TC_FLOAT to textclassTags
8544         (Read): and handle it in the switch
8545         (readFloat): new function
8546
8547         * FloatList.C (FloatList): comment out the hardcoded float
8548         definitions.
8549
8550         * lyxlayout.h: ws change.
8551
8552 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8553
8554         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8555
8556 2002-09-03  Angus Leeming  <leeming@lyx.org>
8557
8558         * BufferView_pimpl.h: qualified name is not allowed in member
8559         declaration: WorkArea & Pimpl::workarea() const;
8560
8561         * factory.C: added using std::endl directive.
8562
8563         * text3.C: added using std::find and std::vector directives.
8564
8565 2002-08-29  André Pönitz <poenitz@gmx.net>
8566
8567         * lyxtext.h:
8568         * text2.C: remove unused member number_of_rows
8569
8570         * Makefile.am:
8571         * BufferView2.C: remove file, move contents to...
8572         * BufferView.C: ... here
8573
8574         * BufferView_pimpl.C:
8575         * factory.C: move more inset creation to factory
8576
8577         * vspace.C: avoid direct usage of LyXText, ws changes
8578
8579         * BufferView.[Ch]:
8580                 don't provide direct access to WorkArea, use two simple
8581                 acessors haveSelction() and workHeight() instead
8582
8583
8584 2002-08-29  John Levon  <levon@movementarian.org>
8585
8586         * BufferView_pimpl.C (dispatch): do not continue when
8587           no buffer
8588
8589 2002-08-28  André Pönitz <poenitz@gmx.net>
8590
8591         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8592
8593         * BufferView.h:
8594         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8595
8596 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8597
8598         * buffer.C: increment LYX_FORMAT to 221
8599
8600         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8601         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8602
8603         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8604
8605         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8606
8607 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8608
8609         * factory.C (createInset): use LyXTextClass::floats
8610
8611         * MenuBackend.C (expandFloatListInsert):
8612         (expandFloatInsert):
8613         (expandToc):
8614
8615         * text2.C (setCounter):
8616
8617         * LaTeXFeatures.C (useFloat):
8618         (getFloatDefinitions):
8619
8620         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8621
8622         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8623         floatlist_, with accessor floats().
8624
8625         * FloatList.h: remove global FloatList
8626
8627 2002-08-26  André Pönitz <poenitz@gmx.net>
8628
8629         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8630
8631         * BufferView.h:
8632         * BufferView2.C:
8633         * BufferView_pimpl.C:
8634         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8635
8636 2002-08-25  John Levon  <levon@movementarian.org>
8637
8638         * LyXAction.C: fix margin note description
8639
8640 2002-08-24  John Levon  <levon@movementarian.org>
8641
8642         * buffer.C:
8643         * bufferlist.C:
8644         * bufferview_funcs.C:
8645         * lyxfont.C:
8646         * undo_funcs.C: cleanups
8647
8648         * lyxfunc.C: disable CUT/COPY when no selection
8649
8650 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8651
8652         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8653         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8654
8655         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8656         Add backward compatibility to "mono", "gray" and "no".
8657
8658 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8659
8660         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8661         (and file_format >= 200).
8662
8663 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8664
8665         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8666
8667 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8668
8669         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8670
8671 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8672
8673         * BufferView_pimpl.C:
8674         * LyXAction.C:
8675         * buffer.C:
8676         * commandtags.h:
8677         * lyxfunc.C:
8678         * paragraph.[Ch]:
8679         * text2.C:
8680         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8681         inset and code to make it  work with the paragraph code. The inset
8682         can be anywhere in the paragraph, but will only do the expected
8683         thing in LaTeX if the layout file contains the parameter line
8684                         OptionalArgs    1
8685         (or more generally, a nonzero value) for that layout.
8686
8687 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8688
8689         * paragraph.h: remove the declaration of undefined counters class
8690         function.
8691
8692 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8693
8694         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8695         Dr. Richard Hawkins.
8696
8697 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8698
8699         * paragraph_funcs.h: remove some unneeded includes
8700
8701         * text.C (backspace): pasteParagraph now in global scipe
8702
8703         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8704         (pasteSelection): ditto
8705
8706         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8707         * paragraph_funcs.C (pasteParagraph): ... here
8708
8709 2002-08-20  André Pönitz <poenitz@gmx.net>
8710
8711         * commandtags.h: new LFUNs for swapping/copying table row/colums
8712
8713         * LyXAction.C:
8714         * lyxfunc.C: support for new lfuns
8715
8716 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8717
8718         * tabular.C:
8719         * buffer.[Ch]: remove NO_COMPABILITY stuff
8720
8721 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8722
8723         * boost.C (throw_exception): new file, with helper function for
8724         boost compiled without exceptions.
8725
8726         * paragraph.h:
8727         * lyxlength.C:
8728         * buffer.C:
8729         * ParameterStruct.h:
8730         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8731
8732         * bufferlist.C (emergencyWriteAll): use boost bind
8733
8734         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8735
8736         * text.C: include paragraph_funcs.h
8737         (breakParagraph): breakParagraph is now in global scope
8738
8739         * paragraph_funcs.[Ch]: new files
8740
8741         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8742         global scope
8743
8744         * buffer.C: include paragraph_funcs.h
8745         (insertStringAsLines): breakParagraph is now in global scope
8746
8747         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8748         paragraph_funcs.C
8749
8750         * CutAndPaste.C: include paragraph_funcs.h
8751         (cutSelection): breakParagraphConservative is now in global scope
8752         (pasteSelection): ditto
8753
8754         * buffer.h: declare oprator== and operator!= for
8755         Buffer::inset_iterator
8756
8757         * bufferlist.C (emergencyWrite): don't use fmt(...)
8758
8759         * text3.C: add using std::endl
8760
8761         * BufferView.C (moveCursorUpdate): remove default arg
8762
8763 2002-08-20  André Pönitz <poenitz@gmx.net>
8764
8765         * buffer.[Ch]: move inline functions to .C
8766
8767         * BufferView2.C:
8768         * BufferView_pimpl.C:
8769         * text.C:
8770         * buffer.[Ch]: use improved inset_iterator
8771
8772         * buffer.C:
8773         * paragraph.[Ch]: write one paragraph at a time
8774
8775 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8776
8777         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8778         style if style is not specified.
8779
8780 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8781
8782         * text2.C (setCounter): when searching for right label for a
8783         caption, make sure to recurse to parent insets (so that a caption
8784         in a minipage in a figure float works) (bug #568)
8785
8786 2002-08-20  André Pönitz <poenitz@gmx.net>
8787
8788         * text3.C: new file for LyXText::dispatch() and helpers
8789
8790         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8791
8792         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8793
8794 2002-08-19  André Pönitz <poenitz@gmx.net>
8795
8796         * lyxtext.h:
8797         * text.C: new LyXText::dispatch()
8798
8799         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8800
8801 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8802
8803         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8804
8805         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8806         Hebrew text.
8807
8808 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8809
8810         * Makefile.am: use $(variables) instead of @substitutions@
8811
8812 2002-08-15  André Pönitz <poenitz@gmx.net>
8813
8814         * lyxfunc.C:
8815         * BufferView_pimpl.C: streamlining mathed <-> outer world
8816         interaction
8817
8818         * commandtags.h:
8819         * LyXAction.C: remove unused LFUN_MATH
8820
8821 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8822
8823         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8824
8825 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8826
8827         * paragraph.C (Paragraph): reformat a bit
8828         (cutIntoMinibuffer): use builtin InsetList function instad of
8829         doing it manually.
8830         (getInset): ditto
8831
8832         * buffer.C: include boost/bind.hpp, add using std::for_each
8833         (writeFileAscii): use ParagraphList iterators
8834         (validate): use for_each for validate traversal of paragraphs
8835         (getBibkeyList): use ParagraphList iterators
8836         (resizeInsets): use for_each to resizeInsetsLyXText for all
8837         paragraphs.
8838         (getParFromID): use ParagraphList iterators
8839
8840         * BufferView2.C (lockInset): use paragraph list and iterators
8841
8842 2002-08-14  John Levon  <levon@movementarian.org>
8843
8844         * lyxserver.C: remove spurious xforms include
8845
8846 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8847
8848         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8849
8850 2002-08-13  André Pönitz <poenitz@gmx.net>
8851
8852         * LyXAction.[Ch]:
8853         * lyxfunc.C: further cleaning
8854
8855 2002-08-13  André Pönitz <poenitz@gmx.net>
8856
8857         * funcrequest.h: new constructor
8858
8859         * funcrequest.C: move stuff here from .h
8860
8861         * Makefile.am:
8862         * BufferView_pimpl.C:
8863         * LyXAction.C:
8864         * toc.C:
8865         * lyxfunc.C: subsequent changes
8866
8867         * lyxfunc.h: new view() member function
8868
8869         * lyxfunc.C: subsequent changes
8870
8871 2002-08-13  Angus Leeming  <leeming@lyx.org>
8872
8873         * BufferView2.C:
8874         * BufferView_pimpl.C:
8875         * buffer.C:
8876         * converter.C:
8877         * importer.C:
8878         * lyxfunc.C:
8879         * lyxvc.C:
8880         * toc.C:
8881         * vc-backend.C:
8882         changes due to the changed LyXView interface that now returns references
8883         to member variables not pointers.
8884
8885 2002-08-13  Angus Leeming  <leeming@lyx.org>
8886
8887         * WordLangTuple (word, lang_code): return references to strings,
8888         not strings.
8889
8890         * BufferView.h:
8891         * SpellBase.h:
8892         * lyxtext.h: forward-declare WordLangTuple.
8893
8894         * BufferView2.C:
8895         * ispell.C:
8896         * pspell.C:
8897         * text.C: #include "WordLangTuple.h".
8898
8899         * lyxtext.h:
8900         * text.C: (selectNextWordToSpellcheck): constify return type.
8901
8902 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8903
8904         * buffer.C:
8905         * buffer.h:
8906         * lyxtext.h:
8907         * paragraph.C:
8908         * paragraph_pimpl.h:
8909         * text.C:
8910         * text2.C:
8911         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8912         suggested by Angus.
8913         Made updateCounter always count from start of buffer, and removed
8914         second argument (par).
8915         Reverted floats number display to '#'. Perhaps I'll try again when the
8916         code base is sanitized a bit.
8917
8918 2002-08-12  Angus Leeming  <leeming@lyx.org>
8919
8920         * buffer.[Ch] (getLabelList): constify.
8921
8922 2002-08-07  André Pönitz <poenitz@gmx.net>
8923
8924         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8925
8926         * funcrequest.h: extension to keep mouse (x,y) position
8927
8928 2002-08-12  Juergen Vigna  <jug@sad.it>
8929
8930         * BufferView2.C (insertErrors): forbid undo when inserting error
8931         insets.
8932
8933         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8934
8935 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8936
8937         * ParagraphList.[Ch]: new files
8938
8939         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8940
8941         * BufferView2.C (lockInset): ParagraphList changes
8942         * toc.C: ditto
8943         * text2.C: ditto
8944         * bufferlist.C: ditto
8945         * buffer.h: ditto
8946         * buffer.C: ditto
8947
8948 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8949
8950         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8951         unused class variable counter_,
8952
8953         * paragraph.[Ch] (getFirstCounter): delete unused function
8954
8955         * counters.C: include LAssert.h
8956         (reset): add a new function with no arg, change other version to
8957         not have def. arg and to not allow empty arg.
8958
8959         * text2.C (setCounter): remove empty arg from call to Counters::reset
8960
8961 2002-08-11  John Levon  <levon@movementarian.org>
8962
8963         * Makefile.am: add WordLangTuple.h
8964
8965 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8966
8967         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8968         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8969
8970         * insets/insettext.C: InsetList changes
8971
8972         * graphics/GraphicsSupport.C (operator()): InsetList changes
8973
8974         * toc.C (getTocList): InsetList changes
8975
8976         * paragraph_pimpl.[Ch]: InsetList changes
8977
8978         * paragraph.[Ch]: InsetList changes
8979
8980         * buffer.C (inset_iterator): InsetList changes
8981         (setParagraph): ditto
8982         * buffer.h (inset_iterator): ditto
8983         * iterators.C (operator++): ditto
8984         * iterators.h: ditto
8985
8986         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8987
8988         * InsetList.[Ch]: new files, most InsetList handling moved out of
8989         paragraph.C.
8990
8991         * BufferView2.C (removeAutoInsets): InsetList changes
8992         (lockInset): ditto
8993         (ChangeInsets): ditto
8994
8995 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8996
8997         * paragraph_pimpl.h (empty): new function
8998
8999         * paragraph.[Ch] (empty): new function
9000
9001         * other files: use the new Paragraph::empty function
9002
9003 2002-08-09  John Levon  <levon@movementarian.org>
9004
9005         * lyxtext.h: remove unused refresh_height
9006
9007 2002-08-09  John Levon  <levon@movementarian.org>
9008
9009         * Makefile.am:
9010         * sgml.h:
9011         * sgml.C:
9012         * buffer.C:
9013         * paragraph.h:
9014         * paragraph.C: move sgml char escaping out of paragraph
9015
9016         * paragraph.h:
9017         * paragraph.C: remove id setter
9018
9019         * buffer.C:
9020         * paragraph.C:
9021         * paragraph_pimpl.C: remove dead tex_code_break_column
9022
9023         * bufferview_funcs.C: small cleanup
9024
9025         * lyxfunc.C: remove dead proto
9026
9027         * lyxtext.h: make some stuff private. Remove some dead stuff.
9028
9029         * lyxgluelength.C: make as[LyX]String() readable
9030
9031 2002-08-08  John Levon  <levon@movementarian.org>
9032
9033         * LyXAction.h:
9034         * LyXAction.C:
9035         * MenuBackend.C:
9036         * ToolbarDefaults.C:
9037         * lyxfunc.C:
9038         * lyxrc.C:
9039         * toc.C: lyxaction cleanup
9040
9041 2002-08-08  John Levon  <levon@movementarian.org>
9042
9043         * BufferView2.C: small cleanup
9044
9045         * lyxfind.h:
9046         * lyxfind.C: move unnecessary header into the .C
9047
9048 2002-08-08  John Levon  <levon@movementarian.org>
9049
9050         * funcrequest.h: just tedious nonsense
9051
9052         * lyx_main.h:
9053         * lyx_main.C: cleanups
9054
9055         * buffer.C:
9056         * vspace.C: remove dead header lyx_main.h
9057
9058 2002-08-07  Angus Leeming  <leeming@lyx.org>
9059
9060         * Paragraph.[Ch]:
9061         * paragraph_pimpl.h:
9062         Forward declare class Counters in paragraph.h by moving the ctrs member
9063         variable into Paragraph::Pimpl.
9064         (counters): new method, returning a reference to pimpl_->ctrs.
9065
9066         * text2.C: ensuing changes.
9067
9068 2002-08-07  John Levon  <levon@movementarian.org>
9069
9070         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9071
9072         * BufferView_pimpl.C: announce X selection on double/triple
9073           click
9074
9075         * lyx_main.C: use correct bool in batch dispatch
9076
9077         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9078
9079 2002-08-07  André Pönitz <poenitz@gmx.net>
9080
9081         * funcrequest.h: new class to wrap a kb_action and its argument
9082
9083         * BufferView.[Ch]:
9084         * BufferView_pimpl[Ch]:
9085         * LaTeX.C:
9086         * LyXAction.[Ch]:
9087         * lyxfunc.[Ch]:
9088         * lyxrc.C: subsequent changes
9089
9090
9091 2002-08-07  John Levon  <levon@movementarian.org>
9092
9093         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9094           document options change.
9095
9096 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9097
9098         * counters.[Ch]
9099         * text2.C
9100         * paragraph.[Ch]
9101         * makefile.am: move counters functionality over from
9102         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9103
9104 2002-08-06  John Levon  <levon@movementarian.org>
9105
9106         * WordLangTuple.h: new file for word + language code tuple
9107
9108         * SpellBase.h:
9109         * pspell.h:
9110         * pspell.C:
9111         * ispell.h:
9112         * ispell.C:
9113         * lyxtext.h:
9114         * text.C:
9115         * text2.C:
9116         * BufferView.h:
9117         * BufferView2.C: use WordLangTuple
9118
9119         * layout.h:
9120         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9121
9122 2002-08-06  John Levon  <levon@movementarian.org>
9123
9124         * lyx_main.C: fix cmdline batch handling
9125
9126 2002-08-06  André Pönitz <poenitz@gmx.net>
9127
9128         * lyxrc.C: set default for show_banner to true
9129
9130 2002-08-06  John Levon  <levon@movementarian.org>
9131
9132         * pspell.C: fix a crash, and allow new aspell to work
9133
9134 2002-08-06  John Levon  <levon@movementarian.org>
9135
9136         * lyxfunc.C:
9137         * kbmap.C: small cleanup
9138
9139         * vspace.h:
9140         * vspace.C: add const
9141
9142 2002-08-05  John Levon  <levon@movementarian.org>
9143
9144         * LyXAction.C: back to tabular-insert
9145
9146 2002-08-04  John Levon  <levon@movementarian.org>
9147
9148         * BufferView.h:
9149         * BufferView.C: cosmetic change
9150
9151         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9152
9153         * bufferlist.C:
9154         * buffer.h:
9155         * buffer.C:
9156         * lyxcb.h:
9157         * lyxcb.C:
9158         * lyxserver.C:
9159         * lyxvc.C:
9160         * vc-backend.C:
9161         * BufferView2.C: purge all "Lyx" not "LyX" strings
9162
9163         * lyxcursor.h:
9164         * lyxcursor.C: attempt to add some documentation
9165
9166         * lyxfunc.C:
9167         * commandtags.h:
9168         * LyXAction.C:
9169         * ToolbarDefaults.C:
9170         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9171           merge with LFUN_TABULAR_INSERT
9172
9173         * Makefile.am:
9174         * SpellBase.h:
9175         * ispell.h:
9176         * ispell.C:
9177         * pspell.h:
9178         * pspell.C: split up i/pspell implementations into separate
9179           files, many cleanups
9180
9181         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9182
9183         * text2.C: some cleanup
9184
9185         * lyxfunc.C: don't check for isp_command == "none" any more, it
9186           didn't make any sense
9187
9188 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9189
9190         * counters.[Ch]
9191         * text2.C
9192         * paragraph.[Ch]
9193         * makefile.am: move counters functionality over
9194         from text2.C/paragraph.[Ch] to counters.[Ch], and
9195         make proper C++.
9196 2002-08-02  John Levon  <levon@movementarian.org>
9197
9198         * buffer.C: s/lyxconvert/lyx2lyx/
9199
9200 2002-08-02  Angus Leeming  <leeming@lyx.org>
9201
9202         * lyxlex.C: revert John's change as it breaks reading of the user
9203         preamble.
9204
9205 2002-08-02  Angus Leeming  <leeming@lyx.org>
9206
9207         * importer.C (Import):
9208         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9209         changes due to LyXView::view() now returning a boost::shared_ptr.
9210
9211 2002-08-02  John Levon  <levon@movementarian.org>
9212
9213         * lyxlex.C: small cleanup
9214
9215 2002-08-02  John Levon  <levon@movementarian.org>
9216
9217         * text2.C (status): small cleanup, no logic change
9218
9219 2002-08-01  John Levon  <levon@movementarian.org>
9220
9221         * buffer.h:
9222         * buffer.C (writeFile): don't output alerts, caller
9223           handles this
9224
9225         * bufferlist.C:
9226         * lyx_cb.C: from above
9227
9228         * lyxfunc.C: allow to open non-existent files
9229
9230 2002-07-31  John Levon  <levon@movementarian.org>
9231
9232         * lyxserver.C: don't let incidental errors get
9233           in the way (errno)
9234
9235 2002-07-30  John Levon  <levon@movementarian.org>
9236
9237         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9238
9239 2002-07-30  John Levon  <levon@movementarian.org>
9240
9241         * lyxserver.h:
9242         * lyxserver.C: remove I/O callback too
9243
9244 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9245
9246         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9247         log.
9248
9249 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9250
9251         * many files: strip,frontStrip -> trim,ltrim,rtrim
9252
9253 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9254
9255         * PrinterParams.h: remove extern containsOnly, and include
9256         support/lstrings.h instead.
9257
9258         * LaTeX.C (scanAuxFile): modify because of strip changes
9259         (deplog): ditto
9260         * buffer.C (makeLaTeXFile): ditto
9261         * bufferparams.C (writeFile): ditt
9262         * lyxfont.C (stateText): ditto
9263         * lyxserver.C (read_ready): ditto
9264         * vc-backend.C (scanMaster): ditto
9265
9266         * BufferView_pimpl.h: ws changes
9267
9268         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9269
9270 2002-07-26  André Pönitz <poenitz@gmx.net>
9271
9272         * kb_sequence.C: remove unnedred usings
9273
9274 2002-07-26  Juergen Vigna  <jug@sad.it>
9275
9276         * lyxfind.C (LyXReplace): we have to check better if the returned
9277         text is not of theLockingInset()->getLockingInset().
9278
9279 2002-07-25  Juergen Vigna  <jug@sad.it>
9280
9281         * lyxfind.C (LyXReplace): don't replace if we don't get the
9282         right LyXText.
9283
9284         * undo_funcs.C (createUndo): remove debugging code.
9285
9286 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9287
9288         * buffer.C (parseSingleLyXformat2Token): Use default placement
9289         when reading old floats.
9290
9291         * FloatList.C (FloatList): Change the default placement of figure
9292         and tables to "tbp".
9293
9294 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9295
9296         * MenuBackend.C: using std::max
9297
9298 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9299
9300         * MenuBackend.C (expandToc):
9301         (expandToc2): code moved from xforms menu frontend. It is now
9302         generic and TOCs are transparent to menu frontends.
9303
9304 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9305
9306         * toc.C (getTocList): protect against buf=0
9307
9308         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9309         Menu as first parameter. Now, this calls itself recursively to
9310         expand a whole tree (this will be useful for TOC handling)
9311         (expandFloatInsert): remove 'wide' version of floats
9312
9313         * MenuBackend.h (submenuname): returns the name of the submenu.
9314         (submenu): returns the submenu itself, provided it has been
9315         created by MenuBackend::expand
9316
9317 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9318
9319         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9320         insets which have noFontChange == true. (bug #172)
9321
9322 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9323
9324         * BufferView_pimpl.C: add connection objects and use them...
9325         (Pimpl): here.
9326
9327 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9328
9329         * MenuBackend.C (expandLastfiles):
9330         (expandDocuments):
9331         (expandFormats):
9332         (expandFloatListInsert):
9333         (expandFloatInsert):
9334         (expand): split expand in parts
9335
9336 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9337
9338         * lyx_gui.C: use lyx_gui::exit()
9339
9340 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9341
9342         * LyXAction.C: show the failing pseudo action
9343
9344 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9345
9346         * buffer.C (readFile): Run the lyxconvert script in order to read
9347         old files.
9348
9349 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9350
9351         * LyXAction.C:
9352         * commandtags.h:
9353         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9354
9355 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9356
9357         * LyXAction.C:
9358         * commandtags.h:
9359         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9360
9361 2002-07-22  Herbert Voss  <voss@lyx.org>
9362
9363         * lengthcommon.C:
9364         * lyxlength.[Ch]: add support for the vertical lengths
9365
9366 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9367
9368         * toc.[Ch]: std:: fixes
9369
9370 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9371
9372         * lyxrc.C: do not include lyx_main.h
9373
9374         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9375         for layouts
9376
9377         * lyxrc.C:
9378         * encoding.C:
9379         * bufferlist.C:
9380         * BufferView2.C: include "lyxlex.h"
9381
9382         * tabular.h:
9383         * bufferparams.h: do not #include "lyxlex.h"
9384
9385         * lyxtextclasslist.C (Add): remove method
9386         (classlist): renamed to classlist_
9387
9388         * paragraph_pimpl.C:
9389         * paragraph.C:
9390         * text2.C:
9391         * CutAndPaste.C:
9392         * bufferview_funcs.C:
9393         * bufferlist.C:
9394         * text.C:
9395         * LaTeXFeatures.C:
9396         * buffer.C:
9397         * toc.C (getTocList): use BufferParams::getLyXTextClass
9398
9399         * toc.C (getTocList): use InsetFloat::addToToc
9400
9401         * toc.[Ch]: new files, containing helper functions to handle table
9402         of contents
9403
9404         * lyxfunc.C (dispatch): no need to remove spaces around command
9405         given as a string
9406         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9407         first command of the sequence; it is not very clever, but I do not
9408         have a better idea, actually
9409
9410         * LyXAction.C (LookupFunc): make sure to remove space at the
9411         beginning and end of the command
9412
9413 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9414
9415         * MenuBackend.C (getMenubar): new method: return the menubar of
9416         this menu set
9417         (read): treat differently reading of menu and menubar (in
9418         particular, the menubar has no name now)
9419         (Menu::menubar): remove
9420
9421         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9422         saving is finished
9423
9424 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9425
9426         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9427         a bibitem inset in a RTL paragraph.
9428
9429 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9430
9431         * paragraph_pimpl.C: constify
9432
9433         * BufferView_pimpl.C:
9434         * LaTeX.C:
9435         * lyxfunc.C: fix dispatch in a nicer way
9436
9437 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9438
9439         * lyxfunc.C (dispatch):
9440         * BufferView_pimpl.C:
9441         * BufferView_pimpl.h:
9442         * BufferView.C:
9443         * BufferView.h: rename Dispatch() to dispatch()
9444
9445         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9446
9447         * lyxlayout.C (Read): honor DependsOn tag
9448
9449         * lyxlayout.[Ch] (depends_on): new method
9450
9451         * version.C.in: update lyx_docversion
9452
9453         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9454
9455         * paragraph.C (validate): remove from here...
9456         * paragraph_pimpl.C (validate): ... and move here
9457         (isTextAt): make it const
9458
9459         * buffer.C (getLists): ws cleanup
9460
9461 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9462
9463         * language.C (read): Use iso8859-1 encoding in latex_lang
9464         (this prevents LyX from crashing when using iso10646-1 encoding).
9465
9466 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9467
9468         * text2.C (toggleInset): if cursor is inside an inset, close the
9469         inset and leave cursor _after_ it
9470
9471 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9472
9473         * lyxfunc.C: move minibuffer completion handling out of here
9474
9475 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9476
9477         * BufferView_pimpl.C:
9478         * LaTeX.C: fix dispatch calls
9479
9480 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9481
9482         * text.C (drawChars): Fix Arabic text rendering.
9483
9484 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9485
9486         * LyXAction.C:
9487         * commandtags.h:
9488         * lyxfunc.C: remove message-push/pop
9489
9490         * lyxserver.C:
9491         * lyxfunc.h:
9492         * lyxfunc.C: rationalise some code by removing verboseDispatch
9493           in favour of a bool argument to dispatch()
9494
9495 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9496
9497         * lyx_main.C (init): make sure to read symlinks as absolute paths
9498
9499 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9500
9501         * lyxfunc.h:
9502         * lyxfunc.C: no need for commandshortcut to be a member
9503
9504 2002-07-15  André Pönitz <poenitz@gmx.net>
9505
9506         * converter.C: add support for $$s (scripts from lib/scripts dir)
9507         * lyx_main.C: white space
9508
9509 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9510
9511         * bufferlist.C:
9512         * lyxrc.h:
9513         * lyxrc.C: remove second exit confirmation
9514
9515 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * BufferView.h:
9518         * BufferView.C:
9519         * BufferView2.C:
9520         * BufferView_pimpl.h:
9521         * BufferView_pimpl.C:
9522         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9523
9524 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9525
9526         * MenuBackend.C (expand): add numeric shortcuts to document menu
9527
9528         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9529
9530 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9531
9532         * lyxfont.C (setLyXFamily):
9533         (setLyXSeries):
9534         (setLyXShape):
9535         (setLyXSize):
9536         (setLyXMisc):
9537         (lyxRead):
9538         * debug.C (value):
9539         * buffer.C (asciiParagraph): use ascii_lowercase
9540
9541 2002-07-15  Mike Fabian  <mfabian@suse.de>
9542
9543         * lyxlex_pimpl.C (search_kw):
9544         * lyxlex.C (getLongString):
9545         * converter.h (operator<):
9546         * converter.C (operator<):
9547         * buffer.C (parseSingleLyXformat2Token):
9548         (asciiParagraph):
9549         * ToolbarDefaults.C (read):
9550         * MenuBackend.C (checkShortcuts):
9551         (read):
9552         * LColor.C (getFromGUIName):
9553         (getFromLyXName): use the compare_ascii_no_case instead of
9554         compare_no_case, because in turkish, 'i' is not the lowercase
9555         version of 'I', and thus turkish locale breaks parsing of tags.
9556
9557 2002-07-16  Angus Leeming  <leeming@lyx.org>
9558
9559         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9560         now takes a Buffer const & argument.
9561
9562 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9563
9564         * BufferView.C (resize): check there's a buffer to resize
9565
9566 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9567
9568         * lyxfunc.C: remove dead code
9569
9570         * lyxserver.h:
9571         * lyxserver.C: use lyx_guii::set_read_callback
9572
9573 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9574
9575         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9576         an inset in a RTL paragraph.
9577
9578 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9579
9580         * lyxfunc.C: repaint after a font size update
9581
9582 2002-07-15  André Pönitz <poenitz@gmx.net>
9583
9584         * lyxlength.C: inBP should be able to return negative values
9585
9586 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9587
9588         * lyxfunc.C: use lyx_gui::update_fonts()
9589
9590 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9591
9592         * lyxfunc.C: use lyx_gui::update_color()
9593
9594 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9595
9596         * bufferlist.C:
9597         * lyxfunc.h:
9598         * lyxfunc.C:
9599         * lyxrc.h:
9600         * lyxrc.C: remove file->new asks for name option, and let
9601           buffer-new take an argument
9602
9603 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9604
9605         * BufferView_pimpl.C: remove unneeded extra repaint()
9606
9607 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9608
9609         * LyXAction.C: allow command-sequence with NoBuffer
9610
9611         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9612
9613 2002-07-10  Angus Leeming  <leeming@lyx.org>
9614
9615         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9616
9617 2002-07-09  Angus Leeming  <leeming@lyx.org>
9618
9619         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9620
9621 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9622
9623         * lengthcommon.h: whitespace
9624
9625         * lyxfunc.C: update scrollbar after goto paragraph
9626
9627         * lyxtext.h: factor out page break drawing, and fix it so
9628           page break/added space paints as selected nicely
9629
9630 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9631
9632         * BufferView_pimpl.C: add FIXMEs, clean up a little
9633
9634 2002-07-09  André Pönitz <poenitz@gmx.net>
9635
9636         * lyxfont.[Ch]: support for wasy symbols
9637
9638 2002-07-08  André Pönitz <poenitz@gmx.net>
9639
9640         * BufferView_pimpl.C: apply John's patch for #93.
9641
9642 2002-07-05  Angus Leeming  <leeming@lyx.org>
9643
9644         * BufferView_pimpl.C (buffer): generate previews if desired.
9645
9646         * LColor.h: add "preview" to the color enum.
9647
9648         * LColor.C (LColor): add a corresponding entry to the items array.
9649
9650         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9651         with this buffer.
9652
9653 2002-07-05  Angus Leeming  <leeming@lyx.org>
9654
9655         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9656         The body of the code is now in the method that is passed an ostream &
9657         rather than a file name.
9658         Pass an additional only_preamble parameter, useful for the forthcoming
9659         preview stuff.
9660
9661 2002-07-03  André Pönitz <poenitz@gmx.net>
9662
9663         * lyxfunc.C: simplify getStatus() a bit for math stuff
9664
9665 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9666
9667         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9668
9669 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9670
9671         * text.C (changeRegionCase): do not change case of all the
9672         document when region ends at paragraph end (bug #461)
9673
9674 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9675
9676         * paragraph.C (startTeXParParams):
9677         (endTeXParParams): add \protect when necessary
9678
9679 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9680
9681         * BufferView_pimpl.C (workAreaExpose): remove warning
9682
9683 2002-06-27  Angus Leeming  <leeming@lyx.org>
9684
9685         * Makefile.am: add lyxlayout_ptr_fwd.h.
9686
9687 2002-06-26  André Pönitz <poenitz@gmx.net>
9688
9689         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9690
9691 2002-06-25  Angus Leeming  <leeming@lyx.org>
9692
9693         * lyxfunc.C (dispatch): Comment out the call to
9694         grfx::GCache::changeDisplay. The method no longer exists now that the
9695         pixmap generation part of the graphics loader has been moved into
9696         InsetGraphics.
9697
9698 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9699
9700         * text2.C: layout as layout
9701
9702         * text.C: layout as layout
9703
9704         * tabular.C (OldFormatRead): layout as layout
9705
9706         * paragraph_pimpl.C (TeXDeeper): layout as layout
9707         (realizeFont): layout as layout
9708
9709         * paragraph.C (writeFile): layout as layout
9710         (validate): layout as layout
9711         (getFont): layout as layout
9712         (getLabelFont): layout as layout
9713         (getLayoutFont): layout as layout
9714         (breakParagraph): layout as layout
9715         (stripLeadingSpaces): layout as layout
9716         (getEndLabel): layout as layout
9717         (getMaxDepthAfter): layout as layout
9718         (applyLayout): layout as layout
9719         (TeXOnePar): layout as layout
9720         (simpleTeXOnePar): layout as layout
9721         (TeXEnvironment): layout as layout
9722         (layout): layout as layout
9723         (layout): layout as layout
9724
9725         * lyxtextclass.C (compare_name): new functor to work with
9726         shared_ptr, layout as layout
9727         (Read): layout as layout
9728         (hasLayout): layout as layout
9729         (operator): layout as layout
9730         (delete_layout): layout as layout
9731         (defaultLayout): layout as layout
9732
9733         * lyxlayout_ptr_fwd.h: new file
9734
9735         * lyxlayout.C (Read): layout as layout
9736
9737         * lyx_cb.C (MenuInsertLabel): layout as layout
9738
9739         * bufferlist.C (newFile): layout as layout
9740
9741         * buffer.C (readLyXformat2): layout as layout
9742         (parseSingleLyXformat2Token): layout as layout
9743         (insertStringAsLines): layout as layout
9744         (asciiParagraph): layout as layout
9745         (latexParagraphs): layout as layout
9746         (makeLinuxDocFile): layout as layout
9747         (simpleLinuxDocOnePar): layout as layout
9748         (makeDocBookFile): layout as layout
9749         (simpleDocBookOnePar): layout as layout
9750         (getLists): layout as layout
9751
9752         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9753
9754         * CutAndPaste.C (cutSelection): layout as layout
9755         (pasteSelection): layout as layout
9756         (SwitchLayoutsBetweenClasses): layout as layout
9757
9758         * BufferView_pimpl.C (Dispatch): layout as layout
9759         (smartQuote): layout as layout
9760
9761         * BufferView2.C (unlockInset): layout as layout
9762
9763 2002-06-24  André Pönitz <poenitz@gmx.net>
9764
9765         * lyxfunc.C: fix #487
9766
9767 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9768
9769         * lyxrc.h:
9770         * lyxrc.C:
9771         * lyxfunc.C: remove display_shortcuts, show_banner
9772
9773 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9774
9775         * Buffer_pimpl.C: oops, update on resize
9776
9777 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9778
9779         * buffer.C:
9780         * converter.C:
9781         * exporter.C:
9782         * lyxfunc.C:
9783         * BufferView.h:
9784         * BufferView.C: use repaint()
9785
9786         * BufferView_pimpl.h:
9787         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9788           as it's a clearer description. Remove superfluous
9789           redraws.
9790
9791 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9792
9793         * text.C: fix bug 488. Not ideal, but getting
9794           getWord() to work properly for the insets that
9795           matter is more difficult ...
9796
9797 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9798
9799         * BufferView_pimpl.C:
9800         * LyXAction.C:
9801         * commandtags.h:
9802         * lyxfunc.C: remove the six million index lyxfuncs to just
9803           one, and DTRT (bug 458)
9804
9805 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9806
9807         * BufferView.h:
9808         * BufferView.C:
9809         * BufferView_pimpl.h:
9810         * BufferView_pimpl.C: clean up resize() stuff,
9811           and unnecessary updateScreen()s
9812
9813 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9814
9815         * BufferView.h:
9816         * BufferView.C:
9817         * BufferView_pimpl.h:
9818         * BufferView_pimpl.C:
9819         * lyxfind.h:
9820         * lyxfind.C:
9821         * minibuffer.C: remove focus management of workarea,
9822           not needed. Use screen's greyOut()
9823
9824 2002-06-17  Herbert Voss  <voss@lyx.org>
9825
9826         * converter.C: (convert) do not post a message, when converting
9827         fails, let the calling function decide what to do in this case
9828
9829 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9830
9831         * lyxfunc.C: tidy up a little
9832
9833 2002-06-16    <alstrup@diku.dk>
9834
9835         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9836         Got rid of FORMS_H_LOCATION include. Now we are
9837         GUII.
9838
9839 2002-06-15  LyX Development team  <lyx@rilke>
9840
9841         * buffer.[Ch] (sgmlOpenTag):
9842         (sgmlCloseTag): Added support for avoiding pernicious mixed
9843         content. Return number of lines written.
9844
9845         (makeLinuxDocFile):
9846         (makeDocBookFile): Fixed calls to sgml*Tag.
9847         Simple white space clean.
9848
9849         (simpleDocBookOnePar): Simple white space clean.
9850
9851         * tabular.[Ch] (docBook): Renamed to docbook and got another
9852         argument to related with the pernicious mixed content.
9853
9854         (docbookRow): Fixed calls for docbook inset method.
9855
9856 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9857
9858         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9859         so it's X11 independent.
9860
9861         * kb*.[Ch]: ditto.
9862
9863         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9864
9865 2002-06-15  Lyx Development team  <lyx@electronia>
9866
9867         * intl.h: Renamed getTrans to getTransManager.
9868
9869 2002-06-14  Angus Leeming  <leeming@lyx.org>
9870
9871         * Makefile.am: nuke forgotten stl_string_fwd.h.
9872
9873 2002-06-12  Angus Leeming  <leeming@lyx.org>
9874
9875         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9876
9877 2002-06-13  Angus Leeming  <leeming@lyx.org>
9878
9879         * LaTeX.C:
9880         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9881
9882 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9883
9884         * kbmap.C (getiso): add support for cyrillic and greek
9885
9886 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9887
9888         * BufferView.h:
9889         * BufferView.C:
9890         * BufferView_pimpl.h:
9891         * BufferView_pimpl.C: move bogus scrolling logic
9892           to xforms
9893
9894 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9895
9896         * lyxfunc.C:
9897         * BufferView_pimpl.C: view->resize() change
9898
9899 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9900
9901         * BufferView_pimpl.C: topCursorVisible
9902           prototype change
9903
9904 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9905
9906         * Makefile.am:
9907         * lyx_gui.h:
9908         * lyx_gui.C: move to frontends/
9909
9910         * main.C:
9911         * lyx_main.h:
9912         * lyx_main.C: changes from above
9913
9914 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9915
9916         * intl.C:
9917         * intl.h:
9918         * kbmap.C:
9919         * kbsequence.C:
9920         * lyx_cb.C:
9921         * lyx_main.C: minor tidy
9922
9923 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9924
9925         * BufferView_pimpl.h:
9926         * BufferView_pimpl.C:
9927         * BufferView.h:
9928         * BufferView.C: make painter() const,
9929           remove dead code
9930
9931         * BufferView2.C: use screen() accessor
9932
9933         * lyx_main.h:
9934         * lyx_main.C: some minor cleanup
9935
9936 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9937
9938         * BufferView_pimpl.h:
9939         * BufferView_pimpl.C: remove enter/leaveView,
9940           use workHeight()
9941
9942 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9943
9944         * BufferView.h:
9945         * BufferView.C:
9946         * BufferView2.C:
9947         * BufferView_pimpl.h:
9948         * BufferView_pimpl.C: only construct screen once,
9949           rename
9950
9951         * lyxrc.C: remove pointless comment
9952
9953 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9954
9955         * BufferView.h:
9956         * BufferView.C: remove active() and belowMouse()
9957
9958         * BufferView_pimpl.h:
9959         * BufferView_pimpl.C: use workarea() not workarea_,
9960           and make it use a scoped_ptr instead
9961
9962 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9963
9964         * lyx_gui.C: add debug message on BadWindow
9965
9966 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9967
9968         * sp_spell.C: fdopen is not part of the C++ standard.
9969
9970         * paragraph.C (InsetIterator): use >= instead of ==
9971
9972 2002-06-07  Angus Leeming  <leeming@lyx.org>
9973
9974         Fixes needed to compile with Compaq cxx 6.5.
9975         * BufferView_pimpl.C:
9976         * DepTable.C:
9977         * buffer.C:
9978         * converter.C:
9979         * encoding.C:
9980         * lyx_gui.C:
9981         * lyx_main.C:
9982         * lyxtextclasslist.C:
9983         * minibuffer.C:
9984         * sp_spell.C:
9985         * tabular_funcs.C:
9986         * vc-backend.C:
9987         all c-library variables have been moved into namespace std. Wrap
9988         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9989
9990         * lyxlength.C:
9991         * tabular-old.C:
9992         * tabular.C:
9993         Add a using std::abs declaration.
9994
9995         * kbmap.h (modifier_pair):
9996         * paragraph.h (InsetTable, InsetList):
9997         * lyxfont.h (FontBits):
9998         type definition made public.
9999
10000         * bufferlist.C (emergencyWriteAll): the compiler complains that
10001         there is more than one possible lyx::class_fun template to choose from.
10002         I re-named the void specialisation as lyx::void_class_fun.
10003
10004         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10005
10006         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10007         the compiler is is unable to find tostr in write_attribute.
10008
10009 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10010
10011         * buffer.C (sgmlError): hide #warning
10012
10013 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10014
10015         * xtl/*: get rid of xtl, which is not in use anyway
10016
10017         * LyXAction.C (init):
10018         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10019         were unimplemented xtl experimentation
10020
10021 2002-06-04  André Pönitz <poenitz@gmx.net>
10022
10023         * lyxfunc.C: disable array operation on simple formulae
10024
10025 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10026
10027         * converter.C: constify a bit
10028
10029 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10030
10031         * lyx_gui.C: check xforms version correctly
10032
10033 2002-04-30  Herbert Voss  <voss@lyx.org>
10034
10035         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10036         "keep" option
10037
10038 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10039
10040         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10041           attempt to register it with a VCS)
10042
10043 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10044
10045         * lyx_main.C (init): honor variables LYX_DIR_13x and
10046         LYX_USERDIR_13x
10047
10048 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10049
10050         * buffer.h:
10051         * buffer.C:
10052         * lyx_main.C: fix a crash on bad command line,
10053           and give a useful exit status on error
10054
10055         * lyxfunc.C (doImport): allow -i lyx to work
10056
10057 2002-03-30  André Pönitz <poenitz@gmx.net>
10058
10059         * lyxfunc.C: mathed font changes
10060
10061 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10062
10063         * LaTeX.C:
10064         * importer.h:
10065         * importer.C:
10066         * lyx_sty.h:
10067         * lyx_sty.C:
10068         * lyxlex.C:
10069         * lyxrow.h:
10070         * lyxtext.h:
10071         * paragraph.h:
10072         * paragraph.C:
10073         * texrow.h:
10074         * texrow.C:
10075         * text.C:
10076         * trans_mgr.h: srcdocs, and some minor cleanups
10077
10078 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10079
10080         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10081         call getFont all the time)
10082
10083 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10084
10085         * switch from SigC signals to boost::signals
10086
10087 2002-05-29  André Pönitz <poenitz@gmx.net>
10088
10089         * paragraph_pimpl.C (getChar): don't call size() too often...
10090
10091 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10092
10093         * paragraph_pimpl.C (insertChar): do not try to update tables when
10094         appending (pos == size())
10095
10096         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10097         in order to reduce drastically the number of comparisons needed to
10098         parse a large document
10099
10100 2002-05-29  André Pönitz <poenitz@gmx.net>
10101
10102         * text.C:
10103         * text2.C:
10104         * lyxtextclass.C:
10105         * sp_pspell.h:
10106         * textclasslist.[Ch]:
10107         * sp_ispell.h: whitespace change
10108
10109 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10110
10111         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10112         lyxaction directly now.
10113
10114 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10115
10116         * trans.C:
10117         * lyxfont.C:
10118         * lyxvc.C: remove unused headers
10119
10120 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10121
10122         * Makefile.am:
10123         * buffer.h:
10124         * undostack.h:
10125         * undostack.C:
10126         * undo_funcs.h:
10127         * undo_funcs.C: some cleanups. Use shared_ptr
10128           and a template for the undo stacks.
10129
10130 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10131
10132         * BufferView_pimpl.h:
10133         * BufferView_pimpl.C:
10134         * kbmap.h:
10135         * kbmap.C:
10136         * kbsequence.h:
10137         * kbsequence.C:
10138         * lyxfunc.h:
10139         * lyxfunc.C:
10140         * text2.C: use key_state/mouse_state
10141
10142 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10143
10144         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10145         and LSubstring
10146
10147         * chset.C: change include order
10148         (loadFile): use boost regex and get rid of LRegex and LSubstring
10149
10150         * Makefile.am (BOOST_LIBS): new variable
10151         (lyx_LDADD): use it
10152
10153         * LaTeX.C: change include order.
10154         (scanAuxFile): use boost regex and get rid of LRegex and
10155         LSubstring
10156         (deplog): ditto
10157
10158 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10159
10160         * ColorHandler.h:
10161         * ColorHandler.C:
10162         * FontInfo.h:
10163         * FontInfo.C: moved to frontends/xforms/
10164
10165         * FontLoader.h:
10166         * FontLoader.C: moved into frontends for GUIIzation
10167
10168         * Makefile.am:
10169         * lyx_gui.C:
10170         * lyxfont.C:
10171         * lyxfunc.C: changes from above
10172
10173 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10174
10175         * LColor.C: remove spurious X include
10176
10177         * BufferView_pimpl.C:
10178         * Makefile.am:
10179         * font.h:
10180         * font.C:
10181         * text.C:
10182         * text2.C: move font metrics to frontends/
10183
10184 2002-05-24  Juergen Vigna  <jug@sad.it>
10185
10186         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10187         setting the undo_cursor.
10188
10189         * ParagraphParameters.h: include local includes first.
10190
10191 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10192
10193         * BufferView_pimpl.C:
10194         * BufferView_pimpl.h:
10195         * Makefile.am:
10196         * WorkArea.h:
10197         * WorkArea.C:
10198         * screen.C: move WorkArea into frontends/
10199
10200         * lyxscreen.h:
10201         * screen.C:
10202         * text.C:
10203         * BufferView.C:
10204         * BufferView2.C: move LyXScreen into frontends/
10205
10206         * lyxlookup.h:
10207         * lyxlookup.C:
10208         * lyx_gui.C: move lyxlookup into frontends/xforms/
10209
10210 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10211
10212         * BufferView2.C:
10213         * BufferView_pimpl.C:
10214         * FontLoader.C:
10215         * LyXView.h:
10216         * LyXView.C:
10217         * Makefile.am:
10218         * WorkArea.C:
10219         * XFormsView.h:
10220         * XFormsView.C:
10221         * buffer.C:
10222         * bufferlist.C:
10223         * bufferview_funcs.C:
10224         * converter.C:
10225         * importer.C:
10226         * lyx_cb.C:
10227         * lyx_gui.C:
10228         * lyx_main.C:
10229         * lyx_find.C:
10230         * lyxfunc.C:
10231         * lyxvc.C:
10232         * minibuffer.C:
10233         * text.C:
10234         * text2.C:
10235         * trans.C:
10236         * vc-backend.C: move LyX/XFormsView into frontends/
10237
10238 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10239
10240         * Makefile.am:
10241         * PainterBase.C:
10242         * PainterBase.h:
10243         * Painter.C:
10244         * Painter.h:
10245         * WorkArea.C:
10246         * WorkArea.h:
10247         * screen.C:
10248         * tabular.C:
10249         * text.C:
10250         * text2.C: move Painter to frontends/
10251
10252 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10253
10254         * buffer.C: comment out some some code that depend upon lyx_format
10255         < 220
10256
10257         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10258         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10259
10260         * buffer.h (NO_COMPABILITY): turn off compability
10261
10262         * ColorHandler.C: include scoped_array.hpp
10263
10264         * font.C: Use more specific smart_ptr header.
10265         * Painter.C: ditto
10266         * gettext.C: ditto
10267         * ShareContainer.h: ditto
10268         * lyx_main.h: ditto
10269         * kbmap.h: ditto
10270         * FontInfo.h: ditto
10271         * BufferView_pimpl.h: ditto
10272         * ColorHandler.h: ditto
10273
10274         * kbmap.C (defkey): change call to shared_ptr::reset
10275
10276 2002-05-21  Juergen Vigna  <jug@sad.it>
10277
10278         * buffer.C (insertErtContents): fix to insert ert asis if it is
10279         non empty. Skip it completely if it contains only whitespaces.
10280
10281 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10282
10283         * BufferView_pimpl.C:
10284         * BufferView2.C: clear selection on paste (bug 393)
10285
10286 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10287
10288         * DepTable.C: include ctime
10289
10290 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10291
10292         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10293
10294 2002-05-14  Juergen Vigna  <jug@sad.it>
10295
10296         * text.C (breakParagraph): fixed function to honor the keepempty
10297         layout in the right maner and also to permit the right breaking
10298         algorithm on empty or non empyt keepempty paragraphs.
10299
10300         * paragraph.C (breakParagraph): we have to check also if the par
10301         is really empty (!size()) for isempty otherwise we do the wrong
10302         paragraph break.
10303
10304 2002-05-10  Juergen Vigna  <jug@sad.it>
10305
10306         * buffer.[Ch] : The following are only changes to the ert
10307         compatibility read reading old LaTeX layout and font stuff and
10308         convert it to ERTInsets.
10309
10310         * buffer.h: added isErtInset().
10311
10312         * buffer.C (struct ErtComp): add a fromlayout bool to check
10313         if we're inside a LaTeX layout.
10314         (isErtInset): new helper function.
10315         (insertErtContents): look for other ert insets before this one
10316         and insert the contents there, so that we don't have subsequent
10317         ERT insets with nothing between them. This way we create only one
10318         inset with multiple paragraphs. Also check if we don't insert only
10319         spaces ' ' as they are ignored anyway afterwards in the .tex file
10320         so if we have only spaces we will ignore this latex part in the
10321         new file.
10322         (parseSingleLyXformat2Token \\layout): better compatibility when
10323         reading layout-latex stuff.
10324         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10325         language tag.
10326         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10327         stuff after reading the inset only get the information back from
10328         the stack.
10329
10330 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10331
10332         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10333
10334         * LaTeXFeatures.C (getBabelOptions): New method.
10335
10336 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10337
10338         * BufferView_pimpl.C (Dispatch): work around missing argument for
10339         'layout'
10340
10341 2002-05-08  Juergen Vigna  <jug@sad.it>
10342
10343         * text.C (leftMargin): handle paragraph leftindent.
10344
10345         * paragraph.C (writeFile): write the new \\leftindent tag.
10346         (validate): handle leftindent code.
10347         (TeXEnvironment): handle paragraphleftindent code again.
10348
10349         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10350
10351         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10352         for paragrap_extra indent code and new token \\leftindent.
10353         (latexParagraphs): handle the leftindent as environment.
10354
10355         * ParameterStruct.h: added leftindent support.
10356
10357         * ParagraphParameters.C (leftIndent): added support functions for
10358         the paragraph left indent.
10359
10360         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10361         more appropriate.
10362
10363 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10364
10365         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10366         inside insetERT.
10367
10368         * text.C (computeBidiTables): No bidi in insetERT.
10369
10370         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10371         in RTL documents.
10372
10373 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10374
10375         * version.C.in: pre 5
10376
10377 2002-05-02  José Matos  <jamatos@fep.up.pt>
10378         * buffer.C (makeDocBookFile): white space changes, add newline to
10379         command styles.
10380         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10381
10382         * tabular.C (docBook): fix typo.
10383
10384 2002-05-03  Juergen Vigna  <jug@sad.it>
10385
10386         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10387         change in LyXText as we can not be sure it was not freed.
10388         (drawOneRow): remove unused code.
10389
10390         * text.C (drawInset): redo the calculation of the need_break_row as
10391         it could have a row which was already freed.
10392         (draw): look at the return value of drawInset and return false if
10393         it also returned false.
10394         (paintRowText): look at the return value of draw and return false if
10395         it also returned false.
10396
10397         * lyxtext.h: added bool return type to drawInset() and draw() so that
10398         if we have a change in the row so that the rowbreak has to be redone
10399         we abort drawing as it will be called again.
10400
10401 2002-05-02  Juergen Vigna  <jug@sad.it>
10402
10403         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10404         a change in the maintext also if we're inside an inset.
10405         (Dispatch): set the cursor again after a break line and after the
10406         screen has been updated as it could be we're in a different row.
10407
10408         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10409         to set the cursor behind the pargraph with > size().
10410         (setCursor): check also for the same paragraph when checking where
10411         to put the cursor if we have a NFR inset.
10412
10413         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10414         parts of layout read further up as it still was in the wrong
10415         position.
10416
10417 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * screen.C (drawFromTo): change sine fullRebreak always return
10420         true.
10421
10422         * buffer.C (parseSingleLyXformat2Token): reindent some
10423
10424         * BufferView_pimpl.C (update): change since fullRebreak always
10425         return true.
10426         (Dispatch): git rid of the last hardcoded "Standard"s.
10427
10428 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10429
10430         * text2.[Ch] (fullRebreak): make it return void now that we always
10431         returned true.
10432
10433 2002-04-30  Juergen Vigna  <jug@sad.it>
10434
10435         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10436         ert compatibility check for "latex" layout.
10437
10438 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10439
10440         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10441         minipages: use col% instead of p%, and also use the current font.
10442         (makeLaTeXFile): Fix use babel condition.
10443         (parseSingleLyXformat2Token): Correct font when reading old floats.
10444
10445 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10446
10447         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10448         inserting list of floats.
10449
10450 2002-04-25  Herbert Voss  <voss@lyx.org>
10451
10452         * MenuBackend.C (expand): don't add the graphics extensions to the
10453         export menu
10454
10455 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10456
10457         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10458         non-existing layout, do not complain if it was the default layout
10459         of the original class (bug #342)
10460
10461 2002-04-24  Juergen Vigna  <jug@sad.it>
10462
10463         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10464         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10465
10466 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10467
10468         * buffer.C (getBibkeyList): If using \bibliography, return the
10469         option field with the reference itself. Enables us to provide natbib
10470         support when using \bibliography.
10471
10472 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10473
10474         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10475
10476         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10477         natbib is provided by the LaTeX class.
10478
10479 2002-04-23  Juergen Vigna  <jug@sad.it>
10480
10481         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10482         Wakeup functions.
10483
10484         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10485
10486 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10487
10488         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10489
10490         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10491         ensuremath around textordmasculine, textordfeminine and
10492         textdegree.
10493
10494 2002-04-19  Juergen Vigna  <jug@sad.it>
10495
10496         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10497         reinitializing the buffer otherwise row-dimensions may be wrong.
10498         (update): reset also the selection cursors if they do exits otherwise
10499         their x/y positions may be wrong.
10500
10501         * text2.C (cursorDown): don't enter the inset if we came from a row
10502         above and are one row over the inset.
10503
10504         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10505         really leaving an inset.
10506
10507 2002-04-18  Juergen Vigna  <jug@sad.it>
10508
10509         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10510         of the selected paragraph does not have the selected layout also if
10511         the last one had!
10512
10513         * text2.C (setLayout): fixed bug which did not change last selected
10514         paragraph.
10515
10516         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10517         changed the read and substituted \\end_float with \\end_inset!
10518
10519         * BufferView_pimpl.C (cursorPrevious):
10520         (cursorNext): fixed to make it work with rows heigher than the work
10521         area without moving the cursor only the draw of the row.
10522         (workAreaMotionNotify): fix jumping over high rows.
10523
10524 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10525
10526         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10527         Ressler.
10528
10529 2002-04-16  Juergen Vigna  <jug@sad.it>
10530
10531         * text2.C (setCursor): set also the irow().
10532         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10533         (cursorUp):
10534         (cursorDown): support for locking an inset if the x_fix value goes
10535         inside it. That way I can transverse insets too with cursor up/down.
10536
10537         * lyxrow.h: added irow helper function same as other (i) functions.
10538
10539         * BufferView_pimpl.C (cursorPrevious):
10540         (cursorNext): fixed for insets!
10541
10542 2002-04-15  Juergen Vigna  <jug@sad.it>
10543
10544         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10545         position otherwise it is wrong in some cases.
10546
10547         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10548         inside the inset before the call.
10549
10550 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10551
10552         * buffer.[Ch] (getBibkeyList): make it const.
10553
10554 2002-04-12  Juergen Vigna  <jug@sad.it>
10555
10556         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10557
10558         * text2.C (getCursorX): new helper function
10559         (setCursor): compute also ix_
10560         (setCursorFromCoordinates): set also ix.
10561
10562         * lyxcursor.h: added ix_ and helper functions.
10563
10564         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10565
10566         * buffer.C (insertStringAsLines): dont break paragraph if the this
10567         paragraph is inside an inset which does not permit it!
10568
10569         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10570         also with no chars on this paragraph.
10571         (paintRowText): only paint stuff if it's inside the workarea!
10572
10573         * paragraph.C (breakParagraph): honor keepempty flag and break the
10574         paragraph always below not above.
10575
10576         * BufferView2.C (unlockInset): update the paragraph layout on inset
10577         unlock as we changed paragraph in such a case.
10578
10579         * lyxfind.C (LyXFind): clear the former selection if not found!
10580
10581         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10582         again called in insertChar().
10583
10584         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10585         an inset which uses the whole row!
10586         (rightMargin): ditto.
10587         (insertChar): force a rebreak if we inserted an inset!
10588
10589 2002-03-28  Herbert Voss  <voss@lyx.org>
10590
10591         * lyxlength.[Ch]: add inBP() to get the right PS-point
10592         units (BigPoint). With inPixels we have rounding errors
10593
10594 2002-04-11  Juergen Vigna  <jug@sad.it>
10595
10596         * text2.C (setCursorFromCoordinates): set iy to the right value.
10597         (setCursor): add check if row->previous exists!
10598
10599         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10600         an old float_type as this was the case in the old code!
10601
10602         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10603
10604         * BufferView2.C (showLockedInsetCursor): use iy
10605         (fitLockedInsetCursor): ditto
10606
10607         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10608         locked insets as there we have the right value now.
10609
10610         * lyxcursor.C: added iy_ variable and iy functions to set to the
10611         baseline of cursor-y of the locked inset.
10612
10613         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10614         (setCursor): fixed for insets which need a full row.
10615
10616         * text.C (rowLastPrintable): don't ignore the last space when before
10617         an inset which needs a full row.
10618         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10619         as last character of a row when before a inset which needs a full row.
10620
10621 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10622
10623         * version.C.in: update date
10624
10625         * text2.C (fullRebreak): try to always return true and see what
10626         happens...
10627
10628 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10629
10630         * MenuBackend.C (expand): use Floating::listName
10631
10632         * FloatList.C (FloatList): add listName argument to the built-in
10633         floats
10634
10635         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10636         text associated with the float.
10637
10638 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10639
10640         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10641
10642 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10643
10644         * ShareContainer.h: add a couple of missing typenames.
10645
10646 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10647
10648         * lyxrc.C (getDescription): use _() correctly rather than N_().
10649
10650 2002-03-28  Herbert Voss  <voss@lyx.org>
10651
10652         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10653         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10654
10655 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10656
10657         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10658         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10659
10660 2002-03-29  Juergen Vigna  <jug@sad.it>
10661
10662         * lyxfunc.C (dispatch): add a missing fitCursor call.
10663
10664         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10665         it was scrolled by a cursor move, so return the bool status.
10666
10667         * BufferView.C (fitCursor): return the bool flag also to the outside
10668         world as this is needed.
10669
10670         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10671
10672         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10673         call the edit() as it is not needed (and wrong) IMO.
10674         (workAreaButtonPress): set the screen_first variable before evt.
10675         unlock the inset as this may change screen_first and then we have
10676         a wrong y position for the click!
10677
10678 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10679
10680         * MenuBackend.C (expand): another translation that I missed
10681
10682 2002-03-28  Juergen Vigna  <jug@sad.it>
10683
10684         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10685
10686         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10687
10688 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10689
10690         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10691
10692         * MenuBackend.C (expand): fix export/view/update when there is no
10693         document open.
10694
10695 2002-03-27  Herbert Voss  <voss@lyx.org>
10696
10697         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10698         and text%
10699
10700 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10701
10702         * bufferview_funcs.C (currentState): only show paragraph number
10703         for is DEVEL_VERSION is set.
10704
10705         * lyxfunc.C (dispatch): put warning in INFO channel
10706
10707         * MenuBackend.C (expand): translate the name of floats
10708
10709         * FloatList.C (FloatList): mark the float names for translation
10710
10711         * converter.C (convert): use LibScriptSearch
10712
10713 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10714
10715         * MenuBackend.C (defaults): fix default menu (we might as well get
10716         rid of it...)
10717
10718 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10719
10720         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10721         directory.
10722
10723 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10724
10725         * lyxvc.C: reorder includes.
10726
10727 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10728
10729         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10730           properly
10731
10732 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10733
10734         * CutAndPaste.C: change layouts earlier on paste
10735           to avoid crashing when calling getFont()
10736
10737 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10738
10739         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10740         irritating #error.
10741
10742 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10743
10744         * WorkArea.C: remove 'Pending' debug message.
10745
10746         * most files: ws cleanup
10747
10748         * buffer.[Ch]: ws changes
10749
10750         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10751
10752 2002-03-21  Juergen Vigna  <jug@sad.it>
10753
10754         * tabular.C (SetMultiColumn): collapse also the contents of the
10755         cells and set the last border right. Added a Buffer const * param.
10756
10757 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10758
10759         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10760         linking or not.
10761
10762 2002-03-19  Juergen Vigna  <jug@sad.it>
10763
10764         * text2.C (clearSelection): reset also xsel_cache.
10765
10766         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10767         where it needs to be called (John tells us to do so too :)
10768         (selectionLost): reset sel_cache.
10769
10770         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10771
10772 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10773
10774         * text2.C (setCursorIntern): put debuging code in INSETS channel
10775
10776 2002-03-19  André Pönitz <poenitz@gmx.net>
10777
10778         * lyxfunc.C: tiny whitespace change
10779
10780 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10781
10782         * ToolbarDefaults.C (init):
10783         * LyXAction.C (init):
10784         * commandtags.h:
10785         * BufferView_pimpl.C (Dispatch):
10786         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10787
10788 2002-03-19  Allan Rae  <rae@lyx.org>
10789
10790         * exporter.C (Export): removeAutoInsets before doing anything else.
10791         While I've just introduced a dependency on BufferView this really is
10792         the best place to clean the buffer otherwise you need to cleanup in
10793         a dozen places before calling export or cleanup in a dozen functions
10794         that export calls.
10795
10796         * converter.C (runLaTeX):
10797         (scanLog): Better handling of removeAutoInsets and screen updates.
10798
10799         * lyxfunc.C (dispatch): small whitespace changes
10800
10801 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10802
10803         * WorkArea.C (C_WorkAreaEvent): return a value.
10804         (event_cb): return 1 if we handled the event, 0 otherwise.
10805
10806         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10807
10808 2002-03-18  Juergen Vigna  <jug@sad.it>
10809
10810         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10811         (GetAdditionalWidth): ditto.
10812         (RightLine): ditto.
10813         (LeftLine): ditto.
10814
10815         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10816         inset if we're there actually (probably not used right now but this
10817         is the direction to go for unifying code).
10818         (paste): disable code to clear the selection.
10819
10820         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10821         inside an InsetText and move the check further up as it is in the
10822         wrong place.
10823
10824         * text2.C (pasteSelection): set a selection over the pasted text.
10825
10826 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10827
10828         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10829         and libgraphics to build on Cygwin.
10830
10831 2002-03-15  Juergen Vigna  <jug@sad.it>
10832
10833         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10834         inserting an Inset into the paragraph. I know this is not the best
10835         fix but we already use current_view in CutAndPaste so we will remove
10836         all of it's using at the same time.
10837
10838         * buffer.C (sgmlError): deactivated function till it is rewritten in
10839         the right mode, now it can create problems.
10840
10841         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10842         before accessing it.
10843
10844 2002-03-14  Juergen Vigna  <jug@sad.it>
10845
10846         * undo_funcs.C (textHandleUndo): do the right thing when updating
10847         the inset after the undo/redo.
10848
10849         * text2.C (setCursor): just some testcode for #44 not ready yet.
10850
10851         * undo_funcs.C (textHandleUndo): set the next() and previous()
10852         pointers of the paragraph to 0 before deleting otherwise we have
10853         problems with the Paragraph::[destructor].
10854
10855         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10856         on a paragraph insertion.
10857
10858 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10859
10860         * buffer.C (asciiParagraph): use += operator for char append to
10861         string.
10862
10863         * paragraph.C (getFontSettings): compare >= not just >
10864         (highestFontInRange): ditto
10865         (setFont): ditto
10866
10867 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10868
10869         * paragraph.C: change several algorithm to be more appripriate for
10870         the problem domain. This is lookip in FontList and in the InsetList.
10871
10872 2002-03-13  André Pönitz <poenitz@gmx.net>
10873
10874         * commandtags.h:
10875         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10876
10877 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10878
10879         * commandtags.h:
10880         * LyXAction.C:
10881         * lyxfunc.C:
10882         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10883
10884 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10885
10886         * Painter.C (display): anon helper function, adjust code for this
10887         change.
10888         (pixmap): remove function.
10889
10890         * Painter.h: remove private display variable.
10891
10892         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10893
10894 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10895
10896         * WorkArea.[Ch]: remove figinset_canvas cruft.
10897
10898 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10899
10900         * lyxtextclass.C (operator): add one item cache optimization.
10901
10902         * bufferlist.h: doxy changes
10903
10904         * bufferlist.C: ws changes
10905
10906         * DepTable.[Ch] (ext_exist): place const in the right spot.
10907
10908         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10909         call resizeInsets.
10910         (workAreaExpose): call resizeInsets when the with BufferView changes.
10911         (Dispatch): adjust for protectedBlank removal
10912         (specialChar): call updateInset if the insert went ok.
10913
10914         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10915         specialChar instead.
10916
10917         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10918
10919         * BufferView.h: doxy change
10920
10921         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10922
10923         * lyxtextclass.C (operator[]): remove non-const version
10924         (defaultLayout): remove non-const version
10925
10926 2002-03-12  Juergen Vigna  <jug@sad.it>
10927
10928         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10929         did resize the LyXText too.
10930
10931         * buffer.C (readLyXformat2): set layout information on newly allocated
10932         paragraphs.
10933
10934         * tabular.C (OldFormatRead): set layout information on the paragraph.
10935
10936 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10937
10938         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10939
10940 2002-03-11  Juergen Vigna  <jug@sad.it>
10941
10942         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10943         plainly wrong.
10944         (resizeCurrentBuffer): force also the insets to resize themselfes.
10945         (moveCursorUpdate): fixed up for InsetText.
10946
10947 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10948
10949         * commandtags.h:
10950         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10951         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10952         value of Dialogs::tooltipsEnabled().
10953         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10954
10955 2002-03-08  Juergen Vigna  <jug@sad.it>
10956
10957         * BufferView_pimpl.C (updateInset): update inset inside inset also
10958         if it isn't inside theLockingInset().
10959
10960 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10961
10962         * buffer.C (asciiParagraph): redo some of the word and line length
10963         handling.
10964         (getLists): look for Caption instead of caption.
10965
10966 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10967
10968         * buffer.C (Buffer): initialize niceFile to true
10969         (makeLaTeXFile):
10970         (makeLinuxDocFile):
10971         (makeDocBookFile): make sure niceFile is true on exit
10972
10973 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10974
10975         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10976
10977 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10978
10979         * LyXSendto.C: remove.
10980         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10981         * lyx_gui.C: remove now-redundant comment.
10982         * ColorHandler.h: remove forward declaration of class WorkArea.
10983         * lyxfunc.C: remove #include "WorkArea.h".
10984
10985 2002-03-07  Juergen Vigna  <jug@sad.it>
10986
10987         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10988         got moved away with the DEPM and also set the inset_owner always
10989         right which before could have been omitted.
10990
10991 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10992
10993         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10994         wanted layout is not found.
10995
10996 2002-03-07  Juergen Vigna  <jug@sad.it>
10997
10998         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10999
11000 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11001
11002         * paragraph.C (breakParagraph): use default layout not layout of
11003         prev paragraph.
11004         (Paragraph): clear ParagraphParameters.
11005
11006 2002-03-06  Juergen Vigna  <jug@sad.it>
11007
11008         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11009         otherwise it would not be a valid lenght. Fixed a special case in
11010         the minipage compatibility read where we end the document with a
11011         minipage.
11012
11013         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11014         was set as it could be 0 for InsetTexts first entry.
11015
11016 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11017
11018         * paragraph.C (writeFile): if layout is empty write out
11019         defaultLayoutName().
11020
11021         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11022         file without named layout we set layout to defaultLayoutName().
11023
11024 2002-03-06  Juergen Vigna  <jug@sad.it>
11025
11026         * CutAndPaste.C (copySelection): set layout for new paragraph.
11027
11028         * text.C (prepareToPrint): leave ERT inset left aligned
11029         (leftMargin): don't indent paragraphs inside ERT insets
11030
11031 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11032
11033         * paragraph.C (breakParagraph): dont call clear do the work manually
11034
11035         * paragraph.[Ch] (clear): remove function
11036
11037 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11038
11039         * paragraph.C (Paragraph): dont call clear, the work has already
11040         been done.
11041
11042         * lyxtextclass.C (operator): assert if n is empty
11043
11044         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11045         work manually instead.
11046
11047 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11048
11049         * BufferView_pimpl.C: protect selectionLost against text == 0
11050
11051 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11052
11053         * text.C (breakParagraph): fix a setting layout to '0' problem.
11054
11055 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11056
11057         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11058         final location of file, for the included files, and graphics.
11059
11060 2002-03-05  Juergen Vigna  <jug@sad.it>
11061
11062         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11063
11064 2002-03-04  Juergen Vigna  <jug@sad.it>
11065
11066         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11067
11068         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11069         last column of multicolumn cells.
11070         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11071
11072 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11073
11074         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11075         file if it doesn't go to a temporary file.
11076
11077         * buffer.C (sgmlOpenTag):
11078         (sgmlCloseTag):  remove extra newline insertion.
11079
11080 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11081
11082         * text.C (getRowNearY): comment out debug msg
11083
11084 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11085
11086         * text2.C: first -> first_y
11087
11088         * text.C (getRowNearY): add some attemts at a possible
11089         optimization, not working.
11090
11091         * tabular.[Ch]: add BufferParams to several function so that newly
11092         created paragraph can be initialized to he default layotu for the
11093         buffers textclass.
11094
11095         * tabular-old.C (ReadOld): add buf->params to call of Init
11096
11097         * screen.C: rename text->first to text->first_y
11098
11099         * paragraph.C (breakParagraph): always set layout in the broken
11100         paragraph
11101
11102         * lyxtextclass.C (Read): remove lowercase
11103         (hasLayout): ditto
11104         (operator): ditto
11105         (delete_layout): ditto
11106
11107         * lyxtext.h: rename first -> first_y
11108
11109         * lyxlayout.C (Read): remove lowercase
11110         (name): ditto
11111         (setName): ditto
11112         (obsoleted_by): ditto
11113
11114         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11115
11116         * buffer.C (insertErtContents): add params are to InsetERT
11117         (parseSingleLyXformat2Token): add code to check if a paragraphs
11118         layout really exist.
11119         (parseSingleLyXformat2Token): add params to several inset
11120         constructors
11121         (asciiParagraph): remove lowercase, do the layout comparisons with
11122         no_case
11123
11124         * BufferView_pimpl.C (cursorNext): first -> first_y
11125         (resizeCurrentBuffer): first -> first_y
11126         (updateScrollbar): first -> first_y
11127         (scrollCB): first -> first_y
11128         (workAreaMotionNotify): first -> first_y
11129         (workAreaButtonPress): first -> first_y
11130         (checkInsetHit): first -> first_y
11131         (cursorPrevious): first -> first_y
11132         (cursorNext): first -> first_y
11133         (Dispatch): add buffer_->params to severl inset contructors
11134
11135 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11136
11137         * lyxlayout.C (Read): remove some debug info that I forgot.
11138
11139         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11140         clean up the code slightly.
11141         (makeLinuxDocFile): ditto
11142         (makeDocBookFile): ditto
11143
11144         * text2.C: layout as string
11145
11146         * text.C: layout as string
11147
11148         * paragraph_pimpl.C: layout as string
11149
11150         * paragraph.[Ch]: layout as string
11151
11152         * lyxtextclasslist.[Ch]: layout as string
11153
11154         * lyxtextclass.[Ch]: layout as string
11155
11156         * lyxtext.h: layout as string
11157
11158         * lyxlayout.[Ch]: layout as string
11159
11160         * lyx_cb.C: layout as string
11161
11162         * bufferview_funcs.C: layout as string
11163
11164         * bufferparams.C: layout as string
11165
11166         * buffer.C: layout as string
11167
11168         * LyXView.[Ch]: layout as string
11169
11170         * LaTeXFeatures.[Ch]: layout as string
11171
11172         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11173
11174         * BufferView_pimpl.C: change current_layout to string, remove
11175         lyx::layout_type.
11176         (Dispatch):
11177         (smartQuote):
11178         (insertInset):
11179         (workAreaButtonRelease): layout as string
11180
11181         * BufferView2.C (unlockInset): adjust
11182
11183         * vspace.C (asLatexCommand): use an explict temp variable.
11184
11185 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11186
11187         * Makefile.am: use FRONTEND_*
11188
11189 2002-03-01  Juergen Vigna  <jug@sad.it>
11190
11191         * tabular.C (SetWidthOfMulticolCell): changed to something better
11192         I hope but still work in progress.
11193         (recalculateMulticolumnsOfColumn): renamed function from
11194         recalculateMulticolCells as it is more appropriate now.
11195         (SetWidthOfCell): calculate multicols better.
11196
11197 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11198
11199         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11200
11201         * lyxfunc.C (processKeySym): print sequence also if it is
11202         `deleted' (complete)
11203
11204         * kbsequence.C (print): print sequence even if it is deleted
11205         (complete would be a better word, actually).
11206
11207         * lyxfunc.C (dispatch): print complete options after a prefix key
11208
11209         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11210
11211 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11212
11213         * text2.C (setCharFont): eliminate setCharFont code duplication.
11214
11215 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11216
11217         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11218         LFUN_TABULAR_FEATURE (bug #177)
11219
11220 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11221
11222         * Makefile.am: remove figure.h
11223
11224 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11225
11226         * Bufferview_pimpl.C:
11227         * CutAndPasteC:
11228         * LaTeX.C:
11229         * LyXSendto.C:
11230         * buffer.C:
11231         * bufferlist.C:
11232         * converter.C:
11233         * language.C:
11234         * lyxfunc.C:
11235         * lyxvc.C:
11236         * paragraph.C:
11237         * text.C:
11238         * text2.C: remove #include "lyx_gui_misc.h".
11239
11240         * LaTeX.C: added #include <cstdio>
11241
11242 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11243
11244         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11245         that the paragraph following this one can have.
11246
11247         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11248
11249         * vspace.C (asLatexCommand): fix bogus gcc warning
11250
11251         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11252
11253 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11254
11255         * text2.C (setLayout): get rid of redundant code
11256
11257 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11258
11259         * text2.C (incDepth): make sure depth cannot be increased beyond
11260         reasonable values.
11261
11262 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11263
11264         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11265         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11266
11267         * PainterBase.h (image):
11268         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11269         a LyXImage const *.
11270
11271 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11272
11273         * BufferView.C:
11274         * BufferView.h:
11275         * BufferView_pimpl.C:
11276         * BufferView_pimpl.h:
11277         * LaTeXFeatures.C:
11278         * LyXAction.C:
11279         * LyXView.C:
11280         * Makefile.am:
11281         * UpdateList.h:
11282         * UpdateList.C:
11283         * buffer.C:
11284         * figure.h:
11285         * figureForm.C:
11286         * figureForm.h:
11287         * figure_form.C:
11288         * figure_form.h:
11289         * lyx_cb.C:
11290         * lyx_gui.C:
11291         * lyx_gui_misc.C:
11292         * lyxfunc.C:
11293         * sp_base.h:
11294         * sp_ispell.h:
11295         * sp_pspell.h:
11296         * sp_spell.C: remove fig inset, and the crap house of
11297           cards that follows it
11298
11299 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11300
11301         * Makefile.am:
11302         * lyxserver.C:
11303         * os2_defines.h:
11304         * os2_errortable.h:
11305         * nt_defines.h: move .h into support/
11306
11307         * vms_defines.h: remove
11308
11309         * WorkArea.C: add space in debug output
11310
11311         * text2.C:
11312         * paragraph.C:
11313         * buffer.C: add WITH_WARNINGS
11314
11315         * vc-backend.h:
11316         * vc-backend.C:
11317         * bufferlist.C: s/retrive/retrieve/, add docs
11318
11319         * vspace.h:
11320         * vspace.C:
11321         * kbmap.h:
11322         * lyxlength.h:
11323         * lyxgluelength.h:
11324         * length_common.h:
11325         * chset.h:
11326         * chset.C: add docs
11327
11328         * lyxgui.C: add ID to X error handler
11329
11330         * lyxtestclass.c: fix typo
11331
11332 2002-02-26  Juergen Vigna  <jug@sad.it>
11333
11334         * tabular_funcs.C (write_attribute): changed so that some default
11335         attributes are not written at all.
11336         (getTokenValue): set default values before trying to read the
11337         value so we have the return value always set as default if we don't
11338         find the token we search for.
11339
11340         * tabular.C (Write): write bools as bools not as strings!
11341
11342 2002-02-22  Juergen Vigna  <jug@sad.it>
11343
11344         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11345         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11346
11347         * text.C (leftMargin): don't add an indent for paragraphs inside
11348         tabular cells (fix #208).
11349
11350 2002-02-21  José Matos  <jamatos@fep.up.pt>
11351
11352         * tabular.C (docBook): fixed support for long tables.
11353
11354 2002-02-20  Juergen Vigna  <jug@sad.it>
11355
11356         * text2.C (getFont): get the drawing font of the Inset if this
11357         paragraph is inside an inset (only important for InsetERT for now).
11358
11359         * buffer.C (insertErtContents): use new lanugage params in ERT
11360         constructor.
11361
11362         * CutAndPaste.C: commenting out seemingly uneeded code.
11363
11364 2002-02-19  Allan Rae  <rae@lyx.org>
11365
11366         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11367         Iterators might be simple to use but they also get invalidated.
11368         (removeAutoInsets): renamed saved cursor tracking variables and added
11369         some comments to clarify what everything does.
11370
11371 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11372
11373         * Chktex.C:
11374         * LaTeX.C:
11375         * LyXSendto.C:
11376         * converter.C:
11377         * lyx_cb.C:
11378         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11379         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11380
11381         * lyxfunc.C:
11382         * vc-backend.h: remove #include "support/syscall.h"
11383
11384         * LaTeX.C:
11385         * LyXSendto.C:
11386         * converter.C: rearrange #includes in Lars' approved fashion.
11387
11388         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11389         forward declare class Timeout in the header file.
11390
11391         * XFormsView.C: changes due to the above.
11392
11393         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11394         similar to LyXView.
11395
11396         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11397         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11398
11399 2002-02-18  José Matos  <jamatos@fep.up.pt>
11400
11401         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11402         insets contents.
11403
11404 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11405
11406         * a lot of small ws changes
11407         * add a lot of using std::XXX
11408         * use std construcs some places where approp.
11409         * use some exisint stuff from lyxfunctional where approp.
11410         * Make file changes to use partial linking (lets test this now...)
11411
11412 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11413
11414         * Chktex.C:
11415         * buffer.C:
11416         remove #include "support/syscontr.h" as it's redundant. Always has been.
11417
11418         * Chktex.C:
11419         * LaTeX.C:
11420         * LyXSendto.C:
11421         * converter.C:
11422         * lyx_cb.C:
11423         * vc-backend.C:
11424         change Systemcalls::System to Systemcalls::Wait and
11425         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11426         No change of functionality, just reflects the stripped down Systemcalls
11427         class.
11428
11429 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11430
11431         * debug.[Ch]: add a GRAPHICS type to the enum.
11432
11433 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11434
11435         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11436
11437         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11438         there is an inset.
11439
11440 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11441
11442         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11443         match the changes below.
11444
11445         * text2.C (toggleInset): if there is not editable inset at cursor
11446         position, try to see if cursor is _inside_ a collapsable inset
11447         and close it.
11448
11449 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11450
11451         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11452         document menu has a nice checkbox
11453
11454 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11455
11456         * lyxlength.C (asLatexString): change PW to output as percent of
11457         \textwidth.
11458
11459         * lengthcommon.C: change '%' to 't%'
11460
11461         * lyxfunc.C (dispatch): a few comments from Martin
11462
11463 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11464
11465         * WorkArea.h:
11466         * WorkArea.C:
11467         * BufferView_pimpl.h:
11468         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11469           the X selection.
11470
11471 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11472
11473         * vspace.C (inPixels): fix compiler warning
11474
11475 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11476
11477         * lyxfunc.C (getStatus): fix status message for disabled commands.
11478
11479 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11480
11481         * BufferView_pimpl.C: fix crash on close buffer
11482         during selection (#227)
11483
11484 2002-01-27  Herbert Voss  <voss@lyx.org>
11485
11486         * buffer.C: link old Figure to new graphic inset
11487
11488 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11489
11490         * FontLoader.C (getFontinfo): Change the latex font names in order
11491         to match the names of type1inst.
11492
11493 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11494
11495         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11496
11497         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11498         (extchanged): ditto
11499         (ext_exist): ditto
11500         (remove_files_with_extension): ditto
11501         (remove_file): ditto
11502         (write): ditto
11503
11504         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11505         document is smaller than the work area height. Do not initialize
11506         static variables to 0.
11507
11508 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11509
11510         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11511
11512         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11513         LFUN_LAYOUT_PARAGRAPHS.
11514
11515         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11516         tabular. It is possible to provide a possible cell, which will
11517         typically be the actcell from the corresponding insettabular
11518
11519         * lyxfunc.C (getStatus): small cleanup; disable
11520         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11521         true
11522
11523 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11524
11525         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11526
11527         * paragraph.C (startTeXParParams):
11528         (endTeXParParams): new methods. The LaTeX code to
11529         start/end paragraph formatting
11530         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11531         empty (fixes bug #200)
11532
11533         * vspace.C (inPixels): adapt to the change below
11534         (inPixels): [later] more cleanups (remove unused variables)
11535
11536         * lyxlength.C (inPixels): change to use a width and a height as
11537         parameter.
11538
11539 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11540
11541         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11542         Replaced with \paperwidth
11543
11544         * DepTable.C (insert): add std:: qualifier
11545
11546 2002-01-18  Allan Rae  <rae@lyx.org>
11547
11548         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11549         updated also?
11550
11551         * text.C (drawInset): Turned out I didn't know enough about how
11552         rebreaking worked.  This fixes most of the redraw problems.  I see
11553         an occasional cursor trail when a line is broken now and the cursor
11554         placement can seem out by a few pixels also after a rebreak.
11555
11556 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11557
11558         * buffer.C (parseSingleLyXformat2Token): update because minipage
11559         width is now a LyXLength
11560
11561         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11562
11563         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11564         math insets
11565
11566 2002-01-17  Juergen Vigna  <jug@sad.it>
11567
11568         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11569
11570         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11571         is set correctly and the inset is updated correctly.
11572
11573 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11574
11575         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11576         the beginning of the loop.
11577
11578 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11579
11580         * lyxrc.C: improve help for use_scalable_fonts
11581
11582 2002-01-17  Allan Rae  <rae@lyx.org>
11583
11584         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11585
11586 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11587
11588         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11589         make sure to set their inset_owner to the right value (bug #171)
11590
11591 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11592
11593         * DepTable.h
11594         * DepTable.C: Implement mtime checking to reduce time spent doing
11595         CRCs.
11596
11597 2002-01-16  Juergen Vigna  <jug@sad.it>
11598
11599         * tabular.C (GetAdditionalHeight): one of error fixed.
11600
11601         * lyxrc.C (output): small fix in writing use_pspell.
11602
11603 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11604
11605         * sp_base.h: #include LString.h
11606
11607 2002-01-16  Allan Rae  <rae@lyx.org>
11608
11609         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11610         Can someone check this please?
11611
11612         * text.C (drawInset): It was possible that p.row would be removed by
11613         breakAgainOneRow upsetting a few other settings.  There may be another
11614         small tweak possible by setting need_break_row = 0 when p.row has been
11615         removed but I don't know enough about the logic here.
11616
11617 2002-01-15  Allan Rae  <rae@lyx.org>
11618
11619         * text.C (insertChar): removed conditional truism.
11620
11621         * BufferView2.C (removeAutoInsets): More tweaks.
11622         cur_par_prev could be a stray pointer.  Check for trailing empty line
11623         in case last line was cur_par and only had an error inset on it.
11624
11625 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11626
11627         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11628         absolute
11629
11630         * vc-backend.C (most methods):
11631         * exporter.C (Export):
11632         * converter.C (convert):
11633         (runLaTeX):
11634         * LyXSendto.C (SendtoApplyCB):
11635         * lyxfunc.C (dispatch):
11636         (menuNew):
11637         (open):
11638         (doImport):
11639         * lyx_cb.C (AutoSave):
11640         (InsertAsciiFile):
11641         * BufferView_pimpl.C (MenuInsertLyXFile):
11642         * buffer.C (runChktex): use Buffer::filePath().
11643
11644         * buffer.h: rename filename to filename_; rename filepath to
11645         filepath_ and make it private
11646         (filePath): new method
11647
11648         * buffer.C (writeFile): use fileName()
11649         (getLatexName):
11650
11651         * lyx_main.C (init): fix starting  of LyX when the binary is a
11652         link from so,ewhere else.
11653
11654         * minibuffer.C: include <cctype> for isprint
11655
11656 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11657
11658         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11659         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11660         name clash with InsetCollapsable's width function.
11661
11662 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11663
11664         * lastfiles.C: include <iterator>
11665
11666 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11667
11668         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11669         std::count.
11670
11671         * buffer.C (makeLaTeXFile): ditto.
11672         Also make loop operation more transparent.
11673
11674 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11675
11676         * ToolbarDefaults.C: remove trailing comma closing namespace.
11677
11678         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11679
11680         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11681         as in WorkArea.
11682
11683         * trans.C (Load): comment out unused variable, allowed.
11684
11685 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11686
11687         * minibuffer.[Ch] (append_char): new method to recieve input from the
11688         drop-down completion browser. If a key was pressed, then recieve this
11689         char and append it to the existing string.
11690         (peek_event): modify the positioning data passed to the completion
11691         browser so that it can be placed above the minibuffer rather than below.
11692 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11693
11694         * LyXAction.C (init): alloe error-next for readonly documents.
11695
11696         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11697         count.
11698
11699 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11700
11701         * bufferlist.C (readFile): create the buffer _after_ checking that
11702         the file exists.
11703
11704         * lyxfunc.C (verboseDispatch): fix handling of arguments
11705
11706         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11707
11708         * lyxrc.C: use string::erase() instead of initializing to "".
11709
11710
11711 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11712
11713         * BufferView_pimpl.h:
11714         * BufferView_pimpl.C:
11715         * WorkArea.h:
11716         * WorkArea.C:
11717         * text2.C: tell X when we have made a selection for copying
11718
11719 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11720
11721         * BufferView_pimpl.C (MenuInsertLyXFile):
11722         * lyxfunc.C (menuNew):
11723         (open):
11724         (doImport): add shortcuts to directory buttons
11725
11726         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11727         open a float)
11728
11729         * lyxfunc.C (setStatusMessage):
11730         (getStatusMessage): new methods
11731         (getStatus):use setStatusMessage instead of setErrorMessage
11732         (dispatch): when function is disabled, set error message here
11733         [instead of in getStatus previously]
11734
11735         * BufferView_pimpl.C (workAreaButtonRelease): update
11736         toolbar/menubar here too.
11737
11738 2002-01-13  Allan Rae  <rae@lyx.org>
11739
11740         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11741         Now seems indestructible.  Remaining task is to audit all other
11742         code affected by deleteEmptyParagraphMechanism.  One small quirk
11743         left is that an empty document with an error in the preamble can
11744         be made to report an error but no error box appears.  I don't know
11745         where it goes.
11746         (removeAutoInsets): Improved comments.
11747
11748 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * Thesaurus.h:
11751         * Thesaurus.C: update for Aiksaurus 0.14
11752
11753 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11754
11755         * text2.C (firstParagraph): removed member function, all uses
11756         replaces with ownerParagraph
11757         (redoParagraphs): here
11758         (updateInset): here
11759         (toggleAppendix): here
11760         * BufferView2.C (insertErrors): here
11761         (setCursorFromRow): here
11762
11763 2002-01-13  Allan Rae  <rae@lyx.org>
11764
11765         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11766         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11767         There is still a way to segfault this although you may have to do this
11768         multiple times: Have an InsetERT with an unknown command in it.
11769         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11770         <down-arrow>, <Enter> again, View->DVI, BANG!
11771
11772         * text2.C (setCursor):
11773         (deleteEmptyParagraphMechanism):
11774         * lyxtext.h (setCursor):
11775         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11776         Making use of the return value may help fix other bugs.
11777
11778 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11779
11780         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11781
11782         * LyXView.C (updateMenubar): call MenuBar::update here
11783         (updateToolbar): but not here
11784         (showState): do not update toolbar/menubar
11785
11786         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11787         should need to care about that.
11788
11789         * lyxfunc.C (verboseDispatch): simplify a bit
11790         (getStatus): have a version which takes a pseudoaction, and
11791         another which requires a (kb_action,string).
11792
11793         * LyXAction.C (retrieveActionArg): make it work also when action
11794         is not a pseudo-action.
11795         (getActionName): simplify a bit
11796         (helpText):
11797
11798 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11799
11800         * lyxfunc.C (verboseDispatch): new families of methods with
11801         several ways to specify a command and a bool to indicate whether
11802         the command name and shortcut should be displayed in minibuffer
11803         (eventually, we could extend that to a finer bitmask like
11804         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11805         (dispatch): the pristine dispatch command which just, well,
11806         dispatchs! Note it still sets its result to minibuffer; I'm not
11807         sure we want that.
11808
11809         * lyxfunc.h: remove setHintMessage
11810
11811         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11812
11813 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11814
11815         * BufferView_pimpl.C (specialChar): delete new inset if we have
11816         not been able to insert it.
11817
11818         * kbmap.C: revert to using int instead of kb_action, since all we
11819         are dealing with is pseudo-actions.
11820
11821         * LyXAction.C (searchActionArg): change to return int instead of
11822         kb_action, since the result is a pseudoaction.
11823
11824 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11825
11826         * buffer.C (insertErtContents): Fix (partially) the font bug.
11827
11828 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11829
11830         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11831         as the other one is broken on my machine!
11832
11833 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11834
11835         * commandtags.h:
11836         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11837
11838 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11839
11840         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11841         reflect their actual use. Provide compatibility code for older lyxrc
11842         files.
11843
11844         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11845         FL_NORMAL_STYLE.
11846         change names of popup font variables in line with the changes to lyxrc.C
11847
11848 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11849
11850         * buffer.C (asciiParagraph): avoid outputing a word twice after
11851         an inset.
11852
11853         * lyxrc.C (getDescription): document that document_path and
11854         template_path can be empty.
11855
11856 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11857
11858         * LaTeXFeatures.C (getMacros):
11859         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11860
11861         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11862
11863         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11864         getPackages.
11865         (getPackages): rename feature "floats" to "float". Use an array to
11866         iterate over 'simple' features (i.e. just a \usepackage). Add
11867         handling of "amsmath" (renamed from "amsstyle").
11868
11869 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11870
11871         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11872         features list.
11873
11874 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11875
11876         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11877         FuncStaus::FuncStatus & FuncStaus::some_method().
11878
11879 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11880
11881         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11882         of the func_satus stuff. Edited and massaged in various ways by
11883         JMarc.
11884
11885         * lyxfunc.C (getStatus): use FuncStatus
11886
11887 2002-01-08  Juergen Vigna  <jug@sad.it>
11888
11889         * text.C (nextBreakPoint): use function Inset::isChar().
11890
11891         * paragraph.C (TeXOnePar): use function
11892         Inset::forceDefaultParagraphs.
11893
11894         * buffer.C (latexParagraphs): use function
11895         Inset::forceDefaultParagraphs.
11896
11897 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11898
11899         * lyx_gui.C (init): set the style of the menu popups to
11900         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11901
11902 2002-01-07  Juergen Vigna  <jug@sad.it>
11903
11904         * text.C (setHeightOfRow): small fix
11905         (prepareToPrint): don't look at alignment if we don't have the place
11906         for doing it.
11907
11908 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11909
11910         * box.C: New file. Move the Box methods and functions out of box.h,
11911         following Lars' suggestion.
11912
11913 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11914
11915         * box.h: #include "support/LOstream.h", needed for inlined function.
11916
11917         * lyxtextclass.C:
11918         * lyxtextclasslist.C: added some using std declarations.
11919
11920 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11921
11922         * box.h: make signed dimensions to allow insets wider than
11923           the screen (bug #162)
11924
11925         * BufferView_pimpl.C: add some insetHit debug
11926
11927 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11928
11929         * vc-backend.C: add FIXME
11930
11931 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11932
11933         * lyxfunc.C (getStatus): enable code for showing math font status
11934         in toolbar/menu.
11935
11936 2002-01-07  Juergen Vigna  <jug@sad.it>
11937
11938         * text.C (nextBreakPoint): removed debug output not needed anymore.
11939
11940 2002-01-06  Juergen Vigna  <jug@sad.it>
11941
11942         * text.C (nextBreakPoint): fixed up this function we had this bug
11943         since ever but now hopefully we break row better.
11944         (insertChar): we have to check if an inset is the next char as it
11945         could now happen that a large inset is causing a break.
11946
11947 2002-01-05  Juergen Vigna  <jug@sad.it>
11948
11949         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11950         if it doesn't like to be drawed.
11951
11952 2002-01-04  Juergen Vigna  <jug@sad.it>
11953
11954         * BufferView2.C (lockInset): forgot to set a cursor.
11955
11956         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11957
11958 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11959
11960         * FormMathsPanel.C:
11961         * FormMathsPanel.h
11962         * MathsSymbols.C:
11963         * form_maths_panel.C:
11964         * form_maths_panel.h:
11965         * form_maths_panel.fd: implemented sub- and super- buttons in math
11966         panel.
11967
11968         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11969         (or ^ space) to be used as in TeX (req'd by André).
11970
11971         * lyxfunc.C: Allow ^ and _ again to be used both as
11972         super/subscript (mathed) and as themselves (in text).
11973
11974 2002-01-03  Allan Rae  <rae@lyx.org>
11975
11976         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11977         "LyX" or the filename of the current buffer if it has one.  This is a
11978         modified form of John Levon's patch.
11979
11980         * XFormsView.C (setWindowTitle): also set icon title.
11981
11982         * LyXView.h (setWindowTitle): signature changed.
11983         * XFormsView.h (setWindowTitle): ditto.
11984
11985 2002-01-02  Juergen Vigna  <jug@sad.it>
11986
11987         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11988
11989 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11990
11991         * screen.C (topCursorVisible): introduce a temp var for
11992         text->cursor.row(), handle the case where this row is null. (kindo
11993         hachish)
11994
11995         * text2.C (setCursor): add a couple of asserts.
11996
11997         * paragraph.h (inset_iterator): add -> operator
11998
11999         * paragraph.[Ch] (autoDeleteInsets): remove member function
12000
12001         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12002         cursor pos correctly and handle inset deletion by itself.
12003         (insertErrors): move iterator declaration out of for expression
12004
12005         * lyxtextclass.C: add <algorithm>
12006
12007         * Makefile.am: added the new files to sources, removed layout.C
12008
12009         * layout.C: removed file
12010
12011         * layout.h: remove LYX_DUMMY_LAYOUT
12012
12013         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12014         layout.
12015
12016         * lyxlayout.[Ch]:
12017         * lyxtextclass.[Ch]:
12018         * lyxtextclasslist.[Ch]: new files
12019
12020         * include order changes to a lot of files, also changes because of
12021         the six new files.
12022
12023 2001-12-27  Juergen Vigna  <jug@sad.it>
12024
12025         * buffer.C (asciiParagraph): more fixes.
12026
12027         * tabular.C (ascii): make ascii export support export of only the
12028         data separated by a column-delimiter.
12029         (ascii): better support for ascii export.
12030
12031         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12032
12033 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12034
12035         * tabular_funcs.C: use a "using std::getline" instead of the
12036         previous fix from Angus (necessary for cxx + lyxstring)
12037
12038 2001-12-24  Juergen Vigna  <jug@sad.it>
12039
12040         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12041
12042         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12043         problems. First check a minipage also if we have some ert-contents
12044         (not only on par->size(), second set the right depth of the paragraph
12045         on the relink to the root-paragraph-list!
12046
12047         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12048         which then did not anymore update the main paragraphs on undo/redo!
12049
12050 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12051
12052         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12053         code. Support all font-changing funcs (even those which are not in
12054         menu currently). Support for reporting font settings in
12055         mathed (disabled until Andre provides a function on mathed's side).
12056
12057         * func_status.h (toggle): small helper function to set toggle
12058         state on a flag.
12059
12060 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12061
12062         * tabular_funcs.C: getline -> std::getline
12063
12064 2001-12-21  Juergen Vigna  <jug@sad.it>
12065
12066         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12067         accessed and could be 0 (I couldn't generate this but it seems
12068         Michael could!).
12069
12070 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12071
12072         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12073         * tabular_funcs.h: here and include iosfwd
12074
12075 2001-12-20  Juergen Vigna  <jug@sad.it>
12076
12077         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12078         inside inset but undo_par was.
12079
12080 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12081
12082         * Thesaurus.C: always include <config.h> in sources.
12083
12084         * Painter.h:
12085         * lyxlookup.h:
12086         * box.h: do not include <config.h> in header files
12087
12088         * text.C (paintLastRow): remove unused variable
12089
12090         * text.C (transformChar):
12091         (insertChar):
12092         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12093
12094         * Painter.C (text):
12095         * font.C (width): rewrite to use uppercase() instead of
12096         islower/toupper.
12097
12098         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12099
12100 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12101
12102         * lyxfind.C: clean up of find failure position change
12103
12104 2001-12-20  Juergen Vigna  <jug@sad.it>
12105
12106         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12107
12108         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12109         (TeXRow): added to LaTeX a single tabular row.
12110         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12111         (Latex): simplified and finally good LT-h/f support.
12112         (various_functions): just small adaptions for LT-h/f support.
12113
12114         * tabular_funcs.[hC]: added and moved here all not classfunctions
12115         of LyXTabular.
12116
12117 2001-12-19  Juergen Vigna  <jug@sad.it>
12118
12119         * tabular.[Ch]: better support for longtabular options (not finished
12120         yet!)
12121
12122 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12123
12124         * text.C (paintLastRow): use the label font instead of the font of
12125         the last character to compute the size of *_BOX. This makes more
12126         sense and avoids a crash with empty paragraphs.
12127         Use Painter::rectangle to draw EMPTY_BOX.
12128
12129 2001-12-19  Juergen Vigna  <jug@sad.it>
12130
12131         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12132         the paragraphs if the replaced paragraph is not the first one!
12133         Tried to delete not used paragraphs but does not work yet so for
12134         now it's inside #ifdef's and by default off!
12135
12136 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12137
12138         * MenuBackend.C: include "lyx_main.h" instead of declaring
12139         lastfiles (actually was declared as LastFiles* instead of a
12140         scoped_ptr).
12141
12142 2001-12-17  Juergen Vigna  <jug@sad.it>
12143
12144         * tabular.C (AppendColumn): applied John's fix
12145
12146 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12147
12148         * BufferView.h:
12149         * BufferView.C:
12150         * BufferView_pimpl.h:
12151         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12152
12153         * Makefile.am:
12154         * box.h: new start of class for above
12155
12156         * lyxfunc.C: ignore space-only minibuffer dispatches.
12157           Show the command name when it doesn't exist
12158
12159         * minibuffer.C: don't add empty lines to the history
12160
12161         * minibuffer.C: add a space on dropdown completion
12162
12163 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12164
12165         * text.C: fix line above/below drawing in insets
12166
12167 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12168
12169         * lyxlength.C (LyXLength): Initialize private variables.
12170
12171 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12172
12173         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12174         when inserting error insets.
12175
12176 2001-12-13  Juergen Vigna  <jug@sad.it>
12177
12178         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12179         actually sometimes the before-paragraph.
12180         (setUndo): don't clear the redostack if we're not actually undoing!
12181
12182 2001-12-06  Juergen Vigna  <jug@sad.it>
12183
12184         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12185         and fixed redoing of main paragraph, so we can use it now ;)
12186
12187         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12188
12189 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12190
12191         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12192         Juergen's request
12193
12194 2001-12-13  André Pönitz <poenitz@gmx.net>
12195
12196         * undostack.[Ch]:
12197         * undo_func.C: minor cleanup
12198
12199 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12200
12201         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12202         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12203         font in urw-fonts package which is marked as -urw-fontspecific and
12204         does not work (incidentally, changing the encoding in the
12205         fonts.dir of this package to -adobe-fontspecific fixes the
12206         problem).
12207
12208         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12209         is a crash when undoing first paragraph (Juergen, please take a
12210         look). THis does not mean the undo fix is wrong, just that it
12211         uncovers problems.
12212
12213         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12214         the (Paragraph*) version when needed instead of duplicating the
12215         code.
12216
12217         * text.C (workWidth): use Inset::parOwner to find out where the
12218         inset has been inserted. This is a huge performance gain for large
12219         documents with lots of insets. If Inset::parOwner is not set, fall
12220         back on the brute force method
12221
12222         * paragraph_pimpl.C (insertInset):
12223         * paragraph.C (Paragraph):
12224         (cutIntoMinibuffer): set parOwner of insets when
12225         inserting/removing them
12226
12227         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12228
12229 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12230
12231         * commandtags.h:
12232         * LyXAction.C:
12233         * lyx_main.C:
12234         * lyxfunc.C:
12235         * mathed/formulabase.C:
12236         * mathed/math_cursor.[Ch]:
12237         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12238
12239
12240 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12241
12242         * lyxlength.[Ch] (operator!=): new function
12243
12244 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12245
12246         * text.C (workWidth): use Inset::parOwner to find out where the
12247         inset has been inserted. This is a huge performance gain for large
12248         documents with lots of insets. If Inset::parOwner is not set, fall
12249         back on the brute force method
12250
12251         * paragraph_pimpl.C (insertInset):
12252         * paragraph.C (Paragraph):
12253         (cutIntoMinibuffer): set parOwner of insets when
12254         inserting/removing them
12255
12256         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12257
12258 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12259
12260         * tabular-old.C (getTokenValue):
12261         * tabular.C (getTokenValue):
12262         (write_attribute): new versions for LyXLength
12263         (everywhere): adjust the use of widths
12264
12265         * tabular.h: change the type of widths from string to LyXLength
12266
12267 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12268
12269         * paragraph.C: fixed missing line number count when exporting
12270         Environments to LaTeX file
12271
12272         * buffer.C: added informational message for checking line numbers.
12273
12274 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12275
12276         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12277         paragraph, do the 'double space' part, but not the 'empty
12278         paragraph' one.
12279
12280         * text.C (workWidth): small optimization
12281         (getLengthMarkerHeight): use minimal size for negative lengths.
12282
12283 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12284
12285         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12286
12287         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12288
12289 2001-12-11  André Pönitz <poenitz@gmx.net>
12290
12291         * FontLoader.C:
12292         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12293
12294 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12295
12296         * text2.C: keep selection on a setFont()
12297
12298 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12299
12300         * lyx_cb.C: another bv->text misuse, from insert label
12301
12302 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12303
12304         * kbsequence.h:
12305         * kbsequence.C: re-instate nmodifier mask
12306
12307 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12308
12309         * lyx_main.h: make lyxGUI private.
12310
12311 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12312
12313         * lyxfind.C: place the cursor correctly on failed search
12314
12315 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12316
12317         * text.C (getLengthMarkerHeight): for small heights, the arrows
12318         are not always on top/bottom of the text
12319         (drawLengthMarker): smaller arrows; take the left margin in
12320         account; draw also vfills.
12321         (paintFirstRow):
12322         (paintLastRow): remove special code for vfill and standard spaces,
12323         since everything is handled in drawLengthMarker now.
12324
12325 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12326
12327         * buffer.C (insertErtContents): try to handle font and language
12328         interaction a bit better.g
12329
12330         * ColorHandler.C (updateColor): change the hash to cover the whole
12331         LColor enum, ws cleanup
12332         (getGCLinepars): ditto
12333         (getGCLinepars): only lookup in the linecache once.
12334
12335 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12336
12337         * iterators.C (operator++): Make the iterator more robust
12338
12339         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12340         (John's patch)
12341         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12342
12343 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12344
12345         * lyxtext.h:
12346         * text.C: better added space drawing
12347
12348 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12349
12350         * LyXView.C:
12351         * BufferView2.C: fix layout combo update on inset unlock
12352
12353 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12354
12355         * Makefile.am: don't compile unused files
12356
12357 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12358
12359         * lyxfunc.C:
12360         * commandtags.h:
12361         * LyXAction.C: remove old LFUN_LAYOUTNO
12362
12363 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12364
12365         * paragraph_pimpl.h:
12366         * paragraph_pimpl.C: isTextAt() doesn't need font param
12367
12368 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12369
12370         * lyxlex.h:
12371         * lyxlex.C: little cleanup
12372
12373 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12374
12375         * BufferView_pimpl.C: fix insertAscii for insets
12376
12377 2001-12-05  Juergen Vigna  <jug@sad.it>
12378
12379         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12380         set the right font on the "multi" paragraph paste!
12381
12382 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12383
12384         * trans_decl.h:
12385         * trans_mgr.[Ch]:
12386         * trans.[Ch]:
12387         * lyxgluelength.C:
12388         * lyxlength.C: remove out-commented code.
12389
12390         * BufferView_pimpl:
12391         * CutAndPaste.C:
12392         * DepTable.C:
12393         * buffer.C:
12394         * chset.C:
12395         * lastfiles.C:
12396         * lyxlex.C:
12397         * lyxlex_pimpl.C:
12398         * lyxserver.C:
12399         * screen.C:
12400         * tabular-old.C:
12401         * tabular.C:
12402         * text.C:
12403         * trans_mgr.C:
12404         * vc-backend.C: change "while(" to "while ("
12405
12406         * lyxlength.[Ch]: add zero function to check if length is zero or
12407         not
12408         * lyxgluelength.C: use it
12409
12410 2001-12-05  Allan Rae  <rae@lyx.org>
12411
12412         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12413         Works for 2.95.3, from what I understand of Garst's reports this should
12414         work for other g++ versions.  We're screwed if the abs(int) definition
12415         changed between bugfix releases of gcc.
12416
12417 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12418
12419         * text.C: fix chapter label offset !
12420
12421 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12422
12423         * lyxtext.h:
12424         * text.C: fix hfill at end of line, clean up
12425
12426 2001-12-04  Juergen Vigna  <jug@sad.it>
12427
12428         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12429         that we force an update of the inset and it's owners if neccessary.
12430
12431 2001-12-03  Juergen Vigna  <jug@sad.it>
12432
12433         * text.C (rowLast): simplified code
12434
12435 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12436
12437         * lyxfunc.C: fix show options on timeout
12438
12439 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12440
12441         * screen.C (topCursorVisible): scroll half a page when the cursor
12442         reached top of bottom of screen
12443
12444 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12445
12446         * minibuffer.C: deactivate on loss of focus
12447
12448 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12449
12450         * vspace.[Ch] (operator!=): add operator.
12451
12452 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12453
12454         * BufferView_pimpl.C: refuse to open an inset when
12455         there's a selection.
12456
12457 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12458
12459         * BufferView_pimpl.C: allow to click on RHS of full row insets
12460
12461 2001-11-30  Juergen Vigna  <jug@sad.it>
12462
12463         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12464         insets for undo reasons.
12465
12466 2001-11-28  André Pönitz <poenitz@gmx.net>
12467
12468         * vspace.[Ch]: cosmetical changes
12469
12470 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12471
12472         * LyXAction.h:
12473         * LyXAction.C:
12474         * lyxfunc.h:
12475         * lyxfunc.C:
12476         * kbmap.h:
12477         * kbmap.C:
12478         * lyxrc.C:
12479         * kbsequence.h:
12480         * kbsequence.C: part re-write of old kb code
12481
12482         * Painter.C:
12483         * WorkArea.C: remove Lgb_bug_find_hack
12484
12485 2001-11-30  José Matos <jamatos@fep.up.pt>
12486
12487         * buffer.C (makeDocBookFile): add a comment to point a hack.
12488         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12489         Fixed a double write of labels.
12490
12491 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12492
12493         * LaTeX.C:
12494         * LaTeX.h Fixed bug in LaTeX class where it would not
12495         re-run latex if no depfiles were changed, but the .dvi was removed.
12496
12497 2001-11-28  André Pönitz <poenitz@gmx.net>
12498
12499         * all the files from the change on 2001/11/26:
12500         use lyx::layout_type instead of LyXTextClass::size_type
12501         use lyx::textclass_type instead of LyXTextClassList::size_type
12502
12503 2001-11-29  Juergen Vigna  <jug@sad.it>
12504
12505         * text.C: added support for paragraph::isFreeSpacing()
12506
12507         * buffer.C: same as above
12508
12509         * paragraph.h: inserted isFreeSpacing() function to enable
12510         FreeSpacing inside InsetERT.
12511
12512         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12513         of the paragraph's in the cut/copy buffer to 0!
12514
12515         * text2.C (removeRow): remove the assert as it can!
12516
12517         * lyxtext.h: added helper function firstRow returning firstrow and
12518         made firstrow private again.
12519
12520         * BufferView2.C (lockInset): don't relock if we're already locked!
12521
12522         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12523         the only paragraph.
12524         (removeRow): added Assert::(firstrow)
12525
12526         * debug.C: forgot to add INSETTEXT here.
12527
12528 2001-11-28  Juergen Vigna  <jug@sad.it>
12529
12530         * sp_spell.C (initialize): changed error text to more general
12531         spellchecker command use (not only ispell!)
12532
12533         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12534
12535         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12536
12537 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12538
12539         * vspace.C: initialise lyxgluelength on failure
12540
12541 2001-11-28  Allan Rae  <rae@lyx.org>
12542
12543         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12544         declaration & definition that looks like a function declaration.
12545
12546 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12547
12548         * BufferView2.C (copy):
12549         (copyEnvironment): do not clear the selection when doing a copy.
12550
12551         * text.C (paintFirstRow): compilation fix
12552
12553 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12554
12555         * tabular.C (Latex): correct line count when writing latex.
12556
12557 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12558
12559         * paragraph_pimpl.h:
12560         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12561           bug a bit
12562
12563 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12564
12565         * text.C:
12566         * LColor.h:
12567         * LColor.C: change vfillline->added_space
12568
12569         * text.C: add markers and text for added space
12570
12571         * vspace.C: fix comment
12572
12573 2001-11-28  André Pönitz <poenitz@gmx.net>
12574
12575         * paragraph.C: whitespace changes
12576         * all the other files from the change on 2001/11/26:
12577         change *::pos_type into lyx::pos_type
12578
12579 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12580
12581         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12582         language of the document when inserting error insets.
12583
12584 2001-11-26  André Pönitz <poenitz@gmx.net>
12585
12586         * BufferView_pimpl.[Ch]:
12587         *       CutAndPaste.C:
12588         * buffer.[Ch]:
12589         * lyxcursor.[Ch]:
12590         * lyxfind.C:
12591         * lyxfunc.C:
12592         * lyxrow.[Ch]:
12593         * paragraph.[Ch]:
12594         * paragraph_pimpl.[Ch]:
12595         * sp_spell.C:
12596         * text.C:
12597         * text2.C: reduce header dependencies, introduce type for positions
12598
12599 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12600
12601         * <various>: change to use Alert.h
12602
12603 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12604
12605         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12606         when encountering an unknown token.
12607         (readLyXformat2): Show an error message if there were unknown tokens.
12608
12609 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12610
12611         * BufferView2.C:
12612         * BufferView_pimpl.C:
12613         * buffer.C:
12614         * paragraph.h:
12615         * text.C:
12616         * text2.C: use par->isInset()
12617
12618 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12619
12620         * paragraph_pimpl.h:
12621         * paragraph_pimpl.C: cleanup
12622
12623 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12624
12625         * text2.C (removeRow):
12626         * text.C (setHeightOfRow): remove useless (and costly) call to
12627         getRow.
12628
12629 2001-11-20  Allan Rae  <rae@lyx.org>
12630
12631         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12632         Now need Inset*::checkInsertChar() to return true for appropriate
12633         cases so that the characters in the minibuffer will actually be
12634         inserted.
12635
12636 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12637
12638         * text.C: change the order of the includes.
12639         (workWidth): initialize it at once.
12640         (workWidth): make maxw unsigned
12641         (setHeightOfRow): remove unused variable (inset)
12642         (selectSelectedWord): remove unused variable (inset)
12643         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12644
12645 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12646
12647         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12648         server is not running.
12649         (openConnection):
12650         (closeConnection): add debug info when server is disabled.
12651
12652         * ColorHandler.C (getGCForeground): send debug message to GUI
12653         channel.
12654
12655         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12656
12657         * kbmap.C (bind): modify because return conventions of
12658         kb_sequence::parse have changed.
12659
12660         * kbsequence.C (parse): only ignore spaces and not any stupid
12661         control character. This avoids tests like s[i] <= ' ', which are
12662         guaranteed to fail with 8bit characters and signed chars.
12663         Change return code to string::npos when there have been no error
12664         (0 was a bad idea when error is at first character)
12665
12666 2001-11-14  José Matos  <jamatos@fep.up.pt>
12667
12668         * buffer.h:
12669         * buffer.C (simpleDocBookOnePar): removed unused argument.
12670
12671 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12672
12673         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12674         insets which are part of a word. Paragraph::isLetter takes care of
12675         that now. Use Paragraph::isInset to identify insets.
12676         (selectSelectedWord): do not test for hyphenation break.
12677
12678         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12679         that protected spaces are considered as spaces.
12680
12681         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12682         Inset::isLetter.
12683
12684 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12685
12686         * lyxserver.h:
12687         * lyxserver.C: fix it. and small cleanup.
12688
12689 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12690
12691         * BufferView_pimpl.C: use inline helpers
12692
12693         * LaTeXFeatures.h:
12694         * LaTeXFeatures.C: fix typos
12695
12696         * Spacing.h:
12697         * Spacing.C: move spacing_string into class
12698
12699         * ToolbarDefaults.C: move stuff into namespace anon
12700
12701         * layout.h: update enum
12702
12703         * lyxfunc.C: use better debug
12704
12705         * minibuffer.h: fix typo
12706
12707         * debug.h:
12708         * debug.C:
12709         * WorkArea.C: add and use Debug::WORKAREA
12710
12711         * lyxtext.h:
12712         * text.C:
12713         * text2.C: code re-organisation, inline helpers
12714
12715 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12716
12717         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12718         std::vector.empty().
12719
12720 2001-11-09  Allan Rae  <rae@lyx.org>
12721
12722         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12723         '\n's after tables.  Tabular and ERT inset work now makes this no
12724         longer necessary.
12725
12726 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12727
12728         * minibuffer.h:
12729         * minibuffer.C: fix crash, improve drop-down completion
12730
12731 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12732
12733         * lyxserver.h:
12734         * lyxserver.C: invalidate fd's when doing endPipe()
12735
12736 2001-11-08  José Matos  <jamatos@fep.up.pt>
12737
12738         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12739         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12740
12741         * paragraph.h:
12742         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12743
12744 2001-11-07  José Matos  <jamatos@fep.up.pt>
12745
12746         * buffer.h:
12747         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12748         const qualifier.
12749
12750         * buffer.C (sgmlOpenTag):
12751         * buffer.C (sgmlCloseTag): removed debug info.
12752
12753         * buffer.h (sgmlOpenTag):
12754         * buffer.h (sgmlCloseTag): made public.
12755
12756 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12757
12758         * buffer.C (saveParamsAsDefaults):
12759         * lyx_cb.C (MenuLayoutSave): remove
12760
12761         * LyXAction.C (init):
12762         * commandtags.h:
12763         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12764
12765 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12766
12767         * buffer.C (setPaperStuff): removed from here...
12768
12769         * bufferparams.C (setPaperStuff): ... and moved there.
12770
12771 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12772
12773         * minibuffer.h:
12774         * minibuffer.C:
12775         * XFormsView.C: add support for drop-down completion
12776
12777 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12778
12779         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12780         commands.
12781
12782 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12783
12784         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12785         disabled.
12786
12787 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12788
12789         * lyx_main.C: change ref to known bugs
12790
12791 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12792
12793         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12794         to work around older babel problems.
12795
12796 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12797
12798         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12799
12800 2001-10-24  Juergen Vigna  <jug@sad.it>
12801
12802         * tabular-old.C (ReadOld): below variable changes reflected.
12803
12804         * tabular.[Ch]: added ltType struct for longtable header/footer
12805         defines and changed all instances where they are used. Added
12806         future support for double top/bottom rows.
12807
12808 2001-10-24  José Matos  <jamatos@fep.up.pt>
12809
12810         * buffer.h (docbookHandleCaption):
12811         * buffer.C (docbookHandleCaption): removed unused function.
12812         (makeDocBookFile): moved docbook supported version to v4.1.
12813
12814 2001-10-24  José Matos  <jamatos@fep.up.pt>
12815
12816         * tabular.h:
12817         * tabular.C (docbookRow): new function to export docbook code of a row.
12818         (DocBook): now honors the longtable flags.
12819
12820 2001-10-23  José Matos  <jamatos@fep.up.pt>
12821
12822         * LaTeXFeatures.h:
12823         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12824         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12825
12826         * buffer.C (makeLinuxDocFile):
12827         (makeDocBookFile): reworked the preamble, more clean, and with
12828         support for lyx defined entities. Changed the document declaration
12829         to be more XML friendly.
12830
12831         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12832         if we need to output XML that should be done with a filter.
12833
12834 2001-10-22  Juergen Vigna  <jug@sad.it>
12835
12836         * sp_pspell.h (class PSpell): add alive function needed in the
12837         controller to see if the spellchecker could be started.
12838
12839 2001-10-22  Juergen Vigna  <jug@sad.it>
12840
12841         * buffer.C (insertStringAsLines): modify the font for inserting
12842         chars in certain conditions by calling checkInsertChar(font).
12843
12844 2001-10-19  Juergen Vigna  <jug@sad.it>
12845
12846         * text.C (workWidth): use getRow instead of wrong algorithm.
12847         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12848
12849 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12850
12851         * lyxserver.h:
12852         * lyxserver.C:
12853         * lyx_main.h:
12854         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12855
12856 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12857
12858         * text.C (workWidth): do not search for the exact row when
12859         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12860         optimization for big documents.
12861
12862 2001-10-18  Juergen Vigna  <jug@sad.it>
12863
12864         * text.C (workWidth): new function with added Inset * parameter.
12865
12866 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12867
12868         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12869
12870         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12871         change return type of getColumnNearX.
12872
12873
12874         * text.C (changeRegionCase): use uppercase/lowercase instead of
12875         toupper/tolower.
12876         (leftMargin):
12877         (rightMargin): simplify code by factoring out the uses of
12878         textclasslist.
12879         (labelFill):
12880         (numberOfHfills):
12881         (setHeightOfRow):
12882         (appendParagraph): use Paragraph::size_type
12883
12884 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12885
12886         * vspace.C (asLatexString): add a missing break
12887
12888 2001-10-15  Herbert Voss  <voss@perce.de>
12889
12890         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12891
12892 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12893
12894         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12895         is not available.
12896
12897 2001-10-10  André Pönitz <poenitz@gmx.net>
12898
12899         * lyxfunc.C: removed greek_kb_flag.
12900
12901 2001-10-10  Herbert Voss  <voss@perce.de>
12902
12903         * lyx_main.C: delete global string help_lyxdir.
12904
12905 2001-10-09  Herbert Voss  <voss@perce.de>
12906
12907         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12908
12909         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12910
12911         * lyx_main.C: added global string help_lyxdir.
12912
12913         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12914
12915 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12916
12917         * lyxrc.C (set_font_norm_type): support iso8859-4
12918
12919 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12920
12921         * LaTeX.C (deplog): add another regex for MikTeX
12922
12923 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12924
12925         * lyxrc.C (set_font_norm_type): support iso8859-3
12926
12927 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12928
12929         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12930
12931         * LaTeXFeatures.C: remove special case of french and index
12932
12933         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12934         before \begin{document}). This solves several incompatibilities.
12935
12936 2001-10-03  Garst Reese  <reese@isn.net>
12937
12938         * lyx_cb.C: change CheckTex error msg.
12939
12940 2001-10-03  José Matos  <jamatos@fep.up.pt>
12941
12942         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12943
12944 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12945
12946         * .cvsignore: update
12947
12948         * lyx_main.C (commandLineVersionInfo): use new style version info.
12949
12950         * buffer.C (writeFile):
12951         (makeLaTeXFile):
12952         (makeLinuxDocFile):
12953         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12954
12955         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12956
12957         * version.h: update to use stuff in version.C
12958
12959         * version.C.in: new file. Contains version information determined
12960         at compile time. This is a merging of version.h and
12961         version_info.h.in.
12962
12963 2001-10-03  Juergen Vigna  <jug@sad.it>
12964
12965         * BufferView_pimpl.C (update): don't change "dirty" status in
12966         updateInset call.
12967
12968 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12969
12970         * WorkArea.C (c-tor): re-position version string slightly.
12971
12972 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12973
12974         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12975         revert to previous code.
12976
12977         WorkArea.[Ch]: (show, destroySplash): methods removed.
12978
12979         WorkArea.C: rework code so that it's an amalgam of the codes before and
12980         after the splash screen was moved to WorkArea.
12981
12982 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12983
12984         * lyxrc.C (read):
12985         * vspace.C (inPixels):
12986         (lyx_advance):
12987         * kbmap.C (bind):
12988         * buffer.C (insertStringAsLines):
12989         (asciiParagraph): fix types to be large enough
12990
12991         * lyxlex_pimpl.h: change member status from short to int
12992
12993         * layout.h: fix type of endlabeltype
12994
12995         * kbmap.C (bind):
12996         * kbsequence.C (parse): change return type to string::size_type
12997
12998         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12999         variable
13000
13001         * Bullet.C (bulletSize):
13002         (bulletEntry): do not use short ints as parameters
13003
13004         * BufferView2.C (insertLyXFile): change a char to an int.
13005
13006         * WorkArea.C (WorkArea): remove unneeded floats in computation
13007
13008 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13009
13010         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13011
13012         * paragraph.C (asString): Do not ignore newline/hfill chars when
13013         copying to the clipboard.
13014
13015 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13016
13017         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13018         after a multi-line inset.
13019
13020 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13021
13022         * paragraph.C (validate): Set NeedLyXFootnoteCode
13023
13024 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13025
13026         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13027         and decrease-error to decrease.
13028
13029 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13030
13031         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13032         it more readable (should be equivalent)
13033
13034 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13035
13036         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13037
13038 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13039
13040         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13041         of a cursor (row, etc.) after a character has been deleted
13042         (deleteEmptyParagraphMechanism): call the method above on _all_
13043         cursors held by the LyXText when a double space has been
13044         detected/deleted.
13045
13046 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13047
13048         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13049         pixmap.
13050         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13051
13052         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13053         background. Use greyOut() and the new show() methods to toggle between
13054         the foreground and background. Add code to remove the splash after
13055         its initial showing.
13056
13057         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13058         (create_forms): no longer call Dialogs::showSplash.
13059
13060 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13061
13062         * .cvsignore: add version_info.h
13063
13064 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13065
13066         * version_info.h.in: new file
13067
13068         * Makefile.am: add version_info.h.in
13069
13070         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13071         version_info.h instead of VERSION_INFO
13072
13073 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13074
13075         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13076         The ERT inset now returns string().
13077
13078 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13079
13080         * lyxtext.h, text.C (selectNextWord): renamed as
13081         selectNextWordToSpellcheck.
13082
13083         * text.C (selectNextWordToSpellcheck): Modified to not select
13084         words inside an ERT inset.
13085
13086 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13087
13088         * lyx_cb.C (MenuLayoutSave): change a bit the question
13089
13090         * sp_base.h: include <sys/types.h>
13091
13092 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13093
13094         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13095
13096 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13097
13098         * several files: fix typos in user-visible strings
13099
13100 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13101
13102         * text2.C (pasteSelection): do not set the selection, since it
13103         will be cleared later. Actually, the intent was to fix the way the
13104         selection was set, but I figured rmoving the code was just as good.
13105
13106 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13107
13108         * FontLoader.C (available): Check if font is available without
13109         loading the font.
13110
13111 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13112
13113         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13114
13115 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13116
13117         * lyxrc.[Ch]: added display_graphics variable and associated code.
13118
13119 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13120
13121         * bufferparams.C (hasClassDefaults): new method. Returns true if
13122         the buffer parameters correspond to known class defaults
13123
13124 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13125
13126         * XFormsView.C (show): set minimum size to the main window.
13127
13128 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13129
13130         * text2.C (copySelection):
13131         (cutSelection):
13132         * lyxfind.C (LyXReplace):
13133         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13134         LyXText::selectionAsString.
13135
13136         * paragraph.C (asString): add "label" argument to the second form
13137
13138         * text2.C (selectionAsString): add "label" argument and pass it to
13139         Paragraph::asString.
13140
13141 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13142
13143         * lyx_main.C (commandLineHelp): remove version information
13144
13145 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13146
13147         * lyx_main.C: add -version commandline option
13148
13149 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13150
13151         * paragraph.h: make the optional constructor arg required instead.
13152         some modifications to other files because of this.
13153
13154         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13155
13156         * lyxserver.C (C_LyXComm_callback): make it static
13157
13158         * lyx_main.C (error_handler): make it static
13159
13160         * lyx_gui.C (LyX_XErrHandler): make it static
13161
13162         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13163
13164         * WorkArea.C: make the extern "C" methods static.
13165
13166         * Makefile.am (lyx_LDADD): simplify
13167
13168 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13169
13170         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13171         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13172
13173         * LyXAction.C (init):
13174         * lyxfunc.C (dispatch): associated code removal.
13175
13176 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13177
13178         * lyxfont.h (isSymbolFont): shut off warning
13179
13180         * text.C (setHeightOfRow):
13181         (getVisibleRow): fix crash with empty paragraphs which have a
13182         bottom line
13183
13184 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13185
13186         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13187         code.
13188
13189 2001-09-04  José Matos  <jamatos@fep.up.pt>
13190         * buffer.C
13191         * buffer.h
13192         * tabular.C (docbook): rename docBook method to docbook.
13193
13194 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13195
13196         * Makefile.am: add dependencies to main.o.
13197
13198 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13199
13200         * FontLoader.C (available): Return false if !lyxrc.use_gui
13201
13202 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13203
13204         * FontInfo.C (query):
13205         * converter.C (view):
13206         * importer.C (Import):
13207         * exporter.C (Export): Can not -> cannot.
13208
13209 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13210
13211         * BufferView_pimpl.C: allow to create index inset even if
13212           string is empty
13213
13214 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13215
13216         * buffer.C (getLists): replace boost::tie code with an explicit pair
13217         as boost::tie can break some compilers.
13218
13219         * iterators.h: Added a std:: declaration to the return type of
13220         ParIterator::size.
13221
13222 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13223
13224         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13225           case.
13226
13227 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13228
13229         * iterators.[Ch]: New files. Provide paragraph iterators.
13230
13231         * buffer.C (changeLanguage): Use paragraph iterators.
13232         (isMultiLingual): ditto
13233
13234         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13235
13236 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13237
13238         * FontLoader.C: Support for cmr font.
13239
13240 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13241
13242         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13243         (available): New method.
13244
13245         * FontInfo.C (getFontname): Use scalable fonts even when
13246         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13247         found.
13248
13249 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13250
13251         * converter.C (Formats::view): reverted! Incorrect fix.
13252
13253 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13254
13255         * converter.C (Formats::view): only output the -paper option
13256         if the dvi viewer is xdvi, thereby fixing bug #233429.
13257
13258 2001-08-23  Herbert Voss  <voss@perce>
13259
13260         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13261
13262 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13263
13264         * Spacing.h (Spacing): Set space to Default on in the default
13265         constructor.
13266
13267 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13268
13269         * vc-backend.h (RCS::versionString): add RCS to version
13270         (CVS::versionString): add CVS to version
13271
13272         * vc-backend.C (scanMaster): do not add CVS to version.
13273         (scanMaster): do not add RCS to version
13274
13275         * lyxvc.C (versionString): new method
13276
13277         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13278
13279 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13280
13281         * Spacing.C (set): initialize fval
13282
13283 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13284
13285         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13286         " or \.
13287
13288 2001-08-16  Juergen Vigna  <jug@sad.it>
13289
13290         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13291
13292 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13293
13294         * BufferView_pimpl.C:
13295         * figureForm.C:
13296         * lyxtext.h:
13297         * text2.C: setParagraph takes linespacing now
13298
13299 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13300
13301         * LyxAction.C: add internal LFUN_CITATION_INSERT
13302
13303         * LyXView.C: actually apply fix
13304
13305         * bufferlist.C: fix open non-existent file
13306
13307         * lyxfind.C: fix indentation
13308
13309         * lyxfunc.C: remove unneeded assert, fix typo
13310
13311 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13312
13313         * MenuBackend.C: use "Floatname List"
13314
13315 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13316
13317         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13318         when converting LaTeX layout to insetERT.
13319         Generate a non-collapsed float when reading old float
13320
13321 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13322
13323         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13324         ERT insets.
13325
13326 2001-08-13  Juergen Vigna  <jug@sad.it>
13327
13328         * text.C (fill): return 0 instead of 20 as this seems to be the more
13329         correct value.
13330
13331 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13332
13333         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13334         lyxrc.font_norm.
13335
13336 2001-08-13  Juergen Vigna  <jug@sad.it>
13337
13338         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13339         casesensitive off.
13340         (SearchBackward): comment out the unlocking of the inset_owner this
13341         should not be needed!
13342
13343 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13344
13345         * Many files: Remove inherit_language, and add latex_language
13346
13347         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13348         collapsible insets.
13349
13350 2001-08-10  Juergen Vigna  <jug@sad.it>
13351
13352         * text.C (prepareToPrint): fixed hfill-width in draw!
13353
13354         * BufferView2.C (selectLastWord): save the selection cursor as this
13355         now is cleared in the function LyXText::clearSelection!
13356
13357 2001-08-08  Juergen Vigna  <jug@sad.it>
13358
13359         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13360         BACKSPACE type functions.
13361
13362         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13363         is only cutted from the document but not put in the cut-buffer, where
13364         still the old stuff should be.
13365
13366         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13367
13368         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13369
13370         * tabular.C (SetWidthOfCell): fixed special case where the width
13371         was not updated!
13372         (LeftLine): handle '|' in align_special.
13373         (RightLine): ditto
13374         (LeftAlreadyDrawed): ditto
13375         (SetWidthOfCell): ditto
13376
13377 2001-08-07  Juergen Vigna  <jug@sad.it>
13378
13379         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13380
13381 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13382
13383         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13384         * lyxlex.[hC]: ditto
13385
13386 2001-08-06  Juergen Vigna  <jug@sad.it>
13387
13388         * text.C (getVisibleRow): fix up row clearing a bit.
13389
13390 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13391
13392         * minibuffer.C: make sure the X server sees the changes in the input.
13393
13394 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13395
13396         * paragraph.C (getFont): split into...
13397         (getLabelFont): this
13398         (getLayoutFont): and this
13399         * paragraph_pimpl.C (realizeFont): calling this
13400
13401         * text2.C (getFont): split into...
13402         (getLayoutFont): this
13403         (getLabelFont): and this
13404         (realizeFont): all three calling this
13405
13406         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13407         files where used.
13408
13409 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13410
13411         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13412
13413 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13414
13415         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13416         layouts from the Quote inset insertion.
13417
13418 2001-08-03  Juergen Vigna  <jug@sad.it>
13419
13420         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13421
13422         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13423         only if status not is already CHANGED_IN_DRAW (second level).
13424
13425         * text.C (draw): don't set the need_break_row when inside an
13426         InsetText LyXText.
13427
13428 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13429
13430         * buffer.C (parseSingleLyXformat2Token): handle more latex
13431         conversion cases.
13432
13433         * bufferview_funcs.[hC]: change function names to
13434         begin with small char, adjust other files.
13435
13436 2001-08-02  André Pönitz <poenitz@gmx.net>
13437
13438         * lyxfunc.C:
13439         BufferView_pimpl.C: remove broken special code for math-greek
13440
13441 2001-08-02  Juergen Vigna  <jug@sad.it>
13442
13443         * BufferView_pimpl.C (update): redone this function so that we
13444         update the text again if there was a CHANGE_IN_DRAW.
13445
13446         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13447         (drawFromTo): added a new internal bool which is used by draw() and
13448         redraw() function.
13449         (general): some cursor drawing problems fixed.
13450
13451 2001-08-01  Juergen Vigna  <jug@sad.it>
13452
13453         * lyxfind.C (LyXFind): fixed
13454         (SearchForward): ditto
13455         (SearchBackward): ditto
13456
13457         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13458         spurius drawing of the cursor in the main area.
13459
13460         * text2.C (status): small fix which could lead to a segfault!
13461         (clearSelection): remove unneeded BufferView param.
13462
13463 2001-08-01  André Pönitz <poenitz@gmx.net>
13464
13465         * lyxfunc.C: small change due to changed mathed interface
13466
13467 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13468
13469         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13470
13471 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13472
13473         * lyxfunc.c: fail gracefully if file doesn't exist
13474
13475         * LyXSendto.C:
13476         * buffer.C:
13477         * lyxfunc.C:
13478         * BufferView_pimpl.C: IsDirWriteable() proto changed
13479
13480         * LyXView.C: fix updateWindowTitle() to store the last title
13481
13482 2001-07-31  Juergen Vigna  <jug@sad.it>
13483
13484         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13485         the font (wrong since using of Paragraph::highestFontInRange).
13486
13487         * paragraph.C (highestFontInRange): added a default_size parameter.
13488
13489         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13490         (setHeightOfRow): reformat
13491
13492 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13493
13494         * converter.[hC] + affected files: move to (inital-char)lowercase
13495         function names.
13496
13497         * ParagraphParameters.C (ParagraphParameters): remove commented code
13498
13499         * PainterBase.[Ch]: remove commented code
13500
13501         * LaTeXFeatures.h: add "bool floats" for float.sty
13502
13503         * LaTeXFeatures.C (LaTeXFeatures): init floats
13504         (require): handle float
13505         (getPackages): do it with floats
13506
13507 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13508
13509         * BufferView_pimpl.C (Dispatch): improve handling of
13510         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13511
13512         * commandtags.h: #include lyxfont.h here temporarily to avoid
13513         keybinding bug.
13514
13515         * bufferlist.h: include LString.h here.
13516
13517 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13518
13519         * text2.C (getStringToIndex): new method.
13520
13521 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13522
13523         * *: Reduced header file dependencies all over.
13524
13525 2001-07-30  Baruch Even  <baruch@lyx.org>
13526
13527         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13528
13529 2001-07-29  Baruch Even  <baruch@lyx.org>
13530
13531         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13532
13533 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13534
13535         * ParameterStruct.h (endif): add a default constructor to make
13536         sure that all variables is initialized.
13537
13538         * ParagraphParameters.C (ParagraphParameters): adjust
13539
13540 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13541
13542         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13543         index; also, check that there is something to index, and that it
13544         does not span over several paragraphs.
13545         (doubleClick): use WHOLE_WORD_STRICT for double click.
13546
13547         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13548
13549         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13550         scheme.
13551
13552 2001-07-26  Baruch Even  <baruch@lyx.org>
13553
13554         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13555         an InsetFig figure, backwards compatible reading of old figure code.
13556
13557 2001-07-27  Juergen Vigna  <jug@sad.it>
13558
13559         * text2.C: font.realize function adaption.
13560
13561         * text.C (draw): add a warnings lyxerr text if needed.
13562
13563         * layout.C: font.realize function adaption.
13564
13565         * language.C: add inherit_language and implement it's handlings
13566
13567         * bufferview_funcs.C (StyleReset): remove language parameter from
13568         font creation (should be language_inherit now).
13569
13570         * bufferparams.C (writeFile): handle ignore_language.
13571
13572         * paragraph.C (getFontSettings): the language has to be resolved
13573         otherwise we have problems in LyXFont!
13574
13575         * lyxfont.C (lyxWriteChanges): added document_language parameter
13576         (update): removed unneeded language parameter
13577
13578         * paragraph.C (validate): fixed wrong output of color-package when
13579         using interface colors for certain fonts in certain environments,
13580         which should not seen as that on the final output.
13581
13582 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13583
13584         * BufferView_pimpl.C:
13585         * Thesaurus.h:
13586         * Thesaurus.C:
13587         * Makefile.am:
13588         * commandtags.h:
13589         * LyXAction.C: add thesaurus support
13590
13591         * lyxfind.h:
13592         * lyxfind.C: add "once" parameter, for thesaurus, to not
13593           move to the next match
13594
13595 2001-07-26  Juergen Vigna  <jug@sad.it>
13596
13597         * lyxfont.C (realize): honor ignore_language too!
13598         (resolved): ditto.
13599
13600         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13601
13602         * text.C (draw): one place more for ignore_language to not draw
13603         itself!
13604
13605 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13606
13607         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13608
13609 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13610
13611         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13612         the minipage conversion problem.
13613
13614 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13615
13616         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13617         insert an inset.
13618
13619 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13620
13621         * BufferView.h: don't forward declare WorkArea
13622
13623         * BufferView.C: don't include WorkArea.h
13624
13625 2001-07-25  André Pönitz <poenitz@gmx.net>
13626
13627         * commandtags.h:
13628         * LyXAction.C:
13629         * lyxfunc.C:  new LFUN 'math-space'
13630
13631         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13632
13633 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13634
13635         * text2.C (toggleInset): call open/close
13636
13637 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13638
13639         * lyxfunc.C (dispatch): add debug for the disabled case
13640
13641         * font.C (buttonText): make similar to rectText
13642
13643         * buffer.C (readInset): comment out parsing of insetlist and
13644         insttheorem
13645
13646         * PainterBase.C (rectText): small correction
13647
13648         * BufferView_pimpl.C: comment out insettheorem and insetlist
13649         * LyXAction.C: ditto
13650         * commandtags.h: ditto
13651
13652 2001-07-24  Juergen Vigna  <jug@sad.it>
13653
13654         * text.C (draw): honor the ignore_language.
13655
13656         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13657
13658 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13659
13660         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13661         char inset.
13662
13663 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13664
13665         * lyxtext.h: remove unused (and unimplemented) methods
13666
13667 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13668
13669         * text.C (getVisibleRow): honor background color
13670
13671         * PainterBase.h:
13672         * Painter.h: remove default color argument for fillRectangle
13673
13674         * text.C (backgroundColor): new method
13675
13676 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13677
13678         * text.C (getVisibleRow): adjust
13679
13680         * font.[Ch] (rectText): new method, metrics
13681         (buttonText): new method, metrics
13682
13683         * PainterBase.[hC]: make rectText and buttonText always draw and take
13684         fewer paramteres.
13685
13686 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13687
13688         * ToolbarDefaults.C (read):
13689         * MenuBackend.C (read): allow escaping in all strings
13690
13691         * BufferView_pimpl.C (insertAndEditInset): new method.
13692         (Dispatch): use insertAndEditInset whenever appropriate.
13693
13694         * BufferView_pimpl.C (insertNote): removed
13695
13696         * BufferView_pimpl.C (smartQuote): new method, moved from
13697         BufferView; if an insetquote cannot be inserted, insert a '"'
13698         character instead.
13699
13700         * BufferView2.C: remove insertCorrectQuote();
13701
13702         * lyxfunc.C (getStatus): Add support for all remaingin
13703         inset-insert lfuns.
13704
13705         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13706
13707         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13708         command (necessary to pass " as parameter of self-insert.
13709
13710         * text.C (selectWordWhenUnderCursor):
13711         (selectWord): add word_location parameter
13712         (selectWordWhenUnderCursor): same + remove special code for word
13713         boundary.
13714         (selectNextWord): use kind() to guess type of insetspecialchar,
13715         not latex().
13716
13717         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13718         (insertErtContents): create ert insets as collapsed.
13719         (readInset): better compatibility code for Info inset.
13720
13721 2001-07-20  Juergen Vigna  <jug@sad.it>
13722
13723         * lyxfunc.C (dispatch): use always LyXFind now!
13724
13725         * text2.C (init): add a reinit flag so that the LyXText can be
13726         reinited instead of deleted and reallocated (used in InsetText).
13727
13728         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13729
13730         * text.C: ditto
13731
13732         * text2.C: ditto
13733
13734 2001-07-18  Juergen Vigna  <jug@sad.it>
13735
13736         * text.C (selectNextWord): handle insets inside inset by calling
13737         always the bv->text functions so that we can go up the_locking_inset!
13738
13739         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13740         in strange locations when inside an inset!
13741
13742         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13743         handling to include insets.
13744
13745         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13746
13747 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13748
13749         * LyXAction.C (init):
13750         * commandtags.h:
13751         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13752         LIGATURE_BREAK, since the name is so stupid.
13753
13754 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13755
13756         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13757         InsetInfos.
13758
13759         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13760
13761         * sp_form.[Ch]: remove.
13762
13763         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13764
13765         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13766         InsetInfo.
13767
13768         * src/buffer.C (readInset): ditto.
13769
13770 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13771
13772         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13773         menuSeparator(), endOfSentenceDot(), ldots() and
13774         hyphenationPoint(), which are therefore removed.
13775         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13776
13777         * LyXAction.C (init):
13778         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13779
13780         * paragraph.C (getWord): removed.
13781
13782         * BufferView_pimpl.C (Dispatch): use last word or selection for
13783         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13784
13785         * lyx_main.C (queryUserLyXDir): do not ask before creating
13786         user_dir, except if it has been named explicitely.
13787
13788 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13789
13790         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13791         a document of zero size.
13792
13793 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13794
13795         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13796         approriately in the c-tor and in require().
13797         (getPackages): output the appropriate LaTeX for natbib support.
13798
13799         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13800         variables "use_natbib" and "use_numerical_citations" when reading the
13801         LyX file.
13802         (readInset): read the various natbib cite commands.
13803         (validate): white-space change.
13804
13805         * bufferparams.[Ch]: new variables "bool use_natbib" and
13806         "bool use_numerical_citations".
13807         (writeFile): output them in the LyX file.
13808
13809 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13810
13811         * lyxfunc.C (getStatus): add support for all the inset insertion
13812         commands.
13813
13814         * text2.C (insertInset):
13815         * paragraph.C (insetAllowed):
13816         * BufferView_pimpl.C (insertInset): update to take in account the
13817         renaming of insertInsetAllowed
13818
13819         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13820
13821         * text2.C (getInset): new method. returns inset at cursor position.
13822
13823         * BufferView_pimpl.C (Dispatch): changes because of this.
13824
13825         * LyXAction.C (init): rename open-stuff to inset-toggle.
13826
13827         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13828
13829         * text2.C (toggleInset): renamed from openStuff; use
13830         Inset::open().
13831
13832 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13833
13834         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13835
13836         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13837
13838 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13839
13840         * buffer.C (readLyXformat2): Add filename to the error dialog
13841
13842 2001-07-18  Juergen Vigna  <jug@sad.it>
13843
13844         * tabular.C (GetCellNumber): put an assert here instead of the check!
13845
13846 2001-07-17  Juergen Vigna  <jug@sad.it>
13847
13848         * BufferView_pimpl.C (toggleSelection): adapted too.
13849
13850         * text.C (selectNextWord): adapted for use with insets.
13851         (selectSelectedWord): ditto
13852
13853 2001-07-17  Juergen Vigna  <jug@sad.it>
13854
13855         * sp_spell.C (PSpell): fix initialitation order.
13856
13857 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13858
13859         * paragraph.C: spacing
13860
13861 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13862
13863         * sp_spell.C: repair language selection for pspell
13864
13865 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13866
13867         * lyxfunc.h: change more methods to begin with lower char.
13868
13869 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13870
13871         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13872         for unknown layouts.
13873
13874 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13875
13876         * buffer.C (readLyXformat2): Generate an error dialog if there are
13877         unknown layouts.
13878
13879 2001-07-16  Juergen Vigna  <jug@sad.it>
13880
13881         * sp_spell.C: always compile ISpell part.
13882
13883         * lyxrc.C: added use_pspell entry and it's handling.
13884
13885 2001-07-13  Juergen Vigna  <jug@sad.it>
13886
13887         * sp_spell.C: removed double includes.
13888
13889 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13890
13891         Consistent use of Lsstream.h:
13892         * Lsstream.h: added using std::stringstream for consistencies sake.
13893
13894         * buffer.C: removed using std::stringstream
13895
13896         * lyxfont.C (stateText):
13897         * paragraph.C (asString):
13898         * text.C (selectNextWord, selectSelectedWord):
13899         * text2.C (setCounter):
13900         * vspace.C (asString, asLatexString):
13901         std::ostringstream -> ostringstream.
13902
13903 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13904
13905         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13906         * commandtags.h: add LFUN_HELP_ABOUTLYX
13907         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13908
13909 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13910
13911         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13912         cursorToggle()
13913         * lyx_gui_misc.C: remove spellchecker
13914         * lyxfunc.C: showSpellchecker
13915         * sp_base.h: added
13916         * sp_ispell.h: added
13917         * sp_pspell.h: added
13918         * sp_spell.C: added
13919         * sp_form.[Ch]: removed
13920         * spellchecker.[Ch]: removed
13921
13922 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13923
13924         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13925         is set.
13926         (simpleTeXSpecialChars): Simply print the input character without
13927         any special translation if pass_thru is set.
13928
13929         * layout.h: Added bool pass_thru to layout class for being able to
13930         implement pass through of a paragraph for Literate Programming.
13931
13932         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13933         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13934         * layout.C (Read): add "passthru" to list of layout tags and add
13935         code to set the pass_thru boolean when it is read.
13936
13937 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13938
13939         * trans_decl.h: remove allowed from KmodInfo
13940
13941         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13942         remove allowed code
13943         (Load): adjust
13944
13945         * paragraph_pimpl.C (erase): use boost::prior
13946
13947         * Painter.C (text): use data() instead of c_str() when length is
13948         also provided.
13949         * WorkArea.C (putClipboard): ditto
13950         * font.h (width): ditto
13951
13952         * BufferView2.C: use it-> instead of (*it). for iterators
13953         * texrow.C: ditto
13954         * paragraph_pimpl.C: ditto
13955         * paragraph.C: ditto
13956         * minibuffer.C: ditto
13957         * language.C: ditto
13958         * kbmap.C: ditto
13959         * encoding.C: ditto
13960         * counters.C: ditto
13961         * converter.C: ditto
13962         * chset.C: ditto
13963         * Variables.C: ditto
13964         * TextCache.C: ditto
13965         * MenuBackend.C: ditto
13966         * LyXAction.C: ditto
13967         * LColor.C: ditto
13968         * FloatList.C: ditto
13969         * DepTable.C: ditto
13970         * ColorHandler.C (LyXColorHandler): ditto
13971
13972 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13973
13974         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13975
13976         * text2.C (openStuff): reintroduce this method (which had been
13977         nuked in NEW_INSETS frenzy).
13978
13979         * lyxfunc.C (Dispatch): when an action has not been handled, use
13980         its name in the error message, not its number.
13981
13982         * paragraph.C (inInset): change method name to begin with lowercase.
13983
13984         * undo_funcs.C:
13985         * text2.C: updates because of this.
13986
13987 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13988
13989         * ToolbarDefaults.C (add): add spaces in error message
13990
13991 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13992
13993         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13994         (readLyXformat2): rename return_par to first_par, use lyxlex's
13995         pushToken and remove the manual push handling.
13996         (parseSingleLyXformat2Token): add another ert comp. variable:
13997         in_tabular, rename return_par to first_par. handle newlines better
13998
13999 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14000
14001         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14002
14003 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14004
14005         * text2.C (getParFromID): removed
14006
14007         * buffer.C (getParFromID): new method moved form lyxtext.
14008         * BufferView2.C (insertErrors): adjust
14009         (setCursorFromRow): adjust
14010         * BufferView_pimpl.C (restorePosition): adjust
14011         * lyxfunc.C (Dispatch): adjust
14012         * undo_funcs.C (textUndo): adjust
14013         (textRedo): adjust
14014         (textHandleUndo): adjust
14015         (textHandleUndo): adjust
14016
14017 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14018
14019         * buffer.C: up' the LYX_FORMAT
14020
14021         * lyxfont.h: turn NO_LATEX on as default
14022
14023         * buffer.C (insertErtContents): new methods of tex style compability.
14024         (parseSingleLyXformat2Token): use it several places.
14025         * tabular.C (OldFormatRead): and here
14026
14027 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14028
14029         * text2.C: remove some commented code.
14030         reindent file.
14031
14032         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14033         * trans.C: changes because of the above.
14034
14035 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14036
14037         * text2.C (setCounter): Fix counters bug with bibliography layout.
14038
14039 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14040
14041         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14042         own member functions
14043         (simpleTeXSpecialChars): ditto
14044
14045 2001-07-06  Juergen Vigna  <jug@sad.it>
14046
14047         * a lot of files: changed the access to LyXText::status and the
14048         call of undo-functions.
14049
14050         * undo.[Ch]: added a inset_id to the undo informations.
14051
14052         * undo_funcs.[Ch]: added and moved here all undo functions.
14053
14054         * lyxtext.h: give the status enum a weight, made status_ a private
14055         variable and made accessor functions for it, removed the whole bunch
14056         of undo-functions as they are now in their own file, make some
14057         functions publically available. Added function ownerParagraph with
14058         int parameter.
14059
14060         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14061         made InInset() a const function, added getParFromID() function.
14062
14063         * buffer.[Ch]: added const version for inset_iterator functions,
14064         added getInsetFromID() function.
14065
14066         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14067         changed undo functions for new version.
14068
14069 2001-07-05  Juergen Vigna  <jug@sad.it>
14070
14071         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14072         unknow mechanism does not call the proper constructor but only this
14073         one also if I request the other!?
14074
14075 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14076
14077         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14078
14079         * text2.C (LyXText): use initialization lists.
14080
14081         * lyxtext.h (Selection): initialize set_ and mark_
14082         (init): remove method
14083
14084 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14085
14086         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14087
14088 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14089
14090         * screen.[Ch]: change method names to begin with lowercase
14091
14092         * BufferView_pimpl.C (updateScrollbar): simplify further and
14093         hopefully make it a bit faster.
14094
14095 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14096
14097         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14098         calling directly xforms functions.
14099
14100         * Painter.C (Painter):
14101         * lyx_cb.C (MenuWrite):
14102         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14103         fl_display.
14104
14105         * lyx_gui.C: remove bogus guiruntime extern declaration.
14106
14107 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14108
14109         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14110         in NEW_INSETS
14111         (redoDrawingOfParagraph): ditto
14112         (redoParagraphs): ditto
14113         (cutSelection): don't create a object for CutAndPaste use the
14114         static method directly
14115         (pasteSelection): ditto
14116
14117         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14118         LyXview (+ rename)
14119
14120 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14121
14122         * modifications to some other files because of this.
14123
14124         * Makefile.am (lyx_SOURCES): add XFormsView
14125
14126         * XFormsView.[Ch]: new files
14127
14128         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14129         the main window. Move the gui dependent stuff to XFormsView
14130
14131 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14132
14133         * tabular.C (GetCellInset): update cur_cell also in the row/col
14134         version of this function.
14135
14136         * lyxfunc.C: no need to include figure_form.h here.
14137
14138         * FontLoader.h:
14139         * lyxfunc.h:
14140         * lyxscreen.h:
14141         * text2.C:
14142         * lyxvc.C: no need to include forms.h here.
14143
14144 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14145
14146         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14147
14148         * lyxfunc.C (Dispatch):
14149         * Spacing.C (set):
14150         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14151         constructor argument.
14152
14153 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14154
14155         * paragraph.C (Paragraph): dont't clear, and just set layout.
14156         (makeSameLayout): use params's copy contructor.
14157
14158         * ParagraphParameters.[Ch] (makeSame): delete method
14159
14160 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14161
14162         * Variables.[Ch]: fix indentation, rename set to isSet
14163
14164 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14165
14166         * lyxfunc.C (Dispatch): fix typo
14167
14168 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14169
14170         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14171         upper_bound.
14172
14173         * bufferlist.C: include assert.h for emergencyWrite().
14174
14175 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14176
14177         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14178           give up at last (bug #425202) !
14179
14180 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14181
14182         * lyx_gui_misc.C:
14183         * sp_form.h:
14184         * sp_form.C:
14185         * spellchecker.h:
14186         * spellchecker.C: strip spellchecker options and bring up
14187           preferences tab instead
14188
14189 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14190
14191         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14192         the istringstream constructor
14193
14194 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14195
14196         * paragraph.C (getLayout): fix return value
14197
14198         * paragraph.h: do not declare getLayout as inline.
14199
14200         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14201
14202 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14203
14204         * lyxcursor.h (operator<): new func
14205         (operator>): new func
14206         (operator>=): new func
14207         (operator<=): new func
14208
14209         * text.C (changeCase): use selection.start and selection.end
14210         (changeRegionCase): require from to be <= to. Require par to be a
14211         valid paragraph.
14212
14213         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14214
14215 2001-06-27  Juergen Vigna  <jug@sad.it>
14216
14217         * text.C (cursorLeftOneWord): changed to return the cursor and added
14218         overlay with BufferView * parameter which calls this one.
14219         (getWord): added
14220         (selectWord): use new getWord function.
14221         (changeCase): renamed from changeWordCase as and extended to work
14222         also on selections.
14223
14224         * lyxtext.h: added enum word_location
14225
14226         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14227         changeCase as this operates now also on selections.
14228
14229 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14230
14231         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14232
14233         * many files: send debug output to Debug::INFO instead of
14234         Debug::ANY.
14235
14236         * converter.C (View):
14237         (Convert):
14238         (Move): send debug output to Debug::FILES instead of console.
14239
14240 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14241
14242         * lyxfunc.C (getStatus): use func_status
14243
14244         * func_status.h: new header, describing the results of
14245         LyXFunc::getStatus;
14246
14247         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14248         LFUN_MATH_HALIGN.
14249
14250 2001-06-25  The LyX Project  <jug@sad.it>
14251
14252         * buffer.C (sgmlOpenTag):
14253         (sgmlCloseTag):
14254         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14255
14256 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14257
14258         * text2.C: remove some dead code
14259
14260         * tabular.C (GetCellInset): store the last cell checked (gotten)
14261
14262         * tabular.h: add the helper for the speedup
14263
14264         * lyxtext.h: remove some dead code
14265
14266 2001-06-26  The LyX Project  <Asger>
14267
14268         * paragraph.C: Change export to LaTeX of alignment to
14269         \begin{center} and family for better roundtrip work with reLyX.
14270
14271         * Tune the math drawing a bit.
14272
14273 2001-06-25  The LyX Project  <Asger>
14274
14275         * LColor.C (LColor): New color for math background. New color
14276         for buttons.
14277
14278 2001-06-25  The LyX Project  <jug@sad.it>
14279
14280         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14281
14282         * lyxfunc.C (Open):
14283         * bufferlist.C (newFile): do not restrict to files ending with
14284         .lyx
14285
14286         * BufferView_pimpl.C (MenuInsertLyXFile):
14287
14288 2001-06-24  The LyX Project  <jug@sad.it>
14289
14290         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14291         of compare_no_case
14292
14293 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14294
14295         * lyxtext.h: rename most methods to begin with a small char.
14296         Lots of changes because of this.
14297
14298         * paragraph.C (Paragraph): do not call fitToSize
14299         (erase): call Pimpl::erase
14300         (insertChar): call Pimpl::insertChar
14301         (insertInset): call Pipl::insertInset
14302         (breakParagraph): do not call fitToSize
14303         (breakParagraphConservative): do not call fitToSize
14304         (fitToSize): remove method
14305
14306         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14307
14308 2001-06-24  The LyX Project  <Asger>
14309
14310         * Fix Qt compilation^2
14311
14312 2001-06-24  The LyX Project  <jug@sad.it>
14313
14314         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14315         depthHook(getDepth()-1).
14316
14317         * paragraph.h:
14318         * ParagraphParameters.h:
14319         * ParameterStruct.h: change type of depth to unsigned int ==
14320         depth_type. Many adaptations to other files before of that.
14321
14322 2001-06-24  The LyX Project  <Asger>
14323
14324         * Fix Qt compilation.
14325
14326 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14327
14328         * paragraph.h: renamed several methods to begin with small letter.
14329         several changes to many parts of the code because of this.
14330
14331 2001-06-23  The LyX Project  <jug@sad.it>
14332
14333         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14334         rewritten to discard all double spaces when KeepEmpty is off
14335         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14336         to only handle newlines but not fiddle with spaces and friends.
14337
14338         * lyxfunc.C (MenuNew): when doing 'new from template', use
14339         template_path as default directory
14340
14341 2001-06-23  The LyX Project  <Asger>
14342
14343         * Clean-up of header file includes all over
14344         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14345
14346 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14347
14348         * paragraph.h: renamed from lyxparagraph.h
14349
14350 2001-06-23  Asger  <lyx@violet.home.sad.it>
14351
14352         * Buffer.h: Removed Buffer::resize
14353         * BufferList.h: Removed BufferList::resize
14354         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14355         the document lazily when we change the width, or the font settings.
14356
14357 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14358
14359         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14360
14361 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14362
14363         * buffer.h: remove out of date comment
14364
14365 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14366
14367         * lyxscreen.h:
14368         * screen.C: fix "theoretical" GC leak
14369
14370 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14371
14372         * LaTeX.C (scanAuxFile):
14373         (deplog): remove trailing \r when reading stream (useful under
14374         win32)
14375
14376 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14377
14378         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14379         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14380         and BufferView::theLockingInset(Inset*), so should use them and not
14381         access bv_->text->the_locking_inset directly.
14382
14383         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14384
14385 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14386
14387         * Makefile.am:
14388         * tex-defs.h: remove old unused file
14389
14390 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14391
14392         * BufferView_pimpl.C: fix typo, remove minibuffer message
14393           when buffer has loaded
14394
14395 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14396
14397         * lyxfunc.C (Dispatch): use stringstream
14398         (MenuNew): use stringstream
14399         (Open): use stringstream
14400
14401         * importer.C (Import): use stringstream
14402
14403         * bufferview_funcs.C (CurrentState): use stringstream
14404
14405         * LaTeX.C (run): use stringstream
14406
14407         * BufferView_pimpl.C (savePosition): use stringstream
14408         (restorePosition): use stringstream
14409         (MenuInsertLyXFile): use stringstream
14410
14411 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14412
14413         * BufferView.C:
14414         * Bullet.C:
14415         * ColorHandler.C:
14416         * FontInfo.C:
14417         * FontLoader.C:
14418         * LColor.C:
14419         * LaTeXFeatures.C:
14420         * Painter.C:
14421         * gettext.C:
14422         * lyx_gui_misc.C:
14423         * lyxserver.C:
14424         * vspace.C: removed // -*- C++ -*- as first line.
14425
14426         * lyxfind.h:
14427         * version.h: added // -*- C++ -*- as first line.
14428
14429 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14430
14431         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14432
14433         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14434         of string
14435
14436 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14437
14438         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14439         of floats.
14440
14441 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14442
14443         * gettext.C: include LString.h even when --disable-nls is on.
14444
14445 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14446
14447         * converter.h (Get): changed argument type from int to
14448         FormatList::size_type to avoid unnecessary conversion.
14449
14450         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14451         before using it.
14452
14453 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14454
14455         * gettext.h: include LString.h even when --disable-nls is on.
14456
14457 2001-06-07  Juergen Vigna  <jug@sad.it>
14458
14459         * text.C (BreakAgain): subst spaces with tabs.
14460
14461         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14462         (resizeInsetsLyXText): set force on resizeLyXText.
14463
14464 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14465
14466         * gettext.h (gettext_init):
14467         (locale_init): use a real definition instead of a macro
14468
14469 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14470
14471         * Bufferview_pimpl.C:
14472         * LColor.h:
14473         * LColor.C: further lcolor tidies
14474
14475 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14476
14477         * BufferView_pimpl.C (updateScrollbar): simplify.
14478
14479         * BufferView2.C: don't include insets/insetinfo.h, change
14480         prototype for insertInset and call the Pimpl version. let
14481         updateInset call Pimpl version.
14482
14483         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14484         gotoInset to BufferView::Pimpl
14485
14486 2001-06-01  Juergen Vigna  <jug@sad.it>
14487
14488         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14489         inside a LockingInset (is the update needed at all?).
14490
14491 2001-05-31  Juergen Vigna  <jug@sad.it>
14492
14493         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14494         here not the old one otherwise how should we compare it afterwards
14495         if it's the same!
14496
14497 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14498
14499         * lyxfont.C:
14500         * tabular.C:
14501         * tabular-old.C:
14502         * FontInfo.C: bring C functions into global namespace when
14503         necessary
14504
14505 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14506
14507         * LString.h: make sure config.h has been loaded before LString.h.
14508
14509         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14510         (one for each char read by EatLine!).
14511
14512         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14513         variables.
14514
14515 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14516
14517         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14518         to the same as the par we break from
14519
14520 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14521
14522         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14523
14524         * MenuBackend.C (expand): also create menu entries for wide
14525         versions of the floats.
14526
14527         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14528
14529         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14530
14531         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14532         frontends/Makefile.am
14533
14534         * text2.C: adjust
14535         * text.C: adjust
14536
14537
14538         * tabular.C (getTokenValue): add std::
14539
14540         * tabular-old.C (getTokenValue): add std::
14541         (getTokenValue): ditto
14542         (getTokenValue): ditto
14543
14544         * screen.C (ToggleSelection): adjust
14545
14546         * lyxtext.h: put selection cursors inside a Selection struct.
14547
14548         * lyxfunc.C (moveCursorUpdate): adjust
14549
14550         * lyxfont.C (latexWriteStartChanges): add std::
14551
14552         * lyxfind.C: adjust
14553
14554         * font.h: delete with(char const *, LyXFont const &)
14555
14556         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14557
14558         * FontInfo.C (getFontname): add std::
14559
14560         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14561         (workAreaButtonPress): adjust
14562         (tripleClick): adjust
14563         (update): adjust
14564         (moveCursorUpdate): adjust
14565         (Dispatch): adjust
14566
14567         * BufferView2.C (gotoInset): adjust
14568
14569 2001-05-30  Juergen Vigna  <jug@sad.it>
14570
14571         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14572         to check pspell I add this as default as I now have new pspell
14573         libraries and they seem to use this.
14574
14575 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14576
14577         * text2.C (CutSelection): make the cursor valid before the call to
14578         ClearSelection.
14579
14580 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14581
14582         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14583         relied on 0 terminated strings and other horrors. Bug found due to
14584         the new assert in lyxstring!
14585
14586         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14587         KP_ keys.
14588
14589 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14590
14591         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14592         to latinkeys.bind.
14593
14594         * lyxfunc.C (processKeySym): change method of getting to the
14595         self-insert char.
14596
14597         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14598         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14599         * BufferView_pimpl.[Ch]: here as private methods.
14600
14601 2001-05-28  Juergen Vigna  <jug@sad.it>
14602
14603         * text.C (SetHeightOfRow): added the update() call again as it is
14604         needed to initialize inset dimensions!
14605
14606 2001-05-16  Juergen Vigna  <jug@sad.it>
14607
14608         * text2.C (SetCharFont): Add new function with BufferView * and
14609         bool toggleall parameters for setting insets internal fonts.
14610         (SetFont): Freeze the undo as we may change fonts in Insets and
14611         all this change should be inside only one Undo!
14612
14613         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14614         setting font's in insets as for them we have the SetFont function!
14615
14616 2001-05-15  Juergen Vigna  <jug@sad.it>
14617
14618         * text2.C (ClearSelection): to be sure we REALLY don't have any
14619         selection anymore!
14620
14621         * tabular.C (TeXCellPreamble): fixed the left border problem for
14622         multicolumn cells.
14623
14624 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14625
14626         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14627         dependancy file
14628
14629 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14630
14631         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14632         LFUN_BREAKPARAGRAPH.
14633
14634         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14635         help test to "internal only", similar for LFUN_INSERT_URL
14636
14637         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14638         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14639         auto_region_delete and deadkeys.
14640
14641 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14642
14643         * LColor.h:
14644         * LColor.C: remove some dead entries, tidy a little
14645
14646 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14647
14648         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14649         commented code.
14650         (Dispatch): implement LFUN_ESCAPE
14651
14652         * commandtags.h: add LFUN_ESCAPE
14653
14654         * LyXAction.C (init): add entry for LFUN_ESCAPE
14655
14656         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14657         Remove commented code.
14658         (insertNote): moved here
14659         (open_new_inset): moved here
14660
14661         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14662         BufferView_pimpl
14663
14664 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14665
14666         * kbmap.C (findbinding): clean it up and make it work correctly.
14667
14668         * lyx_main.C (init): do not pass argc and argv as parameters
14669
14670 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14671
14672         * buffer.C: fix path for OS/2 & Win32
14673
14674         * lyx_gui.C:
14675         * lyx_main:
14676         * lyx_main.C: Added os:: class.
14677
14678         * os2_defines.h: update
14679
14680 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14681
14682         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14683         better by trying again with reduced state.
14684
14685 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14686
14687         * lyxrc.C (read): print error about invalid key sequence only when
14688         debugging (because not all latinX keysyms are known to some X
14689         servers)
14690
14691         * kbsequence.C (getiso): add a few std:: qualifiers
14692         (getiso): comment out extra return statement.
14693
14694 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14695
14696         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14697         handling.
14698         (Dispatch): enhance the accent inset a bit. (not perfect)
14699
14700 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14701
14702         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14703
14704 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14705
14706         * bufferlist.C (emergencyWrite): fix assert() call
14707
14708 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14709
14710         * text.C (InsertChar): Added trivial patch to only send the "you
14711         can not do multiple spaces this way" message once during a
14712         session.
14713
14714 2001-05-08  Baruch Even  <baruch@lyx.org>
14715
14716         * Makefile.am: Changed order of libraries to get LyX to link properly
14717         with the gnome frontend.
14718
14719 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14720
14721         * LaTeXFeatures.h: add a std:: qualifier
14722
14723 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14724
14725         * paragraph.C (String): use stringstream
14726
14727 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14728
14729         * paragraph.C (writeFile): remove footflag arg
14730
14731         * buffer.C (makeLaTeXFile): use stringstream
14732         (latexParagraphs): remove footnot gurba
14733
14734         * LaTeXFeatures.C (getPackages): use stringstream
14735         (getMacros): likewise
14736         (getTClassPreamble): likewise
14737         (getFloatDefinitions): new method
14738
14739         * paragraph.C (writeFile): reindent
14740         (Erase): reindent
14741
14742         * WorkArea.h: revert the xpos + etc changes.
14743
14744         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14745
14746         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14747
14748         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14749         (pasteSelection): likewise
14750         * text2.C (CreateUndo): likewise
14751
14752 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14753
14754         * minibuffer.C (peek_event): temporarily reduce the functionality
14755         of the minibuffer (to allow args on lfuns)
14756
14757         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14758         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14759
14760         * buffer.C (readInset): add compability reading of old float
14761         lists, add reading of new style float list.
14762         (readInset): avoid reevaluation of inscmd.getCmdName()
14763         (getLists): reindent
14764
14765         * MenuBackend.C (MenuItem): implement parsing of
14766         md_floatlistinsert and md_floatinsert.
14767         (expand::LastFiles): move initalizaton of iterators out of loop,
14768         avoid reevaluation.
14769         (expand::Documents): introduce typdedef vector<string> Strings,
14770         and use it.
14771         (expand::ExportFormats): introduce typedef vector<Format const *>
14772         Formats, and use it.
14773         (expand): implement FloatListInsert and FloatInsert.
14774
14775         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14776         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14777         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14778
14779         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14780         handling.
14781         (Dispatch::LFUN_FLOAT_LIST): implement
14782
14783 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14784
14785         * LaTeX.C (run): Fix problem with --export code.
14786
14787 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14788
14789         * BufferView.[Ch] (workarea): removed.
14790         (getClipboard) new method; wrapper for workarea()->getClipboard()
14791
14792         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14793         bug.
14794
14795         * WorkArea.h (width, height, xpos, ypos): These methods all
14796         returned the dimensions of the work_area sub-area of WorkArea,
14797         resulting in a position error if the WorkArea were resized. Now
14798         return the dimensions of the entire WorkArea.
14799
14800         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14801
14802 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14803
14804         * LaTeX.C (deplog): correct the syntax of regex reg1
14805
14806 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14807
14808         * undo.C: remove !NEW_INSETS cruft
14809
14810 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14811
14812         * text2.C: remove !NEW_INSETS cruft
14813
14814         * text.C: remove !NEW_INSETS cruft
14815
14816         * tabular.C: remove !NEW_INSETS cruft
14817
14818         * spellchecker.C: remove !NEW_INSETS cruft
14819
14820         * lyxtext.h: remove !NEW_INSETS cruft
14821
14822         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14823
14824         * lyxfunc.C: remove !NEW_INSETS cruft
14825
14826         * lyxfind.C: remove !NEW_INSETS cruft
14827
14828         * lyx_cb.C: remove !NEW_INSETS cruft
14829
14830         * figureForm.C: remove  !NEW_INSETS cruft
14831
14832         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14833
14834         * buffer.[Ch]: remove !NEW_INSETS cruft
14835
14836         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14837
14838         * CutAndPaste.C: remove !NEW_INSETS cruft
14839
14840         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14841
14842         * BufferView2.C: remove !NEW_INSETS cruft
14843
14844         * BufferView.h: remove !NEW_INSETS cruft
14845
14846 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14847
14848         * Lsstream.h: include LString.h before the sstream headers to
14849         fix problem with gcc 2.95.3 and lyxstring
14850
14851 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14852
14853         * lyx_main.C: add using directives when needed for C functions
14854         declared in std:: namespace.
14855
14856 2001-04-27  Juergen Vigna  <jug@sad.it>
14857
14858         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14859         (SetHeightOfRow): comment out the update call should not be needed!
14860
14861 2001-04-13  Juergen Vigna  <jug@sad.it>
14862
14863         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14864         (LyXTabular): tried to minimize operator= operations (and realized
14865         hopfully Lars wish).
14866
14867 2001-04-27  Juergen Vigna  <jug@sad.it>
14868
14869         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14870
14871 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14872
14873         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14874
14875         * buffer.C (readInset): hack to make listof algorithm work
14876
14877         * BufferView_pimpl.C: hack to make listof algorithm work
14878
14879 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14880
14881         * LyXAction.C: removed all !NEW_INSETS cruft
14882         (init): moved lfun_item in method
14883
14884         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14885
14886 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14887
14888         * BufferView2.C (theLockingInset): white space.
14889
14890 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14891
14892         * minibuffer.C: include <iostream>
14893
14894         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14895
14896         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14897
14898         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14899
14900         * text.[Ch] (TransposeChars): new method
14901
14902 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14903
14904         * call message directly through LyXView instead of through LyXFunc
14905         * BufferView2.C: adjust
14906         * BufferView_pimpl.C: adjust
14907         * FontLoader.C: adjust
14908         * buffer.C: adjust
14909         * bufferview_funcs.C: adjust
14910         * converter.C: adjust
14911         * figureForm.C: adjust
14912         * importer.C: adjust
14913         * lyx_cb.C: adjust
14914         * lyx_gui_misc.C: adjust
14915         * lyxfunc.C: adjust
14916         * lyxvc.C: adjust
14917         * text2.C: adjust
14918         + more files in subdirs
14919
14920         * lyxparagraph.h (size): move up int file
14921         (GetLayout): ditto
14922
14923         * adjust all uses of Assert to lyx::Assert.
14924
14925         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14926         lyxfunctional in namespace lyx
14927         * layout.C (hasLayout): ditto
14928         (GetLayout): ditto
14929         (GetLayout): ditto
14930         (delete_layout): ditto
14931         (NumberOfClass): ditto
14932         * converter.C (GetFormat): ditto
14933         (GetNumber): ditto
14934         (Add): ditto
14935         (Delete): ditto
14936         (SetViewer): ditto
14937         * bufferlist.C (getFileNames): ditto
14938         (emergencyWriteAll): ditto
14939         (exists): ditto
14940         (getBuffer): ditto
14941         * MenuBackend.C (hasSubmenu): ditto
14942         (hasMenu): ditto
14943         (getMenu): ditto
14944         * BufferView_pimpl.C (getInsetByCode): ditto
14945
14946 2001-04-18  Juergen Vigna  <jug@sad.it>
14947
14948         * vspace.C (asLatexString): fixed the 100% problem.
14949
14950 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14951
14952         * lyxfunc.C (Dispatch):
14953         * minibuffer.C:
14954         * minibuffer.h: add a few std:: qualifiers
14955
14956 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14957
14958         * minibuffer.[Ch]: reimplement so that commands is initiated and
14959         run from lyxfunc, simplified som handling, and made the completion
14960         and history code for complete. wip.
14961
14962         * lyxfunc.C (processKeySym): call message
14963         (miniDispatch): new temporary method
14964         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14965         (LFUN_MESSAGE): implement
14966         (LFUN_MESSAGE_PUSH): implement
14967         (LFUN_MESSAGE_POP): implement
14968         (initMiniBuffer): the initial/defualt minibuffer message.
14969
14970         * lyxfont.[Ch]: inline some more getters
14971
14972         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14973
14974         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14975
14976         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14977         (AutoSave): use LFUN_MESSAGE
14978         (Reconfigure): ditto
14979
14980         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14981
14982         * figureForm.C: use LFUN_MESSAGE
14983
14984         * converter.C (runLaTeX): use LFUN_MESSAGE
14985
14986         * bufferview_funcs.C: use LFUN_MESSAGE
14987         (Melt): ditto
14988         (changeDepth): ditto
14989
14990         * bufferparams.h: use boost::
14991
14992         * bufferlist.h: inherit privately from noncopyable
14993
14994         * bufferlist.C (loadLyXFile): remove some commented code.
14995
14996         * buffer.C (runChktex): use LFUN_MESSAGE
14997
14998         * ShareContainer.h: inherit privately from noncopyable
14999
15000         * ParagraphParameters.[hC] (depth): inline it.
15001
15002         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15003         methods.
15004         (message): new method
15005         (messagePush): ditto
15006         (messagePop): ditto
15007         (show): init minibuffer
15008         (showState): direct call
15009
15010         * LaTeX.[Ch]: inherit privately from noncopyable
15011         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15012         instead of WriteStatus.
15013
15014         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15015
15016         * BufferView_pimpl.C (buffer): don't init minibuffer
15017         (workAreaButtonPress): use LFUN_MESSAGE
15018         (workAreaButtonRelease): ditto
15019         (savePosition): ditto
15020         (restorePosition): ditto
15021         (MenuInsertLyXFile): ditto
15022         (workAreaExpose): don't init minibuffer
15023         (update): remove commented code, simplify
15024
15025         * BufferView2.C (openStuff): use LFUN_MESSAGE
15026         (toggleFloat): ditto
15027         (menuUndo): ditto
15028         (menuRedo): ditto
15029         (copyEnvironment): ditto
15030         (pasteEnvironment): ditto
15031         (copy): ditto
15032         (cut): ditto
15033         (paste): ditto
15034         (gotoInset): ditto
15035         (updateInset): remove some commented code
15036
15037         * lastfiles.h: inherit privately from noncopyable
15038         * layout.h: ditto
15039         * lyx_gui.h: ditto
15040         * lyx_main.h: ditto
15041         * lyxlex.h: ditto
15042         * lyxlex_pimpl.h: ditto
15043
15044         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15045         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15046         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15047
15048         * LyXAction.h: inherit privately from noncopyable, add methods
15049         func_begin, func_end, returning iterators to the func map.
15050
15051         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15052         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15053         (func_begin): new method
15054         (func_end): new method
15055
15056         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15057         and not)
15058         (copySelection): ditto
15059         (pasteSelection): ditto
15060
15061         * BufferView.C: whitespace change
15062         * BufferView.h: inherit privately from noncopyable
15063
15064 2001-04-16  Allan Rae  <rae@lyx.org>
15065
15066         * tabular-old.C (l_getline):
15067         * spellchecker.C (sc_check_word):
15068         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15069         an unrecognised preprocessor directive.  So ensure they're wrapped.
15070
15071 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15072
15073         * src/exporter.C (Export): Give an error message when path to file
15074         contains spaces.
15075
15076 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15077
15078         * LaTeX.C (deplog): Always check that foundfile exists.
15079
15080 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15081
15082         * lyx_main.h:
15083         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15084
15085 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15086
15087         * tabular.[Ch] (getLabelList): implement new method
15088
15089         * minibuffer.h: comment ouf setTiimer
15090
15091         * minibuffer.C (ExecutingCB): constify res
15092         (peek_event): constify s
15093         (Set): constify ntext
15094         (Init): constify nicename
15095
15096         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15097
15098         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15099         (savePosition): use two params to Minibuffer::Set
15100         (restorePosition): ditto
15101
15102 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15103
15104         * lyx_main.C: include language.h
15105
15106         * Makefile.am (lyx_main.o): add language.h
15107
15108 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15109
15110         * exporter.C:
15111         * paragraph.C:
15112         * screen.C:
15113         * tabular.C:
15114         * CutAndPaste.C: include gettext.h
15115
15116         * lyxfont.h: remove old hack with ON and OFF.
15117
15118         * lyxparagraph.h:
15119         * lyxfont.h: do not include language.h...
15120
15121         * BufferView2.C:
15122         * LaTeXFeatures.C:
15123         * Painter.C:
15124         * bufferview_funcs.C:
15125         * font.C:
15126         * lyxfont.C:
15127         * text.C:
15128         * text2.C:
15129         * trans_mgr.C:
15130         * paragraph.C: ... but do it here instead
15131
15132 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15133
15134         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15135
15136         * tabular.C: small reformat
15137
15138         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15139         NEW_INSETS version
15140         (GetChar): ditto
15141         (BreakParagraph): ditto
15142         (SetOnlyLayout): ditto
15143         (SetLayout): ditto
15144
15145         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15146         with one arg less.
15147
15148         * lastfiles.C: removed most using decl, add std:: where needed
15149
15150         * buffer.C: ws changes
15151
15152         * MenuBackend.C (class compare_format): put into anon namespace
15153         (expand): constify label, names, action, action2
15154         (expand):
15155
15156         * text.C (SingleWidth): constify font
15157         (IsBoundary): constify rtl2
15158         (GetVisibleRow): constify ww
15159
15160         * LaTeX.C (deplog): constify logfile
15161
15162         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15163         start_x, end_x
15164         (workAreaExpose): constify widthChange, heightChange
15165
15166         * lyxrow.C (par): moved
15167         (height): moved
15168         (next): moved
15169         * lyxrow.h: as inlines here
15170
15171         * lyxfont.h (shape): moved from lyxfont.C
15172         (emph): moved from lyxfont.C
15173
15174         * lyxfont.C (LyXFont): use initialization list for all
15175         constructors
15176         (shape): move to lyxfont.h as inline
15177         (emph): move to lyxfont.h as inline
15178
15179
15180 2001-04-04  Juergen Vigna  <jug@sad.it>
15181
15182         * vspace.C: had to include stdio.h for use of sscanf
15183
15184 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15185
15186         * BufferView.h:
15187         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15188         independent of xforms.
15189
15190 2001-04-02  Juergen Vigna  <jug@sad.it>
15191
15192         * spellchecker.C: fixed namespace placing!
15193
15194 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15195
15196         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15197         the LyXParagraph * is 0.
15198
15199 2001-03-29  Juergen Vigna  <jug@sad.it>
15200
15201         * vspace.C: added support for %, c%, p%, l%.
15202         (stringFromUnit): added helper function.
15203         (asLatexString): changed to give right results for the %-values.
15204
15205         * buffer.C: convert the widthp in a width%.
15206
15207 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15208
15209         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15210         figureForm.[Ch].
15211
15212         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15213         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15214
15215         * lyx_cb.[Ch]: see above.
15216
15217         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15218         form1.[Ch].
15219
15220         * form1.[Ch]:
15221         * lyx.[Ch]: replaced by figure_form.[Ch].
15222
15223         * lyx_gui.C:
15224         * lyx_gui_misc.C:
15225         * lyxfunc.C: changed headers associated with above changes.
15226
15227 2001-03-27  Juergen Vigna  <jug@sad.it>
15228
15229         * BufferView_pimpl.C: set the temporary cursor right!
15230
15231 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15232
15233         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15234
15235 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15236
15237         * LString.h: removed "using std::getline"!
15238
15239         * BufferView_pimpl.C (Dispatch): changes due to changes in
15240         InsetInclude::Params.
15241
15242         * buffer.C (tag_name): removed redundant break statements as they were
15243         producing lots of warnings with my compiler.
15244
15245 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15246
15247         * LString.h: add "using std::getline" when using the real <string>.
15248
15249 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15250
15251         * buffer.C: removed bitset usage.
15252         PAR_TAG moved to an anonymous name space.
15253         (tag_name): new funtion, also in the anonymous namespace.
15254         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15255         (makeDocBookFile): clean code. Completed transition from string arrays
15256         to string vectors.
15257         (SimpleDocBookOnePar): code clean.
15258
15259 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15260
15261         * tabular.C: add some comments.
15262
15263 2001-03-22  Juergen Vigna  <jug@sad.it>
15264
15265         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15266         compatibility read a bit and fixed bug with minipage in different
15267         depth.
15268
15269 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15270
15271         * buffer.C (pop_tag): removed.
15272         (push_tag): removed.
15273         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15274         array replaced with vector. Added support for CDATA sections.
15275         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15276         at any nest level.
15277         (makeDocBookFile): XML conformant declaration of CDATA section,
15278         fixed bug related to <emphasis> in the first paragraph char.
15279         (sgmlOpenTag): exclude empty tags.
15280         (sgmlCloseTag): ditto.
15281
15282         * buffer.h (pop_tag): removed.
15283         (push_tag): removed.
15284
15285 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15286
15287         * language.h (Languages): added size_type and size().
15288
15289 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15290
15291         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15292         response on compability reading of minipages. One probliem is that
15293         the old usage of minipages was «flertydig»
15294
15295         * several files here and in subdirs: don't use static at file
15296         scope use anon namespaces instead.
15297
15298 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15299
15300         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15301         LaTeX output. This is necessary for Literate document
15302         processing.
15303
15304 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15305
15306         * buffer.C: insert hfill when needed.
15307
15308         * tabular.C (l_getline): use string::erase, small whitespace change.
15309
15310         * BufferView_pimpl.C: try the anon namespace.
15311         * WorkArea.C: ditto
15312
15313 2001-03-16  Juergen Vigna  <jug@sad.it>
15314
15315         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15316         otherwise it won't open options-dialogs.
15317
15318         * buffer.C: honor pextraWidth(p) on converting minipages.
15319
15320         * tabular.C (l_getline): changed the functions to strip trailing \r.
15321
15322 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15323
15324         * BufferView_pimpl.C:
15325         * minibuffer..C: added "using SigC::slot" declaration.
15326
15327 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15328
15329         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15330
15331         * text2.C: ditto
15332
15333         * text.C: ditto
15334
15335         * paragraph.C: ditto
15336
15337         * lyxtext.h: NO_PEXTRA
15338
15339         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15340
15341         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15342         * ParameterStruct.h: ditto
15343         * ParagraphParameters.h: ditto
15344         * lyxparagraph.h: ditto
15345
15346 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15347
15348         * buffer.C: add compability for minipage alignment.
15349         (latexParagraphs): remove unwanted pextra check.
15350
15351         * several files: remove CXX_WORKING_NAMESPACES
15352
15353         * buffer.C (pop_tag): tie is in namespace boost
15354
15355         * BufferView.h: noncopyable is in namespace boost
15356         * lyxlex.h: ditto
15357         * lyx_main.h: ditto
15358         * lyx_gui.h: ditto
15359         * layout.h: ditto
15360         * lastfiles.h: ditto
15361         * bufferlist.h: ditto
15362         * ShareContainer.h: ditto
15363         * LyXView.h: ditto
15364         * LyXAction.h: ditto
15365         * LaTeX.h: ditto
15366
15367 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15368
15369         * Merging changes from BRANCH_MVC back into HEAD.
15370
15371         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15372
15373 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15374
15375         * BufferView_pimpl.C: change from intl.C
15376
15377         * combox.h:
15378         * combox.C:
15379         * Makefile.am: move combox.*
15380
15381         * form1.h:
15382         * form1.C:
15383         * lyx_gui.C:
15384         * intl.h:
15385         * intl.C: remove dialog (covered by prefs)
15386
15387 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15388
15389         * lyxfunc.C (Dispatch): removed redundant break statement.
15390
15391 2001-03-14  Juergen Vigna  <jug@sad.it>
15392
15393         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15394
15395 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15396
15397         * buffer.C: add hack to fix compability reading of minipages.
15398
15399 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15400
15401         * buffer.C (getLists): Cleanup.
15402
15403 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15404
15405         * lyxfont.C (update): don't honor toggleall on font size.
15406
15407 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15408
15409         * bmtable.c:
15410         * bmtable.h:
15411         * Makefile.am: moved to frontends/xforms/
15412
15413         * lyx_gui_misc.C:
15414         * lyxfunc.C:
15415         * BufferView_pimpl.C: changes for moved mathpanel
15416
15417 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15418
15419         * gettext.h: fix gettext_init() in --disable-nls
15420
15421 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15422
15423         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15424
15425 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15426
15427         * lyx.C:
15428         * lyx.h: strip external form
15429
15430 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15431
15432         * BufferView_pimpl.C: add comment, destroySplash()
15433
15434 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15435
15436         * BufferView_pimpl.C:
15437         * LyXAction.C:
15438         * buffer.C:
15439         * commandtags.h:
15440         * lyxfunc.C: use re-worked insetinclude
15441
15442 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15443
15444         * buffer.C: add using std::stringstream.
15445
15446         * lyx_cb.C: readd using std::ios.
15447
15448         * buffer.C: add using std::map.
15449
15450         * BufferView_pimpl.C: add using std::vector.
15451
15452         * ShareContainer.h: add std:: to swap.
15453
15454         * buffer.h: add some typedefs
15455         * buffer.C (getLists): use them
15456         (getLists): renamed from getTocList.
15457         add a counter for the different float types and use it in the
15458         generated string.
15459         (getLists): use the same counter for the NEW_INSETS and the "non"
15460         NEW_INSETS
15461
15462         * lyx_cb.h: remove unused items, includes, using etc.
15463
15464         * ShareContainer.h: remove some commented code, add more comments
15465         and "documentation".
15466
15467 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15468
15469         * buffer.C (getTocList): make the list also when NEW_INSETS is
15470         defined.
15471
15472         * buffer.h: remove TocType
15473
15474         * buffer.C (getTocList): change to return a map<string,
15475         vector<TocItem> >, implement for dynamic number of list.
15476
15477         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15478         * text2.C (PasteSelection): adjust
15479         * CutAndPaste.C (pasteSelection): adjust
15480
15481         * FloatList.C (FloatList): update from the new_insets branch.
15482         * Floating.[Ch]: ditto
15483         * LaTeXFeatures.C: ditto
15484         * buffer.C: ditto
15485         * lyxlex_pimpl.C: ditto
15486
15487         * paragraph.C (Last): remove when NEW_INSETS is defined.
15488
15489         * other file: changes because of the above.
15490
15491 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15492
15493         * lyxparagraph.h: rename next to next_, previous to previous_,
15494         make them private for NEW_INSETS. Rename Next() to next(),
15495         Previous() to previous().
15496
15497         * other files: changes because of the above.
15498
15499 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15500
15501         * BufferView.h:
15502         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15503         problem.
15504
15505 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15506
15507         * main.C (main): pass lyx_localedir to gettext_init().
15508
15509         * gettext.h: remove locale_init and gettext_init macros
15510
15511         * gettext.C (locale_init): new function
15512         (gettext_init): new function
15513
15514         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15515         setlocale().
15516
15517 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15518
15519         * Moved credits to frontends:
15520         * credits.[Ch]: removed
15521         * credits_form.[Ch]: removed
15522         * lyx_gui_misc.C: remove credits stuff
15523         * Makefile.am:
15524
15525 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15526
15527         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15528
15529         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15530         unneeded destructor.
15531
15532         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15533         a standalone pointer again.
15534
15535         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15536
15537 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15538
15539         * Makefile.am:
15540         * filedlg.h:
15541         * filedlg.C:
15542         * LyXAction.C:
15543         * ToolbarDefaults.C:
15544         * bufferlist.C:
15545         * commandtags.h:
15546         * form1.C:
15547         * form1.h:
15548         * lyx_cb.C:
15549         * lyx_cb.h:
15550         * lyxfunc.h:
15551         * lyxfunc.C:
15552         * BufferView_pimpl.C: use new file dialog in GUII
15553
15554         * lyx_cb.h:
15555         * lyx_cb.C: remove LayoutsCB to Toolbar
15556
15557 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15558
15559         * ShareContainer.h (get): add std:: qualifier
15560
15561 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15562
15563         * ShareContainer.h: define a proper ShareContainer::value_type
15564         type (and use typename to please compaq cxx)
15565
15566 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15567
15568         * lyxparagraph.h: move serveral local vars to
15569         ParameterStruct/ParagraphParameters., use ShareContainer in
15570         FontTable., make vars in FontTable private and add getter and
15571         setter.
15572
15573         * paragraph.C: changes because of the above.
15574
15575         * lyxfont.h: remove copy constructor and copy assignment. (the
15576         default ones is ok), move number inside FontBits. move inlines to
15577         lyxfont.C
15578
15579         * lyxfont.C: add number to initializaton of statics, move several
15580         inlines here. constify several local vars. some whitespace
15581         cleanup. Dont hide outerscope variables.
15582
15583         * Spacing.h: add two new constructors to match the set methods.
15584
15585         * ShareContainer.h: new file, will perhaps be moved to support
15586
15587         * ParameterStruct.h: new file
15588
15589         * ParagraphParameters.h: new file
15590
15591         * ParagraphParameters.C: new file
15592
15593         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15594         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15595
15596         * BufferView_pimpl.C: ParagraphParameter changes.
15597         * buffer.C: Likewise.
15598         * bufferview_funcs.C: Likewise.
15599         * text.C: Likewise.
15600         * text2.C: Likewise.
15601
15602 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15603
15604         * lyxfind.C (LyXReplace): do not redefine default argument in
15605         implementation.
15606         (IsStringInText): ditto
15607         (SearchForward): ditto
15608         (SearchBackward): ditto
15609
15610 2001-03-06  Juergen Vigna  <jug@sad.it>
15611
15612         * lyxfind.C (IsStringInText): put parentes around expressions.
15613
15614 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15615
15616         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15617
15618 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15619
15620         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15621
15622         * stl_string_fwd.h: add comment
15623
15624         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15625
15626         * tabular.h:
15627         * tabular.C: remove unused DocBook methods
15628
15629         * intl.C:
15630         * language.C:
15631         * paragraph.C:
15632         * buffer.C:
15633         killed DO_USE_DEFAULT_LANGUAGE
15634
15635 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15636
15637         * lyx_gui.C: do not include language.h.
15638
15639         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15640         arguments in function implementation.
15641
15642 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15643
15644         * BufferView_pimpl.C: add <ctime>
15645
15646 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15647
15648         * BufferView_pimpl.C: add using std::find_if
15649
15650 2001-02-27  José Matos  <jamatos@fep.up.pt>
15651
15652         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15653         by OnlyPath.
15654
15655 2001-02-11  José Matos  <jamatos@fep.up.pt>
15656
15657         * buffer.C (makeDocBookFile): command styles now have a parameter as
15658         "title" by default.
15659
15660 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15661
15662         * layout_forms.[Ch]: removed
15663         * lyx_cb.[Ch]: out character
15664         * lyx_gui.C: out character
15665         * lyx_gui_misc.C: out character
15666         * bufferview_funcs.C: : out character,
15667         added toggleall as parameter in ToggleAndShow
15668
15669 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15670
15671         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15672
15673         * text2.C (SetCurrentFont): Disable number property at boundary.
15674
15675 2001-02-26  Juergen Vigna  <jug@sad.it>
15676
15677         * lyxfunc.C (getStatus): added a string argument override function so
15678         that this is correctly called from LyXFunc::Dispatch if it contains a
15679         do_not_use_argument which is used!
15680         (Dispatch): added check for "custom" export and call appropriate func.
15681
15682 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15683
15684         * lyxrc.C: Add language_command_local, language_use_babel and
15685         language_global_options.
15686
15687         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15688
15689         * buffer.C (makeLaTeXFile): Use language_use_babel and
15690         language_global_options.
15691
15692 2001-02-23  Juergen Vigna  <jug@sad.it>
15693
15694         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15695         which works with LyXText and putted it inside BufferView. Here now we
15696         only call for that part the BufferView::Dispatch() function.
15697
15698         * BufferView.C (Dispatch): added.
15699
15700         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15701         functions which needs to use a LyXText over from LyXFunc.
15702         (MenuInsertLyXFile): added
15703         (getInsetByCode): added
15704         (moveCursorUpdate): added
15705         (static TEXT): added
15706
15707 2001-02-22  Juergen Vigna  <jug@sad.it>
15708
15709         * BufferView_pimpl.C (update): call a status update to see if LyXText
15710         needs it.
15711
15712 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15713
15714         * vc-backend.C (revert): implement for CVS
15715         (getLog): implement for CVS
15716
15717 2001-02-20  Juergen Vigna  <jug@sad.it>
15718
15719         * text2.C (ClearSelection): added BufferView param for inset_owner call
15720
15721         * lyxfunc.C (TEXT): added this function and use it instead of
15722         directly owner->view()-text of getLyXText().
15723
15724 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15725
15726         * src/layout_forms.C: out preamble
15727         * src/layout_forms.h: out preamble
15728         * src/lyx_cb.C: out preamble
15729         * src/lyx_cb.h: out preamble
15730         * src/lyx_gui.C: out preamble
15731         * src/lyx_gui_misc.C: out preamble
15732         * src/lyxfunc.C: connect with guii preamble
15733
15734 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15735
15736         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15737
15738 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15739
15740         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15741         whether to run bibtex.
15742
15743 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15744
15745         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15746
15747 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15748
15749         * Makefile.am (lyx_SOURCES): removed bibforms.h
15750
15751         * vspace.h: doxygen
15752
15753         * text.C (GetVisibleRow): make several local vars const
15754
15755         * tabular.C: small cleanup.
15756
15757         * lyxserver.C (callback): use compare instead of strncmp
15758
15759         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15760         inlines to after class or to paragraph.C
15761
15762         * lyxfont.h: remove friend operator!=
15763
15764         * converter.h: move friend bool operator< to non friend and after
15765         class def.
15766
15767         * combox.h: small cleanup
15768
15769         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15770         to inlines after class def.
15771
15772         * buffer.C (pop_tag): use string operations instead of strcmp
15773
15774         * bmtable.c: doxygen, small cleanup
15775
15776         * LaTeX.h: remove friend operator==
15777
15778 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15779
15780         * screen.C:
15781         * lyxrc.[Ch]:
15782         * lyxfunc.C:
15783         * lyxfont.[Ch]:
15784         * lyx_cb.C:
15785         * intl.[Ch]:
15786         * commandtags.h:
15787         * buffer.C:
15788         * WorkArea.[Ch]:
15789         * LyXAction.C:
15790         * BufferView_pimpl.C:
15791         * BufferView.[Ch]: remove cruft
15792
15793 2001-02-14  Juergen Vigna  <jug@sad.it>
15794
15795         * lyxfunc.C: removed #if 0 unused code
15796
15797         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15798
15799         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15800
15801         * text2.C (SetSelection): added a BufferView * parameter
15802
15803 2001-02-13  Juergen Vigna  <jug@sad.it>
15804
15805         * lyxfunc.C (Dispatch): fixed protected blank problem.
15806         * BufferView2.C (protectedBlank): added LyxText * parameter.
15807
15808         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15809         (AppendColumn): same as above for column_info.
15810
15811         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15812         (moveCursorUpdate): use a LyXText param for support of InsetText.
15813
15814         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15815         (tripleClick): ditto
15816
15817         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15818
15819         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15820
15821         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15822
15823         * text2.C (SetSelection): set correct update status if inset_owner
15824         (ToggleFree): ditto
15825
15826 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15827
15828         * tabular.C: remove some commented code.
15829
15830 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15831
15832         * BufferView_pimpl.C: call hideSplash()
15833
15834         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15835
15836         * include_form.h:
15837         * bibforms.h: remove
15838
15839         * lyxfunc.C:
15840         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15841           add LFUN_CHILD_CREATE
15842
15843         * counters.h: fix tiny typo
15844
15845         * lyx_cb.C:
15846         * lyx.h:
15847         * lyx_gui.C:
15848         * lyx.C: move splash to frontends/xforms/
15849
15850         * lyx_gui_misc.C: move Include and Bibform to frontends
15851
15852         * lyxvc.h: clarify comment
15853
15854         * vspace.C: tiny housekeeping
15855
15856 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15857
15858         * text.C (PrepareToPrint): RTL Fix.
15859
15860         * paragraph.C (GetUChar): New method.
15861         (String):  Use GetUChar.
15862
15863         * buffer.C (asciiParagraph): Use GetUChar.
15864
15865 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15866
15867         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15868
15869 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15870
15871         * buffer.h:
15872         * buffer.C: rename to getLogName(), handle
15873           build log / latex log nicely
15874
15875 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15876
15877         * MenuBackend.C:
15878         * MenuBackend.h: remove support for reference menuitem type.
15879
15880 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15881
15882         * BufferView_pimpl.C: housekeeping
15883         * BufferView_pimpl.h:
15884         * LyXView.h:
15885         * Makefile.am:
15886         * Timeout.C:
15887         * Timeout.h:
15888         * minibuffer.h: move Timeout GUI-I
15889
15890 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15891
15892         * lyxrc.C (read): Update converters data-structures.
15893
15894 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15895
15896         * LaTeX.h (operator!=): add operator != for Aux_Info
15897
15898 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15899
15900         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15901
15902         * LaTeXLog.C: deleted, useful code moved to Buffer
15903
15904         * buffer.h:
15905         * buffer.C: new function getLatexLogName()
15906
15907         * lyx_gui_misc.C:
15908         * lyx_gui.C:
15909         * lyxvc.C:
15910         * lyxvc.h:
15911         * lyxfunc.C: use frontends for LaTeX and VC logs
15912
15913 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15914
15915         * LaTeX.h: yet another std:: that Allan forgot.
15916
15917         * Variables.C (set): renamed from isset(), because this clashes
15918         with some HP-UX macros (grr).
15919
15920 2001-02-06  Allan Rae  <rae@lyx.org>
15921
15922         * LaTeX.h: Another bug fix.  Missing std:: this time.
15923
15924 2001-02-04  Allan Rae  <rae@lyx.org>
15925
15926         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15927         floats problem. I've left it commented out because it's not quite
15928         correct.  It should also test that the current object is a table or
15929         figure inset.  But I haven't gotten around to figuring out how to do
15930         that.  I *think* it'll be something like: "table" == inset.type()
15931
15932         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15933         bool.
15934
15935 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15936
15937         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15938         all the citation/databases/styles in the auxilary file.
15939         (run): Rerun latex if there was a babel language error.
15940
15941 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15942
15943         * text.C (Backspace): Preserve the font when changing newline char
15944         with a space.
15945         (BreakParagraph): If the cursor is before a space, delete the space.
15946
15947         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15948
15949 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15950
15951         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15952         new argument (code).
15953         (ChangeCitationsIfUnique): New method.
15954
15955         * paragraph.C (GetPositionOfInset): Handle bibkey.
15956
15957 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15958
15959         * BufferView_pimpl.h: change type of Position::par_pos to
15960         LyXParagraph::size_type.
15961
15962 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15963
15964         * BufferView_pimpl.C (savePosition, restorePosition): Write
15965         messages to minibuffer.
15966
15967 2001-01-28  José Matos  <jamatos@fep.up.pt>
15968
15969         * buffer.C (makeDocBookFile): adds support for document language.
15970         A silly restriction on the name of LatexCommand types where removed.
15971         Added support for CDATA sections, allows to chars unescaped, used
15972         among others in code, to avoid escape < and >.
15973
15974 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15975
15976         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15977         saved positions instrad of a stack. Furthermore, a position is
15978         stored using paragraph id/paragraph position.
15979
15980         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15981         Remove LFUN_REF_BACK.
15982
15983 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15984
15985         * converter.C (dvipdfm_options): New method.
15986
15987 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15988
15989         * vspace.C (isValidLength): Fix for empty input string.
15990
15991 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15992
15993         * LyXAction.C (init): change description of LFUN_FIGURE to
15994         "Insert Graphics"
15995
15996 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15997
15998         * LaTeX.C: add using directive
15999
16000 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16001
16002         * MenuBackend.C (expand): Fix the sorting of the formats.
16003
16004 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16005
16006         * lyx_main.C: tiny error message fix
16007
16008 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16009
16010         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16011         calling fl_initialize(). This fixes the problem with ',' as
16012         decimal separator in text files.
16013
16014 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16015
16016         * trans.C (process): Fix the keymap bug.
16017
16018 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16019
16020         * LaTeX.C (scanAuxFiles): New method. Provides support for
16021         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16022         (scanLogFile) Scan for "run BibTeX" messages.
16023
16024         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16025         OT1 font encoding. Also, load the aecompl package if the ae
16026         package is loaded.
16027
16028         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16029
16030 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16031
16032         * texrow.C (increasePos): turn two error messages into debug
16033         messages.
16034
16035 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16036
16037         * LaTeX.C (scanAux): Handle the \@input macro.
16038         (runBibTeX): Use scanAux().
16039
16040         * language.C (latex_options_): New field.
16041
16042         * LaTeXFeatures.C (getMacros): Add language macros.
16043
16044         * buffer.C (makeLaTeXFile): Small fix.
16045
16046 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16047
16048         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16049
16050         * text2.C: add a using directive.
16051
16052 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16053
16054         * BufferView2.C:
16055         * lyx_gui_misc.h:
16056         * lyxfr1.C:
16057         * lyxfunc.C: kill LyXBell.
16058
16059 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16060
16061         * text.C (IsBoundary): Remove the error message
16062
16063         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16064
16065         * lyxrc.C (setDefaults): Correct initialization value for
16066         font_norm_type.
16067
16068 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16069
16070         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16071         gotoError().
16072
16073         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16074         and GotoNextNote().
16075
16076         * src/LyXAction.C: Added reference-next.
16077
16078         * text.C (InsertChar): Use contains instead of strchr.
16079
16080         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16081
16082 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16083
16084         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16085         alignment commands (when needed).
16086
16087         * text.C (InsertChar): Add ':' to number separator chars.