]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
replace nextToken by more appropriate lex methods.
[lyx.git] / src / ChangeLog
1 2004-10-05  José Matos  <jamatos@lyx.org>
2         * ParagraphParameters.C (read):
3         * text.C (readParToken): replace nexToken by more appropriate lex
4         methods.
5
6 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
7
8         * LaTeX.C (runMakeIndex):
9         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
10         (usually 'makeindex') configurable.
11
12         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
13         with a variable rather than with a number.
14
15 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16
17         * output_latex.C (TeXOnePar): make sure font setting is the first
18         thing that gets output (and the last at the end). Should fix bug
19         1404.
20
21 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
22
23         * pch.h: use proper signal include
24
25         * LaTeX.h: Use preferred calling of Boost.Signal
26         * buffer.h: ditto
27
28 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
29
30         * pch.h: dont include <boost/function/function0.hpp>
31
32         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
33
34         * paragraph_pimpl.h: remove usage of ShareContainer
35
36         * paragraph_pimpl.C: remove initialization of ShareContainer.
37
38 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
39
40         Fix bug #1666
41
42         * BufferView.C (putSelectionAt): change the semantics when
43         backwards == true: now, this just swaps cursor and anchor wrt the
44         forward case
45
46         * BufferView.h (putSelectionAt): add some documentation
47
48         * lyxfind.C (findBackwards): rewrite using while(). In particular,
49         make sure backwardChar is done at least once (to avoid getting
50         stuck)
51         (findNextChange): use putSelectionAt in the forward direction
52         (operator()): use Paragraph::isWord
53
54 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
55
56         * Spacing.C (set): c_str fix
57
58 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
59
60         * lyx_cb.C (Reconfigure): quote the name of configure script in
61         case it contains spaces
62
63 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
64
65         * client: new dir
66
67         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
68         (BOOST_LIBS): use top_buildir when looking for the file
69
70 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
71
72         * pch.h: do not use include boost/format.hpp, multiple symbols
73                 will result (gcc bug)
74
75
76 2004-08-23  José Matos  <jamatos@lyx.org>
77
78         * bufferparams.C (readToken): fix reading of the author field.
79
80 2004-08-20  José Matos  <jamatos@lyx.org>
81
82         * lyxrc.C: remove support/translator.h inclusion since it is not used.
83
84 2004-08-20  José Matos  <jamatos@lyx.org>
85
86         * lyxlex.[Ch] (findToken): remove function.
87
88         * ParagraphParameters.C (findToken):
89         * bufferparams.C (findToken): replace call for previous function
90         with local copy. This local function has one more argument, the
91         read string argument.
92
93 2004-08-16  José Matos  <jamatos@lyx.org>
94
95         * ParagraphParameters.C (write):
96         * Spacing.C (writeFile):
97         * bufferparams.C (writeLaTeX):
98         * lyx_cb.C (Reconfigure):
99         * paragraph.C (write):
100         * tabular.C (write): remove unnecessary space at end of line.
101
102
103 2004-08-16  José Matos  <jamatos@lyx.org>
104
105         * text.C (readParagraph): remove debug message.
106
107 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
108
109         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
110         crash
111
112         * output_plaintext.C (asciiParagraph): set depth correctly
113
114         * outputparams.h: add member depth
115
116         * paragraph_funcs.C (ownerPar): remove.
117
118         * text2.C (setCounter): remove first_pit; comment out some
119         non-working code that uses ownerPar
120
121         * BufferView.C (getParentLanguage): remove. Not used anymore, and
122         uses ownerPar
123
124 2004-08-16  José Matos  <jamatos@lyx.org>
125
126         * text.C (readParToken, readParagraph, read): report all unknown tokens.
127         For the same level of importance use the same chanel to report problems.
128         (read): add code to deal with \begin_body and \end_body.
129
130
131 2004-08-15  José Matos  <jamatos@lyx.org>
132
133         * lyxlex.C (getString): fix comment, buffer::readBody is now
134         buffer:readDocument.
135
136         * tex-strings.C (string_papersize): Default -> default,
137         Custom -> custom, for consistency with other options.
138
139 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
140
141         * pch.h: new file
142
143         * Makefile.am: support pch
144
145 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
146
147         * text.C (readParToken): remove the static LyXFont variable and
148         pass it as a parameter instead. This fixes a nasty bug where an
149         inset will be inserted with a bad font in some situations
150         (readParagraph): adapt
151
152         * text2.C (setCounter): reduce number of calls to pars_[pit]
153
154         * text.C (singleWidth): add an assert, fix a test
155
156         * rowpainter.C (paintText): reduce number of calls to singleWidth
157
158         * paragraph.C (isHfill):
159         (isNewline): ws only
160
161 2004-08-14  André Pönitz  <poenitz@gmx.net>
162
163         * text.C:
164         * text2.C:
165         * rowpainter.C:
166         * lyxtext.h (several functions): use a Paragraph & argument
167         instead of par_type
168
169 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
170
171         * metricsinfo.h: add a new field ltr_pos to PainterInfo
172
173         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
174
175         * text.C (singleWidth): remove useless test
176
177 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
178
179         * tabular.h: remove bogus comments
180
181         * tabular.C (getDescentOfRow):
182         (isPartOfMultiColumn): add assertions
183
184         * lyxlength.C (inPixels): remove #warning
185
186 2004-08-14  André Pönitz  <poenitz@gmx.net>
187
188         * paragraph.h: inline getChar()
189
190         * BufferView.h: remove unused declarations
191
192 2004-08-14  José Matos  <jamatos@lyx.org>
193
194         * Buffer.[Ch] (readDocument): new name for old readBody.
195         * Buffer.C: new file format, new keywords: \begin_document,
196         \begin_header, \begin_body, \end_body.
197
198         * bufferparams.C (readToken): replace all calls to lex.nextToken
199         by lex.next(). Do the same to eatLine except where really needed.
200
201         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
202         line when writing to the lyx file.
203
204         * output_plaintext.C (asciiParagraph): fix Bibliography style
205         handling.
206
207         * text.C (read): fix end of file handling.
208
209 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
210
211         * MenuBackend.C (Menu::operator[]): new method to access
212         individual menu items
213         (Menu::hasFunc): new method. search for an item that corresponds
214         to a given func
215         (MenuBackend::specialMenu): new method
216         (MenuBackend::expand): if a special menu has been set, skip
217         entries whose func() appears in this menu
218
219 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
220
221         * text3.C: use Debug::DEBUG a bit more
222
223         * text.C (leftMargin): try to simplify a tiny bit change var x to
224         l_margin. Dont output the wide margins always.
225         (rightMargin): no margin in inner texts
226
227         * rowpainter.h (nestMargin): new func
228         (changebarMargin): new func
229         (rightMargin): new func
230
231         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
232         now functions.
233         (paintLast): ditto
234
235         * factory.C (createInset): modify setDrawFrame
236
237         * cursor.C: use Debug::DEBUG a bit more
238
239 2004-08-14  André Pönitz  <poenitz@gmx.net>
240
241         * coordcache.[Ch]:
242         * Makefile.am: new files to accomodate an 'external' (x,y)-position
243         cache for all insets in (at least partially) visible (top-level)
244         paragraphs.
245
246         * BufferView_pimpl.C: reset external coord cache before every update.
247         This means the coord cache only contains valid entries.
248
249 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
250
251         bug 1096
252         * BufferView_pimpl.C (getInsetByCode): move function out of class
253         and change in to a template in anon namespace. Also fix to do what
254         suits us better.
255
256 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
257
258         bug 1305
259         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
260         of char
261         (breakParagraph): rename par to par_offset and use a local
262         reference. Add code to keep the language over a rebreak.
263         (breakParagraphConservative): rename par to par_offset, use a
264         local reference
265         (mergeParagraph): ditto
266         (outerHook): ditto
267         (isFirstInSequence): ditto
268         (outerFont): rename pit to par_offset
269
270         * paragraph.C: ws change
271         * paragraph.h: ditto
272         * text3.C: ditto
273         * text.C: ditto
274
275 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
276
277         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
278         treatment for ']'
279
280         * paragraph.C (simpleTeXOnePar): when we have a \item with
281         optional argument, enclose the argument with curly brackets (in
282         case it contains a closing square bracket)
283
284         * text2.C (editXY):
285         * text2.C (editXY):
286         * text3.C (checkInsetHit): constify
287
288 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
289
290         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
291         documents (bug 1629)
292
293 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
294
295         Fix toggling of collapsable insets with the mouse (bug 1558)
296
297         * lyxfunc.C (dispatch): adapt to LCursor changes
298
299         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
300         make sure that dispatch is not invoked twice
301
302         * cursor.C (needsUpdate): new method
303         (dispatch): return void
304         (result): new method, to access the DispatchResult of the cursor.
305
306 2004-08-13  José Matos  <jamatos@lyx.org>
307
308         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
309
310 2004-08-13  André Pönitz  <poenitz@gmx.net>
311
312         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
313
314         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
315           multiple cells
316
317 2004-08-12  André Pönitz  <poenitz@gmx.net>
318
319         * text3.C: take out the 'cursor right' form insertInset and only
320         do it in those places when it is really needed. Fixes crash on
321         C-m...
322
323 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
326
327         * BufferView_pimpl.C (setBuffer): initialize the current font of
328         the underlying LyXText
329
330 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
331
332         * kbsequence.C (print): use UI native formatting for menu
333         shortcuts
334
335         * text.C (insertChar): call Paragraph::insertChar with a font
336         argument (cosmetic)
337
338         * paragraph.C (insertInset, insertChar): the version that takes a
339         LyXFont argument is now a wrapper around the other one (the
340         opposite used to be true).
341
342         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
343         argument. Font setting is done in Paragraph now.
344
345 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
346
347         * outputparams.h: add new members intitle and lang.
348
349         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
350         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
351
352 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
353
354         * text3.C (dispatch): remove special handling of button 4 and 5,
355         it is now taken care of in the frontend code.
356
357 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
358
359         * Spacing.h: add <string> (STLPort compile fix)
360
361 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
362
363         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
364
365 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
366
367         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
368         to bool.
369
370         * converter.C (showMessage): inherit from unary_function, make
371         operator() const.
372
373         * buffer.C (writeFile): initialize retval
374
375         * InsetList.h: rename private variable list to list_
376         * InsetList.[Ch]: adjust accordingly.
377
378 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
379
380         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
381         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
382         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
383         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
384         * ParagraphParameters.C, LaTeXFeatures.C: replace
385         "support/std_sstream.h" with <sstream>
386
387 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
388
389         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
390         * lyxsocket.C (LyXServerSocket): ditto
391         (serverCallback): ditto
392
393 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
394
395         * LaTeXFeatures.C: check release date when loading jurabib.
396
397 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
398
399         * lyxserver.C (startPipe): call register_socket_callback
400         (endPipe): call unregister_socket_callback
401
402 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
403
404         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
405         (LyXServerSocket): register the callback
406         (LyXServerSocket): unregister the callback
407         (fd): delete function
408         (serverCallback): improve error checking and setup the callbacks.
409         (dataCallback): change arg to fd.
410         (writeln): new func (copied fro the client socket) used for server
411         write to client.
412         (LyXDataSocket): simplify
413         (~LyXDataSocket): close ann unregiser callback
414         (server): delete function
415         (fd): delete function
416         (readln): small changes, improve some std::string usage
417         (writeln): constify a bit
418
419 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
420
421         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
422         Qt frontend
423
424 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
425
426         * BufferView_pimpl.C (setBuffer): set the layout combox value only
427         after it has been populated
428
429 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
430
431         * text2.C (insertInset): move cursor when inserting inset.
432
433 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
434
435         * kbmap.C (findbindings): a couple of new methods. returns a
436         container of kb_sequence objects. The real work is done by the
437         private recursive version
438         (printbindings): uses findbindings to print out a bracketed list
439         of bindings (renamed from findbinding).
440
441         * MenuBackend.C (binding): use kb_keymap::findbindings
442
443         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
444
445 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
446
447         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
448
449 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
450
451         * paragraph.C (isWord): return true on insets that report
452         isLetter().
453
454         * text.C (getWord): use Paragraph::isWord to decide what is in a
455         word and what is not; fix bug 1609.
456
457 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
458
459         * tex-strings.C: add "none" to string_paperpackages[], fixes
460         off-by-one-error in the paperpackage selection.
461
462         * lyxlex.[Ch]:
463         * tex-strings.[Ch]: char const * string[n]
464         -> char const * const string[]
465
466 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
467
468         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
469         command, return early.
470
471 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
472
473         * debug.h: add DEBUG to enum and fix size of ANY.
474
475         * debug.C: add support for Debug::DEBUG
476         (showTags): cast errorTags.level to unsigned int
477
478         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
479         (redoCurrentBuffer): ditto
480         (updateScrollbar): ditto
481         * cursor.C (dispatch): ditto
482         * text2.C (setLayout): ditto
483         (setFont): ditto
484         (updateCounters): ditto
485         (editXY): ditto
486         (deleteEmptyParagraphMechanism): ditto
487
488 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
489
490         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
491         annotations to cleanup the Makefile slightly.
492
493 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
494
495         * lyxrc.C: do not set user_email to a default value but use empty
496         instead. The entry used to be translated, which does not work
497         since at the point where lyxrc is constructed there is no
498         translation service available
499
500         * messages.C (getLocaleDir): remove and use directly
501         lyx_localedir() instead
502
503 2004-06-02  Angus Leeming  <leeming@lyx.org>
504
505         Fix crash caused by dereferencing null pointer 'exportdata' in
506         OutputParams by creating a new ExportData variable on the heap,
507         storing it in a boost::shared_ptr.
508         The crash was triggered when generating an Instant Preview
509         of an external inset.
510
511         * Makefile.am: add outputparams.C
512
513         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
514         (c-tor): allocate memory to it.
515
516         * exporter.C (c-tor): associated changes.
517
518 2004-06-01  Angus Leeming  <leeming@lyx.org>
519
520         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
521         contains data before calling isInset(0). (Bug 1513.)
522
523 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
524
525         * exporter.C (checkOverwrite): new method
526         * exporter.C (copyFile): new method
527         * exporter.C (Export): copy referenced files to the document dir
528         * exporter.[Ch]: new class ExportedFile
529         * exporter.[Ch]: new class ExportData. Contains currently the
530         names of referenced external files
531         * outputparams.h: add exportdata member.
532
533 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
534
535         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
536         version.C-tmp
537
538 2004-05-19  Angus Leeming  <leeming@lyx.org>
539
540         * LaTeXFeatures.C:
541         * ToolbarBackend.C:
542         * bufferparams.C:
543         * lyxfunc.C: small changes due to the introduction of namespace
544         lyx::frontend and the moving of namespace biblio to lyx::biblio.
545
546 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
547
548         * text3.C (dispatch): supress update when only moving the cursor
549         * cursor.C (selHandle): remove commented code
550
551 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
552
553         * paragraph.C (startTeXParParams): correct column count
554         * CutAndPaste.C (pasteSelection): remove const_cast
555         * output_docbook.C (docbookParagraphs): remove const_cast
556         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
557         const_cast and return ParagraphList::const_iterator
558         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
559         * output_plaintext.C (writeFileAscii): remove const_cast
560         * paragraph.[Ch] (simpleTeXOnePar): make const
561         * paragraph_funcs.C (outerPar): use const iterators
562         * paragraph_pimpl.C (validate): use const iterators
563         * text.C (setHeightOfRow): use const iterators
564
565 2004-05-17  Angus Leeming  <leeming@lyx.org>
566
567         * lfuns.h:
568         * LyXAction.C (init): new LFUN_INSET_REFRESH.
569
570         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
571         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
572         if the citation engine has changed.
573
574 2004-05-14  José Matos  <jamatos@lyx.org>
575
576         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
577         if the textclass does not provide it. Have it different for sgml and
578         xml.
579         support the language of document.
580         * output_docbook.C (docbookParagraphs):
581         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
582         first anchor as the id of the paragraph, remove special case code.
583         * sgml.C (escapeChar): escape only < & >.
584
585 2004-05-14  Angus Leeming  <leeming@lyx.org>
586
587         * bufferparams.h: move biblio::CiteEngine enum here to minimize
588         dependencies on src/frontends/controllers/biblio.h. Define a
589         CiteEngine_enum wrapper class to enable the enum to be forward
590         declared.
591
592 2004-05-12  Angus Leeming  <leeming@lyx.org>
593
594         * buffer.C: up LYX_FORMAT to 234.
595         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
596         use_numerical_citations with a single biblio::CiteEngine cite_engine
597         variable.
598         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
599
600 2004-05-13  José Matos  <jamatos@lyx.org>
601
602         * converter.h:
603         * converter.C (Converter, readFlags): add xml member.
604         * outputparams.h: add XML flavor.
605         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
606
607 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
608
609         * lyxfunc.C (dispatch):
610         (getStatus): fix handling of LFUN_SEQUENCE
611
612 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
613
614         * debug.C (showLevel): do not forget the end-of-line marker
615
616 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
617
618         * kbmap.C (read): do not stop parsing a bind file when an error
619         occurs (bug 1575)
620
621 2004-04-29  Angus Leeming  <leeming@lyx.org>
622
623         * cursor.C:
624         * factory.C:
625         * pariterator.C:
626         * text2.C: wrap a bunch of #warning statements
627         inside #ifdef WITH_WARNINGS blocks.
628
629 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
630
631         * buffer.C: increment format to 233.
632
633 2004-04-28  Angus Leeming  <leeming@lyx.org>
634
635         * BufferView_pimpl.C:
636         * lyxfunc.C:
637         * text3.C:
638         s/updateToolbar()/updateToolbars()/
639         s/Toolbar.h/Toolbars.h/
640
641 2004-04-28  Angus Leeming  <leeming@lyx.org>
642
643         * BufferView.[Ch] (c-tor):
644         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
645         No longer passes these data to the WorkArea generator.
646
647 2004-04-28  Angus Leeming  <leeming@lyx.org>
648
649         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
650
651 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
652
653         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
654
655 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
656
657         * output_latex.C (TeXEnvironment): make sure that there is a line
658         break before \end{foo} for the last paragraph of a document
659         (TeXOnePar): if the paragraph is at the end of the document (or
660         inset) and the language has to be reset, then make sure that the
661         line break is _before_ the language command, not after (fixes bug
662         1225); also make sure that the language reset command is the first
663         thing after the paragraph (to ensure proper nesting of
664         environments and thus fix bug 1404)
665
666 2004-04-21  John Levon  <levon@movementarian.org>
667
668         * ToolbarBackend.h:
669         * ToolbarBackend.C: make "name" be a programmatic name
670         and a gui_name field.
671
672         * lyxfunc.C: display the minibuffer on M-x
673
674 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
675
676         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
677         (bug 1526)
678
679 2004-04-19  Angus Leeming  <leeming@lyx.org>
680
681         * BufferView_pimpl.C (setBuffer): changed preview interface.
682
683         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
684         possible values.
685
686 2004-04-19  John Levon  <levon@movementarian.org>
687
688         * BufferView_pimpl.C:
689         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
690
691 2004-04-05  Angus Leeming  <leeming@lyx.org>
692
693         * text.C (redoParagraphs): add call to updateCounters(), thereby
694         fixing the missing "Figure #:" label from the caption of a
695         figure float.
696
697 2004-04-13  Angus Leeming  <leeming@lyx.org>
698
699         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
700         cursor is clicked out of an inset.
701
702 2004-04-13  Angus Leeming  <leeming@lyx.org>
703
704         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
705         than an InsetOld one.
706
707 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
708
709         * format.[Ch]: add editor to Format
710         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
711         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
712
713 2004-04-08  André Pönitz  <poenitz@gmx.net>
714
715         * metricsinfo.h: remove PainterInfo::width member
716
717 2004-04-08  Angus Leeming  <leeming@lyx.org>
718
719         * lyx_sty.C (boldsymbol_def): modify so that it outputs
720         "\providecommand" rather than "\newcommand", thereby preventing
721         clashes with packages that define "\boldsymbol" themselves.
722         Eg, beamer.
723
724 2004-04-08  Angus Leeming  <leeming@lyx.org>
725
726         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
727         thereby squashing an unnecessary warning.
728
729 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
730
731         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
732         setBuffer()
733
734 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
735
736         * BufferView.C (setCursor): call redoParagraph (some insets could
737         have been opened)
738         (putSelectionAt): remove the 'double update' trick
739
740         * BufferView_pimpl.C (fitCursor): call refreshPar
741         (workAreaDispatch): remove an uneeded update call
742         (dispatch): remove some manual update calls
743
744         * cursor.[Ch]: remove cached_y_, updatePos
745         (selHandle): set noUpdate when appropriate
746
747         * lyxfunc.C (dispatch): track if we need an update
748
749         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
750
751         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
752         (paintSelection): cheap optimization, do not call cursorX when not
753         needed
754         (paintPars): change signature
755         (refreshPar): add
756         (paintText): adjust
757         (paintTextInset): adjust
758
759         * text.C: adjust
760
761 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
762
763         * lengthcommon.C: compilation fix: remove explicit array size from
764         unit_name[] and friends
765
766 2004-04-05  Angus Leeming  <leeming@lyx.org>
767
768         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
769
770         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
771         present only for the preferences dialog.
772         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
773
774 2004-04-05  Angus Leeming  <leeming@lyx.org>
775
776         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
777         to enable the frontends to export changes to lyxrc correctly.
778
779         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
780
781 2004-04-07  André Pönitz  <poenitz@gmx.net>
782
783         * cursor.[Ch] (selClear, adjust): remove math
784
785         * cursor_slice.C: more agressive assert
786
787         * lyxfunc.C:
788         * BufferView_pimpl.C: rework mouse event dispatch
789
790         * dociterator.C:
791         * paragraph.C:
792         * text2.C:
793         * text3.C: adjust
794
795 2004-04-05  André Pönitz  <poenitz@gmx.net>
796
797         * cursor.[Ch] (valign, halign...): remove unneeded functions
798
799 2004-04-05  Angus Leeming  <leeming@lyx.org>
800
801         * lyxlength.[Ch] (unit_name et al.): const-correct.
802
803 2004-04-05  Angus Leeming  <leeming@lyx.org>
804
805         * BufferView_pimpl.C:
806         * buffer.C:
807         * counters.C:
808         * cursor.C:
809         * lyxfunc.C
810         * paragraph.C:
811         * pariterator.C:
812         * text.C:
813         * text2.C:
814         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
815
816 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
817
818         * text3.C (getStatus): add LFUN_BEGINNINGBUF
819
820 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
821
822         * lyxfind.C: add a couple of inTexted() tests + other small fixes
823         * BufferView_pimpl.[Ch] (getStatus)
824         * BufferView.[Ch] (getStatus): add
825         * lyxfunc.C (getStatus): move lfuns handled in
826         BufferView::dispatch to te function above
827         * Cursor.C (setSelection): set selection() = true
828
829 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
830
831         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
832
833 2004-03-31  Angus Leeming  <leeming@lyx.org>
834
835         * lyxfunc.C (dispatch): Fall through to the generic
836         Dialogs::show("preamble").
837
838 2004-03-31  Angus Leeming  <leeming@lyx.org>
839
840         * lyxfunc.C (dispatch): Fall through to the generic
841         Dialogs::show("spellchecker").
842
843 2004-03-31  Angus Leeming  <leeming@lyx.org>
844
845         * lyxfunc.C (getStatus, dispatch): changed invocation of the
846         preferences dialog.
847
848 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
849
850         * BufferView.C
851         * cursor.[Ch]
852         * dociterator.[Ch]:
853         * insetiterator.[Ch]:
854         * lyxfind.C:
855         * lyxfunc.C:
856         * pariterator.[Ch]:
857         * text2.C:
858         * undo.[Ch]: s/DocumentIterator/DocIterator/g
859
860 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
861
862         * BufferView.C (setCursor, putSelectionAt): call edit to open the
863         insets where we are putting the cursor.
864
865 2004-03-31  Angus Leeming  <leeming@lyx.org>
866
867         * lfuns.h:
868         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
869
870         * lyxrc.[Ch] (read, write): overloaded member functions taking
871         a std::[io]stream arguments.
872
873         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
874
875 2004-03-31  Angus Leeming  <leeming@lyx.org>
876
877         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
878         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
879
880         * lyxtextclass.C (load): if the text class couldn't be loaded, then
881         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
882
883 2004-03-31  Angus Leeming  <leeming@lyx.org>
884
885         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
886         the LFUN_ALL_INSETS_TOGGLE code.
887
888 2004-03-30  Angus Leeming  <leeming@lyx.org>
889
890         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
891         has died. Fall through to the generic Dialogs::show("document").
892
893 2004-03-30  Angus Leeming  <leeming@lyx.org>
894
895         * lfuns.h:
896         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
897         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
898
899         * lyxfunc.C (getStatus, dispatch): define the actions for these
900         lfuns. Little more than a cut and pste job from ControlDocument.C
901
902         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
903
904 2004-03-30  Angus Leeming  <leeming@lyx.org>
905
906         * lfuns.h:
907         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
908         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
909
910         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
911         open/closed state of ollapsable insets. Usage:
912
913         all-inset-toggle <state> <name>, where
914         <state> == "open" || "closed" || "toggle" and
915         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
916
917         * lyxtext.h, text2.C (toggleInset): removed.
918
919         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
920         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
921         now passes LFUN_INSET_TOGGLE to the found inset.
922
923         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
924         is now invoked as "all-insets-toggle toggle branch".
925
926 2004-03-30  Angus Leeming  <leeming@lyx.org>
927
928         * dociterator.C:
929         * insetiterator.C:
930         * pariterator.[Ch]: added/corrected header blurb.
931
932 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
933
934         * dociterator.[Ch]: add an inset_ member
935         (backwardPos): implemented
936         (backwardPos, forwardPos): use inset_ when the stack is empty.
937         (doc_iterator_begin, doc_iterator_end): implemented
938         * pariterator.[Ch]: adjust, add begin, end
939         * insetiterator.[Ch]: adjust, add begin, end
940         * cursor.C:
941         * document.C:
942         * BufferView.C:
943         * BufferView_pimpl.C:
944         * CutAndPaste.C: adjust
945
946 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
947
948         * buffer.C: increment file format to 232.
949         * LaTeXFeatures.C: add bibtopic package.
950         * bufferparams.[Ch]: param \use_bibtopic.
951
952         * lyxrc.[Ch]: add lyxrc bibtex_command
953         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
954
955         * buffer.C: increment file format to 231.
956
957 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
958
959         * dociterator.C: implement forwardPar
960         * iterators.[Ch]: remove, replaced by
961         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
962         * BufferView.C:
963         * BufferView_pimpl.C:
964         * CutAndPaste.C:
965         * buffer.C:
966         * bufferview_funcs.C:
967         * cursor.C:
968         * lyxfind.C
969         * lyxfunc.C
970         * paragraph_funcs.C
971         * toc.C:
972         * Makefile.am: adjust
973
974 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
975
976         * CutAndPaste.C (pasteSelection): fix 2 crashes
977         (eraseSelection): fix a crash
978         * paragraph_funcs.C: remove a warning
979
980 2004-03-28  Angus Leeming  <leeming@lyx.org>
981
982         * lfuns.h:
983         * LyXAction.C (init): new LFUN_PRINT.
984
985         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
986
987 2004-03-27  Angus Leeming  <leeming@lyx.org>
988
989         * lfuns.h:
990         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
991
992         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
993
994 2004-03-27  Angus Leeming  <leeming@lyx.org>
995
996         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
997         insetlist always contains non-null pointers to insets.
998
999 2004-03-26  Angus Leeming  <leeming@lyx.org>
1000
1001         * src/BufferView_pimpl.C:
1002         * src/CutAndPaste.C:
1003         * src/buffer.C:
1004         * src/iterators.C:
1005         * src/output_plaintext.C:
1006         * src/outputparams.h:
1007         * src/paragraph_funcs.C:
1008         * src/rowpainter.C:
1009         * src/text.C:
1010         * src/text2.C:
1011         * src/frontends/controllers/ControlErrorList.C:
1012         * src/frontends/gtk/FileDialogPrivate.C:
1013         * src/frontends/gtk/GPainter.C:
1014         * src/frontends/gtk/GToolbar.C:
1015         * src/frontends/qt2/QRef.C:
1016         * src/mathed/math_scriptinset.C: squash compiler warnings.
1017
1018 2004-03-26  Angus Leeming  <leeming@lyx.org>
1019
1020         * ispell.C (LaunchIspell::start):
1021         * lyx_cb.C (AutoSaveBuffer::start):
1022         invoke run(DontWait) rather than runNonBlocking().
1023
1024 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1025
1026         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1027
1028 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1029
1030         * kbsequence.C (print): adjust
1031
1032         * kbmap.C (printKeySym): rename and change signature
1033         (printKey): use LyXKeySym::print()
1034
1035 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1036
1037         * undo.C: add using std::advance to compile for stlport
1038
1039 2004-03-24  Angus Leeming  <leeming@lyx.org>
1040
1041         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1042         it leads to a crash when no buffer is present.
1043
1044 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1045             Martin Vermeer  <martin.vermeer@hut.fi>
1046
1047         * lyxfunc.C (dispatch):
1048         * bufferparams.C (readToken): use the new LColor::setColor
1049
1050         * LColor.[Ch] (setColor): new version that takes two strings as
1051         argument and creates a new color entry if necessary
1052
1053 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1054
1055         * buffer.C (makeLaTeXFile): if the main latex file that is
1056         processed is usually a subdocument of some master, then pretend
1057         for a while that it is actually the master
1058
1059 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1060
1061         * buffer.C (getLabelList):
1062         (getBibkeyList): use getMasterBuffer()
1063         (getMasterBuffer): new method. Returns the main document in the
1064         case where one is using included documents.
1065
1066 2004-03-25  André Pönitz  <poenitz@gmx.net>
1067
1068         * Makefile.am:
1069         * iterators.[Ch]:
1070         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1071
1072         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1073
1074         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1075         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1076
1077         * ParameterStruct.h: merge with ParagraphParameters
1078
1079         * lyxtext.h: remove LyXText::parOffset() and getPar()
1080
1081         * text3.C: Remove all 'manual' update calls. We do now one per user
1082         interaction which is completely sufficient.
1083
1084         * Bidi.C:
1085         * BufferView.[Ch]:
1086         * BufferView_pimpl.C:
1087         * FontIterator.[Ch]:
1088         * MenuBackend.C:
1089         * ParagraphParameters.[Ch]:
1090         * buffer.C:
1091         * buffer.h:
1092         * bufferlist.C:
1093         * cursor.[Ch]:
1094         * cursor_slice.[Ch]:
1095         * dociterator.[Ch]:
1096         * errorlist.[Ch]:
1097         * factory.C:
1098         * lfuns.h:
1099         * lyxfind.C:
1100         * lyxfunc.C:
1101         * output_docbook.[Ch]:
1102         * output_latex.[Ch]:
1103         * output_linuxdoc.[Ch]:
1104         * output_plaintext.[Ch]:
1105         * paragraph.[Ch]:
1106         * paragraph_funcs.[Ch]:
1107         * paragraph_pimpl.[Ch]:
1108         * rowpainter.C:
1109         * tabular.[Ch]:
1110         * text.C:
1111         * text2.C:
1112         * toc.C:
1113         * undo.[Ch]: adjust
1114
1115         * frontends/controllers/ControlDocument.C:
1116         * frontends/controllers/ControlErrorList.C:
1117         * frontends/controllers/ControlSpellchecker.C:
1118         * insets/inset.C:
1119         * insets/inset.h:
1120         * insets/insetbase.h:
1121         * insets/insetbibitem.C:
1122         * insets/insetbox.C:
1123         * insets/insetbranch.C:
1124         * insets/insetcaption.C:
1125         * insets/insetcharstyle.C:
1126         * insets/insetcharstyle.h:
1127         * insets/insetcollapsable.C:
1128         * insets/insetcollapsable.h:
1129         * insets/insetert.C:
1130         * insets/insetfloat.C:
1131         * insets/insetfoot.C:
1132         * insets/insetmarginal.C:
1133         * insets/insetnote.C:
1134         * insets/insetoptarg.C:
1135         * insets/insettabular.C:
1136         * insets/insettext.C:
1137         * insets/insettext.h:
1138         * insets/insetwrap.C:
1139         * mathed/math_mboxinset.C:
1140         * mathed/math_nestinset.C:
1141         * mathed/math_scriptinset.C:
1142         * mathed/math_scriptinset.h:
1143         * support/types.h:
1144
1145 2004-03-24  Angus Leeming  <leeming@lyx.org>
1146
1147         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1148         deal with any child processes that have finished but are waiting to
1149         communicate this fact to the rest of LyX.
1150
1151 2004-03-24  Angus Leeming  <leeming@lyx.org>
1152
1153         64-bit compile fixes.
1154
1155         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1156         (c-tor): pass lyx::pos_types rather than ints.
1157
1158         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1159         lyx::pos_type.
1160
1161         * text.C (Delete): compile fix.
1162         (getPar): ensure that function declaration is the same as that in
1163         the header file.
1164
1165 2004-03-23  Angus Leeming  <leeming@lyx.org>
1166
1167         * ispell.C (LaunchIspell):
1168         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1169         a boost::shred_ptr rather than a std::auto_ptr.
1170
1171 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1172
1173         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1174         handle LFUN_FILE_INSERT_*
1175
1176         * lyxrc.C (setDefaults, getDescription, output, read):
1177         * lyxrc.h: remove ps_command
1178
1179 2004-03-22  Angus Leeming  <leeming@lyx.org>
1180
1181         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1182         Ensure that error_handler is processed once only and that all data
1183         is saved before attempting to output any warning messages.
1184
1185         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1186
1187 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1188
1189         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1190
1191 2004-03-19  André Pönitz  <poenitz@gmx.net>
1192
1193         * cursor.[Ch] (reset): take main text inset as argument
1194
1195         * BufferView: adjust
1196         * BufferView_pimpl.C: adjust
1197
1198         * paragraph.[Ch]: fix completely broken operator=()
1199
1200 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1201
1202         * LColor.C (getFromLyXName): make sure that the color name is used
1203         as lowercase.
1204
1205 2004-03-17  Angus Leeming  <leeming@lyx.org>
1206
1207         * lfuns.h:
1208         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1209
1210         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1211         dialog and to kill a forked process.
1212
1213 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1214
1215         * text2.C (setCursorFromCoordinates): fix font problem
1216
1217 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1218
1219         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1220         bogus "rebuild cursor" code
1221
1222 2004-03-11  André Pönitz  <poenitz@gmx.net>
1223
1224         * buffer.[Ch]: use InsetText instead of LyXText as container for
1225         the main lyx text.
1226
1227         * dociterator.[Ch]: drop the BufferView * member which is not needed
1228         anymore after the change to buffer.C
1229
1230         * paragraph_funcs.C:
1231         * text.C:
1232         * text2.C:
1233         * BufferView.[Ch]:
1234         * BufferView_pimpl.[Ch]:
1235         * cursor.[Ch]:
1236         * cursor_slice.[Ch]: adjust
1237
1238         * text3.C: fix bug in mathDispatch
1239
1240 2004-03-08  André Pönitz  <poenitz@gmx.net>
1241
1242         * undo.[Ch]: use 'StableDocumentIterator' as base for
1243         the Undo struct.
1244
1245 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1246
1247         * LaTeXFeatures.C:
1248         * bufferparams.[Ch]: add jurabib support and param.
1249
1250         * LaTeX.C: add FIXME/comment.
1251
1252 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1253
1254         * buffer.C: increment file format to 230.
1255
1256 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1257
1258         * cursor.C (dispatch): avoid infinite loops
1259
1260 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1261
1262         * rowpainter.C (paintSelection): fix x coordinates
1263
1264 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1265
1266         * text.C (rowBreakPoint): fix breaking before displayed insets
1267
1268 2004-03-01  André Pönitz  <poenitz@gmx.net>
1269
1270         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1271
1272         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1273
1274         * Makefile.am:
1275         * BufferView.C:
1276         * BufferView_pimpl.C:
1277         * buffer.C:
1278         * lyxfind.C:
1279         * lyxfunc.C:
1280         * text.C:
1281         * text2.C:
1282         * text3.C: adjust
1283
1284 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1285
1286         * lyxtext.h:
1287         * text.C:
1288         * text2.C:
1289         * rowpainter.C:
1290         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1291         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1292
1293 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1294
1295         * Bidi.[Ch] (computeTables): const correctness
1296         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1297         fill_hfill, fill_label_hfill and x from Row
1298         * lyxtext.h: prepareToPrint returns a RowMetrics
1299         * rowPainter.C: adjust
1300         * text.C (prepareToPrint): use width, not textWidth. adjust
1301         (redoParagraphInternal, cursorX): adjust
1302         * text2.C (getColumnNearX): adjust
1303         (init): put a default value to the top LyXText::width
1304
1305 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1306
1307         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1308
1309 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1310
1311         * lyxtext.h: add FontIterator class
1312
1313         * text.C (FontIterator, operator*, operator->, operator++): add
1314         (rowBreakPoint, setRowWidth): adjust (fixing a
1315         rebreaking bug)
1316
1317 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1318
1319         * BufferView_pimpl.C (workAreaDispatch): allow also
1320         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1321
1322 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1323
1324         * text.C (rowBreakPoint): fix a bug showing with very large insets
1325
1326 2004-02-25  André Pönitz  <poenitz@gmx.net>
1327
1328         * text3.C:
1329         * cursor.[Ch]: move some mathed specific code to mathed
1330
1331 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1332
1333         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1334         use_tempdir in preferences
1335         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1336         tempfile creation
1337         * lyx_main.C: ensure that tempdir is valid
1338         * lyxlex.h: correct typo
1339         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1340         * paragraph.[Ch] (isMultiLingual): make const
1341         * cursor.[Ch] (openable): make const
1342
1343 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1344
1345         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1346
1347 2004-02-20  André Pönitz  <poenitz@gmx.net>
1348
1349         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1350
1351         * cursor.[Ch]: prepare for localized getStatus()
1352
1353         * lyxtext.h:
1354         * tabular.C:
1355         * text.C:
1356         * text2.C:
1357         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1358
1359 2004-02-20  André Pönitz  <poenitz@gmx.net>
1360
1361         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1362
1363 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1364
1365         * text2.C (setCursorFromCoordinates): switch to absolute coords
1366         (cursorUp): adjust
1367         (cursorDown): adjust
1368         * text3.C (dispatch): adjust
1369
1370 2004-02-16  André Pönitz  <poenitz@gmx.net>
1371
1372         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1373           insets/ChangeLog)
1374
1375         * cursor_slice.[Ch]: remove unneeded acessor function
1376
1377         * lyxtext.h: rename rtl() to isRTL()
1378
1379         * rowpainter.C:
1380         * tabular.C:
1381         * text.C:
1382         * text2.C:
1383         * text3.C: adjust
1384
1385 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1386
1387         * rowpainter.C (paintSelection): coord fix
1388
1389 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1390
1391         * Spacing.C: compile fix
1392
1393 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1394
1395         * cursor.C (dispatch): restore current_ before returning
1396
1397 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1398
1399         * text2.C (cursorUp, cursorDown): fix coords
1400         (moveUp): fix crash
1401
1402 2004-02-12  André Pönitz  <poenitz@gmx.net>
1403
1404         * lyxtext.h:
1405         * text.C:
1406         * text2.C:
1407         * text3.C: add LCursor & parameter to most cursor movement functions
1408           remove usage of LyXText::cursorRow() and cursorPar()
1409
1410         * cursor.[Ch]: add textRow() needed members
1411
1412         * BufferView.C:
1413         * BufferView_pimpl.C:
1414         * paragraph.[Ch]:
1415         * BufferView.C:
1416         * BufferView_pimpl.C: adjust
1417
1418 2004-02-11  André Pönitz  <poenitz@gmx.net>
1419
1420         * lyxfunc.C:
1421         * BufferView.[Ch]:
1422         * BufferView_pimpl.C: shift undo/redo handling
1423
1424         * cursor.[Ch]: fix mathed crash
1425
1426         * lyxfind.C:
1427         * lyxtext.h: move selectionAsText to LCursor
1428
1429         * output_latex.C:
1430         * paragraph.C:
1431         * text.C:
1432         * text2.C:
1433         * text3.C: adjust
1434
1435         * rowpainter.C: fix excessive drawing
1436
1437 2004-02-06  André Pönitz  <poenitz@gmx.net>
1438
1439         * BufferView.[Ch]:
1440         * BufferView_pimpl.[Ch]:
1441         * text3.C: move some text specific LFUN handling
1442
1443 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1444
1445         * text3.C (checkInsetHit): adjust coords
1446         * text2.C (getColumnNearX): adjust coords
1447         (edit): adjust coords
1448         * text.C (getRowNearY): add two asserts
1449
1450 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1451
1452         * converter.C:
1453         * format.C: add using std::distance to compile on gcc 2.95/stlport
1454
1455 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1456
1457         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1458
1459 2004-02-04  André Pönitz  <poenitz@gmx.net>
1460
1461         * BufferView.[Ch] (insertInset):
1462         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1463
1464         * text2.C:
1465         * text3.C: adjust
1466
1467 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1468
1469         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1470         on the default clause of the switch
1471         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1472         wasn't catched by LCursor::dispatch
1473
1474 2004-02-03  André Pönitz  <poenitz@gmx.net>
1475
1476         * BufferView.C:
1477         * cursor.[Ch]: some additional asserts
1478
1479         * undo.[Ch]: remove LyXText dependency in interface
1480
1481         * lyxfunc.C: adjust
1482
1483         * lyxtext.h (firstPar, lastPar): remove dead functions
1484
1485         * text.C:
1486         * text2.C:
1487         * text3.C:
1488         * paragraph.[Ch]: adjust
1489
1490 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1491
1492         * lyxfind.C (find): fix argument order in call to ::find
1493
1494 2004-02-02  André Pönitz  <poenitz@gmx.net>
1495
1496         * cursor.[Ch]: remove direct access to anchor
1497
1498         * text.C: remove findText() hack
1499
1500 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1501
1502         * iterators.[Ch] (lockPath): remove in favour of...
1503         * BufferView.[Ch] (setCursor): this addition
1504         * BufferView.C (putSelectionAt): adjust
1505         * undo.C (performUndoOrRedo): adjust
1506         * lyxfunc.C (dispatch): adjust
1507
1508 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1509
1510         * iterators.C (lockPath): add a missing slice
1511         * undo.C (performUndoOrRedo): remove redundant positioning code
1512
1513 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1514
1515         * vc-backend.C (scanMaster): ";" -> ';'
1516
1517 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1518
1519         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1520         std::binary_function
1521
1522         * lyxtextclass.C (compare_name): rename to...
1523         (LayoutNamesEqual): ...this
1524
1525         * lyxlex_pimpl.C (compare_tags): inherit from
1526         std::binary_function, put back into anon namespace
1527
1528         * lyxfind.C (MatchString): inherig from std::binary_function
1529         (findChange): use empty() istead of !size()
1530
1531         * format.C (FormatNamesEqual): new functor
1532         (getFormat): use it
1533         (getNumber): use it
1534         (add): use it
1535         (erase): use it
1536         (setViewer): use it
1537
1538         * converter.C (compare_Converter): rename to...
1539         (ConverterEqual): ...this, and fixup a bit.
1540         (getConverter): use it, and make function const
1541         (getNumber): use it, and make function const
1542         (add): use it
1543         (erase): use it:
1544
1545         * bufferlist.C: add using boost::bind
1546
1547         * MenuBackend.C (MenuNamesEqual): new functor
1548         (hasMenu): use it, and make function const
1549         (hasSubmenu): use nested bind to get rid of compare_memfun.
1550
1551 2004-01-30  André Pönitz  <poenitz@gmx.net>
1552
1553         * BufferView_pimpl.C:
1554         * cursor.C:
1555         * cursor.h:
1556         * cursor_slice.[Ch]:
1557         * lyxfunc.C:
1558         * lyxtext.h:
1559         * paragraph_funcs.C:
1560         * paragraph_funcs.h:
1561         * rowpainter.C:
1562         * text.C:
1563         * text2.C:
1564         * text3.C: move some of the edit(x,y) handling to the insets
1565         some coordinate changes.
1566
1567 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1568
1569         * text.C: add using statements for std::advance and std::distance
1570
1571         * paragraph.C: add using statement for std::distance
1572
1573         * lyxfind.C: add using statement for std::advance
1574
1575         * cursor.C (region): remove std:: from swap
1576         (openable): use nucleus in stead of operator->
1577
1578         * BufferView.C: add using statements for std::distance and std::swap
1579
1580 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1581
1582         * iterators.C: Remove the pimple, move the needed structures to
1583         the header file. Create accessor for the positions stack.
1584         (asPosIterator): remove function
1585
1586         * PosIterator.C (PosIterator): move constructors to top of file
1587         (PosIterator): reimplement the constructor taking a ParIterator in
1588         terms of setFrom.
1589         (setFrom): new function
1590         (operator!=): inline it
1591
1592 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1593
1594         * lyxfind.C (replaceAll): use std::advance
1595
1596         * iterators.h: inherit from std::iterator.
1597
1598         * PosIterator.C (advance, distance): remove
1599         * PosIterator.h: interit from std::iterator.
1600
1601 2004-01-26  André Pönitz  <poenitz@gmx.net>
1602
1603         * BufferView.[Ch]:
1604         * BufferView_pimpl.[Ch]:
1605         * InsetList.[Ch]:
1606         * PosIterator.[Ch]:
1607         * buffer.h:
1608         * bufferview_funcs.C:
1609         * cursor.[Ch]:
1610         * cursor_slice.h:
1611         * factory.[Ch]:
1612         * iterators.[Ch]:
1613         * lyxfind.C:
1614         * lyxfunc.C:
1615         * lyxtext.h:
1616         * output_docbook.C:
1617         * output_latex.C:
1618         * output_linuxdoc.C:
1619         * output_plaintext.C:
1620         * paragraph.[Ch]:
1621         * paragraph_funcs.[Ch]:
1622         * paragraph_pimpl.[Ch]:
1623         * rowpainter.C:
1624         * tabular.C:
1625         * tabular.h:
1626         * text.C:
1627         * text2.C:
1628         * text3.C: more IU:  dumps most of the rest of the mathcursor
1629     implementation into cursor.[Ch]; "globalize" a bit of it.
1630
1631 2004-01-25  Angus Leeming  <leeming@lyx.org>
1632
1633         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1634
1635 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1636
1637         * LaTeXFeatures.h: add nice_ and nice() const
1638         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1639
1640 2004-01-20  André Pönitz  <poenitz@gmx.net>
1641
1642         * BufferView.[Ch]:
1643         * BufferView_pimpl.C:
1644         * PosIterator.C:
1645         * bufferview_funcs.C:
1646         * cursor.[Ch]:
1647         * cursor_slice.[Ch]:
1648         * factory.C:
1649         * iterators.C:
1650         * lyx_cb.C:
1651         * lyxfind.C:
1652         * lyxfunc.C:
1653         * lyxtext.h:
1654         * rowpainter.C:
1655         * text.C:
1656         * text2.C:
1657         * text3.C:
1658         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1659           LCursor and mathcursor parts to LCursor and InsetBase.
1660
1661 2004-01-15  André Pönitz  <poenitz@gmx.net>
1662
1663         * cursor_slice.[Ch]: add a few covienience functions
1664
1665         * funcrequest.[Ch]: remove BufferView * member
1666
1667         * BufferView_pimpl.C:
1668         * cursor.C:
1669         * factory.[Ch]:
1670         * lyxfind.[Ch]:
1671         * lyxfunc.C:
1672         * lyxtext.h:
1673         * text3.C:
1674         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1675
1676 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1677
1678         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1679         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1680
1681 2004-01-13  André Pönitz  <poenitz@gmx.net>
1682
1683         * textcursor.[Ch]:
1684         * lyxtext.h: hide cursor and selection anchor behind accessor function
1685
1686         * BufferView.C:
1687         * BufferView_pimpl.[Ch]:
1688         * PosIterator.C:
1689         * bufferview_funcs.C:
1690         * cursor.h:
1691         * lyxfind.C:
1692         * lyxfunc.C:
1693         * text.C:
1694         * text2.C:
1695         * text3.C:
1696         * undo.C: adjust
1697
1698         * cursor.h:
1699         * cursor_slice.[Ch]: some integer type changes for inset unification
1700
1701         * lyxcursor.[hC]: remove, it's CursorSlice now.
1702
1703         * Makefile.am:
1704         * BufferView_pimpl.[Ch]:
1705         * bufferview_funcs.C:
1706         * cursor_slice.C:
1707         * lyxtext.h:
1708         * text.C:
1709         * text2.C:
1710         * text3.C:
1711         * textcursor.[Ch]: adjust
1712
1713 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1714
1715         * text2.C (undoSpan): add and use
1716         * text.C (breakParagraph): use undoSpan (fix bug 578)
1717         * lyxtext.h: adjust
1718
1719 2004-01-08  Angus Leeming  <leeming@lyx.org>
1720
1721         * BufferView_pimpl.C (MenuInsertLyXFile):
1722         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1723         * lyxfunc.C (menuNew, open, doImport):
1724         FileFilterList change to the FileDialog open and save functions.
1725
1726 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1727
1728         * ShareContainer.h: make isEqual and isUnique adaptable
1729
1730         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1731
1732 2004-01-07  Angus Leeming  <leeming@lyx.org>
1733
1734         * LyXAction.C:
1735         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1736
1737         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1738
1739         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1740         functions replacing find, replace and replaceAll.
1741
1742         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1743         LFUN_WORDFIND(FORWARD|BACKWARD).
1744
1745 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1746
1747         * text.C (breakParagraph): remove an outdated #warning
1748
1749 2004-01-07  André Pönitz  <poenitz@gmx.net>
1750
1751         * lyxfind.C: somewhat clearer logic
1752
1753         * text.C: prevent crash in cursorX on unitialized row cache
1754
1755 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1756
1757         * lyxcursor.[Ch] (operator>): add
1758         * textcursor.C (selStart, selEnd): use std::min and std::max
1759
1760 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1761
1762         * Chktex.C: include boost/format.hpp
1763
1764 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1765
1766         * InsetList.C: replace functor MathcIt with adaptable functor
1767         InsetTablePosLess
1768         (insetIterator): modify accordingly
1769
1770         * BranchList.h: move the BranchNamesEqual functor here from...
1771         * BranchList.C: ... to here
1772
1773         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1774         SameName and match.
1775         (add): replace a finding loop with std::find_if.
1776
1777 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1778
1779         * output_docbook.C: moving LatexParam functionality into
1780         .layout files
1781
1782 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1783
1784         * buffer.C: increment format to 229.
1785
1786 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1787
1788         * LaTeXFeatures.C:
1789         * lyx_sty.[Ch]: remove minipageindent_def
1790
1791         * LyXAction.C:
1792         * factory.C:
1793         * lfuns.h:
1794         * lyxfunc.C:
1795         * text3.C: remove LFUN_INSET_MINIPAGE
1796
1797 2003-12-28  Angus Leeming  <leeming@lyx.org>
1798
1799         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1800
1801 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1802
1803         * text2.C (setParagraph): fix off-by-one crash
1804
1805 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1806
1807         * output_docbook.C: header stuff for AGU
1808
1809 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1810
1811         * text2.C (redoCursor): remove
1812         * text.C:
1813         * text3.C:
1814         * BufferView_pimpl.C: remove calls to redoCursor and
1815         setCursor(cursor.par(), cursor.pos()) all around
1816
1817 2003-12-15  Angus Leeming  <leeming@lyx.org>
1818
1819         * buffer.C: up the format to 228.
1820
1821 2003-12-15  André Pönitz  <poenitz@gmx.net>
1822
1823         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1824         slices
1825
1826         * Makefile.am:
1827
1828         * BufferView_pimpl.C:
1829         * cursor.[Ch]:
1830         * lyxcursor.[Ch]:
1831         * rowpainter.[Ch]:
1832         * lyxtext.h:
1833         * text.C:
1834         * text2.C:
1835         * text3.C: adjust
1836
1837 2003-12-15  Angus Leeming  <leeming@lyx.org>
1838
1839         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1840         than getFromGUIName to manipulate the color.
1841
1842 2003-12-14  Angus Leeming  <leeming@lyx.org>
1843
1844         * BranchList.[Ch]: minimize the API.
1845         (Branch::getBranch, getColor): now return a 'const &'.
1846         (Branch::setSelected) now returns a bool set to true if the
1847         selection status changes.
1848         (BranchList::clear, size, getColor, setColor, setSelected,
1849         allBranches, allSelected, separator): removed.
1850         (BranchList::find): new functions, returning the Branch with
1851         the given name.
1852         (BranchList::add, remove): return a bool indicating that
1853         the operation was successful.
1854
1855         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1856         new InsetBranch::isBranchSlected member function.
1857
1858         * LColor.[Ch]: mimimize the API.
1859         (fill): renamed as addColor and made private.
1860         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1861         versions of these functions taking a string arg have been removed.
1862
1863         * bufferparams.C (readToken):
1864         * lyxfunc.C (dispatch):
1865         * lyxrc.C (read): changes due to the altered BranchList and
1866         LColor APIs.
1867
1868         * factory.C (createInset, readInset): changes due to altered
1869         InsetBranch c-tor.
1870
1871 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1872
1873         * factory.C:
1874         * lyxfunc.C: remove insetminipage. "minipage-insert"
1875         now produces a frameless minipage box inset.
1876
1877 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1878
1879         * textcursor.[Ch] (selStart,selEnd): add new methods
1880         remove selection::start, end, use LyXCursor::operator<
1881         * lyxcursor.[Ch] (operator<): add
1882         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1883         * BufferView.[Ch] (unsetXSel): add
1884         * text2.C (clearSelection): use unsetXSel,adjust
1885         * text.C: adjust
1886         * text3.C: adjust
1887         * rowpainter.C: adjust
1888         * bufferview_funcs.C (put_selection_at): adjust
1889
1890 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1891
1892         * BufferView_pimpl.C: small coord. correction
1893
1894 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1895
1896         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1897         dragging over the splash screen.
1898
1899 2003-12-11  Angus Leeming  <leeming@lyx.org>
1900
1901         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1902         as it is now handled in LyXText::dispatch.
1903
1904         * text3.C (doInsertInset): remove a level of nesting.
1905
1906 2003-12-11  Angus Leeming  <leeming@lyx.org>
1907
1908         * factory.C (createInset): changes due to the changed interface to
1909         InsetCommandMailer::string2params.
1910
1911 2003-12-10  Angus Leeming  <leeming@lyx.org>
1912
1913         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1914         'dialog-show-new-inset <inset name>'
1915
1916 2003-12-10  Angus Leeming  <leeming@lyx.org>
1917
1918         * buffer.C: up the format to 227.
1919
1920         * factory.C: the box inset is now identified simply by 'Box'.
1921
1922 2003-12-10  Angus Leeming  <leeming@lyx.org>
1923
1924         * buffer.C: up the format to 226.
1925
1926         * factory.C: the note inset is now identified simply by 'Note'.
1927
1928 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1929
1930         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1931         when a pit is enough. Standarize a couple of loops.
1932
1933 2003-12-05  Angus Leeming  <leeming@lyx.org>
1934
1935         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1936         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1937         data to the re-worked "log" dialog.
1938
1939 2003-12-03  André Pönitz  <poenitz@gmx.net>
1940
1941         * PosIterator.C:
1942         * iterators.C:
1943         * lyxtext.h:
1944         * output_latex.C:
1945         * paragraph_funcs.C:
1946         * text.C:
1947         * text2.C: use Inset::getText instead of Inset::getParagraph
1948
1949 2003-12-03  André Pönitz  <poenitz@gmx.net>
1950
1951         * buffer.[Ch]:
1952         * lyxtext.h:
1953         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1954         InsetText::read() as LyXText::read()
1955
1956 2003-12-02  Angus Leeming  <leeming@lyx.org>
1957
1958         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1959         type. Add a comment in the implementation that the function uses
1960         the stream's bad() function rather than fail() as the std::streams
1961         would do.
1962
1963 2003-12-02  André Pönitz  <poenitz@gmx.net>
1964
1965         * lyxlex.[Ch]: make interface more similar to std::stream
1966
1967         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1968
1969 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1970
1971         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1972
1973 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1974
1975         * vspace.[Ch]: remove VSpace::NONE
1976
1977 2003-12-01  André Pönitz  <poenitz@gmx.net>
1978
1979         * buffer.[Ch]:
1980         * lyxtext.h: move ParagraphList member to LyXText
1981         rename LyXText::ownerParagraphs to LyXText::paragraph
1982
1983         * CutAndPaste.C:
1984         * bufferview_funcs.C:
1985         * iterators.[Ch]:
1986         * lyx_cb.C:
1987         * paragraph.C:
1988         * rowpainter.C:
1989         * tabular.C:
1990         * text.C:
1991         * text2.C:
1992         * text3.C: adjust
1993
1994         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1995
1996         * undo.C: fix cursor positioning
1997
1998 2003-12-01  John Levon  <levon@movementarian.org>
1999
2000         * BufferView_pimpl.C: fix a crash on exit with
2001         a buffer open
2002
2003 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2004
2005         * BranchList.C: fix setSelected() method.
2006
2007 2003-11-28  André Pönitz  <poenitz@gmx.net>
2008
2009         * ParagraphParameters.[Ch]:
2010         * ParameterStruct.h: remove space above/below from Paragraph to
2011          InsetVSpace
2012
2013         * BufferView_pimpl.C:
2014         * factory.C:
2015         * lyxfunc.C:
2016         * lyxtext.h:
2017         * output_latex.C:
2018         * paragraph.C:
2019         * paragraph_funcs.C:
2020         * rowpainter.[Ch]:
2021         * text.C:
2022         * text2.C:
2023         * text3.C: adjust
2024
2025 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2026
2027         * factory.C: Syntax change for CharStyles
2028
2029 2003-11-28  André Pönitz  <poenitz@gmx.net>
2030
2031         * BufferView.[Ch]:
2032         * BufferView.[Ch]:
2033         * buffer.[Ch]:
2034         * buffer.[Ch]: move LyXText member
2035
2036 2003-11-28  André Pönitz  <poenitz@gmx.net>
2037
2038         * BufferView.[Ch]: make LyXText * text a private member
2039
2040         * BufferView_pimpl.C:
2041         * cursor.C:
2042         * iterators.C:
2043         * lyx_cb.C:
2044         * lyxfind.C:
2045         * lyxtext.h:
2046         * rowpainter.[Ch]:
2047         * text.C:
2048         * text2.C:
2049         * undo.C: adjust
2050
2051         * output_plaintext.C: cleanup
2052
2053 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2054
2055         * buffer.C:
2056         * lyxtextclass.[Ch]: parametrize SGML document header
2057
2058 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2059
2060         * converter.[Ch]:
2061         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2062         getFlavor().
2063
2064 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2065
2066         * text2.C (setFont): rework using PosIterator (no more recursive)
2067         (setCharFont): no more needed
2068         (setLayout): no more selection cursors fiddling (done by redoCursor)
2069         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2070         destroy remaining ones)
2071
2072 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2073
2074         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2075         * lyxtext.h: ditto
2076         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2077         selection cursors
2078         * lyxfunc.C: adjust
2079         * text3.C: adjust + re-allow multi par depth changes
2080         * textcursor.C: simplify a bit
2081
2082 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2083
2084         * src/buffer.C:
2085         * src/lyxlayout.C:
2086         * src/lyxlayout.h:
2087         * src/lyxtext.h:
2088         * src/output_docbook.C:
2089         * src/output_latex.C:
2090         * src/paragraph.C:
2091         * src/paragraph.h:
2092         * src/sgml.C:
2093         * src/sgml.h:
2094         * src/text2.C: Introducing a number of tags parametrizing various
2095         XML formats that we may want to support
2096
2097 2003-11-25  André Pönitz  <poenitz@gmx.net>
2098
2099         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2100
2101         * lyxtext.h (leftMargin/rightMargin): simplify interface
2102
2103         * rowpainter.C:
2104         * text.C:
2105         * text2.C:
2106         * text3.C: adjust
2107
2108 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2109
2110         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2111         master file to any child files. Fixes bug 546.
2112
2113 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2114
2115         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2116
2117 2003-11-24  André Pönitz  <poenitz@gmx.net>
2118
2119         * rowpainter.C: simplification
2120
2121         * text2.C (updateCounters): remove call to redoParagraph on
2122         changed labels as this is far too expensive.
2123
2124 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2125
2126         * converter.C (convert): fix a crash: this function gets
2127         called with buffer == 0 from importer code.
2128
2129 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2130
2131         * text3.C (cursorPrevious): make sure that we do not compare
2132         iterators form different containers.
2133         (cursorNext): ditto
2134
2135         * rowpainter.C (paintSelection): make sure that we do not compare
2136         iterators from different containers.
2137
2138         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2139         iterators from different ParagraphList containers.
2140         [NEXT] ditto
2141
2142         * text2.C (LyXText): change order of initialization slightly
2143         (operator=): new function. copy all variables except cache_par_
2144         (moveUp): make sure that we do not compare iterators from
2145         different ParagraphList constainers.
2146         (moveDown): ditto
2147
2148         * text.C (firstPar): new function
2149         (lastPar): new function
2150         (endPar): new function
2151
2152         * lyxtext.h: move things around and group public functions, public
2153         variables, private functions, private variables
2154
2155 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2156
2157         * factory.C: change call to InsetERT constructor to avoid
2158         additional invocation of method status
2159         * text2.C (toggleInset): remove redundant update() call
2160         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2161         instead of a Bufferview pointer
2162
2163 2003-11-21  André Pönitz  <poenitz@gmx.net>
2164
2165         * rowpainter.C: simplification
2166
2167 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2168
2169         * text3.C (dispatch): make possible to extend a word/row selection
2170         with the mouse
2171
2172 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2173
2174         * lyxtext.h: x0_,y0_ -> xo_,yo_
2175         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2176         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2177         * rowpainter.C (paintRows): paint full paragraphs
2178
2179 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2180
2181         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2182         screen coordinates)
2183
2184 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2185
2186         * lyxtext.h: add x0_, y0_
2187         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2188         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2189
2190 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2191
2192         * text2.C (setCursorIntern): move the x_target update here *
2193         * text3.C: change some bv() to true/false in calls to
2194         cursorUp/Down/Right/Left
2195         * cursor.C: use helper function.
2196
2197 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2198
2199         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2200         * paragraph_funcs.[Ch]: correct comment
2201         * rowpainter.C: do not paint selections away from bv->cursor()
2202         Fix a long standing selection painting bug.
2203         * text3.C: generalize mouse-selection code to LyXTexts other that
2204         top one
2205         * textcursor.C: do not use y coords if we can use par offsets
2206
2207 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2208
2209         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2210         cursor position after e.g. inset insert)
2211
2212 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2213
2214         * lyxfind.C (replace): adjust to locking removal + some
2215         code simplification
2216
2217 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2218
2219         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2220         of the path
2221
2222 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2223
2224         * lyxlayout.[Ch]:
2225         * output_docbook.C: XML sanitation: new layout
2226         parameters InnerTag and CommandDepth
2227
2228 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2229
2230         * BufferView_pimpl.C:
2231         * factory.C:
2232         * text3.C: Fix the insertion and modification of button-style
2233         insets
2234
2235 2003-11-13  André Pönitz  <poenitz@gmx.net>
2236
2237         * InsetList.[Ch]: remove deleteLyXText
2238
2239         * paragraph.[Ch]: cache beginOfBody position
2240
2241         * Bidi.C:
2242         * text.C:
2243         * text2.C:
2244         * text3.C: remove superfluous update() calls
2245
2246         * vspace.C: cleanup
2247
2248 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2249
2250         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2251         * BufferView.C (fitLockedInsetCursor): remove
2252         * cursor.[Ch] (getDim): add
2253         * text.C (getRowNearY): add faster version
2254         * text3.C: remove some update calls
2255
2256 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2257
2258         * LaTeXFeatures.C:
2259         * LyXAction.C:
2260         * MenuBackend.C:
2261         * MenuBackend.h:
2262         * dispatchresult.h:
2263         * factory.C:
2264         * lfuns.h:
2265         * lyxfunc.C:
2266         * lyxtextclass.C:
2267         * lyxtextclass.h:
2268         * text3.C: The Character Style /XML short element patch.
2269
2270 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2271
2272         * text3.C:
2273         * factory.C: Small step to solving 'unable to insert some insets'
2274         problem
2275
2276 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2277
2278         * cursor.[Ch] (updatePos): new function for updating the y
2279         position of the tip inset
2280         * bufferview_funcs.C (put_selection_at):
2281         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2282
2283 2003-11-11  André Pönitz  <poenitz@gmx.net>
2284
2285         * text.C: remove big comment on invalid Paragraph pointers as it is
2286         not valid anymore
2287
2288 2003-11-11  André Pönitz  <poenitz@gmx.net>
2289
2290         * text_funcs.[Ch]: merge with ...
2291
2292         * text.C: ... this
2293
2294         * lyxtext.h:
2295         * text2.C:
2296         * text3.C: adjust
2297
2298         * Makefile.am: remove text_funcs.[Ch]
2299
2300 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2301
2302         * cursor.C (getPos): return absolute cached y coord
2303
2304         * BufferView_pimpl.C (fitCursor): new simplistic code
2305         (workAreaDispatch): add a fitCursor call
2306
2307 2003-11-10  André Pönitz  <poenitz@gmx.net>
2308
2309         * BufferView.[Ch]:
2310         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2311
2312 2003-11-10  André Pönitz  <poenitz@gmx.net>
2313
2314         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2315         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2316         indicate that the cursor needs to leave an inset
2317
2318         * lyxtext.h: remove inset locking
2319
2320         * cursor.[Ch]: re-implement functionality provided by inset locking
2321
2322         * BufferView.[Ch]:
2323         * BufferView_pimpl.[Ch]:
2324         * LyXAction.C:
2325         * bufferview_funcs.[Ch]:
2326         * factory.C:
2327         * funcrequest.[Ch]:
2328         * iterators.C:
2329         * lyx_cb.C:
2330         * lyxfind.C:
2331         * lyxfunc.C:
2332         * text.C:
2333         * text2.C:
2334         * text3.C:
2335         * undo.C: adjust
2336
2337 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2338
2339         * PosIterator.[Ch]: replace the stack with a vector, add inset
2340         accesor
2341         * iterators.[C]: adjust
2342
2343 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2344
2345         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2346         replaced
2347         * paragraph_funcs.C (readParToken): put the correct id in the
2348         error item, not the id of the top paragraph
2349
2350 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2351
2352         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2353         * bufferview_funcs.C (put_selection_at): use the above
2354
2355 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2356
2357         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2358
2359 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2360
2361         * output_linuxdoc.h:
2362         * output_plaintext.h:
2363         * output.h:
2364         * output_docbook.h: add #include statements
2365
2366 2003-11-05  José Matos  <jamatos@lyx.org>
2367
2368         * output_docbook.[Ch]:
2369         * output_latex.[Ch]:
2370         * output_linuxdoc.[Ch]:
2371         * output_plaintext.[Ch]: New files for output formats.
2372         * output.[Ch]: New file for helper functions.
2373
2374         * buffer.[Ch]:
2375         * paragraph_funcs.[Ch]: output functions moved to new files.
2376
2377         * outputparams.h: rename of latexrunparams.h
2378
2379         * LaTeX.[Ch]:
2380         * buffer.[Ch]:
2381         * bufferlist.[Ch]:
2382         * converter.[Ch]:
2383         * exporter.C:
2384         * paragraph.[Ch]:
2385         * paragraph_funcs.[Ch]:
2386         * paragraph_pimpl.[Ch]:
2387         * tabular.[Ch]: rename ascii to plaintext
2388         and LatexRunParams to OutputParams.
2389
2390 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2391
2392         * iterators.[Ch] (text): require bv argument
2393         * undo.C (recordUndo):
2394         * lyxfunc.C (dispatch):
2395         * bufferview_funcs.C (put_selection_at): adjust
2396
2397 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2398
2399         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2400
2401 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2402
2403         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2404         nestings
2405
2406 2003-11-04  André Pönitz  <poenitz@gmx.net>
2407
2408         * cursor.[Ch]: restructure
2409
2410         * BufferView.[Ch]:
2411         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2412
2413         * iterators.[Ch] (asCursor): remove
2414
2415         * lfuns.h: remove LFUN_INSET_EDIT
2416
2417         * lyxfunc.C:
2418         * tabular.C:
2419         * text.C:
2420         * text2.C:
2421         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2422
2423 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2424
2425         * lyxfind.[Ch]: complete overhaul
2426         * BufferView_pimpl.C:
2427         * lyxfunc.C: adjust
2428         * paragraph.[Ch] (insert): add
2429
2430 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2431
2432         * BufferView.[Ch]:
2433         * lyxtext.h:
2434         * text.C: remove dead spellcheck code
2435
2436 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2437
2438         * dispatchresult.h: add a val setter
2439
2440         * cursor.C (dispatch): use a tempvar for data_[i]
2441
2442 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2443
2444         * PosIterator.[Ch]: compile fix
2445
2446 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2447
2448         * text.C (cursorPar): deactivate the cursor cache
2449
2450 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2451
2452         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2453
2454 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2455
2456         * text3.C (dispatch): adjust for new DisptchResult semantics.
2457
2458         * lyxfunc.C (dispatch): handle update when return from
2459         Cursor::dispatch, adjust for new DispatchResult semantics.
2460
2461         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2462         DispatchResult(true) mean to not update. Add class functions for
2463         setting dispatched and update, as well as reading.
2464
2465         * cursor.C (dispatch): don't handle update here
2466
2467 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2468
2469         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2470         * trans_mgr.C: adjust
2471
2472         * paragraph_funcs.C (readParToken): exception safety
2473
2474         * lyxvc.h: store the vcs pointer in a scoped_ptr
2475         * lyxvc.C: adjust
2476
2477         * lyxsocket.C (serverCallback): exception safety
2478
2479         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2480
2481         * ispell.C (clone): make it return a auto_ptr
2482
2483         * factory.C (createInset): exception safety
2484         (readInset): exception safety
2485
2486         * bufferlist.C (newBuffer): exception safety
2487
2488         * Thesaurus.C (Thesaurus): use initialization for aik_
2489
2490         * MenuBackend.C (expandToc): exception safety.
2491
2492 2003-11-03  André Pönitz  <poenitz@gmx.net>
2493
2494         * buffer.C:
2495         * buffer.h:
2496         * bufferview_funcs.C: remove getInsetFromId()
2497
2498         * lyxcursor.[Ch]:
2499         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2500
2501         * lyxfunc.C:
2502         * text2.C:
2503         * text3.C: adjust
2504
2505 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2506
2507         * PosIterator.C (distance, advance): new
2508         * bufferview_funcs.[Ch] (put_selection_at): new
2509         * iterators.[Ch] (lockPath): new
2510
2511 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2512
2513         * iterators.[Ch] (asPosIterator): added
2514         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2515         * PosIterator.[Ch]: added
2516
2517 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2518
2519         * text3.C:
2520         * lyxfunc.C:
2521         * cursor.C (dispatch):
2522         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2523
2524         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2525         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2526         contructor, add a class function dispatched. Remove operator>=
2527
2528 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2529
2530         * debug.C: only use the default constructor for debugstream
2531         (lyxerr) here.
2532
2533         * main.C (main): include debug.h and setup the lyxerr streambuf
2534         here.
2535
2536 2003-10-31  José Matos  <jamatos@lyx.org>
2537
2538         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2539
2540         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2541         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2542         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2543         * paragraph_pimpl.C (simpleTeXSpecialC):
2544         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2545         add LatexRunParams argument.
2546
2547         * exporter.C (Export): change call accordingly.
2548
2549         * latexrunparams.h: add new member to take care of the other backends.
2550 2003-10-30  José Matos  <jamatos@lyx.org>
2551
2552         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2553         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2554         factorise code for paragraph output.
2555         * buffer.[Ch]:
2556         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2557         move functions.
2558
2559 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2560
2561         * text3.C (dispatch):
2562         * lyxfunc.C (dispatch):
2563         * cursor.C (dispatch):
2564         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2565
2566         * dispatchresult.h: make the dispatch_result_t ctor explicit
2567
2568 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2569
2570         * sgml.[Ch]:
2571         * buffer.C: small refactoring of docbook stuff
2572
2573 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2574
2575         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2576         meaning.
2577
2578 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2579
2580         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2581         operator dispatch_result_t, and operators for == != and >=
2582
2583         * cursor.C (dispatch): adjust for operator dispatch_result_t
2584         removal. comment out call to update
2585
2586         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2587
2588 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2589
2590         * text3.C:
2591         * text2.C:
2592         * text.C:
2593         * lyxtext.h:
2594         * lyxfunc.C:
2595         * cursor.C:
2596         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2597         (dispatch):
2598
2599         * dispatchresult.h: new file, DispatchResult broken out of
2600         insets/insetbase.h
2601
2602         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2603
2604 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2605
2606         * text.C (rowBreakPoint): put a hack inside #if 0
2607
2608 2003-10-28  André Pönitz  <poenitz@gmx.net>
2609
2610         * lyxtext.h:
2611         * metricsinfo.C:
2612         * paragraph_funcs.C:
2613         * rowpainter.C:
2614         * text.C:
2615         * text2.C: general cleanup (lots of small stuff)
2616
2617 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2618
2619         * text2.C (cursorEnd): simple fix to the "end key goes to one
2620         before the end on last row" bug
2621
2622 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2623
2624         * text.C (backspace): fix the "zombie characters"
2625
2626 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2627
2628         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2629
2630 2003-10-27  André Pönitz  <poenitz@gmx.net>
2631
2632         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2633
2634         * factory.C: handle new InsetPagebreak, InsetLine
2635
2636         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2637         and move handling into new InsetPagebreak, InsetLine
2638
2639         * BufferView_pimpl.C:
2640         * LyXAction.C:
2641         * ParagraphParameters.C:
2642         * ParameterStruct.h:
2643         * lyxfunc.C:
2644         * lyxtext.h:
2645         * paragraph.C:
2646         * paragraph.h:
2647         * paragraph_funcs.C:
2648         * paragraph_pimpl.C:
2649         * rowpainter.C:
2650         * text.C:
2651         * text2.C:
2652         * text3.C: adjust
2653
2654 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2655
2656         * text.C:
2657         * lyxrow_funcs.[Ch]:
2658         * Bidi.C:
2659         * paragraph.C:
2660         * lyxtext.h:
2661         * rowpainter.C:
2662         * text2.C:
2663         * text3.C: remove lastPos uses in favour of Row::endpos
2664
2665 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2666
2667         * undo.C (performUndoOrRedo): fix two crashes by setting a
2668         cursor by hand and reordering some calls. Use bv->lockInset instead
2669         of inset->edit because the latter loses cursor information
2670
2671 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2672
2673         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2674         by Martin
2675         (rowBreakPoint): fix width. change point to point + 1.
2676         Add a missing check.
2677
2678 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2679
2680         * MenuBackend.C:
2681         * lyxfunc.C: fix (at least partly) the problems
2682         with the Nav menu and headers inside branch insets
2683         reported by Kayvan
2684
2685 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2686
2687         * paragraph.C (getChar): add strong asserts
2688
2689         * lyxrow_funcs.C (lastPos): remove hideous hack
2690
2691         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2692         (fill): adjust to that (avoid an infinite loop)
2693
2694 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2695
2696         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2697
2698 2003-10-23  André Pönitz  <poenitz@gmx.net>
2699
2700         * RowList_fwd.h: change list<> to vector<> to gain speed
2701         after suggestion from Alfredo
2702
2703 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2704
2705         * lyxtext.h: move the bidi stuff from here...
2706         * text.C: and here
2707         * text2.C: and here
2708         * Bidi.[Ch]: ... to here
2709
2710 2003-10-23  André Pönitz  <poenitz@gmx.net>
2711
2712         * lyxtext.h:
2713         * text.C (isLastRow, isFirstRow): new functions
2714
2715         * paragraph.h: new width cache member
2716
2717         * rowpainter.C: replace RowList::iterator with Row & where possible
2718
2719         * lyxfunc.C: replace several view()->text with a single call
2720
2721         * toc.C: fix 'unused' warning
2722
2723 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2724
2725         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2726         when woring with stream::pos_type
2727         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2728
2729 2003-10-22  André Pönitz  <poenitz@gmx.net>
2730
2731         * lyxtext.h:
2732         * text.C: use Row & instead of RowList::iterator
2733
2734         * lyxrow.h: rename end() to endpos()
2735
2736         * rowpainter.C:
2737         * text.C:
2738         * text2.C: adjust
2739
2740 2003-10-22  Angus Leeming  <leeming@lyx.org>
2741
2742         * buffer.[Ch] (fully_loaded): new member function, returning true
2743         only when the file has been loaded fully.
2744         Used to prevent the premature generation of previews and by the
2745         citation inset to prevent computation of the natbib-style label.
2746
2747         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2748         templates are all set up.
2749
2750         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2751
2752 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2753
2754         * text.C: fixed an "oops" in the "is a bit silly"
2755         bug fix
2756
2757 2003-10-21  André Pönitz  <poenitz@gmx.net>
2758
2759         * FuncStatus.[Ch]: small stuff, whitespace
2760
2761         * lyxfont.[Ch]: operator<<() for debug reasons
2762
2763         * lyxfunc.C:
2764         * lyxrow_funcs.C:
2765         * lyxtext.h: whitespace, spelling
2766
2767         * paragraph.C: naming of variables
2768
2769         * text.C:
2770         * text2.C: small stuff
2771
2772
2773 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2774
2775         * text.C: (1) finish off the inset display() work;
2776         (2) fix the "is a bit silly" bug (accessing char
2777         past end of par).
2778
2779 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2780
2781         * text.C: re-introduce display() for insets, fixing the
2782         various bugs (stretch of line above, math inset
2783         positioning, ...)
2784
2785 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2786
2787         * text.C (rightMargin): remove spurious semicolon
2788
2789         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2790         1415)
2791
2792 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2793
2794         * text3.C: fix one crash due to wrong cursor def
2795
2796 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2797
2798         * vc-backend.C (scanMaster): make the regex static
2799
2800         * LaTeX.C (scanAuxFile): make the regexs static
2801
2802         * text3.C (doInsertInset, dispatch, dispatch):
2803         * text2.C (cursorUp, cursorDown):
2804         * text.C (selectNextWordToSpellcheck):
2805         * BufferView_pimpl.C (dispatch):
2806         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2807
2808 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2809
2810         * lyxsocket.C: include <cerrno>
2811
2812 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2813
2814         * lyxfunc.C (dispatch): remove textcache stuff
2815
2816         * bufferlist.C (release): remove textcache stuff
2817         (closeAll): ditto
2818
2819         * TextCache.C: delete file
2820         * TextCache.h: delete file
2821
2822         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2823
2824         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2825         delete of the bv_->text.
2826         (resizeCurrentBuffer): remove texcache stuff
2827         (workAreaResize): ditto
2828
2829 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2830
2831         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2832         action.
2833
2834 2003-10-16  André Pönitz  <poenitz@gmx.net>
2835
2836         * lyxrow.[Ch]:
2837         * paragraph.h:
2838         * rowpainter.C:
2839         * text.C:
2840         * text2.C:
2841         * text3.C: speed up by storing y positions per paragraph plus per-row
2842         offset instead of having a 'full' y position in the row.
2843
2844 2003-10-15  André Pönitz  <poenitz@gmx.net>
2845
2846         * iterators.[Ch]:
2847         * iterators.[Ch]:
2848         * undo.[Ch]: make undo aware of inner insets
2849
2850 2003-10-14  Angus Leeming  <leeming@lyx.org>
2851
2852         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2853         static member functions LyX::ref() and LyX::cref.
2854         (lastfiles): new accessor functions for the new lastfiles_ member var.
2855         (addLyXView, views_): add a new LyXView to the list of views_.
2856         (updateInset): loop over all LyXViews to call their own updateInset
2857         member function, returning a pointer to the Buffer owning the inset.
2858
2859         * BufferView_pimpl.C (loadLyXFile):
2860         * MenuBackend.C (expandLastfiles):
2861         * bufferlist.C (MenuWrite, QuitLyX):
2862         lastfiles is no longer a global variable.
2863         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2864
2865         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2866         static function. Access through LyX::cref().emergencyCleanup().
2867
2868 2003-10-14  André Pönitz  <poenitz@gmx.net>
2869
2870         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2871
2872         * undo.[Ch]: restoring part of 'undo in insets'
2873
2874         * Makefile.am:
2875         * undo_funcs.[Ch]: merge with undo.[Ch]
2876
2877         * tabular.C: small cleansing stuff
2878
2879 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2880
2881         * paragraph_funcs.C (readParToken): report unknown insets as error
2882         boxes. Use the outer paragraph as location (also for unknown
2883         tokens).
2884
2885         * factory.C (readInset): do not abort on reading an unknown inset.
2886         Eat it and return 0.
2887
2888 2003-10-13  Angus Leeming  <leeming@lyx.org>
2889
2890         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2891
2892         * lyxrc.C: displayTranslator is now a function,
2893         declared in GraphicsTypes.h.
2894
2895 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2896
2897         * format.C: new placeholder $$a to pass the socket address.
2898
2899         * bufferlist.[Ch]: new function getBufferFromTmp.
2900
2901         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2902           files in the temporary dir.
2903
2904 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2905
2906         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2907
2908         * Makefile.am: add lyxsocket.[Ch].
2909
2910         * lyx_main.C (error_handler): handle SIGPIPE.
2911
2912 2003-10-13  André Pönitz  <poenitz@gmx.net>
2913
2914         * BufferView_pimpl.C:
2915         * lyxtext.h:
2916         * text.C:
2917         * text2.C:
2918         * text3.C:
2919         * undo_funcs.[Ch]: use paroffset_type instead of
2920           ParagraphList::iterators to prevent multiple conversion
2921           (and get a more robust interface)
2922
2923 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2924
2925         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2926         * lyxtext.h: ditto
2927         * text3.C (dispatch): ditto
2928
2929 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2930
2931         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2932         move the onlyfile, use onlyfile instead of foundfile in a couple
2933         of places.
2934
2935         * DepTable.C (update): flush the error stream a bit more
2936
2937 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2938
2939         * lyxserver.C (callback): adjust
2940
2941         * lyxfunc.C (getStatus): add a missing brace in commented code
2942         (ensureBufferClean): reindent
2943         (dispatch): delete version taking a string
2944
2945 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2946
2947         * LaTeX.C (deplog): move found file handlig from here...
2948         (handleFoundFile): .. to new function here.
2949         (deplog): make sure to discover several files mentioned on the
2950         same log line.
2951
2952 2003-10-10  André Pönitz  <poenitz@gmx.net>
2953
2954         * lyxfunc.C:
2955         * lyxtext.h:
2956         * tabular.C:
2957         * text.C:
2958         * text2.C:
2959         * text3.C: fix some of the tabular crashes
2960
2961 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2962
2963         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2964
2965         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2966
2967 2003-10-09  André Pönitz  <poenitz@gmx.net>
2968
2969         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2970
2971         * BufferView.C:
2972         * BufferView_pimpl.C:
2973         * bufferview_funcs.C:
2974         * lyx_cb.C:
2975         * lyxcursor.C:
2976         * lyxfind.C:
2977         * lyxfunc.C:
2978         * lyxtext.h:
2979         * text.C:
2980         * text2.C:
2981         * text3.C:
2982         * text_funcs.[Ch]:
2983         * textcursor.[Ch]:
2984         * undo_funcs.C: adjust
2985
2986 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2987
2988         * text2.C (incrementItemDepth): new function, use a backtracking
2989         algorithm to discover the correct item depth.
2990         (resetEnumCounterIfNeeded): new function, use a backtracking
2991         algorithm to discover if counter reset is needed.
2992         (setCounter): use them. Simplify a bit. Add different labels for
2993         different item depths for itemize.
2994
2995         * paragraph.C (Paragraph): remove initialization of enumdepth
2996         (operator=): ditto
2997
2998         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2999         enumerate and itemize. Change the type of itemdepth to signed char.
3000
3001 2003-10-08  André Pönitz  <poenitz@gmx.net>
3002
3003         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3004           thing assignable.
3005         * text.C:
3006         * text2.C: adjust
3007
3008         * tabular.[Ch]: fix crash after 'row-insert'
3009
3010 2003-10-08  Angus Leeming  <leeming@lyx.org>
3011
3012         Fix doxygen warnings.
3013
3014         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3015         Remove CutAndPaste:: prefix from header file declaration.
3016
3017         * LColor.h (fill): remove LColor:: prefix from declaration.
3018
3019         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3020         use lyx::depth_type rather than Paragraph::depth_type so that
3021         header file and .C file match.
3022
3023         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3024
3025         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3026         * aspell.C: \file aspell_local.C -> \file aspell.C
3027         * gettext.C: \file gettext.C -> \file src/gettext.C
3028         * gettext.h: \file gettext.h -> \file src/gettext.h
3029         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3030         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3031         * text.C: \file text.C -> \file src/text.C
3032
3033         * toc.C: move comment so that doxygen is not confused.
3034
3035 2003-10-07  Angus Leeming  <leeming@lyx.org>
3036
3037         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3038
3039 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3040
3041         * aspell.C:
3042         * aspell_local.h: add forgotten std::string's.
3043
3044 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3045
3046         * LaTeXFeatures.C:
3047         * LyXAction.C:
3048         * factory.C:
3049         * lfuns.h:
3050         * lyxfunc.C:
3051         * text3.C: The Box patch. Fancybox support, minipage, parbox
3052
3053 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3054
3055         * CutAndPaste.h:
3056         * DepTable.h:
3057         * FloatList.h:
3058         * LaTeXFeatures.h:
3059         * ParagraphParameters.h:
3060         * TextCache.h:
3061         * Thesaurus.h:
3062         * bufferlist.h:
3063         * exporter.h:
3064         * importer.h:
3065         * lastfiles.h:
3066         * lyxfind.h:
3067         * lyxfont.h:
3068         * lyxlex.h:
3069         * lyxtextclasslist.h:
3070         * messages.h:
3071         * paragraph.h:
3072         * paragraph_pimpl.C:
3073         * textcursor.h: add <string> and other small fixes to make Lars'
3074         std::string patch compile with STLport.
3075
3076 2003-10-06  Angus Leeming  <leeming@lyx.org>
3077
3078         * LColor.h: Add missing #include <string>.
3079
3080 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3081
3082         * All most all file in all subdirs: Make <string> be the prefered
3083         way of getting to std::string, add using declarations.
3084
3085 2003-10-06  André Pönitz  <poenitz@gmx.net>
3086
3087         * metricsinfo.C: initialize LyXFont before changing attribute.
3088         (fixes the 'math in \emph is upright' bug)
3089
3090 2003-10-06  André Pönitz  <poenitz@gmx.net>
3091
3092         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3093
3094 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3095
3096         * graph.C:
3097         * paragraph_pimpl.C: Small fixes to build using STLport
3098
3099 2003-10-02  André Pönitz  <poenitz@gmx.net>
3100
3101         * lyxfunc.C:
3102         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3103
3104 2003-10-01  André Pönitz  <poenitz@gmx.net>
3105
3106         * factory.C: assert early
3107
3108 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3109
3110         * lyx_main.C: remove the global debug object
3111
3112         * debug.h: adjust for new debugstream
3113
3114         * debug.C: adjust for new debugstream and keep the global debug
3115         object here.
3116
3117 2003-09-22  Angus Leeming  <leeming@lyx.org>
3118
3119         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3120         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3121         an incomplete class LyXFont.
3122
3123 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3124
3125         * factory.C: bug fix in branches
3126
3127 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3128
3129         * lyxfunc.C (processKeySym): adjust
3130         (dispatch): adjust
3131         (dispatch): change arg name from ev to func, adjust
3132         (sendDispatchMessage): ditto
3133
3134         * lyx_main.C (defaultKeyBindings): adjust keybindings
3135         (deadKeyBindings): ditto
3136
3137         * kbsequence.C (addkey): return a FuncRequest
3138
3139         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3140
3141         * kbmap.C (bind): take a FuncRequest as arg, adjust
3142         (read): adjust
3143         (lookup): adjust
3144         (defkey): change to take a FuncRequest as arg, adjust
3145         (findbinding): take a FuncRequest as arg, adjust.
3146
3147         * funcrequest.h (operator=): added
3148
3149         * funcrequest.C (FuncRequest): default kb_action changed from
3150         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3151
3152         * buffer.C (dispatch): simplify
3153         (dispatch): adjust to take a FuncRequest as arg, adjust
3154
3155         * boost.C (assertion_failed): change assertion message slightly
3156
3157         * ToolbarBackend.C (read): simplify
3158
3159         * MenuBackend.C (binding): adjust call to findbinding, add a
3160         message if no binding is found.
3161         (read): simplify
3162         (expandToc): correct by adding a empty FuncRequest
3163
3164         * LyXAction.C: include <boost/assert.hpp>
3165         (isPseudoAction): delete function
3166         (LookupFunc): change name to...
3167         (lookupFunc): this. change return type to FuncRequest.
3168         (getActionName): take kb_action as arg, simplify
3169         (funcHasFlag): add an assert, simplify.
3170
3171 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3172
3173         * toc.C (action): return a FuncRequest, simplify
3174
3175         * lyxfunc.C (processKeySym): adjust
3176         (getStatus): delete version that takes an int.
3177         (getStatus): adjust
3178         (dispatch): delete version that takes action as int
3179         (dispatch): adjust
3180         (sendDispatchMessage): simplify and adjust
3181
3182         * funcrequest.C (getArg): take unsigned int as arg
3183
3184         * ToolbarBackend.C (read): adjust
3185         (add): delete version that takes func as a string.
3186         (getIton): take a FuncRequest as arg
3187
3188         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3189         action.
3190
3191         * MenuBackend.C (MenuItem): add a new construct that only takes a
3192         Kind, simplify the constructor use for submenus.
3193         (add): adjust
3194         (expandLastfiles): adjust
3195         (expandDocuments): adjust
3196         (expandFormats): adjust
3197         (expandFloatListInsert): adjust
3198         (expandFloatInsert): adjust
3199         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3200
3201         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3202         Remove class variables lyx_pseudo_map and lyx_arg_map
3203
3204         * LyXAction.C (searchActionArg): delete function
3205         (getPseudoAction): delete function
3206         (retrieveActionArg): delete function
3207         (LookupFunc): make it return kb_action, simplify.
3208         (getActionName): simplify
3209
3210         * factory.C (createInset): fix new bug
3211
3212 2003-09-19  Angus Leeming  <leeming@lyx.org>
3213
3214         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3215         masterFilename_ parameter in the include inset.
3216
3217         * factory.C (createInset): changes due to the changes to InsetInclude.
3218
3219 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3220
3221         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3222
3223 2003-09-18  Angus Leeming  <leeming@lyx.org>
3224
3225         * buffer.C:
3226         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3227         Inset::fillWithBibKeys.
3228         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3229
3230 2003-09-18  Angus Leeming  <leeming@lyx.org>
3231
3232         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3233         variables.
3234         (ctor): pass and store a 'Buffer const &'
3235         (buffer): new member function.
3236
3237         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3238         '*this' to the LaTeXFeatures ctor.
3239
3240 2003-09-18  Angus Leeming  <leeming@lyx.org>
3241
3242         * LColor.h:
3243         * lyxfont.C:
3244         * lyxfont.h:
3245         * lyxtext.h:
3246         * text.C: rename EnumLColor as LColor_color.
3247
3248 2003-09-18  Angus Leeming  <leeming@lyx.org>
3249
3250         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3251         remove #include "insets/insetbase.h" from cursor.h.
3252
3253 2003-09-18  Angus Leeming  <leeming@lyx.org>
3254
3255         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3256         InsetOld_code to remove #include "inset.h".
3257
3258         * iterators.C: add #include "insets/inset.h"
3259
3260 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3261
3262         * BufferView.C: remove more locking stuff that apparently doesn't
3263         do anything sensible.
3264
3265 2003-09-16  André Pönitz  <poenitz@gmx.net>
3266
3267         * paragraph.[Ch]:
3268         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3269           performance boost.
3270
3271 2003-09-16  Angus Leeming  <leeming@lyx.org>
3272
3273         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3274
3275         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3276         arg/return type.
3277
3278         * paragraph.h: remove #include "lyxfont.h". Forward declare
3279         LyXFont_size.
3280
3281 2003-09-16  Angus Leeming  <leeming@lyx.org>
3282
3283         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3284         of support/textutils.h.
3285         (isWord): move the contents of support/textutils.h's IsWordChar here.
3286
3287         * buffer.C:
3288         * lyxfind.C:
3289         * rowpainter.C:
3290         * text.C:
3291         * text2.C: add #include "paragraph.h".
3292
3293         * rowpainter.C:
3294         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3295
3296 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3297
3298         * main.C:
3299         * lyx_main.C:
3300         * lyx_cb.C:
3301         * buffer.C:
3302         * LaTeX.C: use namespace alias for lyx::support::os
3303
3304 2003-09-16  Angus Leeming  <leeming@lyx.org>
3305
3306         * bufferparams.C:
3307         * bufferview_funcs.C:
3308         * factory.C:
3309         * lyxfunc.C:
3310         * paragraph_pimpl.C:
3311         * rowpainter.C:
3312         * text.C: add #include "LColor.h".
3313
3314 2003-09-16  Angus Leeming  <leeming@lyx.org>
3315
3316         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3317         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3318         return LyXFont &.
3319         Store the FontBits::color variable as an int rather than as an
3320         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3321         file.
3322
3323         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3324         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3325         string calls together.
3326
3327         * lyxrc.C: add #include "LColor.h".
3328
3329 2003-09-15  Angus Leeming  <leeming@lyx.org>
3330
3331         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3332         a cow_ptr.
3333
3334 2003-09-15  Angus Leeming  <leeming@lyx.org>
3335
3336         * LColor.h: add an EnumLColor wrapper for LColor::color.
3337
3338         * lyxfont.[Ch] (color, setColor, realColor):
3339         * lyxtext.h, text.C (backgroundColor):
3340         pass EnumLColor args to/from the functions, rather than LColor::color
3341         ones.
3342
3343         * lyxfont.h:
3344         * lyxtext.h: forward declare EnumLColor.
3345
3346         * lyx_main.C: add #include "LColor.h".
3347
3348 2003-09-15  Angus Leeming  <leeming@lyx.org>
3349
3350         * .cvsignore: add lyx-gtk.
3351
3352 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3353
3354         * Chktex.C
3355         * LaTeX.C
3356         * LaTeXFeatures.C
3357         * ParagraphParameters.C
3358         * Spacing.C
3359         * buffer.C
3360         * bufferparams.C
3361         * bufferview_funcs.C
3362         * chset.C
3363         * counters.C
3364         * funcrequest.C
3365         * lyxfont.C
3366         * lyxgluelength.C
3367         * lyxlength.C
3368         * paragraph.C
3369         * paragraph_funcs.C
3370         * text3.C
3371         * vc-backend.C: remove usage of STRCONV
3372
3373 2003-09-15  Angus Leeming  <leeming@lyx.org>
3374
3375         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3376         explicitly define the color passed to the painter.
3377
3378 2003-09-15  Angus Leeming  <leeming@lyx.org>
3379
3380         * bufferparams.C (BufferParams): reorder member initializers to avoid
3381         compiler warning.
3382
3383 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3384
3385         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3386         * text.C (updateRowPositions): remove an unusual nop
3387
3388 2003-09-12  André Pönitz  <poenitz@gmx.net>
3389
3390         * BufferView_pimpl.C:
3391         * Bullet.C:
3392         * layout.h:
3393         * lyxfunc.C:
3394         * lyxlayout.[Ch]:
3395         * lyxtextclass.C:
3396         * rowpainter.C:
3397         * text.C:
3398         * text2.C:
3399         * Counters.[Ch]: finish the 'automatic counters' job
3400
3401 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3402
3403         * aspell.C: include <boost/assert.cpp> (compile fix)
3404
3405 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3406
3407         * boost.C (assertion_failed): use lyx::support::abort instead of
3408         assert.
3409
3410 2003-09-10  Angus Leeming  <leeming@lyx.org>
3411
3412         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3413         with their _fwd progeny.
3414
3415 2003-09-09  Angus Leeming  <leeming@lyx.org>
3416
3417         134 files throughtout the source tree: replace 'using namespace abc;'
3418         directives with the appropriate 'using abc::xyz;' declarations.
3419
3420 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3421
3422         * boost.C (emergencyCleanup): moved here from LAssert.c
3423         (assertion_failed): new function, called by BOOST_ASSERT
3424
3425         * several files: change Assert to BOOST_ASSERT
3426
3427 2003-09-09  Angus Leeming  <leeming@lyx.org>
3428
3429         * buffer.[Ch]: Add an Impl class and move Buffer's member
3430         variables into it. As a result move several header files out of
3431         buffer.h.
3432
3433         Add header files to lots of .C files all over the tree as a result.
3434
3435 2003-09-09  Angus Leeming  <leeming@lyx.org>
3436
3437         * buffer.[Ch]: make Buffer's member variables private. Add
3438         accessor functions.
3439
3440         Lots of changes all over the tree as a result.
3441
3442 2003-09-08  Angus Leeming  <leeming@lyx.org>
3443
3444         * graph.C: #include <config.h>.
3445
3446 2003-09-08  Angus Leeming  <leeming@lyx.org>
3447
3448         * BranchList.C:
3449         * BufferView.C:
3450         * BufferView_pimpl.C:
3451         * CutAndPaste.C:
3452         * DepTable.C:
3453         * LaTeX.C:
3454         * LaTeXFeatures.C:
3455         * LyXAction.C:
3456         * MenuBackend.C:
3457         * TextCache.C:
3458         * aspell.C:
3459         * buffer.C:
3460         * bufferlist.C:
3461         * changes.C:
3462         * chset.C:
3463         * converter.C:
3464         * counters.C:
3465         * debug.C:
3466         * graph.C:
3467         * ispell.C:
3468         * lyx_cb.C:
3469         * lyxfind.C:
3470         * lyxfunc.C:
3471         * lyxlex_pimpl.C:
3472         * lyxrc.C:
3473         * lyxrow.C:
3474         * paragraph.C:
3475         * rowpainter.C:
3476         * texrow.C:
3477         * text.C:
3478         * text2.C:
3479         * toc.C: remove redundant using directives.
3480
3481 2003-09-07  Angus Leeming  <leeming@lyx.org>
3482
3483         * LaTeXFeatures.h: remove #include "support/types.h".
3484         * ToolbarBackend.h: remove #include <algorithm>.
3485         * changes.h: remove #include <ctime>.
3486         * debug.h: remove #include <iosfwd>.
3487         * graph.h: remove #include "support/std_string.h".
3488         * lyx_main.h: remove #include <csignal>.
3489         * lyxlex_pimpl.h: remove #include <fstream>.
3490         * sgml.h: remove #include <algorithm>, <utility>.
3491         * toc.h: remove #include "support/std_ostream.h".
3492         Add #include <iosfwd>.
3493
3494 2003-09-07  Angus Leeming  <leeming@lyx.org>
3495
3496         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3497
3498         * converter.h: forward declare LatexRunParams.
3499         * encoding.h: remove #include "lyxrc.h".
3500         * lyxtext.h: remove #include "LColor.h".
3501         * lyxtextclass.h: remove #include "support/types.h".
3502         * trans.h: remove #include "tex-accent.h".
3503         * trans_mgr.h: remove #include "tex-accent.h".
3504         * insets/inset.h: remove #include "support/types.h", <vector>.
3505         * insets/insetcollapsable.h: remove #include "LColor.h".
3506         * insets/insetinclude.h: remove #include "dimension.h".
3507         * insets/insetlatexaccent.h: remove #include "dimension.h".
3508         * insets/insetoptarg.h:: remove #include "insettext.h".
3509         * insets/insettext.h: remove #include "dimension.h",
3510         <boost/shared_ptr.hpp>
3511
3512         * insets/renderers.h: add #include "dimension.h".
3513         * insets/updatableinset.h: add #include "support/types.h".
3514
3515         * many .C files: Associated changes.
3516
3517 2003-09-06  Angus Leeming  <leeming@lyx.org>
3518
3519         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3520         one, inside testInvariant.
3521
3522         * PrinterParams.C: new file.
3523         * PrinterParams.[Ch]: move the function bodies out of line.
3524
3525 2003-09-06  Angus Leeming  <leeming@lyx.org>
3526
3527         * ParagraphParameters.h: forward declare ParameterStruct rather than
3528         including its header file.
3529         (depth): moved out-of-line.
3530
3531 2003-09-06  Angus Leeming  <leeming@lyx.org>
3532
3533         * BufferView_pimpl.h:
3534         * kbmap.h:
3535         * kbsequence.h:
3536         * lyxfunc.h: forward declare LyXKeySym rather than
3537         #include "frontends/LyXKeySym.h".
3538
3539         * BufferView_pimpl.C:
3540         * kbmap.C:
3541         * kbsequence.C:
3542         * lyxfunc.C: associated changes.
3543
3544 2003-09-06  Angus Leeming  <leeming@lyx.org>
3545
3546         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3547         As a result, can remove the #include "insets/inset.h" from BufferView.h
3548
3549 2003-09-06  Angus Leeming  <leeming@lyx.org>
3550
3551         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3552         As a result, can remove the #include "insets/inset.h" from BufferView.h
3553
3554 2003-09-06  Angus Leeming  <leeming@lyx.org>
3555
3556         * buffer_funcs.C:
3557         * buffer.h:
3558         * bufferlist.C:
3559         * BufferView.C:
3560         * bufferview_funcs.C:
3561         * BufferView_pimpl.C:
3562         * CutAndPaste.C:
3563         * lyx_cb.C:
3564         * lyxfunc.C:
3565         * paragraph.h:
3566         * ParagraphParameters.C:
3567         * tabular.C:
3568         * text3.C:
3569         * toc.C:
3570         * undo_funcs.C:
3571         * frontends/controllers/ControlDocument.C:
3572         * insets/insetcaption.C: rearrange the #includes into some sort of
3573         coherent order.
3574
3575         * buffer.h: remove #includes ErrorList.h, undo.h
3576
3577 2003-09-06  Angus Leeming  <leeming@lyx.org>
3578
3579         * support/types.h: add a 'depth_type' typedef, used to store the
3580         nesting depth of a paragraph.
3581
3582         * paragraph.h:
3583         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3584         defining explicitly.
3585
3586         * buffer.h:
3587         * paragraph_funcs.h:
3588         * ParagraphParameters.h:
3589         * sgml.h: use lyx::depth_type rather than Paragraph or
3590         ParameterStruct's depth_type.
3591
3592         * buffer.h
3593         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3594
3595         * BufferView.C:
3596         * BufferView_pimpl.C:
3597         * CutAndPaste.C:
3598         * ParagraphParameters.C:
3599         * buffer_funcs.C:
3600         * bufferlist.C:
3601         * bufferview_funcs.C:
3602         * lyx_cb.C:
3603         * lyxfunc.C:
3604         * tabular.C:
3605         * text3.C:
3606         * toc.C:
3607         * undo_funcs.C:
3608         * frontends/LyXView.C:
3609         * frontends/controllers/ControlDocument.C:
3610         * frontends/controllers/ControlErrorList.C:
3611         * insets/insetbibitem.C:
3612         * insets/insetbranch.C:
3613         * insets/insetcaption.C:
3614         * insets/insetcollapsable.C:
3615         * insets/insetenv.C:
3616         * insets/insetert.C:
3617         * insets/insetfloat.C:
3618         * insets/insetfoot.C:
3619         * insets/insetfootlike.C:
3620         * insets/insetnewline.C:
3621         * insets/insetquotes.C:
3622         * insets/insettabular.C:
3623         * insets/insettext.C:
3624         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3625
3626         * frontends/controllers/ControlChanges.C: #include "changes.h".
3627
3628 2003-09-06  Angus Leeming  <leeming@lyx.org>
3629
3630         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3631         than #including paragraph.h.
3632
3633         * ParagraphList.h:
3634         * RowList.h: deleted. Superfluous.
3635
3636         * CutAndPaste.h:
3637         * iterators.h:
3638         * lyxcursor.h:
3639         * lyxtext.h:
3640         * text_funcs.h:
3641         * undo.h:
3642         * undo_funcs.h:
3643         * insets/inset.h:
3644         * insets/insettext.h: use ParagraphList_fwd.h rather than
3645         ParagraphList.h.
3646
3647         * paragraph.h: don't forward declare ParagraphList.
3648
3649         * buffer.h:
3650         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3651         rather than ParagraphList.h. paragraph.h is still needed for the
3652         Paragraph::depth_type parameters.
3653
3654         * textcursor.h: enable it to compile stand-alone in light of the
3655         above changes.
3656
3657         * bufferview_funcs.C:
3658         * iterators.C:
3659         * lyxfunc.C:
3660         * lyxrow_funcs.C:
3661         * paragraph.C:
3662         * rowpainter.C:
3663         * text.C:
3664         * text2.C:
3665         * text3.C:
3666         * text_funcs.C:
3667         * textcursor.C:
3668         * undo.C:
3669         * frontends/controllers/ControlParagraph.C:
3670         * frontends/controllers/ControlTabular.C:
3671         * insets/insetmarginal.C:
3672         * insets/insetminipage.C:
3673         * insets/insetnote.C:
3674         * insets/insetoptarg.C: add header files needed to compile again.
3675
3676 2003-09-06  Angus Leeming  <leeming@lyx.org>
3677
3678         * RowList_fwd.h: new file, forward-declaring Row rather than
3679         #including lyxrow.h.
3680
3681         * lyxrow_funcs.h:
3682         * lyxtext.h:
3683         * paragraph.h:
3684         * insets/insettext.h: use it instead of RowList.h
3685
3686         * bufferview_funcs.C:
3687         * lyxfunc.C:
3688         * lyxrow_funcs.C:
3689         * paragraph.C:
3690         * rowpainter.C:
3691         * text.C:
3692         * text2.C:
3693         * text3.C: #include "RowList.h".
3694
3695 2003-09-05  Angus Leeming  <leeming@lyx.org>
3696
3697         * factory.C (createInset):
3698         * vspace.C (c-tor): replace sscanf call with an istringstream.
3699         * ispell.C: re-add missing HP/UX headers.
3700         * lyxserver.C: re-add missing  os2 headers.
3701
3702 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3703
3704         * BranchList.C:
3705         * graph.C:
3706         * ispell.C:
3707         * lastfiles.C:
3708         * lyx_cb.C:
3709         * lyxserver.C:
3710         * texrow.C:
3711         * text3.C: re-add missing system headers, needed for 2.95.2.
3712
3713 2003-09-05  Angus Leeming  <leeming@lyx.org>
3714
3715         Changes most place everywhere due to the removal of using directives
3716         from support/std_sstream.h.
3717
3718 2003-09-05  Angus Leeming  <leeming@lyx.org>
3719
3720         Replace LString.h with support/std_string.h,
3721         Lsstream.h with support/std_sstream.h,
3722         support/LIstream.h with support/std_istream.h,
3723         support/LOstream.h with support/std_ostream.h.
3724
3725         Changes resulting throughout the tree.
3726
3727 2003-09-05  Angus Leeming  <leeming@lyx.org>
3728
3729         * sgml.h: ensure that the header file can be compiled stand-alone.
3730         * *.C: strip out redundant #includes. (320 in total.)
3731
3732 2003-09-04  Angus Leeming  <leeming@lyx.org>
3733
3734         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3735         here (from getPackages).
3736
3737         * debug.[Ch]: add a new EXTERNAL tag.
3738
3739 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3740
3741         * text2.C (cursorEnd): simplify
3742         (setCursor): adjust
3743         (getColumnNearX): adjust
3744
3745         * text.C (computeBidiTables): adjust
3746         (fill): adjust
3747
3748         * rowpainter.C (paintChars): adjust
3749         (paintSelection): adjust
3750         (paintChangeBar): adjust
3751         (paintText): adjust
3752
3753         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3754         lastPos instead.
3755         (numberOfSeparators): adjust
3756
3757 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3758
3759         * LyXAction.C:
3760         * box.[Ch]:
3761         * lfuns.h:
3762         * lyxfunc.C:
3763         * text3.C: Restricts the mouse click functionality
3764         of insets like bibtex, include, toc and floatlist to the visible
3765         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3766         up the dialogs. Cursor has to be in front of the inset (i.e.
3767         start of row) for this to function.
3768
3769 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3770
3771         * bufferview_funcs.C (currentState): output row information
3772
3773 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3774
3775         * bufferview_funcs.C (currentState): output paragraph position
3776
3777 2003-09-04  Angus Leeming  <leeming@lyx.org>
3778
3779         * FloatList.h: move out #include "Floating.h".
3780         * LaTeX.h: move out #include "DepTable.h".
3781         * LyXAction.h: move out #include "funcrequest.h".
3782         * buffer.h: move out #include "author.h", "iterators.h".
3783         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3784         * lyx_main.h: move out #include "errorlist.h".
3785         * lyxfunc.h: move out #include "FuncStatus.h".
3786         * lyxtext: move out #include "lyxcursor.h".
3787         * paragraph_pimpl.h: move out #include "counters.h".
3788
3789 2003-09-03  Angus Leeming  <leeming@lyx.org>
3790
3791         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3792         preamble_snippets list, enabling us to add snippets to the preamble
3793         only if the snippet was not there already.
3794
3795 2003-09-04  Angus Leeming  <leeming@lyx.org>
3796
3797         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3798
3799 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3800
3801         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3802         update
3803
3804 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3805
3806         * BranchList.C: point fix, earlier forgotten
3807
3808 2003-09-02  Angus Leeming  <leeming@lyx.org>
3809
3810         * box.C (contains): renamed from 'contained' after a fantastic
3811         amount of hot air.
3812
3813 2003-09-02  John Levon  <levon@movementarian.org>
3814
3815         * BufferView.C:
3816         * lyxcursor.h:
3817         * lyxcursor.C:
3818         * lyxfunc.C:
3819         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3820
3821 2003-09-02  John Levon  <levon@movementarian.org>
3822
3823         * text2.C: simplification of cursorEnd(), including partial
3824         fix for bug 1376
3825
3826 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3827
3828         * buffer.C (readFile): add a space
3829
3830 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3831
3832         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3833
3834 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3835
3836         * buffer.C (readFile): new function, take a filename and a
3837         ParagraphList::iterator
3838         (readFile): adjust
3839         (readFile): adjust, make it private. don't use setStream, make
3840         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3841         always contain the filename.
3842
3843         * BufferView.C (insertLyXFile): simplify and make it work for
3844         gzipped files.
3845
3846 2003-08-30  John Levon  <levon@movementarian.org>
3847
3848         * Makefile.am: fix dist (from Kayvan)
3849
3850 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3851
3852         * most files: change to use const Buffer refs
3853
3854 2003-08-27  André Pönitz  <poenitz@gmx.net>
3855
3856         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3857         on top of ownerPar().
3858
3859 2003-08-27  John Levon  <levon@movementarian.org>
3860
3861         * funcrequest.C: properly initialise POD members
3862
3863 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3864
3865         * lyxtext.h (top_y): move top_y from here
3866         * text.C:
3867         * text2.C:
3868         * text3.C:
3869         * BufferView.[Ch]:
3870         * BufferView_pimpl.[Ch]: to here
3871         * frontends/screen.C:
3872         * insets/insettabular.C:
3873         * insets/insettext.C: adjust
3874         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3875
3876 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3877
3878         * BufferView.[Ch]:
3879         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3880
3881 2003-08-26  André Pönitz  <poenitz@gmx.net>
3882
3883         * paragraph_func.[Ch] (outerPar): new function
3884
3885         * paragraph.C:
3886         * paragraph_funcs.C:
3887         * paragraph_funcs.h:
3888         * paragraph_pimpl.C:
3889         * text2.C: remove Inset::par_owner
3890
3891 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3892
3893         * lyxrow_funcs.C:
3894         * lyxtext.h:
3895         * text.C:
3896         * text2.C: eliminates the needFullRow/display() stuff
3897         altogether, putting the logic in metrics/draw in the insets.
3898
3899 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3900
3901         * text2.C (redoParagraphInternal, redoParagraphs):
3902         * text.C (redoParagraph): add a call to updateRowPositions at the
3903         end of each 'metrics-like' call. Remove all others.
3904         (getRow): remove the 'y-computing' version.
3905         (getRowNearY): do not compute nor return the real y. Solve the
3906         'y < 0' problem and simplify.
3907
3908 2003-08-22  Angus Leeming  <leeming@lyx.org>
3909
3910         * *.[Ch]: clean-up of licence and author blurbs.
3911         Also move config.h out of a few .h files and into a few .C files.
3912
3913 2003-08-22  André Pönitz  <poenitz@gmx.net>
3914
3915         * lyxrow.[Ch]: add x_ and *fill_ members
3916
3917         * lyxtext.h:
3918         * text.C:
3919         * rowpainter.C:
3920         * text2.C: adjust/remove prepareToPrint() calls
3921
3922 2003-08-22  André Pönitz  <poenitz@gmx.net>
3923
3924         * lyxrow.[Ch]: add  end_ member
3925
3926         * lyxrow_funcs.C: use LyXRow::end_
3927
3928         * lyxtext.h (singleWidth): add LyXFont parameter
3929
3930         * rowpainter.C:
3931         * text2.C: adjust LyXText::singleWidth() calls
3932
3933         * text.C (redoParagraph): simplify row breaking logic
3934
3935
3936 2003-08-19  André Pönitz  <poenitz@gmx.net>
3937
3938         * funcrequest.C: initialize button_ member
3939
3940         * text3.C:
3941         * rowpainter.[Ch]: interface consolidation
3942
3943 2003-08-18  André Pönitz  <poenitz@gmx.net>
3944
3945         * BufferView.C:
3946         * BufferView_pimpl.C:
3947         * lyxfind.C:
3948         * paragraph_funcs.C:
3949         * rowpainter.C:
3950         * text3.C: remove LyXScreen::draw() and fitCursor calls
3951
3952         * BranchList.h: remove spurious semicolons
3953
3954         * MenuBackend.C: fix branchlist related crash
3955
3956 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3957
3958         * BranchList.[Ch]:
3959         * InsetList.[Ch]:
3960         * LColor.[Ch]:
3961         * LyXAction.C:
3962         * Makefile.am:
3963         * MenuBackend.[Ch]:
3964         * bufferparams.[Ch]:
3965         * factory.C:
3966         * lfuns.h:
3967         * lyxfunc.C:
3968         * text3.C: implements the 'branch inset'
3969         idea. This allows the output of various versions of a document
3970         from a single source version, selectively outputing or suppressing
3971         output of parts of the text.
3972         This implementation contains a 'branch list editor' in a separate
3973         tab of the document settings dialog. Branches are user definable
3974         and have a "display colour" to distinguish them on-screen.
3975
3976         ColorHandler was somewhat cleaned up.
3977         (1) make possible a dynamically growing LColor list by allowing
3978         the graphic context cache to grow along (vector);
3979         (2) eliminate an IMHO unnecessary step in colour allocation.
3980
3981 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3982
3983         * BufferView_pimpl.C: compile fix
3984
3985 2003-08-15  André Pönitz  <poenitz@gmx.net>
3986
3987         * rowpainter.C: remove extra metrics calls
3988
3989         * lyxtext.h: merge the two constructors into a single one,
3990           pass reference to owner's par list
3991
3992         * BufferView_pimpl.C:
3993         * text.C:
3994         * text2.C: adjust
3995
3996 2003-08-15  André Pönitz  <poenitz@gmx.net>
3997
3998         * lyxrow_funcs.[Ch]:
3999         * lyxtext.h:
4000         * paragraph.h:
4001         * paragraph_funcs.C:
4002         * rowpainter.C:
4003         * text.C:
4004         * text2.C:
4005         * text3.C:
4006         * text_funcs.C: split LyXText::rowlist_ into individual
4007         Paragraph::rows_ chunks
4008
4009         * BufferView.[Ch]:
4010         * BufferView_pimpl.[Ch]:
4011         * lyxfind.C:
4012         * lyxtext.h:
4013         * text3.C: remove toggleSelection()
4014
4015 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4016
4017         * bufferlist.C: beautify two alerts (shorter text of buttons)
4018         * buffer.C: Remove redundant ' ' from message
4019         * tabular.h:
4020         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4021         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4022         rename VALIGN_CENTER to VALIGN_MIDDLE
4023
4024 2003-08-11  André Pönitz  <poenitz@gmx.net>
4025
4026         * lyxtext.h (getPar):
4027         * text.C: new function
4028
4029 2003-08-11  André Pönitz  <poenitz@gmx.net>
4030
4031         * Makefile.am:
4032         * tracer.[Ch]: remove unneeded files
4033
4034         * InsetList.[Ch]: remove resizeInsetsLyXText()
4035
4036         * lyxtext.h:
4037         * text.C:
4038         * text2.C:
4039         * text3.C: merge insertParagraphs() and appendParagraph()
4040         remove breakAgain(), update()
4041
4042         * BufferView_pimpl.[Ch]:
4043         * bufferview_funcs.[Ch]:
4044         * lyxfunc.C:
4045         * paragraph.[Ch]:
4046         * rowpainter.C:
4047         * tabular.C: adjust after text & InsetList changes.
4048
4049 2003-08-08  André Pönitz  <poenitz@gmx.net>
4050
4051         * text.C (insertChar, backspace): replace rowlist fiddling
4052         with rebreak of full par
4053
4054         * lyxtext.h:
4055         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4056         checkParagraph, updateInset): removed
4057
4058 2003-08-07  André Pönitz  <poenitz@gmx.net>
4059
4060         * paragraph.C:
4061         * text3.C: merge some LFUN handlers, remove dead code
4062
4063 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4064
4065         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4066
4067 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4068
4069         * text2.C (DEPM): fix part of bug 1255 and 1256
4070
4071 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4072
4073         * BufferView_pimpl.C (workAreaDispatch): change to use
4074         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4075         that are no mouse related.
4076
4077 2003-08-05  André Pönitz  <poenitz@gmx.net>
4078
4079         * BufferView.[Ch]:
4080         * BufferView_pimpl.[Ch]:
4081         * bufferview_funcs.C:
4082         * text2.C:
4083         * text3.C: rip out "deep update"
4084
4085         * textcursor.[Ch] (last_sel_cursor): remove unused member
4086
4087 2003-08-04  André Pönitz  <poenitz@gmx.net>
4088
4089         * BufferView.[Ch]:
4090         * BufferView_pimpl.[Ch]:
4091         * ParagraphParameters.C:
4092         * bufferview_funcs.C:
4093         * lyx_cb.C:
4094         * lyxfind.C:
4095         * lyxfunc.C:
4096         * text.C:
4097         * text2.C:
4098         * text3.C: replace "complicated" BufferView::update(...) calls with
4099         simpler ones.
4100
4101         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4102
4103 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4104
4105         * Makefile.am (lyx_SOURCES): add paper.h
4106
4107 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4108
4109         * Makefile.am: move things around so that both lyx-qt and
4110         lyx-xforms can be built (according to --with-frontend). Then lyx
4111         is a symbolic link to lyx-[firstfrontend]
4112
4113 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4114
4115         * Always use std::endl with lyxerr
4116
4117 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4118
4119         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4120
4121 2003-08-01  André Pönitz  <poenitz@gmx.net>
4122
4123         * BufferView.[Ch]:
4124         * BufferView_pimpl.[Ch]:
4125         * lyxfunc.C:
4126         * text3.C: merge BufferView::repaint() and BufferView::update()
4127
4128 2003-08-01  José Matos  <jamatos@lyx.org>
4129
4130         * buffer.[Ch]: file_format is no longer a buffer data element.
4131
4132 2003-08-01  André Pönitz  <poenitz@gmx.net>
4133
4134         * BufferView.C:
4135         * lyxtext.h:
4136         * text.C:
4137         * text2.C: make redoParagraph more independent of current cursor
4138
4139         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4140         * text.C:
4141         * text2.C: remove unneeded members
4142
4143 2003-07-30  André Pönitz  <poenitz@gmx.net>
4144
4145         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4146
4147         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4148           create a single function...
4149
4150         * paragraph_funcs.C (moveItem): ... here.
4151
4152         * text.C:
4153           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4154
4155 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4156
4157         * LColor.[Ch]: Add comment and greyedout logical colors.
4158
4159 2003-07-30  André Pönitz  <poenitz@gmx.net>
4160
4161         * tabular.C: don't use Assert too heavily. This crashes where it
4162           shouldn't
4163
4164 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4165
4166         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4167         is disabled (bug 1232)
4168
4169 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4170
4171         * factory.C: limited 'arg' scope
4172
4173 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4174
4175         * factory.C: fixed Note submenu issues
4176
4177 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4178
4179         * factory.C: submenu for Note/Comment/Greyedout
4180
4181 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4182
4183         * lyx_main.C (LyX):
4184         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4185
4186 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4187
4188         * LaTeXFeatures.C:
4189         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4190         greyedout. Patch provided by Jürgen Spitzmüller.
4191
4192 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4193
4194         * kbmap.C (read): fix error message when reading bind files
4195
4196 2003-07-29  Angus Leeming  <leeming@lyx.org>
4197
4198         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4199         certainly does not do what it purports to do. I am doing it, and
4200         us, a favour by killing it.
4201
4202 2003-07-28  José Matos  <jamatos@lyx.org>
4203
4204         * buffer.C (readBody, do_writeFile):
4205         * paragraph.C(readParagraph): \end_document replaces \the_end.
4206
4207 2003-07-29  André Pönitz  <poenitz@gmx.net>
4208
4209         * BufferView.[Ch]:
4210         * BufferView_pimpl.[Ch]:
4211         * lyxfunc.C:
4212         * text2.C:
4213         * text3.C:
4214         * textcursor.[Ch]: remove toggleToggle & Co
4215
4216 2003-07-28  José Matos  <jamatos@fep.up.pt>
4217
4218         * buffer.C (readParagraph):
4219         * params_func (readParToken, readParagraph):
4220         * paragraph.C (write): \layout -> \begin_layout.
4221
4222 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4223
4224         * lyxlex_pimpl.C (setFile): clean up slightly.
4225
4226         * bufferparams.h: add compressed var
4227
4228         * buffer_funcs.C (readFile): adjust for LyXLex change
4229         (newFile): ditto + simplify
4230
4231         * buffer.C (writeFile): handle writing of compressed files
4232
4233         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4234         Check if the file is compressed and set a bufferparm if so.
4235
4236         * Makefile.am (lyx_LDADD): remove explicit -lz
4237
4238 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4239
4240         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4241         makeDocBookFile): put the real LyX version in the first line of
4242         the file
4243
4244         * version.h:
4245         * version.C.in: remove lyx_docversion
4246
4247         * tabular.C (write_attribute): add a template-based version to
4248         write enums properly
4249
4250 2003-07-28  André Pönitz  <poenitz@gmx.net>
4251
4252         * lyxtext.h:
4253         * text.C:
4254         * text2.C:
4255         * text3.C: use doubles again for x-coordinates. They are needed.
4256
4257 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4258
4259         * messages.C (getLocaleDir): use lyx_localedir()
4260
4261         * lyxlex_pimpl.C (setFile): compress stuff
4262
4263         * buffer.C (writeFile): add some compression stuff
4264         (do_writeFile): new func, dont call expliti close... will this
4265         breake anything?
4266
4267         * Makefile.am (lyx_LDADD): add -lz
4268
4269 2003-07-28  José Matos  <jamatos@fep.up.pt>
4270
4271         * buffer.C: increment file format.
4272         * paragraph_funcs (readParagraph, readParToken):
4273         * paragraph.C (readParagraph): add \end_layout.
4274
4275 2003-07-27  Angus Leeming  <leeming@lyx.org>
4276
4277         * Makefile.am: remove special casing for configure-time setting of
4278         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4279
4280         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4281         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4282
4283 2003-07-26  André Pönitz  <poenitz@gmx.net>
4284
4285         * paragraph_func.[Ch]:
4286         * paragraph.C (realizeFont): inline it whereever it is used
4287
4288         * rowpainter.C:
4289         * text.C:
4290         * text2.C:
4291         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4292
4293
4294 2003-07-26  André Pönitz  <poenitz@gmx.net>
4295
4296         *       lyxtext.h:
4297         * text.C:
4298         * text2.C: get rid of LyXText::need_break_row
4299
4300 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4301
4302         * toc.[Ch]: put namespace toc inside namespace lyx
4303
4304         * MenuBackend.C (expandToc2): adjust for lyx::toc
4305         (expandToc): ditto
4306
4307         * lyxfunc.C (dispatch): adjust for lyx::find
4308
4309         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4310         lyx::find instead. Reorganize a bit.
4311         (LyXReplace): rename to replace
4312         (LyXFind): rename to find
4313
4314         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4315         (dispatch): ditto
4316
4317 2003-07-26  André Pönitz  <poenitz@gmx.net>
4318
4319         * text.C (setHeightOfRow): restrict scope of temporary variable
4320
4321         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4322           code (never has been used?)
4323
4324 2003-07-27  Asger Alstrup  <alstrup@local>
4325
4326         * text.C (fill): Optimise algorithm to exploit that we can reuse
4327         the LyXFont for many characters.
4328         (setHeightOfRow): Same thing.
4329         (rowBreakPoint): Same thing.
4330
4331 2003-07-26  Asger Alstrup  <alstrup@local>
4332
4333         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4334
4335         * text.C (singleWidth): Spurious font copying in hot-spot
4336         singleWidth avoided. Reorder tests for arabic for efficiency.
4337
4338         * text.C (fill): handle empty paragraphs better.
4339
4340 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4341
4342         * ispell.C:
4343         * encoding.h: add includes
4344
4345         * lyxrc.C: remove reading of bind files
4346
4347         * lyx_main.C (init): setup bindings and menus only if we have a
4348         gui.
4349
4350         * kbmap.C (read): new method. Do the actual reading of bind
4351         files.
4352
4353         * converter.C (dvipdfm_options):
4354         * bufferparams.C:
4355         * lyxrc.C (read):
4356         (output): adapt PAPER_* enums.
4357
4358         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4359
4360         * bufferparams.h: remove paper-related enums from there
4361
4362         * paper.h: New file. A trivial header file to hold paper-related
4363         enums. It should later expand to contain many paper-related
4364         horrors access.
4365
4366         * lyxrc.C: declare extern displayTranslator
4367
4368 2003-07-27  José Matos  <jamatos@fep.up.pt>
4369
4370         * tabular.[Ch] (linuxdoc): add support for tables and figures
4371         (linuxdoc).
4372
4373 2003-07-27  José Matos  <jamatos@fep.up.pt>
4374
4375         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4376         consistency in both functions.
4377         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4378
4379 2003-07-26  Asger Alstrup  <alstrup@local>
4380
4381         * rowpainter.C (paintRows): Change algorithm to work directly on
4382         the insets rather than asking every character in the document
4383         whether its an inset.
4384
4385 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4386
4387         * buffer.C (openFileWrite): factorize some code
4388
4389 2003-07-26  Angus Leeming  <leeming@lyx.org>
4390
4391         * lyx_cb.C:
4392         * lyx_main.[Ch]: replace occurances of system_tempdir with
4393         os::getTmpDir().
4394
4395 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4396
4397         * rename Inset to InsetOld
4398
4399 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4400
4401         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4402         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4403         which I think is a bit clearer. EDIT is gone, since it was
4404         premature optimisation, and broken for mathed anyway.
4405         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4406         with cursor positioning in insets as well (math insets still do not
4407         work, but that's a different story anyway.) It mysteriously
4408         crashes sometimes with undo in the first paragraph, but I'm fairly
4409         confident that this is a compiler bug.
4410
4411 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4412
4413         * paragraph.C (Paragraph): adjust for new clone return type
4414         (operator==): ditto
4415         (copyIntoMinibuffer): ditto
4416
4417 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4418
4419         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4420         by not having a special case, and always doing a full rebreak of
4421         the document after undo.
4422
4423 2003-07-23  Angus Leeming  <leeming@lyx.org>
4424
4425         * factory.C (createInset): InsetExternal::setParams now takes a
4426         Buffer const * arg.
4427
4428 2003-07-23  Angus Leeming  <leeming@lyx.org>
4429
4430         * factory.C (createInset): changed interface to the external and
4431         graphics mailers' string2params functions.
4432
4433 2003-07-23  Angus Leeming  <leeming@lyx.org>
4434
4435         * factory.C (createInset): pass a
4436         Buffer const * parameter to InsetExternalMailer's string2params.
4437
4438 2003-07-22  John Levon  <levon@movementarian.org>
4439
4440         * Thesaurus.h: include the right aiksaurus header
4441
4442 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4443
4444         * MenuBackend.C (expand): check menu shortcuts unconditionally
4445
4446 2003-07-21  Angus Leeming  <leeming@lyx.org>
4447
4448         * factory.C (createInset): pass a
4449         buffer_path parameter to InsetGraphicsMailer's string2params.
4450
4451 2003-07-21  Angus Leeming  <leeming@lyx.org>
4452
4453         * BufferView_pimpl.C (buffer):
4454         * buffer.C (d-tor):
4455         * lyx_main.C (LyX):
4456         * lyxfunc.C (dispatch):
4457         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4458         rather than the grfx shortcut.
4459
4460 2003-07-21  André Pönitz  <poenitz@gmx.net>
4461
4462         * rowpainter.C: remove unused variables
4463
4464         * tabular_funcs.C:
4465         * tabular_funcs.h: move to tabular.C
4466         * Makefile.am: adjust
4467
4468         * tabular.[Ch]: basic optical cleaning
4469
4470         * author.h: pass references, not values
4471
4472 2003-07-18  André Pönitz  <poenitz@gmx.net>
4473
4474         * lyxtext.h:
4475         * metricsinfo.C:
4476         * metricsinfo.h:
4477         * rowpainter.C:
4478         * text.C:
4479         * text2.C:
4480         * text3.C: two-phase drawing for InsetText and InsetTabular
4481         some float -> int changes.
4482
4483 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4484
4485         * lyx_main.C: fix the fix
4486
4487 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4488
4489         * lyx_main.C: fix a crash in batch mode if no files specified
4490         * converter.C: ws
4491
4492 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4493
4494         * format.[Ch] (papersize): moved to BufferParams
4495         * converter.[Ch] (dvips_options): moved to BufferParams
4496         (dvipdfm_options): moved to anon namespace
4497         * bufferparams.[Ch]: added above functions.
4498
4499 2003-07-17  André Pönitz  <poenitz@gmx.net>
4500
4501         * lyxtext.h:
4502         * rowpainter.C:
4503         * text2.C: don't call inset->update() anymore
4504
4505         * metricsinfo.[Ch]: add convenience constructor
4506
4507 2003-07-16  André Pönitz  <poenitz@gmx.net>
4508
4509         * lyxcursor.[Ch]:
4510         * lyxfunc.[Ch]:
4511         * text.C:
4512         * text2.C: replace the LyXCursor::irow_ member with
4513          on-demand computation of the value
4514
4515 2003-07-16  John Levon  <levon@movementarian.org>
4516
4517         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4518
4519 2003-07-15  André Pönitz  <poenitz@gmx.net>
4520
4521         * text.C:
4522         * text2.C: remove no more needed refresh_row
4523
4524 2003-07-15  André Pönitz  <poenitz@gmx.net>
4525
4526         * lyxtext.h:
4527         * rowpainter.C:
4528         * text2.C:
4529         * text3.C: refresh_status tristate -> need_update bool
4530
4531 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4532
4533         * lyxtext.h (init): remove reinit argument (act as if always true)
4534         * text2.C: adjust to that
4535
4536 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4537
4538         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4539         * text3.C: use it to delete selections in some cases
4540         (bugs 441, 673, 702, 954).
4541
4542 2003-07-14  André Pönitz  <poenitz@gmx.net>
4543
4544         * rowpainter.[Ch]: reduce interface
4545
4546 2003-07-14  André Pönitz  <poenitz@gmx.net>
4547
4548         * BufferView_pimpl.C:
4549         * text2.C: adjust after removing unused BufferView * argument
4550
4551 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4552
4553         * text2.C (init): fix a crash fired on resize
4554
4555 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4556
4557         * buffer.[Ch]: added new closing signal
4558         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4559         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4560         BufferView::Pimpl via the closing the signal
4561
4562 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4563
4564         * buffer.[Ch]: take out all bv-related from buffer
4565         * BufferView.C:
4566         * BufferView_pimpl.[Ch]: connect to new signals
4567         * CutAndPaste.C: removed useless asserts
4568         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4569         * lyxvc.[Ch]:
4570         * vc-backend.[Ch]:
4571         * lyxfunc.C: moved view-related funciontality from vc here
4572         * paragraph.C: removed outdated comments
4573         * text.C: ws
4574
4575 2003-07-10  André Pönitz  <poenitz@gmx.net>
4576
4577         * BufferView_pimpl.C:
4578         * tabular.h:
4579         * tabular_funcs.C:
4580         * text.C:
4581         * text2.C: remove InsetText::InnerCache, clean up consequences
4582
4583 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4584
4585         * ispell.C: fix two typos in error messages
4586
4587 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4588
4589         * Extend Note inset to other forms of annotation like Comment
4590         and Greyedout. Right button click gives dialog.
4591
4592         Files modified or added (+):
4593
4594         * insetnote.[Ch]
4595         * FormNote.[Ch]      +
4596         * ControlNote.[Ch]   +
4597         * form_note.fd       +
4598         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4599         frontends/controllers
4600         * xforms/Dialogs.C
4601         * factory.C
4602
4603 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4604
4605         * aspell.C: add missing namespace lyx::support
4606
4607 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4608
4609         * BufferView.[Ch] (newFile): Add
4610         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4611         * LaTeX.[Ch] (message): added this signal and use it
4612         * buffer.[Ch] (busy, message): added these signals and use them
4613         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4614         * converter.C:
4615         * exporter.C:
4616         * format.C:
4617         * importer.C: use buffer signals instead of direct bv calling
4618         * lyx_cb.[Ch] (ShowMessage): removed
4619         * lyx_main.C:
4620         * lyxfunc.C:
4621         * paragraph_funcs.C:
4622         * text2.C: use buffer signals
4623
4624 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4625
4626         * introduce namespace lyx::graphics
4627
4628 2003-07-02  André Pönitz  <poenitz@gmx.net>
4629
4630         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4631
4632 2003-07-01  André Pönitz  <poenitz@gmx.net>
4633
4634         * text.C:
4635         * text2.C:
4636         * text3.C:
4637         * text_funcs.[Ch]:
4638         * textcursor.h:
4639         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4640           text*.C to text_func.C
4641
4642 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4643
4644         * introduce namespace lyx::support
4645
4646 2003-06-30  André Pönitz  <poenitz@gmx.net>
4647
4648         * Chktex.C:
4649         * funcrequest.C:
4650         * lyxtext.h:
4651         * text.C: re-enable --with-included-string
4652
4653 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4654
4655         * textcursor.C: add <config.h>
4656
4657         * text.C (getWord): remove const from word_location arg
4658
4659         * lyxvc.C (getLogFile): fix const type order
4660
4661         * lyxtext.h: remove const from word_location arg, add arg name
4662
4663         * lyxlayout.h: currect type on labeltype.
4664
4665         * importer.C: correct \file
4666
4667         * converter.C (intToFormat): use std:: on ret val, ws changes
4668
4669         * bufferlist.h: correct \file
4670
4671         * buffer.C (makeLinuxDocFile): fix const type order
4672         (makeDocBookFile): ditto
4673         (fillWithBibKeys): use std:: on stdlib args.
4674
4675         * CutAndPaste.C: fix authors.
4676         (availableSelections): use std:: on return vector
4677
4678 2003-06-27  André Pönitz  <poenitz@gmx.net>
4679
4680         * BufferView_pimpl.C:
4681         * bufferview_funcs.C:
4682         * lyxcursor.C:
4683         * lyxcursor.h:
4684         * lyxfunc.C:
4685         * lyxtext.h:
4686         * rowpainter.C:
4687         * text.C:
4688         * text2.C:
4689         * text3.C: remove LyXCursor::row_ member
4690
4691         * lyxtext.h:
4692         * text.C: rename fullRebreak() to partialRebreak() and implement
4693           a fullRebreak() that really bereks fully
4694
4695         * textcursor.h: new struct for cursor-related data
4696
4697 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4698
4699         * lyx_main.C (LyX): get full path of document loaded on the
4700         command line
4701
4702 2003-06-26  André Pönitz  <poenitz@gmx.net>
4703
4704         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4705           remove unused/broken operator>,<,>=.
4706
4707         *       text.C: remove only use of broken operator<= in an Assert().
4708
4709 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4710
4711         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4712         moved errorlist_.clear to showErrorList
4713
4714 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4715
4716         * converter.C (scanLog, runLaTeX):
4717         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4718         move the bv->showErrorList call to the callers
4719         * lyxfunc.C: i.e. here...
4720         * text2.C: and here
4721         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4722         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4723         namespace, the second to...
4724         * buffer_funcs (BufferFormat, parseErrors): added
4725         * errorlist.C (ErrorList(TeXErrors const &)): removed
4726
4727 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4728
4729         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4730
4731 2003-06-24  "Garst R. Reese" <reese@isn.net>
4732
4733         * debug.C: fix typo
4734
4735 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4736
4737         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4738
4739         * version.C.in: change docversion to 1.4
4740
4741 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4742
4743         * buffer.C: fix a bug just introduced
4744
4745 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4746
4747         * buffer.[Ch]: added the parseError signal and use it, removed
4748         sgmlError
4749         * BufferView.[Ch] (addError): moved to ...
4750         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4751         to the Buffer::parseError signal to catch (guess what) parse errors
4752         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4753
4754 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4755
4756         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4757         ability to create a buffer and to return an existing one from
4758         the list. Moved these functions to...
4759         * buffer_funcs.[Ch]: added
4760         * BufferView.[Ch] (loadLyXFile): added
4761         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4762         job removed from bufferlist::loadLyXFile.
4763         * buffer.C (setReadOnly): make it work without view
4764         (i.e added an if (users))
4765
4766 2003-06-19  Angus Leeming  <leeming@lyx.org>
4767
4768         * lfuns.h:
4769         * LyXAction.C (init):
4770         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4771         with LFUN_DIALOG_SHOW <name> <data>.
4772
4773 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4774
4775         * CutAndPaste.C (availableSelections): small compilation fix for
4776         ancient (gcc 2.9x) compilers
4777
4778 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4779
4780         * text3.C (cursorNext): add tmp var
4781
4782         * text2.C (updateCounters): for function calling out of for clause
4783         (replaceSelectionWithString): ditto
4784         (insertStringAsParagraphs): ditto
4785         (getColumnNearX): add tmp var
4786         (setCursorFromCoordinates): add tmp var
4787         (cursorDownParagraph): add tmp var
4788         (deleteEmptyParagraphMechanism): add tmp var
4789
4790         * text.C (insertChar): add tmp var
4791
4792         * rowpainter.C (paintDepthBar): add tmp var
4793
4794         * CutAndPaste.C (availableSelections): potentially check all
4795         paragraphs in a cut to fill the shown strings.
4796
4797 2003-06-18  André Pönitz  <poenitz@gmx.net>
4798
4799         * kbmap.[Ch]: use vector<> instead of list<>
4800
4801 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4802
4803         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4804         pasteSelection with index
4805
4806         * text2.C (pasteSelection): modify, call pasteSelection with index
4807
4808         * paragraph.C (asString): reimplement version with no interval to
4809         call the one with interval.
4810
4811         * lyxtext.h: add index arg to pasteSelection
4812
4813         * MenuBackend.C (MenuItem): handle PasteRecent
4814         (Menu::read::Menutags): add md_pasterecent
4815         (read): handle it
4816         (expandPasteRecent): new function
4817         (expand): use it
4818
4819         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4820
4821         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4822         the limited stack
4823         (availableSelections): new function
4824
4825 2003-06-17  Angus Leeming  <leeming@lyx.org>
4826
4827         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4828
4829 2003-06-17  Angus Leeming  <leeming@lyx.org>
4830
4831         * lfuns.h:
4832         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4833
4834         * lyxfunc.C (dispatch): invoke it.
4835
4836 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4837
4838         * iterators.C (operator++, ParPosition): reintroduce some
4839         const_cast for the benefit of older compilers.
4840
4841 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4842
4843         * text3.C (dispatch): do not modify clipboard when doing
4844         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4845         LFUN_DELETE_SKIP on a selection selection
4846
4847 2003-06-16  André Pönitz  <poenitz@gmx.net>
4848
4849         * BufferView.C:
4850         * buffer.C:
4851         * buffer.h:
4852         * paragraph.C:
4853         * tabular.[Ch]: IU of clone() and getLabelList();
4854
4855 2003-06-13  André Pönitz  <poenitz@gmx.net>
4856
4857         * tabular.h: compactification
4858
4859 2003-06-12  André Pönitz  <poenitz@gmx.net>
4860
4861         * tabular.C:
4862         * tabular.h:
4863         * tabular_funcs.h: some renaming plus whitespace
4864
4865 2003-06-12  André Pönitz  <poenitz@gmx.net>
4866
4867         * BufferView.C:
4868         * BufferView_pimpl.C:
4869         * CutAndPaste.C:
4870         * buffer.C:
4871         * iterators.[Ch]:
4872         * lyxfunc.C:
4873         * text.C:
4874         * toc.C: Return a Paragraph & for ParIterator::operator*()
4875
4876 2003-06-11  John Levon  <levon@movementarian.org>
4877
4878         * lyx_main.C:
4879         * ToolbarBackend.h:
4880         * ToolbarBackend.C: add "Toolbars" section and
4881         put the flags there
4882
4883 2003-06-10  Angus Leeming  <leeming@lyx.org>
4884
4885         * lfuns.h:
4886         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4887
4888         * lyxfunc.C (dispatch): invoke it.
4889
4890 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4891
4892         * main.C: protect <ios> with HAVE_IOS
4893         (main): protect sync_with_stdio with HAVE_IOS
4894
4895 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4896
4897         * text2.C (cutSelection): adjust
4898         (pasteSelection): adjust
4899
4900         * messages.C: handle get of empty string
4901
4902         * main.C (main): use sync_with_stdio(false)
4903
4904         * lyxfunc.C (dispatch): adjust
4905
4906         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4907         (WriteAs): remove unneeded BufferView arg.
4908
4909         * bufferparams.h: use correct types on papersize, papersize2 and
4910         paperpackage.
4911
4912         * bufferparams.C (readToken): adjust for type
4913         (writeLaTeX): add missing cases to switch.
4914
4915         * bufferlist.C (quitWriteBuffer): adjust
4916         (close): adjust
4917
4918         * buffer.C (asciiParagraph): remove some commented code.
4919
4920         * CutAndPaste.C: remove current_view extern variable.
4921         (cutSelection): add BufferParams arg.
4922         (eraseSelection): add BufferParams arg.
4923         (pasteSelection): add Buffer const & arg
4924
4925 2003-06-07  John Levon  <levon@movementarian.org>
4926
4927         * buffer.C:
4928         * paragraph_funcs.C:
4929         * paragraph_pimpl.C:
4930         * text.C:
4931         * text2.C:
4932         * paragraph.h:
4933         * paragraph.C: allow InsetERT to freely space lines,
4934         and some consolidation of code
4935
4936 2003-06-06  José Matos  <jamatos@fep.up.pt>
4937
4938         * buffer.C (makeDocBookFile): fix bug #821
4939
4940 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4941
4942         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4943
4944 2003-06-04  Angus Leeming  <leeming@lyx.org>
4945
4946         * buffer.C: bump format to 224.
4947
4948 2003-06-05  André Pönitz  <poenitz@gmx.net>
4949
4950         * text2.C (redoParagraphs): remove two const_cast<>
4951
4952 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4953
4954         * ParagraphList.h: remove last remnants of NO_STD_LIST
4955
4956 2003-06-03  Angus Leeming  <leeming@lyx.org>
4957
4958         * factory.C (createInset): small change to the way InsetExternal's params
4959         are set.
4960
4961 2003-06-04  André Pönitz  <poenitz@gmx.net>
4962
4963         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4964
4965         * paragraph_pimpl.h:
4966         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4967
4968         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4969
4970         * undo_funcs.C: make some simple cases of undo work again
4971
4972 2003-06-03  John Levon  <levon@movementarian.org>
4973
4974         * ispell.C: HPUX doesn't have sys/select.h
4975         (from Albert Chin)
4976
4977 2003-06-03  John Levon  <levon@movementarian.org>
4978
4979         * CutAndPaste.C: update tabular and include inset
4980         buffer references
4981
4982         * buffer.h:
4983         * paragraph.h:
4984         * paragraph.C: remove owningBuffer(), don't pass Buffer
4985         to clone()
4986
4987         * factory.C: insetGraphicsParams changed
4988
4989 2003-06-02  John Levon  <levon@movementarian.org>
4990
4991         * LyXAction.C:
4992         * factory.C:
4993         * lfuns.h:
4994         * lyxfunc.C:
4995         * text3.C: remove insetparent
4996
4997 2003-06-02  John Levon  <levon@movementarian.org>
4998
4999         * buffer.h:
5000         * buffer.C: fix inset_iterator.end(), move out of line
5001         (bug 1149)
5002
5003 2003-06-01  John Levon  <levon@movementarian.org>
5004
5005         * text3.C: use a proper cut/paste when doing inset
5006         insert (from Jürgen Spitzmüller)
5007
5008 2003-06-01  John Levon  <levon@movementarian.org>
5009
5010         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5011
5012 2003-05-30  André Pönitz  <poenitz@gmx.net>
5013
5014         * rowpainter.C: unify second drawing phase
5015
5016 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5017
5018         * trans_mgr.C: remove one case of current_view
5019
5020         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5021
5022         * paragraph_funcs.h: remove paragraph.h include
5023
5024         * paragraph.h: delete NO_STD_LIST stuff
5025
5026         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5027
5028         * buffer.h: remove paragraph.h include
5029
5030         * ParagraphList.C: delete file
5031
5032         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5033
5034         * toc.C (getTocList): adjust
5035
5036         * paragraph_pimpl.C (validate): adjust
5037
5038         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5039
5040         * paragraph.C (Paragraph): adjust
5041         (getPositionOfInset): use const_iterator, adjust
5042         (bibitem): use const_iterator, adjust
5043         (setInsetOwner): adjust
5044
5045         * iterators.C (operator++): adjust
5046
5047         * InsetList.[Ch]: Replace selfmade iterator with standard
5048         vector::iterator also introduce const_iterator. Remove getPos,
5049         getInset and setInset from InsetTable. Adjust accordingly.
5050
5051         * BufferView.C (lockInset): adjust
5052         (ChangeInsets): adjust
5053
5054         * tabular.[Ch]: delete commented same_id functions
5055
5056 2003-05-28  John Levon  <levon@movementarian.org>
5057
5058         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5059
5060 2003-05-28  André Pönitz  <poenitz@gmx.net>
5061
5062         * metricsinfo.[Ch]: remove 'fullredraw' member
5063
5064 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5065
5066         * lyxtextclass.C (operator): remove caching.
5067
5068 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5069
5070         * text3.C: adjust
5071
5072         * text2.C (cursorBottom): adjust
5073         (setCounter): use ParagraphList::find, adjust
5074
5075         * text.C (workWidth): use ParagraphList::find, adjust
5076
5077         * lyxcursor.C (LyXCursor): adjust
5078
5079         * buffer.C (inset_iterator): adjust
5080
5081         * ParagraphList.h: make iterator(value_type) private, make
5082         ParagraphList a friend of iterator.
5083
5084         * ParagraphList.C (find): new function
5085
5086         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5087
5088 2003-05-27  André Pönitz  <poenitz@gmx.net>
5089
5090         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5091
5092 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5093
5094         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5095
5096 2003-05-26  John Levon  <levon@movementarian.org>
5097
5098         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5099
5100 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5101
5102         * remove same_id from function signatures, adjust.
5103
5104 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5105
5106         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5107
5108         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5109
5110         * paragraph.C (Paragraph): get rid of same_ids parameter
5111
5112         * ParagraphList.C (insert): adjust
5113         (push_back): adjust
5114
5115 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5116
5117         * paragraph_funcs.C (breakParagraph): adjust
5118         (breakParagraphConservative): adjust
5119
5120         * buffer.C (readParagraph): adjust
5121
5122         * ParagraphList.C (insert): take a reference instead of a pointer
5123         (insert): adjust
5124
5125         * paragraph.[Ch] (id): new function
5126
5127         * bufferlist.C (newFile): adjust
5128
5129         * ParagraphList.C (ParagraphList): adjust
5130         (assign): adjust
5131         (push_back): take a reference instead of a pointer.
5132
5133         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5134
5135         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5136         instead.
5137
5138         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5139         set else use old code.
5140
5141         * ParagraphList.C: remove all NO_NEXT code and only compile this
5142         code of NO_STD_LIST is set.
5143
5144 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5145
5146         * BufferView_pimpl.C:
5147         * TextCache.C:
5148         * TextCache.h:
5149         * bufferlist.C:
5150         * errorlist.h:
5151         * format.C:
5152         * format.h:
5153         * graph.C:
5154         * lyxfunc.C:
5155         * lyxrc.C:
5156         * graphics/GraphicsConverter.C:
5157         * graphics/PreviewLoader.C: header adjustment
5158
5159 2003-05-23  Angus Leeming  <leeming@lyx.org>
5160
5161         * LaTeXFeatures.[Ch] (useBabel): new method.
5162         * bufferparams.C (writeLaTeX): use it.
5163
5164 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5165
5166         * ParagraphList.h (set): remove unused function.
5167
5168 2003-05-23  André Pönitz  <poenitz@gmx.net>
5169
5170         * BufferView.C:
5171         * BufferView_pimpl.C:
5172         * buffer.C:
5173         * buffer.h:
5174         * lyxfunc.C:
5175         * undo_funcs.C: setUndo reworked
5176
5177         * iterators.[Ch]: add access to topmost ParagraphList
5178
5179         * lyxtext.[Ch] (workWidth): add a const
5180
5181 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5182
5183         * texrow.[Ch] (increasePos): remove function
5184         * exporter.C (export): removed unused var and outdated comment
5185
5186 2003-05-23  Angus Leeming  <leeming@lyx.org>
5187
5188         * latexrunparams.h: rename fragile as moving_arg.
5189         * paragraph.C (simpleTeXOnePar): ditto.
5190         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5191
5192 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5193
5194         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5195         (createUndo): ditto
5196         (textUndoOrRedo): comment out a currently unused var.
5197
5198         * paragraph.h (NO_NEXT): enable NO_NEXT
5199
5200         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5201
5202         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5203
5204         * exporter.C (Export): adjust for removeAutoInsets removal.
5205
5206         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5207
5208         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5209
5210         * BufferView.[Ch] (removeAutoInsets): delete function
5211
5212 2003-05-22  Angus Leeming  <leeming@lyx.org>
5213
5214         * latexrunparams.h: add a free_spacing variable.
5215
5216         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5217         to pass moving_arg, as the data is stored in runparams.fragile.
5218
5219         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5220         to Inset::latexOptional or to simpleTeXOnePar.
5221
5222         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5223         free_spacing arg to Inset::latexOptional.
5224
5225         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5226         free_spacing arg.
5227
5228 2003-05-22  Angus Leeming  <leeming@lyx.org>
5229
5230         * latexrunparams.h: add fragile and use_babel variables.
5231
5232         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5233         * buffer.C (makeLaTeXFile): store this returned value in
5234         runparams.use_babel, thus passing it to the inset::latex methods.
5235
5236         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5237         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5238
5239         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5240         longer has a fragile arg, as it is stored in runparams.fragile.
5241
5242         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5243         moving_arg parameter as the data is stored in runparams.fragile.
5244
5245         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5246         a fragile parameter as the data is stored in runparams.fragile.
5247
5248 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5249
5250         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5251
5252 2003-05-22  Angus Leeming  <leeming@lyx.org>
5253
5254         * latexrunparams.h: add a 'bool nice' which defaults to false.
5255
5256         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5257         now encapsulated within runparams.
5258
5259         * bufferlist.C (updateIncludedTeXfiles):
5260         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5261
5262 2003-05-22  Angus Leeming  <leeming@lyx.org>
5263
5264         * latexrunparams.h: new file containing struct LatexRunParams.
5265         * Makefile.am: add new file.
5266
5267         * LaTeX.[Ch] (c-tor, run):
5268         * buffer.[Ch] (makeLaTeXFile):
5269         * bufferlist.[Ch] (updateIncludedTeXfiles):
5270         * converter.C (convert, scanLog):
5271         * converter.[Ch] (runLaTeX):
5272         * exporter.C (Export):
5273         * paragraph.[Ch] (simpleTeXOnePar):
5274         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5275         * paragraph_funcs.[Ch] (latexParagraphs):
5276         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5277         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5278         pass around a LatexRunParams parameter.
5279
5280 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5281
5282         * paragraph.[Ch]: remove unused constructor
5283
5284         * ParagraphList.C (erase): new function, taking two iterators
5285
5286 2003-05-22  André Pönitz  <poenitz@gmx.net>
5287
5288         * undo_funcs.C: remove duplicated code
5289
5290         * iterator.[Ch]: operator=
5291
5292 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5293
5294         * tabular.C (SetMultiColumn): ws changes
5295
5296         * rowpainter.C (paintFirst): get rid of a ->previous
5297
5298         * lyx_cb.C (getPossibleLabel): parlist simplification
5299
5300         * BufferView.C (ChangeInsets): simplify slightly.
5301
5302 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5303
5304         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5305         * lfuns.h: new LFUN_SPACE
5306         * lyxfunc.C: protected space has a new lfun
5307         * paragraph_funcs.C: read new space insets
5308         * text3.C:
5309         * factory.C: handle new space insets
5310
5311 2003-05-22  André Pönitz  <poenitz@gmx.net>
5312
5313         * BufferView.C:
5314         * BufferView_pimpl.C:
5315         * buffer.[Ch]:
5316         * lyxfunc.C:
5317         * undo_funcs.C: return a ParIterator from getParFromID.
5318
5319         * iterators.[Ch]: add two const's
5320
5321 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5322
5323         * toc.C (getTocList): adjust
5324
5325         * iterators.[Ch]: rework for parlist
5326
5327         * buffer.C (par_iterator_begin): adjust
5328         (par_iterator_end): adjust
5329
5330         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5331
5332         * BufferView.C (removeAutoInsets): adjust
5333         (ChangeInsets): adjust
5334
5335 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5336
5337         * text.C (top_y): fix bug 1110
5338
5339 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5340
5341         * errorlist.[Ch]: added
5342         * buffer.C:
5343         * BufferView.[Ch]:
5344         * BufferView_pimpl.C:
5345         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5346         instead
5347
5348 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5349
5350         * Makefile.am: ensure that lyx is relinked upon changes to the
5351         various "convenience" libs.
5352
5353 2003-05-20  Angus Leeming  <leeming@lyx.org>
5354
5355         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5356         files are compiled in alphabetical order again.
5357
5358         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5359
5360 2003-05-19  Angus Leeming  <leeming@lyx.org>
5361
5362         * gettext.[Ch]: remove "char const * _(char const *)".
5363
5364 2003-05-19  André Pönitz  <poenitz@gmx.net>
5365
5366         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5367
5368         * Makefile.am:
5369         * BufferView.C:
5370         * DepTable.h:
5371         * LaTeXFeatures.C:
5372         * buffer.C:
5373         * lyxfont.C:
5374         * lyxlex.h:
5375         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5376
5377 2003-05-19  André Pönitz  <poenitz@gmx.net>
5378
5379         * buffer.C:
5380         * lyxlayout.[Ch]:
5381         * lyxtextclass.[Ch]:
5382         * paragraph.C:
5383         * paragraph_funcs.[Ch]:
5384         * text2.C:
5385         * text3.C: more insetenv work
5386
5387 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5388
5389         * ParagraphParameters.C (params2string): small bug fixed
5390
5391 2003-05-16  André Pönitz  <poenitz@gmx.net>
5392
5393         * debug.C:
5394         * bufferview_funcs.C: patch from Kornel Benko to prevent
5395           crash when _(...) is called twice in a statement
5396
5397 2003-05-16  André Pönitz  <poenitz@gmx.net>
5398
5399         * BufferView.C:
5400         * lyxfunc.C:
5401         * text.C:
5402         * text2.C:
5403         * text3.C:
5404         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5405
5406 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5407
5408         * lyx_main.C (init): remove spurious static_cast
5409
5410 2003-05-14  André Pönitz  <poenitz@gmx.net>
5411
5412         * BufferView.C: fix format string
5413
5414 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5415
5416         * BufferView.[Ch] (insertErrors): removed
5417         * BufferView.[Ch] (showErrorList): added
5418         * buffer.C (runChkTeX):
5419         * converter.C (scanLog): call showErrorList instead of inserterrors
5420
5421 2003-05-13  André Pönitz  <poenitz@gmx.net>
5422
5423         * BufferView_pimpl.C:
5424         * buffer.C:
5425         * bufferview_func.C:
5426         * MenuBackend.C:
5427         * lyxfunc.C:
5428         * lyxrc.C:
5429         * tex-accent.C:
5430         * text3.C:
5431         * toc.C:
5432         * tabular_funcs.h: tostr() from its own header
5433
5434         * ParagraphParameters.C:
5435         * ToolbarBackend.C:
5436         * bufferparams.C:
5437         * format.C:
5438         * lyxlex_pimpl.C:
5439         * text3.C: STRCONV()
5440
5441 2003-05-12  André Pönitz  <poenitz@gmx.net>
5442
5443         * BufferView.C:
5444         * BufferView_pimpl.C:
5445         * CutAndPaste.C:
5446         * LaTeX.C:
5447         * LaTeXFeatures.C:
5448         * ParagraphParameters.C:
5449         * buffer.C:
5450         * bufferlist.C:
5451         * bufferparams.C:
5452         * bufferview_funcs.C:
5453         * converter.C:
5454         * counters.C:
5455         * debug.C:
5456         * exporter.C:
5457         * format.C:
5458         * importer.C:
5459         * lyx_cb.C:
5460         * lyx_main.C:
5461         * lyxfont.C:
5462         * lyxfunc.C:
5463         * lyxvc.C:
5464         * paragraph.C:
5465         * paragraph_funcs.C:
5466         * tabular.C:
5467         * tabular_funcs.C:
5468         * text2.C:
5469         * text3.C:  boost::format -> bformat  all over the place
5470
5471
5472 2003-05-09  André Pönitz  <poenitz@gmx.net>
5473
5474         * LColor.[Ch]: Pimpl the #include <map> away
5475
5476 2003-05-09  John Levon  <levon@movementarian.org>
5477
5478         * bufferlist.C: never remove emergency saves
5479
5480 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5481
5482         * Makefile.am: better lib building
5483
5484 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5485
5486         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5487         instead.
5488         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5489         (simpleTeXSpecialChars): adjust
5490         (simpleTeXSpecialChars): adjust
5491         * paragraph.C (simpleTeXOnePar): adjust
5492         * buffer.C (makeLaTeXFile): adjust
5493
5494         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5495
5496         * text2.C (changeDepth): parlist cleanup
5497         (getColumnNearX): ditto
5498
5499         * rowpainter.C (getLabelFont): parlist cleanup
5500
5501         * bufferlist.C (newFile): parlist cleanup
5502
5503         * CutAndPaste.C (eraseSelection): parlist cleanup
5504
5505         * BufferView_pimpl.C (trackChanges): parlist cleanup
5506         (dispatch): ditto
5507
5508         * BufferView.C (lockInset): parlist cleanup.
5509         (ChangeInsets): ditto
5510
5511 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5512
5513         * CutAndPaste.h: Update file header.
5514
5515         * CutAndPaste.C: Update file header.
5516         Store the parts cut out of the Document in a limited_stack.
5517         (copySelection): adjust
5518         (pasteSelection): new function, takes the index in the limited stack.
5519         (nrOfParagraphs): adjust
5520         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5521         simplify error inset insertion.
5522         (checkPastePossible): adjust
5523
5524 2003-05-06  John Levon  <levon@movementarian.org>
5525
5526         * text2.C: don't cast wrap inset to float
5527
5528 2003-05-05  André Pönitz  <poenitz@gmx.net>
5529
5530         * iterator.C:
5531         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5532
5533         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5534           few naked Paragraph *.
5535
5536 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5537
5538         * bufferparams.C: Output warning if a document with missing
5539         TeX document class is loaded
5540         * exporter.C: Disable TeX exports if the document class is missing
5541         * lyxtextclass.C:
5542         * lyxtextclass.h:
5543         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5544         isTeXClassAvailable()
5545
5546 2003-05-03  John Levon  <levon@movementarian.org>
5547
5548         * BufferView.h:
5549         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5550         explicit cursor show/hide
5551
5552         * BufferView_pimpl.h:
5553         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5554         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5555
5556         * lyxfunc.C: hide cursor before dispatching.
5557
5558         * lyx_cb.C:
5559         * lyxfind.C:
5560         * text.C:
5561         * text3.C: remove explicit cursor hides
5562
5563 2003-05-02  André Pönitz  <poenitz@gmx.net>
5564
5565         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5566
5567         * undo_funcs.C:
5568         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5569           linked lists
5570
5571         * text2.C: tiny whitespace
5572
5573 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5574
5575         * undo_funcs.C: almost only ws changes.
5576
5577         * ParagraphList.C (splice): just return if pl is empty.
5578
5579 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5580
5581         * ParagraphList.C (splice): new function.
5582
5583         * CutAndPaste.C (pasteSelection): use it
5584
5585 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5586
5587         * CutAndPaste.C (pasteSelection): remove the last next and
5588         previous from this file.
5589
5590 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5591
5592         * CutAndPaste.C (pasteSelection): more clean up, user proper
5593         ParagraphList functions for pasteing.
5594
5595         * ParagraphList.C (insert): new function, three arg insert
5596
5597 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5598
5599         * ParagraphList.C (insert): new function, three arg insert
5600
5601         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5602         not on paragraphs.
5603
5604 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5605
5606         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5607
5608 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5609
5610         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5611
5612 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5613
5614         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5615         (copySelection): clean up a bit.
5616         (pasteSelection): use make_pair
5617
5618         * ParagraphList.C (ParagraphList): implement copy constructor
5619         (operator=): implement, base on copy constructor.
5620         (assign): new func
5621
5622         * paragraph.C (erase): return a bool
5623
5624         * paragraph_pimpl.C (erasePos): remove function, move contents...
5625         (erase): ... here. Return a bool.
5626         (erase): call erase instead of erasePos.
5627
5628 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5629
5630         * ParagraphList.h: define PitPosPair
5631         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5632         ParagraphList, fix a bug on pasting multiple pars
5633         * text2.C: change interface to C&P
5634
5635 2003-04-30  André Pönitz  <poenitz@gmx.net>
5636
5637         * undo_func.C: revert part of yesterday's patch 2
5638
5639 2003-04-30  John Levon  <levon@movementarian.org>
5640
5641         * LColor.C: s/tabular/table/
5642
5643 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5644
5645         * text3.C (dispatch): do not convert iterator -> pointer
5646         * undo_funcs.C (setCursorParUndo): ditto
5647         * text_funcs.C (transposeChars): ditto
5648
5649         * text2.C (setLayout): ws changes only
5650
5651         * text.C (breakParagraph): do not convert iterator -> pointer
5652         (insertChar): ditto
5653         (acceptChange): ditto
5654         (rejectChange): ditto
5655         (changeCase): ditto
5656         (Delete): ditto
5657         (backspace): ditto
5658
5659         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5660         pointer
5661
5662 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5663
5664         * text3.C (gotoInset): YABG (yet another bad getChar)
5665
5666 2003-04-29  André Pönitz  <poenitz@gmx.net>
5667
5668         * paragraph.h: make operator= private unimplemented as long as
5669           it is unusable
5670
5671         * ParagraphList.C: whitespace
5672
5673         * paragraph.[Ch]:
5674         * paragraph_pimpl.[Ch]:
5675         * paragraph_funcs.C:
5676         * CutAndPaste.C:
5677         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5678
5679         * text2.C:
5680           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5681
5682 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5683
5684         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5685         * paragraph.[Ch] (erase):
5686         * paragraph_pimpl.[Ch] (erase): change return type and value
5687         * text2.C (cutSelection): some rework
5688
5689 2003-04-28  John Levon  <levon@movementarian.org>
5690
5691         * bufferlist.C: changes for unsaved changes dialog
5692
5693 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5694
5695         * bufferlist.C (newFile): set language (messages_) for new
5696         documents also.
5697
5698         * buffer.C (readFile): ws changes only.
5699
5700 2003-04-28  André Pönitz  <poenitz@gmx.net>
5701
5702         * undo_funcs.C:
5703         * lyxfunc.C:
5704         * buffer.[Ch]:
5705         * BufferView_pimpl.C:
5706         * BufferView.C: getParFromID related ParagraphList::iterator changes
5707
5708 2003-04-28  André Pönitz  <poenitz@gmx.net>
5709
5710         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5711           Changes
5712
5713 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5714
5715         * messages.C: remove one more localedir class variable.
5716
5717 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5718
5719         * messages.C (getLocaleDir): singleton generation function
5720         (Pimpl): use it.
5721         (Messages): add a default constructor.
5722
5723         * main.C (main): do not setup localedir here, do not call
5724         gettext_init.
5725
5726         * gettext.C (_): use it.
5727         (gettext_init): delete funciton
5728
5729 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5730
5731         * gettext.C (getLyXMessages): new singleton generating function.
5732
5733         * buffer.C (updateDocLang): adjust
5734
5735         * Makefile.am (messages.o): add target
5736         (main.o): remove target
5737
5738 2003-04-27  John Levon  <levon@movementarian.org>
5739
5740         * bufferlist.C:
5741         * lyx_cb.C:
5742         * lyxfunc.C:
5743         * lyxvc.C: specify cancel button in Alert::prompt
5744
5745 2003-04-26  John Levon  <levon@movementarian.org>
5746
5747         * text3.C:
5748         * lyxfunc.C:
5749         * lfuns.h:
5750         * LyXAction.C: add LFUN_INSET_SETTINGS
5751
5752         * lyxfunc.C: don't enable tabular-feature when there's
5753         just any locking inset
5754
5755 2003-04-26  John Levon  <levon@movementarian.org>
5756
5757         * bufferlist.C: re-add Cancel to buffer close question
5758
5759         * lyxfunc.C: fix import UI a bit
5760
5761 2003-04-25  John Levon  <levon@movementarian.org>
5762
5763         * gettext.C: remove the broken asserts for now
5764
5765 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5766
5767         * messages.C: make case where setlocale cannot comply work better.
5768
5769         * buffer.C (updateDocLang): new function
5770         (changeLanguage): use it
5771         (readFile): use it
5772
5773         * text2.C (setCounter): use B_ a bit.
5774
5775         * lyxlayout.C (Read): be sure to trim the label strings.
5776
5777         * messages.C (Messages): fix typo in comment
5778
5779         * buffer.C (readFile): set message_ after file is loaded.
5780         (makeDocBookFile): remove double return
5781         (changeLanguage): reset message_ upon language change.
5782         (B_): new func, use this to get translated buffer strings.
5783
5784         * main.C: add myself and Jean Marc as authors.
5785
5786 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5787
5788         * messages.[hC]: pimplify Messages, and three different pimpls to be
5789         used in different circumstances.
5790
5791         * gettext.[Ch]: change for use with new message code.
5792
5793 2003-04-24 André Pönitz <poenitz@gmx.net>
5794
5795         * factory.C: support for eqref
5796
5797 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5798
5799         * messages.[Ch]: add missing char
5800
5801         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5802
5803         * messages.[Ch]: New files
5804
5805 2003-04-18  John Levon  <levon@movementarian.org>
5806
5807         * BufferView.h:
5808         * BufferView.C:
5809         * BufferView_pimpl.C:
5810         * lfuns.h:
5811         * LyXAction.C:
5812         * lyxtext.h:
5813         * text2.C: remove layout-copy/paste (bug 778)
5814
5815 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5816
5817         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5818
5819 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5820
5821         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5822         if they succeed. Act accordingly.
5823
5824 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5825
5826         * text2.C (setCharFont): adjust
5827         (setCounter): adjust
5828         (insertStringAsLines): adjust
5829
5830         * text.C (leftMargin): adjust
5831         (setHeightOfRow): adjust
5832
5833         * rowpainter.C (paintFirst): adjust
5834         (paintLast): adjust
5835
5836         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5837         (outerHook): ditto
5838         (isFirstInSequence): ditto
5839         (getEndLabel): ditto
5840         (outerFont): adjust
5841
5842         * paragraph.C (getParLanguage): comment out some hard stuff.
5843
5844         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5845         (sgmlError): ditto
5846         (simpleDocBookOnePar): ditto
5847         (makeDocBookFile): use ParagraphList::iterator
5848
5849         * CutAndPaste.C (pasteSelection): adjust
5850
5851 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5852
5853         * text2.C (getFont): adjust
5854         (getLayoutFont): adjust
5855         (getLabelFont): adjust
5856
5857         * paragraph_funcs.C (TeXOnePar): adjust
5858
5859         * buffer.C (simpleLinuxDocOnePar): adjust
5860         (simpleDocBookOnePar): adjust
5861
5862         * CutAndPaste.C (pasteSelection): adjust
5863
5864         * BufferView.C (getEncoding): adjust
5865
5866         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5867
5868 2003-04-16  John Levon  <levon@movementarian.org>
5869
5870         * lyxfind.C: use parlist stuff for search/changes
5871
5872 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5873
5874         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5875
5876         * text2.C (deleteEmptyParagraphMechanism): adjust
5877
5878         * text2.[Ch] (ownerParagraph): delete func (both of them
5879
5880 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5881
5882         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5883
5884 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5885
5886         * ParagraphList.C: prepare for NO_NEXT
5887
5888 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5889
5890         * text2.C (getFont): adjust
5891         (getLayoutFont): adjust
5892         (getLabelFont): adjust
5893
5894         * paragraph.C (getFont): adjust
5895         (getLabelFont): adjust
5896         (getLayoutFont): adjust
5897
5898         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5899
5900 2003-04-15  John Levon  <levon@movementarian.org>
5901
5902         From Angus Leeming
5903
5904         * lyx_main.C: handle Include in .ui files
5905
5906 2003-04-15  John Levon  <levon@movementarian.org>
5907
5908         * MenuBackend.C: make the doc files length shorter
5909
5910         * ToolbarBackend.h:
5911         * ToolbarBackend.C: handle toolbar placement flags,
5912         Minibuffer
5913
5914 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5915
5916         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5917         adjust
5918
5919         * paragraph_funcs.C (TeXOnePar): adjust
5920
5921         * paragraph.C (getLabelFont): add outerfont arg, adjust
5922         (getLayoutFont): ditto
5923         (simpleTeXOnePar): adjust
5924
5925         * paragraph_pimpl.C (realizeFont): delete func
5926
5927 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5928
5929         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5930         row argument, constify cur argument.
5931
5932 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5933
5934         * text2.C (getFont): adjust
5935         (getLayoutFont): adjust
5936         (getLabelFont): adjust
5937
5938         * paragraph_funcs.C (TeXOnePar): adjust
5939         (outerFont): new func...
5940         (realizeFont): ...moved out from here, changed this to facilitate
5941         transition
5942
5943         * paragraph.C (getFont): take outerfont as arg, adjust
5944         (simpleTeXOnePar): add outerfont arg, adjust
5945
5946         * buffer.C (simpleLinuxDocOnePar): adjust
5947         (simpleDocBookOnePar): adjust
5948
5949         * CutAndPaste.C (pasteSelection): adjust
5950
5951         * BufferView.C (getEncoding): adjust
5952
5953 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5954
5955         * text2.C (setCharFont): adjust
5956         (setCounter): adjust
5957
5958         * text.C (leftMargin): adjust
5959         (setHeightOfRow): adjust
5960
5961         * rowpainter.C (paintFirst): adjust
5962         (paintLast): adjust
5963
5964         * paragraph_pimpl.C (realizeFont): adjust
5965
5966         * paragraph.C (isFirstInSequence): move from here...
5967         * paragraph_funcs.C (isFirstInSequence): ...to here
5968
5969         * paragraph.C (outerHook): move from here...
5970         * paragraph_funcs.C (outerHook): ...to here
5971
5972         * paragraph.C (depthHook): move from here...
5973         * paragraph_funcs.C (depthHook): ...to here
5974
5975         * paragraph.C (getEndLabel): move from here...
5976         * paragraph_funcs.C (getEndLabel): ...to here
5977
5978         * text2.C (realizeFont): move from here...
5979         * paragraph_funcs.C (realizeFont): ...to here
5980
5981 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5982
5983         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5984
5985 2003-04-14  Angus Leeming  <leeming@lyx.org>
5986
5987         * LColor.[Ch]: scrap LColor mathcursor.
5988
5989 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5990
5991         * lyxlex.[Ch] (text): delete function
5992         * trans.C (Load): adjust
5993         * paragraph_funcs.C (readParToken): adjust
5994
5995 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5996
5997         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5998         vector<char> instead of a char[].
5999
6000         * lyxlex_pimpl.C (getString): adjust
6001         (next): adjust
6002         (lex): use getString
6003         (eatLine): adjust
6004         (nextToken): adjust
6005
6006         * lyxlex.C (text): use pimpl_->getString()
6007         (getBool): ditto
6008         (findToken): ditto
6009
6010 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6011
6012         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6013         (makeFontEntriesLayoutSpecific): temp var for par.size()
6014         (setLayout): temp var for ownerParagraphs().end()
6015         (fullRebreak): temp var for rows().end()
6016         (selectionAsString): temp var for boost::next(startpit), realize
6017         that the while really is a regular for loop.
6018         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6019         setCursor in one place.
6020         (setParagraph): temp vr for ownerParagraphs().end()
6021         (updateCounters): make the while loop a for loop
6022         (cutSelection): temp var for ownerParagraphs().end()
6023         (updateInset): make the do {} while() a regular for loop
6024         (getCursorX): use temp vars
6025         (setCurrentFont): use temp vars
6026         (getColumnNearX): use temp vars
6027
6028 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6029
6030         * text.C (transformChar): use temp var for getChar
6031         (computeBidiTables): use temp var for row->par()
6032         (fill): move temp vars for row->par() and pit->layout() earlier in
6033         the function.
6034         (labelFill): use temp var for row->par()
6035         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6036         asc and desc, realize that pit never changes and that firstpit is
6037         just a duplicate and not needed. Exchange rit->par() with pit in a
6038         lot of places.
6039         (breakAgain): use a temp var for boost::next(rit)
6040         (breakAgainOneRow): ditto
6041         (breakParagraph): use a temp var for rows().begin()
6042         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6043         (cursorRightOneWord): use temp var for cursor.par() and
6044         cursor.pos(), remove usage of tmpcursor.
6045         (cursorLeftOneWord): use temp var for cursor.par() and
6046         cursor.pos() only set cur at end of function.
6047
6048 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6049
6050         * text.C, text2.C: exchange all usage of Paragraph::next with
6051         boost::next(ParagraphList::iterator)
6052
6053         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6054
6055         * text2.C (cursorTop): simplify implementation
6056         (cursorBottom): ditto
6057         (setParagraph): use ParagraphList::iterator
6058         (setCurrentFont): adjust
6059         (getColumnNearX): adjust
6060         (cursorRight): adjust
6061         (cursorLeft): remove usage of Paragraph::previous
6062         (cursorUpParagraph): ditto
6063         (deleteEmptyParagraphMechanism): slight cleanup
6064
6065         * text.C (isBoundary): take a Paragraph const & instead of a
6066         pointer as arg.
6067         (addressBreakPoint): ditto
6068         (leftMargin): remove usage of Paragraph::previous.
6069         (setHeightOfRow): ditto
6070         (cursorLeftOneWord): ditto
6071         (selectNextWordToSpellcheck): ditto
6072         (Delete): ditto
6073         (backspace): ditto
6074         (breakParagraph): remove one usage of Paragraph::next
6075         (redoParagraph): ditto
6076         (acceptChange): ditto
6077         (insertChar): adjust
6078         (rowBreakPoint): adjust
6079
6080         * bufferview_funcs.C (toggleAndShow): adjust
6081
6082 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6083
6084         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6085         methods to access it.
6086         * lyxtext.h:
6087         * text.C: Added updateRowPositions to compute all row positions.
6088         Make top_y and getRowNearY() to use the cached y position
6089
6090 2003-04-11  John Levon  <levon@movementarian.org>
6091
6092         * text.C (rowBreakPoint): reintroduce the labelEnd
6093         checks, code copied from the row fill stuff. Deep voodoo.
6094
6095         * text.C (fill): add a comment and debugging for the
6096         next poor soul.
6097
6098 2003-04-11  John Levon  <levon@movementarian.org>
6099
6100         * text.C: make sure fullrow insets get wrapped to the next line,
6101         even when they're in a manual label
6102
6103 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6104
6105         * text2.C (insertParagraph): make it take ParagraphList::iterator
6106         as arg.
6107         (setLayout): make it return ParagraphList::iterator
6108         (redoParagraphs): ditto
6109         (setCounter): ditto
6110         (checkParagraph): ditto
6111
6112         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6113
6114         * text2.C: adjust several funcs.
6115         (realizeFont): take a ParagraphList::iterator as arg.
6116         (getLayoutFont): ditto
6117         (getLabelFont): ditto
6118         (setCharFont): ditto
6119
6120         * text.C: adjust several funcs.
6121
6122 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6123
6124         * text.C (selectNextWordToSpellcheck): don't accidentally
6125         skip insets
6126
6127 2003-04-10  John Levon  <levon@movementarian.org>
6128
6129         * ToolbarBackend.C (getIcon): special handling for
6130         LFUN_MATH_DELIM
6131
6132 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6133
6134         * text2.C (cursorRight): a getChar assert fixed
6135
6136 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6137
6138         * text2.C (getFont): change to take a ParagraphList::iterator
6139         instead of Paragraph*
6140         Adjust several functions.
6141
6142         * text.C (transformChar): change to take a ParagraphList::iterator
6143         instead of Paragraph*
6144         (singleWidth): ditto
6145         Adjust several functions.
6146
6147         * rowpainter.C: adjust several functions
6148         * rowpainter.h:store a ParagraphList::iterator and not a
6149         Paragraph&.
6150
6151
6152 2003-04-09  John Levon  <levon@movementarian.org>
6153
6154         * lyxfunc.C:
6155         * lfuns.h:
6156         * LyXAction.h:
6157         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6158         and the "help" bits as well
6159
6160 2003-04-09  John Levon  <levon@movementarian.org>
6161
6162         * ToolbarBackend.h:
6163         * ToolbarBackend.C: allow multiple toolbars
6164
6165 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6166
6167         * undo_funcs.C (setCursorParUndo): adjust
6168
6169         * text_funcs.C (transposeChars): adjust
6170
6171         * text3.C (gotoNextInset): adjust
6172         (dispatch): adjust
6173
6174         * text2.C (setLayout): adjust
6175         (changeDepth): adjust
6176         (setFont): adjust
6177         (redoParagraphs): adjust
6178         (selectionAsString): adjust
6179         (setParagraph): adjust
6180         (insertInset): adjust
6181         (cutSelection): adjust
6182         (copySelection): adjust
6183         (pasteSelection): adjust
6184         (insertStringAsLines): adjust
6185         (updateInset): adjust
6186         (setCursor): change to take a ParagraphList::iterator parameter
6187         (setCursorIntern): change to take a ParagraphList::iterator parameter
6188         (setCurrentFont): adjust
6189         (cursorLeft): adjust
6190         (cursorRight): adjust
6191         (deleteEmptyParagraphMechanism): adjust
6192
6193         * text.C (breakParagraph): adjust
6194         (insertChar): adjust
6195         (acceptChange): adjust
6196         (rejectChange): adjust
6197         (selectNextWordToSpellcheck): adjust
6198         (changeCase): adjust
6199         (Delete): adjust
6200         (backspace): adjust
6201
6202         * lyxfind.C (SearchForward): adjust
6203         (SearchBackward): adjust
6204         (nextChange): adjust
6205
6206         * lyxcursor.C (par): adjust
6207
6208         * lyxcursor.h: store a ParagraphList::iterator instead of a
6209         Paragraph*
6210
6211         * lyx_cb.C (getPossibleLabel): adjust
6212
6213         * bufferview_funcs.C (toggleAndShow): adjust
6214
6215         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6216         (dispatch): adjust
6217
6218         * BufferView.C (removeAutoInsets): adjust
6219         (lockedInsetStoreUndo): adjust
6220
6221 2003-04-09  John Levon  <levon@movementarian.org>
6222
6223         * ToolbarBackend.C: try icon without argument
6224         if with argument fails
6225
6226 2003-04-08  John Levon  <levon@movementarian.org>
6227
6228         * ToolbarBackend.h:
6229         * ToolbarBackend.C: add getIcon(), handle tooltip,
6230         and change from "Icon" to "Item".
6231
6232 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6233
6234         * BufferView.C (lockInset): another bad getchar crunched
6235
6236 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6237
6238         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6239         again)
6240
6241 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6242
6243         * lyxfind.C (searchForward, searchBackwards): bug 782
6244
6245 2003-04-07  John Levon  <levon@movementarian.org>
6246
6247         * paragraph.C: remove dead comment
6248
6249         * text.C: remove troublesome depth-fiddling code
6250         in leftMargin() and rightMargin() (bug 1017)
6251
6252         * text.C: fix breaking of rows in nested lists
6253         (bug 1004)
6254
6255         * text2.C (updateCounters): fix up depth values
6256         (bug 1013)
6257
6258 2003-04-07  John Levon  <levon@movementarian.org>
6259
6260         * BufferView_pimpl.C: clear message when doc finishes resizing,
6261         and after a mouse event
6262
6263         * lyxfunc.C: clear message after exiting inset
6264
6265 2003-04-07  John Levon  <levon@movementarian.org>
6266
6267         * bufferview_funcs.C: show math status not outside
6268         status in the statusbar
6269
6270 2003-04-07  John Levon  <levon@movementarian.org>
6271
6272         * lyxfunc.C: note status changed after a depth change
6273
6274 2003-04-04  Angus Leeming  <leeming@lyx.org>
6275
6276         * LaTeX.h: move AuxInfo operator==, != out of line.
6277         Remove LaTeX virtual destructor; nothing derives from it.
6278         Move operator()() out of public area and rename it startscript().
6279         Change protected for private.
6280
6281 2003-04-04  Angus Leeming  <leeming@lyx.org>
6282
6283         * lyxfunc.C:
6284         * text2.C: remove unneeded #includes.
6285
6286 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6287
6288         * text2.C (dEPM): fix the heigth of the next row
6289
6290 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6291
6292         * text.C: squashed an invalid getChar requester + some ws changes
6293
6294 2003-04-03  John Levon  <levon@movementarian.org>
6295
6296         * bufferview_funcs.h:
6297         * bufferview_funcs.C:
6298         * lyxfunc.C:
6299         * lyxtext.h:
6300         * text2.C: make getStatus work for the env depth lfuns
6301
6302 2003-04-03  John Levon  <levon@movementarian.org>
6303
6304         * bufferview_funcs.h:
6305         * bufferview_funcs.C:
6306         * lyxfunc.C:
6307         * lyxtext.h:
6308         * text2.C: parlistize decDepth(), by merging it with incDepth()
6309
6310 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6311
6312         * lyxrow.h: store a ParagraphList::iterator instead of a
6313         Paragraph* and adjust other class functions to suit.
6314
6315         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6316         above.
6317
6318 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6319
6320         * text2.C (setCursor): do not anchor to cursor row for the time being
6321
6322 2003-04-02  John Levon  <levon@movementarian.org>
6323
6324         * LyXAction.C:
6325         * lfuns.h:
6326         * lyx_main.C:
6327         * lyxtext.h:
6328         * text.C:
6329         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6330
6331 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6332
6333         * paragraph.h: make ParagraphList and ParagraphList::iterator
6334         friends of Paragraph.
6335
6336         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6337
6338         * ParagraphList.C: Use the private next_ and previous_ from
6339         Paragraph.
6340
6341 2003-04-01  John Levon  <levon@movementarian.org>
6342
6343         * ToolbarBackend.h:
6344         * ToolbarBackend.C:
6345         * Makefile.am: rename, remove defaults gunk
6346
6347         * MenuBackend.h:
6348         * MenuBackend.C: remove defaults gunk
6349
6350         * Languages.h:
6351         * Languages.C: remove defaults gunk
6352
6353         * lyx_main.h:
6354         * lyx_main.C: error out if files couldn't be found.
6355
6356 2003-04-02  John Levon  <levon@movementarian.org>
6357
6358         * text2.C: make incDepth() use parlist
6359
6360 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6361
6362         * undo_funcs.C (firstUndoParagraph): adjust
6363
6364         * text3.C (gotoInset): adjust
6365         (dispatch): adjust, and rewrite loop.
6366
6367         * text2.C (init): adjust, and rewrite loop.
6368         (redoParagraphs): adjust
6369         (updateInset): adjust, and rewrite loop.
6370         (deleteEmptyParagraphMechanism): adjust
6371
6372         * tabular.C (LyXTabular): adjust
6373         (SetMultiColumn): adjust
6374         (TeXRow): adjust
6375
6376         * lyxtext.[Ch] (ownerParagraph): delete function
6377         (ownerParagraphs): new function returns a ParagraphList.
6378
6379         * BufferView.C (removeAutoInsets): adjust
6380         (insertErrors): adjust
6381         (setCursorFromRow): adjust
6382
6383 2003-04-01  Angus Leeming  <leeming@lyx.org>
6384
6385         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6386         in the frontends.
6387
6388 2003-04-02  John Levon  <levon@movementarian.org>
6389
6390         * lyxtext.h:
6391         * text.C:
6392         * Makefile.am:
6393         * text_funcs.h:
6394         * text_funcs.C: make transposeChars a free function
6395
6396         * lyxrow_funcs.C: remove wrong comment
6397
6398 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6399
6400         * lyxtext.h: adjust
6401         * rowpainter.C: adjust
6402         * text.C: adjust
6403         * text2.C: adjust
6404         * text3.C: adjust
6405
6406         * lyxrow_funcs. [Ch]: new files
6407
6408         * lyxrow.[Ch]: remove next and previous pointers
6409         (next,previous): remove accessor functions
6410         (isParEnd): move to lyxrow_funcs
6411         (lastPos): move to lyxrow_funcs
6412         (nextRowIsAllInset): move to lyxrow_funcs
6413         (lastPrintablePos): move to lyxrow_funcs
6414         (numberOfSeparators): move to lyxrow_funcs
6415         (numberOfHfills): move to lyxrow_funcs
6416         (numberOfLabelHfills): move to lyxrow_funcs
6417         (hfillExpansion): move to lyxrow_funcs
6418
6419         * lyxfunc.C: adjust
6420
6421         * bufferview_funcs.C (toggleAndShow): adjust
6422
6423         * RowList.h: Remove class RowList from file leave just a
6424         std::list<Row>.
6425
6426         * RowList.C: delete file
6427
6428         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6429         and lyxrow_funcs.h
6430
6431 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6432
6433         * text3.C (cursorPrevious): adjust
6434         (cursorNext): adjust
6435         (dispatch): adjust
6436
6437         * text2.C (redoHeightOfParagraph): adjust
6438         (redoDrawingOfParagraph): adjust
6439         (setCursor): adjust
6440
6441         * text.C (breakParagraph): adjust
6442         (insertChar): adjust
6443         (backspace): adjust
6444
6445         * rowpainter.C (RowPainter): adjust
6446         (leftMargin): simplify and adjust
6447         (most rowpainter functions): adjust.
6448
6449         * rowpainter.h: store the row as RowList::iterator not as Row*
6450
6451         * lyxcursor.C (row): taka RowList::iterator as arg
6452         (irow): ditto
6453
6454         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6455         of Row*.
6456
6457 2003-04-01  Angus Leeming  <leeming@lyx.org>
6458
6459         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6460         stuff like bool Bool.
6461
6462 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6463
6464         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6465         rewrite a loop
6466
6467 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6468
6469         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6470         RowList::iterator.
6471
6472         * lyxtext.h (rows): drop one version and leve a const variant that
6473         returns a RowList::iterator.
6474
6475 2003-03-31  Angus Leeming  <leeming@lyx.org>
6476
6477         * text.C (fill): ensure that the signature is the same as that in the
6478         header file.
6479
6480 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6481
6482         * text2.C (redoParagraphs): adjust
6483         (updateCounters): adjust
6484         (checkParagraph): adjust
6485         (getColumnNearX): adjust and reformat a bit.
6486
6487         * text.C (top_y): adjust
6488         (workWidth): adjust
6489         (leftMargin): adjust
6490         (prepareToPrint): adjust
6491         (getRow): adjust
6492         (getRowNearY): adjust
6493
6494         * lyxtext.h: make rowlist_ mutable.
6495
6496         * RowList.h: add const_iterator
6497         * RowList.C: adjust for RowList::const_iterator.
6498
6499         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6500         adjust.
6501
6502 2003-03-31  John Levon  <levon@movementarian.org>
6503
6504         * lyxrc.h:
6505         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6506
6507         * lyx_main.C: set default fonts from using lyx_gui funcs
6508
6509         * exporter.C: pdf_mode moved from lyxrc
6510
6511         * lyx_cb.C:
6512         * lyxfunc.C: changes from above
6513
6514 2003-03-31  John Levon  <levon@movementarian.org>
6515
6516         * lyx_main.C: fix to the last fix
6517
6518 2003-03-31  John Levon  <levon@movementarian.org>
6519
6520         * bufferlist.C: "Load original" -> "Load Original"
6521
6522         * converter.C:
6523         * exporter.C:
6524         * importer.C:
6525         * lyx_main.C:
6526         * format.C: more Alert cleanups
6527
6528 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6529
6530         * text2.C (removeParagraph): make it take a RowList::iterator as
6531         arg, adjust.
6532         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6533         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6534
6535         * text.C (anchor_row): make it take a RowList::iterator as arg,
6536         adjust.
6537         (computeBidiTables): make it take a const reference to Row instead
6538         of Row pointer, adjust.
6539         (leftMargin): make it take a RowList::iterator as arg, adjust.
6540         (rowBreakPoint): adjust
6541         (breakAgainOneRow): make it take a RowList::iterator as arg,
6542         adjust.
6543         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6544
6545         * bufferview_funcs.C (toggleAndShow): adjust
6546
6547 2003-03-30  John Levon  <levon@movementarian.org>
6548
6549         * Makefile.am:
6550         * BoostFormat.h:
6551         * boost-inst.C: moved to support
6552
6553         * several files: changes as a result
6554
6555 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6556
6557         * text2.C (LyXText): adjust.
6558         (init): adjust
6559         (removeRow): make it take a RowList::iterator as arg, adjust.
6560         (fullRebreak): adjust
6561         (deleteEmptyParagraphMechanism): adjust
6562         (clearPaint): adjust
6563         (postPaint): adjust
6564
6565         * text.C (top_y): adjust
6566         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6567         (breakAgain): make it take a RowList::iterator as arg, adjust.
6568         (breakParagraph): adjust
6569         (insertChar): adjust
6570         (backspace): adjust
6571
6572         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6573         need_break_row, and refresh_row.
6574
6575         * text3.C (dispatch): adjust
6576
6577         * text2.C (checkParagraph): adjust
6578         (setCursor): adjust
6579         (setCursorFromCoordinates): adjust
6580
6581         * text.C (top_y): adjust
6582         (workWidth): adjust
6583         (getRow): make it return a RowList::iterator, adjust
6584         (getRowNearY): make it return a RowList::iterator, adjust
6585
6586         * text2.C (init): adjust
6587         (insertRow): remove function
6588         (insertParagraph): adjust
6589         (redoParagraphs): adjust
6590         (fullRebreak): adjust
6591         (updateCounters): adjust
6592
6593         * text.C (top_y): rewrite to use RowList iterators.
6594         (top_y): adjust
6595         (setHeightOfRow): rewrite to sue RowList iterators.
6596         (appendParagraph): adjust
6597         (breakAgain): adjust
6598         (breakAgainOneRow): adjust
6599         (breakParagraph): adjust
6600         (getRow): adjust
6601         (getRowNearY): adjust, and remove commented code.
6602
6603         * lyxtext.h (firstRow): delete function
6604         (lastRow): delete function
6605         (rows): new function (const and non-const versions.)
6606         (insertRow): delete function
6607
6608         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6609
6610 2003-03-29  John Levon  <levon@movementarian.org>
6611
6612         * BufferView_pimpl.C: always update scrollbar top
6613         because pasting text when we're anchored could mean we
6614         miss an update altogether
6615
6616 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6617
6618         * text2.C (init): use rowlist_.end() and not 0.
6619         (insertRow): change to take a RowList::iterator as arg, adjust
6620         for this.
6621         (insertParagraph): change to take a RowList::iterator as arg,
6622         adjust for this.
6623         (redoParagraphs): remove some debug msgs.
6624
6625         * text.C (appendParagraph): change to take a RowList::iterator
6626         arg, adjust for this.
6627         (breakAgain): add an assert
6628         (breakAgainOneRow): ditto
6629
6630 2003-03-29  John Levon  <levon@movementarian.org>
6631
6632         * text2.C: do not clear selection after inc/decDepth
6633         (bug 550)
6634
6635 2003-03-29  John Levon  <levon@movementarian.org>
6636
6637         * BufferView.C:
6638         * buffer.C: fix broken strerrors according to Lars
6639
6640 2003-03-29  John Levon  <levon@movementarian.org>
6641
6642         * converters.C: more Alert cleanups
6643
6644 2003-03-29  John Levon  <levon@movementarian.org>
6645
6646         * bufferview_funcs.C: remove pointless Alert
6647
6648         * buffer.C: fix confusing error message when
6649         a template is chmoded 000
6650
6651 2003-03-29  John Levon  <levon@movementarian.org>
6652
6653         * BufferView.C:
6654         * BufferView.h:
6655         * BufferView_pimpl.C: Alert fixes
6656
6657         * Makefile.am:
6658         * tabular.C:
6659         * tabular-old.C: remove unused table compat reading
6660
6661 2003-03-29  John Levon  <levon@movementarian.org>
6662
6663         * BufferView.C:
6664         * buffer.C:
6665         * lyx_cb.h:
6666         * lyx_cb.C: more Alert cleanups
6667
6668         * lyxfunc.C: don't allow chktex if not latex document
6669
6670 2003-03-29  John Levon  <levon@movementarian.org>
6671
6672         * lyx_cb.C:
6673         * BufferView.C:
6674         * buffer.C: warnings pushed down from support/,
6675         kill err_alert
6676
6677 2003-03-29  John Levon  <levon@movementarian.org>
6678
6679         * lyxfunc.C: safety check for C-r (revert)
6680
6681 2003-03-29  John Levon  <levon@movementarian.org>
6682
6683         * bufferlist.h:
6684         * bufferlist.C: several UI fixes using Alert::prompt.
6685         Fix the pointless looping quit code. Fix stupid revert
6686         behaviour (bug 938)
6687
6688         * lyxvc.h:
6689         * lyxvc.C:
6690         * lyx_cb.C: use Alert::prompt
6691
6692         * lyx_main.C: remove a silly question
6693
6694         * lyxfunc.C: remove a couple of silly questions,
6695         use Alert::prompt
6696
6697 2003-03-28  John Levon  <levon@movementarian.org>
6698
6699         * text2.C: fix bug 974 (End on empty par)
6700
6701 2003-03-28  John Levon  <levon@movementarian.org>
6702
6703         * BufferView_pimpl.C:
6704         * LyXAction.C:
6705         * lfuns.h: remove do-nothing math greek lfuns
6706
6707 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6708
6709         * lyxgluelength.h (isValidGlueLength): add default arg on
6710         parameter 2. Remove default arg from friend in class.
6711
6712         * lyxlength.h (isValidLength): add default arg on parameter 2.
6713         Remove default arg from friend in class.
6714
6715         * text2.C (LyXText): adjust, initialize refresh_row.
6716         (init): adjust
6717         (removeRow): adjust
6718         (insertRow): adjust
6719         (insertParagraph): adjst
6720         (redoParagraphs): adjust
6721         (fullRebreak): adjust
6722         (updateCounters): adjust
6723         (deleteEmptyParagraphMechanism): first attempt at fixing a
6724         crashing bug.
6725
6726         * text.C (top_y): adjust
6727         (setHeightOfRow): adjust
6728         (getRow): adjust
6729         (getRowNearY): adjust
6730
6731         * lyxtext.h: include RowList.h
6732         (~LyXText): not needed anymore, deleted.
6733         (firstRow): modify for RowList
6734         (lastRow): new function
6735         Delete firstrow and lastrow class variables, add a Rowlist
6736         rowlist_ class variable.
6737
6738         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6739         paragraph is empty.
6740
6741         * RowList.C (insert): fix case where it == begin().
6742
6743 2003-03-26  Angus Leeming  <leeming@lyx.org>
6744
6745         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6746         the thesaurus dialog.
6747
6748 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6749
6750         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6751
6752         * RowList.[Ch]: new files
6753
6754         * ParagraphList.C (erase): handle the case where it == begin
6755         correctly.
6756
6757 2003-03-25  John Levon  <levon@movementarian.org>
6758
6759         * Makefile.am:
6760         * aspell_local.h:
6761         * aspell.C: add new aspell support
6762
6763         * lyxrc.h:
6764         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6765         have it accessible.
6766
6767 2003-03-25  Angus Leeming  <leeming@lyx.org>
6768
6769         * lfuns.h:
6770         * LyXAction.C (init): new LFUN_INSET_INSERT.
6771
6772         * BufferView_pimpl.C (dispatch): split out part of the
6773         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6774
6775         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6776         LFUN_INSET_APPLY.
6777
6778 2003-03-25  Angus Leeming  <leeming@lyx.org>
6779
6780         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6781
6782 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6783
6784         * text2.C:
6785         * text3.C: remove useless row->height(0)
6786
6787 2003-03-25  John Levon  <levon@movementarian.org>
6788
6789         * lyxtext.h:
6790         * text2.C:
6791         * text3.C: rename the refreshing stuff to better names
6792
6793 2003-03-24  John Levon  <levon@movementarian.org>
6794
6795         * BufferView_pimpl.h:
6796         * BufferView_pimpl.C: update layout choice on a mouse
6797         press/release
6798
6799 2003-03-23  John Levon  <levon@movementarian.org>
6800
6801         * Makefile.am: fix commandtags.h reference
6802
6803 2003-03-22  John Levon  <levon@movementarian.org>
6804
6805         * BufferView_pimpl.C:
6806         * lyxtext.h:
6807         * rowpainter.C:
6808         * rowpainter.h:
6809         * text.C:
6810         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6811
6812 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6813
6814         * lyxtext.h:
6815         * text.C: take the rtl methods out of line
6816
6817 2003-03-21 André Pönitz <poenitz@gmx.net>
6818
6819         * metricsinfo.[Ch]: new files containing structures to be passed around
6820         during the two-phase-drawing...
6821
6822 2003-03-21 André Pönitz <poenitz@gmx.net>
6823
6824         * lyxtextclass.C: read 'environment' tag.
6825
6826 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6827
6828         * text2.C (removeRow): fix bug 964
6829
6830 2003-03-20  John Levon  <levon@movementarian.org>
6831
6832         * rowpainter.C:
6833         * text.C:
6834         * text2.C: paint cleanups. Inset::update() dropped font
6835         parameter
6836
6837 2003-03-19  John Levon  <levon@movementarian.org>
6838
6839         * lyxfunc.C: only fitcursor/markDirty if available()
6840
6841 2003-03-19  John Levon  <levon@movementarian.org>
6842
6843         * commandtags.h: rename to ...
6844
6845         * lfuns.h: ... this, and renumber / cleanup
6846
6847 2003-03-19  John Levon  <levon@movementarian.org>
6848
6849         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6850         fit the cursor after an lfun
6851
6852         * BufferView.h:
6853         * BufferView.C:
6854         * BufferView_pimpl.h:
6855         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6856
6857         * LyXAction.C: layout-character should have ReadOnly
6858
6859         * ParagraphParameters.C:
6860         * buffer.C:
6861         * bufferview_funcs.C:
6862         * lyx_cb.C:
6863         * lyxfind.C:
6864         * lyxtext.h:
6865         * text.C:
6866         * text2.C:
6867         * text3.C:
6868         * undo_funcs.C: changes from above
6869
6870 2003-03-18  John Levon  <levon@movementarian.org>
6871
6872         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6873         remove it from update()
6874
6875         * lyxfunc.C: update layout choice after an lfun
6876
6877         * text3.C: remove extra updateLayoutChoice()s
6878
6879 2003-03-18  John Levon  <levon@movementarian.org>
6880
6881         * text.C: top_y change means full repaint, fix
6882         a drawing bug with cursor movement
6883
6884 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6885
6886         * lyxtext.h:
6887         * text.C:
6888         * text2.C: anchor row on setCursor
6889
6890 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6891
6892         * lyxtext.h: remove almost all mutable keywords
6893         * text.C:
6894         * text2.C:
6895         * text3.C: remove const keywords accordingly
6896
6897 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6898
6899         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6900         anon namespace
6901         (TeXEnvironment): ditto
6902         (TeXOnePar): ditto
6903
6904 2003-03-17  John Levon  <levon@movementarian.org>
6905
6906         * text.C (rowBreakPoint): remove attempt to fix displayed
6907         math insets inside a manual label
6908
6909 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6910
6911         * lyxtext.h: remove BufferView* as first arg from almost all class
6912         functions.
6913         * other files: adjust.
6914
6915 2003-03-17  John Levon  <levon@movementarian.org>
6916
6917         * lyxtext.h:
6918         * undo_funcs.C:
6919         * text2.C: more paint cleanups
6920
6921         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6922
6923         * rowpainter.h:
6924         * rowpainter.C: remove "smart" background painting code
6925
6926 2003-03-16  John Levon  <levon@movementarian.org>
6927
6928         * lyxtext.h:
6929         * text.C:
6930         * text2.C:
6931         * text3.C: add helper functions for setting refresh_row/y
6932
6933 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6934
6935         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6936         newline inset which *can* get inserted in the pass_thru layouts.
6937         This is primarily for literate documents.
6938
6939 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6940
6941         * buffer.C: increment LYX_FORMAT to 223
6942
6943 2003-03-14 André Pönitz <poenitz@gmx.net>
6944
6945         * textclass.h: prepare for environment handling, ws changes
6946         * lyxlayout.C: read latexheader and latexfooter tags
6947
6948 2003-03-14  John Levon  <levon@movementarian.org>
6949
6950         * text2.C: rewrite ::status() a bit
6951
6952 2003-03-13  John Levon  <levon@movementarian.org>
6953
6954         * lyxtext.h: add some docs
6955
6956 2003-03-13  John Levon  <levon@movementarian.org>
6957
6958         * lyxtext.h:
6959         * text.C:
6960         * text2.C:
6961         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6962
6963 2003-03-13  John Levon  <levon@movementarian.org>
6964
6965         * text3.C: fix appendix redrawing
6966
6967 2003-03-13  John Levon  <levon@movementarian.org>
6968
6969         * text.C (setHeightOfRow):
6970         * rowpainter.h:
6971         * rowpainter.C: make appendix mark have the text
6972           "Appendix" so the user knows what it is
6973
6974         * LColor.h:
6975         * LColor.C: s/appendixline/appendix/ from above
6976
6977 2003-03-13  John Levon  <levon@movementarian.org>
6978
6979         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6980
6981         * text.C: fix a getChar(pos) bug properly
6982
6983 2003-03-13  Angus Leeming  <leeming@lyx.org>
6984
6985         * commandtags.h:
6986         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6987         Probably only temporary. Let's see how things pan out.
6988
6989         * BufferView.C (unlockInset):
6990         * BufferView_pimpl.C (fitCursor):
6991         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6992
6993         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6994         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6995
6996         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6997         new functions that convert ParagraphParameters to and from a string.
6998
6999         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7000         BufferView::Pimpl's dispatch.
7001         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7002
7003 2003-03-13 André Pönitz <poenitz@gmx.net>
7004
7005         * lyxfunc.C:
7006         * text3.C:
7007         * factory.C: make it aware of InsetEnv
7008
7009 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7010
7011         * text2.C (setCursor): never ask for one past last
7012         (setCursor): add some debugging messages.
7013
7014         * text.C (singleWidth): never ask for one past last
7015         (singleWidth): ditto
7016         (leftMargin): ditto
7017         (rightMargin): ditto
7018         (rowBreakPoint): ditto
7019         (setHeightOfRow): ditto
7020         (prepareToPrint): ditto
7021
7022         * rowpainter.C (paintBackground): never ask for one past last
7023         (paintText): never ask for one past last
7024
7025         * paragraph_pimpl.C (getChar): make the assert stricter, never
7026         allow the one past last pos to be taken
7027
7028         * paragraph.C (getChar): ws changes only
7029
7030         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7031         (numberOfSeparators): ditto
7032         (numberOfHfills): ditto
7033
7034 2003-03-12  John Levon  <levon@movementarian.org>
7035
7036         * author.h:
7037         * author.C:
7038         * bufferparams.h:
7039         * bufferparams.C:
7040         * paragraph_funcs.C: fix per-buffer authorlists
7041
7042 2003-03-12  John Levon  <levon@movementarian.org>
7043
7044         * text.C: fix newline in right address
7045
7046 2003-03-12  Angus Leeming  <leeming@lyx.org>
7047
7048         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7049         duplicate those in LyXFunc::dispatch.
7050
7051         * commandtags.h:
7052         * LyXAction.C:
7053         * ToolbarDefaults.C:
7054         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7055         Add LFUN_FONTFREE_UPDATE.
7056
7057         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7058         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7059
7060         * bufferview_func.[Ch]: several new functions to facilliate
7061         transfer of data to and from the character dialog.
7062
7063 2003-03-12  John Levon  <levon@movementarian.org>
7064
7065         * buffer.C:
7066         * paragraph.h:
7067         * paragraph.C:
7068         * paragraph_funcs.C:
7069         * paragraph_pimpl.C:
7070         * sgml.C:
7071         * tabular.C:
7072         * text.C:
7073         * text3.C: remove META_NEWLINE in favour of an inset
7074
7075         * rowpainter.h:
7076         * rowpainter.C: remove paintNewline (done by inset)
7077
7078 2003-03-12  John Levon  <levon@movementarian.org>
7079
7080         * paragraph_pimpl.C: complain about bad getChar()s
7081         for a while at least
7082
7083 2003-03-12  John Levon  <levon@movementarian.org>
7084
7085         * buffer.h:
7086         * buffer.C: move paragraph read into a separate function,
7087         a little renaming to reflect that.
7088
7089         * bufferparams.h:
7090         * bufferparams.C: remove the author_ids map, not necessary now
7091
7092         * factory.h:
7093         * factory.C: moved Buffer::readInset to here
7094
7095         * paragraph_funcs.h:
7096         * paragraph_funcs.C: readParagraph free function moved from
7097         buffer.C
7098
7099         * tabular.C: name change
7100
7101 2003-03-12  John Levon  <levon@movementarian.org>
7102
7103         * buffer.C:
7104         * ParagraphParameters.C: move par params input to
7105         a read() method
7106
7107         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7108         behave like a normal read from the stream wrt reading
7109         a line vs. a \\token
7110
7111 2003-03-12  John Levon  <levon@movementarian.org>
7112
7113         * paragraph.C:
7114         * ParagraphParameters.h:
7115         * ParagraphParameters.C: move output code to a
7116         ::write() method
7117
7118 2003-03-12  John Levon  <levon@movementarian.org>
7119
7120         * BufferView.C (insertLyXFile):
7121         * buffer.h:
7122         * buffer.C:
7123         * tabular.C: use a parlist iterator for creating the
7124           document.
7125
7126 2003-03-12  John Levon  <levon@movementarian.org>
7127
7128         * buffer.C: make current_change static local not
7129           static file-scope
7130
7131 2003-03-12  John Levon  <levon@movementarian.org>
7132
7133         * buffer.C: fix insertStringAsLines for change tracking
7134
7135 2003-03-12  John Levon  <levon@movementarian.org>
7136
7137         * BufferView.C:
7138         * tabular.C:
7139         * buffer.h:
7140         * buffer.C:
7141         * bufferparams.h:
7142         * bufferparams.C: move author list into params. Rename some
7143           functions. Move the header reading into a separate token
7144           loop. Move the header token reading into BufferParams.
7145
7146 2003-03-12  John Levon  <levon@movementarian.org>
7147
7148         * changes.C: put debug inside lyxerr.debugging() checks
7149
7150 2003-03-11 André Pönitz <poenitz@gmx.net>
7151
7152         * factory.C: make it aware of InsetHFill
7153
7154 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7155
7156         * buffer.C (latexParagraphs): move function from here...
7157         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7158         args.
7159
7160 2003-03-10  Angus Leeming  <leeming@lyx.org>
7161
7162         * LyXAction.C (init): fix bug in poplating array with multiple entries
7163         with the same LFUN (spotted by JMarc).
7164
7165 2003-03-10  John Levon  <levon@movementarian.org>
7166
7167         * text.C:
7168         * text2.C: move getColumnNearX() near its
7169         only call site
7170
7171 2003-03-10  John Levon  <levon@movementarian.org>
7172
7173         * text.C: fix break before a minipage
7174
7175 2003-03-10  John Levon  <levon@movementarian.org>
7176
7177         * text.C: fix the last commit
7178
7179 2003-03-09  John Levon  <levon@movementarian.org>
7180
7181         * lyxtext.h:
7182         * text.C:
7183         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7184         bug 365 (don't break before insets unless needed). Don't
7185         return a value > last under any circumstances.
7186
7187 2003-03-09  Angus Leeming  <leeming@lyx.org>
7188
7189         * BufferView_pimpl.C (trackChanges, dispatch): call
7190         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7191
7192 2003-03-09  Angus Leeming  <leeming@lyx.org>
7193
7194         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7195         than Dialogs::showAboutlyx().
7196
7197 2003-03-09  Angus Leeming  <leeming@lyx.org>
7198
7199         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7200         than Dialogs::showTabularCreate().
7201
7202 2003-03-09  John Levon  <levon@movementarian.org>
7203
7204         * lyxtext.h:
7205         * text.C:
7206         * text2.C: 3rd arg to nextBreakPoint was always the same.
7207           Use references.
7208
7209 2003-03-08  John Levon  <levon@movementarian.org>
7210
7211         * lyxrow.C:
7212         * paragraph.C:
7213         * paragraph.h:
7214         * rowpainter.C:
7215         * text.C:
7216         * text2.C: Remove the "main" bit from the "main body"
7217           notion.
7218
7219 2003-03-08  John Levon  <levon@movementarian.org>
7220
7221         * text.C (leftMargin): The left margin of an empty
7222         manual label paragraph should not include the label width
7223         string length.
7224
7225         * text.C (prepareToPrint): don't attempt to measure hfills
7226         for empty manual label paragraphs - the answer should be 0
7227
7228 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7229
7230         * CutAndPaste.C: remove commented code and reindent.
7231
7232 2003-03-08  John Levon  <levon@movementarian.org>
7233
7234         * lyxfunc.h:
7235         * lyxfunc.C: move reloadBuffer()
7236
7237         * BufferView.h:
7238         * BufferView.C: to here
7239
7240         * lyxvc.C: add comment
7241
7242         * vc-backend.h:
7243         * vc-backend.C: call bv->reload() to avoid
7244           getStatus() check on MENURELOAD
7245
7246 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7247
7248         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7249         to an old format .dep file.
7250
7251 2003-03-07  Angus Leeming  <leeming@lyx.org>
7252
7253         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7254         when the LFUN_MOUSE_RELEASE should have been handled by
7255         inset->localDispatch.
7256
7257 2003-03-07  Angus Leeming  <leeming@lyx.org>
7258
7259         * BufferView_pimpl.C (dispatch):
7260         * LyXAction.C (init):
7261         * ToolbarDefaults.C (init):
7262         * commandtags.h:
7263         * lyxfunc.C (getStatus):
7264         remove LFUN_INSET_GRAPHICS.
7265
7266         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7267
7268 2003-03-07  Angus Leeming  <leeming@lyx.org>
7269
7270         * commandtags.h:
7271         * LyXAction.C (init):
7272         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7273
7274         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7275
7276         * commandtags.h:
7277         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7278
7279         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7280         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7281
7282 2003-03-07  Angus Leeming  <leeming@lyx.org>
7283
7284         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7285         remove "ert".
7286
7287 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7288
7289         * ParagraphList.C (front): new function
7290         (back): implement
7291
7292 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7293
7294         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7295         and top_row_offset_. removed var first_y.
7296         * text.C (top_y):
7297         * text2.C (LyXText, removeRow):
7298         * text3.C:
7299         * BufferView_pimpl.C:
7300         use these methods instead of using first_y
7301
7302 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7303
7304         * text2.C (pasteSelection): adjust for checkPastePossible
7305
7306         * CutAndPaste.C: remove Paragraph * buf and replace with
7307         ParagraphList paragraphs.
7308         (DeleteBuffer): delete
7309         (cutSelection): change the tc type to textclass_type
7310         (copySelection): change the tc type to textclass_type
7311         (copySelection): adjust for ParagraphList
7312         (pasteSelection): change the tc type to textclass_type
7313         (pasteSelection): adjust for Paragraphlist
7314         (nrOfParagraphs): simplify for ParagraphList
7315         (checkPastePossible): simplify for ParagraphList
7316         (checkPastePossible): remove unused arg
7317
7318         * ParagraphList.C (insert): handle the case where there are no
7319         paragraphs yet.
7320
7321         * CutAndPaste.h: make CutAndPaste a namespace.
7322
7323         * text3.C (dispatch): adjust
7324
7325         * text.C (breakParagraph): add a ParagraphList as arg
7326
7327         * paragraph_funcs.C (breakParagraph): change to take a
7328         BufferParams and a ParagraphList as args.
7329         (breakParagraphConservative): ditto
7330         (mergeParagraph): ditto
7331         (TeXDeeper): add a ParagraphList arg
7332         (TeXEnvironment): ditto
7333         (TeXOnePar): ditto
7334
7335         * buffer.C (readLyXformat2): adjust
7336         (insertStringAsLines): adjust
7337         (latexParagraphs): adjust
7338
7339         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7340         (cutSelection): adjust
7341         (pasteSelection): adjust
7342
7343         * BufferView_pimpl.C (insertInset): adjust
7344
7345 2003-03-05  Angus Leeming  <leeming@lyx.org>
7346
7347         * commandtags.h:
7348         * LyXAction.C (init):
7349         * BufferView_pimpl.C (dispatch):
7350         * lyxfunc.C (getStatus):
7351         remove LFUN_CHILD_INSERT.
7352
7353         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7354
7355 2003-03-05  Angus Leeming  <leeming@lyx.org>
7356
7357         * commandtags.h:
7358         * LyXAction.C (init):
7359         * src/factory.C (createInset):
7360         * lyxfunc.C (getStatus):
7361         * text3.C (dispatch):
7362         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7363
7364         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7365
7366 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7367
7368         * ParagraphList.C (insert): handle insert right before end()
7369         (erase): fix cases where it can be first or last paragraph.
7370
7371 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7372
7373         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7374         Paragraph::next and Paragraph::previous
7375         (TeXOnePar): ditto
7376
7377         * text.C (breakParagraph): adjust
7378
7379         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7380         BufferParams& as arg.
7381         (breakParagraph): use ParagraphList::insert
7382         (breakParagraphConservative): take a Buffer* instead of a
7383         BufferParams& as arg.
7384         (breakParagraphConservative): use ParagraphList::insert.
7385
7386         * buffer.C (insertStringAsLines): un-const it
7387         (insertStringAsLines): adjust
7388
7389         * ParagraphList.C (insert): new function
7390
7391         * CutAndPaste.C (pasteSelection): adjust
7392
7393         * text.C (backspace): adjust
7394
7395         * tabular.C (SetMultiColumn): adjust
7396
7397         * CutAndPaste.C (cutSelection): adjust
7398         (pasteSelection): adjust
7399
7400         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7401         Buffer const * as arg
7402
7403         * ParagraphList.C (erase): new function
7404         * paragraph_funcs.C (mergeParagraph): use it
7405         (mergeParagraph): make it take a Buffer* instead of a
7406         BufferParams* as arg
7407
7408         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7409         as arg
7410         (breakParagraphConservative): ditto
7411
7412         * paragraph.h: remove the breakParagraph friend
7413
7414         * paragraph.C (eraseIntern): new function
7415         (setChange): new function
7416
7417         * paragraph_funcs.C (mergeParagraph): make it take a
7418         ParagraphList::iterator instead of a Paragraph *, adjust
7419         accordingly.
7420
7421         * paragraph.h: move an #endif so that the change tracking stuff
7422         also works in the NO_NEXT case.
7423
7424 2003-03-04  Angus Leeming  <leeming@lyx.org>
7425
7426         * commandtags.h:
7427         * LyXAction.C: new LFUN_INSET_MODIFY.
7428
7429         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7430         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7431
7432 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7433
7434         * several files: ws changes only
7435
7436         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7437         (TeXEnvironment): ditto
7438         (TeXDeeper): ditto
7439
7440         * buffer.C (makeLaTeXFile): adjust
7441         (latexParagraphs): make it take ParagraphList::iterator as args
7442
7443 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7444
7445         * buffer.C (latexParagraphs): adjust
7446
7447         * paragraph.C (TeXOnePar): move function...
7448         (optArgInset): move function...
7449         (TeXEnvironment): move function...
7450         * paragraph_pimpl.C (TeXDeeper): move function...
7451         * paragraph_funcs.C: ...here
7452
7453         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7454
7455 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7456
7457         * buffer.C (readInset): remove compability code for old Figure and
7458         InsetInfo insets
7459
7460 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7461
7462         * buffer.C: ws changes
7463         (readInset):
7464
7465         * BufferView_pimpl.C: ditto
7466         * author.C: ditto
7467         * buffer.h: ditto
7468         * bufferlist.h: ditto
7469         * changes.h: ditto
7470         * lyxfunc.C: ditto
7471
7472 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7473
7474         * converter.[Ch]: split into itself +
7475         * graph.[Ch]
7476         * format.[Ch]
7477         * Makefile.am: += graph.[Ch] + format.[Ch]
7478         * MenuBackend.C
7479         * buffer.C
7480         * exporter.C
7481         * importer.C
7482         * lyx_main.C
7483         * lyxfunc.C
7484         * lyxrc.C: added #include "format.h"
7485
7486 2003-02-27  Angus Leeming  <leeming@lyx.org>
7487
7488         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7489           a label.
7490
7491         * factory.C (createInset): add "label" to the factory.
7492
7493         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7494           string and do no more.
7495
7496 2003-02-27  Angus Leeming  <leeming@lyx.org>
7497
7498         * commandtags.h:
7499         * LyXAction.C (init):
7500         * factory.C (createInset):
7501         * BufferView_pimpl.C (dispatch):
7502           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7503
7504         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7505
7506         * lyxfunc.C (dispatch):
7507         * text3.C (dispatch): pass name to params2string.
7508
7509 2003-02-26  Angus Leeming  <leeming@lyx.org>
7510
7511         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7512           blocks together.
7513           Rearrange the ~includes. Strip out the unnecessary ones.
7514
7515         * factory.C (createInset): reformat.
7516           create new insets for the various LFUN_XYZ_APPLY lfuns.
7517
7518 2003-02-26  John Levon  <levon@movementarian.org>
7519
7520         * lyxrow.h:
7521         * lyxrow.C: add isParStart,isParEnd helpers
7522
7523         * paragraph.h: make isInserted/DeletedText take refs
7524
7525         * paragraph_funcs.h:
7526         * paragraph_funcs.C: remove #if 0'd code
7527
7528         * lyxtext.h:
7529         * text3.C:
7530         * text2.C:
7531         * text.C: use lyxrow helpers above.
7532           Move draw and paint routines to RowPainter.
7533           Make several methods use refs not pointers.
7534           Make backgroundColor() const.
7535           Add markChangeInDraw(), isInInset().
7536           Merge changeRegionCase into changeCase.
7537           Make workWidth() shouldn't-happen code into an Assert.
7538
7539         * rowpainter.h:
7540         * rowpainter.C: new class for painting a row.
7541
7542         * vspace.h:
7543         * vspace.C: make inPixels take a ref
7544
7545 2003-02-26  Angus Leeming  <leeming@lyx.org>
7546
7547         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7548         LFUN_REF_APPLY.
7549
7550 2003-02-25  John Levon  <levon@movementarian.org>
7551
7552         * ispell.C: give the forked command a more accurate name
7553
7554 2003-02-22  John Levon  <levon@movementarian.org>
7555
7556         * toc.h:
7557         * toc.C: make TocItem store an id not a Paragraph *
7558           (bug #913)
7559
7560 2003-02-21  Angus Leeming  <leeming@lyx.org>
7561
7562         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7563           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7564           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7565           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7566           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7567           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7568
7569         * BufferView_pimpl.C (dispatch):
7570         * LyXAction.C (init):
7571         * factory.C (createInset):
7572         * lyxfunc.C (getStatus, dispatch):
7573         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7574
7575 2003-02-21  Angus Leeming  <leeming@lyx.org>
7576
7577         * BufferView_pimpl.C (MenuInsertLyXFile):
7578         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7579         * lyxfunc.C (menuNew, open, doImport):
7580           no longer pass a LyXView & to fileDlg.
7581
7582 2003-02-21  Angus Leeming  <leeming@lyx.org>
7583
7584         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7585         * LyXAction.C: change, BIBKEY to BIBITEM.
7586         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7587         Change InsetBibKey to InsetBibitem.
7588         Change BIBKEY_CODE to BIBITEM_CODE.
7589         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7590         * factory.C: replace insetbib.h with insetbibitem.h.
7591         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7592         * paragraph.C: replace insetbib.h with insetbibitem.h.
7593         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7594         Change bibkey() to bibitem().
7595         * text.C: remove insetbib.h.
7596         * text2.C: replace insetbib.h with insetbibitem.h.
7597         change bibkey() to bibitem().
7598         * text3.C: remove insetbib.h.
7599         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7600
7601 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7602
7603         * lyxrc.C (output): enclose user email in quotes (in case there are
7604         several words)
7605
7606 2003-02-18  John Levon  <levon@movementarian.org>
7607
7608         * buffer.h: add std::
7609
7610 2003-02-17  John Levon  <levon@movementarian.org>
7611
7612         * SpellBase.h:
7613         * ispell.h:
7614         * ispell.C:
7615         * pspell.h:
7616         * pspell.C: reworking. Especially in ispell, a large
7617           number of clean ups and bug fixes.
7618
7619         * lyxfunc.C: fix revert to behave sensibly
7620
7621 2003-02-17 André Pönitz <poenitz@gmx.net>
7622
7623         * LyXAction.C:
7624         * commandtags.h: new LFUN_INSERT_BIBKEY
7625
7626         * layout.h:
7627         * lyxlayout.C:
7628         * buffer.C:
7629         * factory.C:
7630         * text.C:
7631         * text2.C:
7632         * text3.C:
7633         * paragraph.[Ch]:
7634         * paragraph_func.C: remove special bibkey handling
7635
7636 2003-02-17  John Levon  <levon@movementarian.org>
7637
7638         * text.C (Delete): fix case where delete at the end of
7639           the very first paragraph would not merge the pars
7640
7641 2003-02-17  John Levon  <levon@movementarian.org>
7642
7643         * lyxrow.C: fix lastPrintablePos()
7644
7645 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7646
7647         * bufferparams.C (writeLaTeX): add a std:here
7648
7649         * buffer.C: and remove a using directive there
7650
7651 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7652
7653         * buffer.C (makeLaTeXFile): move the code that generates the
7654           preamble...
7655
7656         * bufferparams.C (writeLaTeX): ... in this new method
7657
7658         * LaTeXFeatures.C (getEncodingSet): make const
7659           (getLanguages): make const
7660
7661         * MenuBackend.C (binding): returns the binding associated to this
7662           action
7663           (add): sets the status of each item by calling getStatus. Adds
7664           some intelligence.
7665           (read): add support for OptSubMenu
7666           (expand): remove extra separator at the end of expanded menu
7667
7668 2003-02-15  John Levon  <levon@movementarian.org>
7669
7670         * BufferView.C:
7671         * BufferView_pimpl.C:
7672         * bufferlist.h:
7673         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7674           inset code that had no actual effect. Remove unneeded status
7675           code.
7676
7677 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7678
7679         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7680           in preamble
7681
7682 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7683
7684         * text.C (drawLengthMarker): also draw an arrow marker for
7685           symbolic lengths (medskip...)
7686
7687 2003-02-14  John Levon  <levon@movementarian.org>
7688
7689         * tabular.h:
7690         * tabular.C: better method names
7691
7692 2003-02-14  John Levon  <levon@movementarian.org>
7693
7694         * BufferView_pimpl.C:
7695         * bufferlist.C:
7696         * buffer.C:
7697         * converter.C:
7698         * lyx_cb.C:
7699         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7700           it's a more accurate name. Remove some pointless uses.
7701
7702 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7703
7704         * text2.C (LyXText): change order of initilizers to shut off
7705           warnings
7706
7707 2003-02-14  John Levon  <levon@movementarian.org>
7708
7709         * buffer.C: use ParIterator for getParFromID()
7710
7711         * paragraph.h:
7712         * paragraph.C:
7713         * paragraph_pimpl.h:
7714         * paragraph_pimpl.C: remove unused getParFromID()
7715
7716 2003-02-14  John Levon  <levon@movementarian.org>
7717
7718         * buffer.C: remove some very old #if 0'd parse code
7719
7720 2003-02-13  John Levon  <levon@movementarian.org>
7721
7722         * text.h:
7723         * text.C:
7724         * text2.C: move hfillExpansion(), numberOfSeparators(),
7725           rowLast(), rowLastPrintable(), numberofHfills(),
7726           numberOfLabelHfills() ...
7727
7728         * lyxrow.h:
7729         * lyxrow.C: ... to member functions here.
7730
7731         * paragraph.h:
7732         * paragraph.C:
7733         * lyxtext.h:
7734         * text.C: remove LyXText::beginningOfMainBody(), and call
7735           p->beginningOfMainBody() directly. Move the check for
7736           LABEL_MANUAL into the latter.
7737
7738         * text.h:
7739         * text.C:
7740         * text2.C:
7741         * vspace.C:
7742         * BufferView.h:
7743         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7744
7745         * text.h:
7746         * text.C:
7747         * text2.C:
7748         * text3.C:
7749         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7750           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7751
7752 2003-02-13  John Levon  <levon@movementarian.org>
7753
7754         * CutAndPaste.C: remove debug
7755
7756 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7757
7758         * paragraph.C (asString): remove two unused variables
7759
7760         * lyxtextclass.C (readTitleType):
7761           (Read):
7762           (LyXTextClass): handle new members titletype_ and titlename_
7763
7764         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7765
7766 2003-02-09  John Levon  <levon@movementarian.org>
7767
7768         * buffer.h:
7769         * buffer.C: replace hand-coded list with a map for the dep clean
7770
7771 2003-02-08  John Levon  <levon@movementarian.org>
7772
7773         * LaTeX.C: consolidate code into showRunMessage() helper
7774
7775 2003-02-08  John Levon  <levon@movementarian.org>
7776
7777         * lyxfind.C:
7778         * lyxtext.h:
7779         * text2.C:
7780         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7781           and pass the size in explicitly
7782
7783         * BufferView_pimpl.h:
7784         * BufferView_pimpl.C:
7785         * BufferView.h:
7786         * BufferView.C: add getCurrentChange()
7787
7788         * BufferView_pimpl.h:
7789         * BufferView_pimpl.C: handle change lfuns
7790
7791         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7792           for changes. Mark pasted paragraphs as new.
7793
7794         * support/lyxtime.h:
7795         * support/lyxtime.C:
7796         * DepTable.C: abstract time_t as lyx::time_type
7797
7798         * LColor.h:
7799         * LColor.C: add colours for new text, deleted text, changebars
7800
7801         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7802           package use "usenames" option.
7803
7804         * commandtags.h:
7805         * lyxfunc.C:
7806         * LyXAction.C: add change lfuns
7807
7808         * Makefile.am:
7809         * author.h:
7810         * author.C: author handling
7811
7812         * buffer.h:
7813         * buffer.C: add a per-buffer author list, with first entry as
7814           current author. Handle new .lyx tokens for change tracking. Output
7815           author list to .lyx file. Output dvipost stuff to .tex preamble.
7816           Bump lyx format to 222.
7817
7818         * bufferlist.h:
7819         * bufferlist.C: add setCurrentAuthor() to reset current author details
7820           in all buffers.
7821
7822         * bufferparams.h:
7823         * bufferparams.C: add param for tracking
7824
7825         * bufferview_funcs.C: output change info in minibuffer
7826
7827         * Makefile.am:
7828         * changes.h:
7829         * changes.C: add change-tracking structure
7830
7831         * debug.h:
7832         * debug.C: add CHANGES debug flag
7833
7834         * lyxfind.h:
7835         * lyxfind.C: add code for finding the next change piece
7836
7837         * lyxrc.h:
7838         * lyxrc.C: add user_name and user_email
7839
7840         * lyxrow.h:
7841         * lyxrow.C: add a metric for the top of the text line
7842
7843         * lyxtext.h:
7844         * text.C: implement accept/rejectChange()
7845
7846         * lyxtext.h:
7847         * text.C: paint changebars. Paint new/deleted text in the chosen
7848         colours. Strike through deleted text.
7849
7850         * paragraph.h:
7851         * paragraph.C:
7852         * paragraph_pimpl.h:
7853         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7854           in the current change to the insert functions. Rework erase to
7855           mark text as deleted, adding an eraseIntern() and a range-based
7856           erase(). Implement per-paragraph change lookup and
7857           accept/reject.
7858
7859         * paragraph_funcs.C: Fixup paste for change tracking.
7860
7861         * tabular.C: mark added row/columns as new.
7862
7863         * text.C: fix rowLast() to never return -1. Don't allow
7864           spellchecking of deleted text. Track transpose changes. Don't
7865           allow paragraph break or merge where appropriate.
7866
7867         * text2.C: leave cursor at end of selection after a cut.
7868
7869 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7870
7871         * text.C (getLengthMarkerHeight):
7872         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7873         visible on screen too.
7874
7875 2003-02-07  John Levon  <levon@movementarian.org>
7876
7877         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7878
7879 2003-02-05  Angus Leeming  <leeming@lyx.org>
7880
7881         * lyxserver.C (read_ready): revert my patch of 11 September last year
7882         as it sends PC cpu through the roof. Presumably this means that
7883         the lyxserver will no longer run on an Alpha...
7884
7885 2003-01-30  Angus Leeming  <leeming@lyx.org>
7886
7887         * factory.C (createInset): create an InsetCommandParam of type "index"
7888         and use it to 'do the right thing'.
7889
7890         * text2.C (getStringToIndex): ensure that cursor position is always
7891         reset to the reset_cursor position.
7892
7893 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7894
7895         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7896         disabled.
7897
7898 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7899
7900         * bufferview.C:
7901         * lyxcb.C:
7902         * lyxfunc.C: Output messages with identical spelling, punctuation,
7903         and spaces
7904
7905 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7906
7907         * MenuBackend.C (expandFormats): List only viewable export formats
7908         in "View" menu
7909
7910         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7911         message
7912
7913         * lyxfunc.C (getStatus): Make sure that formats other than
7914         "fax" can also be disabled
7915
7916 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7917
7918         * text3.C (dispatch): put the lfuns that insert insets in 3
7919         groups, and call doInsertInset with appropriate arguments.
7920         (doInsertInset): new function, that creates an inset and inserts
7921         it according to some boolean parameters.
7922
7923 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7924
7925         * buffer.C (readFile): remember to pass on 'par' when calling
7926         readFile recursively.
7927
7928 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7929
7930         * MenuBackend.C (expandFormats): add "..." to import formats.
7931
7932 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7933
7934         * paragraph.C (asString): Remove XForms RTL hacks.
7935
7936 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7937         * buffer.C: fix typo
7938
7939 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7940
7941         * Makefile.am (LIBS): delete var
7942         (lyx_LDADD): add @LIBS@ here instead.
7943
7944 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7945
7946         * Clarify the meaning of "wheel mouse jump"
7947
7948 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7949
7950         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7951         tabular in a float
7952
7953 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7954
7955         * importer.C (Loaders): do not preallocate 3 elements in the
7956         vector, since one ends up with 6 elements otherwise
7957
7958 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7959
7960         * DepTable.C (write): write the file name as last element of the
7961         .dep file (because it may contain spaces)
7962         (read): read info in the right order
7963
7964 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7965
7966         * paragraph_pimpl.C (simpleTeXBlanks):
7967         (simpleTeXSpecialChars):
7968         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7969
7970         * tabular.C (latex): add some missing case statements. Reindent.
7971
7972         * MenuBackend.C (expandToc): remove unused variable.
7973
7974 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7975
7976         * LColor.C:
7977         * LaTeX.C:
7978         * LyXAction.C:
7979         * MenuBackend.C:
7980         * buffer.C:
7981         * exporter.C:
7982         * lyxfunc.C:
7983         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7984         and the like.
7985
7986 2003-01-05  John Levon  <levon@movementarian.org>
7987
7988         * BufferView.h:
7989         * BufferView.C: add getEncoding()
7990
7991         * kbsequence.h:
7992         * kbsequence.C: do not store last keypress
7993
7994         * lyxfunc.h:
7995         * lyxfunc.C: store last keypress here instead. Pass encoding
7996           to getISOEncoded()
7997
7998 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7999
8000         * lyx_main.C (init): remove annoying error message when following
8001         symbolic links (bug #780)
8002
8003 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8004
8005         * text.C (insertChar):
8006         * lyxrc.C (getDescription): remove extra spaces
8007
8008 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8009
8010         * lyxrc.C (getDescription): remove extra spaces
8011
8012 2002-12-20  John Levon  <levon@movementarian.org>
8013
8014         * text3.C: hack fix for page up/down across tall rows
8015
8016 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8017
8018         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8019         not been invoked
8020
8021 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8022
8023         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8024         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8025         thesaurus is not compiled in
8026
8027 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8028
8029         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8030
8031 2002-12-16  Angus Leeming  <leeming@lyx.org>
8032
8033         * lyxrc.[Ch]:
8034         * lyx_main.C (init): remove override_x_deadkeys stuff.
8035
8036 2002-12-12  John Levon  <levon@movementarian.org>
8037
8038         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8039           insert. Only remove shift modifier under strict
8040           circumstances.
8041
8042 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8043
8044         * MenuBackend.C (expandToc): fix crash.
8045
8046 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8047
8048         * MenuBackend.C (expandToc): gettext on float names.
8049
8050 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8051
8052         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8053         implement bool empty() [bug 490]
8054
8055 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8056
8057         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8058
8059 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8060
8061         * several files: ws changes
8062
8063 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8064
8065         * text2.C (setCounter): clean up a bit, use boost.format.
8066         (updateCounters): initialize par upon declaration.
8067
8068         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8069         if the layout exists. We do not just store the layout any more.
8070         (SwitchLayoutsBetweenClasses): use boost.format
8071
8072 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8073
8074         * converter.C (convert): if from and to files are the same, use a
8075         temporary files as intermediary
8076
8077 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8078
8079         * commandtags.h:
8080         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8081
8082 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8083
8084         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8085
8086 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8087
8088         * tabular.C (asciiPrintCell): use string(size, char) instead of
8089         explicit loop.
8090
8091         * sgml.C (openTag): fix order of arguments to string constructor
8092         (closeTag): ditto
8093
8094         * lyxfunc.C (dispatch): use boost.format
8095
8096         * lots of files: change "c" -> 'c'
8097
8098 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8099
8100         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8101
8102 2002-11-25  Angus Leeming  <leeming@lyx.org>
8103
8104         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8105
8106         * lyx_main.C (init): compile fix.
8107
8108 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8109
8110         * lyx_cb.C (start): boost.formatify
8111         do not include <iostream>
8112
8113         * lengthcommon.C: ws only
8114
8115         * boost-inst.C,BoostFormat.h: add more explict instantations
8116
8117 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8118
8119         * lots of files: handle USE_BOOST_FORMAT
8120
8121 2002-11-21  John Levon  <levon@movementarian.org>
8122
8123         * pspell.C: fix compile
8124
8125 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8126
8127         * lyxfunc.C (dispatch): use boost::format
8128         (open): ditto
8129         (doImport): ditto
8130
8131         * lyxfont.C (stateText): use boost::format
8132
8133         * lyx_main.C (LyX): use boost::format
8134         (init): ditto
8135         (queryUserLyXDir): ditto
8136         (readRcFile): ditto
8137         (parse_dbg): ditto
8138         (typedef boost::function): use the recommened syntax.
8139
8140         * importer.C (Import): use boost::format
8141
8142         * debug.C (showLevel): use boost::format
8143
8144         * converter.C (view): use boost::format
8145         (convert): ditto
8146         (move): ditto
8147         (scanLog): ditto
8148
8149         * bufferview_funcs.C (currentState): use boost::format
8150
8151         * bufferlist.C (emergencyWrite): use boost::format
8152
8153         * buffer.C (readLyXformat2): use boost::format
8154         (parseSingleLyXformat2Token): ditto
8155
8156         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8157
8158         * LaTeX.C (run): use boost::format
8159
8160         * Chktex.C (scanLogFile): use boost::format
8161
8162         * BufferView_pimpl.C (savePosition): use boost::format
8163         (restorePosition): ditto
8164         (MenuInsertLyXFile): ditto
8165
8166         * BoostFormat.h: help file for explicit instation.
8167
8168 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8169
8170         * tabular.C (latex): Support for block alignment in fixed width
8171         columns.
8172
8173 2002-11-17  John Levon  <levon@movementarian.org>
8174
8175         * BufferView_pimpl.C:
8176         * lyx_cb.C:
8177         * lyxfunc.C: split filedialog into open/save
8178
8179 2002-11-08  Juergen Vigna  <jug@sad.it>
8180
8181         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8182         by my last patch (hopefully).
8183
8184 2002-11-08  John Levon  <levon@movementarian.org>
8185
8186         * iterators.h:
8187         * iterators.C:
8188         * buffer.h:
8189         * buffer.C:
8190         * paragraph.h:
8191         * paragraph.C:
8192         * toc.h:
8193         * toc.C: ParConstIterator, and use it (from Lars)
8194
8195 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8196
8197         * lyxtextclass.[Ch]: revise and add doxygen comments
8198
8199 2002-11-07  John Levon  <levon@movementarian.org>
8200
8201         * text.C: fix progress value for spellchecker
8202
8203         * toc.C: fix navigate menu for insetwrap inside minipage
8204
8205         * paragraph_funcs.C: added FIXME for suspect code
8206
8207 2002-11-07  John Levon  <levon@movementarian.org>
8208
8209         * BufferView_pimpl.C: fix redrawing of insets
8210           on buffer switch
8211
8212 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8213
8214         * text2.C (updateCounters): fix bug 668
8215
8216 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8217
8218         * text3.C (dispatch): Do not make the buffer dirty when moving the
8219         cursor.
8220
8221 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8222
8223         * vc-backend.C: STRCONV
8224         (scanMaster): ditto
8225
8226         * text2.C (setCounter): STRCONV
8227
8228         * paragraph.C (asString): STRCONV
8229
8230         * lyxlength.C (asString): STRCONV
8231         (asLatexString): ditto
8232
8233         * lyxgluelength.C (asString): STRCONV
8234         (asLatexString): ditto
8235
8236         * lyxfunc.C (dispatch): STRCONV
8237         (open): ditto
8238
8239         * lyxfont.C (stateText): STRCONV
8240
8241         * importer.C (Import): STRCONV
8242
8243         * counters.C (labelItem): STRCONV
8244         (numberLabel): ditto
8245         (numberLabel): remove unused ostringstream o
8246
8247         * chset.C: STRCONV
8248         (loadFile): ditto
8249
8250         * bufferview_funcs.C (currentState): STRCONV
8251
8252         * buffer.C (readFile): STRCONV
8253         (asciiParagraph): ditto
8254         (makeLaTeXFile): ditto
8255
8256         * Spacing.C (writeEnvirBegin): STRCONV
8257
8258         * LaTeXFeatures.C (getLanguages): STRCONV
8259         (getPackages): ditto
8260         (getMacros): ditto
8261         (getBabelOptions): ditto
8262         (getTClassPreamble): ditto
8263         (getLyXSGMLEntities): ditto
8264         (getIncludedFiles): ditto
8265
8266         * LaTeX.C: STRCONV
8267         (run): ditto
8268         (scanAuxFile): ditto
8269         (deplog): ditto
8270
8271         * LString.h: add the STRCONV macros
8272
8273         * BufferView_pimpl.C (savePosition): STRCONV
8274         (restorePosition): ditto
8275         (MenuInsertLyXFile): ditto
8276
8277         * vc-backend.C (scanMaster): change from submatch[...] to
8278         submatch.str(...)
8279
8280         * funcrequest.C: include config.h
8281
8282         * factory.C: include config.h
8283
8284         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8285
8286         * box.C: include config.h
8287
8288         * LaTeX.C (scanAuxFile): change from submatch[...] to
8289         submatch.str(...)
8290         (deplog): ditto
8291
8292 2002-10-25  Angus Leeming  <leeming@lyx.org>
8293
8294         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8295
8296         * ispell.[Ch] (setError): new method.
8297         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8298         Use setError() insetead of goto END.
8299
8300         * lyx_cb.C (AutoSave): move out child process into new class
8301         AutoSaveBuffer.
8302
8303 2002-10-30  John Levon  <levon@movementarian.org>
8304
8305         * text3.C: make start appendix undoable
8306
8307 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8308
8309         * lyxlength.C (inPixels): Fix returned value.
8310
8311         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8312         environment.
8313
8314 2002-10-24  Angus Leeming  <leeming@lyx.org>
8315
8316         * lyxgluelength.h: no need to forward declare BufferParams
8317         or BufferView, so don't.
8318
8319 2002-10-21  John Levon  <levon@movementarian.org>
8320
8321         * BufferView.C: menuUndo ->undo, redo
8322
8323         * BufferView.h: document, remove dead, make some methods private
8324
8325         * paragraph_funcs.h:
8326         * paragraph_funcs.C:
8327         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8328
8329         * buffer.h:
8330         * buffer.C:
8331         * sgml.h:
8332         * sgml.C: move sgml open/close tag into sgml.C
8333
8334         * bufferview_funcs.h: unused prototype
8335
8336         * lyxfunc.h:
8337         * lyxfunc.C: remove unused
8338
8339         * lyxtext.h:
8340         * text.C: remove unused
8341
8342 2002-10-21  John Levon  <levon@movementarian.org>
8343
8344         * BufferView.h:
8345         * BufferView.C:
8346         * BufferView_pimpl.h:
8347         * BufferView_pimpl.C: fix mouse wheel handling based on
8348           patch from Darren Freeman
8349
8350 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8351
8352         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8353
8354 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8355
8356         * lyxlength.C (inPixels): Fix hanfling of negative length.
8357         Fix LyXLength::MU case.
8358
8359 2002-10-16  John Levon  <levon@movementarian.org>
8360
8361         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8362
8363 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8364
8365         * converter.C (view): add support for $$i (file name) and $$p
8366         (file path) for the viewer command. If $$i is not specified, then
8367         it is appended to the command (for compatibility with old syntax)
8368
8369 2002-10-14  Juergen Vigna  <jug@sad.it>
8370
8371         * undo_funcs.C (textHandleUndo): alter the order in which the
8372         new undopar is added to the LyXText, as we have to set first
8373         the right prev/next and then add it as otherwise the rebuild of
8374         LyXText is not correct. Also reset the cursor to the right paragraph,
8375         with this IMO we could remove the hack in "redoParagraphs()".
8376
8377 2002-10-09  Angus Leeming  <leeming@lyx.org>
8378
8379         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8380         to turn off an optimisation if a new inset is to be inserted.
8381
8382 2002-10-11 André Pönitz <poenitz@gmx.net>
8383
8384         * lyxtext.h: make some functions public to allow access
8385         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8386
8387 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8388
8389         * text3.C (dispatch): when changing layout, avoid an infinite loop
8390         [bug #652]
8391
8392 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8393
8394         * lyxrc.C (read): treat a viewer or converter command of "none" as
8395         if it were empty.
8396
8397         * MenuBackend.C (expandFormats): for an update, also allow the
8398         formats that are not viewable
8399
8400         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8401         script if it is newer than the lyxrc.defaults in user directory
8402
8403 2002-10-07 André Pönitz <poenitz@gmx.net>
8404
8405         * text.C: Vitaly Lipatov's small i18n fix
8406
8407 2002-09-25  Angus Leeming  <leeming@lyx.org>
8408
8409         * ispell.h: doxygen fix.
8410
8411 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8412
8413         * buffer.h (readFile): Add a new argument to the method, to allow
8414         reading of old-format templates.
8415
8416 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8417
8418         * toc.C (getTocList): Get TOC from InsetWrap.
8419
8420 2002-09-16  John Levon  <levon@movementarian.org>
8421
8422         * lyxfunc.C: check tabular for cut/copy too
8423
8424 2002-09-12  John Levon  <levon@movementarian.org>
8425
8426         * LyXAction.C: tidy
8427
8428         * factory.h:
8429         * factory.C: add header
8430
8431         * paragraph_funcs.h:
8432         * paragraph_funcs.C: cleanup
8433
8434 2002-09-11  John Levon  <levon@movementarian.org>
8435
8436         * PrinterParams.h: odd/even default to true
8437
8438 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8439
8440         * PrinterParams.h: update printer parameters for new xforms dialog
8441
8442 2002-09-11  Angus Leeming  <leeming@lyx.org>
8443
8444         * lyxserver.C (read_ready): re-write to make it more transparent
8445         and to make it work in coherent fashion under Tru64 Unix.
8446
8447 2002-09-11  André Pönitz <poenitz@gmx.net>
8448
8449         * commandtags.h:
8450         * LyXAction.C:
8451         * text3.C: implement LFUN_WORDSEL
8452
8453 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8454
8455         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8456         make floatlist_ a boost::shared_ptr<FloatList>
8457
8458         * lyxtextclass.C: include FloatList.h
8459         (LyXTextClass): initialize floatlist_
8460         (TextClassTags): add TC_NOFLOAT
8461         (Read): match "nofloat" to TC_NOFLOAT and use it.
8462         (readFloat): modify call to floatlist_
8463         (floats): ditto
8464         (floats): ditto
8465
8466         * FloatList.[Ch] (FloatList): remove commented out float
8467         initialization.
8468         (erase): new function
8469
8470 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8471
8472         * MenuBackend.C (expandToc): fix crash when there is no document
8473         open
8474
8475 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8476
8477         * many files: Add insetwrap.
8478
8479 2002-09-09  John Levon  <levon@movementarian.org>
8480
8481         * text2.C: remove confusing and awkward depth wraparound
8482
8483 2002-09-09  John Levon  <levon@movementarian.org>
8484
8485         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8486
8487         * buffer.h:
8488         * buffer.C: remove getIncludeonlyList()
8489
8490         * paragraph.C:
8491         * lyxfunc.C: remove headers
8492
8493 2002-09-09  Juergen Vigna  <jug@sad.it>
8494
8495         * text.C (getColumnNearX): fix form Michael this is most
8496         probably a cut&paste bug.
8497
8498 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8499
8500         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8501
8502         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8503         references, ws changes.
8504
8505         * text2.C (init): update counters after init
8506         (insertParagraph): no need to set counter on idividual paragraphs.
8507         (setCounter): access the counters object in the textclass object
8508         on in the buffer object.
8509         (updateCounters): ditto
8510
8511         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8512         shared_ptr<Counters> to avoid loading counters.h in all
8513         compilation units.
8514         (LyXTextClass): initialize ctrs_
8515         (TextClassTags): add TC_COUNTER, and ...
8516         (Read): use it here.
8517         (CounterTags): new tags
8518         (readCounter): new function
8519         (counters): new funtion
8520         (defaultLayoutName): return a const reference
8521
8522         * counters.C (Counters): remove contructor
8523         (newCounter): remove a couple of unneeded statements.
8524         (newCounter): simplify a bit.
8525         (numberLabel): some small formatting changes.
8526
8527         * buffer.[Ch]: remove all traces of counters, move the Counters
8528         object to the LyXTextClass.
8529
8530 2002-09-06  Alain Castera  <castera@in2p3.fr>
8531
8532         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8533         package to set the horizontal alignment on fixed width columns.
8534
8535         * lyx_sty.C:
8536         * lyx_sty.h: added tabularnewline macro def.
8537
8538         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8539
8540 2002-09-06  John Levon  <levon@movementarian.org>
8541
8542         * LyXAction.C: tooltips for sub/superscript
8543
8544         * MenuBackend.C: a bit more verbose
8545
8546         * lyxfunc.C: tiny clean
8547
8548         * undo_funcs.C: document undo_frozen
8549
8550 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8551
8552         * counters.C (Counters): add missing algorithm counter.
8553
8554         * text2.C (setCounter): lookup the counter with layouts latexname
8555         instead of by section number.
8556         (setCounter): use a hackish way to lookup the correct enum
8557         counter.
8558         a float name->type change
8559         reset enum couners with counter name directly instead of depth value.
8560
8561         * counters.C (Counters): remove the push_backs, change to use the
8562         float type not the float name.
8563         (labelItem): remove unused string, float name->type change
8564
8565         * counters.h: don't include vector, loose the enums and sects vectors
8566
8567 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8568
8569         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8570         (Read): add float->TC_FLOAT to textclassTags
8571         (Read): and handle it in the switch
8572         (readFloat): new function
8573
8574         * FloatList.C (FloatList): comment out the hardcoded float
8575         definitions.
8576
8577         * lyxlayout.h: ws change.
8578
8579 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8580
8581         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8582
8583 2002-09-03  Angus Leeming  <leeming@lyx.org>
8584
8585         * BufferView_pimpl.h: qualified name is not allowed in member
8586         declaration: WorkArea & Pimpl::workarea() const;
8587
8588         * factory.C: added using std::endl directive.
8589
8590         * text3.C: added using std::find and std::vector directives.
8591
8592 2002-08-29  André Pönitz <poenitz@gmx.net>
8593
8594         * lyxtext.h:
8595         * text2.C: remove unused member number_of_rows
8596
8597         * Makefile.am:
8598         * BufferView2.C: remove file, move contents to...
8599         * BufferView.C: ... here
8600
8601         * BufferView_pimpl.C:
8602         * factory.C: move more inset creation to factory
8603
8604         * vspace.C: avoid direct usage of LyXText, ws changes
8605
8606         * BufferView.[Ch]:
8607                 don't provide direct access to WorkArea, use two simple
8608                 acessors haveSelction() and workHeight() instead
8609
8610
8611 2002-08-29  John Levon  <levon@movementarian.org>
8612
8613         * BufferView_pimpl.C (dispatch): do not continue when
8614           no buffer
8615
8616 2002-08-28  André Pönitz <poenitz@gmx.net>
8617
8618         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8619
8620         * BufferView.h:
8621         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8622
8623 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8624
8625         * buffer.C: increment LYX_FORMAT to 221
8626
8627         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8628         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8629
8630         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8631
8632         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8633
8634 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8635
8636         * factory.C (createInset): use LyXTextClass::floats
8637
8638         * MenuBackend.C (expandFloatListInsert):
8639         (expandFloatInsert):
8640         (expandToc):
8641
8642         * text2.C (setCounter):
8643
8644         * LaTeXFeatures.C (useFloat):
8645         (getFloatDefinitions):
8646
8647         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8648
8649         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8650         floatlist_, with accessor floats().
8651
8652         * FloatList.h: remove global FloatList
8653
8654 2002-08-26  André Pönitz <poenitz@gmx.net>
8655
8656         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8657
8658         * BufferView.h:
8659         * BufferView2.C:
8660         * BufferView_pimpl.C:
8661         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8662
8663 2002-08-25  John Levon  <levon@movementarian.org>
8664
8665         * LyXAction.C: fix margin note description
8666
8667 2002-08-24  John Levon  <levon@movementarian.org>
8668
8669         * buffer.C:
8670         * bufferlist.C:
8671         * bufferview_funcs.C:
8672         * lyxfont.C:
8673         * undo_funcs.C: cleanups
8674
8675         * lyxfunc.C: disable CUT/COPY when no selection
8676
8677 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8678
8679         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8680         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8681
8682         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8683         Add backward compatibility to "mono", "gray" and "no".
8684
8685 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8686
8687         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8688         (and file_format >= 200).
8689
8690 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8693
8694 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8695
8696         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8697
8698 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8699
8700         * BufferView_pimpl.C:
8701         * LyXAction.C:
8702         * buffer.C:
8703         * commandtags.h:
8704         * lyxfunc.C:
8705         * paragraph.[Ch]:
8706         * text2.C:
8707         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8708         inset and code to make it  work with the paragraph code. The inset
8709         can be anywhere in the paragraph, but will only do the expected
8710         thing in LaTeX if the layout file contains the parameter line
8711                         OptionalArgs    1
8712         (or more generally, a nonzero value) for that layout.
8713
8714 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8715
8716         * paragraph.h: remove the declaration of undefined counters class
8717         function.
8718
8719 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8720
8721         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8722         Dr. Richard Hawkins.
8723
8724 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8725
8726         * paragraph_funcs.h: remove some unneeded includes
8727
8728         * text.C (backspace): pasteParagraph now in global scipe
8729
8730         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8731         (pasteSelection): ditto
8732
8733         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8734         * paragraph_funcs.C (pasteParagraph): ... here
8735
8736 2002-08-20  André Pönitz <poenitz@gmx.net>
8737
8738         * commandtags.h: new LFUNs for swapping/copying table row/colums
8739
8740         * LyXAction.C:
8741         * lyxfunc.C: support for new lfuns
8742
8743 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8744
8745         * tabular.C:
8746         * buffer.[Ch]: remove NO_COMPABILITY stuff
8747
8748 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8749
8750         * boost.C (throw_exception): new file, with helper function for
8751         boost compiled without exceptions.
8752
8753         * paragraph.h:
8754         * lyxlength.C:
8755         * buffer.C:
8756         * ParameterStruct.h:
8757         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8758
8759         * bufferlist.C (emergencyWriteAll): use boost bind
8760
8761         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8762
8763         * text.C: include paragraph_funcs.h
8764         (breakParagraph): breakParagraph is now in global scope
8765
8766         * paragraph_funcs.[Ch]: new files
8767
8768         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8769         global scope
8770
8771         * buffer.C: include paragraph_funcs.h
8772         (insertStringAsLines): breakParagraph is now in global scope
8773
8774         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8775         paragraph_funcs.C
8776
8777         * CutAndPaste.C: include paragraph_funcs.h
8778         (cutSelection): breakParagraphConservative is now in global scope
8779         (pasteSelection): ditto
8780
8781         * buffer.h: declare oprator== and operator!= for
8782         Buffer::inset_iterator
8783
8784         * bufferlist.C (emergencyWrite): don't use fmt(...)
8785
8786         * text3.C: add using std::endl
8787
8788         * BufferView.C (moveCursorUpdate): remove default arg
8789
8790 2002-08-20  André Pönitz <poenitz@gmx.net>
8791
8792         * buffer.[Ch]: move inline functions to .C
8793
8794         * BufferView2.C:
8795         * BufferView_pimpl.C:
8796         * text.C:
8797         * buffer.[Ch]: use improved inset_iterator
8798
8799         * buffer.C:
8800         * paragraph.[Ch]: write one paragraph at a time
8801
8802 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8803
8804         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8805         style if style is not specified.
8806
8807 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8808
8809         * text2.C (setCounter): when searching for right label for a
8810         caption, make sure to recurse to parent insets (so that a caption
8811         in a minipage in a figure float works) (bug #568)
8812
8813 2002-08-20  André Pönitz <poenitz@gmx.net>
8814
8815         * text3.C: new file for LyXText::dispatch() and helpers
8816
8817         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8818
8819         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8820
8821 2002-08-19  André Pönitz <poenitz@gmx.net>
8822
8823         * lyxtext.h:
8824         * text.C: new LyXText::dispatch()
8825
8826         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8827
8828 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8829
8830         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8831
8832         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8833         Hebrew text.
8834
8835 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8836
8837         * Makefile.am: use $(variables) instead of @substitutions@
8838
8839 2002-08-15  André Pönitz <poenitz@gmx.net>
8840
8841         * lyxfunc.C:
8842         * BufferView_pimpl.C: streamlining mathed <-> outer world
8843         interaction
8844
8845         * commandtags.h:
8846         * LyXAction.C: remove unused LFUN_MATH
8847
8848 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8849
8850         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8851
8852 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8853
8854         * paragraph.C (Paragraph): reformat a bit
8855         (cutIntoMinibuffer): use builtin InsetList function instad of
8856         doing it manually.
8857         (getInset): ditto
8858
8859         * buffer.C: include boost/bind.hpp, add using std::for_each
8860         (writeFileAscii): use ParagraphList iterators
8861         (validate): use for_each for validate traversal of paragraphs
8862         (getBibkeyList): use ParagraphList iterators
8863         (resizeInsets): use for_each to resizeInsetsLyXText for all
8864         paragraphs.
8865         (getParFromID): use ParagraphList iterators
8866
8867         * BufferView2.C (lockInset): use paragraph list and iterators
8868
8869 2002-08-14  John Levon  <levon@movementarian.org>
8870
8871         * lyxserver.C: remove spurious xforms include
8872
8873 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8874
8875         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8876
8877 2002-08-13  André Pönitz <poenitz@gmx.net>
8878
8879         * LyXAction.[Ch]:
8880         * lyxfunc.C: further cleaning
8881
8882 2002-08-13  André Pönitz <poenitz@gmx.net>
8883
8884         * funcrequest.h: new constructor
8885
8886         * funcrequest.C: move stuff here from .h
8887
8888         * Makefile.am:
8889         * BufferView_pimpl.C:
8890         * LyXAction.C:
8891         * toc.C:
8892         * lyxfunc.C: subsequent changes
8893
8894         * lyxfunc.h: new view() member function
8895
8896         * lyxfunc.C: subsequent changes
8897
8898 2002-08-13  Angus Leeming  <leeming@lyx.org>
8899
8900         * BufferView2.C:
8901         * BufferView_pimpl.C:
8902         * buffer.C:
8903         * converter.C:
8904         * importer.C:
8905         * lyxfunc.C:
8906         * lyxvc.C:
8907         * toc.C:
8908         * vc-backend.C:
8909         changes due to the changed LyXView interface that now returns references
8910         to member variables not pointers.
8911
8912 2002-08-13  Angus Leeming  <leeming@lyx.org>
8913
8914         * WordLangTuple (word, lang_code): return references to strings,
8915         not strings.
8916
8917         * BufferView.h:
8918         * SpellBase.h:
8919         * lyxtext.h: forward-declare WordLangTuple.
8920
8921         * BufferView2.C:
8922         * ispell.C:
8923         * pspell.C:
8924         * text.C: #include "WordLangTuple.h".
8925
8926         * lyxtext.h:
8927         * text.C: (selectNextWordToSpellcheck): constify return type.
8928
8929 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8930
8931         * buffer.C:
8932         * buffer.h:
8933         * lyxtext.h:
8934         * paragraph.C:
8935         * paragraph_pimpl.h:
8936         * text.C:
8937         * text2.C:
8938         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8939         suggested by Angus.
8940         Made updateCounter always count from start of buffer, and removed
8941         second argument (par).
8942         Reverted floats number display to '#'. Perhaps I'll try again when the
8943         code base is sanitized a bit.
8944
8945 2002-08-12  Angus Leeming  <leeming@lyx.org>
8946
8947         * buffer.[Ch] (getLabelList): constify.
8948
8949 2002-08-07  André Pönitz <poenitz@gmx.net>
8950
8951         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8952
8953         * funcrequest.h: extension to keep mouse (x,y) position
8954
8955 2002-08-12  Juergen Vigna  <jug@sad.it>
8956
8957         * BufferView2.C (insertErrors): forbid undo when inserting error
8958         insets.
8959
8960         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8961
8962 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8963
8964         * ParagraphList.[Ch]: new files
8965
8966         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8967
8968         * BufferView2.C (lockInset): ParagraphList changes
8969         * toc.C: ditto
8970         * text2.C: ditto
8971         * bufferlist.C: ditto
8972         * buffer.h: ditto
8973         * buffer.C: ditto
8974
8975 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8976
8977         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8978         unused class variable counter_,
8979
8980         * paragraph.[Ch] (getFirstCounter): delete unused function
8981
8982         * counters.C: include LAssert.h
8983         (reset): add a new function with no arg, change other version to
8984         not have def. arg and to not allow empty arg.
8985
8986         * text2.C (setCounter): remove empty arg from call to Counters::reset
8987
8988 2002-08-11  John Levon  <levon@movementarian.org>
8989
8990         * Makefile.am: add WordLangTuple.h
8991
8992 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8993
8994         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8995         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8996
8997         * insets/insettext.C: InsetList changes
8998
8999         * graphics/GraphicsSupport.C (operator()): InsetList changes
9000
9001         * toc.C (getTocList): InsetList changes
9002
9003         * paragraph_pimpl.[Ch]: InsetList changes
9004
9005         * paragraph.[Ch]: InsetList changes
9006
9007         * buffer.C (inset_iterator): InsetList changes
9008         (setParagraph): ditto
9009         * buffer.h (inset_iterator): ditto
9010         * iterators.C (operator++): ditto
9011         * iterators.h: ditto
9012
9013         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9014
9015         * InsetList.[Ch]: new files, most InsetList handling moved out of
9016         paragraph.C.
9017
9018         * BufferView2.C (removeAutoInsets): InsetList changes
9019         (lockInset): ditto
9020         (ChangeInsets): ditto
9021
9022 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9023
9024         * paragraph_pimpl.h (empty): new function
9025
9026         * paragraph.[Ch] (empty): new function
9027
9028         * other files: use the new Paragraph::empty function
9029
9030 2002-08-09  John Levon  <levon@movementarian.org>
9031
9032         * lyxtext.h: remove unused refresh_height
9033
9034 2002-08-09  John Levon  <levon@movementarian.org>
9035
9036         * Makefile.am:
9037         * sgml.h:
9038         * sgml.C:
9039         * buffer.C:
9040         * paragraph.h:
9041         * paragraph.C: move sgml char escaping out of paragraph
9042
9043         * paragraph.h:
9044         * paragraph.C: remove id setter
9045
9046         * buffer.C:
9047         * paragraph.C:
9048         * paragraph_pimpl.C: remove dead tex_code_break_column
9049
9050         * bufferview_funcs.C: small cleanup
9051
9052         * lyxfunc.C: remove dead proto
9053
9054         * lyxtext.h: make some stuff private. Remove some dead stuff.
9055
9056         * lyxgluelength.C: make as[LyX]String() readable
9057
9058 2002-08-08  John Levon  <levon@movementarian.org>
9059
9060         * LyXAction.h:
9061         * LyXAction.C:
9062         * MenuBackend.C:
9063         * ToolbarDefaults.C:
9064         * lyxfunc.C:
9065         * lyxrc.C:
9066         * toc.C: lyxaction cleanup
9067
9068 2002-08-08  John Levon  <levon@movementarian.org>
9069
9070         * BufferView2.C: small cleanup
9071
9072         * lyxfind.h:
9073         * lyxfind.C: move unnecessary header into the .C
9074
9075 2002-08-08  John Levon  <levon@movementarian.org>
9076
9077         * funcrequest.h: just tedious nonsense
9078
9079         * lyx_main.h:
9080         * lyx_main.C: cleanups
9081
9082         * buffer.C:
9083         * vspace.C: remove dead header lyx_main.h
9084
9085 2002-08-07  Angus Leeming  <leeming@lyx.org>
9086
9087         * Paragraph.[Ch]:
9088         * paragraph_pimpl.h:
9089         Forward declare class Counters in paragraph.h by moving the ctrs member
9090         variable into Paragraph::Pimpl.
9091         (counters): new method, returning a reference to pimpl_->ctrs.
9092
9093         * text2.C: ensuing changes.
9094
9095 2002-08-07  John Levon  <levon@movementarian.org>
9096
9097         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9098
9099         * BufferView_pimpl.C: announce X selection on double/triple
9100           click
9101
9102         * lyx_main.C: use correct bool in batch dispatch
9103
9104         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9105
9106 2002-08-07  André Pönitz <poenitz@gmx.net>
9107
9108         * funcrequest.h: new class to wrap a kb_action and its argument
9109
9110         * BufferView.[Ch]:
9111         * BufferView_pimpl[Ch]:
9112         * LaTeX.C:
9113         * LyXAction.[Ch]:
9114         * lyxfunc.[Ch]:
9115         * lyxrc.C: subsequent changes
9116
9117
9118 2002-08-07  John Levon  <levon@movementarian.org>
9119
9120         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9121           document options change.
9122
9123 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9124
9125         * counters.[Ch]
9126         * text2.C
9127         * paragraph.[Ch]
9128         * makefile.am: move counters functionality over from
9129         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9130
9131 2002-08-06  John Levon  <levon@movementarian.org>
9132
9133         * WordLangTuple.h: new file for word + language code tuple
9134
9135         * SpellBase.h:
9136         * pspell.h:
9137         * pspell.C:
9138         * ispell.h:
9139         * ispell.C:
9140         * lyxtext.h:
9141         * text.C:
9142         * text2.C:
9143         * BufferView.h:
9144         * BufferView2.C: use WordLangTuple
9145
9146         * layout.h:
9147         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9148
9149 2002-08-06  John Levon  <levon@movementarian.org>
9150
9151         * lyx_main.C: fix cmdline batch handling
9152
9153 2002-08-06  André Pönitz <poenitz@gmx.net>
9154
9155         * lyxrc.C: set default for show_banner to true
9156
9157 2002-08-06  John Levon  <levon@movementarian.org>
9158
9159         * pspell.C: fix a crash, and allow new aspell to work
9160
9161 2002-08-06  John Levon  <levon@movementarian.org>
9162
9163         * lyxfunc.C:
9164         * kbmap.C: small cleanup
9165
9166         * vspace.h:
9167         * vspace.C: add const
9168
9169 2002-08-05  John Levon  <levon@movementarian.org>
9170
9171         * LyXAction.C: back to tabular-insert
9172
9173 2002-08-04  John Levon  <levon@movementarian.org>
9174
9175         * BufferView.h:
9176         * BufferView.C: cosmetic change
9177
9178         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9179
9180         * bufferlist.C:
9181         * buffer.h:
9182         * buffer.C:
9183         * lyxcb.h:
9184         * lyxcb.C:
9185         * lyxserver.C:
9186         * lyxvc.C:
9187         * vc-backend.C:
9188         * BufferView2.C: purge all "Lyx" not "LyX" strings
9189
9190         * lyxcursor.h:
9191         * lyxcursor.C: attempt to add some documentation
9192
9193         * lyxfunc.C:
9194         * commandtags.h:
9195         * LyXAction.C:
9196         * ToolbarDefaults.C:
9197         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9198           merge with LFUN_TABULAR_INSERT
9199
9200         * Makefile.am:
9201         * SpellBase.h:
9202         * ispell.h:
9203         * ispell.C:
9204         * pspell.h:
9205         * pspell.C: split up i/pspell implementations into separate
9206           files, many cleanups
9207
9208         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9209
9210         * text2.C: some cleanup
9211
9212         * lyxfunc.C: don't check for isp_command == "none" any more, it
9213           didn't make any sense
9214
9215 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9216
9217         * counters.[Ch]
9218         * text2.C
9219         * paragraph.[Ch]
9220         * makefile.am: move counters functionality over
9221         from text2.C/paragraph.[Ch] to counters.[Ch], and
9222         make proper C++.
9223 2002-08-02  John Levon  <levon@movementarian.org>
9224
9225         * buffer.C: s/lyxconvert/lyx2lyx/
9226
9227 2002-08-02  Angus Leeming  <leeming@lyx.org>
9228
9229         * lyxlex.C: revert John's change as it breaks reading of the user
9230         preamble.
9231
9232 2002-08-02  Angus Leeming  <leeming@lyx.org>
9233
9234         * importer.C (Import):
9235         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9236         changes due to LyXView::view() now returning a boost::shared_ptr.
9237
9238 2002-08-02  John Levon  <levon@movementarian.org>
9239
9240         * lyxlex.C: small cleanup
9241
9242 2002-08-02  John Levon  <levon@movementarian.org>
9243
9244         * text2.C (status): small cleanup, no logic change
9245
9246 2002-08-01  John Levon  <levon@movementarian.org>
9247
9248         * buffer.h:
9249         * buffer.C (writeFile): don't output alerts, caller
9250           handles this
9251
9252         * bufferlist.C:
9253         * lyx_cb.C: from above
9254
9255         * lyxfunc.C: allow to open non-existent files
9256
9257 2002-07-31  John Levon  <levon@movementarian.org>
9258
9259         * lyxserver.C: don't let incidental errors get
9260           in the way (errno)
9261
9262 2002-07-30  John Levon  <levon@movementarian.org>
9263
9264         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9265
9266 2002-07-30  John Levon  <levon@movementarian.org>
9267
9268         * lyxserver.h:
9269         * lyxserver.C: remove I/O callback too
9270
9271 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9272
9273         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9274         log.
9275
9276 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9277
9278         * many files: strip,frontStrip -> trim,ltrim,rtrim
9279
9280 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9281
9282         * PrinterParams.h: remove extern containsOnly, and include
9283         support/lstrings.h instead.
9284
9285         * LaTeX.C (scanAuxFile): modify because of strip changes
9286         (deplog): ditto
9287         * buffer.C (makeLaTeXFile): ditto
9288         * bufferparams.C (writeFile): ditt
9289         * lyxfont.C (stateText): ditto
9290         * lyxserver.C (read_ready): ditto
9291         * vc-backend.C (scanMaster): ditto
9292
9293         * BufferView_pimpl.h: ws changes
9294
9295         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9296
9297 2002-07-26  André Pönitz <poenitz@gmx.net>
9298
9299         * kb_sequence.C: remove unnedred usings
9300
9301 2002-07-26  Juergen Vigna  <jug@sad.it>
9302
9303         * lyxfind.C (LyXReplace): we have to check better if the returned
9304         text is not of theLockingInset()->getLockingInset().
9305
9306 2002-07-25  Juergen Vigna  <jug@sad.it>
9307
9308         * lyxfind.C (LyXReplace): don't replace if we don't get the
9309         right LyXText.
9310
9311         * undo_funcs.C (createUndo): remove debugging code.
9312
9313 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9314
9315         * buffer.C (parseSingleLyXformat2Token): Use default placement
9316         when reading old floats.
9317
9318         * FloatList.C (FloatList): Change the default placement of figure
9319         and tables to "tbp".
9320
9321 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9322
9323         * MenuBackend.C: using std::max
9324
9325 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9326
9327         * MenuBackend.C (expandToc):
9328         (expandToc2): code moved from xforms menu frontend. It is now
9329         generic and TOCs are transparent to menu frontends.
9330
9331 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9332
9333         * toc.C (getTocList): protect against buf=0
9334
9335         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9336         Menu as first parameter. Now, this calls itself recursively to
9337         expand a whole tree (this will be useful for TOC handling)
9338         (expandFloatInsert): remove 'wide' version of floats
9339
9340         * MenuBackend.h (submenuname): returns the name of the submenu.
9341         (submenu): returns the submenu itself, provided it has been
9342         created by MenuBackend::expand
9343
9344 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9345
9346         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9347         insets which have noFontChange == true. (bug #172)
9348
9349 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9350
9351         * BufferView_pimpl.C: add connection objects and use them...
9352         (Pimpl): here.
9353
9354 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9355
9356         * MenuBackend.C (expandLastfiles):
9357         (expandDocuments):
9358         (expandFormats):
9359         (expandFloatListInsert):
9360         (expandFloatInsert):
9361         (expand): split expand in parts
9362
9363 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9364
9365         * lyx_gui.C: use lyx_gui::exit()
9366
9367 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9368
9369         * LyXAction.C: show the failing pseudo action
9370
9371 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9372
9373         * buffer.C (readFile): Run the lyxconvert script in order to read
9374         old files.
9375
9376 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9377
9378         * LyXAction.C:
9379         * commandtags.h:
9380         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9381
9382 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * LyXAction.C:
9385         * commandtags.h:
9386         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9387
9388 2002-07-22  Herbert Voss  <voss@lyx.org>
9389
9390         * lengthcommon.C:
9391         * lyxlength.[Ch]: add support for the vertical lengths
9392
9393 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9394
9395         * toc.[Ch]: std:: fixes
9396
9397 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9398
9399         * lyxrc.C: do not include lyx_main.h
9400
9401         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9402         for layouts
9403
9404         * lyxrc.C:
9405         * encoding.C:
9406         * bufferlist.C:
9407         * BufferView2.C: include "lyxlex.h"
9408
9409         * tabular.h:
9410         * bufferparams.h: do not #include "lyxlex.h"
9411
9412         * lyxtextclasslist.C (Add): remove method
9413         (classlist): renamed to classlist_
9414
9415         * paragraph_pimpl.C:
9416         * paragraph.C:
9417         * text2.C:
9418         * CutAndPaste.C:
9419         * bufferview_funcs.C:
9420         * bufferlist.C:
9421         * text.C:
9422         * LaTeXFeatures.C:
9423         * buffer.C:
9424         * toc.C (getTocList): use BufferParams::getLyXTextClass
9425
9426         * toc.C (getTocList): use InsetFloat::addToToc
9427
9428         * toc.[Ch]: new files, containing helper functions to handle table
9429         of contents
9430
9431         * lyxfunc.C (dispatch): no need to remove spaces around command
9432         given as a string
9433         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9434         first command of the sequence; it is not very clever, but I do not
9435         have a better idea, actually
9436
9437         * LyXAction.C (LookupFunc): make sure to remove space at the
9438         beginning and end of the command
9439
9440 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9441
9442         * MenuBackend.C (getMenubar): new method: return the menubar of
9443         this menu set
9444         (read): treat differently reading of menu and menubar (in
9445         particular, the menubar has no name now)
9446         (Menu::menubar): remove
9447
9448         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9449         saving is finished
9450
9451 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9452
9453         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9454         a bibitem inset in a RTL paragraph.
9455
9456 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9457
9458         * paragraph_pimpl.C: constify
9459
9460         * BufferView_pimpl.C:
9461         * LaTeX.C:
9462         * lyxfunc.C: fix dispatch in a nicer way
9463
9464 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9465
9466         * lyxfunc.C (dispatch):
9467         * BufferView_pimpl.C:
9468         * BufferView_pimpl.h:
9469         * BufferView.C:
9470         * BufferView.h: rename Dispatch() to dispatch()
9471
9472         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9473
9474         * lyxlayout.C (Read): honor DependsOn tag
9475
9476         * lyxlayout.[Ch] (depends_on): new method
9477
9478         * version.C.in: update lyx_docversion
9479
9480         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9481
9482         * paragraph.C (validate): remove from here...
9483         * paragraph_pimpl.C (validate): ... and move here
9484         (isTextAt): make it const
9485
9486         * buffer.C (getLists): ws cleanup
9487
9488 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9489
9490         * language.C (read): Use iso8859-1 encoding in latex_lang
9491         (this prevents LyX from crashing when using iso10646-1 encoding).
9492
9493 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9494
9495         * text2.C (toggleInset): if cursor is inside an inset, close the
9496         inset and leave cursor _after_ it
9497
9498 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9499
9500         * lyxfunc.C: move minibuffer completion handling out of here
9501
9502 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9503
9504         * BufferView_pimpl.C:
9505         * LaTeX.C: fix dispatch calls
9506
9507 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9508
9509         * text.C (drawChars): Fix Arabic text rendering.
9510
9511 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9512
9513         * LyXAction.C:
9514         * commandtags.h:
9515         * lyxfunc.C: remove message-push/pop
9516
9517         * lyxserver.C:
9518         * lyxfunc.h:
9519         * lyxfunc.C: rationalise some code by removing verboseDispatch
9520           in favour of a bool argument to dispatch()
9521
9522 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9523
9524         * lyx_main.C (init): make sure to read symlinks as absolute paths
9525
9526 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9527
9528         * lyxfunc.h:
9529         * lyxfunc.C: no need for commandshortcut to be a member
9530
9531 2002-07-15  André Pönitz <poenitz@gmx.net>
9532
9533         * converter.C: add support for $$s (scripts from lib/scripts dir)
9534         * lyx_main.C: white space
9535
9536 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9537
9538         * bufferlist.C:
9539         * lyxrc.h:
9540         * lyxrc.C: remove second exit confirmation
9541
9542 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9543
9544         * BufferView.h:
9545         * BufferView.C:
9546         * BufferView2.C:
9547         * BufferView_pimpl.h:
9548         * BufferView_pimpl.C:
9549         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9550
9551 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9552
9553         * MenuBackend.C (expand): add numeric shortcuts to document menu
9554
9555         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9556
9557 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9558
9559         * lyxfont.C (setLyXFamily):
9560         (setLyXSeries):
9561         (setLyXShape):
9562         (setLyXSize):
9563         (setLyXMisc):
9564         (lyxRead):
9565         * debug.C (value):
9566         * buffer.C (asciiParagraph): use ascii_lowercase
9567
9568 2002-07-15  Mike Fabian  <mfabian@suse.de>
9569
9570         * lyxlex_pimpl.C (search_kw):
9571         * lyxlex.C (getLongString):
9572         * converter.h (operator<):
9573         * converter.C (operator<):
9574         * buffer.C (parseSingleLyXformat2Token):
9575         (asciiParagraph):
9576         * ToolbarDefaults.C (read):
9577         * MenuBackend.C (checkShortcuts):
9578         (read):
9579         * LColor.C (getFromGUIName):
9580         (getFromLyXName): use the compare_ascii_no_case instead of
9581         compare_no_case, because in turkish, 'i' is not the lowercase
9582         version of 'I', and thus turkish locale breaks parsing of tags.
9583
9584 2002-07-16  Angus Leeming  <leeming@lyx.org>
9585
9586         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9587         now takes a Buffer const & argument.
9588
9589 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9590
9591         * BufferView.C (resize): check there's a buffer to resize
9592
9593 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9594
9595         * lyxfunc.C: remove dead code
9596
9597         * lyxserver.h:
9598         * lyxserver.C: use lyx_guii::set_read_callback
9599
9600 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9601
9602         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9603         an inset in a RTL paragraph.
9604
9605 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9606
9607         * lyxfunc.C: repaint after a font size update
9608
9609 2002-07-15  André Pönitz <poenitz@gmx.net>
9610
9611         * lyxlength.C: inBP should be able to return negative values
9612
9613 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9614
9615         * lyxfunc.C: use lyx_gui::update_fonts()
9616
9617 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9618
9619         * lyxfunc.C: use lyx_gui::update_color()
9620
9621 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9622
9623         * bufferlist.C:
9624         * lyxfunc.h:
9625         * lyxfunc.C:
9626         * lyxrc.h:
9627         * lyxrc.C: remove file->new asks for name option, and let
9628           buffer-new take an argument
9629
9630 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9631
9632         * BufferView_pimpl.C: remove unneeded extra repaint()
9633
9634 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9635
9636         * LyXAction.C: allow command-sequence with NoBuffer
9637
9638         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9639
9640 2002-07-10  Angus Leeming  <leeming@lyx.org>
9641
9642         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9643
9644 2002-07-09  Angus Leeming  <leeming@lyx.org>
9645
9646         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9647
9648 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9649
9650         * lengthcommon.h: whitespace
9651
9652         * lyxfunc.C: update scrollbar after goto paragraph
9653
9654         * lyxtext.h: factor out page break drawing, and fix it so
9655           page break/added space paints as selected nicely
9656
9657 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9658
9659         * BufferView_pimpl.C: add FIXMEs, clean up a little
9660
9661 2002-07-09  André Pönitz <poenitz@gmx.net>
9662
9663         * lyxfont.[Ch]: support for wasy symbols
9664
9665 2002-07-08  André Pönitz <poenitz@gmx.net>
9666
9667         * BufferView_pimpl.C: apply John's patch for #93.
9668
9669 2002-07-05  Angus Leeming  <leeming@lyx.org>
9670
9671         * BufferView_pimpl.C (buffer): generate previews if desired.
9672
9673         * LColor.h: add "preview" to the color enum.
9674
9675         * LColor.C (LColor): add a corresponding entry to the items array.
9676
9677         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9678         with this buffer.
9679
9680 2002-07-05  Angus Leeming  <leeming@lyx.org>
9681
9682         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9683         The body of the code is now in the method that is passed an ostream &
9684         rather than a file name.
9685         Pass an additional only_preamble parameter, useful for the forthcoming
9686         preview stuff.
9687
9688 2002-07-03  André Pönitz <poenitz@gmx.net>
9689
9690         * lyxfunc.C: simplify getStatus() a bit for math stuff
9691
9692 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9693
9694         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9695
9696 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9697
9698         * text.C (changeRegionCase): do not change case of all the
9699         document when region ends at paragraph end (bug #461)
9700
9701 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9702
9703         * paragraph.C (startTeXParParams):
9704         (endTeXParParams): add \protect when necessary
9705
9706 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9707
9708         * BufferView_pimpl.C (workAreaExpose): remove warning
9709
9710 2002-06-27  Angus Leeming  <leeming@lyx.org>
9711
9712         * Makefile.am: add lyxlayout_ptr_fwd.h.
9713
9714 2002-06-26  André Pönitz <poenitz@gmx.net>
9715
9716         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9717
9718 2002-06-25  Angus Leeming  <leeming@lyx.org>
9719
9720         * lyxfunc.C (dispatch): Comment out the call to
9721         grfx::GCache::changeDisplay. The method no longer exists now that the
9722         pixmap generation part of the graphics loader has been moved into
9723         InsetGraphics.
9724
9725 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9726
9727         * text2.C: layout as layout
9728
9729         * text.C: layout as layout
9730
9731         * tabular.C (OldFormatRead): layout as layout
9732
9733         * paragraph_pimpl.C (TeXDeeper): layout as layout
9734         (realizeFont): layout as layout
9735
9736         * paragraph.C (writeFile): layout as layout
9737         (validate): layout as layout
9738         (getFont): layout as layout
9739         (getLabelFont): layout as layout
9740         (getLayoutFont): layout as layout
9741         (breakParagraph): layout as layout
9742         (stripLeadingSpaces): layout as layout
9743         (getEndLabel): layout as layout
9744         (getMaxDepthAfter): layout as layout
9745         (applyLayout): layout as layout
9746         (TeXOnePar): layout as layout
9747         (simpleTeXOnePar): layout as layout
9748         (TeXEnvironment): layout as layout
9749         (layout): layout as layout
9750         (layout): layout as layout
9751
9752         * lyxtextclass.C (compare_name): new functor to work with
9753         shared_ptr, layout as layout
9754         (Read): layout as layout
9755         (hasLayout): layout as layout
9756         (operator): layout as layout
9757         (delete_layout): layout as layout
9758         (defaultLayout): layout as layout
9759
9760         * lyxlayout_ptr_fwd.h: new file
9761
9762         * lyxlayout.C (Read): layout as layout
9763
9764         * lyx_cb.C (MenuInsertLabel): layout as layout
9765
9766         * bufferlist.C (newFile): layout as layout
9767
9768         * buffer.C (readLyXformat2): layout as layout
9769         (parseSingleLyXformat2Token): layout as layout
9770         (insertStringAsLines): layout as layout
9771         (asciiParagraph): layout as layout
9772         (latexParagraphs): layout as layout
9773         (makeLinuxDocFile): layout as layout
9774         (simpleLinuxDocOnePar): layout as layout
9775         (makeDocBookFile): layout as layout
9776         (simpleDocBookOnePar): layout as layout
9777         (getLists): layout as layout
9778
9779         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9780
9781         * CutAndPaste.C (cutSelection): layout as layout
9782         (pasteSelection): layout as layout
9783         (SwitchLayoutsBetweenClasses): layout as layout
9784
9785         * BufferView_pimpl.C (Dispatch): layout as layout
9786         (smartQuote): layout as layout
9787
9788         * BufferView2.C (unlockInset): layout as layout
9789
9790 2002-06-24  André Pönitz <poenitz@gmx.net>
9791
9792         * lyxfunc.C: fix #487
9793
9794 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9795
9796         * lyxrc.h:
9797         * lyxrc.C:
9798         * lyxfunc.C: remove display_shortcuts, show_banner
9799
9800 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9801
9802         * Buffer_pimpl.C: oops, update on resize
9803
9804 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9805
9806         * buffer.C:
9807         * converter.C:
9808         * exporter.C:
9809         * lyxfunc.C:
9810         * BufferView.h:
9811         * BufferView.C: use repaint()
9812
9813         * BufferView_pimpl.h:
9814         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9815           as it's a clearer description. Remove superfluous
9816           redraws.
9817
9818 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9819
9820         * text.C: fix bug 488. Not ideal, but getting
9821           getWord() to work properly for the insets that
9822           matter is more difficult ...
9823
9824 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9825
9826         * BufferView_pimpl.C:
9827         * LyXAction.C:
9828         * commandtags.h:
9829         * lyxfunc.C: remove the six million index lyxfuncs to just
9830           one, and DTRT (bug 458)
9831
9832 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9833
9834         * BufferView.h:
9835         * BufferView.C:
9836         * BufferView_pimpl.h:
9837         * BufferView_pimpl.C: clean up resize() stuff,
9838           and unnecessary updateScreen()s
9839
9840 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9841
9842         * BufferView.h:
9843         * BufferView.C:
9844         * BufferView_pimpl.h:
9845         * BufferView_pimpl.C:
9846         * lyxfind.h:
9847         * lyxfind.C:
9848         * minibuffer.C: remove focus management of workarea,
9849           not needed. Use screen's greyOut()
9850
9851 2002-06-17  Herbert Voss  <voss@lyx.org>
9852
9853         * converter.C: (convert) do not post a message, when converting
9854         fails, let the calling function decide what to do in this case
9855
9856 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9857
9858         * lyxfunc.C: tidy up a little
9859
9860 2002-06-16    <alstrup@diku.dk>
9861
9862         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9863         Got rid of FORMS_H_LOCATION include. Now we are
9864         GUII.
9865
9866 2002-06-15  LyX Development team  <lyx@rilke>
9867
9868         * buffer.[Ch] (sgmlOpenTag):
9869         (sgmlCloseTag): Added support for avoiding pernicious mixed
9870         content. Return number of lines written.
9871
9872         (makeLinuxDocFile):
9873         (makeDocBookFile): Fixed calls to sgml*Tag.
9874         Simple white space clean.
9875
9876         (simpleDocBookOnePar): Simple white space clean.
9877
9878         * tabular.[Ch] (docBook): Renamed to docbook and got another
9879         argument to related with the pernicious mixed content.
9880
9881         (docbookRow): Fixed calls for docbook inset method.
9882
9883 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9884
9885         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9886         so it's X11 independent.
9887
9888         * kb*.[Ch]: ditto.
9889
9890         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9891
9892 2002-06-15  Lyx Development team  <lyx@electronia>
9893
9894         * intl.h: Renamed getTrans to getTransManager.
9895
9896 2002-06-14  Angus Leeming  <leeming@lyx.org>
9897
9898         * Makefile.am: nuke forgotten stl_string_fwd.h.
9899
9900 2002-06-12  Angus Leeming  <leeming@lyx.org>
9901
9902         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9903
9904 2002-06-13  Angus Leeming  <leeming@lyx.org>
9905
9906         * LaTeX.C:
9907         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9908
9909 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9910
9911         * kbmap.C (getiso): add support for cyrillic and greek
9912
9913 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9914
9915         * BufferView.h:
9916         * BufferView.C:
9917         * BufferView_pimpl.h:
9918         * BufferView_pimpl.C: move bogus scrolling logic
9919           to xforms
9920
9921 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9922
9923         * lyxfunc.C:
9924         * BufferView_pimpl.C: view->resize() change
9925
9926 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9927
9928         * BufferView_pimpl.C: topCursorVisible
9929           prototype change
9930
9931 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9932
9933         * Makefile.am:
9934         * lyx_gui.h:
9935         * lyx_gui.C: move to frontends/
9936
9937         * main.C:
9938         * lyx_main.h:
9939         * lyx_main.C: changes from above
9940
9941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9942
9943         * intl.C:
9944         * intl.h:
9945         * kbmap.C:
9946         * kbsequence.C:
9947         * lyx_cb.C:
9948         * lyx_main.C: minor tidy
9949
9950 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9951
9952         * BufferView_pimpl.h:
9953         * BufferView_pimpl.C:
9954         * BufferView.h:
9955         * BufferView.C: make painter() const,
9956           remove dead code
9957
9958         * BufferView2.C: use screen() accessor
9959
9960         * lyx_main.h:
9961         * lyx_main.C: some minor cleanup
9962
9963 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9964
9965         * BufferView_pimpl.h:
9966         * BufferView_pimpl.C: remove enter/leaveView,
9967           use workHeight()
9968
9969 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9970
9971         * BufferView.h:
9972         * BufferView.C:
9973         * BufferView2.C:
9974         * BufferView_pimpl.h:
9975         * BufferView_pimpl.C: only construct screen once,
9976           rename
9977
9978         * lyxrc.C: remove pointless comment
9979
9980 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9981
9982         * BufferView.h:
9983         * BufferView.C: remove active() and belowMouse()
9984
9985         * BufferView_pimpl.h:
9986         * BufferView_pimpl.C: use workarea() not workarea_,
9987           and make it use a scoped_ptr instead
9988
9989 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9990
9991         * lyx_gui.C: add debug message on BadWindow
9992
9993 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9994
9995         * sp_spell.C: fdopen is not part of the C++ standard.
9996
9997         * paragraph.C (InsetIterator): use >= instead of ==
9998
9999 2002-06-07  Angus Leeming  <leeming@lyx.org>
10000
10001         Fixes needed to compile with Compaq cxx 6.5.
10002         * BufferView_pimpl.C:
10003         * DepTable.C:
10004         * buffer.C:
10005         * converter.C:
10006         * encoding.C:
10007         * lyx_gui.C:
10008         * lyx_main.C:
10009         * lyxtextclasslist.C:
10010         * minibuffer.C:
10011         * sp_spell.C:
10012         * tabular_funcs.C:
10013         * vc-backend.C:
10014         all c-library variables have been moved into namespace std. Wrap
10015         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10016
10017         * lyxlength.C:
10018         * tabular-old.C:
10019         * tabular.C:
10020         Add a using std::abs declaration.
10021
10022         * kbmap.h (modifier_pair):
10023         * paragraph.h (InsetTable, InsetList):
10024         * lyxfont.h (FontBits):
10025         type definition made public.
10026
10027         * bufferlist.C (emergencyWriteAll): the compiler complains that
10028         there is more than one possible lyx::class_fun template to choose from.
10029         I re-named the void specialisation as lyx::void_class_fun.
10030
10031         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10032
10033         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10034         the compiler is is unable to find tostr in write_attribute.
10035
10036 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10037
10038         * buffer.C (sgmlError): hide #warning
10039
10040 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10041
10042         * xtl/*: get rid of xtl, which is not in use anyway
10043
10044         * LyXAction.C (init):
10045         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10046         were unimplemented xtl experimentation
10047
10048 2002-06-04  André Pönitz <poenitz@gmx.net>
10049
10050         * lyxfunc.C: disable array operation on simple formulae
10051
10052 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10053
10054         * converter.C: constify a bit
10055
10056 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10057
10058         * lyx_gui.C: check xforms version correctly
10059
10060 2002-04-30  Herbert Voss  <voss@lyx.org>
10061
10062         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10063         "keep" option
10064
10065 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10066
10067         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10068           attempt to register it with a VCS)
10069
10070 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10071
10072         * lyx_main.C (init): honor variables LYX_DIR_13x and
10073         LYX_USERDIR_13x
10074
10075 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10076
10077         * buffer.h:
10078         * buffer.C:
10079         * lyx_main.C: fix a crash on bad command line,
10080           and give a useful exit status on error
10081
10082         * lyxfunc.C (doImport): allow -i lyx to work
10083
10084 2002-03-30  André Pönitz <poenitz@gmx.net>
10085
10086         * lyxfunc.C: mathed font changes
10087
10088 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10089
10090         * LaTeX.C:
10091         * importer.h:
10092         * importer.C:
10093         * lyx_sty.h:
10094         * lyx_sty.C:
10095         * lyxlex.C:
10096         * lyxrow.h:
10097         * lyxtext.h:
10098         * paragraph.h:
10099         * paragraph.C:
10100         * texrow.h:
10101         * texrow.C:
10102         * text.C:
10103         * trans_mgr.h: srcdocs, and some minor cleanups
10104
10105 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10106
10107         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10108         call getFont all the time)
10109
10110 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10111
10112         * switch from SigC signals to boost::signals
10113
10114 2002-05-29  André Pönitz <poenitz@gmx.net>
10115
10116         * paragraph_pimpl.C (getChar): don't call size() too often...
10117
10118 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10119
10120         * paragraph_pimpl.C (insertChar): do not try to update tables when
10121         appending (pos == size())
10122
10123         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10124         in order to reduce drastically the number of comparisons needed to
10125         parse a large document
10126
10127 2002-05-29  André Pönitz <poenitz@gmx.net>
10128
10129         * text.C:
10130         * text2.C:
10131         * lyxtextclass.C:
10132         * sp_pspell.h:
10133         * textclasslist.[Ch]:
10134         * sp_ispell.h: whitespace change
10135
10136 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10137
10138         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10139         lyxaction directly now.
10140
10141 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10142
10143         * trans.C:
10144         * lyxfont.C:
10145         * lyxvc.C: remove unused headers
10146
10147 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10148
10149         * Makefile.am:
10150         * buffer.h:
10151         * undostack.h:
10152         * undostack.C:
10153         * undo_funcs.h:
10154         * undo_funcs.C: some cleanups. Use shared_ptr
10155           and a template for the undo stacks.
10156
10157 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10158
10159         * BufferView_pimpl.h:
10160         * BufferView_pimpl.C:
10161         * kbmap.h:
10162         * kbmap.C:
10163         * kbsequence.h:
10164         * kbsequence.C:
10165         * lyxfunc.h:
10166         * lyxfunc.C:
10167         * text2.C: use key_state/mouse_state
10168
10169 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10170
10171         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10172         and LSubstring
10173
10174         * chset.C: change include order
10175         (loadFile): use boost regex and get rid of LRegex and LSubstring
10176
10177         * Makefile.am (BOOST_LIBS): new variable
10178         (lyx_LDADD): use it
10179
10180         * LaTeX.C: change include order.
10181         (scanAuxFile): use boost regex and get rid of LRegex and
10182         LSubstring
10183         (deplog): ditto
10184
10185 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10186
10187         * ColorHandler.h:
10188         * ColorHandler.C:
10189         * FontInfo.h:
10190         * FontInfo.C: moved to frontends/xforms/
10191
10192         * FontLoader.h:
10193         * FontLoader.C: moved into frontends for GUIIzation
10194
10195         * Makefile.am:
10196         * lyx_gui.C:
10197         * lyxfont.C:
10198         * lyxfunc.C: changes from above
10199
10200 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10201
10202         * LColor.C: remove spurious X include
10203
10204         * BufferView_pimpl.C:
10205         * Makefile.am:
10206         * font.h:
10207         * font.C:
10208         * text.C:
10209         * text2.C: move font metrics to frontends/
10210
10211 2002-05-24  Juergen Vigna  <jug@sad.it>
10212
10213         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10214         setting the undo_cursor.
10215
10216         * ParagraphParameters.h: include local includes first.
10217
10218 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10219
10220         * BufferView_pimpl.C:
10221         * BufferView_pimpl.h:
10222         * Makefile.am:
10223         * WorkArea.h:
10224         * WorkArea.C:
10225         * screen.C: move WorkArea into frontends/
10226
10227         * lyxscreen.h:
10228         * screen.C:
10229         * text.C:
10230         * BufferView.C:
10231         * BufferView2.C: move LyXScreen into frontends/
10232
10233         * lyxlookup.h:
10234         * lyxlookup.C:
10235         * lyx_gui.C: move lyxlookup into frontends/xforms/
10236
10237 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10238
10239         * BufferView2.C:
10240         * BufferView_pimpl.C:
10241         * FontLoader.C:
10242         * LyXView.h:
10243         * LyXView.C:
10244         * Makefile.am:
10245         * WorkArea.C:
10246         * XFormsView.h:
10247         * XFormsView.C:
10248         * buffer.C:
10249         * bufferlist.C:
10250         * bufferview_funcs.C:
10251         * converter.C:
10252         * importer.C:
10253         * lyx_cb.C:
10254         * lyx_gui.C:
10255         * lyx_main.C:
10256         * lyx_find.C:
10257         * lyxfunc.C:
10258         * lyxvc.C:
10259         * minibuffer.C:
10260         * text.C:
10261         * text2.C:
10262         * trans.C:
10263         * vc-backend.C: move LyX/XFormsView into frontends/
10264
10265 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10266
10267         * Makefile.am:
10268         * PainterBase.C:
10269         * PainterBase.h:
10270         * Painter.C:
10271         * Painter.h:
10272         * WorkArea.C:
10273         * WorkArea.h:
10274         * screen.C:
10275         * tabular.C:
10276         * text.C:
10277         * text2.C: move Painter to frontends/
10278
10279 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10280
10281         * buffer.C: comment out some some code that depend upon lyx_format
10282         < 220
10283
10284         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10285         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10286
10287         * buffer.h (NO_COMPABILITY): turn off compability
10288
10289         * ColorHandler.C: include scoped_array.hpp
10290
10291         * font.C: Use more specific smart_ptr header.
10292         * Painter.C: ditto
10293         * gettext.C: ditto
10294         * ShareContainer.h: ditto
10295         * lyx_main.h: ditto
10296         * kbmap.h: ditto
10297         * FontInfo.h: ditto
10298         * BufferView_pimpl.h: ditto
10299         * ColorHandler.h: ditto
10300
10301         * kbmap.C (defkey): change call to shared_ptr::reset
10302
10303 2002-05-21  Juergen Vigna  <jug@sad.it>
10304
10305         * buffer.C (insertErtContents): fix to insert ert asis if it is
10306         non empty. Skip it completely if it contains only whitespaces.
10307
10308 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10309
10310         * BufferView_pimpl.C:
10311         * BufferView2.C: clear selection on paste (bug 393)
10312
10313 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10314
10315         * DepTable.C: include ctime
10316
10317 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10318
10319         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10320
10321 2002-05-14  Juergen Vigna  <jug@sad.it>
10322
10323         * text.C (breakParagraph): fixed function to honor the keepempty
10324         layout in the right maner and also to permit the right breaking
10325         algorithm on empty or non empyt keepempty paragraphs.
10326
10327         * paragraph.C (breakParagraph): we have to check also if the par
10328         is really empty (!size()) for isempty otherwise we do the wrong
10329         paragraph break.
10330
10331 2002-05-10  Juergen Vigna  <jug@sad.it>
10332
10333         * buffer.[Ch] : The following are only changes to the ert
10334         compatibility read reading old LaTeX layout and font stuff and
10335         convert it to ERTInsets.
10336
10337         * buffer.h: added isErtInset().
10338
10339         * buffer.C (struct ErtComp): add a fromlayout bool to check
10340         if we're inside a LaTeX layout.
10341         (isErtInset): new helper function.
10342         (insertErtContents): look for other ert insets before this one
10343         and insert the contents there, so that we don't have subsequent
10344         ERT insets with nothing between them. This way we create only one
10345         inset with multiple paragraphs. Also check if we don't insert only
10346         spaces ' ' as they are ignored anyway afterwards in the .tex file
10347         so if we have only spaces we will ignore this latex part in the
10348         new file.
10349         (parseSingleLyXformat2Token \\layout): better compatibility when
10350         reading layout-latex stuff.
10351         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10352         language tag.
10353         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10354         stuff after reading the inset only get the information back from
10355         the stack.
10356
10357 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10358
10359         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10360
10361         * LaTeXFeatures.C (getBabelOptions): New method.
10362
10363 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10364
10365         * BufferView_pimpl.C (Dispatch): work around missing argument for
10366         'layout'
10367
10368 2002-05-08  Juergen Vigna  <jug@sad.it>
10369
10370         * text.C (leftMargin): handle paragraph leftindent.
10371
10372         * paragraph.C (writeFile): write the new \\leftindent tag.
10373         (validate): handle leftindent code.
10374         (TeXEnvironment): handle paragraphleftindent code again.
10375
10376         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10377
10378         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10379         for paragrap_extra indent code and new token \\leftindent.
10380         (latexParagraphs): handle the leftindent as environment.
10381
10382         * ParameterStruct.h: added leftindent support.
10383
10384         * ParagraphParameters.C (leftIndent): added support functions for
10385         the paragraph left indent.
10386
10387         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10388         more appropriate.
10389
10390 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10391
10392         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10393         inside insetERT.
10394
10395         * text.C (computeBidiTables): No bidi in insetERT.
10396
10397         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10398         in RTL documents.
10399
10400 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10401
10402         * version.C.in: pre 5
10403
10404 2002-05-02  José Matos  <jamatos@fep.up.pt>
10405         * buffer.C (makeDocBookFile): white space changes, add newline to
10406         command styles.
10407         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10408
10409         * tabular.C (docBook): fix typo.
10410
10411 2002-05-03  Juergen Vigna  <jug@sad.it>
10412
10413         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10414         change in LyXText as we can not be sure it was not freed.
10415         (drawOneRow): remove unused code.
10416
10417         * text.C (drawInset): redo the calculation of the need_break_row as
10418         it could have a row which was already freed.
10419         (draw): look at the return value of drawInset and return false if
10420         it also returned false.
10421         (paintRowText): look at the return value of draw and return false if
10422         it also returned false.
10423
10424         * lyxtext.h: added bool return type to drawInset() and draw() so that
10425         if we have a change in the row so that the rowbreak has to be redone
10426         we abort drawing as it will be called again.
10427
10428 2002-05-02  Juergen Vigna  <jug@sad.it>
10429
10430         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10431         a change in the maintext also if we're inside an inset.
10432         (Dispatch): set the cursor again after a break line and after the
10433         screen has been updated as it could be we're in a different row.
10434
10435         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10436         to set the cursor behind the pargraph with > size().
10437         (setCursor): check also for the same paragraph when checking where
10438         to put the cursor if we have a NFR inset.
10439
10440         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10441         parts of layout read further up as it still was in the wrong
10442         position.
10443
10444 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10445
10446         * screen.C (drawFromTo): change sine fullRebreak always return
10447         true.
10448
10449         * buffer.C (parseSingleLyXformat2Token): reindent some
10450
10451         * BufferView_pimpl.C (update): change since fullRebreak always
10452         return true.
10453         (Dispatch): git rid of the last hardcoded "Standard"s.
10454
10455 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10456
10457         * text2.[Ch] (fullRebreak): make it return void now that we always
10458         returned true.
10459
10460 2002-04-30  Juergen Vigna  <jug@sad.it>
10461
10462         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10463         ert compatibility check for "latex" layout.
10464
10465 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10466
10467         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10468         minipages: use col% instead of p%, and also use the current font.
10469         (makeLaTeXFile): Fix use babel condition.
10470         (parseSingleLyXformat2Token): Correct font when reading old floats.
10471
10472 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10473
10474         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10475         inserting list of floats.
10476
10477 2002-04-25  Herbert Voss  <voss@lyx.org>
10478
10479         * MenuBackend.C (expand): don't add the graphics extensions to the
10480         export menu
10481
10482 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10483
10484         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10485         non-existing layout, do not complain if it was the default layout
10486         of the original class (bug #342)
10487
10488 2002-04-24  Juergen Vigna  <jug@sad.it>
10489
10490         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10491         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10492
10493 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10494
10495         * buffer.C (getBibkeyList): If using \bibliography, return the
10496         option field with the reference itself. Enables us to provide natbib
10497         support when using \bibliography.
10498
10499 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10500
10501         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10502
10503         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10504         natbib is provided by the LaTeX class.
10505
10506 2002-04-23  Juergen Vigna  <jug@sad.it>
10507
10508         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10509         Wakeup functions.
10510
10511         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10512
10513 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10514
10515         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10516
10517         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10518         ensuremath around textordmasculine, textordfeminine and
10519         textdegree.
10520
10521 2002-04-19  Juergen Vigna  <jug@sad.it>
10522
10523         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10524         reinitializing the buffer otherwise row-dimensions may be wrong.
10525         (update): reset also the selection cursors if they do exits otherwise
10526         their x/y positions may be wrong.
10527
10528         * text2.C (cursorDown): don't enter the inset if we came from a row
10529         above and are one row over the inset.
10530
10531         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10532         really leaving an inset.
10533
10534 2002-04-18  Juergen Vigna  <jug@sad.it>
10535
10536         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10537         of the selected paragraph does not have the selected layout also if
10538         the last one had!
10539
10540         * text2.C (setLayout): fixed bug which did not change last selected
10541         paragraph.
10542
10543         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10544         changed the read and substituted \\end_float with \\end_inset!
10545
10546         * BufferView_pimpl.C (cursorPrevious):
10547         (cursorNext): fixed to make it work with rows heigher than the work
10548         area without moving the cursor only the draw of the row.
10549         (workAreaMotionNotify): fix jumping over high rows.
10550
10551 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10552
10553         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10554         Ressler.
10555
10556 2002-04-16  Juergen Vigna  <jug@sad.it>
10557
10558         * text2.C (setCursor): set also the irow().
10559         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10560         (cursorUp):
10561         (cursorDown): support for locking an inset if the x_fix value goes
10562         inside it. That way I can transverse insets too with cursor up/down.
10563
10564         * lyxrow.h: added irow helper function same as other (i) functions.
10565
10566         * BufferView_pimpl.C (cursorPrevious):
10567         (cursorNext): fixed for insets!
10568
10569 2002-04-15  Juergen Vigna  <jug@sad.it>
10570
10571         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10572         position otherwise it is wrong in some cases.
10573
10574         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10575         inside the inset before the call.
10576
10577 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10578
10579         * buffer.[Ch] (getBibkeyList): make it const.
10580
10581 2002-04-12  Juergen Vigna  <jug@sad.it>
10582
10583         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10584
10585         * text2.C (getCursorX): new helper function
10586         (setCursor): compute also ix_
10587         (setCursorFromCoordinates): set also ix.
10588
10589         * lyxcursor.h: added ix_ and helper functions.
10590
10591         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10592
10593         * buffer.C (insertStringAsLines): dont break paragraph if the this
10594         paragraph is inside an inset which does not permit it!
10595
10596         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10597         also with no chars on this paragraph.
10598         (paintRowText): only paint stuff if it's inside the workarea!
10599
10600         * paragraph.C (breakParagraph): honor keepempty flag and break the
10601         paragraph always below not above.
10602
10603         * BufferView2.C (unlockInset): update the paragraph layout on inset
10604         unlock as we changed paragraph in such a case.
10605
10606         * lyxfind.C (LyXFind): clear the former selection if not found!
10607
10608         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10609         again called in insertChar().
10610
10611         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10612         an inset which uses the whole row!
10613         (rightMargin): ditto.
10614         (insertChar): force a rebreak if we inserted an inset!
10615
10616 2002-03-28  Herbert Voss  <voss@lyx.org>
10617
10618         * lyxlength.[Ch]: add inBP() to get the right PS-point
10619         units (BigPoint). With inPixels we have rounding errors
10620
10621 2002-04-11  Juergen Vigna  <jug@sad.it>
10622
10623         * text2.C (setCursorFromCoordinates): set iy to the right value.
10624         (setCursor): add check if row->previous exists!
10625
10626         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10627         an old float_type as this was the case in the old code!
10628
10629         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10630
10631         * BufferView2.C (showLockedInsetCursor): use iy
10632         (fitLockedInsetCursor): ditto
10633
10634         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10635         locked insets as there we have the right value now.
10636
10637         * lyxcursor.C: added iy_ variable and iy functions to set to the
10638         baseline of cursor-y of the locked inset.
10639
10640         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10641         (setCursor): fixed for insets which need a full row.
10642
10643         * text.C (rowLastPrintable): don't ignore the last space when before
10644         an inset which needs a full row.
10645         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10646         as last character of a row when before a inset which needs a full row.
10647
10648 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10649
10650         * version.C.in: update date
10651
10652         * text2.C (fullRebreak): try to always return true and see what
10653         happens...
10654
10655 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10656
10657         * MenuBackend.C (expand): use Floating::listName
10658
10659         * FloatList.C (FloatList): add listName argument to the built-in
10660         floats
10661
10662         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10663         text associated with the float.
10664
10665 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10666
10667         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10668
10669 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10670
10671         * ShareContainer.h: add a couple of missing typenames.
10672
10673 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10674
10675         * lyxrc.C (getDescription): use _() correctly rather than N_().
10676
10677 2002-03-28  Herbert Voss  <voss@lyx.org>
10678
10679         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10680         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10681
10682 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10683
10684         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10685         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10686
10687 2002-03-29  Juergen Vigna  <jug@sad.it>
10688
10689         * lyxfunc.C (dispatch): add a missing fitCursor call.
10690
10691         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10692         it was scrolled by a cursor move, so return the bool status.
10693
10694         * BufferView.C (fitCursor): return the bool flag also to the outside
10695         world as this is needed.
10696
10697         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10698
10699         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10700         call the edit() as it is not needed (and wrong) IMO.
10701         (workAreaButtonPress): set the screen_first variable before evt.
10702         unlock the inset as this may change screen_first and then we have
10703         a wrong y position for the click!
10704
10705 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10706
10707         * MenuBackend.C (expand): another translation that I missed
10708
10709 2002-03-28  Juergen Vigna  <jug@sad.it>
10710
10711         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10712
10713         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10714
10715 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10716
10717         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10718
10719         * MenuBackend.C (expand): fix export/view/update when there is no
10720         document open.
10721
10722 2002-03-27  Herbert Voss  <voss@lyx.org>
10723
10724         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10725         and text%
10726
10727 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10728
10729         * bufferview_funcs.C (currentState): only show paragraph number
10730         for is DEVEL_VERSION is set.
10731
10732         * lyxfunc.C (dispatch): put warning in INFO channel
10733
10734         * MenuBackend.C (expand): translate the name of floats
10735
10736         * FloatList.C (FloatList): mark the float names for translation
10737
10738         * converter.C (convert): use LibScriptSearch
10739
10740 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10741
10742         * MenuBackend.C (defaults): fix default menu (we might as well get
10743         rid of it...)
10744
10745 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10746
10747         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10748         directory.
10749
10750 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10751
10752         * lyxvc.C: reorder includes.
10753
10754 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10755
10756         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10757           properly
10758
10759 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10760
10761         * CutAndPaste.C: change layouts earlier on paste
10762           to avoid crashing when calling getFont()
10763
10764 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10765
10766         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10767         irritating #error.
10768
10769 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10770
10771         * WorkArea.C: remove 'Pending' debug message.
10772
10773         * most files: ws cleanup
10774
10775         * buffer.[Ch]: ws changes
10776
10777         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10778
10779 2002-03-21  Juergen Vigna  <jug@sad.it>
10780
10781         * tabular.C (SetMultiColumn): collapse also the contents of the
10782         cells and set the last border right. Added a Buffer const * param.
10783
10784 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10785
10786         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10787         linking or not.
10788
10789 2002-03-19  Juergen Vigna  <jug@sad.it>
10790
10791         * text2.C (clearSelection): reset also xsel_cache.
10792
10793         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10794         where it needs to be called (John tells us to do so too :)
10795         (selectionLost): reset sel_cache.
10796
10797         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10798
10799 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10800
10801         * text2.C (setCursorIntern): put debuging code in INSETS channel
10802
10803 2002-03-19  André Pönitz <poenitz@gmx.net>
10804
10805         * lyxfunc.C: tiny whitespace change
10806
10807 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10808
10809         * ToolbarDefaults.C (init):
10810         * LyXAction.C (init):
10811         * commandtags.h:
10812         * BufferView_pimpl.C (Dispatch):
10813         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10814
10815 2002-03-19  Allan Rae  <rae@lyx.org>
10816
10817         * exporter.C (Export): removeAutoInsets before doing anything else.
10818         While I've just introduced a dependency on BufferView this really is
10819         the best place to clean the buffer otherwise you need to cleanup in
10820         a dozen places before calling export or cleanup in a dozen functions
10821         that export calls.
10822
10823         * converter.C (runLaTeX):
10824         (scanLog): Better handling of removeAutoInsets and screen updates.
10825
10826         * lyxfunc.C (dispatch): small whitespace changes
10827
10828 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10829
10830         * WorkArea.C (C_WorkAreaEvent): return a value.
10831         (event_cb): return 1 if we handled the event, 0 otherwise.
10832
10833         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10834
10835 2002-03-18  Juergen Vigna  <jug@sad.it>
10836
10837         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10838         (GetAdditionalWidth): ditto.
10839         (RightLine): ditto.
10840         (LeftLine): ditto.
10841
10842         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10843         inset if we're there actually (probably not used right now but this
10844         is the direction to go for unifying code).
10845         (paste): disable code to clear the selection.
10846
10847         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10848         inside an InsetText and move the check further up as it is in the
10849         wrong place.
10850
10851         * text2.C (pasteSelection): set a selection over the pasted text.
10852
10853 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10854
10855         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10856         and libgraphics to build on Cygwin.
10857
10858 2002-03-15  Juergen Vigna  <jug@sad.it>
10859
10860         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10861         inserting an Inset into the paragraph. I know this is not the best
10862         fix but we already use current_view in CutAndPaste so we will remove
10863         all of it's using at the same time.
10864
10865         * buffer.C (sgmlError): deactivated function till it is rewritten in
10866         the right mode, now it can create problems.
10867
10868         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10869         before accessing it.
10870
10871 2002-03-14  Juergen Vigna  <jug@sad.it>
10872
10873         * undo_funcs.C (textHandleUndo): do the right thing when updating
10874         the inset after the undo/redo.
10875
10876         * text2.C (setCursor): just some testcode for #44 not ready yet.
10877
10878         * undo_funcs.C (textHandleUndo): set the next() and previous()
10879         pointers of the paragraph to 0 before deleting otherwise we have
10880         problems with the Paragraph::[destructor].
10881
10882         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10883         on a paragraph insertion.
10884
10885 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10886
10887         * buffer.C (asciiParagraph): use += operator for char append to
10888         string.
10889
10890         * paragraph.C (getFontSettings): compare >= not just >
10891         (highestFontInRange): ditto
10892         (setFont): ditto
10893
10894 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10895
10896         * paragraph.C: change several algorithm to be more appripriate for
10897         the problem domain. This is lookip in FontList and in the InsetList.
10898
10899 2002-03-13  André Pönitz <poenitz@gmx.net>
10900
10901         * commandtags.h:
10902         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10903
10904 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10905
10906         * commandtags.h:
10907         * LyXAction.C:
10908         * lyxfunc.C:
10909         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10910
10911 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10912
10913         * Painter.C (display): anon helper function, adjust code for this
10914         change.
10915         (pixmap): remove function.
10916
10917         * Painter.h: remove private display variable.
10918
10919         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10920
10921 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10922
10923         * WorkArea.[Ch]: remove figinset_canvas cruft.
10924
10925 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10926
10927         * lyxtextclass.C (operator): add one item cache optimization.
10928
10929         * bufferlist.h: doxy changes
10930
10931         * bufferlist.C: ws changes
10932
10933         * DepTable.[Ch] (ext_exist): place const in the right spot.
10934
10935         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10936         call resizeInsets.
10937         (workAreaExpose): call resizeInsets when the with BufferView changes.
10938         (Dispatch): adjust for protectedBlank removal
10939         (specialChar): call updateInset if the insert went ok.
10940
10941         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10942         specialChar instead.
10943
10944         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10945
10946         * BufferView.h: doxy change
10947
10948         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10949
10950         * lyxtextclass.C (operator[]): remove non-const version
10951         (defaultLayout): remove non-const version
10952
10953 2002-03-12  Juergen Vigna  <jug@sad.it>
10954
10955         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10956         did resize the LyXText too.
10957
10958         * buffer.C (readLyXformat2): set layout information on newly allocated
10959         paragraphs.
10960
10961         * tabular.C (OldFormatRead): set layout information on the paragraph.
10962
10963 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10964
10965         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10966
10967 2002-03-11  Juergen Vigna  <jug@sad.it>
10968
10969         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10970         plainly wrong.
10971         (resizeCurrentBuffer): force also the insets to resize themselfes.
10972         (moveCursorUpdate): fixed up for InsetText.
10973
10974 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10975
10976         * commandtags.h:
10977         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10978         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10979         value of Dialogs::tooltipsEnabled().
10980         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10981
10982 2002-03-08  Juergen Vigna  <jug@sad.it>
10983
10984         * BufferView_pimpl.C (updateInset): update inset inside inset also
10985         if it isn't inside theLockingInset().
10986
10987 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10988
10989         * buffer.C (asciiParagraph): redo some of the word and line length
10990         handling.
10991         (getLists): look for Caption instead of caption.
10992
10993 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10994
10995         * buffer.C (Buffer): initialize niceFile to true
10996         (makeLaTeXFile):
10997         (makeLinuxDocFile):
10998         (makeDocBookFile): make sure niceFile is true on exit
10999
11000 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11001
11002         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11003
11004 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11005
11006         * LyXSendto.C: remove.
11007         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11008         * lyx_gui.C: remove now-redundant comment.
11009         * ColorHandler.h: remove forward declaration of class WorkArea.
11010         * lyxfunc.C: remove #include "WorkArea.h".
11011
11012 2002-03-07  Juergen Vigna  <jug@sad.it>
11013
11014         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11015         got moved away with the DEPM and also set the inset_owner always
11016         right which before could have been omitted.
11017
11018 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11019
11020         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11021         wanted layout is not found.
11022
11023 2002-03-07  Juergen Vigna  <jug@sad.it>
11024
11025         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11026
11027 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11028
11029         * paragraph.C (breakParagraph): use default layout not layout of
11030         prev paragraph.
11031         (Paragraph): clear ParagraphParameters.
11032
11033 2002-03-06  Juergen Vigna  <jug@sad.it>
11034
11035         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11036         otherwise it would not be a valid lenght. Fixed a special case in
11037         the minipage compatibility read where we end the document with a
11038         minipage.
11039
11040         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11041         was set as it could be 0 for InsetTexts first entry.
11042
11043 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11044
11045         * paragraph.C (writeFile): if layout is empty write out
11046         defaultLayoutName().
11047
11048         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11049         file without named layout we set layout to defaultLayoutName().
11050
11051 2002-03-06  Juergen Vigna  <jug@sad.it>
11052
11053         * CutAndPaste.C (copySelection): set layout for new paragraph.
11054
11055         * text.C (prepareToPrint): leave ERT inset left aligned
11056         (leftMargin): don't indent paragraphs inside ERT insets
11057
11058 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11059
11060         * paragraph.C (breakParagraph): dont call clear do the work manually
11061
11062         * paragraph.[Ch] (clear): remove function
11063
11064 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11065
11066         * paragraph.C (Paragraph): dont call clear, the work has already
11067         been done.
11068
11069         * lyxtextclass.C (operator): assert if n is empty
11070
11071         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11072         work manually instead.
11073
11074 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11075
11076         * BufferView_pimpl.C: protect selectionLost against text == 0
11077
11078 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11079
11080         * text.C (breakParagraph): fix a setting layout to '0' problem.
11081
11082 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11083
11084         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11085         final location of file, for the included files, and graphics.
11086
11087 2002-03-05  Juergen Vigna  <jug@sad.it>
11088
11089         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11090
11091 2002-03-04  Juergen Vigna  <jug@sad.it>
11092
11093         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11094
11095         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11096         last column of multicolumn cells.
11097         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11098
11099 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11100
11101         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11102         file if it doesn't go to a temporary file.
11103
11104         * buffer.C (sgmlOpenTag):
11105         (sgmlCloseTag):  remove extra newline insertion.
11106
11107 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11108
11109         * text.C (getRowNearY): comment out debug msg
11110
11111 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11112
11113         * text2.C: first -> first_y
11114
11115         * text.C (getRowNearY): add some attemts at a possible
11116         optimization, not working.
11117
11118         * tabular.[Ch]: add BufferParams to several function so that newly
11119         created paragraph can be initialized to he default layotu for the
11120         buffers textclass.
11121
11122         * tabular-old.C (ReadOld): add buf->params to call of Init
11123
11124         * screen.C: rename text->first to text->first_y
11125
11126         * paragraph.C (breakParagraph): always set layout in the broken
11127         paragraph
11128
11129         * lyxtextclass.C (Read): remove lowercase
11130         (hasLayout): ditto
11131         (operator): ditto
11132         (delete_layout): ditto
11133
11134         * lyxtext.h: rename first -> first_y
11135
11136         * lyxlayout.C (Read): remove lowercase
11137         (name): ditto
11138         (setName): ditto
11139         (obsoleted_by): ditto
11140
11141         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11142
11143         * buffer.C (insertErtContents): add params are to InsetERT
11144         (parseSingleLyXformat2Token): add code to check if a paragraphs
11145         layout really exist.
11146         (parseSingleLyXformat2Token): add params to several inset
11147         constructors
11148         (asciiParagraph): remove lowercase, do the layout comparisons with
11149         no_case
11150
11151         * BufferView_pimpl.C (cursorNext): first -> first_y
11152         (resizeCurrentBuffer): first -> first_y
11153         (updateScrollbar): first -> first_y
11154         (scrollCB): first -> first_y
11155         (workAreaMotionNotify): first -> first_y
11156         (workAreaButtonPress): first -> first_y
11157         (checkInsetHit): first -> first_y
11158         (cursorPrevious): first -> first_y
11159         (cursorNext): first -> first_y
11160         (Dispatch): add buffer_->params to severl inset contructors
11161
11162 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11163
11164         * lyxlayout.C (Read): remove some debug info that I forgot.
11165
11166         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11167         clean up the code slightly.
11168         (makeLinuxDocFile): ditto
11169         (makeDocBookFile): ditto
11170
11171         * text2.C: layout as string
11172
11173         * text.C: layout as string
11174
11175         * paragraph_pimpl.C: layout as string
11176
11177         * paragraph.[Ch]: layout as string
11178
11179         * lyxtextclasslist.[Ch]: layout as string
11180
11181         * lyxtextclass.[Ch]: layout as string
11182
11183         * lyxtext.h: layout as string
11184
11185         * lyxlayout.[Ch]: layout as string
11186
11187         * lyx_cb.C: layout as string
11188
11189         * bufferview_funcs.C: layout as string
11190
11191         * bufferparams.C: layout as string
11192
11193         * buffer.C: layout as string
11194
11195         * LyXView.[Ch]: layout as string
11196
11197         * LaTeXFeatures.[Ch]: layout as string
11198
11199         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11200
11201         * BufferView_pimpl.C: change current_layout to string, remove
11202         lyx::layout_type.
11203         (Dispatch):
11204         (smartQuote):
11205         (insertInset):
11206         (workAreaButtonRelease): layout as string
11207
11208         * BufferView2.C (unlockInset): adjust
11209
11210         * vspace.C (asLatexCommand): use an explict temp variable.
11211
11212 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11213
11214         * Makefile.am: use FRONTEND_*
11215
11216 2002-03-01  Juergen Vigna  <jug@sad.it>
11217
11218         * tabular.C (SetWidthOfMulticolCell): changed to something better
11219         I hope but still work in progress.
11220         (recalculateMulticolumnsOfColumn): renamed function from
11221         recalculateMulticolCells as it is more appropriate now.
11222         (SetWidthOfCell): calculate multicols better.
11223
11224 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11225
11226         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11227
11228         * lyxfunc.C (processKeySym): print sequence also if it is
11229         `deleted' (complete)
11230
11231         * kbsequence.C (print): print sequence even if it is deleted
11232         (complete would be a better word, actually).
11233
11234         * lyxfunc.C (dispatch): print complete options after a prefix key
11235
11236         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11237
11238 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11239
11240         * text2.C (setCharFont): eliminate setCharFont code duplication.
11241
11242 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11243
11244         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11245         LFUN_TABULAR_FEATURE (bug #177)
11246
11247 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11248
11249         * Makefile.am: remove figure.h
11250
11251 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11252
11253         * Bufferview_pimpl.C:
11254         * CutAndPasteC:
11255         * LaTeX.C:
11256         * LyXSendto.C:
11257         * buffer.C:
11258         * bufferlist.C:
11259         * converter.C:
11260         * language.C:
11261         * lyxfunc.C:
11262         * lyxvc.C:
11263         * paragraph.C:
11264         * text.C:
11265         * text2.C: remove #include "lyx_gui_misc.h".
11266
11267         * LaTeX.C: added #include <cstdio>
11268
11269 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11270
11271         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11272         that the paragraph following this one can have.
11273
11274         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11275
11276         * vspace.C (asLatexCommand): fix bogus gcc warning
11277
11278         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11279
11280 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11281
11282         * text2.C (setLayout): get rid of redundant code
11283
11284 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11285
11286         * text2.C (incDepth): make sure depth cannot be increased beyond
11287         reasonable values.
11288
11289 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11290
11291         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11292         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11293
11294         * PainterBase.h (image):
11295         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11296         a LyXImage const *.
11297
11298 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11299
11300         * BufferView.C:
11301         * BufferView.h:
11302         * BufferView_pimpl.C:
11303         * BufferView_pimpl.h:
11304         * LaTeXFeatures.C:
11305         * LyXAction.C:
11306         * LyXView.C:
11307         * Makefile.am:
11308         * UpdateList.h:
11309         * UpdateList.C:
11310         * buffer.C:
11311         * figure.h:
11312         * figureForm.C:
11313         * figureForm.h:
11314         * figure_form.C:
11315         * figure_form.h:
11316         * lyx_cb.C:
11317         * lyx_gui.C:
11318         * lyx_gui_misc.C:
11319         * lyxfunc.C:
11320         * sp_base.h:
11321         * sp_ispell.h:
11322         * sp_pspell.h:
11323         * sp_spell.C: remove fig inset, and the crap house of
11324           cards that follows it
11325
11326 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11327
11328         * Makefile.am:
11329         * lyxserver.C:
11330         * os2_defines.h:
11331         * os2_errortable.h:
11332         * nt_defines.h: move .h into support/
11333
11334         * vms_defines.h: remove
11335
11336         * WorkArea.C: add space in debug output
11337
11338         * text2.C:
11339         * paragraph.C:
11340         * buffer.C: add WITH_WARNINGS
11341
11342         * vc-backend.h:
11343         * vc-backend.C:
11344         * bufferlist.C: s/retrive/retrieve/, add docs
11345
11346         * vspace.h:
11347         * vspace.C:
11348         * kbmap.h:
11349         * lyxlength.h:
11350         * lyxgluelength.h:
11351         * length_common.h:
11352         * chset.h:
11353         * chset.C: add docs
11354
11355         * lyxgui.C: add ID to X error handler
11356
11357         * lyxtestclass.c: fix typo
11358
11359 2002-02-26  Juergen Vigna  <jug@sad.it>
11360
11361         * tabular_funcs.C (write_attribute): changed so that some default
11362         attributes are not written at all.
11363         (getTokenValue): set default values before trying to read the
11364         value so we have the return value always set as default if we don't
11365         find the token we search for.
11366
11367         * tabular.C (Write): write bools as bools not as strings!
11368
11369 2002-02-22  Juergen Vigna  <jug@sad.it>
11370
11371         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11372         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11373
11374         * text.C (leftMargin): don't add an indent for paragraphs inside
11375         tabular cells (fix #208).
11376
11377 2002-02-21  José Matos  <jamatos@fep.up.pt>
11378
11379         * tabular.C (docBook): fixed support for long tables.
11380
11381 2002-02-20  Juergen Vigna  <jug@sad.it>
11382
11383         * text2.C (getFont): get the drawing font of the Inset if this
11384         paragraph is inside an inset (only important for InsetERT for now).
11385
11386         * buffer.C (insertErtContents): use new lanugage params in ERT
11387         constructor.
11388
11389         * CutAndPaste.C: commenting out seemingly uneeded code.
11390
11391 2002-02-19  Allan Rae  <rae@lyx.org>
11392
11393         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11394         Iterators might be simple to use but they also get invalidated.
11395         (removeAutoInsets): renamed saved cursor tracking variables and added
11396         some comments to clarify what everything does.
11397
11398 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11399
11400         * Chktex.C:
11401         * LaTeX.C:
11402         * LyXSendto.C:
11403         * converter.C:
11404         * lyx_cb.C:
11405         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11406         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11407
11408         * lyxfunc.C:
11409         * vc-backend.h: remove #include "support/syscall.h"
11410
11411         * LaTeX.C:
11412         * LyXSendto.C:
11413         * converter.C: rearrange #includes in Lars' approved fashion.
11414
11415         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11416         forward declare class Timeout in the header file.
11417
11418         * XFormsView.C: changes due to the above.
11419
11420         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11421         similar to LyXView.
11422
11423         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11424         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11425
11426 2002-02-18  José Matos  <jamatos@fep.up.pt>
11427
11428         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11429         insets contents.
11430
11431 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11432
11433         * a lot of small ws changes
11434         * add a lot of using std::XXX
11435         * use std construcs some places where approp.
11436         * use some exisint stuff from lyxfunctional where approp.
11437         * Make file changes to use partial linking (lets test this now...)
11438
11439 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11440
11441         * Chktex.C:
11442         * buffer.C:
11443         remove #include "support/syscontr.h" as it's redundant. Always has been.
11444
11445         * Chktex.C:
11446         * LaTeX.C:
11447         * LyXSendto.C:
11448         * converter.C:
11449         * lyx_cb.C:
11450         * vc-backend.C:
11451         change Systemcalls::System to Systemcalls::Wait and
11452         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11453         No change of functionality, just reflects the stripped down Systemcalls
11454         class.
11455
11456 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11457
11458         * debug.[Ch]: add a GRAPHICS type to the enum.
11459
11460 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11461
11462         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11463
11464         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11465         there is an inset.
11466
11467 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11468
11469         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11470         match the changes below.
11471
11472         * text2.C (toggleInset): if there is not editable inset at cursor
11473         position, try to see if cursor is _inside_ a collapsable inset
11474         and close it.
11475
11476 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11477
11478         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11479         document menu has a nice checkbox
11480
11481 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11482
11483         * lyxlength.C (asLatexString): change PW to output as percent of
11484         \textwidth.
11485
11486         * lengthcommon.C: change '%' to 't%'
11487
11488         * lyxfunc.C (dispatch): a few comments from Martin
11489
11490 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11491
11492         * WorkArea.h:
11493         * WorkArea.C:
11494         * BufferView_pimpl.h:
11495         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11496           the X selection.
11497
11498 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11499
11500         * vspace.C (inPixels): fix compiler warning
11501
11502 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11503
11504         * lyxfunc.C (getStatus): fix status message for disabled commands.
11505
11506 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11507
11508         * BufferView_pimpl.C: fix crash on close buffer
11509         during selection (#227)
11510
11511 2002-01-27  Herbert Voss  <voss@lyx.org>
11512
11513         * buffer.C: link old Figure to new graphic inset
11514
11515 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11516
11517         * FontLoader.C (getFontinfo): Change the latex font names in order
11518         to match the names of type1inst.
11519
11520 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11521
11522         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11523
11524         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11525         (extchanged): ditto
11526         (ext_exist): ditto
11527         (remove_files_with_extension): ditto
11528         (remove_file): ditto
11529         (write): ditto
11530
11531         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11532         document is smaller than the work area height. Do not initialize
11533         static variables to 0.
11534
11535 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11536
11537         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11538
11539         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11540         LFUN_LAYOUT_PARAGRAPHS.
11541
11542         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11543         tabular. It is possible to provide a possible cell, which will
11544         typically be the actcell from the corresponding insettabular
11545
11546         * lyxfunc.C (getStatus): small cleanup; disable
11547         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11548         true
11549
11550 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11551
11552         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11553
11554         * paragraph.C (startTeXParParams):
11555         (endTeXParParams): new methods. The LaTeX code to
11556         start/end paragraph formatting
11557         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11558         empty (fixes bug #200)
11559
11560         * vspace.C (inPixels): adapt to the change below
11561         (inPixels): [later] more cleanups (remove unused variables)
11562
11563         * lyxlength.C (inPixels): change to use a width and a height as
11564         parameter.
11565
11566 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11567
11568         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11569         Replaced with \paperwidth
11570
11571         * DepTable.C (insert): add std:: qualifier
11572
11573 2002-01-18  Allan Rae  <rae@lyx.org>
11574
11575         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11576         updated also?
11577
11578         * text.C (drawInset): Turned out I didn't know enough about how
11579         rebreaking worked.  This fixes most of the redraw problems.  I see
11580         an occasional cursor trail when a line is broken now and the cursor
11581         placement can seem out by a few pixels also after a rebreak.
11582
11583 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11584
11585         * buffer.C (parseSingleLyXformat2Token): update because minipage
11586         width is now a LyXLength
11587
11588         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11589
11590         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11591         math insets
11592
11593 2002-01-17  Juergen Vigna  <jug@sad.it>
11594
11595         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11596
11597         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11598         is set correctly and the inset is updated correctly.
11599
11600 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11601
11602         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11603         the beginning of the loop.
11604
11605 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11606
11607         * lyxrc.C: improve help for use_scalable_fonts
11608
11609 2002-01-17  Allan Rae  <rae@lyx.org>
11610
11611         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11612
11613 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11614
11615         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11616         make sure to set their inset_owner to the right value (bug #171)
11617
11618 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11619
11620         * DepTable.h
11621         * DepTable.C: Implement mtime checking to reduce time spent doing
11622         CRCs.
11623
11624 2002-01-16  Juergen Vigna  <jug@sad.it>
11625
11626         * tabular.C (GetAdditionalHeight): one of error fixed.
11627
11628         * lyxrc.C (output): small fix in writing use_pspell.
11629
11630 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11631
11632         * sp_base.h: #include LString.h
11633
11634 2002-01-16  Allan Rae  <rae@lyx.org>
11635
11636         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11637         Can someone check this please?
11638
11639         * text.C (drawInset): It was possible that p.row would be removed by
11640         breakAgainOneRow upsetting a few other settings.  There may be another
11641         small tweak possible by setting need_break_row = 0 when p.row has been
11642         removed but I don't know enough about the logic here.
11643
11644 2002-01-15  Allan Rae  <rae@lyx.org>
11645
11646         * text.C (insertChar): removed conditional truism.
11647
11648         * BufferView2.C (removeAutoInsets): More tweaks.
11649         cur_par_prev could be a stray pointer.  Check for trailing empty line
11650         in case last line was cur_par and only had an error inset on it.
11651
11652 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11653
11654         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11655         absolute
11656
11657         * vc-backend.C (most methods):
11658         * exporter.C (Export):
11659         * converter.C (convert):
11660         (runLaTeX):
11661         * LyXSendto.C (SendtoApplyCB):
11662         * lyxfunc.C (dispatch):
11663         (menuNew):
11664         (open):
11665         (doImport):
11666         * lyx_cb.C (AutoSave):
11667         (InsertAsciiFile):
11668         * BufferView_pimpl.C (MenuInsertLyXFile):
11669         * buffer.C (runChktex): use Buffer::filePath().
11670
11671         * buffer.h: rename filename to filename_; rename filepath to
11672         filepath_ and make it private
11673         (filePath): new method
11674
11675         * buffer.C (writeFile): use fileName()
11676         (getLatexName):
11677
11678         * lyx_main.C (init): fix starting  of LyX when the binary is a
11679         link from so,ewhere else.
11680
11681         * minibuffer.C: include <cctype> for isprint
11682
11683 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11684
11685         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11686         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11687         name clash with InsetCollapsable's width function.
11688
11689 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11690
11691         * lastfiles.C: include <iterator>
11692
11693 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11694
11695         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11696         std::count.
11697
11698         * buffer.C (makeLaTeXFile): ditto.
11699         Also make loop operation more transparent.
11700
11701 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11702
11703         * ToolbarDefaults.C: remove trailing comma closing namespace.
11704
11705         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11706
11707         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11708         as in WorkArea.
11709
11710         * trans.C (Load): comment out unused variable, allowed.
11711
11712 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11713
11714         * minibuffer.[Ch] (append_char): new method to recieve input from the
11715         drop-down completion browser. If a key was pressed, then recieve this
11716         char and append it to the existing string.
11717         (peek_event): modify the positioning data passed to the completion
11718         browser so that it can be placed above the minibuffer rather than below.
11719 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11720
11721         * LyXAction.C (init): alloe error-next for readonly documents.
11722
11723         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11724         count.
11725
11726 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11727
11728         * bufferlist.C (readFile): create the buffer _after_ checking that
11729         the file exists.
11730
11731         * lyxfunc.C (verboseDispatch): fix handling of arguments
11732
11733         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11734
11735         * lyxrc.C: use string::erase() instead of initializing to "".
11736
11737
11738 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11739
11740         * BufferView_pimpl.h:
11741         * BufferView_pimpl.C:
11742         * WorkArea.h:
11743         * WorkArea.C:
11744         * text2.C: tell X when we have made a selection for copying
11745
11746 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11747
11748         * BufferView_pimpl.C (MenuInsertLyXFile):
11749         * lyxfunc.C (menuNew):
11750         (open):
11751         (doImport): add shortcuts to directory buttons
11752
11753         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11754         open a float)
11755
11756         * lyxfunc.C (setStatusMessage):
11757         (getStatusMessage): new methods
11758         (getStatus):use setStatusMessage instead of setErrorMessage
11759         (dispatch): when function is disabled, set error message here
11760         [instead of in getStatus previously]
11761
11762         * BufferView_pimpl.C (workAreaButtonRelease): update
11763         toolbar/menubar here too.
11764
11765 2002-01-13  Allan Rae  <rae@lyx.org>
11766
11767         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11768         Now seems indestructible.  Remaining task is to audit all other
11769         code affected by deleteEmptyParagraphMechanism.  One small quirk
11770         left is that an empty document with an error in the preamble can
11771         be made to report an error but no error box appears.  I don't know
11772         where it goes.
11773         (removeAutoInsets): Improved comments.
11774
11775 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11776
11777         * Thesaurus.h:
11778         * Thesaurus.C: update for Aiksaurus 0.14
11779
11780 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11781
11782         * text2.C (firstParagraph): removed member function, all uses
11783         replaces with ownerParagraph
11784         (redoParagraphs): here
11785         (updateInset): here
11786         (toggleAppendix): here
11787         * BufferView2.C (insertErrors): here
11788         (setCursorFromRow): here
11789
11790 2002-01-13  Allan Rae  <rae@lyx.org>
11791
11792         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11793         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11794         There is still a way to segfault this although you may have to do this
11795         multiple times: Have an InsetERT with an unknown command in it.
11796         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11797         <down-arrow>, <Enter> again, View->DVI, BANG!
11798
11799         * text2.C (setCursor):
11800         (deleteEmptyParagraphMechanism):
11801         * lyxtext.h (setCursor):
11802         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11803         Making use of the return value may help fix other bugs.
11804
11805 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11806
11807         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11808
11809         * LyXView.C (updateMenubar): call MenuBar::update here
11810         (updateToolbar): but not here
11811         (showState): do not update toolbar/menubar
11812
11813         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11814         should need to care about that.
11815
11816         * lyxfunc.C (verboseDispatch): simplify a bit
11817         (getStatus): have a version which takes a pseudoaction, and
11818         another which requires a (kb_action,string).
11819
11820         * LyXAction.C (retrieveActionArg): make it work also when action
11821         is not a pseudo-action.
11822         (getActionName): simplify a bit
11823         (helpText):
11824
11825 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11826
11827         * lyxfunc.C (verboseDispatch): new families of methods with
11828         several ways to specify a command and a bool to indicate whether
11829         the command name and shortcut should be displayed in minibuffer
11830         (eventually, we could extend that to a finer bitmask like
11831         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11832         (dispatch): the pristine dispatch command which just, well,
11833         dispatchs! Note it still sets its result to minibuffer; I'm not
11834         sure we want that.
11835
11836         * lyxfunc.h: remove setHintMessage
11837
11838         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11839
11840 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11841
11842         * BufferView_pimpl.C (specialChar): delete new inset if we have
11843         not been able to insert it.
11844
11845         * kbmap.C: revert to using int instead of kb_action, since all we
11846         are dealing with is pseudo-actions.
11847
11848         * LyXAction.C (searchActionArg): change to return int instead of
11849         kb_action, since the result is a pseudoaction.
11850
11851 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11852
11853         * buffer.C (insertErtContents): Fix (partially) the font bug.
11854
11855 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11856
11857         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11858         as the other one is broken on my machine!
11859
11860 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11861
11862         * commandtags.h:
11863         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11864
11865 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11866
11867         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11868         reflect their actual use. Provide compatibility code for older lyxrc
11869         files.
11870
11871         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11872         FL_NORMAL_STYLE.
11873         change names of popup font variables in line with the changes to lyxrc.C
11874
11875 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11876
11877         * buffer.C (asciiParagraph): avoid outputing a word twice after
11878         an inset.
11879
11880         * lyxrc.C (getDescription): document that document_path and
11881         template_path can be empty.
11882
11883 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11884
11885         * LaTeXFeatures.C (getMacros):
11886         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11887
11888         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11889
11890         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11891         getPackages.
11892         (getPackages): rename feature "floats" to "float". Use an array to
11893         iterate over 'simple' features (i.e. just a \usepackage). Add
11894         handling of "amsmath" (renamed from "amsstyle").
11895
11896 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11897
11898         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11899         features list.
11900
11901 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11902
11903         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11904         FuncStaus::FuncStatus & FuncStaus::some_method().
11905
11906 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11907
11908         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11909         of the func_satus stuff. Edited and massaged in various ways by
11910         JMarc.
11911
11912         * lyxfunc.C (getStatus): use FuncStatus
11913
11914 2002-01-08  Juergen Vigna  <jug@sad.it>
11915
11916         * text.C (nextBreakPoint): use function Inset::isChar().
11917
11918         * paragraph.C (TeXOnePar): use function
11919         Inset::forceDefaultParagraphs.
11920
11921         * buffer.C (latexParagraphs): use function
11922         Inset::forceDefaultParagraphs.
11923
11924 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11925
11926         * lyx_gui.C (init): set the style of the menu popups to
11927         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11928
11929 2002-01-07  Juergen Vigna  <jug@sad.it>
11930
11931         * text.C (setHeightOfRow): small fix
11932         (prepareToPrint): don't look at alignment if we don't have the place
11933         for doing it.
11934
11935 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11936
11937         * box.C: New file. Move the Box methods and functions out of box.h,
11938         following Lars' suggestion.
11939
11940 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11941
11942         * box.h: #include "support/LOstream.h", needed for inlined function.
11943
11944         * lyxtextclass.C:
11945         * lyxtextclasslist.C: added some using std declarations.
11946
11947 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11948
11949         * box.h: make signed dimensions to allow insets wider than
11950           the screen (bug #162)
11951
11952         * BufferView_pimpl.C: add some insetHit debug
11953
11954 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11955
11956         * vc-backend.C: add FIXME
11957
11958 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11959
11960         * lyxfunc.C (getStatus): enable code for showing math font status
11961         in toolbar/menu.
11962
11963 2002-01-07  Juergen Vigna  <jug@sad.it>
11964
11965         * text.C (nextBreakPoint): removed debug output not needed anymore.
11966
11967 2002-01-06  Juergen Vigna  <jug@sad.it>
11968
11969         * text.C (nextBreakPoint): fixed up this function we had this bug
11970         since ever but now hopefully we break row better.
11971         (insertChar): we have to check if an inset is the next char as it
11972         could now happen that a large inset is causing a break.
11973
11974 2002-01-05  Juergen Vigna  <jug@sad.it>
11975
11976         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11977         if it doesn't like to be drawed.
11978
11979 2002-01-04  Juergen Vigna  <jug@sad.it>
11980
11981         * BufferView2.C (lockInset): forgot to set a cursor.
11982
11983         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11984
11985 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11986
11987         * FormMathsPanel.C:
11988         * FormMathsPanel.h
11989         * MathsSymbols.C:
11990         * form_maths_panel.C:
11991         * form_maths_panel.h:
11992         * form_maths_panel.fd: implemented sub- and super- buttons in math
11993         panel.
11994
11995         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11996         (or ^ space) to be used as in TeX (req'd by André).
11997
11998         * lyxfunc.C: Allow ^ and _ again to be used both as
11999         super/subscript (mathed) and as themselves (in text).
12000
12001 2002-01-03  Allan Rae  <rae@lyx.org>
12002
12003         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12004         "LyX" or the filename of the current buffer if it has one.  This is a
12005         modified form of John Levon's patch.
12006
12007         * XFormsView.C (setWindowTitle): also set icon title.
12008
12009         * LyXView.h (setWindowTitle): signature changed.
12010         * XFormsView.h (setWindowTitle): ditto.
12011
12012 2002-01-02  Juergen Vigna  <jug@sad.it>
12013
12014         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12015
12016 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12017
12018         * screen.C (topCursorVisible): introduce a temp var for
12019         text->cursor.row(), handle the case where this row is null. (kindo
12020         hachish)
12021
12022         * text2.C (setCursor): add a couple of asserts.
12023
12024         * paragraph.h (inset_iterator): add -> operator
12025
12026         * paragraph.[Ch] (autoDeleteInsets): remove member function
12027
12028         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12029         cursor pos correctly and handle inset deletion by itself.
12030         (insertErrors): move iterator declaration out of for expression
12031
12032         * lyxtextclass.C: add <algorithm>
12033
12034         * Makefile.am: added the new files to sources, removed layout.C
12035
12036         * layout.C: removed file
12037
12038         * layout.h: remove LYX_DUMMY_LAYOUT
12039
12040         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12041         layout.
12042
12043         * lyxlayout.[Ch]:
12044         * lyxtextclass.[Ch]:
12045         * lyxtextclasslist.[Ch]: new files
12046
12047         * include order changes to a lot of files, also changes because of
12048         the six new files.
12049
12050 2001-12-27  Juergen Vigna  <jug@sad.it>
12051
12052         * buffer.C (asciiParagraph): more fixes.
12053
12054         * tabular.C (ascii): make ascii export support export of only the
12055         data separated by a column-delimiter.
12056         (ascii): better support for ascii export.
12057
12058         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12059
12060 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12061
12062         * tabular_funcs.C: use a "using std::getline" instead of the
12063         previous fix from Angus (necessary for cxx + lyxstring)
12064
12065 2001-12-24  Juergen Vigna  <jug@sad.it>
12066
12067         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12068
12069         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12070         problems. First check a minipage also if we have some ert-contents
12071         (not only on par->size(), second set the right depth of the paragraph
12072         on the relink to the root-paragraph-list!
12073
12074         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12075         which then did not anymore update the main paragraphs on undo/redo!
12076
12077 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12078
12079         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12080         code. Support all font-changing funcs (even those which are not in
12081         menu currently). Support for reporting font settings in
12082         mathed (disabled until Andre provides a function on mathed's side).
12083
12084         * func_status.h (toggle): small helper function to set toggle
12085         state on a flag.
12086
12087 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12088
12089         * tabular_funcs.C: getline -> std::getline
12090
12091 2001-12-21  Juergen Vigna  <jug@sad.it>
12092
12093         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12094         accessed and could be 0 (I couldn't generate this but it seems
12095         Michael could!).
12096
12097 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12098
12099         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12100         * tabular_funcs.h: here and include iosfwd
12101
12102 2001-12-20  Juergen Vigna  <jug@sad.it>
12103
12104         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12105         inside inset but undo_par was.
12106
12107 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12108
12109         * Thesaurus.C: always include <config.h> in sources.
12110
12111         * Painter.h:
12112         * lyxlookup.h:
12113         * box.h: do not include <config.h> in header files
12114
12115         * text.C (paintLastRow): remove unused variable
12116
12117         * text.C (transformChar):
12118         (insertChar):
12119         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12120
12121         * Painter.C (text):
12122         * font.C (width): rewrite to use uppercase() instead of
12123         islower/toupper.
12124
12125         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12126
12127 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12128
12129         * lyxfind.C: clean up of find failure position change
12130
12131 2001-12-20  Juergen Vigna  <jug@sad.it>
12132
12133         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12134
12135         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12136         (TeXRow): added to LaTeX a single tabular row.
12137         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12138         (Latex): simplified and finally good LT-h/f support.
12139         (various_functions): just small adaptions for LT-h/f support.
12140
12141         * tabular_funcs.[hC]: added and moved here all not classfunctions
12142         of LyXTabular.
12143
12144 2001-12-19  Juergen Vigna  <jug@sad.it>
12145
12146         * tabular.[Ch]: better support for longtabular options (not finished
12147         yet!)
12148
12149 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12150
12151         * text.C (paintLastRow): use the label font instead of the font of
12152         the last character to compute the size of *_BOX. This makes more
12153         sense and avoids a crash with empty paragraphs.
12154         Use Painter::rectangle to draw EMPTY_BOX.
12155
12156 2001-12-19  Juergen Vigna  <jug@sad.it>
12157
12158         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12159         the paragraphs if the replaced paragraph is not the first one!
12160         Tried to delete not used paragraphs but does not work yet so for
12161         now it's inside #ifdef's and by default off!
12162
12163 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12164
12165         * MenuBackend.C: include "lyx_main.h" instead of declaring
12166         lastfiles (actually was declared as LastFiles* instead of a
12167         scoped_ptr).
12168
12169 2001-12-17  Juergen Vigna  <jug@sad.it>
12170
12171         * tabular.C (AppendColumn): applied John's fix
12172
12173 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12174
12175         * BufferView.h:
12176         * BufferView.C:
12177         * BufferView_pimpl.h:
12178         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12179
12180         * Makefile.am:
12181         * box.h: new start of class for above
12182
12183         * lyxfunc.C: ignore space-only minibuffer dispatches.
12184           Show the command name when it doesn't exist
12185
12186         * minibuffer.C: don't add empty lines to the history
12187
12188         * minibuffer.C: add a space on dropdown completion
12189
12190 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12191
12192         * text.C: fix line above/below drawing in insets
12193
12194 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12195
12196         * lyxlength.C (LyXLength): Initialize private variables.
12197
12198 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12199
12200         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12201         when inserting error insets.
12202
12203 2001-12-13  Juergen Vigna  <jug@sad.it>
12204
12205         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12206         actually sometimes the before-paragraph.
12207         (setUndo): don't clear the redostack if we're not actually undoing!
12208
12209 2001-12-06  Juergen Vigna  <jug@sad.it>
12210
12211         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12212         and fixed redoing of main paragraph, so we can use it now ;)
12213
12214         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12215
12216 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12217
12218         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12219         Juergen's request
12220
12221 2001-12-13  André Pönitz <poenitz@gmx.net>
12222
12223         * undostack.[Ch]:
12224         * undo_func.C: minor cleanup
12225
12226 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12227
12228         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12229         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12230         font in urw-fonts package which is marked as -urw-fontspecific and
12231         does not work (incidentally, changing the encoding in the
12232         fonts.dir of this package to -adobe-fontspecific fixes the
12233         problem).
12234
12235         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12236         is a crash when undoing first paragraph (Juergen, please take a
12237         look). THis does not mean the undo fix is wrong, just that it
12238         uncovers problems.
12239
12240         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12241         the (Paragraph*) version when needed instead of duplicating the
12242         code.
12243
12244         * text.C (workWidth): use Inset::parOwner to find out where the
12245         inset has been inserted. This is a huge performance gain for large
12246         documents with lots of insets. If Inset::parOwner is not set, fall
12247         back on the brute force method
12248
12249         * paragraph_pimpl.C (insertInset):
12250         * paragraph.C (Paragraph):
12251         (cutIntoMinibuffer): set parOwner of insets when
12252         inserting/removing them
12253
12254         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12255
12256 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12257
12258         * commandtags.h:
12259         * LyXAction.C:
12260         * lyx_main.C:
12261         * lyxfunc.C:
12262         * mathed/formulabase.C:
12263         * mathed/math_cursor.[Ch]:
12264         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12265
12266
12267 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12268
12269         * lyxlength.[Ch] (operator!=): new function
12270
12271 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12272
12273         * text.C (workWidth): use Inset::parOwner to find out where the
12274         inset has been inserted. This is a huge performance gain for large
12275         documents with lots of insets. If Inset::parOwner is not set, fall
12276         back on the brute force method
12277
12278         * paragraph_pimpl.C (insertInset):
12279         * paragraph.C (Paragraph):
12280         (cutIntoMinibuffer): set parOwner of insets when
12281         inserting/removing them
12282
12283         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12284
12285 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12286
12287         * tabular-old.C (getTokenValue):
12288         * tabular.C (getTokenValue):
12289         (write_attribute): new versions for LyXLength
12290         (everywhere): adjust the use of widths
12291
12292         * tabular.h: change the type of widths from string to LyXLength
12293
12294 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12295
12296         * paragraph.C: fixed missing line number count when exporting
12297         Environments to LaTeX file
12298
12299         * buffer.C: added informational message for checking line numbers.
12300
12301 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12302
12303         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12304         paragraph, do the 'double space' part, but not the 'empty
12305         paragraph' one.
12306
12307         * text.C (workWidth): small optimization
12308         (getLengthMarkerHeight): use minimal size for negative lengths.
12309
12310 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12311
12312         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12313
12314         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12315
12316 2001-12-11  André Pönitz <poenitz@gmx.net>
12317
12318         * FontLoader.C:
12319         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12320
12321 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12322
12323         * text2.C: keep selection on a setFont()
12324
12325 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12326
12327         * lyx_cb.C: another bv->text misuse, from insert label
12328
12329 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12330
12331         * kbsequence.h:
12332         * kbsequence.C: re-instate nmodifier mask
12333
12334 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12335
12336         * lyx_main.h: make lyxGUI private.
12337
12338 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12339
12340         * lyxfind.C: place the cursor correctly on failed search
12341
12342 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12343
12344         * text.C (getLengthMarkerHeight): for small heights, the arrows
12345         are not always on top/bottom of the text
12346         (drawLengthMarker): smaller arrows; take the left margin in
12347         account; draw also vfills.
12348         (paintFirstRow):
12349         (paintLastRow): remove special code for vfill and standard spaces,
12350         since everything is handled in drawLengthMarker now.
12351
12352 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12353
12354         * buffer.C (insertErtContents): try to handle font and language
12355         interaction a bit better.g
12356
12357         * ColorHandler.C (updateColor): change the hash to cover the whole
12358         LColor enum, ws cleanup
12359         (getGCLinepars): ditto
12360         (getGCLinepars): only lookup in the linecache once.
12361
12362 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12363
12364         * iterators.C (operator++): Make the iterator more robust
12365
12366         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12367         (John's patch)
12368         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12369
12370 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12371
12372         * lyxtext.h:
12373         * text.C: better added space drawing
12374
12375 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12376
12377         * LyXView.C:
12378         * BufferView2.C: fix layout combo update on inset unlock
12379
12380 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12381
12382         * Makefile.am: don't compile unused files
12383
12384 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12385
12386         * lyxfunc.C:
12387         * commandtags.h:
12388         * LyXAction.C: remove old LFUN_LAYOUTNO
12389
12390 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12391
12392         * paragraph_pimpl.h:
12393         * paragraph_pimpl.C: isTextAt() doesn't need font param
12394
12395 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12396
12397         * lyxlex.h:
12398         * lyxlex.C: little cleanup
12399
12400 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12401
12402         * BufferView_pimpl.C: fix insertAscii for insets
12403
12404 2001-12-05  Juergen Vigna  <jug@sad.it>
12405
12406         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12407         set the right font on the "multi" paragraph paste!
12408
12409 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12410
12411         * trans_decl.h:
12412         * trans_mgr.[Ch]:
12413         * trans.[Ch]:
12414         * lyxgluelength.C:
12415         * lyxlength.C: remove out-commented code.
12416
12417         * BufferView_pimpl:
12418         * CutAndPaste.C:
12419         * DepTable.C:
12420         * buffer.C:
12421         * chset.C:
12422         * lastfiles.C:
12423         * lyxlex.C:
12424         * lyxlex_pimpl.C:
12425         * lyxserver.C:
12426         * screen.C:
12427         * tabular-old.C:
12428         * tabular.C:
12429         * text.C:
12430         * trans_mgr.C:
12431         * vc-backend.C: change "while(" to "while ("
12432
12433         * lyxlength.[Ch]: add zero function to check if length is zero or
12434         not
12435         * lyxgluelength.C: use it
12436
12437 2001-12-05  Allan Rae  <rae@lyx.org>
12438
12439         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12440         Works for 2.95.3, from what I understand of Garst's reports this should
12441         work for other g++ versions.  We're screwed if the abs(int) definition
12442         changed between bugfix releases of gcc.
12443
12444 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12445
12446         * text.C: fix chapter label offset !
12447
12448 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12449
12450         * lyxtext.h:
12451         * text.C: fix hfill at end of line, clean up
12452
12453 2001-12-04  Juergen Vigna  <jug@sad.it>
12454
12455         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12456         that we force an update of the inset and it's owners if neccessary.
12457
12458 2001-12-03  Juergen Vigna  <jug@sad.it>
12459
12460         * text.C (rowLast): simplified code
12461
12462 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12463
12464         * lyxfunc.C: fix show options on timeout
12465
12466 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12467
12468         * screen.C (topCursorVisible): scroll half a page when the cursor
12469         reached top of bottom of screen
12470
12471 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12472
12473         * minibuffer.C: deactivate on loss of focus
12474
12475 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12476
12477         * vspace.[Ch] (operator!=): add operator.
12478
12479 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12480
12481         * BufferView_pimpl.C: refuse to open an inset when
12482         there's a selection.
12483
12484 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12485
12486         * BufferView_pimpl.C: allow to click on RHS of full row insets
12487
12488 2001-11-30  Juergen Vigna  <jug@sad.it>
12489
12490         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12491         insets for undo reasons.
12492
12493 2001-11-28  André Pönitz <poenitz@gmx.net>
12494
12495         * vspace.[Ch]: cosmetical changes
12496
12497 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12498
12499         * LyXAction.h:
12500         * LyXAction.C:
12501         * lyxfunc.h:
12502         * lyxfunc.C:
12503         * kbmap.h:
12504         * kbmap.C:
12505         * lyxrc.C:
12506         * kbsequence.h:
12507         * kbsequence.C: part re-write of old kb code
12508
12509         * Painter.C:
12510         * WorkArea.C: remove Lgb_bug_find_hack
12511
12512 2001-11-30  José Matos <jamatos@fep.up.pt>
12513
12514         * buffer.C (makeDocBookFile): add a comment to point a hack.
12515         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12516         Fixed a double write of labels.
12517
12518 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12519
12520         * LaTeX.C:
12521         * LaTeX.h Fixed bug in LaTeX class where it would not
12522         re-run latex if no depfiles were changed, but the .dvi was removed.
12523
12524 2001-11-28  André Pönitz <poenitz@gmx.net>
12525
12526         * all the files from the change on 2001/11/26:
12527         use lyx::layout_type instead of LyXTextClass::size_type
12528         use lyx::textclass_type instead of LyXTextClassList::size_type
12529
12530 2001-11-29  Juergen Vigna  <jug@sad.it>
12531
12532         * text.C: added support for paragraph::isFreeSpacing()
12533
12534         * buffer.C: same as above
12535
12536         * paragraph.h: inserted isFreeSpacing() function to enable
12537         FreeSpacing inside InsetERT.
12538
12539         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12540         of the paragraph's in the cut/copy buffer to 0!
12541
12542         * text2.C (removeRow): remove the assert as it can!
12543
12544         * lyxtext.h: added helper function firstRow returning firstrow and
12545         made firstrow private again.
12546
12547         * BufferView2.C (lockInset): don't relock if we're already locked!
12548
12549         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12550         the only paragraph.
12551         (removeRow): added Assert::(firstrow)
12552
12553         * debug.C: forgot to add INSETTEXT here.
12554
12555 2001-11-28  Juergen Vigna  <jug@sad.it>
12556
12557         * sp_spell.C (initialize): changed error text to more general
12558         spellchecker command use (not only ispell!)
12559
12560         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12561
12562         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12563
12564 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12565
12566         * vspace.C: initialise lyxgluelength on failure
12567
12568 2001-11-28  Allan Rae  <rae@lyx.org>
12569
12570         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12571         declaration & definition that looks like a function declaration.
12572
12573 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12574
12575         * BufferView2.C (copy):
12576         (copyEnvironment): do not clear the selection when doing a copy.
12577
12578         * text.C (paintFirstRow): compilation fix
12579
12580 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12581
12582         * tabular.C (Latex): correct line count when writing latex.
12583
12584 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12585
12586         * paragraph_pimpl.h:
12587         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12588           bug a bit
12589
12590 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12591
12592         * text.C:
12593         * LColor.h:
12594         * LColor.C: change vfillline->added_space
12595
12596         * text.C: add markers and text for added space
12597
12598         * vspace.C: fix comment
12599
12600 2001-11-28  André Pönitz <poenitz@gmx.net>
12601
12602         * paragraph.C: whitespace changes
12603         * all the other files from the change on 2001/11/26:
12604         change *::pos_type into lyx::pos_type
12605
12606 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12607
12608         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12609         language of the document when inserting error insets.
12610
12611 2001-11-26  André Pönitz <poenitz@gmx.net>
12612
12613         * BufferView_pimpl.[Ch]:
12614         *       CutAndPaste.C:
12615         * buffer.[Ch]:
12616         * lyxcursor.[Ch]:
12617         * lyxfind.C:
12618         * lyxfunc.C:
12619         * lyxrow.[Ch]:
12620         * paragraph.[Ch]:
12621         * paragraph_pimpl.[Ch]:
12622         * sp_spell.C:
12623         * text.C:
12624         * text2.C: reduce header dependencies, introduce type for positions
12625
12626 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12627
12628         * <various>: change to use Alert.h
12629
12630 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12631
12632         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12633         when encountering an unknown token.
12634         (readLyXformat2): Show an error message if there were unknown tokens.
12635
12636 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12637
12638         * BufferView2.C:
12639         * BufferView_pimpl.C:
12640         * buffer.C:
12641         * paragraph.h:
12642         * text.C:
12643         * text2.C: use par->isInset()
12644
12645 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12646
12647         * paragraph_pimpl.h:
12648         * paragraph_pimpl.C: cleanup
12649
12650 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12651
12652         * text2.C (removeRow):
12653         * text.C (setHeightOfRow): remove useless (and costly) call to
12654         getRow.
12655
12656 2001-11-20  Allan Rae  <rae@lyx.org>
12657
12658         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12659         Now need Inset*::checkInsertChar() to return true for appropriate
12660         cases so that the characters in the minibuffer will actually be
12661         inserted.
12662
12663 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12664
12665         * text.C: change the order of the includes.
12666         (workWidth): initialize it at once.
12667         (workWidth): make maxw unsigned
12668         (setHeightOfRow): remove unused variable (inset)
12669         (selectSelectedWord): remove unused variable (inset)
12670         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12671
12672 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12673
12674         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12675         server is not running.
12676         (openConnection):
12677         (closeConnection): add debug info when server is disabled.
12678
12679         * ColorHandler.C (getGCForeground): send debug message to GUI
12680         channel.
12681
12682         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12683
12684         * kbmap.C (bind): modify because return conventions of
12685         kb_sequence::parse have changed.
12686
12687         * kbsequence.C (parse): only ignore spaces and not any stupid
12688         control character. This avoids tests like s[i] <= ' ', which are
12689         guaranteed to fail with 8bit characters and signed chars.
12690         Change return code to string::npos when there have been no error
12691         (0 was a bad idea when error is at first character)
12692
12693 2001-11-14  José Matos  <jamatos@fep.up.pt>
12694
12695         * buffer.h:
12696         * buffer.C (simpleDocBookOnePar): removed unused argument.
12697
12698 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12699
12700         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12701         insets which are part of a word. Paragraph::isLetter takes care of
12702         that now. Use Paragraph::isInset to identify insets.
12703         (selectSelectedWord): do not test for hyphenation break.
12704
12705         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12706         that protected spaces are considered as spaces.
12707
12708         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12709         Inset::isLetter.
12710
12711 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12712
12713         * lyxserver.h:
12714         * lyxserver.C: fix it. and small cleanup.
12715
12716 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12717
12718         * BufferView_pimpl.C: use inline helpers
12719
12720         * LaTeXFeatures.h:
12721         * LaTeXFeatures.C: fix typos
12722
12723         * Spacing.h:
12724         * Spacing.C: move spacing_string into class
12725
12726         * ToolbarDefaults.C: move stuff into namespace anon
12727
12728         * layout.h: update enum
12729
12730         * lyxfunc.C: use better debug
12731
12732         * minibuffer.h: fix typo
12733
12734         * debug.h:
12735         * debug.C:
12736         * WorkArea.C: add and use Debug::WORKAREA
12737
12738         * lyxtext.h:
12739         * text.C:
12740         * text2.C: code re-organisation, inline helpers
12741
12742 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12743
12744         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12745         std::vector.empty().
12746
12747 2001-11-09  Allan Rae  <rae@lyx.org>
12748
12749         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12750         '\n's after tables.  Tabular and ERT inset work now makes this no
12751         longer necessary.
12752
12753 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12754
12755         * minibuffer.h:
12756         * minibuffer.C: fix crash, improve drop-down completion
12757
12758 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12759
12760         * lyxserver.h:
12761         * lyxserver.C: invalidate fd's when doing endPipe()
12762
12763 2001-11-08  José Matos  <jamatos@fep.up.pt>
12764
12765         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12766         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12767
12768         * paragraph.h:
12769         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12770
12771 2001-11-07  José Matos  <jamatos@fep.up.pt>
12772
12773         * buffer.h:
12774         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12775         const qualifier.
12776
12777         * buffer.C (sgmlOpenTag):
12778         * buffer.C (sgmlCloseTag): removed debug info.
12779
12780         * buffer.h (sgmlOpenTag):
12781         * buffer.h (sgmlCloseTag): made public.
12782
12783 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12784
12785         * buffer.C (saveParamsAsDefaults):
12786         * lyx_cb.C (MenuLayoutSave): remove
12787
12788         * LyXAction.C (init):
12789         * commandtags.h:
12790         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12791
12792 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12793
12794         * buffer.C (setPaperStuff): removed from here...
12795
12796         * bufferparams.C (setPaperStuff): ... and moved there.
12797
12798 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12799
12800         * minibuffer.h:
12801         * minibuffer.C:
12802         * XFormsView.C: add support for drop-down completion
12803
12804 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12805
12806         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12807         commands.
12808
12809 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12810
12811         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12812         disabled.
12813
12814 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12815
12816         * lyx_main.C: change ref to known bugs
12817
12818 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12819
12820         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12821         to work around older babel problems.
12822
12823 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12824
12825         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12826
12827 2001-10-24  Juergen Vigna  <jug@sad.it>
12828
12829         * tabular-old.C (ReadOld): below variable changes reflected.
12830
12831         * tabular.[Ch]: added ltType struct for longtable header/footer
12832         defines and changed all instances where they are used. Added
12833         future support for double top/bottom rows.
12834
12835 2001-10-24  José Matos  <jamatos@fep.up.pt>
12836
12837         * buffer.h (docbookHandleCaption):
12838         * buffer.C (docbookHandleCaption): removed unused function.
12839         (makeDocBookFile): moved docbook supported version to v4.1.
12840
12841 2001-10-24  José Matos  <jamatos@fep.up.pt>
12842
12843         * tabular.h:
12844         * tabular.C (docbookRow): new function to export docbook code of a row.
12845         (DocBook): now honors the longtable flags.
12846
12847 2001-10-23  José Matos  <jamatos@fep.up.pt>
12848
12849         * LaTeXFeatures.h:
12850         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12851         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12852
12853         * buffer.C (makeLinuxDocFile):
12854         (makeDocBookFile): reworked the preamble, more clean, and with
12855         support for lyx defined entities. Changed the document declaration
12856         to be more XML friendly.
12857
12858         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12859         if we need to output XML that should be done with a filter.
12860
12861 2001-10-22  Juergen Vigna  <jug@sad.it>
12862
12863         * sp_pspell.h (class PSpell): add alive function needed in the
12864         controller to see if the spellchecker could be started.
12865
12866 2001-10-22  Juergen Vigna  <jug@sad.it>
12867
12868         * buffer.C (insertStringAsLines): modify the font for inserting
12869         chars in certain conditions by calling checkInsertChar(font).
12870
12871 2001-10-19  Juergen Vigna  <jug@sad.it>
12872
12873         * text.C (workWidth): use getRow instead of wrong algorithm.
12874         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12875
12876 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12877
12878         * lyxserver.h:
12879         * lyxserver.C:
12880         * lyx_main.h:
12881         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12882
12883 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12884
12885         * text.C (workWidth): do not search for the exact row when
12886         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12887         optimization for big documents.
12888
12889 2001-10-18  Juergen Vigna  <jug@sad.it>
12890
12891         * text.C (workWidth): new function with added Inset * parameter.
12892
12893 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12894
12895         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12896
12897         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12898         change return type of getColumnNearX.
12899
12900
12901         * text.C (changeRegionCase): use uppercase/lowercase instead of
12902         toupper/tolower.
12903         (leftMargin):
12904         (rightMargin): simplify code by factoring out the uses of
12905         textclasslist.
12906         (labelFill):
12907         (numberOfHfills):
12908         (setHeightOfRow):
12909         (appendParagraph): use Paragraph::size_type
12910
12911 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12912
12913         * vspace.C (asLatexString): add a missing break
12914
12915 2001-10-15  Herbert Voss  <voss@perce.de>
12916
12917         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12918
12919 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12920
12921         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12922         is not available.
12923
12924 2001-10-10  André Pönitz <poenitz@gmx.net>
12925
12926         * lyxfunc.C: removed greek_kb_flag.
12927
12928 2001-10-10  Herbert Voss  <voss@perce.de>
12929
12930         * lyx_main.C: delete global string help_lyxdir.
12931
12932 2001-10-09  Herbert Voss  <voss@perce.de>
12933
12934         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12935
12936         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12937
12938         * lyx_main.C: added global string help_lyxdir.
12939
12940         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12941
12942 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12943
12944         * lyxrc.C (set_font_norm_type): support iso8859-4
12945
12946 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12947
12948         * LaTeX.C (deplog): add another regex for MikTeX
12949
12950 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12951
12952         * lyxrc.C (set_font_norm_type): support iso8859-3
12953
12954 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12955
12956         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12957
12958         * LaTeXFeatures.C: remove special case of french and index
12959
12960         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12961         before \begin{document}). This solves several incompatibilities.
12962
12963 2001-10-03  Garst Reese  <reese@isn.net>
12964
12965         * lyx_cb.C: change CheckTex error msg.
12966
12967 2001-10-03  José Matos  <jamatos@fep.up.pt>
12968
12969         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12970
12971 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12972
12973         * .cvsignore: update
12974
12975         * lyx_main.C (commandLineVersionInfo): use new style version info.
12976
12977         * buffer.C (writeFile):
12978         (makeLaTeXFile):
12979         (makeLinuxDocFile):
12980         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12981
12982         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12983
12984         * version.h: update to use stuff in version.C
12985
12986         * version.C.in: new file. Contains version information determined
12987         at compile time. This is a merging of version.h and
12988         version_info.h.in.
12989
12990 2001-10-03  Juergen Vigna  <jug@sad.it>
12991
12992         * BufferView_pimpl.C (update): don't change "dirty" status in
12993         updateInset call.
12994
12995 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12996
12997         * WorkArea.C (c-tor): re-position version string slightly.
12998
12999 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13000
13001         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13002         revert to previous code.
13003
13004         WorkArea.[Ch]: (show, destroySplash): methods removed.
13005
13006         WorkArea.C: rework code so that it's an amalgam of the codes before and
13007         after the splash screen was moved to WorkArea.
13008
13009 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13010
13011         * lyxrc.C (read):
13012         * vspace.C (inPixels):
13013         (lyx_advance):
13014         * kbmap.C (bind):
13015         * buffer.C (insertStringAsLines):
13016         (asciiParagraph): fix types to be large enough
13017
13018         * lyxlex_pimpl.h: change member status from short to int
13019
13020         * layout.h: fix type of endlabeltype
13021
13022         * kbmap.C (bind):
13023         * kbsequence.C (parse): change return type to string::size_type
13024
13025         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13026         variable
13027
13028         * Bullet.C (bulletSize):
13029         (bulletEntry): do not use short ints as parameters
13030
13031         * BufferView2.C (insertLyXFile): change a char to an int.
13032
13033         * WorkArea.C (WorkArea): remove unneeded floats in computation
13034
13035 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13036
13037         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13038
13039         * paragraph.C (asString): Do not ignore newline/hfill chars when
13040         copying to the clipboard.
13041
13042 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13043
13044         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13045         after a multi-line inset.
13046
13047 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13048
13049         * paragraph.C (validate): Set NeedLyXFootnoteCode
13050
13051 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13052
13053         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13054         and decrease-error to decrease.
13055
13056 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13057
13058         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13059         it more readable (should be equivalent)
13060
13061 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13062
13063         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13064
13065 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13066
13067         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13068         of a cursor (row, etc.) after a character has been deleted
13069         (deleteEmptyParagraphMechanism): call the method above on _all_
13070         cursors held by the LyXText when a double space has been
13071         detected/deleted.
13072
13073 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13074
13075         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13076         pixmap.
13077         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13078
13079         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13080         background. Use greyOut() and the new show() methods to toggle between
13081         the foreground and background. Add code to remove the splash after
13082         its initial showing.
13083
13084         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13085         (create_forms): no longer call Dialogs::showSplash.
13086
13087 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13088
13089         * .cvsignore: add version_info.h
13090
13091 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13092
13093         * version_info.h.in: new file
13094
13095         * Makefile.am: add version_info.h.in
13096
13097         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13098         version_info.h instead of VERSION_INFO
13099
13100 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13101
13102         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13103         The ERT inset now returns string().
13104
13105 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13106
13107         * lyxtext.h, text.C (selectNextWord): renamed as
13108         selectNextWordToSpellcheck.
13109
13110         * text.C (selectNextWordToSpellcheck): Modified to not select
13111         words inside an ERT inset.
13112
13113 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13114
13115         * lyx_cb.C (MenuLayoutSave): change a bit the question
13116
13117         * sp_base.h: include <sys/types.h>
13118
13119 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13120
13121         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13122
13123 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13124
13125         * several files: fix typos in user-visible strings
13126
13127 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13128
13129         * text2.C (pasteSelection): do not set the selection, since it
13130         will be cleared later. Actually, the intent was to fix the way the
13131         selection was set, but I figured rmoving the code was just as good.
13132
13133 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13134
13135         * FontLoader.C (available): Check if font is available without
13136         loading the font.
13137
13138 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13139
13140         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13141
13142 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13143
13144         * lyxrc.[Ch]: added display_graphics variable and associated code.
13145
13146 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13147
13148         * bufferparams.C (hasClassDefaults): new method. Returns true if
13149         the buffer parameters correspond to known class defaults
13150
13151 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13152
13153         * XFormsView.C (show): set minimum size to the main window.
13154
13155 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13156
13157         * text2.C (copySelection):
13158         (cutSelection):
13159         * lyxfind.C (LyXReplace):
13160         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13161         LyXText::selectionAsString.
13162
13163         * paragraph.C (asString): add "label" argument to the second form
13164
13165         * text2.C (selectionAsString): add "label" argument and pass it to
13166         Paragraph::asString.
13167
13168 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13169
13170         * lyx_main.C (commandLineHelp): remove version information
13171
13172 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13173
13174         * lyx_main.C: add -version commandline option
13175
13176 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13177
13178         * paragraph.h: make the optional constructor arg required instead.
13179         some modifications to other files because of this.
13180
13181         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13182
13183         * lyxserver.C (C_LyXComm_callback): make it static
13184
13185         * lyx_main.C (error_handler): make it static
13186
13187         * lyx_gui.C (LyX_XErrHandler): make it static
13188
13189         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13190
13191         * WorkArea.C: make the extern "C" methods static.
13192
13193         * Makefile.am (lyx_LDADD): simplify
13194
13195 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13196
13197         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13198         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13199
13200         * LyXAction.C (init):
13201         * lyxfunc.C (dispatch): associated code removal.
13202
13203 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13204
13205         * lyxfont.h (isSymbolFont): shut off warning
13206
13207         * text.C (setHeightOfRow):
13208         (getVisibleRow): fix crash with empty paragraphs which have a
13209         bottom line
13210
13211 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13212
13213         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13214         code.
13215
13216 2001-09-04  José Matos  <jamatos@fep.up.pt>
13217         * buffer.C
13218         * buffer.h
13219         * tabular.C (docbook): rename docBook method to docbook.
13220
13221 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13222
13223         * Makefile.am: add dependencies to main.o.
13224
13225 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13226
13227         * FontLoader.C (available): Return false if !lyxrc.use_gui
13228
13229 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13230
13231         * FontInfo.C (query):
13232         * converter.C (view):
13233         * importer.C (Import):
13234         * exporter.C (Export): Can not -> cannot.
13235
13236 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13237
13238         * BufferView_pimpl.C: allow to create index inset even if
13239           string is empty
13240
13241 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13242
13243         * buffer.C (getLists): replace boost::tie code with an explicit pair
13244         as boost::tie can break some compilers.
13245
13246         * iterators.h: Added a std:: declaration to the return type of
13247         ParIterator::size.
13248
13249 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13250
13251         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13252           case.
13253
13254 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13255
13256         * iterators.[Ch]: New files. Provide paragraph iterators.
13257
13258         * buffer.C (changeLanguage): Use paragraph iterators.
13259         (isMultiLingual): ditto
13260
13261         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13262
13263 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13264
13265         * FontLoader.C: Support for cmr font.
13266
13267 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13268
13269         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13270         (available): New method.
13271
13272         * FontInfo.C (getFontname): Use scalable fonts even when
13273         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13274         found.
13275
13276 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13277
13278         * converter.C (Formats::view): reverted! Incorrect fix.
13279
13280 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13281
13282         * converter.C (Formats::view): only output the -paper option
13283         if the dvi viewer is xdvi, thereby fixing bug #233429.
13284
13285 2001-08-23  Herbert Voss  <voss@perce>
13286
13287         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13288
13289 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13290
13291         * Spacing.h (Spacing): Set space to Default on in the default
13292         constructor.
13293
13294 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13295
13296         * vc-backend.h (RCS::versionString): add RCS to version
13297         (CVS::versionString): add CVS to version
13298
13299         * vc-backend.C (scanMaster): do not add CVS to version.
13300         (scanMaster): do not add RCS to version
13301
13302         * lyxvc.C (versionString): new method
13303
13304         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13305
13306 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13307
13308         * Spacing.C (set): initialize fval
13309
13310 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13311
13312         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13313         " or \.
13314
13315 2001-08-16  Juergen Vigna  <jug@sad.it>
13316
13317         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13318
13319 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13320
13321         * BufferView_pimpl.C:
13322         * figureForm.C:
13323         * lyxtext.h:
13324         * text2.C: setParagraph takes linespacing now
13325
13326 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13327
13328         * LyxAction.C: add internal LFUN_CITATION_INSERT
13329
13330         * LyXView.C: actually apply fix
13331
13332         * bufferlist.C: fix open non-existent file
13333
13334         * lyxfind.C: fix indentation
13335
13336         * lyxfunc.C: remove unneeded assert, fix typo
13337
13338 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13339
13340         * MenuBackend.C: use "Floatname List"
13341
13342 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13343
13344         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13345         when converting LaTeX layout to insetERT.
13346         Generate a non-collapsed float when reading old float
13347
13348 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13349
13350         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13351         ERT insets.
13352
13353 2001-08-13  Juergen Vigna  <jug@sad.it>
13354
13355         * text.C (fill): return 0 instead of 20 as this seems to be the more
13356         correct value.
13357
13358 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13359
13360         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13361         lyxrc.font_norm.
13362
13363 2001-08-13  Juergen Vigna  <jug@sad.it>
13364
13365         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13366         casesensitive off.
13367         (SearchBackward): comment out the unlocking of the inset_owner this
13368         should not be needed!
13369
13370 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13371
13372         * Many files: Remove inherit_language, and add latex_language
13373
13374         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13375         collapsible insets.
13376
13377 2001-08-10  Juergen Vigna  <jug@sad.it>
13378
13379         * text.C (prepareToPrint): fixed hfill-width in draw!
13380
13381         * BufferView2.C (selectLastWord): save the selection cursor as this
13382         now is cleared in the function LyXText::clearSelection!
13383
13384 2001-08-08  Juergen Vigna  <jug@sad.it>
13385
13386         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13387         BACKSPACE type functions.
13388
13389         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13390         is only cutted from the document but not put in the cut-buffer, where
13391         still the old stuff should be.
13392
13393         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13394
13395         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13396
13397         * tabular.C (SetWidthOfCell): fixed special case where the width
13398         was not updated!
13399         (LeftLine): handle '|' in align_special.
13400         (RightLine): ditto
13401         (LeftAlreadyDrawed): ditto
13402         (SetWidthOfCell): ditto
13403
13404 2001-08-07  Juergen Vigna  <jug@sad.it>
13405
13406         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13407
13408 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13409
13410         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13411         * lyxlex.[hC]: ditto
13412
13413 2001-08-06  Juergen Vigna  <jug@sad.it>
13414
13415         * text.C (getVisibleRow): fix up row clearing a bit.
13416
13417 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13418
13419         * minibuffer.C: make sure the X server sees the changes in the input.
13420
13421 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13422
13423         * paragraph.C (getFont): split into...
13424         (getLabelFont): this
13425         (getLayoutFont): and this
13426         * paragraph_pimpl.C (realizeFont): calling this
13427
13428         * text2.C (getFont): split into...
13429         (getLayoutFont): this
13430         (getLabelFont): and this
13431         (realizeFont): all three calling this
13432
13433         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13434         files where used.
13435
13436 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13437
13438         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13439
13440 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13441
13442         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13443         layouts from the Quote inset insertion.
13444
13445 2001-08-03  Juergen Vigna  <jug@sad.it>
13446
13447         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13448
13449         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13450         only if status not is already CHANGED_IN_DRAW (second level).
13451
13452         * text.C (draw): don't set the need_break_row when inside an
13453         InsetText LyXText.
13454
13455 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13456
13457         * buffer.C (parseSingleLyXformat2Token): handle more latex
13458         conversion cases.
13459
13460         * bufferview_funcs.[hC]: change function names to
13461         begin with small char, adjust other files.
13462
13463 2001-08-02  André Pönitz <poenitz@gmx.net>
13464
13465         * lyxfunc.C:
13466         BufferView_pimpl.C: remove broken special code for math-greek
13467
13468 2001-08-02  Juergen Vigna  <jug@sad.it>
13469
13470         * BufferView_pimpl.C (update): redone this function so that we
13471         update the text again if there was a CHANGE_IN_DRAW.
13472
13473         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13474         (drawFromTo): added a new internal bool which is used by draw() and
13475         redraw() function.
13476         (general): some cursor drawing problems fixed.
13477
13478 2001-08-01  Juergen Vigna  <jug@sad.it>
13479
13480         * lyxfind.C (LyXFind): fixed
13481         (SearchForward): ditto
13482         (SearchBackward): ditto
13483
13484         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13485         spurius drawing of the cursor in the main area.
13486
13487         * text2.C (status): small fix which could lead to a segfault!
13488         (clearSelection): remove unneeded BufferView param.
13489
13490 2001-08-01  André Pönitz <poenitz@gmx.net>
13491
13492         * lyxfunc.C: small change due to changed mathed interface
13493
13494 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13495
13496         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13497
13498 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13499
13500         * lyxfunc.c: fail gracefully if file doesn't exist
13501
13502         * LyXSendto.C:
13503         * buffer.C:
13504         * lyxfunc.C:
13505         * BufferView_pimpl.C: IsDirWriteable() proto changed
13506
13507         * LyXView.C: fix updateWindowTitle() to store the last title
13508
13509 2001-07-31  Juergen Vigna  <jug@sad.it>
13510
13511         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13512         the font (wrong since using of Paragraph::highestFontInRange).
13513
13514         * paragraph.C (highestFontInRange): added a default_size parameter.
13515
13516         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13517         (setHeightOfRow): reformat
13518
13519 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13520
13521         * converter.[hC] + affected files: move to (inital-char)lowercase
13522         function names.
13523
13524         * ParagraphParameters.C (ParagraphParameters): remove commented code
13525
13526         * PainterBase.[Ch]: remove commented code
13527
13528         * LaTeXFeatures.h: add "bool floats" for float.sty
13529
13530         * LaTeXFeatures.C (LaTeXFeatures): init floats
13531         (require): handle float
13532         (getPackages): do it with floats
13533
13534 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13535
13536         * BufferView_pimpl.C (Dispatch): improve handling of
13537         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13538
13539         * commandtags.h: #include lyxfont.h here temporarily to avoid
13540         keybinding bug.
13541
13542         * bufferlist.h: include LString.h here.
13543
13544 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13545
13546         * text2.C (getStringToIndex): new method.
13547
13548 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13549
13550         * *: Reduced header file dependencies all over.
13551
13552 2001-07-30  Baruch Even  <baruch@lyx.org>
13553
13554         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13555
13556 2001-07-29  Baruch Even  <baruch@lyx.org>
13557
13558         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13559
13560 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13561
13562         * ParameterStruct.h (endif): add a default constructor to make
13563         sure that all variables is initialized.
13564
13565         * ParagraphParameters.C (ParagraphParameters): adjust
13566
13567 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13568
13569         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13570         index; also, check that there is something to index, and that it
13571         does not span over several paragraphs.
13572         (doubleClick): use WHOLE_WORD_STRICT for double click.
13573
13574         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13575
13576         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13577         scheme.
13578
13579 2001-07-26  Baruch Even  <baruch@lyx.org>
13580
13581         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13582         an InsetFig figure, backwards compatible reading of old figure code.
13583
13584 2001-07-27  Juergen Vigna  <jug@sad.it>
13585
13586         * text2.C: font.realize function adaption.
13587
13588         * text.C (draw): add a warnings lyxerr text if needed.
13589
13590         * layout.C: font.realize function adaption.
13591
13592         * language.C: add inherit_language and implement it's handlings
13593
13594         * bufferview_funcs.C (StyleReset): remove language parameter from
13595         font creation (should be language_inherit now).
13596
13597         * bufferparams.C (writeFile): handle ignore_language.
13598
13599         * paragraph.C (getFontSettings): the language has to be resolved
13600         otherwise we have problems in LyXFont!
13601
13602         * lyxfont.C (lyxWriteChanges): added document_language parameter
13603         (update): removed unneeded language parameter
13604
13605         * paragraph.C (validate): fixed wrong output of color-package when
13606         using interface colors for certain fonts in certain environments,
13607         which should not seen as that on the final output.
13608
13609 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13610
13611         * BufferView_pimpl.C:
13612         * Thesaurus.h:
13613         * Thesaurus.C:
13614         * Makefile.am:
13615         * commandtags.h:
13616         * LyXAction.C: add thesaurus support
13617
13618         * lyxfind.h:
13619         * lyxfind.C: add "once" parameter, for thesaurus, to not
13620           move to the next match
13621
13622 2001-07-26  Juergen Vigna  <jug@sad.it>
13623
13624         * lyxfont.C (realize): honor ignore_language too!
13625         (resolved): ditto.
13626
13627         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13628
13629         * text.C (draw): one place more for ignore_language to not draw
13630         itself!
13631
13632 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13633
13634         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13635
13636 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13637
13638         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13639         the minipage conversion problem.
13640
13641 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13642
13643         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13644         insert an inset.
13645
13646 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13647
13648         * BufferView.h: don't forward declare WorkArea
13649
13650         * BufferView.C: don't include WorkArea.h
13651
13652 2001-07-25  André Pönitz <poenitz@gmx.net>
13653
13654         * commandtags.h:
13655         * LyXAction.C:
13656         * lyxfunc.C:  new LFUN 'math-space'
13657
13658         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13659
13660 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13661
13662         * text2.C (toggleInset): call open/close
13663
13664 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13665
13666         * lyxfunc.C (dispatch): add debug for the disabled case
13667
13668         * font.C (buttonText): make similar to rectText
13669
13670         * buffer.C (readInset): comment out parsing of insetlist and
13671         insttheorem
13672
13673         * PainterBase.C (rectText): small correction
13674
13675         * BufferView_pimpl.C: comment out insettheorem and insetlist
13676         * LyXAction.C: ditto
13677         * commandtags.h: ditto
13678
13679 2001-07-24  Juergen Vigna  <jug@sad.it>
13680
13681         * text.C (draw): honor the ignore_language.
13682
13683         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13684
13685 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13686
13687         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13688         char inset.
13689
13690 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13691
13692         * lyxtext.h: remove unused (and unimplemented) methods
13693
13694 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13695
13696         * text.C (getVisibleRow): honor background color
13697
13698         * PainterBase.h:
13699         * Painter.h: remove default color argument for fillRectangle
13700
13701         * text.C (backgroundColor): new method
13702
13703 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13704
13705         * text.C (getVisibleRow): adjust
13706
13707         * font.[Ch] (rectText): new method, metrics
13708         (buttonText): new method, metrics
13709
13710         * PainterBase.[hC]: make rectText and buttonText always draw and take
13711         fewer paramteres.
13712
13713 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13714
13715         * ToolbarDefaults.C (read):
13716         * MenuBackend.C (read): allow escaping in all strings
13717
13718         * BufferView_pimpl.C (insertAndEditInset): new method.
13719         (Dispatch): use insertAndEditInset whenever appropriate.
13720
13721         * BufferView_pimpl.C (insertNote): removed
13722
13723         * BufferView_pimpl.C (smartQuote): new method, moved from
13724         BufferView; if an insetquote cannot be inserted, insert a '"'
13725         character instead.
13726
13727         * BufferView2.C: remove insertCorrectQuote();
13728
13729         * lyxfunc.C (getStatus): Add support for all remaingin
13730         inset-insert lfuns.
13731
13732         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13733
13734         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13735         command (necessary to pass " as parameter of self-insert.
13736
13737         * text.C (selectWordWhenUnderCursor):
13738         (selectWord): add word_location parameter
13739         (selectWordWhenUnderCursor): same + remove special code for word
13740         boundary.
13741         (selectNextWord): use kind() to guess type of insetspecialchar,
13742         not latex().
13743
13744         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13745         (insertErtContents): create ert insets as collapsed.
13746         (readInset): better compatibility code for Info inset.
13747
13748 2001-07-20  Juergen Vigna  <jug@sad.it>
13749
13750         * lyxfunc.C (dispatch): use always LyXFind now!
13751
13752         * text2.C (init): add a reinit flag so that the LyXText can be
13753         reinited instead of deleted and reallocated (used in InsetText).
13754
13755         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13756
13757         * text.C: ditto
13758
13759         * text2.C: ditto
13760
13761 2001-07-18  Juergen Vigna  <jug@sad.it>
13762
13763         * text.C (selectNextWord): handle insets inside inset by calling
13764         always the bv->text functions so that we can go up the_locking_inset!
13765
13766         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13767         in strange locations when inside an inset!
13768
13769         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13770         handling to include insets.
13771
13772         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13773
13774 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13775
13776         * LyXAction.C (init):
13777         * commandtags.h:
13778         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13779         LIGATURE_BREAK, since the name is so stupid.
13780
13781 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13782
13783         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13784         InsetInfos.
13785
13786         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13787
13788         * sp_form.[Ch]: remove.
13789
13790         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13791
13792         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13793         InsetInfo.
13794
13795         * src/buffer.C (readInset): ditto.
13796
13797 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13798
13799         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13800         menuSeparator(), endOfSentenceDot(), ldots() and
13801         hyphenationPoint(), which are therefore removed.
13802         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13803
13804         * LyXAction.C (init):
13805         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13806
13807         * paragraph.C (getWord): removed.
13808
13809         * BufferView_pimpl.C (Dispatch): use last word or selection for
13810         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13811
13812         * lyx_main.C (queryUserLyXDir): do not ask before creating
13813         user_dir, except if it has been named explicitely.
13814
13815 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13816
13817         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13818         a document of zero size.
13819
13820 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13821
13822         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13823         approriately in the c-tor and in require().
13824         (getPackages): output the appropriate LaTeX for natbib support.
13825
13826         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13827         variables "use_natbib" and "use_numerical_citations" when reading the
13828         LyX file.
13829         (readInset): read the various natbib cite commands.
13830         (validate): white-space change.
13831
13832         * bufferparams.[Ch]: new variables "bool use_natbib" and
13833         "bool use_numerical_citations".
13834         (writeFile): output them in the LyX file.
13835
13836 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13837
13838         * lyxfunc.C (getStatus): add support for all the inset insertion
13839         commands.
13840
13841         * text2.C (insertInset):
13842         * paragraph.C (insetAllowed):
13843         * BufferView_pimpl.C (insertInset): update to take in account the
13844         renaming of insertInsetAllowed
13845
13846         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13847
13848         * text2.C (getInset): new method. returns inset at cursor position.
13849
13850         * BufferView_pimpl.C (Dispatch): changes because of this.
13851
13852         * LyXAction.C (init): rename open-stuff to inset-toggle.
13853
13854         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13855
13856         * text2.C (toggleInset): renamed from openStuff; use
13857         Inset::open().
13858
13859 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13860
13861         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13862
13863         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13864
13865 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13866
13867         * buffer.C (readLyXformat2): Add filename to the error dialog
13868
13869 2001-07-18  Juergen Vigna  <jug@sad.it>
13870
13871         * tabular.C (GetCellNumber): put an assert here instead of the check!
13872
13873 2001-07-17  Juergen Vigna  <jug@sad.it>
13874
13875         * BufferView_pimpl.C (toggleSelection): adapted too.
13876
13877         * text.C (selectNextWord): adapted for use with insets.
13878         (selectSelectedWord): ditto
13879
13880 2001-07-17  Juergen Vigna  <jug@sad.it>
13881
13882         * sp_spell.C (PSpell): fix initialitation order.
13883
13884 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13885
13886         * paragraph.C: spacing
13887
13888 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13889
13890         * sp_spell.C: repair language selection for pspell
13891
13892 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13893
13894         * lyxfunc.h: change more methods to begin with lower char.
13895
13896 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13897
13898         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13899         for unknown layouts.
13900
13901 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13902
13903         * buffer.C (readLyXformat2): Generate an error dialog if there are
13904         unknown layouts.
13905
13906 2001-07-16  Juergen Vigna  <jug@sad.it>
13907
13908         * sp_spell.C: always compile ISpell part.
13909
13910         * lyxrc.C: added use_pspell entry and it's handling.
13911
13912 2001-07-13  Juergen Vigna  <jug@sad.it>
13913
13914         * sp_spell.C: removed double includes.
13915
13916 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13917
13918         Consistent use of Lsstream.h:
13919         * Lsstream.h: added using std::stringstream for consistencies sake.
13920
13921         * buffer.C: removed using std::stringstream
13922
13923         * lyxfont.C (stateText):
13924         * paragraph.C (asString):
13925         * text.C (selectNextWord, selectSelectedWord):
13926         * text2.C (setCounter):
13927         * vspace.C (asString, asLatexString):
13928         std::ostringstream -> ostringstream.
13929
13930 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13931
13932         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13933         * commandtags.h: add LFUN_HELP_ABOUTLYX
13934         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13935
13936 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13937
13938         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13939         cursorToggle()
13940         * lyx_gui_misc.C: remove spellchecker
13941         * lyxfunc.C: showSpellchecker
13942         * sp_base.h: added
13943         * sp_ispell.h: added
13944         * sp_pspell.h: added
13945         * sp_spell.C: added
13946         * sp_form.[Ch]: removed
13947         * spellchecker.[Ch]: removed
13948
13949 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13950
13951         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13952         is set.
13953         (simpleTeXSpecialChars): Simply print the input character without
13954         any special translation if pass_thru is set.
13955
13956         * layout.h: Added bool pass_thru to layout class for being able to
13957         implement pass through of a paragraph for Literate Programming.
13958
13959         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13960         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13961         * layout.C (Read): add "passthru" to list of layout tags and add
13962         code to set the pass_thru boolean when it is read.
13963
13964 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13965
13966         * trans_decl.h: remove allowed from KmodInfo
13967
13968         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13969         remove allowed code
13970         (Load): adjust
13971
13972         * paragraph_pimpl.C (erase): use boost::prior
13973
13974         * Painter.C (text): use data() instead of c_str() when length is
13975         also provided.
13976         * WorkArea.C (putClipboard): ditto
13977         * font.h (width): ditto
13978
13979         * BufferView2.C: use it-> instead of (*it). for iterators
13980         * texrow.C: ditto
13981         * paragraph_pimpl.C: ditto
13982         * paragraph.C: ditto
13983         * minibuffer.C: ditto
13984         * language.C: ditto
13985         * kbmap.C: ditto
13986         * encoding.C: ditto
13987         * counters.C: ditto
13988         * converter.C: ditto
13989         * chset.C: ditto
13990         * Variables.C: ditto
13991         * TextCache.C: ditto
13992         * MenuBackend.C: ditto
13993         * LyXAction.C: ditto
13994         * LColor.C: ditto
13995         * FloatList.C: ditto
13996         * DepTable.C: ditto
13997         * ColorHandler.C (LyXColorHandler): ditto
13998
13999 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14000
14001         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14002
14003         * text2.C (openStuff): reintroduce this method (which had been
14004         nuked in NEW_INSETS frenzy).
14005
14006         * lyxfunc.C (Dispatch): when an action has not been handled, use
14007         its name in the error message, not its number.
14008
14009         * paragraph.C (inInset): change method name to begin with lowercase.
14010
14011         * undo_funcs.C:
14012         * text2.C: updates because of this.
14013
14014 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14015
14016         * ToolbarDefaults.C (add): add spaces in error message
14017
14018 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14019
14020         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14021         (readLyXformat2): rename return_par to first_par, use lyxlex's
14022         pushToken and remove the manual push handling.
14023         (parseSingleLyXformat2Token): add another ert comp. variable:
14024         in_tabular, rename return_par to first_par. handle newlines better
14025
14026 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14027
14028         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14029
14030 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14031
14032         * text2.C (getParFromID): removed
14033
14034         * buffer.C (getParFromID): new method moved form lyxtext.
14035         * BufferView2.C (insertErrors): adjust
14036         (setCursorFromRow): adjust
14037         * BufferView_pimpl.C (restorePosition): adjust
14038         * lyxfunc.C (Dispatch): adjust
14039         * undo_funcs.C (textUndo): adjust
14040         (textRedo): adjust
14041         (textHandleUndo): adjust
14042         (textHandleUndo): adjust
14043
14044 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14045
14046         * buffer.C: up' the LYX_FORMAT
14047
14048         * lyxfont.h: turn NO_LATEX on as default
14049
14050         * buffer.C (insertErtContents): new methods of tex style compability.
14051         (parseSingleLyXformat2Token): use it several places.
14052         * tabular.C (OldFormatRead): and here
14053
14054 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14055
14056         * text2.C: remove some commented code.
14057         reindent file.
14058
14059         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14060         * trans.C: changes because of the above.
14061
14062 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14063
14064         * text2.C (setCounter): Fix counters bug with bibliography layout.
14065
14066 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14067
14068         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14069         own member functions
14070         (simpleTeXSpecialChars): ditto
14071
14072 2001-07-06  Juergen Vigna  <jug@sad.it>
14073
14074         * a lot of files: changed the access to LyXText::status and the
14075         call of undo-functions.
14076
14077         * undo.[Ch]: added a inset_id to the undo informations.
14078
14079         * undo_funcs.[Ch]: added and moved here all undo functions.
14080
14081         * lyxtext.h: give the status enum a weight, made status_ a private
14082         variable and made accessor functions for it, removed the whole bunch
14083         of undo-functions as they are now in their own file, make some
14084         functions publically available. Added function ownerParagraph with
14085         int parameter.
14086
14087         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14088         made InInset() a const function, added getParFromID() function.
14089
14090         * buffer.[Ch]: added const version for inset_iterator functions,
14091         added getInsetFromID() function.
14092
14093         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14094         changed undo functions for new version.
14095
14096 2001-07-05  Juergen Vigna  <jug@sad.it>
14097
14098         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14099         unknow mechanism does not call the proper constructor but only this
14100         one also if I request the other!?
14101
14102 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14103
14104         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14105
14106         * text2.C (LyXText): use initialization lists.
14107
14108         * lyxtext.h (Selection): initialize set_ and mark_
14109         (init): remove method
14110
14111 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14112
14113         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14114
14115 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14116
14117         * screen.[Ch]: change method names to begin with lowercase
14118
14119         * BufferView_pimpl.C (updateScrollbar): simplify further and
14120         hopefully make it a bit faster.
14121
14122 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14123
14124         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14125         calling directly xforms functions.
14126
14127         * Painter.C (Painter):
14128         * lyx_cb.C (MenuWrite):
14129         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14130         fl_display.
14131
14132         * lyx_gui.C: remove bogus guiruntime extern declaration.
14133
14134 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14135
14136         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14137         in NEW_INSETS
14138         (redoDrawingOfParagraph): ditto
14139         (redoParagraphs): ditto
14140         (cutSelection): don't create a object for CutAndPaste use the
14141         static method directly
14142         (pasteSelection): ditto
14143
14144         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14145         LyXview (+ rename)
14146
14147 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14148
14149         * modifications to some other files because of this.
14150
14151         * Makefile.am (lyx_SOURCES): add XFormsView
14152
14153         * XFormsView.[Ch]: new files
14154
14155         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14156         the main window. Move the gui dependent stuff to XFormsView
14157
14158 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14159
14160         * tabular.C (GetCellInset): update cur_cell also in the row/col
14161         version of this function.
14162
14163         * lyxfunc.C: no need to include figure_form.h here.
14164
14165         * FontLoader.h:
14166         * lyxfunc.h:
14167         * lyxscreen.h:
14168         * text2.C:
14169         * lyxvc.C: no need to include forms.h here.
14170
14171 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14172
14173         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14174
14175         * lyxfunc.C (Dispatch):
14176         * Spacing.C (set):
14177         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14178         constructor argument.
14179
14180 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14181
14182         * paragraph.C (Paragraph): dont't clear, and just set layout.
14183         (makeSameLayout): use params's copy contructor.
14184
14185         * ParagraphParameters.[Ch] (makeSame): delete method
14186
14187 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14188
14189         * Variables.[Ch]: fix indentation, rename set to isSet
14190
14191 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14192
14193         * lyxfunc.C (Dispatch): fix typo
14194
14195 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14196
14197         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14198         upper_bound.
14199
14200         * bufferlist.C: include assert.h for emergencyWrite().
14201
14202 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14203
14204         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14205           give up at last (bug #425202) !
14206
14207 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14208
14209         * lyx_gui_misc.C:
14210         * sp_form.h:
14211         * sp_form.C:
14212         * spellchecker.h:
14213         * spellchecker.C: strip spellchecker options and bring up
14214           preferences tab instead
14215
14216 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14217
14218         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14219         the istringstream constructor
14220
14221 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14222
14223         * paragraph.C (getLayout): fix return value
14224
14225         * paragraph.h: do not declare getLayout as inline.
14226
14227         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14228
14229 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14230
14231         * lyxcursor.h (operator<): new func
14232         (operator>): new func
14233         (operator>=): new func
14234         (operator<=): new func
14235
14236         * text.C (changeCase): use selection.start and selection.end
14237         (changeRegionCase): require from to be <= to. Require par to be a
14238         valid paragraph.
14239
14240         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14241
14242 2001-06-27  Juergen Vigna  <jug@sad.it>
14243
14244         * text.C (cursorLeftOneWord): changed to return the cursor and added
14245         overlay with BufferView * parameter which calls this one.
14246         (getWord): added
14247         (selectWord): use new getWord function.
14248         (changeCase): renamed from changeWordCase as and extended to work
14249         also on selections.
14250
14251         * lyxtext.h: added enum word_location
14252
14253         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14254         changeCase as this operates now also on selections.
14255
14256 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14257
14258         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14259
14260         * many files: send debug output to Debug::INFO instead of
14261         Debug::ANY.
14262
14263         * converter.C (View):
14264         (Convert):
14265         (Move): send debug output to Debug::FILES instead of console.
14266
14267 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14268
14269         * lyxfunc.C (getStatus): use func_status
14270
14271         * func_status.h: new header, describing the results of
14272         LyXFunc::getStatus;
14273
14274         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14275         LFUN_MATH_HALIGN.
14276
14277 2001-06-25  The LyX Project  <jug@sad.it>
14278
14279         * buffer.C (sgmlOpenTag):
14280         (sgmlCloseTag):
14281         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14282
14283 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14284
14285         * text2.C: remove some dead code
14286
14287         * tabular.C (GetCellInset): store the last cell checked (gotten)
14288
14289         * tabular.h: add the helper for the speedup
14290
14291         * lyxtext.h: remove some dead code
14292
14293 2001-06-26  The LyX Project  <Asger>
14294
14295         * paragraph.C: Change export to LaTeX of alignment to
14296         \begin{center} and family for better roundtrip work with reLyX.
14297
14298         * Tune the math drawing a bit.
14299
14300 2001-06-25  The LyX Project  <Asger>
14301
14302         * LColor.C (LColor): New color for math background. New color
14303         for buttons.
14304
14305 2001-06-25  The LyX Project  <jug@sad.it>
14306
14307         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14308
14309         * lyxfunc.C (Open):
14310         * bufferlist.C (newFile): do not restrict to files ending with
14311         .lyx
14312
14313         * BufferView_pimpl.C (MenuInsertLyXFile):
14314
14315 2001-06-24  The LyX Project  <jug@sad.it>
14316
14317         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14318         of compare_no_case
14319
14320 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14321
14322         * lyxtext.h: rename most methods to begin with a small char.
14323         Lots of changes because of this.
14324
14325         * paragraph.C (Paragraph): do not call fitToSize
14326         (erase): call Pimpl::erase
14327         (insertChar): call Pimpl::insertChar
14328         (insertInset): call Pipl::insertInset
14329         (breakParagraph): do not call fitToSize
14330         (breakParagraphConservative): do not call fitToSize
14331         (fitToSize): remove method
14332
14333         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14334
14335 2001-06-24  The LyX Project  <Asger>
14336
14337         * Fix Qt compilation^2
14338
14339 2001-06-24  The LyX Project  <jug@sad.it>
14340
14341         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14342         depthHook(getDepth()-1).
14343
14344         * paragraph.h:
14345         * ParagraphParameters.h:
14346         * ParameterStruct.h: change type of depth to unsigned int ==
14347         depth_type. Many adaptations to other files before of that.
14348
14349 2001-06-24  The LyX Project  <Asger>
14350
14351         * Fix Qt compilation.
14352
14353 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14354
14355         * paragraph.h: renamed several methods to begin with small letter.
14356         several changes to many parts of the code because of this.
14357
14358 2001-06-23  The LyX Project  <jug@sad.it>
14359
14360         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14361         rewritten to discard all double spaces when KeepEmpty is off
14362         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14363         to only handle newlines but not fiddle with spaces and friends.
14364
14365         * lyxfunc.C (MenuNew): when doing 'new from template', use
14366         template_path as default directory
14367
14368 2001-06-23  The LyX Project  <Asger>
14369
14370         * Clean-up of header file includes all over
14371         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14372
14373 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14374
14375         * paragraph.h: renamed from lyxparagraph.h
14376
14377 2001-06-23  Asger  <lyx@violet.home.sad.it>
14378
14379         * Buffer.h: Removed Buffer::resize
14380         * BufferList.h: Removed BufferList::resize
14381         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14382         the document lazily when we change the width, or the font settings.
14383
14384 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14385
14386         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14387
14388 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14389
14390         * buffer.h: remove out of date comment
14391
14392 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14393
14394         * lyxscreen.h:
14395         * screen.C: fix "theoretical" GC leak
14396
14397 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14398
14399         * LaTeX.C (scanAuxFile):
14400         (deplog): remove trailing \r when reading stream (useful under
14401         win32)
14402
14403 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14404
14405         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14406         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14407         and BufferView::theLockingInset(Inset*), so should use them and not
14408         access bv_->text->the_locking_inset directly.
14409
14410         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14411
14412 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14413
14414         * Makefile.am:
14415         * tex-defs.h: remove old unused file
14416
14417 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14418
14419         * BufferView_pimpl.C: fix typo, remove minibuffer message
14420           when buffer has loaded
14421
14422 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14423
14424         * lyxfunc.C (Dispatch): use stringstream
14425         (MenuNew): use stringstream
14426         (Open): use stringstream
14427
14428         * importer.C (Import): use stringstream
14429
14430         * bufferview_funcs.C (CurrentState): use stringstream
14431
14432         * LaTeX.C (run): use stringstream
14433
14434         * BufferView_pimpl.C (savePosition): use stringstream
14435         (restorePosition): use stringstream
14436         (MenuInsertLyXFile): use stringstream
14437
14438 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14439
14440         * BufferView.C:
14441         * Bullet.C:
14442         * ColorHandler.C:
14443         * FontInfo.C:
14444         * FontLoader.C:
14445         * LColor.C:
14446         * LaTeXFeatures.C:
14447         * Painter.C:
14448         * gettext.C:
14449         * lyx_gui_misc.C:
14450         * lyxserver.C:
14451         * vspace.C: removed // -*- C++ -*- as first line.
14452
14453         * lyxfind.h:
14454         * version.h: added // -*- C++ -*- as first line.
14455
14456 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14457
14458         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14459
14460         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14461         of string
14462
14463 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14464
14465         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14466         of floats.
14467
14468 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14469
14470         * gettext.C: include LString.h even when --disable-nls is on.
14471
14472 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14473
14474         * converter.h (Get): changed argument type from int to
14475         FormatList::size_type to avoid unnecessary conversion.
14476
14477         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14478         before using it.
14479
14480 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14481
14482         * gettext.h: include LString.h even when --disable-nls is on.
14483
14484 2001-06-07  Juergen Vigna  <jug@sad.it>
14485
14486         * text.C (BreakAgain): subst spaces with tabs.
14487
14488         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14489         (resizeInsetsLyXText): set force on resizeLyXText.
14490
14491 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14492
14493         * gettext.h (gettext_init):
14494         (locale_init): use a real definition instead of a macro
14495
14496 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14497
14498         * Bufferview_pimpl.C:
14499         * LColor.h:
14500         * LColor.C: further lcolor tidies
14501
14502 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14503
14504         * BufferView_pimpl.C (updateScrollbar): simplify.
14505
14506         * BufferView2.C: don't include insets/insetinfo.h, change
14507         prototype for insertInset and call the Pimpl version. let
14508         updateInset call Pimpl version.
14509
14510         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14511         gotoInset to BufferView::Pimpl
14512
14513 2001-06-01  Juergen Vigna  <jug@sad.it>
14514
14515         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14516         inside a LockingInset (is the update needed at all?).
14517
14518 2001-05-31  Juergen Vigna  <jug@sad.it>
14519
14520         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14521         here not the old one otherwise how should we compare it afterwards
14522         if it's the same!
14523
14524 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14525
14526         * lyxfont.C:
14527         * tabular.C:
14528         * tabular-old.C:
14529         * FontInfo.C: bring C functions into global namespace when
14530         necessary
14531
14532 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14533
14534         * LString.h: make sure config.h has been loaded before LString.h.
14535
14536         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14537         (one for each char read by EatLine!).
14538
14539         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14540         variables.
14541
14542 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14543
14544         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14545         to the same as the par we break from
14546
14547 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14548
14549         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14550
14551         * MenuBackend.C (expand): also create menu entries for wide
14552         versions of the floats.
14553
14554         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14555
14556         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14557
14558         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14559         frontends/Makefile.am
14560
14561         * text2.C: adjust
14562         * text.C: adjust
14563
14564
14565         * tabular.C (getTokenValue): add std::
14566
14567         * tabular-old.C (getTokenValue): add std::
14568         (getTokenValue): ditto
14569         (getTokenValue): ditto
14570
14571         * screen.C (ToggleSelection): adjust
14572
14573         * lyxtext.h: put selection cursors inside a Selection struct.
14574
14575         * lyxfunc.C (moveCursorUpdate): adjust
14576
14577         * lyxfont.C (latexWriteStartChanges): add std::
14578
14579         * lyxfind.C: adjust
14580
14581         * font.h: delete with(char const *, LyXFont const &)
14582
14583         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14584
14585         * FontInfo.C (getFontname): add std::
14586
14587         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14588         (workAreaButtonPress): adjust
14589         (tripleClick): adjust
14590         (update): adjust
14591         (moveCursorUpdate): adjust
14592         (Dispatch): adjust
14593
14594         * BufferView2.C (gotoInset): adjust
14595
14596 2001-05-30  Juergen Vigna  <jug@sad.it>
14597
14598         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14599         to check pspell I add this as default as I now have new pspell
14600         libraries and they seem to use this.
14601
14602 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14603
14604         * text2.C (CutSelection): make the cursor valid before the call to
14605         ClearSelection.
14606
14607 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14608
14609         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14610         relied on 0 terminated strings and other horrors. Bug found due to
14611         the new assert in lyxstring!
14612
14613         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14614         KP_ keys.
14615
14616 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14617
14618         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14619         to latinkeys.bind.
14620
14621         * lyxfunc.C (processKeySym): change method of getting to the
14622         self-insert char.
14623
14624         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14625         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14626         * BufferView_pimpl.[Ch]: here as private methods.
14627
14628 2001-05-28  Juergen Vigna  <jug@sad.it>
14629
14630         * text.C (SetHeightOfRow): added the update() call again as it is
14631         needed to initialize inset dimensions!
14632
14633 2001-05-16  Juergen Vigna  <jug@sad.it>
14634
14635         * text2.C (SetCharFont): Add new function with BufferView * and
14636         bool toggleall parameters for setting insets internal fonts.
14637         (SetFont): Freeze the undo as we may change fonts in Insets and
14638         all this change should be inside only one Undo!
14639
14640         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14641         setting font's in insets as for them we have the SetFont function!
14642
14643 2001-05-15  Juergen Vigna  <jug@sad.it>
14644
14645         * text2.C (ClearSelection): to be sure we REALLY don't have any
14646         selection anymore!
14647
14648         * tabular.C (TeXCellPreamble): fixed the left border problem for
14649         multicolumn cells.
14650
14651 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14652
14653         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14654         dependancy file
14655
14656 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14657
14658         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14659         LFUN_BREAKPARAGRAPH.
14660
14661         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14662         help test to "internal only", similar for LFUN_INSERT_URL
14663
14664         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14665         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14666         auto_region_delete and deadkeys.
14667
14668 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14669
14670         * LColor.h:
14671         * LColor.C: remove some dead entries, tidy a little
14672
14673 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14674
14675         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14676         commented code.
14677         (Dispatch): implement LFUN_ESCAPE
14678
14679         * commandtags.h: add LFUN_ESCAPE
14680
14681         * LyXAction.C (init): add entry for LFUN_ESCAPE
14682
14683         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14684         Remove commented code.
14685         (insertNote): moved here
14686         (open_new_inset): moved here
14687
14688         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14689         BufferView_pimpl
14690
14691 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14692
14693         * kbmap.C (findbinding): clean it up and make it work correctly.
14694
14695         * lyx_main.C (init): do not pass argc and argv as parameters
14696
14697 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14698
14699         * buffer.C: fix path for OS/2 & Win32
14700
14701         * lyx_gui.C:
14702         * lyx_main:
14703         * lyx_main.C: Added os:: class.
14704
14705         * os2_defines.h: update
14706
14707 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14708
14709         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14710         better by trying again with reduced state.
14711
14712 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14713
14714         * lyxrc.C (read): print error about invalid key sequence only when
14715         debugging (because not all latinX keysyms are known to some X
14716         servers)
14717
14718         * kbsequence.C (getiso): add a few std:: qualifiers
14719         (getiso): comment out extra return statement.
14720
14721 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14722
14723         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14724         handling.
14725         (Dispatch): enhance the accent inset a bit. (not perfect)
14726
14727 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14728
14729         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14730
14731 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14732
14733         * bufferlist.C (emergencyWrite): fix assert() call
14734
14735 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14736
14737         * text.C (InsertChar): Added trivial patch to only send the "you
14738         can not do multiple spaces this way" message once during a
14739         session.
14740
14741 2001-05-08  Baruch Even  <baruch@lyx.org>
14742
14743         * Makefile.am: Changed order of libraries to get LyX to link properly
14744         with the gnome frontend.
14745
14746 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14747
14748         * LaTeXFeatures.h: add a std:: qualifier
14749
14750 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14751
14752         * paragraph.C (String): use stringstream
14753
14754 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14755
14756         * paragraph.C (writeFile): remove footflag arg
14757
14758         * buffer.C (makeLaTeXFile): use stringstream
14759         (latexParagraphs): remove footnot gurba
14760
14761         * LaTeXFeatures.C (getPackages): use stringstream
14762         (getMacros): likewise
14763         (getTClassPreamble): likewise
14764         (getFloatDefinitions): new method
14765
14766         * paragraph.C (writeFile): reindent
14767         (Erase): reindent
14768
14769         * WorkArea.h: revert the xpos + etc changes.
14770
14771         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14772
14773         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14774
14775         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14776         (pasteSelection): likewise
14777         * text2.C (CreateUndo): likewise
14778
14779 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14780
14781         * minibuffer.C (peek_event): temporarily reduce the functionality
14782         of the minibuffer (to allow args on lfuns)
14783
14784         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14785         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14786
14787         * buffer.C (readInset): add compability reading of old float
14788         lists, add reading of new style float list.
14789         (readInset): avoid reevaluation of inscmd.getCmdName()
14790         (getLists): reindent
14791
14792         * MenuBackend.C (MenuItem): implement parsing of
14793         md_floatlistinsert and md_floatinsert.
14794         (expand::LastFiles): move initalizaton of iterators out of loop,
14795         avoid reevaluation.
14796         (expand::Documents): introduce typdedef vector<string> Strings,
14797         and use it.
14798         (expand::ExportFormats): introduce typedef vector<Format const *>
14799         Formats, and use it.
14800         (expand): implement FloatListInsert and FloatInsert.
14801
14802         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14803         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14804         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14805
14806         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14807         handling.
14808         (Dispatch::LFUN_FLOAT_LIST): implement
14809
14810 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14811
14812         * LaTeX.C (run): Fix problem with --export code.
14813
14814 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14815
14816         * BufferView.[Ch] (workarea): removed.
14817         (getClipboard) new method; wrapper for workarea()->getClipboard()
14818
14819         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14820         bug.
14821
14822         * WorkArea.h (width, height, xpos, ypos): These methods all
14823         returned the dimensions of the work_area sub-area of WorkArea,
14824         resulting in a position error if the WorkArea were resized. Now
14825         return the dimensions of the entire WorkArea.
14826
14827         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14828
14829 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14830
14831         * LaTeX.C (deplog): correct the syntax of regex reg1
14832
14833 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14834
14835         * undo.C: remove !NEW_INSETS cruft
14836
14837 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14838
14839         * text2.C: remove !NEW_INSETS cruft
14840
14841         * text.C: remove !NEW_INSETS cruft
14842
14843         * tabular.C: remove !NEW_INSETS cruft
14844
14845         * spellchecker.C: remove !NEW_INSETS cruft
14846
14847         * lyxtext.h: remove !NEW_INSETS cruft
14848
14849         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14850
14851         * lyxfunc.C: remove !NEW_INSETS cruft
14852
14853         * lyxfind.C: remove !NEW_INSETS cruft
14854
14855         * lyx_cb.C: remove !NEW_INSETS cruft
14856
14857         * figureForm.C: remove  !NEW_INSETS cruft
14858
14859         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14860
14861         * buffer.[Ch]: remove !NEW_INSETS cruft
14862
14863         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14864
14865         * CutAndPaste.C: remove !NEW_INSETS cruft
14866
14867         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14868
14869         * BufferView2.C: remove !NEW_INSETS cruft
14870
14871         * BufferView.h: remove !NEW_INSETS cruft
14872
14873 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14874
14875         * Lsstream.h: include LString.h before the sstream headers to
14876         fix problem with gcc 2.95.3 and lyxstring
14877
14878 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14879
14880         * lyx_main.C: add using directives when needed for C functions
14881         declared in std:: namespace.
14882
14883 2001-04-27  Juergen Vigna  <jug@sad.it>
14884
14885         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14886         (SetHeightOfRow): comment out the update call should not be needed!
14887
14888 2001-04-13  Juergen Vigna  <jug@sad.it>
14889
14890         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14891         (LyXTabular): tried to minimize operator= operations (and realized
14892         hopfully Lars wish).
14893
14894 2001-04-27  Juergen Vigna  <jug@sad.it>
14895
14896         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14897
14898 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14899
14900         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14901
14902         * buffer.C (readInset): hack to make listof algorithm work
14903
14904         * BufferView_pimpl.C: hack to make listof algorithm work
14905
14906 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14907
14908         * LyXAction.C: removed all !NEW_INSETS cruft
14909         (init): moved lfun_item in method
14910
14911         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14912
14913 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14914
14915         * BufferView2.C (theLockingInset): white space.
14916
14917 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14918
14919         * minibuffer.C: include <iostream>
14920
14921         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14922
14923         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14924
14925         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14926
14927         * text.[Ch] (TransposeChars): new method
14928
14929 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14930
14931         * call message directly through LyXView instead of through LyXFunc
14932         * BufferView2.C: adjust
14933         * BufferView_pimpl.C: adjust
14934         * FontLoader.C: adjust
14935         * buffer.C: adjust
14936         * bufferview_funcs.C: adjust
14937         * converter.C: adjust
14938         * figureForm.C: adjust
14939         * importer.C: adjust
14940         * lyx_cb.C: adjust
14941         * lyx_gui_misc.C: adjust
14942         * lyxfunc.C: adjust
14943         * lyxvc.C: adjust
14944         * text2.C: adjust
14945         + more files in subdirs
14946
14947         * lyxparagraph.h (size): move up int file
14948         (GetLayout): ditto
14949
14950         * adjust all uses of Assert to lyx::Assert.
14951
14952         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14953         lyxfunctional in namespace lyx
14954         * layout.C (hasLayout): ditto
14955         (GetLayout): ditto
14956         (GetLayout): ditto
14957         (delete_layout): ditto
14958         (NumberOfClass): ditto
14959         * converter.C (GetFormat): ditto
14960         (GetNumber): ditto
14961         (Add): ditto
14962         (Delete): ditto
14963         (SetViewer): ditto
14964         * bufferlist.C (getFileNames): ditto
14965         (emergencyWriteAll): ditto
14966         (exists): ditto
14967         (getBuffer): ditto
14968         * MenuBackend.C (hasSubmenu): ditto
14969         (hasMenu): ditto
14970         (getMenu): ditto
14971         * BufferView_pimpl.C (getInsetByCode): ditto
14972
14973 2001-04-18  Juergen Vigna  <jug@sad.it>
14974
14975         * vspace.C (asLatexString): fixed the 100% problem.
14976
14977 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14978
14979         * lyxfunc.C (Dispatch):
14980         * minibuffer.C:
14981         * minibuffer.h: add a few std:: qualifiers
14982
14983 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14984
14985         * minibuffer.[Ch]: reimplement so that commands is initiated and
14986         run from lyxfunc, simplified som handling, and made the completion
14987         and history code for complete. wip.
14988
14989         * lyxfunc.C (processKeySym): call message
14990         (miniDispatch): new temporary method
14991         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14992         (LFUN_MESSAGE): implement
14993         (LFUN_MESSAGE_PUSH): implement
14994         (LFUN_MESSAGE_POP): implement
14995         (initMiniBuffer): the initial/defualt minibuffer message.
14996
14997         * lyxfont.[Ch]: inline some more getters
14998
14999         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15000
15001         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15002
15003         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15004         (AutoSave): use LFUN_MESSAGE
15005         (Reconfigure): ditto
15006
15007         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15008
15009         * figureForm.C: use LFUN_MESSAGE
15010
15011         * converter.C (runLaTeX): use LFUN_MESSAGE
15012
15013         * bufferview_funcs.C: use LFUN_MESSAGE
15014         (Melt): ditto
15015         (changeDepth): ditto
15016
15017         * bufferparams.h: use boost::
15018
15019         * bufferlist.h: inherit privately from noncopyable
15020
15021         * bufferlist.C (loadLyXFile): remove some commented code.
15022
15023         * buffer.C (runChktex): use LFUN_MESSAGE
15024
15025         * ShareContainer.h: inherit privately from noncopyable
15026
15027         * ParagraphParameters.[hC] (depth): inline it.
15028
15029         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15030         methods.
15031         (message): new method
15032         (messagePush): ditto
15033         (messagePop): ditto
15034         (show): init minibuffer
15035         (showState): direct call
15036
15037         * LaTeX.[Ch]: inherit privately from noncopyable
15038         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15039         instead of WriteStatus.
15040
15041         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15042
15043         * BufferView_pimpl.C (buffer): don't init minibuffer
15044         (workAreaButtonPress): use LFUN_MESSAGE
15045         (workAreaButtonRelease): ditto
15046         (savePosition): ditto
15047         (restorePosition): ditto
15048         (MenuInsertLyXFile): ditto
15049         (workAreaExpose): don't init minibuffer
15050         (update): remove commented code, simplify
15051
15052         * BufferView2.C (openStuff): use LFUN_MESSAGE
15053         (toggleFloat): ditto
15054         (menuUndo): ditto
15055         (menuRedo): ditto
15056         (copyEnvironment): ditto
15057         (pasteEnvironment): ditto
15058         (copy): ditto
15059         (cut): ditto
15060         (paste): ditto
15061         (gotoInset): ditto
15062         (updateInset): remove some commented code
15063
15064         * lastfiles.h: inherit privately from noncopyable
15065         * layout.h: ditto
15066         * lyx_gui.h: ditto
15067         * lyx_main.h: ditto
15068         * lyxlex.h: ditto
15069         * lyxlex_pimpl.h: ditto
15070
15071         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15072         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15073         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15074
15075         * LyXAction.h: inherit privately from noncopyable, add methods
15076         func_begin, func_end, returning iterators to the func map.
15077
15078         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15079         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15080         (func_begin): new method
15081         (func_end): new method
15082
15083         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15084         and not)
15085         (copySelection): ditto
15086         (pasteSelection): ditto
15087
15088         * BufferView.C: whitespace change
15089         * BufferView.h: inherit privately from noncopyable
15090
15091 2001-04-16  Allan Rae  <rae@lyx.org>
15092
15093         * tabular-old.C (l_getline):
15094         * spellchecker.C (sc_check_word):
15095         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15096         an unrecognised preprocessor directive.  So ensure they're wrapped.
15097
15098 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15099
15100         * src/exporter.C (Export): Give an error message when path to file
15101         contains spaces.
15102
15103 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15104
15105         * LaTeX.C (deplog): Always check that foundfile exists.
15106
15107 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15108
15109         * lyx_main.h:
15110         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15111
15112 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15113
15114         * tabular.[Ch] (getLabelList): implement new method
15115
15116         * minibuffer.h: comment ouf setTiimer
15117
15118         * minibuffer.C (ExecutingCB): constify res
15119         (peek_event): constify s
15120         (Set): constify ntext
15121         (Init): constify nicename
15122
15123         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15124
15125         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15126         (savePosition): use two params to Minibuffer::Set
15127         (restorePosition): ditto
15128
15129 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15130
15131         * lyx_main.C: include language.h
15132
15133         * Makefile.am (lyx_main.o): add language.h
15134
15135 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15136
15137         * exporter.C:
15138         * paragraph.C:
15139         * screen.C:
15140         * tabular.C:
15141         * CutAndPaste.C: include gettext.h
15142
15143         * lyxfont.h: remove old hack with ON and OFF.
15144
15145         * lyxparagraph.h:
15146         * lyxfont.h: do not include language.h...
15147
15148         * BufferView2.C:
15149         * LaTeXFeatures.C:
15150         * Painter.C:
15151         * bufferview_funcs.C:
15152         * font.C:
15153         * lyxfont.C:
15154         * text.C:
15155         * text2.C:
15156         * trans_mgr.C:
15157         * paragraph.C: ... but do it here instead
15158
15159 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15160
15161         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15162
15163         * tabular.C: small reformat
15164
15165         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15166         NEW_INSETS version
15167         (GetChar): ditto
15168         (BreakParagraph): ditto
15169         (SetOnlyLayout): ditto
15170         (SetLayout): ditto
15171
15172         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15173         with one arg less.
15174
15175         * lastfiles.C: removed most using decl, add std:: where needed
15176
15177         * buffer.C: ws changes
15178
15179         * MenuBackend.C (class compare_format): put into anon namespace
15180         (expand): constify label, names, action, action2
15181         (expand):
15182
15183         * text.C (SingleWidth): constify font
15184         (IsBoundary): constify rtl2
15185         (GetVisibleRow): constify ww
15186
15187         * LaTeX.C (deplog): constify logfile
15188
15189         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15190         start_x, end_x
15191         (workAreaExpose): constify widthChange, heightChange
15192
15193         * lyxrow.C (par): moved
15194         (height): moved
15195         (next): moved
15196         * lyxrow.h: as inlines here
15197
15198         * lyxfont.h (shape): moved from lyxfont.C
15199         (emph): moved from lyxfont.C
15200
15201         * lyxfont.C (LyXFont): use initialization list for all
15202         constructors
15203         (shape): move to lyxfont.h as inline
15204         (emph): move to lyxfont.h as inline
15205
15206
15207 2001-04-04  Juergen Vigna  <jug@sad.it>
15208
15209         * vspace.C: had to include stdio.h for use of sscanf
15210
15211 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15212
15213         * BufferView.h:
15214         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15215         independent of xforms.
15216
15217 2001-04-02  Juergen Vigna  <jug@sad.it>
15218
15219         * spellchecker.C: fixed namespace placing!
15220
15221 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15222
15223         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15224         the LyXParagraph * is 0.
15225
15226 2001-03-29  Juergen Vigna  <jug@sad.it>
15227
15228         * vspace.C: added support for %, c%, p%, l%.
15229         (stringFromUnit): added helper function.
15230         (asLatexString): changed to give right results for the %-values.
15231
15232         * buffer.C: convert the widthp in a width%.
15233
15234 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15235
15236         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15237         figureForm.[Ch].
15238
15239         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15240         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15241
15242         * lyx_cb.[Ch]: see above.
15243
15244         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15245         form1.[Ch].
15246
15247         * form1.[Ch]:
15248         * lyx.[Ch]: replaced by figure_form.[Ch].
15249
15250         * lyx_gui.C:
15251         * lyx_gui_misc.C:
15252         * lyxfunc.C: changed headers associated with above changes.
15253
15254 2001-03-27  Juergen Vigna  <jug@sad.it>
15255
15256         * BufferView_pimpl.C: set the temporary cursor right!
15257
15258 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15259
15260         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15261
15262 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15263
15264         * LString.h: removed "using std::getline"!
15265
15266         * BufferView_pimpl.C (Dispatch): changes due to changes in
15267         InsetInclude::Params.
15268
15269         * buffer.C (tag_name): removed redundant break statements as they were
15270         producing lots of warnings with my compiler.
15271
15272 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15273
15274         * LString.h: add "using std::getline" when using the real <string>.
15275
15276 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15277
15278         * buffer.C: removed bitset usage.
15279         PAR_TAG moved to an anonymous name space.
15280         (tag_name): new funtion, also in the anonymous namespace.
15281         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15282         (makeDocBookFile): clean code. Completed transition from string arrays
15283         to string vectors.
15284         (SimpleDocBookOnePar): code clean.
15285
15286 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15287
15288         * tabular.C: add some comments.
15289
15290 2001-03-22  Juergen Vigna  <jug@sad.it>
15291
15292         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15293         compatibility read a bit and fixed bug with minipage in different
15294         depth.
15295
15296 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15297
15298         * buffer.C (pop_tag): removed.
15299         (push_tag): removed.
15300         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15301         array replaced with vector. Added support for CDATA sections.
15302         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15303         at any nest level.
15304         (makeDocBookFile): XML conformant declaration of CDATA section,
15305         fixed bug related to <emphasis> in the first paragraph char.
15306         (sgmlOpenTag): exclude empty tags.
15307         (sgmlCloseTag): ditto.
15308
15309         * buffer.h (pop_tag): removed.
15310         (push_tag): removed.
15311
15312 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15313
15314         * language.h (Languages): added size_type and size().
15315
15316 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15317
15318         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15319         response on compability reading of minipages. One probliem is that
15320         the old usage of minipages was «flertydig»
15321
15322         * several files here and in subdirs: don't use static at file
15323         scope use anon namespaces instead.
15324
15325 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15326
15327         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15328         LaTeX output. This is necessary for Literate document
15329         processing.
15330
15331 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15332
15333         * buffer.C: insert hfill when needed.
15334
15335         * tabular.C (l_getline): use string::erase, small whitespace change.
15336
15337         * BufferView_pimpl.C: try the anon namespace.
15338         * WorkArea.C: ditto
15339
15340 2001-03-16  Juergen Vigna  <jug@sad.it>
15341
15342         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15343         otherwise it won't open options-dialogs.
15344
15345         * buffer.C: honor pextraWidth(p) on converting minipages.
15346
15347         * tabular.C (l_getline): changed the functions to strip trailing \r.
15348
15349 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15350
15351         * BufferView_pimpl.C:
15352         * minibuffer..C: added "using SigC::slot" declaration.
15353
15354 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15355
15356         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15357
15358         * text2.C: ditto
15359
15360         * text.C: ditto
15361
15362         * paragraph.C: ditto
15363
15364         * lyxtext.h: NO_PEXTRA
15365
15366         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15367
15368         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15369         * ParameterStruct.h: ditto
15370         * ParagraphParameters.h: ditto
15371         * lyxparagraph.h: ditto
15372
15373 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15374
15375         * buffer.C: add compability for minipage alignment.
15376         (latexParagraphs): remove unwanted pextra check.
15377
15378         * several files: remove CXX_WORKING_NAMESPACES
15379
15380         * buffer.C (pop_tag): tie is in namespace boost
15381
15382         * BufferView.h: noncopyable is in namespace boost
15383         * lyxlex.h: ditto
15384         * lyx_main.h: ditto
15385         * lyx_gui.h: ditto
15386         * layout.h: ditto
15387         * lastfiles.h: ditto
15388         * bufferlist.h: ditto
15389         * ShareContainer.h: ditto
15390         * LyXView.h: ditto
15391         * LyXAction.h: ditto
15392         * LaTeX.h: ditto
15393
15394 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15395
15396         * Merging changes from BRANCH_MVC back into HEAD.
15397
15398         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15399
15400 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15401
15402         * BufferView_pimpl.C: change from intl.C
15403
15404         * combox.h:
15405         * combox.C:
15406         * Makefile.am: move combox.*
15407
15408         * form1.h:
15409         * form1.C:
15410         * lyx_gui.C:
15411         * intl.h:
15412         * intl.C: remove dialog (covered by prefs)
15413
15414 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15415
15416         * lyxfunc.C (Dispatch): removed redundant break statement.
15417
15418 2001-03-14  Juergen Vigna  <jug@sad.it>
15419
15420         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15421
15422 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15423
15424         * buffer.C: add hack to fix compability reading of minipages.
15425
15426 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15427
15428         * buffer.C (getLists): Cleanup.
15429
15430 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15431
15432         * lyxfont.C (update): don't honor toggleall on font size.
15433
15434 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15435
15436         * bmtable.c:
15437         * bmtable.h:
15438         * Makefile.am: moved to frontends/xforms/
15439
15440         * lyx_gui_misc.C:
15441         * lyxfunc.C:
15442         * BufferView_pimpl.C: changes for moved mathpanel
15443
15444 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15445
15446         * gettext.h: fix gettext_init() in --disable-nls
15447
15448 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15449
15450         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15451
15452 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15453
15454         * lyx.C:
15455         * lyx.h: strip external form
15456
15457 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15458
15459         * BufferView_pimpl.C: add comment, destroySplash()
15460
15461 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15462
15463         * BufferView_pimpl.C:
15464         * LyXAction.C:
15465         * buffer.C:
15466         * commandtags.h:
15467         * lyxfunc.C: use re-worked insetinclude
15468
15469 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15470
15471         * buffer.C: add using std::stringstream.
15472
15473         * lyx_cb.C: readd using std::ios.
15474
15475         * buffer.C: add using std::map.
15476
15477         * BufferView_pimpl.C: add using std::vector.
15478
15479         * ShareContainer.h: add std:: to swap.
15480
15481         * buffer.h: add some typedefs
15482         * buffer.C (getLists): use them
15483         (getLists): renamed from getTocList.
15484         add a counter for the different float types and use it in the
15485         generated string.
15486         (getLists): use the same counter for the NEW_INSETS and the "non"
15487         NEW_INSETS
15488
15489         * lyx_cb.h: remove unused items, includes, using etc.
15490
15491         * ShareContainer.h: remove some commented code, add more comments
15492         and "documentation".
15493
15494 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15495
15496         * buffer.C (getTocList): make the list also when NEW_INSETS is
15497         defined.
15498
15499         * buffer.h: remove TocType
15500
15501         * buffer.C (getTocList): change to return a map<string,
15502         vector<TocItem> >, implement for dynamic number of list.
15503
15504         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15505         * text2.C (PasteSelection): adjust
15506         * CutAndPaste.C (pasteSelection): adjust
15507
15508         * FloatList.C (FloatList): update from the new_insets branch.
15509         * Floating.[Ch]: ditto
15510         * LaTeXFeatures.C: ditto
15511         * buffer.C: ditto
15512         * lyxlex_pimpl.C: ditto
15513
15514         * paragraph.C (Last): remove when NEW_INSETS is defined.
15515
15516         * other file: changes because of the above.
15517
15518 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15519
15520         * lyxparagraph.h: rename next to next_, previous to previous_,
15521         make them private for NEW_INSETS. Rename Next() to next(),
15522         Previous() to previous().
15523
15524         * other files: changes because of the above.
15525
15526 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15527
15528         * BufferView.h:
15529         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15530         problem.
15531
15532 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15533
15534         * main.C (main): pass lyx_localedir to gettext_init().
15535
15536         * gettext.h: remove locale_init and gettext_init macros
15537
15538         * gettext.C (locale_init): new function
15539         (gettext_init): new function
15540
15541         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15542         setlocale().
15543
15544 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15545
15546         * Moved credits to frontends:
15547         * credits.[Ch]: removed
15548         * credits_form.[Ch]: removed
15549         * lyx_gui_misc.C: remove credits stuff
15550         * Makefile.am:
15551
15552 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15553
15554         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15555
15556         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15557         unneeded destructor.
15558
15559         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15560         a standalone pointer again.
15561
15562         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15563
15564 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15565
15566         * Makefile.am:
15567         * filedlg.h:
15568         * filedlg.C:
15569         * LyXAction.C:
15570         * ToolbarDefaults.C:
15571         * bufferlist.C:
15572         * commandtags.h:
15573         * form1.C:
15574         * form1.h:
15575         * lyx_cb.C:
15576         * lyx_cb.h:
15577         * lyxfunc.h:
15578         * lyxfunc.C:
15579         * BufferView_pimpl.C: use new file dialog in GUII
15580
15581         * lyx_cb.h:
15582         * lyx_cb.C: remove LayoutsCB to Toolbar
15583
15584 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15585
15586         * ShareContainer.h (get): add std:: qualifier
15587
15588 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15589
15590         * ShareContainer.h: define a proper ShareContainer::value_type
15591         type (and use typename to please compaq cxx)
15592
15593 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15594
15595         * lyxparagraph.h: move serveral local vars to
15596         ParameterStruct/ParagraphParameters., use ShareContainer in
15597         FontTable., make vars in FontTable private and add getter and
15598         setter.
15599
15600         * paragraph.C: changes because of the above.
15601
15602         * lyxfont.h: remove copy constructor and copy assignment. (the
15603         default ones is ok), move number inside FontBits. move inlines to
15604         lyxfont.C
15605
15606         * lyxfont.C: add number to initializaton of statics, move several
15607         inlines here. constify several local vars. some whitespace
15608         cleanup. Dont hide outerscope variables.
15609
15610         * Spacing.h: add two new constructors to match the set methods.
15611
15612         * ShareContainer.h: new file, will perhaps be moved to support
15613
15614         * ParameterStruct.h: new file
15615
15616         * ParagraphParameters.h: new file
15617
15618         * ParagraphParameters.C: new file
15619
15620         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15621         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15622
15623         * BufferView_pimpl.C: ParagraphParameter changes.
15624         * buffer.C: Likewise.
15625         * bufferview_funcs.C: Likewise.
15626         * text.C: Likewise.
15627         * text2.C: Likewise.
15628
15629 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15630
15631         * lyxfind.C (LyXReplace): do not redefine default argument in
15632         implementation.
15633         (IsStringInText): ditto
15634         (SearchForward): ditto
15635         (SearchBackward): ditto
15636
15637 2001-03-06  Juergen Vigna  <jug@sad.it>
15638
15639         * lyxfind.C (IsStringInText): put parentes around expressions.
15640
15641 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15642
15643         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15644
15645 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15646
15647         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15648
15649         * stl_string_fwd.h: add comment
15650
15651         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15652
15653         * tabular.h:
15654         * tabular.C: remove unused DocBook methods
15655
15656         * intl.C:
15657         * language.C:
15658         * paragraph.C:
15659         * buffer.C:
15660         killed DO_USE_DEFAULT_LANGUAGE
15661
15662 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15663
15664         * lyx_gui.C: do not include language.h.
15665
15666         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15667         arguments in function implementation.
15668
15669 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15670
15671         * BufferView_pimpl.C: add <ctime>
15672
15673 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15674
15675         * BufferView_pimpl.C: add using std::find_if
15676
15677 2001-02-27  José Matos  <jamatos@fep.up.pt>
15678
15679         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15680         by OnlyPath.
15681
15682 2001-02-11  José Matos  <jamatos@fep.up.pt>
15683
15684         * buffer.C (makeDocBookFile): command styles now have a parameter as
15685         "title" by default.
15686
15687 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15688
15689         * layout_forms.[Ch]: removed
15690         * lyx_cb.[Ch]: out character
15691         * lyx_gui.C: out character
15692         * lyx_gui_misc.C: out character
15693         * bufferview_funcs.C: : out character,
15694         added toggleall as parameter in ToggleAndShow
15695
15696 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15697
15698         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15699
15700         * text2.C (SetCurrentFont): Disable number property at boundary.
15701
15702 2001-02-26  Juergen Vigna  <jug@sad.it>
15703
15704         * lyxfunc.C (getStatus): added a string argument override function so
15705         that this is correctly called from LyXFunc::Dispatch if it contains a
15706         do_not_use_argument which is used!
15707         (Dispatch): added check for "custom" export and call appropriate func.
15708
15709 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15710
15711         * lyxrc.C: Add language_command_local, language_use_babel and
15712         language_global_options.
15713
15714         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15715
15716         * buffer.C (makeLaTeXFile): Use language_use_babel and
15717         language_global_options.
15718
15719 2001-02-23  Juergen Vigna  <jug@sad.it>
15720
15721         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15722         which works with LyXText and putted it inside BufferView. Here now we
15723         only call for that part the BufferView::Dispatch() function.
15724
15725         * BufferView.C (Dispatch): added.
15726
15727         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15728         functions which needs to use a LyXText over from LyXFunc.
15729         (MenuInsertLyXFile): added
15730         (getInsetByCode): added
15731         (moveCursorUpdate): added
15732         (static TEXT): added
15733
15734 2001-02-22  Juergen Vigna  <jug@sad.it>
15735
15736         * BufferView_pimpl.C (update): call a status update to see if LyXText
15737         needs it.
15738
15739 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15740
15741         * vc-backend.C (revert): implement for CVS
15742         (getLog): implement for CVS
15743
15744 2001-02-20  Juergen Vigna  <jug@sad.it>
15745
15746         * text2.C (ClearSelection): added BufferView param for inset_owner call
15747
15748         * lyxfunc.C (TEXT): added this function and use it instead of
15749         directly owner->view()-text of getLyXText().
15750
15751 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15752
15753         * src/layout_forms.C: out preamble
15754         * src/layout_forms.h: out preamble
15755         * src/lyx_cb.C: out preamble
15756         * src/lyx_cb.h: out preamble
15757         * src/lyx_gui.C: out preamble
15758         * src/lyx_gui_misc.C: out preamble
15759         * src/lyxfunc.C: connect with guii preamble
15760
15761 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15762
15763         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15764
15765 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15766
15767         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15768         whether to run bibtex.
15769
15770 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15771
15772         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15773
15774 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15775
15776         * Makefile.am (lyx_SOURCES): removed bibforms.h
15777
15778         * vspace.h: doxygen
15779
15780         * text.C (GetVisibleRow): make several local vars const
15781
15782         * tabular.C: small cleanup.
15783
15784         * lyxserver.C (callback): use compare instead of strncmp
15785
15786         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15787         inlines to after class or to paragraph.C
15788
15789         * lyxfont.h: remove friend operator!=
15790
15791         * converter.h: move friend bool operator< to non friend and after
15792         class def.
15793
15794         * combox.h: small cleanup
15795
15796         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15797         to inlines after class def.
15798
15799         * buffer.C (pop_tag): use string operations instead of strcmp
15800
15801         * bmtable.c: doxygen, small cleanup
15802
15803         * LaTeX.h: remove friend operator==
15804
15805 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15806
15807         * screen.C:
15808         * lyxrc.[Ch]:
15809         * lyxfunc.C:
15810         * lyxfont.[Ch]:
15811         * lyx_cb.C:
15812         * intl.[Ch]:
15813         * commandtags.h:
15814         * buffer.C:
15815         * WorkArea.[Ch]:
15816         * LyXAction.C:
15817         * BufferView_pimpl.C:
15818         * BufferView.[Ch]: remove cruft
15819
15820 2001-02-14  Juergen Vigna  <jug@sad.it>
15821
15822         * lyxfunc.C: removed #if 0 unused code
15823
15824         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15825
15826         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15827
15828         * text2.C (SetSelection): added a BufferView * parameter
15829
15830 2001-02-13  Juergen Vigna  <jug@sad.it>
15831
15832         * lyxfunc.C (Dispatch): fixed protected blank problem.
15833         * BufferView2.C (protectedBlank): added LyxText * parameter.
15834
15835         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15836         (AppendColumn): same as above for column_info.
15837
15838         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15839         (moveCursorUpdate): use a LyXText param for support of InsetText.
15840
15841         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15842         (tripleClick): ditto
15843
15844         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15845
15846         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15847
15848         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15849
15850         * text2.C (SetSelection): set correct update status if inset_owner
15851         (ToggleFree): ditto
15852
15853 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15854
15855         * tabular.C: remove some commented code.
15856
15857 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15858
15859         * BufferView_pimpl.C: call hideSplash()
15860
15861         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15862
15863         * include_form.h:
15864         * bibforms.h: remove
15865
15866         * lyxfunc.C:
15867         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15868           add LFUN_CHILD_CREATE
15869
15870         * counters.h: fix tiny typo
15871
15872         * lyx_cb.C:
15873         * lyx.h:
15874         * lyx_gui.C:
15875         * lyx.C: move splash to frontends/xforms/
15876
15877         * lyx_gui_misc.C: move Include and Bibform to frontends
15878
15879         * lyxvc.h: clarify comment
15880
15881         * vspace.C: tiny housekeeping
15882
15883 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15884
15885         * text.C (PrepareToPrint): RTL Fix.
15886
15887         * paragraph.C (GetUChar): New method.
15888         (String):  Use GetUChar.
15889
15890         * buffer.C (asciiParagraph): Use GetUChar.
15891
15892 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15893
15894         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15895
15896 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15897
15898         * buffer.h:
15899         * buffer.C: rename to getLogName(), handle
15900           build log / latex log nicely
15901
15902 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15903
15904         * MenuBackend.C:
15905         * MenuBackend.h: remove support for reference menuitem type.
15906
15907 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15908
15909         * BufferView_pimpl.C: housekeeping
15910         * BufferView_pimpl.h:
15911         * LyXView.h:
15912         * Makefile.am:
15913         * Timeout.C:
15914         * Timeout.h:
15915         * minibuffer.h: move Timeout GUI-I
15916
15917 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15918
15919         * lyxrc.C (read): Update converters data-structures.
15920
15921 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15922
15923         * LaTeX.h (operator!=): add operator != for Aux_Info
15924
15925 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15926
15927         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15928
15929         * LaTeXLog.C: deleted, useful code moved to Buffer
15930
15931         * buffer.h:
15932         * buffer.C: new function getLatexLogName()
15933
15934         * lyx_gui_misc.C:
15935         * lyx_gui.C:
15936         * lyxvc.C:
15937         * lyxvc.h:
15938         * lyxfunc.C: use frontends for LaTeX and VC logs
15939
15940 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15941
15942         * LaTeX.h: yet another std:: that Allan forgot.
15943
15944         * Variables.C (set): renamed from isset(), because this clashes
15945         with some HP-UX macros (grr).
15946
15947 2001-02-06  Allan Rae  <rae@lyx.org>
15948
15949         * LaTeX.h: Another bug fix.  Missing std:: this time.
15950
15951 2001-02-04  Allan Rae  <rae@lyx.org>
15952
15953         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15954         floats problem. I've left it commented out because it's not quite
15955         correct.  It should also test that the current object is a table or
15956         figure inset.  But I haven't gotten around to figuring out how to do
15957         that.  I *think* it'll be something like: "table" == inset.type()
15958
15959         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15960         bool.
15961
15962 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15963
15964         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15965         all the citation/databases/styles in the auxilary file.
15966         (run): Rerun latex if there was a babel language error.
15967
15968 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15969
15970         * text.C (Backspace): Preserve the font when changing newline char
15971         with a space.
15972         (BreakParagraph): If the cursor is before a space, delete the space.
15973
15974         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15975
15976 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15977
15978         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15979         new argument (code).
15980         (ChangeCitationsIfUnique): New method.
15981
15982         * paragraph.C (GetPositionOfInset): Handle bibkey.
15983
15984 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15985
15986         * BufferView_pimpl.h: change type of Position::par_pos to
15987         LyXParagraph::size_type.
15988
15989 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15990
15991         * BufferView_pimpl.C (savePosition, restorePosition): Write
15992         messages to minibuffer.
15993
15994 2001-01-28  José Matos  <jamatos@fep.up.pt>
15995
15996         * buffer.C (makeDocBookFile): adds support for document language.
15997         A silly restriction on the name of LatexCommand types where removed.
15998         Added support for CDATA sections, allows to chars unescaped, used
15999         among others in code, to avoid escape < and >.
16000
16001 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16002
16003         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16004         saved positions instrad of a stack. Furthermore, a position is
16005         stored using paragraph id/paragraph position.
16006
16007         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16008         Remove LFUN_REF_BACK.
16009
16010 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16011
16012         * converter.C (dvipdfm_options): New method.
16013
16014 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16015
16016         * vspace.C (isValidLength): Fix for empty input string.
16017
16018 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16019
16020         * LyXAction.C (init): change description of LFUN_FIGURE to
16021         "Insert Graphics"
16022
16023 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16024
16025         * LaTeX.C: add using directive
16026
16027 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16028
16029         * MenuBackend.C (expand): Fix the sorting of the formats.
16030
16031 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16032
16033         * lyx_main.C: tiny error message fix
16034
16035 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16036
16037         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16038         calling fl_initialize(). This fixes the problem with ',' as
16039         decimal separator in text files.
16040
16041 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16042
16043         * trans.C (process): Fix the keymap bug.
16044
16045 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16046
16047         * LaTeX.C (scanAuxFiles): New method. Provides support for
16048         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16049         (scanLogFile) Scan for "run BibTeX" messages.
16050
16051         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16052         OT1 font encoding. Also, load the aecompl package if the ae
16053         package is loaded.
16054
16055         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16056
16057 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16058
16059         * texrow.C (increasePos): turn two error messages into debug
16060         messages.
16061
16062 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16063
16064         * LaTeX.C (scanAux): Handle the \@input macro.
16065         (runBibTeX): Use scanAux().
16066
16067         * language.C (latex_options_): New field.
16068
16069         * LaTeXFeatures.C (getMacros): Add language macros.
16070
16071         * buffer.C (makeLaTeXFile): Small fix.
16072
16073 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16074
16075         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16076
16077         * text2.C: add a using directive.
16078
16079 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16080
16081         * BufferView2.C:
16082         * lyx_gui_misc.h:
16083         * lyxfr1.C:
16084         * lyxfunc.C: kill LyXBell.
16085
16086 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16087
16088         * text.C (IsBoundary): Remove the error message
16089
16090         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16091
16092         * lyxrc.C (setDefaults): Correct initialization value for
16093         font_norm_type.
16094
16095 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16096
16097         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16098         gotoError().
16099
16100         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16101         and GotoNextNote().
16102
16103         * src/LyXAction.C: Added reference-next.
16104
16105         * text.C (InsertChar): Use contains instead of strchr.
16106
16107         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16108
16109 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16110
16111         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16112         alignment commands (when needed).
16113
16114         * text.C (InsertChar): Add ':' to number separator chars.