]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix crash after removing a table row (again due to uncorrected cursor
[lyx.git] / src / ChangeLog
1
2 2003-10-23  André Pönitz  <poenitz@gmx.net>
3
4         * cursor.C (getStatus): replace ASSERT by more verbose error message
5           and manual correction of the problem. Should increase stability
6           while providing more sensible information.
7
8 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9
10         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
11
12         * bufferlist.C (previous, next): new methods
13
14         * lfuns.h: 
15         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
16
17 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
18
19         * buffer.C (makeDocBookFile): add dsssl stylesheet control
20         entities to preamble.
21
22 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
23
24         * messages.C (Pimpl): strip off translation context information
25
26 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27
28         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
29         the cursor is correct (bug 1694)
30
31 2004-10-13  José Matos  <jamatos@lyx.org>
32
33         * output_docbook.C (docbookParagraphs): fix closing tags in the
34         end of the document. 
35
36 2004-10-09  José Matos  <jamatos@lyx.org>
37
38         * buffer.C: format up to 237.
39         * bufferparams.C (write): use tostr to convert booleans to strings.
40         
41 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
42
43         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
44
45 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
46
47         * LaTeX.C: implement use of babel language in xindy.
48
49 2004-10-05  José Matos  <jamatos@lyx.org>
50
51         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
52         Add new translators to help reading and writing the lyx file.
53
54 2004-10-05  José Matos  <jamatos@lyx.org>
55
56         * ParagraphParameters.C (read):
57         * text.C (readParToken): replace nexToken by more appropriate lex
58         methods.
59
60 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
61
62         * LaTeX.C (runMakeIndex):
63         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
64         (usually 'makeindex') configurable.
65
66         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
67         with a variable rather than with a number.
68
69 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
70
71         * output_latex.C (TeXOnePar): make sure font setting is the first
72         thing that gets output (and the last at the end). Should fix bug
73         1404.
74
75 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
76
77         * pch.h: use proper signal include
78
79         * LaTeX.h: Use preferred calling of Boost.Signal
80         * buffer.h: ditto
81
82 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
83
84         * pch.h: dont include <boost/function/function0.hpp>
85
86         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
87
88         * paragraph_pimpl.h: remove usage of ShareContainer
89
90         * paragraph_pimpl.C: remove initialization of ShareContainer.
91
92 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
93
94         Fix bug #1666
95
96         * BufferView.C (putSelectionAt): change the semantics when
97         backwards == true: now, this just swaps cursor and anchor wrt the
98         forward case
99
100         * BufferView.h (putSelectionAt): add some documentation
101
102         * lyxfind.C (findBackwards): rewrite using while(). In particular,
103         make sure backwardChar is done at least once (to avoid getting
104         stuck)
105         (findNextChange): use putSelectionAt in the forward direction
106         (operator()): use Paragraph::isWord
107
108 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
109
110         * Spacing.C (set): c_str fix
111
112 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
113
114         * lyx_cb.C (Reconfigure): quote the name of configure script in
115         case it contains spaces
116
117 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
118
119         * client: new dir
120
121         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
122         (BOOST_LIBS): use top_buildir when looking for the file
123
124 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
125
126         * pch.h: do not use include boost/format.hpp, multiple symbols
127                 will result (gcc bug)
128
129
130 2004-08-23  José Matos  <jamatos@lyx.org>
131
132         * bufferparams.C (readToken): fix reading of the author field.
133
134 2004-08-20  José Matos  <jamatos@lyx.org>
135
136         * lyxrc.C: remove support/translator.h inclusion since it is not used.
137
138 2004-08-20  José Matos  <jamatos@lyx.org>
139
140         * lyxlex.[Ch] (findToken): remove function.
141
142         * ParagraphParameters.C (findToken):
143         * bufferparams.C (findToken): replace call for previous function
144         with local copy. This local function has one more argument, the
145         read string argument.
146
147 2004-08-16  José Matos  <jamatos@lyx.org>
148
149         * ParagraphParameters.C (write):
150         * Spacing.C (writeFile):
151         * bufferparams.C (writeLaTeX):
152         * lyx_cb.C (Reconfigure):
153         * paragraph.C (write):
154         * tabular.C (write): remove unnecessary space at end of line.
155
156
157 2004-08-16  José Matos  <jamatos@lyx.org>
158
159         * text.C (readParagraph): remove debug message.
160
161 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
162
163         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
164         crash
165
166         * output_plaintext.C (asciiParagraph): set depth correctly
167
168         * outputparams.h: add member depth
169
170         * paragraph_funcs.C (ownerPar): remove.
171
172         * text2.C (setCounter): remove first_pit; comment out some
173         non-working code that uses ownerPar
174
175         * BufferView.C (getParentLanguage): remove. Not used anymore, and
176         uses ownerPar
177
178 2004-08-16  José Matos  <jamatos@lyx.org>
179
180         * text.C (readParToken, readParagraph, read): report all unknown tokens.
181         For the same level of importance use the same chanel to report problems.
182         (read): add code to deal with \begin_body and \end_body.
183
184
185 2004-08-15  José Matos  <jamatos@lyx.org>
186
187         * lyxlex.C (getString): fix comment, buffer::readBody is now
188         buffer:readDocument.
189
190         * tex-strings.C (string_papersize): Default -> default,
191         Custom -> custom, for consistency with other options.
192
193 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
194
195         * pch.h: new file
196
197         * Makefile.am: support pch
198
199 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
200
201         * text.C (readParToken): remove the static LyXFont variable and
202         pass it as a parameter instead. This fixes a nasty bug where an
203         inset will be inserted with a bad font in some situations
204         (readParagraph): adapt
205
206         * text2.C (setCounter): reduce number of calls to pars_[pit]
207
208         * text.C (singleWidth): add an assert, fix a test
209
210         * rowpainter.C (paintText): reduce number of calls to singleWidth
211
212         * paragraph.C (isHfill):
213         (isNewline): ws only
214
215 2004-08-14  André Pönitz  <poenitz@gmx.net>
216
217         * text.C:
218         * text2.C:
219         * rowpainter.C:
220         * lyxtext.h (several functions): use a Paragraph & argument
221         instead of par_type
222
223 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
224
225         * metricsinfo.h: add a new field ltr_pos to PainterInfo
226
227         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
228
229         * text.C (singleWidth): remove useless test
230
231 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
232
233         * tabular.h: remove bogus comments
234
235         * tabular.C (getDescentOfRow):
236         (isPartOfMultiColumn): add assertions
237
238         * lyxlength.C (inPixels): remove #warning
239
240 2004-08-14  André Pönitz  <poenitz@gmx.net>
241
242         * paragraph.h: inline getChar()
243
244         * BufferView.h: remove unused declarations
245
246 2004-08-14  José Matos  <jamatos@lyx.org>
247
248         * Buffer.[Ch] (readDocument): new name for old readBody.
249         * Buffer.C: new file format, new keywords: \begin_document,
250         \begin_header, \begin_body, \end_body.
251
252         * bufferparams.C (readToken): replace all calls to lex.nextToken
253         by lex.next(). Do the same to eatLine except where really needed.
254
255         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
256         line when writing to the lyx file.
257
258         * output_plaintext.C (asciiParagraph): fix Bibliography style
259         handling.
260
261         * text.C (read): fix end of file handling.
262
263 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
264
265         * MenuBackend.C (Menu::operator[]): new method to access
266         individual menu items
267         (Menu::hasFunc): new method. search for an item that corresponds
268         to a given func
269         (MenuBackend::specialMenu): new method
270         (MenuBackend::expand): if a special menu has been set, skip
271         entries whose func() appears in this menu
272
273 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
274
275         * text3.C: use Debug::DEBUG a bit more
276
277         * text.C (leftMargin): try to simplify a tiny bit change var x to
278         l_margin. Dont output the wide margins always.
279         (rightMargin): no margin in inner texts
280
281         * rowpainter.h (nestMargin): new func
282         (changebarMargin): new func
283         (rightMargin): new func
284
285         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
286         now functions.
287         (paintLast): ditto
288
289         * factory.C (createInset): modify setDrawFrame
290
291         * cursor.C: use Debug::DEBUG a bit more
292
293 2004-08-14  André Pönitz  <poenitz@gmx.net>
294
295         * coordcache.[Ch]:
296         * Makefile.am: new files to accomodate an 'external' (x,y)-position
297         cache for all insets in (at least partially) visible (top-level)
298         paragraphs.
299
300         * BufferView_pimpl.C: reset external coord cache before every update.
301         This means the coord cache only contains valid entries.
302
303 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
304
305         bug 1096
306         * BufferView_pimpl.C (getInsetByCode): move function out of class
307         and change in to a template in anon namespace. Also fix to do what
308         suits us better.
309
310 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
311
312         bug 1305
313         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
314         of char
315         (breakParagraph): rename par to par_offset and use a local
316         reference. Add code to keep the language over a rebreak.
317         (breakParagraphConservative): rename par to par_offset, use a
318         local reference
319         (mergeParagraph): ditto
320         (outerHook): ditto
321         (isFirstInSequence): ditto
322         (outerFont): rename pit to par_offset
323
324         * paragraph.C: ws change
325         * paragraph.h: ditto
326         * text3.C: ditto
327         * text.C: ditto
328
329 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
330
331         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
332         treatment for ']'
333
334         * paragraph.C (simpleTeXOnePar): when we have a \item with
335         optional argument, enclose the argument with curly brackets (in
336         case it contains a closing square bracket)
337
338         * text2.C (editXY):
339         * text2.C (editXY):
340         * text3.C (checkInsetHit): constify
341
342 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
343
344         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
345         documents (bug 1629)
346
347 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
348
349         Fix toggling of collapsable insets with the mouse (bug 1558)
350
351         * lyxfunc.C (dispatch): adapt to LCursor changes
352
353         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
354         make sure that dispatch is not invoked twice
355
356         * cursor.C (needsUpdate): new method
357         (dispatch): return void
358         (result): new method, to access the DispatchResult of the cursor.
359
360 2004-08-13  José Matos  <jamatos@lyx.org>
361
362         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
363
364 2004-08-13  André Pönitz  <poenitz@gmx.net>
365
366         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
367
368         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
369           multiple cells
370
371 2004-08-12  André Pönitz  <poenitz@gmx.net>
372
373         * text3.C: take out the 'cursor right' form insertInset and only
374         do it in those places when it is really needed. Fixes crash on
375         C-m...
376
377 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
378
379         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
380
381         * BufferView_pimpl.C (setBuffer): initialize the current font of
382         the underlying LyXText
383
384 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
385
386         * kbsequence.C (print): use UI native formatting for menu
387         shortcuts
388
389         * text.C (insertChar): call Paragraph::insertChar with a font
390         argument (cosmetic)
391
392         * paragraph.C (insertInset, insertChar): the version that takes a
393         LyXFont argument is now a wrapper around the other one (the
394         opposite used to be true).
395
396         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
397         argument. Font setting is done in Paragraph now.
398
399 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
400
401         * outputparams.h: add new members intitle and lang.
402
403         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
404         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
405
406 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
407
408         * text3.C (dispatch): remove special handling of button 4 and 5,
409         it is now taken care of in the frontend code.
410
411 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
412
413         * Spacing.h: add <string> (STLPort compile fix)
414
415 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
416
417         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
418
419 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
420
421         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
422         to bool.
423
424         * converter.C (showMessage): inherit from unary_function, make
425         operator() const.
426
427         * buffer.C (writeFile): initialize retval
428
429         * InsetList.h: rename private variable list to list_
430         * InsetList.[Ch]: adjust accordingly.
431
432 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
433
434         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
435         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
436         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
437         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
438         * ParagraphParameters.C, LaTeXFeatures.C: replace
439         "support/std_sstream.h" with <sstream>
440
441 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
442
443         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
444         * lyxsocket.C (LyXServerSocket): ditto
445         (serverCallback): ditto
446
447 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
448
449         * LaTeXFeatures.C: check release date when loading jurabib.
450
451 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
452
453         * lyxserver.C (startPipe): call register_socket_callback
454         (endPipe): call unregister_socket_callback
455
456 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
457
458         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
459         (LyXServerSocket): register the callback
460         (LyXServerSocket): unregister the callback
461         (fd): delete function
462         (serverCallback): improve error checking and setup the callbacks.
463         (dataCallback): change arg to fd.
464         (writeln): new func (copied fro the client socket) used for server
465         write to client.
466         (LyXDataSocket): simplify
467         (~LyXDataSocket): close ann unregiser callback
468         (server): delete function
469         (fd): delete function
470         (readln): small changes, improve some std::string usage
471         (writeln): constify a bit
472
473 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
474
475         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
476         Qt frontend
477
478 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
479
480         * BufferView_pimpl.C (setBuffer): set the layout combox value only
481         after it has been populated
482
483 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
484
485         * text2.C (insertInset): move cursor when inserting inset.
486
487 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
488
489         * kbmap.C (findbindings): a couple of new methods. returns a
490         container of kb_sequence objects. The real work is done by the
491         private recursive version
492         (printbindings): uses findbindings to print out a bracketed list
493         of bindings (renamed from findbinding).
494
495         * MenuBackend.C (binding): use kb_keymap::findbindings
496
497         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
498
499 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
500
501         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
502
503 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
504
505         * paragraph.C (isWord): return true on insets that report
506         isLetter().
507
508         * text.C (getWord): use Paragraph::isWord to decide what is in a
509         word and what is not; fix bug 1609.
510
511 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
512
513         * tex-strings.C: add "none" to string_paperpackages[], fixes
514         off-by-one-error in the paperpackage selection.
515
516         * lyxlex.[Ch]:
517         * tex-strings.[Ch]: char const * string[n]
518         -> char const * const string[]
519
520 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
521
522         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
523         command, return early.
524
525 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
526
527         * debug.h: add DEBUG to enum and fix size of ANY.
528
529         * debug.C: add support for Debug::DEBUG
530         (showTags): cast errorTags.level to unsigned int
531
532         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
533         (redoCurrentBuffer): ditto
534         (updateScrollbar): ditto
535         * cursor.C (dispatch): ditto
536         * text2.C (setLayout): ditto
537         (setFont): ditto
538         (updateCounters): ditto
539         (editXY): ditto
540         (deleteEmptyParagraphMechanism): ditto
541
542 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
543
544         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
545         annotations to cleanup the Makefile slightly.
546
547 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
548
549         * lyxrc.C: do not set user_email to a default value but use empty
550         instead. The entry used to be translated, which does not work
551         since at the point where lyxrc is constructed there is no
552         translation service available
553
554         * messages.C (getLocaleDir): remove and use directly
555         lyx_localedir() instead
556
557 2004-06-02  Angus Leeming  <leeming@lyx.org>
558
559         Fix crash caused by dereferencing null pointer 'exportdata' in
560         OutputParams by creating a new ExportData variable on the heap,
561         storing it in a boost::shared_ptr.
562         The crash was triggered when generating an Instant Preview
563         of an external inset.
564
565         * Makefile.am: add outputparams.C
566
567         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
568         (c-tor): allocate memory to it.
569
570         * exporter.C (c-tor): associated changes.
571
572 2004-06-01  Angus Leeming  <leeming@lyx.org>
573
574         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
575         contains data before calling isInset(0). (Bug 1513.)
576
577 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
578
579         * exporter.C (checkOverwrite): new method
580         * exporter.C (copyFile): new method
581         * exporter.C (Export): copy referenced files to the document dir
582         * exporter.[Ch]: new class ExportedFile
583         * exporter.[Ch]: new class ExportData. Contains currently the
584         names of referenced external files
585         * outputparams.h: add exportdata member.
586
587 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
588
589         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
590         version.C-tmp
591
592 2004-05-19  Angus Leeming  <leeming@lyx.org>
593
594         * LaTeXFeatures.C:
595         * ToolbarBackend.C:
596         * bufferparams.C:
597         * lyxfunc.C: small changes due to the introduction of namespace
598         lyx::frontend and the moving of namespace biblio to lyx::biblio.
599
600 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
601
602         * text3.C (dispatch): supress update when only moving the cursor
603         * cursor.C (selHandle): remove commented code
604
605 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
606
607         * paragraph.C (startTeXParParams): correct column count
608         * CutAndPaste.C (pasteSelection): remove const_cast
609         * output_docbook.C (docbookParagraphs): remove const_cast
610         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
611         const_cast and return ParagraphList::const_iterator
612         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
613         * output_plaintext.C (writeFileAscii): remove const_cast
614         * paragraph.[Ch] (simpleTeXOnePar): make const
615         * paragraph_funcs.C (outerPar): use const iterators
616         * paragraph_pimpl.C (validate): use const iterators
617         * text.C (setHeightOfRow): use const iterators
618
619 2004-05-17  Angus Leeming  <leeming@lyx.org>
620
621         * lfuns.h:
622         * LyXAction.C (init): new LFUN_INSET_REFRESH.
623
624         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
625         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
626         if the citation engine has changed.
627
628 2004-05-14  José Matos  <jamatos@lyx.org>
629
630         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
631         if the textclass does not provide it. Have it different for sgml and
632         xml.
633         support the language of document.
634         * output_docbook.C (docbookParagraphs):
635         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
636         first anchor as the id of the paragraph, remove special case code.
637         * sgml.C (escapeChar): escape only < & >.
638
639 2004-05-14  Angus Leeming  <leeming@lyx.org>
640
641         * bufferparams.h: move biblio::CiteEngine enum here to minimize
642         dependencies on src/frontends/controllers/biblio.h. Define a
643         CiteEngine_enum wrapper class to enable the enum to be forward
644         declared.
645
646 2004-05-12  Angus Leeming  <leeming@lyx.org>
647
648         * buffer.C: up LYX_FORMAT to 234.
649         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
650         use_numerical_citations with a single biblio::CiteEngine cite_engine
651         variable.
652         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
653
654 2004-05-13  José Matos  <jamatos@lyx.org>
655
656         * converter.h:
657         * converter.C (Converter, readFlags): add xml member.
658         * outputparams.h: add XML flavor.
659         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
660
661 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
662
663         * lyxfunc.C (dispatch):
664         (getStatus): fix handling of LFUN_SEQUENCE
665
666 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
667
668         * debug.C (showLevel): do not forget the end-of-line marker
669
670 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
671
672         * kbmap.C (read): do not stop parsing a bind file when an error
673         occurs (bug 1575)
674
675 2004-04-29  Angus Leeming  <leeming@lyx.org>
676
677         * cursor.C:
678         * factory.C:
679         * pariterator.C:
680         * text2.C: wrap a bunch of #warning statements
681         inside #ifdef WITH_WARNINGS blocks.
682
683 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
684
685         * buffer.C: increment format to 233.
686
687 2004-04-28  Angus Leeming  <leeming@lyx.org>
688
689         * BufferView_pimpl.C:
690         * lyxfunc.C:
691         * text3.C:
692         s/updateToolbar()/updateToolbars()/
693         s/Toolbar.h/Toolbars.h/
694
695 2004-04-28  Angus Leeming  <leeming@lyx.org>
696
697         * BufferView.[Ch] (c-tor):
698         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
699         No longer passes these data to the WorkArea generator.
700
701 2004-04-28  Angus Leeming  <leeming@lyx.org>
702
703         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
704
705 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
706
707         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
708
709 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
710
711         * output_latex.C (TeXEnvironment): make sure that there is a line
712         break before \end{foo} for the last paragraph of a document
713         (TeXOnePar): if the paragraph is at the end of the document (or
714         inset) and the language has to be reset, then make sure that the
715         line break is _before_ the language command, not after (fixes bug
716         1225); also make sure that the language reset command is the first
717         thing after the paragraph (to ensure proper nesting of
718         environments and thus fix bug 1404)
719
720 2004-04-21  John Levon  <levon@movementarian.org>
721
722         * ToolbarBackend.h:
723         * ToolbarBackend.C: make "name" be a programmatic name
724         and a gui_name field.
725
726         * lyxfunc.C: display the minibuffer on M-x
727
728 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
729
730         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
731         (bug 1526)
732
733 2004-04-19  Angus Leeming  <leeming@lyx.org>
734
735         * BufferView_pimpl.C (setBuffer): changed preview interface.
736
737         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
738         possible values.
739
740 2004-04-19  John Levon  <levon@movementarian.org>
741
742         * BufferView_pimpl.C:
743         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
744
745 2004-04-05  Angus Leeming  <leeming@lyx.org>
746
747         * text.C (redoParagraphs): add call to updateCounters(), thereby
748         fixing the missing "Figure #:" label from the caption of a
749         figure float.
750
751 2004-04-13  Angus Leeming  <leeming@lyx.org>
752
753         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
754         cursor is clicked out of an inset.
755
756 2004-04-13  Angus Leeming  <leeming@lyx.org>
757
758         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
759         than an InsetOld one.
760
761 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
762
763         * format.[Ch]: add editor to Format
764         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
765         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
766
767 2004-04-08  André Pönitz  <poenitz@gmx.net>
768
769         * metricsinfo.h: remove PainterInfo::width member
770
771 2004-04-08  Angus Leeming  <leeming@lyx.org>
772
773         * lyx_sty.C (boldsymbol_def): modify so that it outputs
774         "\providecommand" rather than "\newcommand", thereby preventing
775         clashes with packages that define "\boldsymbol" themselves.
776         Eg, beamer.
777
778 2004-04-08  Angus Leeming  <leeming@lyx.org>
779
780         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
781         thereby squashing an unnecessary warning.
782
783 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
784
785         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
786         setBuffer()
787
788 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
789
790         * BufferView.C (setCursor): call redoParagraph (some insets could
791         have been opened)
792         (putSelectionAt): remove the 'double update' trick
793
794         * BufferView_pimpl.C (fitCursor): call refreshPar
795         (workAreaDispatch): remove an uneeded update call
796         (dispatch): remove some manual update calls
797
798         * cursor.[Ch]: remove cached_y_, updatePos
799         (selHandle): set noUpdate when appropriate
800
801         * lyxfunc.C (dispatch): track if we need an update
802
803         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
804
805         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
806         (paintSelection): cheap optimization, do not call cursorX when not
807         needed
808         (paintPars): change signature
809         (refreshPar): add
810         (paintText): adjust
811         (paintTextInset): adjust
812
813         * text.C: adjust
814
815 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
816
817         * lengthcommon.C: compilation fix: remove explicit array size from
818         unit_name[] and friends
819
820 2004-04-05  Angus Leeming  <leeming@lyx.org>
821
822         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
823
824         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
825         present only for the preferences dialog.
826         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
827
828 2004-04-05  Angus Leeming  <leeming@lyx.org>
829
830         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
831         to enable the frontends to export changes to lyxrc correctly.
832
833         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
834
835 2004-04-07  André Pönitz  <poenitz@gmx.net>
836
837         * cursor.[Ch] (selClear, adjust): remove math
838
839         * cursor_slice.C: more agressive assert
840
841         * lyxfunc.C:
842         * BufferView_pimpl.C: rework mouse event dispatch
843
844         * dociterator.C:
845         * paragraph.C:
846         * text2.C:
847         * text3.C: adjust
848
849 2004-04-05  André Pönitz  <poenitz@gmx.net>
850
851         * cursor.[Ch] (valign, halign...): remove unneeded functions
852
853 2004-04-05  Angus Leeming  <leeming@lyx.org>
854
855         * lyxlength.[Ch] (unit_name et al.): const-correct.
856
857 2004-04-05  Angus Leeming  <leeming@lyx.org>
858
859         * BufferView_pimpl.C:
860         * buffer.C:
861         * counters.C:
862         * cursor.C:
863         * lyxfunc.C
864         * paragraph.C:
865         * pariterator.C:
866         * text.C:
867         * text2.C:
868         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
869
870 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
871
872         * text3.C (getStatus): add LFUN_BEGINNINGBUF
873
874 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
875
876         * lyxfind.C: add a couple of inTexted() tests + other small fixes
877         * BufferView_pimpl.[Ch] (getStatus)
878         * BufferView.[Ch] (getStatus): add
879         * lyxfunc.C (getStatus): move lfuns handled in
880         BufferView::dispatch to te function above
881         * Cursor.C (setSelection): set selection() = true
882
883 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
884
885         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
886
887 2004-03-31  Angus Leeming  <leeming@lyx.org>
888
889         * lyxfunc.C (dispatch): Fall through to the generic
890         Dialogs::show("preamble").
891
892 2004-03-31  Angus Leeming  <leeming@lyx.org>
893
894         * lyxfunc.C (dispatch): Fall through to the generic
895         Dialogs::show("spellchecker").
896
897 2004-03-31  Angus Leeming  <leeming@lyx.org>
898
899         * lyxfunc.C (getStatus, dispatch): changed invocation of the
900         preferences dialog.
901
902 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
903
904         * BufferView.C
905         * cursor.[Ch]
906         * dociterator.[Ch]:
907         * insetiterator.[Ch]:
908         * lyxfind.C:
909         * lyxfunc.C:
910         * pariterator.[Ch]:
911         * text2.C:
912         * undo.[Ch]: s/DocumentIterator/DocIterator/g
913
914 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
915
916         * BufferView.C (setCursor, putSelectionAt): call edit to open the
917         insets where we are putting the cursor.
918
919 2004-03-31  Angus Leeming  <leeming@lyx.org>
920
921         * lfuns.h:
922         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
923
924         * lyxrc.[Ch] (read, write): overloaded member functions taking
925         a std::[io]stream arguments.
926
927         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
928
929 2004-03-31  Angus Leeming  <leeming@lyx.org>
930
931         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
932         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
933
934         * lyxtextclass.C (load): if the text class couldn't be loaded, then
935         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
936
937 2004-03-31  Angus Leeming  <leeming@lyx.org>
938
939         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
940         the LFUN_ALL_INSETS_TOGGLE code.
941
942 2004-03-30  Angus Leeming  <leeming@lyx.org>
943
944         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
945         has died. Fall through to the generic Dialogs::show("document").
946
947 2004-03-30  Angus Leeming  <leeming@lyx.org>
948
949         * lfuns.h:
950         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
951         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
952
953         * lyxfunc.C (getStatus, dispatch): define the actions for these
954         lfuns. Little more than a cut and pste job from ControlDocument.C
955
956         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
957
958 2004-03-30  Angus Leeming  <leeming@lyx.org>
959
960         * lfuns.h:
961         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
962         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
963
964         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
965         open/closed state of ollapsable insets. Usage:
966
967         all-inset-toggle <state> <name>, where
968         <state> == "open" || "closed" || "toggle" and
969         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
970
971         * lyxtext.h, text2.C (toggleInset): removed.
972
973         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
974         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
975         now passes LFUN_INSET_TOGGLE to the found inset.
976
977         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
978         is now invoked as "all-insets-toggle toggle branch".
979
980 2004-03-30  Angus Leeming  <leeming@lyx.org>
981
982         * dociterator.C:
983         * insetiterator.C:
984         * pariterator.[Ch]: added/corrected header blurb.
985
986 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
987
988         * dociterator.[Ch]: add an inset_ member
989         (backwardPos): implemented
990         (backwardPos, forwardPos): use inset_ when the stack is empty.
991         (doc_iterator_begin, doc_iterator_end): implemented
992         * pariterator.[Ch]: adjust, add begin, end
993         * insetiterator.[Ch]: adjust, add begin, end
994         * cursor.C:
995         * document.C:
996         * BufferView.C:
997         * BufferView_pimpl.C:
998         * CutAndPaste.C: adjust
999
1000 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1001
1002         * buffer.C: increment file format to 232.
1003         * LaTeXFeatures.C: add bibtopic package.
1004         * bufferparams.[Ch]: param \use_bibtopic.
1005
1006         * lyxrc.[Ch]: add lyxrc bibtex_command
1007         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
1008
1009         * buffer.C: increment file format to 231.
1010
1011 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
1012
1013         * dociterator.C: implement forwardPar
1014         * iterators.[Ch]: remove, replaced by
1015         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
1016         * BufferView.C:
1017         * BufferView_pimpl.C:
1018         * CutAndPaste.C:
1019         * buffer.C:
1020         * bufferview_funcs.C:
1021         * cursor.C:
1022         * lyxfind.C
1023         * lyxfunc.C
1024         * paragraph_funcs.C
1025         * toc.C:
1026         * Makefile.am: adjust
1027
1028 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
1029
1030         * CutAndPaste.C (pasteSelection): fix 2 crashes
1031         (eraseSelection): fix a crash
1032         * paragraph_funcs.C: remove a warning
1033
1034 2004-03-28  Angus Leeming  <leeming@lyx.org>
1035
1036         * lfuns.h:
1037         * LyXAction.C (init): new LFUN_PRINT.
1038
1039         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
1040
1041 2004-03-27  Angus Leeming  <leeming@lyx.org>
1042
1043         * lfuns.h:
1044         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
1045
1046         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
1047
1048 2004-03-27  Angus Leeming  <leeming@lyx.org>
1049
1050         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1051         insetlist always contains non-null pointers to insets.
1052
1053 2004-03-26  Angus Leeming  <leeming@lyx.org>
1054
1055         * src/BufferView_pimpl.C:
1056         * src/CutAndPaste.C:
1057         * src/buffer.C:
1058         * src/iterators.C:
1059         * src/output_plaintext.C:
1060         * src/outputparams.h:
1061         * src/paragraph_funcs.C:
1062         * src/rowpainter.C:
1063         * src/text.C:
1064         * src/text2.C:
1065         * src/frontends/controllers/ControlErrorList.C:
1066         * src/frontends/gtk/FileDialogPrivate.C:
1067         * src/frontends/gtk/GPainter.C:
1068         * src/frontends/gtk/GToolbar.C:
1069         * src/frontends/qt2/QRef.C:
1070         * src/mathed/math_scriptinset.C: squash compiler warnings.
1071
1072 2004-03-26  Angus Leeming  <leeming@lyx.org>
1073
1074         * ispell.C (LaunchIspell::start):
1075         * lyx_cb.C (AutoSaveBuffer::start):
1076         invoke run(DontWait) rather than runNonBlocking().
1077
1078 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1079
1080         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1081
1082 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1083
1084         * kbsequence.C (print): adjust
1085
1086         * kbmap.C (printKeySym): rename and change signature
1087         (printKey): use LyXKeySym::print()
1088
1089 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1090
1091         * undo.C: add using std::advance to compile for stlport
1092
1093 2004-03-24  Angus Leeming  <leeming@lyx.org>
1094
1095         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1096         it leads to a crash when no buffer is present.
1097
1098 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1099             Martin Vermeer  <martin.vermeer@hut.fi>
1100
1101         * lyxfunc.C (dispatch):
1102         * bufferparams.C (readToken): use the new LColor::setColor
1103
1104         * LColor.[Ch] (setColor): new version that takes two strings as
1105         argument and creates a new color entry if necessary
1106
1107 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1108
1109         * buffer.C (makeLaTeXFile): if the main latex file that is
1110         processed is usually a subdocument of some master, then pretend
1111         for a while that it is actually the master
1112
1113 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1114
1115         * buffer.C (getLabelList):
1116         (getBibkeyList): use getMasterBuffer()
1117         (getMasterBuffer): new method. Returns the main document in the
1118         case where one is using included documents.
1119
1120 2004-03-25  André Pönitz  <poenitz@gmx.net>
1121
1122         * Makefile.am:
1123         * iterators.[Ch]:
1124         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1125
1126         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1127
1128         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1129         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1130
1131         * ParameterStruct.h: merge with ParagraphParameters
1132
1133         * lyxtext.h: remove LyXText::parOffset() and getPar()
1134
1135         * text3.C: Remove all 'manual' update calls. We do now one per user
1136         interaction which is completely sufficient.
1137
1138         * Bidi.C:
1139         * BufferView.[Ch]:
1140         * BufferView_pimpl.C:
1141         * FontIterator.[Ch]:
1142         * MenuBackend.C:
1143         * ParagraphParameters.[Ch]:
1144         * buffer.C:
1145         * buffer.h:
1146         * bufferlist.C:
1147         * cursor.[Ch]:
1148         * cursor_slice.[Ch]:
1149         * dociterator.[Ch]:
1150         * errorlist.[Ch]:
1151         * factory.C:
1152         * lfuns.h:
1153         * lyxfind.C:
1154         * lyxfunc.C:
1155         * output_docbook.[Ch]:
1156         * output_latex.[Ch]:
1157         * output_linuxdoc.[Ch]:
1158         * output_plaintext.[Ch]:
1159         * paragraph.[Ch]:
1160         * paragraph_funcs.[Ch]:
1161         * paragraph_pimpl.[Ch]:
1162         * rowpainter.C:
1163         * tabular.[Ch]:
1164         * text.C:
1165         * text2.C:
1166         * toc.C:
1167         * undo.[Ch]: adjust
1168
1169         * frontends/controllers/ControlDocument.C:
1170         * frontends/controllers/ControlErrorList.C:
1171         * frontends/controllers/ControlSpellchecker.C:
1172         * insets/inset.C:
1173         * insets/inset.h:
1174         * insets/insetbase.h:
1175         * insets/insetbibitem.C:
1176         * insets/insetbox.C:
1177         * insets/insetbranch.C:
1178         * insets/insetcaption.C:
1179         * insets/insetcharstyle.C:
1180         * insets/insetcharstyle.h:
1181         * insets/insetcollapsable.C:
1182         * insets/insetcollapsable.h:
1183         * insets/insetert.C:
1184         * insets/insetfloat.C:
1185         * insets/insetfoot.C:
1186         * insets/insetmarginal.C:
1187         * insets/insetnote.C:
1188         * insets/insetoptarg.C:
1189         * insets/insettabular.C:
1190         * insets/insettext.C:
1191         * insets/insettext.h:
1192         * insets/insetwrap.C:
1193         * mathed/math_mboxinset.C:
1194         * mathed/math_nestinset.C:
1195         * mathed/math_scriptinset.C:
1196         * mathed/math_scriptinset.h:
1197         * support/types.h:
1198
1199 2004-03-24  Angus Leeming  <leeming@lyx.org>
1200
1201         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1202         deal with any child processes that have finished but are waiting to
1203         communicate this fact to the rest of LyX.
1204
1205 2004-03-24  Angus Leeming  <leeming@lyx.org>
1206
1207         64-bit compile fixes.
1208
1209         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1210         (c-tor): pass lyx::pos_types rather than ints.
1211
1212         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1213         lyx::pos_type.
1214
1215         * text.C (Delete): compile fix.
1216         (getPar): ensure that function declaration is the same as that in
1217         the header file.
1218
1219 2004-03-23  Angus Leeming  <leeming@lyx.org>
1220
1221         * ispell.C (LaunchIspell):
1222         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1223         a boost::shred_ptr rather than a std::auto_ptr.
1224
1225 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1226
1227         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1228         handle LFUN_FILE_INSERT_*
1229
1230         * lyxrc.C (setDefaults, getDescription, output, read):
1231         * lyxrc.h: remove ps_command
1232
1233 2004-03-22  Angus Leeming  <leeming@lyx.org>
1234
1235         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1236         Ensure that error_handler is processed once only and that all data
1237         is saved before attempting to output any warning messages.
1238
1239         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1240
1241 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1242
1243         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1244
1245 2004-03-19  André Pönitz  <poenitz@gmx.net>
1246
1247         * cursor.[Ch] (reset): take main text inset as argument
1248
1249         * BufferView: adjust
1250         * BufferView_pimpl.C: adjust
1251
1252         * paragraph.[Ch]: fix completely broken operator=()
1253
1254 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1255
1256         * LColor.C (getFromLyXName): make sure that the color name is used
1257         as lowercase.
1258
1259 2004-03-17  Angus Leeming  <leeming@lyx.org>
1260
1261         * lfuns.h:
1262         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1263
1264         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1265         dialog and to kill a forked process.
1266
1267 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1268
1269         * text2.C (setCursorFromCoordinates): fix font problem
1270
1271 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1272
1273         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1274         bogus "rebuild cursor" code
1275
1276 2004-03-11  André Pönitz  <poenitz@gmx.net>
1277
1278         * buffer.[Ch]: use InsetText instead of LyXText as container for
1279         the main lyx text.
1280
1281         * dociterator.[Ch]: drop the BufferView * member which is not needed
1282         anymore after the change to buffer.C
1283
1284         * paragraph_funcs.C:
1285         * text.C:
1286         * text2.C:
1287         * BufferView.[Ch]:
1288         * BufferView_pimpl.[Ch]:
1289         * cursor.[Ch]:
1290         * cursor_slice.[Ch]: adjust
1291
1292         * text3.C: fix bug in mathDispatch
1293
1294 2004-03-08  André Pönitz  <poenitz@gmx.net>
1295
1296         * undo.[Ch]: use 'StableDocumentIterator' as base for
1297         the Undo struct.
1298
1299 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1300
1301         * LaTeXFeatures.C:
1302         * bufferparams.[Ch]: add jurabib support and param.
1303
1304         * LaTeX.C: add FIXME/comment.
1305
1306 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1307
1308         * buffer.C: increment file format to 230.
1309
1310 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1311
1312         * cursor.C (dispatch): avoid infinite loops
1313
1314 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1315
1316         * rowpainter.C (paintSelection): fix x coordinates
1317
1318 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1319
1320         * text.C (rowBreakPoint): fix breaking before displayed insets
1321
1322 2004-03-01  André Pönitz  <poenitz@gmx.net>
1323
1324         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1325
1326         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1327
1328         * Makefile.am:
1329         * BufferView.C:
1330         * BufferView_pimpl.C:
1331         * buffer.C:
1332         * lyxfind.C:
1333         * lyxfunc.C:
1334         * text.C:
1335         * text2.C:
1336         * text3.C: adjust
1337
1338 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1339
1340         * lyxtext.h:
1341         * text.C:
1342         * text2.C:
1343         * rowpainter.C:
1344         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1345         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1346
1347 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1348
1349         * Bidi.[Ch] (computeTables): const correctness
1350         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1351         fill_hfill, fill_label_hfill and x from Row
1352         * lyxtext.h: prepareToPrint returns a RowMetrics
1353         * rowPainter.C: adjust
1354         * text.C (prepareToPrint): use width, not textWidth. adjust
1355         (redoParagraphInternal, cursorX): adjust
1356         * text2.C (getColumnNearX): adjust
1357         (init): put a default value to the top LyXText::width
1358
1359 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1360
1361         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1362
1363 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1364
1365         * lyxtext.h: add FontIterator class
1366
1367         * text.C (FontIterator, operator*, operator->, operator++): add
1368         (rowBreakPoint, setRowWidth): adjust (fixing a
1369         rebreaking bug)
1370
1371 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1372
1373         * BufferView_pimpl.C (workAreaDispatch): allow also
1374         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1375
1376 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1377
1378         * text.C (rowBreakPoint): fix a bug showing with very large insets
1379
1380 2004-02-25  André Pönitz  <poenitz@gmx.net>
1381
1382         * text3.C:
1383         * cursor.[Ch]: move some mathed specific code to mathed
1384
1385 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1386
1387         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1388         use_tempdir in preferences
1389         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1390         tempfile creation
1391         * lyx_main.C: ensure that tempdir is valid
1392         * lyxlex.h: correct typo
1393         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1394         * paragraph.[Ch] (isMultiLingual): make const
1395         * cursor.[Ch] (openable): make const
1396
1397 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1398
1399         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1400
1401 2004-02-20  André Pönitz  <poenitz@gmx.net>
1402
1403         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1404
1405         * cursor.[Ch]: prepare for localized getStatus()
1406
1407         * lyxtext.h:
1408         * tabular.C:
1409         * text.C:
1410         * text2.C:
1411         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1412
1413 2004-02-20  André Pönitz  <poenitz@gmx.net>
1414
1415         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1416
1417 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1418
1419         * text2.C (setCursorFromCoordinates): switch to absolute coords
1420         (cursorUp): adjust
1421         (cursorDown): adjust
1422         * text3.C (dispatch): adjust
1423
1424 2004-02-16  André Pönitz  <poenitz@gmx.net>
1425
1426         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1427           insets/ChangeLog)
1428
1429         * cursor_slice.[Ch]: remove unneeded acessor function
1430
1431         * lyxtext.h: rename rtl() to isRTL()
1432
1433         * rowpainter.C:
1434         * tabular.C:
1435         * text.C:
1436         * text2.C:
1437         * text3.C: adjust
1438
1439 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1440
1441         * rowpainter.C (paintSelection): coord fix
1442
1443 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1444
1445         * Spacing.C: compile fix
1446
1447 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1448
1449         * cursor.C (dispatch): restore current_ before returning
1450
1451 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1452
1453         * text2.C (cursorUp, cursorDown): fix coords
1454         (moveUp): fix crash
1455
1456 2004-02-12  André Pönitz  <poenitz@gmx.net>
1457
1458         * lyxtext.h:
1459         * text.C:
1460         * text2.C:
1461         * text3.C: add LCursor & parameter to most cursor movement functions
1462           remove usage of LyXText::cursorRow() and cursorPar()
1463
1464         * cursor.[Ch]: add textRow() needed members
1465
1466         * BufferView.C:
1467         * BufferView_pimpl.C:
1468         * paragraph.[Ch]:
1469         * BufferView.C:
1470         * BufferView_pimpl.C: adjust
1471
1472 2004-02-11  André Pönitz  <poenitz@gmx.net>
1473
1474         * lyxfunc.C:
1475         * BufferView.[Ch]:
1476         * BufferView_pimpl.C: shift undo/redo handling
1477
1478         * cursor.[Ch]: fix mathed crash
1479
1480         * lyxfind.C:
1481         * lyxtext.h: move selectionAsText to LCursor
1482
1483         * output_latex.C:
1484         * paragraph.C:
1485         * text.C:
1486         * text2.C:
1487         * text3.C: adjust
1488
1489         * rowpainter.C: fix excessive drawing
1490
1491 2004-02-06  André Pönitz  <poenitz@gmx.net>
1492
1493         * BufferView.[Ch]:
1494         * BufferView_pimpl.[Ch]:
1495         * text3.C: move some text specific LFUN handling
1496
1497 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1498
1499         * text3.C (checkInsetHit): adjust coords
1500         * text2.C (getColumnNearX): adjust coords
1501         (edit): adjust coords
1502         * text.C (getRowNearY): add two asserts
1503
1504 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1505
1506         * converter.C:
1507         * format.C: add using std::distance to compile on gcc 2.95/stlport
1508
1509 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1510
1511         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1512
1513 2004-02-04  André Pönitz  <poenitz@gmx.net>
1514
1515         * BufferView.[Ch] (insertInset):
1516         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1517
1518         * text2.C:
1519         * text3.C: adjust
1520
1521 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1522
1523         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1524         on the default clause of the switch
1525         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1526         wasn't catched by LCursor::dispatch
1527
1528 2004-02-03  André Pönitz  <poenitz@gmx.net>
1529
1530         * BufferView.C:
1531         * cursor.[Ch]: some additional asserts
1532
1533         * undo.[Ch]: remove LyXText dependency in interface
1534
1535         * lyxfunc.C: adjust
1536
1537         * lyxtext.h (firstPar, lastPar): remove dead functions
1538
1539         * text.C:
1540         * text2.C:
1541         * text3.C:
1542         * paragraph.[Ch]: adjust
1543
1544 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1545
1546         * lyxfind.C (find): fix argument order in call to ::find
1547
1548 2004-02-02  André Pönitz  <poenitz@gmx.net>
1549
1550         * cursor.[Ch]: remove direct access to anchor
1551
1552         * text.C: remove findText() hack
1553
1554 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1555
1556         * iterators.[Ch] (lockPath): remove in favour of...
1557         * BufferView.[Ch] (setCursor): this addition
1558         * BufferView.C (putSelectionAt): adjust
1559         * undo.C (performUndoOrRedo): adjust
1560         * lyxfunc.C (dispatch): adjust
1561
1562 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1563
1564         * iterators.C (lockPath): add a missing slice
1565         * undo.C (performUndoOrRedo): remove redundant positioning code
1566
1567 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1568
1569         * vc-backend.C (scanMaster): ";" -> ';'
1570
1571 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1572
1573         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1574         std::binary_function
1575
1576         * lyxtextclass.C (compare_name): rename to...
1577         (LayoutNamesEqual): ...this
1578
1579         * lyxlex_pimpl.C (compare_tags): inherit from
1580         std::binary_function, put back into anon namespace
1581
1582         * lyxfind.C (MatchString): inherig from std::binary_function
1583         (findChange): use empty() istead of !size()
1584
1585         * format.C (FormatNamesEqual): new functor
1586         (getFormat): use it
1587         (getNumber): use it
1588         (add): use it
1589         (erase): use it
1590         (setViewer): use it
1591
1592         * converter.C (compare_Converter): rename to...
1593         (ConverterEqual): ...this, and fixup a bit.
1594         (getConverter): use it, and make function const
1595         (getNumber): use it, and make function const
1596         (add): use it
1597         (erase): use it:
1598
1599         * bufferlist.C: add using boost::bind
1600
1601         * MenuBackend.C (MenuNamesEqual): new functor
1602         (hasMenu): use it, and make function const
1603         (hasSubmenu): use nested bind to get rid of compare_memfun.
1604
1605 2004-01-30  André Pönitz  <poenitz@gmx.net>
1606
1607         * BufferView_pimpl.C:
1608         * cursor.C:
1609         * cursor.h:
1610         * cursor_slice.[Ch]:
1611         * lyxfunc.C:
1612         * lyxtext.h:
1613         * paragraph_funcs.C:
1614         * paragraph_funcs.h:
1615         * rowpainter.C:
1616         * text.C:
1617         * text2.C:
1618         * text3.C: move some of the edit(x,y) handling to the insets
1619         some coordinate changes.
1620
1621 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1622
1623         * text.C: add using statements for std::advance and std::distance
1624
1625         * paragraph.C: add using statement for std::distance
1626
1627         * lyxfind.C: add using statement for std::advance
1628
1629         * cursor.C (region): remove std:: from swap
1630         (openable): use nucleus in stead of operator->
1631
1632         * BufferView.C: add using statements for std::distance and std::swap
1633
1634 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1635
1636         * iterators.C: Remove the pimple, move the needed structures to
1637         the header file. Create accessor for the positions stack.
1638         (asPosIterator): remove function
1639
1640         * PosIterator.C (PosIterator): move constructors to top of file
1641         (PosIterator): reimplement the constructor taking a ParIterator in
1642         terms of setFrom.
1643         (setFrom): new function
1644         (operator!=): inline it
1645
1646 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1647
1648         * lyxfind.C (replaceAll): use std::advance
1649
1650         * iterators.h: inherit from std::iterator.
1651
1652         * PosIterator.C (advance, distance): remove
1653         * PosIterator.h: interit from std::iterator.
1654
1655 2004-01-26  André Pönitz  <poenitz@gmx.net>
1656
1657         * BufferView.[Ch]:
1658         * BufferView_pimpl.[Ch]:
1659         * InsetList.[Ch]:
1660         * PosIterator.[Ch]:
1661         * buffer.h:
1662         * bufferview_funcs.C:
1663         * cursor.[Ch]:
1664         * cursor_slice.h:
1665         * factory.[Ch]:
1666         * iterators.[Ch]:
1667         * lyxfind.C:
1668         * lyxfunc.C:
1669         * lyxtext.h:
1670         * output_docbook.C:
1671         * output_latex.C:
1672         * output_linuxdoc.C:
1673         * output_plaintext.C:
1674         * paragraph.[Ch]:
1675         * paragraph_funcs.[Ch]:
1676         * paragraph_pimpl.[Ch]:
1677         * rowpainter.C:
1678         * tabular.C:
1679         * tabular.h:
1680         * text.C:
1681         * text2.C:
1682         * text3.C: more IU:  dumps most of the rest of the mathcursor
1683     implementation into cursor.[Ch]; "globalize" a bit of it.
1684
1685 2004-01-25  Angus Leeming  <leeming@lyx.org>
1686
1687         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1688
1689 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1690
1691         * LaTeXFeatures.h: add nice_ and nice() const
1692         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1693
1694 2004-01-20  André Pönitz  <poenitz@gmx.net>
1695
1696         * BufferView.[Ch]:
1697         * BufferView_pimpl.C:
1698         * PosIterator.C:
1699         * bufferview_funcs.C:
1700         * cursor.[Ch]:
1701         * cursor_slice.[Ch]:
1702         * factory.C:
1703         * iterators.C:
1704         * lyx_cb.C:
1705         * lyxfind.C:
1706         * lyxfunc.C:
1707         * lyxtext.h:
1708         * rowpainter.C:
1709         * text.C:
1710         * text2.C:
1711         * text3.C:
1712         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1713           LCursor and mathcursor parts to LCursor and InsetBase.
1714
1715 2004-01-15  André Pönitz  <poenitz@gmx.net>
1716
1717         * cursor_slice.[Ch]: add a few covienience functions
1718
1719         * funcrequest.[Ch]: remove BufferView * member
1720
1721         * BufferView_pimpl.C:
1722         * cursor.C:
1723         * factory.[Ch]:
1724         * lyxfind.[Ch]:
1725         * lyxfunc.C:
1726         * lyxtext.h:
1727         * text3.C:
1728         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1729
1730 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1731
1732         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1733         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1734
1735 2004-01-13  André Pönitz  <poenitz@gmx.net>
1736
1737         * textcursor.[Ch]:
1738         * lyxtext.h: hide cursor and selection anchor behind accessor function
1739
1740         * BufferView.C:
1741         * BufferView_pimpl.[Ch]:
1742         * PosIterator.C:
1743         * bufferview_funcs.C:
1744         * cursor.h:
1745         * lyxfind.C:
1746         * lyxfunc.C:
1747         * text.C:
1748         * text2.C:
1749         * text3.C:
1750         * undo.C: adjust
1751
1752         * cursor.h:
1753         * cursor_slice.[Ch]: some integer type changes for inset unification
1754
1755         * lyxcursor.[hC]: remove, it's CursorSlice now.
1756
1757         * Makefile.am:
1758         * BufferView_pimpl.[Ch]:
1759         * bufferview_funcs.C:
1760         * cursor_slice.C:
1761         * lyxtext.h:
1762         * text.C:
1763         * text2.C:
1764         * text3.C:
1765         * textcursor.[Ch]: adjust
1766
1767 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1768
1769         * text2.C (undoSpan): add and use
1770         * text.C (breakParagraph): use undoSpan (fix bug 578)
1771         * lyxtext.h: adjust
1772
1773 2004-01-08  Angus Leeming  <leeming@lyx.org>
1774
1775         * BufferView_pimpl.C (MenuInsertLyXFile):
1776         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1777         * lyxfunc.C (menuNew, open, doImport):
1778         FileFilterList change to the FileDialog open and save functions.
1779
1780 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1781
1782         * ShareContainer.h: make isEqual and isUnique adaptable
1783
1784         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1785
1786 2004-01-07  Angus Leeming  <leeming@lyx.org>
1787
1788         * LyXAction.C:
1789         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1790
1791         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1792
1793         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1794         functions replacing find, replace and replaceAll.
1795
1796         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1797         LFUN_WORDFIND(FORWARD|BACKWARD).
1798
1799 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1800
1801         * text.C (breakParagraph): remove an outdated #warning
1802
1803 2004-01-07  André Pönitz  <poenitz@gmx.net>
1804
1805         * lyxfind.C: somewhat clearer logic
1806
1807         * text.C: prevent crash in cursorX on unitialized row cache
1808
1809 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1810
1811         * lyxcursor.[Ch] (operator>): add
1812         * textcursor.C (selStart, selEnd): use std::min and std::max
1813
1814 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1815
1816         * Chktex.C: include boost/format.hpp
1817
1818 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1819
1820         * InsetList.C: replace functor MathcIt with adaptable functor
1821         InsetTablePosLess
1822         (insetIterator): modify accordingly
1823
1824         * BranchList.h: move the BranchNamesEqual functor here from...
1825         * BranchList.C: ... to here
1826
1827         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1828         SameName and match.
1829         (add): replace a finding loop with std::find_if.
1830
1831 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1832
1833         * output_docbook.C: moving LatexParam functionality into
1834         .layout files
1835
1836 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1837
1838         * buffer.C: increment format to 229.
1839
1840 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1841
1842         * LaTeXFeatures.C:
1843         * lyx_sty.[Ch]: remove minipageindent_def
1844
1845         * LyXAction.C:
1846         * factory.C:
1847         * lfuns.h:
1848         * lyxfunc.C:
1849         * text3.C: remove LFUN_INSET_MINIPAGE
1850
1851 2003-12-28  Angus Leeming  <leeming@lyx.org>
1852
1853         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1854
1855 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1856
1857         * text2.C (setParagraph): fix off-by-one crash
1858
1859 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1860
1861         * output_docbook.C: header stuff for AGU
1862
1863 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1864
1865         * text2.C (redoCursor): remove
1866         * text.C:
1867         * text3.C:
1868         * BufferView_pimpl.C: remove calls to redoCursor and
1869         setCursor(cursor.par(), cursor.pos()) all around
1870
1871 2003-12-15  Angus Leeming  <leeming@lyx.org>
1872
1873         * buffer.C: up the format to 228.
1874
1875 2003-12-15  André Pönitz  <poenitz@gmx.net>
1876
1877         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1878         slices
1879
1880         * Makefile.am:
1881
1882         * BufferView_pimpl.C:
1883         * cursor.[Ch]:
1884         * lyxcursor.[Ch]:
1885         * rowpainter.[Ch]:
1886         * lyxtext.h:
1887         * text.C:
1888         * text2.C:
1889         * text3.C: adjust
1890
1891 2003-12-15  Angus Leeming  <leeming@lyx.org>
1892
1893         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1894         than getFromGUIName to manipulate the color.
1895
1896 2003-12-14  Angus Leeming  <leeming@lyx.org>
1897
1898         * BranchList.[Ch]: minimize the API.
1899         (Branch::getBranch, getColor): now return a 'const &'.
1900         (Branch::setSelected) now returns a bool set to true if the
1901         selection status changes.
1902         (BranchList::clear, size, getColor, setColor, setSelected,
1903         allBranches, allSelected, separator): removed.
1904         (BranchList::find): new functions, returning the Branch with
1905         the given name.
1906         (BranchList::add, remove): return a bool indicating that
1907         the operation was successful.
1908
1909         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1910         new InsetBranch::isBranchSlected member function.
1911
1912         * LColor.[Ch]: mimimize the API.
1913         (fill): renamed as addColor and made private.
1914         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1915         versions of these functions taking a string arg have been removed.
1916
1917         * bufferparams.C (readToken):
1918         * lyxfunc.C (dispatch):
1919         * lyxrc.C (read): changes due to the altered BranchList and
1920         LColor APIs.
1921
1922         * factory.C (createInset, readInset): changes due to altered
1923         InsetBranch c-tor.
1924
1925 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1926
1927         * factory.C:
1928         * lyxfunc.C: remove insetminipage. "minipage-insert"
1929         now produces a frameless minipage box inset.
1930
1931 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1932
1933         * textcursor.[Ch] (selStart,selEnd): add new methods
1934         remove selection::start, end, use LyXCursor::operator<
1935         * lyxcursor.[Ch] (operator<): add
1936         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1937         * BufferView.[Ch] (unsetXSel): add
1938         * text2.C (clearSelection): use unsetXSel,adjust
1939         * text.C: adjust
1940         * text3.C: adjust
1941         * rowpainter.C: adjust
1942         * bufferview_funcs.C (put_selection_at): adjust
1943
1944 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1945
1946         * BufferView_pimpl.C: small coord. correction
1947
1948 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1949
1950         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1951         dragging over the splash screen.
1952
1953 2003-12-11  Angus Leeming  <leeming@lyx.org>
1954
1955         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1956         as it is now handled in LyXText::dispatch.
1957
1958         * text3.C (doInsertInset): remove a level of nesting.
1959
1960 2003-12-11  Angus Leeming  <leeming@lyx.org>
1961
1962         * factory.C (createInset): changes due to the changed interface to
1963         InsetCommandMailer::string2params.
1964
1965 2003-12-10  Angus Leeming  <leeming@lyx.org>
1966
1967         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1968         'dialog-show-new-inset <inset name>'
1969
1970 2003-12-10  Angus Leeming  <leeming@lyx.org>
1971
1972         * buffer.C: up the format to 227.
1973
1974         * factory.C: the box inset is now identified simply by 'Box'.
1975
1976 2003-12-10  Angus Leeming  <leeming@lyx.org>
1977
1978         * buffer.C: up the format to 226.
1979
1980         * factory.C: the note inset is now identified simply by 'Note'.
1981
1982 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1983
1984         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1985         when a pit is enough. Standarize a couple of loops.
1986
1987 2003-12-05  Angus Leeming  <leeming@lyx.org>
1988
1989         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1990         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1991         data to the re-worked "log" dialog.
1992
1993 2003-12-03  André Pönitz  <poenitz@gmx.net>
1994
1995         * PosIterator.C:
1996         * iterators.C:
1997         * lyxtext.h:
1998         * output_latex.C:
1999         * paragraph_funcs.C:
2000         * text.C:
2001         * text2.C: use Inset::getText instead of Inset::getParagraph
2002
2003 2003-12-03  André Pönitz  <poenitz@gmx.net>
2004
2005         * buffer.[Ch]:
2006         * lyxtext.h:
2007         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
2008         InsetText::read() as LyXText::read()
2009
2010 2003-12-02  Angus Leeming  <leeming@lyx.org>
2011
2012         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
2013         type. Add a comment in the implementation that the function uses
2014         the stream's bad() function rather than fail() as the std::streams
2015         would do.
2016
2017 2003-12-02  André Pönitz  <poenitz@gmx.net>
2018
2019         * lyxlex.[Ch]: make interface more similar to std::stream
2020
2021         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
2022
2023 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
2024
2025         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
2026
2027 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
2028
2029         * vspace.[Ch]: remove VSpace::NONE
2030
2031 2003-12-01  André Pönitz  <poenitz@gmx.net>
2032
2033         * buffer.[Ch]:
2034         * lyxtext.h: move ParagraphList member to LyXText
2035         rename LyXText::ownerParagraphs to LyXText::paragraph
2036
2037         * CutAndPaste.C:
2038         * bufferview_funcs.C:
2039         * iterators.[Ch]:
2040         * lyx_cb.C:
2041         * paragraph.C:
2042         * rowpainter.C:
2043         * tabular.C:
2044         * text.C:
2045         * text2.C:
2046         * text3.C: adjust
2047
2048         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2049
2050         * undo.C: fix cursor positioning
2051
2052 2003-12-01  John Levon  <levon@movementarian.org>
2053
2054         * BufferView_pimpl.C: fix a crash on exit with
2055         a buffer open
2056
2057 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2058
2059         * BranchList.C: fix setSelected() method.
2060
2061 2003-11-28  André Pönitz  <poenitz@gmx.net>
2062
2063         * ParagraphParameters.[Ch]:
2064         * ParameterStruct.h: remove space above/below from Paragraph to
2065          InsetVSpace
2066
2067         * BufferView_pimpl.C:
2068         * factory.C:
2069         * lyxfunc.C:
2070         * lyxtext.h:
2071         * output_latex.C:
2072         * paragraph.C:
2073         * paragraph_funcs.C:
2074         * rowpainter.[Ch]:
2075         * text.C:
2076         * text2.C:
2077         * text3.C: adjust
2078
2079 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2080
2081         * factory.C: Syntax change for CharStyles
2082
2083 2003-11-28  André Pönitz  <poenitz@gmx.net>
2084
2085         * BufferView.[Ch]:
2086         * BufferView.[Ch]:
2087         * buffer.[Ch]:
2088         * buffer.[Ch]: move LyXText member
2089
2090 2003-11-28  André Pönitz  <poenitz@gmx.net>
2091
2092         * BufferView.[Ch]: make LyXText * text a private member
2093
2094         * BufferView_pimpl.C:
2095         * cursor.C:
2096         * iterators.C:
2097         * lyx_cb.C:
2098         * lyxfind.C:
2099         * lyxtext.h:
2100         * rowpainter.[Ch]:
2101         * text.C:
2102         * text2.C:
2103         * undo.C: adjust
2104
2105         * output_plaintext.C: cleanup
2106
2107 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2108
2109         * buffer.C:
2110         * lyxtextclass.[Ch]: parametrize SGML document header
2111
2112 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2113
2114         * converter.[Ch]:
2115         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2116         getFlavor().
2117
2118 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2119
2120         * text2.C (setFont): rework using PosIterator (no more recursive)
2121         (setCharFont): no more needed
2122         (setLayout): no more selection cursors fiddling (done by redoCursor)
2123         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2124         destroy remaining ones)
2125
2126 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2127
2128         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2129         * lyxtext.h: ditto
2130         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2131         selection cursors
2132         * lyxfunc.C: adjust
2133         * text3.C: adjust + re-allow multi par depth changes
2134         * textcursor.C: simplify a bit
2135
2136 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2137
2138         * src/buffer.C:
2139         * src/lyxlayout.C:
2140         * src/lyxlayout.h:
2141         * src/lyxtext.h:
2142         * src/output_docbook.C:
2143         * src/output_latex.C:
2144         * src/paragraph.C:
2145         * src/paragraph.h:
2146         * src/sgml.C:
2147         * src/sgml.h:
2148         * src/text2.C: Introducing a number of tags parametrizing various
2149         XML formats that we may want to support
2150
2151 2003-11-25  André Pönitz  <poenitz@gmx.net>
2152
2153         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2154
2155         * lyxtext.h (leftMargin/rightMargin): simplify interface
2156
2157         * rowpainter.C:
2158         * text.C:
2159         * text2.C:
2160         * text3.C: adjust
2161
2162 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2163
2164         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2165         master file to any child files. Fixes bug 546.
2166
2167 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2168
2169         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2170
2171 2003-11-24  André Pönitz  <poenitz@gmx.net>
2172
2173         * rowpainter.C: simplification
2174
2175         * text2.C (updateCounters): remove call to redoParagraph on
2176         changed labels as this is far too expensive.
2177
2178 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2179
2180         * converter.C (convert): fix a crash: this function gets
2181         called with buffer == 0 from importer code.
2182
2183 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2184
2185         * text3.C (cursorPrevious): make sure that we do not compare
2186         iterators form different containers.
2187         (cursorNext): ditto
2188
2189         * rowpainter.C (paintSelection): make sure that we do not compare
2190         iterators from different containers.
2191
2192         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2193         iterators from different ParagraphList containers.
2194         [NEXT] ditto
2195
2196         * text2.C (LyXText): change order of initialization slightly
2197         (operator=): new function. copy all variables except cache_par_
2198         (moveUp): make sure that we do not compare iterators from
2199         different ParagraphList constainers.
2200         (moveDown): ditto
2201
2202         * text.C (firstPar): new function
2203         (lastPar): new function
2204         (endPar): new function
2205
2206         * lyxtext.h: move things around and group public functions, public
2207         variables, private functions, private variables
2208
2209 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2210
2211         * factory.C: change call to InsetERT constructor to avoid
2212         additional invocation of method status
2213         * text2.C (toggleInset): remove redundant update() call
2214         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2215         instead of a Bufferview pointer
2216
2217 2003-11-21  André Pönitz  <poenitz@gmx.net>
2218
2219         * rowpainter.C: simplification
2220
2221 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2222
2223         * text3.C (dispatch): make possible to extend a word/row selection
2224         with the mouse
2225
2226 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2227
2228         * lyxtext.h: x0_,y0_ -> xo_,yo_
2229         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2230         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2231         * rowpainter.C (paintRows): paint full paragraphs
2232
2233 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2234
2235         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2236         screen coordinates)
2237
2238 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2239
2240         * lyxtext.h: add x0_, y0_
2241         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2242         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2243
2244 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2245
2246         * text2.C (setCursorIntern): move the x_target update here *
2247         * text3.C: change some bv() to true/false in calls to
2248         cursorUp/Down/Right/Left
2249         * cursor.C: use helper function.
2250
2251 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2252
2253         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2254         * paragraph_funcs.[Ch]: correct comment
2255         * rowpainter.C: do not paint selections away from bv->cursor()
2256         Fix a long standing selection painting bug.
2257         * text3.C: generalize mouse-selection code to LyXTexts other that
2258         top one
2259         * textcursor.C: do not use y coords if we can use par offsets
2260
2261 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2262
2263         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2264         cursor position after e.g. inset insert)
2265
2266 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2267
2268         * lyxfind.C (replace): adjust to locking removal + some
2269         code simplification
2270
2271 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2272
2273         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2274         of the path
2275
2276 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2277
2278         * lyxlayout.[Ch]:
2279         * output_docbook.C: XML sanitation: new layout
2280         parameters InnerTag and CommandDepth
2281
2282 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2283
2284         * BufferView_pimpl.C:
2285         * factory.C:
2286         * text3.C: Fix the insertion and modification of button-style
2287         insets
2288
2289 2003-11-13  André Pönitz  <poenitz@gmx.net>
2290
2291         * InsetList.[Ch]: remove deleteLyXText
2292
2293         * paragraph.[Ch]: cache beginOfBody position
2294
2295         * Bidi.C:
2296         * text.C:
2297         * text2.C:
2298         * text3.C: remove superfluous update() calls
2299
2300         * vspace.C: cleanup
2301
2302 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2303
2304         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2305         * BufferView.C (fitLockedInsetCursor): remove
2306         * cursor.[Ch] (getDim): add
2307         * text.C (getRowNearY): add faster version
2308         * text3.C: remove some update calls
2309
2310 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2311
2312         * LaTeXFeatures.C:
2313         * LyXAction.C:
2314         * MenuBackend.C:
2315         * MenuBackend.h:
2316         * dispatchresult.h:
2317         * factory.C:
2318         * lfuns.h:
2319         * lyxfunc.C:
2320         * lyxtextclass.C:
2321         * lyxtextclass.h:
2322         * text3.C: The Character Style /XML short element patch.
2323
2324 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2325
2326         * text3.C:
2327         * factory.C: Small step to solving 'unable to insert some insets'
2328         problem
2329
2330 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2331
2332         * cursor.[Ch] (updatePos): new function for updating the y
2333         position of the tip inset
2334         * bufferview_funcs.C (put_selection_at):
2335         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2336
2337 2003-11-11  André Pönitz  <poenitz@gmx.net>
2338
2339         * text.C: remove big comment on invalid Paragraph pointers as it is
2340         not valid anymore
2341
2342 2003-11-11  André Pönitz  <poenitz@gmx.net>
2343
2344         * text_funcs.[Ch]: merge with ...
2345
2346         * text.C: ... this
2347
2348         * lyxtext.h:
2349         * text2.C:
2350         * text3.C: adjust
2351
2352         * Makefile.am: remove text_funcs.[Ch]
2353
2354 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2355
2356         * cursor.C (getPos): return absolute cached y coord
2357
2358         * BufferView_pimpl.C (fitCursor): new simplistic code
2359         (workAreaDispatch): add a fitCursor call
2360
2361 2003-11-10  André Pönitz  <poenitz@gmx.net>
2362
2363         * BufferView.[Ch]:
2364         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2365
2366 2003-11-10  André Pönitz  <poenitz@gmx.net>
2367
2368         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2369         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2370         indicate that the cursor needs to leave an inset
2371
2372         * lyxtext.h: remove inset locking
2373
2374         * cursor.[Ch]: re-implement functionality provided by inset locking
2375
2376         * BufferView.[Ch]:
2377         * BufferView_pimpl.[Ch]:
2378         * LyXAction.C:
2379         * bufferview_funcs.[Ch]:
2380         * factory.C:
2381         * funcrequest.[Ch]:
2382         * iterators.C:
2383         * lyx_cb.C:
2384         * lyxfind.C:
2385         * lyxfunc.C:
2386         * text.C:
2387         * text2.C:
2388         * text3.C:
2389         * undo.C: adjust
2390
2391 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2392
2393         * PosIterator.[Ch]: replace the stack with a vector, add inset
2394         accesor
2395         * iterators.[C]: adjust
2396
2397 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2398
2399         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2400         replaced
2401         * paragraph_funcs.C (readParToken): put the correct id in the
2402         error item, not the id of the top paragraph
2403
2404 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2405
2406         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2407         * bufferview_funcs.C (put_selection_at): use the above
2408
2409 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2410
2411         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2412
2413 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2414
2415         * output_linuxdoc.h:
2416         * output_plaintext.h:
2417         * output.h:
2418         * output_docbook.h: add #include statements
2419
2420 2003-11-05  José Matos  <jamatos@lyx.org>
2421
2422         * output_docbook.[Ch]:
2423         * output_latex.[Ch]:
2424         * output_linuxdoc.[Ch]:
2425         * output_plaintext.[Ch]: New files for output formats.
2426         * output.[Ch]: New file for helper functions.
2427
2428         * buffer.[Ch]:
2429         * paragraph_funcs.[Ch]: output functions moved to new files.
2430
2431         * outputparams.h: rename of latexrunparams.h
2432
2433         * LaTeX.[Ch]:
2434         * buffer.[Ch]:
2435         * bufferlist.[Ch]:
2436         * converter.[Ch]:
2437         * exporter.C:
2438         * paragraph.[Ch]:
2439         * paragraph_funcs.[Ch]:
2440         * paragraph_pimpl.[Ch]:
2441         * tabular.[Ch]: rename ascii to plaintext
2442         and LatexRunParams to OutputParams.
2443
2444 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2445
2446         * iterators.[Ch] (text): require bv argument
2447         * undo.C (recordUndo):
2448         * lyxfunc.C (dispatch):
2449         * bufferview_funcs.C (put_selection_at): adjust
2450
2451 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2452
2453         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2454
2455 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2456
2457         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2458         nestings
2459
2460 2003-11-04  André Pönitz  <poenitz@gmx.net>
2461
2462         * cursor.[Ch]: restructure
2463
2464         * BufferView.[Ch]:
2465         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2466
2467         * iterators.[Ch] (asCursor): remove
2468
2469         * lfuns.h: remove LFUN_INSET_EDIT
2470
2471         * lyxfunc.C:
2472         * tabular.C:
2473         * text.C:
2474         * text2.C:
2475         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2476
2477 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2478
2479         * lyxfind.[Ch]: complete overhaul
2480         * BufferView_pimpl.C:
2481         * lyxfunc.C: adjust
2482         * paragraph.[Ch] (insert): add
2483
2484 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2485
2486         * BufferView.[Ch]:
2487         * lyxtext.h:
2488         * text.C: remove dead spellcheck code
2489
2490 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2491
2492         * dispatchresult.h: add a val setter
2493
2494         * cursor.C (dispatch): use a tempvar for data_[i]
2495
2496 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2497
2498         * PosIterator.[Ch]: compile fix
2499
2500 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2501
2502         * text.C (cursorPar): deactivate the cursor cache
2503
2504 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2505
2506         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2507
2508 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2509
2510         * text3.C (dispatch): adjust for new DisptchResult semantics.
2511
2512         * lyxfunc.C (dispatch): handle update when return from
2513         Cursor::dispatch, adjust for new DispatchResult semantics.
2514
2515         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2516         DispatchResult(true) mean to not update. Add class functions for
2517         setting dispatched and update, as well as reading.
2518
2519         * cursor.C (dispatch): don't handle update here
2520
2521 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2522
2523         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2524         * trans_mgr.C: adjust
2525
2526         * paragraph_funcs.C (readParToken): exception safety
2527
2528         * lyxvc.h: store the vcs pointer in a scoped_ptr
2529         * lyxvc.C: adjust
2530
2531         * lyxsocket.C (serverCallback): exception safety
2532
2533         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2534
2535         * ispell.C (clone): make it return a auto_ptr
2536
2537         * factory.C (createInset): exception safety
2538         (readInset): exception safety
2539
2540         * bufferlist.C (newBuffer): exception safety
2541
2542         * Thesaurus.C (Thesaurus): use initialization for aik_
2543
2544         * MenuBackend.C (expandToc): exception safety.
2545
2546 2003-11-03  André Pönitz  <poenitz@gmx.net>
2547
2548         * buffer.C:
2549         * buffer.h:
2550         * bufferview_funcs.C: remove getInsetFromId()
2551
2552         * lyxcursor.[Ch]:
2553         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2554
2555         * lyxfunc.C:
2556         * text2.C:
2557         * text3.C: adjust
2558
2559 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2560
2561         * PosIterator.C (distance, advance): new
2562         * bufferview_funcs.[Ch] (put_selection_at): new
2563         * iterators.[Ch] (lockPath): new
2564
2565 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2566
2567         * iterators.[Ch] (asPosIterator): added
2568         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2569         * PosIterator.[Ch]: added
2570
2571 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2572
2573         * text3.C:
2574         * lyxfunc.C:
2575         * cursor.C (dispatch):
2576         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2577
2578         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2579         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2580         contructor, add a class function dispatched. Remove operator>=
2581
2582 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2583
2584         * debug.C: only use the default constructor for debugstream
2585         (lyxerr) here.
2586
2587         * main.C (main): include debug.h and setup the lyxerr streambuf
2588         here.
2589
2590 2003-10-31  José Matos  <jamatos@lyx.org>
2591
2592         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2593
2594         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2595         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2596         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2597         * paragraph_pimpl.C (simpleTeXSpecialC):
2598         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2599         add LatexRunParams argument.
2600
2601         * exporter.C (Export): change call accordingly.
2602
2603         * latexrunparams.h: add new member to take care of the other backends.
2604 2003-10-30  José Matos  <jamatos@lyx.org>
2605
2606         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2607         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2608         factorise code for paragraph output.
2609         * buffer.[Ch]:
2610         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2611         move functions.
2612
2613 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2614
2615         * text3.C (dispatch):
2616         * lyxfunc.C (dispatch):
2617         * cursor.C (dispatch):
2618         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2619
2620         * dispatchresult.h: make the dispatch_result_t ctor explicit
2621
2622 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2623
2624         * sgml.[Ch]:
2625         * buffer.C: small refactoring of docbook stuff
2626
2627 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2628
2629         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2630         meaning.
2631
2632 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2633
2634         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2635         operator dispatch_result_t, and operators for == != and >=
2636
2637         * cursor.C (dispatch): adjust for operator dispatch_result_t
2638         removal. comment out call to update
2639
2640         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2641
2642 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2643
2644         * text3.C:
2645         * text2.C:
2646         * text.C:
2647         * lyxtext.h:
2648         * lyxfunc.C:
2649         * cursor.C:
2650         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2651         (dispatch):
2652
2653         * dispatchresult.h: new file, DispatchResult broken out of
2654         insets/insetbase.h
2655
2656         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2657
2658 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2659
2660         * text.C (rowBreakPoint): put a hack inside #if 0
2661
2662 2003-10-28  André Pönitz  <poenitz@gmx.net>
2663
2664         * lyxtext.h:
2665         * metricsinfo.C:
2666         * paragraph_funcs.C:
2667         * rowpainter.C:
2668         * text.C:
2669         * text2.C: general cleanup (lots of small stuff)
2670
2671 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2672
2673         * text2.C (cursorEnd): simple fix to the "end key goes to one
2674         before the end on last row" bug
2675
2676 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2677
2678         * text.C (backspace): fix the "zombie characters"
2679
2680 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2681
2682         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2683
2684 2003-10-27  André Pönitz  <poenitz@gmx.net>
2685
2686         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2687
2688         * factory.C: handle new InsetPagebreak, InsetLine
2689
2690         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2691         and move handling into new InsetPagebreak, InsetLine
2692
2693         * BufferView_pimpl.C:
2694         * LyXAction.C:
2695         * ParagraphParameters.C:
2696         * ParameterStruct.h:
2697         * lyxfunc.C:
2698         * lyxtext.h:
2699         * paragraph.C:
2700         * paragraph.h:
2701         * paragraph_funcs.C:
2702         * paragraph_pimpl.C:
2703         * rowpainter.C:
2704         * text.C:
2705         * text2.C:
2706         * text3.C: adjust
2707
2708 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2709
2710         * text.C:
2711         * lyxrow_funcs.[Ch]:
2712         * Bidi.C:
2713         * paragraph.C:
2714         * lyxtext.h:
2715         * rowpainter.C:
2716         * text2.C:
2717         * text3.C: remove lastPos uses in favour of Row::endpos
2718
2719 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2720
2721         * undo.C (performUndoOrRedo): fix two crashes by setting a
2722         cursor by hand and reordering some calls. Use bv->lockInset instead
2723         of inset->edit because the latter loses cursor information
2724
2725 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2726
2727         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2728         by Martin
2729         (rowBreakPoint): fix width. change point to point + 1.
2730         Add a missing check.
2731
2732 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2733
2734         * MenuBackend.C:
2735         * lyxfunc.C: fix (at least partly) the problems
2736         with the Nav menu and headers inside branch insets
2737         reported by Kayvan
2738
2739 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2740
2741         * paragraph.C (getChar): add strong asserts
2742
2743         * lyxrow_funcs.C (lastPos): remove hideous hack
2744
2745         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2746         (fill): adjust to that (avoid an infinite loop)
2747
2748 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2749
2750         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2751
2752 2003-10-23  André Pönitz  <poenitz@gmx.net>
2753
2754         * RowList_fwd.h: change list<> to vector<> to gain speed
2755         after suggestion from Alfredo
2756
2757 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2758
2759         * lyxtext.h: move the bidi stuff from here...
2760         * text.C: and here
2761         * text2.C: and here
2762         * Bidi.[Ch]: ... to here
2763
2764 2003-10-23  André Pönitz  <poenitz@gmx.net>
2765
2766         * lyxtext.h:
2767         * text.C (isLastRow, isFirstRow): new functions
2768
2769         * paragraph.h: new width cache member
2770
2771         * rowpainter.C: replace RowList::iterator with Row & where possible
2772
2773         * lyxfunc.C: replace several view()->text with a single call
2774
2775         * toc.C: fix 'unused' warning
2776
2777 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2778
2779         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2780         when woring with stream::pos_type
2781         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2782
2783 2003-10-22  André Pönitz  <poenitz@gmx.net>
2784
2785         * lyxtext.h:
2786         * text.C: use Row & instead of RowList::iterator
2787
2788         * lyxrow.h: rename end() to endpos()
2789
2790         * rowpainter.C:
2791         * text.C:
2792         * text2.C: adjust
2793
2794 2003-10-22  Angus Leeming  <leeming@lyx.org>
2795
2796         * buffer.[Ch] (fully_loaded): new member function, returning true
2797         only when the file has been loaded fully.
2798         Used to prevent the premature generation of previews and by the
2799         citation inset to prevent computation of the natbib-style label.
2800
2801         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2802         templates are all set up.
2803
2804         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2805
2806 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2807
2808         * text.C: fixed an "oops" in the "is a bit silly"
2809         bug fix
2810
2811 2003-10-21  André Pönitz  <poenitz@gmx.net>
2812
2813         * FuncStatus.[Ch]: small stuff, whitespace
2814
2815         * lyxfont.[Ch]: operator<<() for debug reasons
2816
2817         * lyxfunc.C:
2818         * lyxrow_funcs.C:
2819         * lyxtext.h: whitespace, spelling
2820
2821         * paragraph.C: naming of variables
2822
2823         * text.C:
2824         * text2.C: small stuff
2825
2826
2827 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2828
2829         * text.C: (1) finish off the inset display() work;
2830         (2) fix the "is a bit silly" bug (accessing char
2831         past end of par).
2832
2833 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2834
2835         * text.C: re-introduce display() for insets, fixing the
2836         various bugs (stretch of line above, math inset
2837         positioning, ...)
2838
2839 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2840
2841         * text.C (rightMargin): remove spurious semicolon
2842
2843         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2844         1415)
2845
2846 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2847
2848         * text3.C: fix one crash due to wrong cursor def
2849
2850 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2851
2852         * vc-backend.C (scanMaster): make the regex static
2853
2854         * LaTeX.C (scanAuxFile): make the regexs static
2855
2856         * text3.C (doInsertInset, dispatch, dispatch):
2857         * text2.C (cursorUp, cursorDown):
2858         * text.C (selectNextWordToSpellcheck):
2859         * BufferView_pimpl.C (dispatch):
2860         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2861
2862 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2863
2864         * lyxsocket.C: include <cerrno>
2865
2866 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2867
2868         * lyxfunc.C (dispatch): remove textcache stuff
2869
2870         * bufferlist.C (release): remove textcache stuff
2871         (closeAll): ditto
2872
2873         * TextCache.C: delete file
2874         * TextCache.h: delete file
2875
2876         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2877
2878         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2879         delete of the bv_->text.
2880         (resizeCurrentBuffer): remove texcache stuff
2881         (workAreaResize): ditto
2882
2883 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2884
2885         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2886         action.
2887
2888 2003-10-16  André Pönitz  <poenitz@gmx.net>
2889
2890         * lyxrow.[Ch]:
2891         * paragraph.h:
2892         * rowpainter.C:
2893         * text.C:
2894         * text2.C:
2895         * text3.C: speed up by storing y positions per paragraph plus per-row
2896         offset instead of having a 'full' y position in the row.
2897
2898 2003-10-15  André Pönitz  <poenitz@gmx.net>
2899
2900         * iterators.[Ch]:
2901         * iterators.[Ch]:
2902         * undo.[Ch]: make undo aware of inner insets
2903
2904 2003-10-14  Angus Leeming  <leeming@lyx.org>
2905
2906         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2907         static member functions LyX::ref() and LyX::cref.
2908         (lastfiles): new accessor functions for the new lastfiles_ member var.
2909         (addLyXView, views_): add a new LyXView to the list of views_.
2910         (updateInset): loop over all LyXViews to call their own updateInset
2911         member function, returning a pointer to the Buffer owning the inset.
2912
2913         * BufferView_pimpl.C (loadLyXFile):
2914         * MenuBackend.C (expandLastfiles):
2915         * bufferlist.C (MenuWrite, QuitLyX):
2916         lastfiles is no longer a global variable.
2917         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2918
2919         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2920         static function. Access through LyX::cref().emergencyCleanup().
2921
2922 2003-10-14  André Pönitz  <poenitz@gmx.net>
2923
2924         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2925
2926         * undo.[Ch]: restoring part of 'undo in insets'
2927
2928         * Makefile.am:
2929         * undo_funcs.[Ch]: merge with undo.[Ch]
2930
2931         * tabular.C: small cleansing stuff
2932
2933 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2934
2935         * paragraph_funcs.C (readParToken): report unknown insets as error
2936         boxes. Use the outer paragraph as location (also for unknown
2937         tokens).
2938
2939         * factory.C (readInset): do not abort on reading an unknown inset.
2940         Eat it and return 0.
2941
2942 2003-10-13  Angus Leeming  <leeming@lyx.org>
2943
2944         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2945
2946         * lyxrc.C: displayTranslator is now a function,
2947         declared in GraphicsTypes.h.
2948
2949 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2950
2951         * format.C: new placeholder $$a to pass the socket address.
2952
2953         * bufferlist.[Ch]: new function getBufferFromTmp.
2954
2955         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2956           files in the temporary dir.
2957
2958 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2959
2960         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2961
2962         * Makefile.am: add lyxsocket.[Ch].
2963
2964         * lyx_main.C (error_handler): handle SIGPIPE.
2965
2966 2003-10-13  André Pönitz  <poenitz@gmx.net>
2967
2968         * BufferView_pimpl.C:
2969         * lyxtext.h:
2970         * text.C:
2971         * text2.C:
2972         * text3.C:
2973         * undo_funcs.[Ch]: use paroffset_type instead of
2974           ParagraphList::iterators to prevent multiple conversion
2975           (and get a more robust interface)
2976
2977 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2978
2979         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2980         * lyxtext.h: ditto
2981         * text3.C (dispatch): ditto
2982
2983 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2984
2985         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2986         move the onlyfile, use onlyfile instead of foundfile in a couple
2987         of places.
2988
2989         * DepTable.C (update): flush the error stream a bit more
2990
2991 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2992
2993         * lyxserver.C (callback): adjust
2994
2995         * lyxfunc.C (getStatus): add a missing brace in commented code
2996         (ensureBufferClean): reindent
2997         (dispatch): delete version taking a string
2998
2999 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3000
3001         * LaTeX.C (deplog): move found file handlig from here...
3002         (handleFoundFile): .. to new function here.
3003         (deplog): make sure to discover several files mentioned on the
3004         same log line.
3005
3006 2003-10-10  André Pönitz  <poenitz@gmx.net>
3007
3008         * lyxfunc.C:
3009         * lyxtext.h:
3010         * tabular.C:
3011         * text.C:
3012         * text2.C:
3013         * text3.C: fix some of the tabular crashes
3014
3015 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3016
3017         * MenuBackend.C (binding): put debug message into Debug::KBMAP
3018
3019         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
3020
3021 2003-10-09  André Pönitz  <poenitz@gmx.net>
3022
3023         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
3024
3025         * BufferView.C:
3026         * BufferView_pimpl.C:
3027         * bufferview_funcs.C:
3028         * lyx_cb.C:
3029         * lyxcursor.C:
3030         * lyxfind.C:
3031         * lyxfunc.C:
3032         * lyxtext.h:
3033         * text.C:
3034         * text2.C:
3035         * text3.C:
3036         * text_funcs.[Ch]:
3037         * textcursor.[Ch]:
3038         * undo_funcs.C: adjust
3039
3040 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3041
3042         * text2.C (incrementItemDepth): new function, use a backtracking
3043         algorithm to discover the correct item depth.
3044         (resetEnumCounterIfNeeded): new function, use a backtracking
3045         algorithm to discover if counter reset is needed.
3046         (setCounter): use them. Simplify a bit. Add different labels for
3047         different item depths for itemize.
3048
3049         * paragraph.C (Paragraph): remove initialization of enumdepth
3050         (operator=): ditto
3051
3052         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3053         enumerate and itemize. Change the type of itemdepth to signed char.
3054
3055 2003-10-08  André Pönitz  <poenitz@gmx.net>
3056
3057         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3058           thing assignable.
3059         * text.C:
3060         * text2.C: adjust
3061
3062         * tabular.[Ch]: fix crash after 'row-insert'
3063
3064 2003-10-08  Angus Leeming  <leeming@lyx.org>
3065
3066         Fix doxygen warnings.
3067
3068         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3069         Remove CutAndPaste:: prefix from header file declaration.
3070
3071         * LColor.h (fill): remove LColor:: prefix from declaration.
3072
3073         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3074         use lyx::depth_type rather than Paragraph::depth_type so that
3075         header file and .C file match.
3076
3077         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3078
3079         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3080         * aspell.C: \file aspell_local.C -> \file aspell.C
3081         * gettext.C: \file gettext.C -> \file src/gettext.C
3082         * gettext.h: \file gettext.h -> \file src/gettext.h
3083         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3084         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3085         * text.C: \file text.C -> \file src/text.C
3086
3087         * toc.C: move comment so that doxygen is not confused.
3088
3089 2003-10-07  Angus Leeming  <leeming@lyx.org>
3090
3091         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3092
3093 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3094
3095         * aspell.C:
3096         * aspell_local.h: add forgotten std::string's.
3097
3098 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3099
3100         * LaTeXFeatures.C:
3101         * LyXAction.C:
3102         * factory.C:
3103         * lfuns.h:
3104         * lyxfunc.C:
3105         * text3.C: The Box patch. Fancybox support, minipage, parbox
3106
3107 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3108
3109         * CutAndPaste.h:
3110         * DepTable.h:
3111         * FloatList.h:
3112         * LaTeXFeatures.h:
3113         * ParagraphParameters.h:
3114         * TextCache.h:
3115         * Thesaurus.h:
3116         * bufferlist.h:
3117         * exporter.h:
3118         * importer.h:
3119         * lastfiles.h:
3120         * lyxfind.h:
3121         * lyxfont.h:
3122         * lyxlex.h:
3123         * lyxtextclasslist.h:
3124         * messages.h:
3125         * paragraph.h:
3126         * paragraph_pimpl.C:
3127         * textcursor.h: add <string> and other small fixes to make Lars'
3128         std::string patch compile with STLport.
3129
3130 2003-10-06  Angus Leeming  <leeming@lyx.org>
3131
3132         * LColor.h: Add missing #include <string>.
3133
3134 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3135
3136         * All most all file in all subdirs: Make <string> be the prefered
3137         way of getting to std::string, add using declarations.
3138
3139 2003-10-06  André Pönitz  <poenitz@gmx.net>
3140
3141         * metricsinfo.C: initialize LyXFont before changing attribute.
3142         (fixes the 'math in \emph is upright' bug)
3143
3144 2003-10-06  André Pönitz  <poenitz@gmx.net>
3145
3146         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3147
3148 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3149
3150         * graph.C:
3151         * paragraph_pimpl.C: Small fixes to build using STLport
3152
3153 2003-10-02  André Pönitz  <poenitz@gmx.net>
3154
3155         * lyxfunc.C:
3156         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3157
3158 2003-10-01  André Pönitz  <poenitz@gmx.net>
3159
3160         * factory.C: assert early
3161
3162 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3163
3164         * lyx_main.C: remove the global debug object
3165
3166         * debug.h: adjust for new debugstream
3167
3168         * debug.C: adjust for new debugstream and keep the global debug
3169         object here.
3170
3171 2003-09-22  Angus Leeming  <leeming@lyx.org>
3172
3173         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3174         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3175         an incomplete class LyXFont.
3176
3177 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3178
3179         * factory.C: bug fix in branches
3180
3181 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3182
3183         * lyxfunc.C (processKeySym): adjust
3184         (dispatch): adjust
3185         (dispatch): change arg name from ev to func, adjust
3186         (sendDispatchMessage): ditto
3187
3188         * lyx_main.C (defaultKeyBindings): adjust keybindings
3189         (deadKeyBindings): ditto
3190
3191         * kbsequence.C (addkey): return a FuncRequest
3192
3193         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3194
3195         * kbmap.C (bind): take a FuncRequest as arg, adjust
3196         (read): adjust
3197         (lookup): adjust
3198         (defkey): change to take a FuncRequest as arg, adjust
3199         (findbinding): take a FuncRequest as arg, adjust.
3200
3201         * funcrequest.h (operator=): added
3202
3203         * funcrequest.C (FuncRequest): default kb_action changed from
3204         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3205
3206         * buffer.C (dispatch): simplify
3207         (dispatch): adjust to take a FuncRequest as arg, adjust
3208
3209         * boost.C (assertion_failed): change assertion message slightly
3210
3211         * ToolbarBackend.C (read): simplify
3212
3213         * MenuBackend.C (binding): adjust call to findbinding, add a
3214         message if no binding is found.
3215         (read): simplify
3216         (expandToc): correct by adding a empty FuncRequest
3217
3218         * LyXAction.C: include <boost/assert.hpp>
3219         (isPseudoAction): delete function
3220         (LookupFunc): change name to...
3221         (lookupFunc): this. change return type to FuncRequest.
3222         (getActionName): take kb_action as arg, simplify
3223         (funcHasFlag): add an assert, simplify.
3224
3225 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3226
3227         * toc.C (action): return a FuncRequest, simplify
3228
3229         * lyxfunc.C (processKeySym): adjust
3230         (getStatus): delete version that takes an int.
3231         (getStatus): adjust
3232         (dispatch): delete version that takes action as int
3233         (dispatch): adjust
3234         (sendDispatchMessage): simplify and adjust
3235
3236         * funcrequest.C (getArg): take unsigned int as arg
3237
3238         * ToolbarBackend.C (read): adjust
3239         (add): delete version that takes func as a string.
3240         (getIton): take a FuncRequest as arg
3241
3242         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3243         action.
3244
3245         * MenuBackend.C (MenuItem): add a new construct that only takes a
3246         Kind, simplify the constructor use for submenus.
3247         (add): adjust
3248         (expandLastfiles): adjust
3249         (expandDocuments): adjust
3250         (expandFormats): adjust
3251         (expandFloatListInsert): adjust
3252         (expandFloatInsert): adjust
3253         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3254
3255         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3256         Remove class variables lyx_pseudo_map and lyx_arg_map
3257
3258         * LyXAction.C (searchActionArg): delete function
3259         (getPseudoAction): delete function
3260         (retrieveActionArg): delete function
3261         (LookupFunc): make it return kb_action, simplify.
3262         (getActionName): simplify
3263
3264         * factory.C (createInset): fix new bug
3265
3266 2003-09-19  Angus Leeming  <leeming@lyx.org>
3267
3268         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3269         masterFilename_ parameter in the include inset.
3270
3271         * factory.C (createInset): changes due to the changes to InsetInclude.
3272
3273 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3274
3275         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3276
3277 2003-09-18  Angus Leeming  <leeming@lyx.org>
3278
3279         * buffer.C:
3280         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3281         Inset::fillWithBibKeys.
3282         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3283
3284 2003-09-18  Angus Leeming  <leeming@lyx.org>
3285
3286         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3287         variables.
3288         (ctor): pass and store a 'Buffer const &'
3289         (buffer): new member function.
3290
3291         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3292         '*this' to the LaTeXFeatures ctor.
3293
3294 2003-09-18  Angus Leeming  <leeming@lyx.org>
3295
3296         * LColor.h:
3297         * lyxfont.C:
3298         * lyxfont.h:
3299         * lyxtext.h:
3300         * text.C: rename EnumLColor as LColor_color.
3301
3302 2003-09-18  Angus Leeming  <leeming@lyx.org>
3303
3304         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3305         remove #include "insets/insetbase.h" from cursor.h.
3306
3307 2003-09-18  Angus Leeming  <leeming@lyx.org>
3308
3309         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3310         InsetOld_code to remove #include "inset.h".
3311
3312         * iterators.C: add #include "insets/inset.h"
3313
3314 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3315
3316         * BufferView.C: remove more locking stuff that apparently doesn't
3317         do anything sensible.
3318
3319 2003-09-16  André Pönitz  <poenitz@gmx.net>
3320
3321         * paragraph.[Ch]:
3322         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3323           performance boost.
3324
3325 2003-09-16  Angus Leeming  <leeming@lyx.org>
3326
3327         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3328
3329         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3330         arg/return type.
3331
3332         * paragraph.h: remove #include "lyxfont.h". Forward declare
3333         LyXFont_size.
3334
3335 2003-09-16  Angus Leeming  <leeming@lyx.org>
3336
3337         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3338         of support/textutils.h.
3339         (isWord): move the contents of support/textutils.h's IsWordChar here.
3340
3341         * buffer.C:
3342         * lyxfind.C:
3343         * rowpainter.C:
3344         * text.C:
3345         * text2.C: add #include "paragraph.h".
3346
3347         * rowpainter.C:
3348         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3349
3350 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3351
3352         * main.C:
3353         * lyx_main.C:
3354         * lyx_cb.C:
3355         * buffer.C:
3356         * LaTeX.C: use namespace alias for lyx::support::os
3357
3358 2003-09-16  Angus Leeming  <leeming@lyx.org>
3359
3360         * bufferparams.C:
3361         * bufferview_funcs.C:
3362         * factory.C:
3363         * lyxfunc.C:
3364         * paragraph_pimpl.C:
3365         * rowpainter.C:
3366         * text.C: add #include "LColor.h".
3367
3368 2003-09-16  Angus Leeming  <leeming@lyx.org>
3369
3370         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3371         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3372         return LyXFont &.
3373         Store the FontBits::color variable as an int rather than as an
3374         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3375         file.
3376
3377         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3378         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3379         string calls together.
3380
3381         * lyxrc.C: add #include "LColor.h".
3382
3383 2003-09-15  Angus Leeming  <leeming@lyx.org>
3384
3385         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3386         a cow_ptr.
3387
3388 2003-09-15  Angus Leeming  <leeming@lyx.org>
3389
3390         * LColor.h: add an EnumLColor wrapper for LColor::color.
3391
3392         * lyxfont.[Ch] (color, setColor, realColor):
3393         * lyxtext.h, text.C (backgroundColor):
3394         pass EnumLColor args to/from the functions, rather than LColor::color
3395         ones.
3396
3397         * lyxfont.h:
3398         * lyxtext.h: forward declare EnumLColor.
3399
3400         * lyx_main.C: add #include "LColor.h".
3401
3402 2003-09-15  Angus Leeming  <leeming@lyx.org>
3403
3404         * .cvsignore: add lyx-gtk.
3405
3406 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3407
3408         * Chktex.C
3409         * LaTeX.C
3410         * LaTeXFeatures.C
3411         * ParagraphParameters.C
3412         * Spacing.C
3413         * buffer.C
3414         * bufferparams.C
3415         * bufferview_funcs.C
3416         * chset.C
3417         * counters.C
3418         * funcrequest.C
3419         * lyxfont.C
3420         * lyxgluelength.C
3421         * lyxlength.C
3422         * paragraph.C
3423         * paragraph_funcs.C
3424         * text3.C
3425         * vc-backend.C: remove usage of STRCONV
3426
3427 2003-09-15  Angus Leeming  <leeming@lyx.org>
3428
3429         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3430         explicitly define the color passed to the painter.
3431
3432 2003-09-15  Angus Leeming  <leeming@lyx.org>
3433
3434         * bufferparams.C (BufferParams): reorder member initializers to avoid
3435         compiler warning.
3436
3437 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3438
3439         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3440         * text.C (updateRowPositions): remove an unusual nop
3441
3442 2003-09-12  André Pönitz  <poenitz@gmx.net>
3443
3444         * BufferView_pimpl.C:
3445         * Bullet.C:
3446         * layout.h:
3447         * lyxfunc.C:
3448         * lyxlayout.[Ch]:
3449         * lyxtextclass.C:
3450         * rowpainter.C:
3451         * text.C:
3452         * text2.C:
3453         * Counters.[Ch]: finish the 'automatic counters' job
3454
3455 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3456
3457         * aspell.C: include <boost/assert.cpp> (compile fix)
3458
3459 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3460
3461         * boost.C (assertion_failed): use lyx::support::abort instead of
3462         assert.
3463
3464 2003-09-10  Angus Leeming  <leeming@lyx.org>
3465
3466         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3467         with their _fwd progeny.
3468
3469 2003-09-09  Angus Leeming  <leeming@lyx.org>
3470
3471         134 files throughtout the source tree: replace 'using namespace abc;'
3472         directives with the appropriate 'using abc::xyz;' declarations.
3473
3474 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3475
3476         * boost.C (emergencyCleanup): moved here from LAssert.c
3477         (assertion_failed): new function, called by BOOST_ASSERT
3478
3479         * several files: change Assert to BOOST_ASSERT
3480
3481 2003-09-09  Angus Leeming  <leeming@lyx.org>
3482
3483         * buffer.[Ch]: Add an Impl class and move Buffer's member
3484         variables into it. As a result move several header files out of
3485         buffer.h.
3486
3487         Add header files to lots of .C files all over the tree as a result.
3488
3489 2003-09-09  Angus Leeming  <leeming@lyx.org>
3490
3491         * buffer.[Ch]: make Buffer's member variables private. Add
3492         accessor functions.
3493
3494         Lots of changes all over the tree as a result.
3495
3496 2003-09-08  Angus Leeming  <leeming@lyx.org>
3497
3498         * graph.C: #include <config.h>.
3499
3500 2003-09-08  Angus Leeming  <leeming@lyx.org>
3501
3502         * BranchList.C:
3503         * BufferView.C:
3504         * BufferView_pimpl.C:
3505         * CutAndPaste.C:
3506         * DepTable.C:
3507         * LaTeX.C:
3508         * LaTeXFeatures.C:
3509         * LyXAction.C:
3510         * MenuBackend.C:
3511         * TextCache.C:
3512         * aspell.C:
3513         * buffer.C:
3514         * bufferlist.C:
3515         * changes.C:
3516         * chset.C:
3517         * converter.C:
3518         * counters.C:
3519         * debug.C:
3520         * graph.C:
3521         * ispell.C:
3522         * lyx_cb.C:
3523         * lyxfind.C:
3524         * lyxfunc.C:
3525         * lyxlex_pimpl.C:
3526         * lyxrc.C:
3527         * lyxrow.C:
3528         * paragraph.C:
3529         * rowpainter.C:
3530         * texrow.C:
3531         * text.C:
3532         * text2.C:
3533         * toc.C: remove redundant using directives.
3534
3535 2003-09-07  Angus Leeming  <leeming@lyx.org>
3536
3537         * LaTeXFeatures.h: remove #include "support/types.h".
3538         * ToolbarBackend.h: remove #include <algorithm>.
3539         * changes.h: remove #include <ctime>.
3540         * debug.h: remove #include <iosfwd>.
3541         * graph.h: remove #include "support/std_string.h".
3542         * lyx_main.h: remove #include <csignal>.
3543         * lyxlex_pimpl.h: remove #include <fstream>.
3544         * sgml.h: remove #include <algorithm>, <utility>.
3545         * toc.h: remove #include "support/std_ostream.h".
3546         Add #include <iosfwd>.
3547
3548 2003-09-07  Angus Leeming  <leeming@lyx.org>
3549
3550         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3551
3552         * converter.h: forward declare LatexRunParams.
3553         * encoding.h: remove #include "lyxrc.h".
3554         * lyxtext.h: remove #include "LColor.h".
3555         * lyxtextclass.h: remove #include "support/types.h".
3556         * trans.h: remove #include "tex-accent.h".
3557         * trans_mgr.h: remove #include "tex-accent.h".
3558         * insets/inset.h: remove #include "support/types.h", <vector>.
3559         * insets/insetcollapsable.h: remove #include "LColor.h".
3560         * insets/insetinclude.h: remove #include "dimension.h".
3561         * insets/insetlatexaccent.h: remove #include "dimension.h".
3562         * insets/insetoptarg.h:: remove #include "insettext.h".
3563         * insets/insettext.h: remove #include "dimension.h",
3564         <boost/shared_ptr.hpp>
3565
3566         * insets/renderers.h: add #include "dimension.h".
3567         * insets/updatableinset.h: add #include "support/types.h".
3568
3569         * many .C files: Associated changes.
3570
3571 2003-09-06  Angus Leeming  <leeming@lyx.org>
3572
3573         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3574         one, inside testInvariant.
3575
3576         * PrinterParams.C: new file.
3577         * PrinterParams.[Ch]: move the function bodies out of line.
3578
3579 2003-09-06  Angus Leeming  <leeming@lyx.org>
3580
3581         * ParagraphParameters.h: forward declare ParameterStruct rather than
3582         including its header file.
3583         (depth): moved out-of-line.
3584
3585 2003-09-06  Angus Leeming  <leeming@lyx.org>
3586
3587         * BufferView_pimpl.h:
3588         * kbmap.h:
3589         * kbsequence.h:
3590         * lyxfunc.h: forward declare LyXKeySym rather than
3591         #include "frontends/LyXKeySym.h".
3592
3593         * BufferView_pimpl.C:
3594         * kbmap.C:
3595         * kbsequence.C:
3596         * lyxfunc.C: associated changes.
3597
3598 2003-09-06  Angus Leeming  <leeming@lyx.org>
3599
3600         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3601         As a result, can remove the #include "insets/inset.h" from BufferView.h
3602
3603 2003-09-06  Angus Leeming  <leeming@lyx.org>
3604
3605         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3606         As a result, can remove the #include "insets/inset.h" from BufferView.h
3607
3608 2003-09-06  Angus Leeming  <leeming@lyx.org>
3609
3610         * buffer_funcs.C:
3611         * buffer.h:
3612         * bufferlist.C:
3613         * BufferView.C:
3614         * bufferview_funcs.C:
3615         * BufferView_pimpl.C:
3616         * CutAndPaste.C:
3617         * lyx_cb.C:
3618         * lyxfunc.C:
3619         * paragraph.h:
3620         * ParagraphParameters.C:
3621         * tabular.C:
3622         * text3.C:
3623         * toc.C:
3624         * undo_funcs.C:
3625         * frontends/controllers/ControlDocument.C:
3626         * insets/insetcaption.C: rearrange the #includes into some sort of
3627         coherent order.
3628
3629         * buffer.h: remove #includes ErrorList.h, undo.h
3630
3631 2003-09-06  Angus Leeming  <leeming@lyx.org>
3632
3633         * support/types.h: add a 'depth_type' typedef, used to store the
3634         nesting depth of a paragraph.
3635
3636         * paragraph.h:
3637         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3638         defining explicitly.
3639
3640         * buffer.h:
3641         * paragraph_funcs.h:
3642         * ParagraphParameters.h:
3643         * sgml.h: use lyx::depth_type rather than Paragraph or
3644         ParameterStruct's depth_type.
3645
3646         * buffer.h
3647         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3648
3649         * BufferView.C:
3650         * BufferView_pimpl.C:
3651         * CutAndPaste.C:
3652         * ParagraphParameters.C:
3653         * buffer_funcs.C:
3654         * bufferlist.C:
3655         * bufferview_funcs.C:
3656         * lyx_cb.C:
3657         * lyxfunc.C:
3658         * tabular.C:
3659         * text3.C:
3660         * toc.C:
3661         * undo_funcs.C:
3662         * frontends/LyXView.C:
3663         * frontends/controllers/ControlDocument.C:
3664         * frontends/controllers/ControlErrorList.C:
3665         * insets/insetbibitem.C:
3666         * insets/insetbranch.C:
3667         * insets/insetcaption.C:
3668         * insets/insetcollapsable.C:
3669         * insets/insetenv.C:
3670         * insets/insetert.C:
3671         * insets/insetfloat.C:
3672         * insets/insetfoot.C:
3673         * insets/insetfootlike.C:
3674         * insets/insetnewline.C:
3675         * insets/insetquotes.C:
3676         * insets/insettabular.C:
3677         * insets/insettext.C:
3678         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3679
3680         * frontends/controllers/ControlChanges.C: #include "changes.h".
3681
3682 2003-09-06  Angus Leeming  <leeming@lyx.org>
3683
3684         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3685         than #including paragraph.h.
3686
3687         * ParagraphList.h:
3688         * RowList.h: deleted. Superfluous.
3689
3690         * CutAndPaste.h:
3691         * iterators.h:
3692         * lyxcursor.h:
3693         * lyxtext.h:
3694         * text_funcs.h:
3695         * undo.h:
3696         * undo_funcs.h:
3697         * insets/inset.h:
3698         * insets/insettext.h: use ParagraphList_fwd.h rather than
3699         ParagraphList.h.
3700
3701         * paragraph.h: don't forward declare ParagraphList.
3702
3703         * buffer.h:
3704         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3705         rather than ParagraphList.h. paragraph.h is still needed for the
3706         Paragraph::depth_type parameters.
3707
3708         * textcursor.h: enable it to compile stand-alone in light of the
3709         above changes.
3710
3711         * bufferview_funcs.C:
3712         * iterators.C:
3713         * lyxfunc.C:
3714         * lyxrow_funcs.C:
3715         * paragraph.C:
3716         * rowpainter.C:
3717         * text.C:
3718         * text2.C:
3719         * text3.C:
3720         * text_funcs.C:
3721         * textcursor.C:
3722         * undo.C:
3723         * frontends/controllers/ControlParagraph.C:
3724         * frontends/controllers/ControlTabular.C:
3725         * insets/insetmarginal.C:
3726         * insets/insetminipage.C:
3727         * insets/insetnote.C:
3728         * insets/insetoptarg.C: add header files needed to compile again.
3729
3730 2003-09-06  Angus Leeming  <leeming@lyx.org>
3731
3732         * RowList_fwd.h: new file, forward-declaring Row rather than
3733         #including lyxrow.h.
3734
3735         * lyxrow_funcs.h:
3736         * lyxtext.h:
3737         * paragraph.h:
3738         * insets/insettext.h: use it instead of RowList.h
3739
3740         * bufferview_funcs.C:
3741         * lyxfunc.C:
3742         * lyxrow_funcs.C:
3743         * paragraph.C:
3744         * rowpainter.C:
3745         * text.C:
3746         * text2.C:
3747         * text3.C: #include "RowList.h".
3748
3749 2003-09-05  Angus Leeming  <leeming@lyx.org>
3750
3751         * factory.C (createInset):
3752         * vspace.C (c-tor): replace sscanf call with an istringstream.
3753         * ispell.C: re-add missing HP/UX headers.
3754         * lyxserver.C: re-add missing  os2 headers.
3755
3756 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3757
3758         * BranchList.C:
3759         * graph.C:
3760         * ispell.C:
3761         * lastfiles.C:
3762         * lyx_cb.C:
3763         * lyxserver.C:
3764         * texrow.C:
3765         * text3.C: re-add missing system headers, needed for 2.95.2.
3766
3767 2003-09-05  Angus Leeming  <leeming@lyx.org>
3768
3769         Changes most place everywhere due to the removal of using directives
3770         from support/std_sstream.h.
3771
3772 2003-09-05  Angus Leeming  <leeming@lyx.org>
3773
3774         Replace LString.h with support/std_string.h,
3775         Lsstream.h with support/std_sstream.h,
3776         support/LIstream.h with support/std_istream.h,
3777         support/LOstream.h with support/std_ostream.h.
3778
3779         Changes resulting throughout the tree.
3780
3781 2003-09-05  Angus Leeming  <leeming@lyx.org>
3782
3783         * sgml.h: ensure that the header file can be compiled stand-alone.
3784         * *.C: strip out redundant #includes. (320 in total.)
3785
3786 2003-09-04  Angus Leeming  <leeming@lyx.org>
3787
3788         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3789         here (from getPackages).
3790
3791         * debug.[Ch]: add a new EXTERNAL tag.
3792
3793 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3794
3795         * text2.C (cursorEnd): simplify
3796         (setCursor): adjust
3797         (getColumnNearX): adjust
3798
3799         * text.C (computeBidiTables): adjust
3800         (fill): adjust
3801
3802         * rowpainter.C (paintChars): adjust
3803         (paintSelection): adjust
3804         (paintChangeBar): adjust
3805         (paintText): adjust
3806
3807         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3808         lastPos instead.
3809         (numberOfSeparators): adjust
3810
3811 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3812
3813         * LyXAction.C:
3814         * box.[Ch]:
3815         * lfuns.h:
3816         * lyxfunc.C:
3817         * text3.C: Restricts the mouse click functionality
3818         of insets like bibtex, include, toc and floatlist to the visible
3819         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3820         up the dialogs. Cursor has to be in front of the inset (i.e.
3821         start of row) for this to function.
3822
3823 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3824
3825         * bufferview_funcs.C (currentState): output row information
3826
3827 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3828
3829         * bufferview_funcs.C (currentState): output paragraph position
3830
3831 2003-09-04  Angus Leeming  <leeming@lyx.org>
3832
3833         * FloatList.h: move out #include "Floating.h".
3834         * LaTeX.h: move out #include "DepTable.h".
3835         * LyXAction.h: move out #include "funcrequest.h".
3836         * buffer.h: move out #include "author.h", "iterators.h".
3837         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3838         * lyx_main.h: move out #include "errorlist.h".
3839         * lyxfunc.h: move out #include "FuncStatus.h".
3840         * lyxtext: move out #include "lyxcursor.h".
3841         * paragraph_pimpl.h: move out #include "counters.h".
3842
3843 2003-09-03  Angus Leeming  <leeming@lyx.org>
3844
3845         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3846         preamble_snippets list, enabling us to add snippets to the preamble
3847         only if the snippet was not there already.
3848
3849 2003-09-04  Angus Leeming  <leeming@lyx.org>
3850
3851         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3852
3853 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3854
3855         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3856         update
3857
3858 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3859
3860         * BranchList.C: point fix, earlier forgotten
3861
3862 2003-09-02  Angus Leeming  <leeming@lyx.org>
3863
3864         * box.C (contains): renamed from 'contained' after a fantastic
3865         amount of hot air.
3866
3867 2003-09-02  John Levon  <levon@movementarian.org>
3868
3869         * BufferView.C:
3870         * lyxcursor.h:
3871         * lyxcursor.C:
3872         * lyxfunc.C:
3873         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3874
3875 2003-09-02  John Levon  <levon@movementarian.org>
3876
3877         * text2.C: simplification of cursorEnd(), including partial
3878         fix for bug 1376
3879
3880 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3881
3882         * buffer.C (readFile): add a space
3883
3884 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3885
3886         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3887
3888 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3889
3890         * buffer.C (readFile): new function, take a filename and a
3891         ParagraphList::iterator
3892         (readFile): adjust
3893         (readFile): adjust, make it private. don't use setStream, make
3894         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3895         always contain the filename.
3896
3897         * BufferView.C (insertLyXFile): simplify and make it work for
3898         gzipped files.
3899
3900 2003-08-30  John Levon  <levon@movementarian.org>
3901
3902         * Makefile.am: fix dist (from Kayvan)
3903
3904 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3905
3906         * most files: change to use const Buffer refs
3907
3908 2003-08-27  André Pönitz  <poenitz@gmx.net>
3909
3910         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3911         on top of ownerPar().
3912
3913 2003-08-27  John Levon  <levon@movementarian.org>
3914
3915         * funcrequest.C: properly initialise POD members
3916
3917 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3918
3919         * lyxtext.h (top_y): move top_y from here
3920         * text.C:
3921         * text2.C:
3922         * text3.C:
3923         * BufferView.[Ch]:
3924         * BufferView_pimpl.[Ch]: to here
3925         * frontends/screen.C:
3926         * insets/insettabular.C:
3927         * insets/insettext.C: adjust
3928         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3929
3930 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3931
3932         * BufferView.[Ch]:
3933         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3934
3935 2003-08-26  André Pönitz  <poenitz@gmx.net>
3936
3937         * paragraph_func.[Ch] (outerPar): new function
3938
3939         * paragraph.C:
3940         * paragraph_funcs.C:
3941         * paragraph_funcs.h:
3942         * paragraph_pimpl.C:
3943         * text2.C: remove Inset::par_owner
3944
3945 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3946
3947         * lyxrow_funcs.C:
3948         * lyxtext.h:
3949         * text.C:
3950         * text2.C: eliminates the needFullRow/display() stuff
3951         altogether, putting the logic in metrics/draw in the insets.
3952
3953 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3954
3955         * text2.C (redoParagraphInternal, redoParagraphs):
3956         * text.C (redoParagraph): add a call to updateRowPositions at the
3957         end of each 'metrics-like' call. Remove all others.
3958         (getRow): remove the 'y-computing' version.
3959         (getRowNearY): do not compute nor return the real y. Solve the
3960         'y < 0' problem and simplify.
3961
3962 2003-08-22  Angus Leeming  <leeming@lyx.org>
3963
3964         * *.[Ch]: clean-up of licence and author blurbs.
3965         Also move config.h out of a few .h files and into a few .C files.
3966
3967 2003-08-22  André Pönitz  <poenitz@gmx.net>
3968
3969         * lyxrow.[Ch]: add x_ and *fill_ members
3970
3971         * lyxtext.h:
3972         * text.C:
3973         * rowpainter.C:
3974         * text2.C: adjust/remove prepareToPrint() calls
3975
3976 2003-08-22  André Pönitz  <poenitz@gmx.net>
3977
3978         * lyxrow.[Ch]: add  end_ member
3979
3980         * lyxrow_funcs.C: use LyXRow::end_
3981
3982         * lyxtext.h (singleWidth): add LyXFont parameter
3983
3984         * rowpainter.C:
3985         * text2.C: adjust LyXText::singleWidth() calls
3986
3987         * text.C (redoParagraph): simplify row breaking logic
3988
3989
3990 2003-08-19  André Pönitz  <poenitz@gmx.net>
3991
3992         * funcrequest.C: initialize button_ member
3993
3994         * text3.C:
3995         * rowpainter.[Ch]: interface consolidation
3996
3997 2003-08-18  André Pönitz  <poenitz@gmx.net>
3998
3999         * BufferView.C:
4000         * BufferView_pimpl.C:
4001         * lyxfind.C:
4002         * paragraph_funcs.C:
4003         * rowpainter.C:
4004         * text3.C: remove LyXScreen::draw() and fitCursor calls
4005
4006         * BranchList.h: remove spurious semicolons
4007
4008         * MenuBackend.C: fix branchlist related crash
4009
4010 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
4011
4012         * BranchList.[Ch]:
4013         * InsetList.[Ch]:
4014         * LColor.[Ch]:
4015         * LyXAction.C:
4016         * Makefile.am:
4017         * MenuBackend.[Ch]:
4018         * bufferparams.[Ch]:
4019         * factory.C:
4020         * lfuns.h:
4021         * lyxfunc.C:
4022         * text3.C: implements the 'branch inset'
4023         idea. This allows the output of various versions of a document
4024         from a single source version, selectively outputing or suppressing
4025         output of parts of the text.
4026         This implementation contains a 'branch list editor' in a separate
4027         tab of the document settings dialog. Branches are user definable
4028         and have a "display colour" to distinguish them on-screen.
4029
4030         ColorHandler was somewhat cleaned up.
4031         (1) make possible a dynamically growing LColor list by allowing
4032         the graphic context cache to grow along (vector);
4033         (2) eliminate an IMHO unnecessary step in colour allocation.
4034
4035 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
4036
4037         * BufferView_pimpl.C: compile fix
4038
4039 2003-08-15  André Pönitz  <poenitz@gmx.net>
4040
4041         * rowpainter.C: remove extra metrics calls
4042
4043         * lyxtext.h: merge the two constructors into a single one,
4044           pass reference to owner's par list
4045
4046         * BufferView_pimpl.C:
4047         * text.C:
4048         * text2.C: adjust
4049
4050 2003-08-15  André Pönitz  <poenitz@gmx.net>
4051
4052         * lyxrow_funcs.[Ch]:
4053         * lyxtext.h:
4054         * paragraph.h:
4055         * paragraph_funcs.C:
4056         * rowpainter.C:
4057         * text.C:
4058         * text2.C:
4059         * text3.C:
4060         * text_funcs.C: split LyXText::rowlist_ into individual
4061         Paragraph::rows_ chunks
4062
4063         * BufferView.[Ch]:
4064         * BufferView_pimpl.[Ch]:
4065         * lyxfind.C:
4066         * lyxtext.h:
4067         * text3.C: remove toggleSelection()
4068
4069 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4070
4071         * bufferlist.C: beautify two alerts (shorter text of buttons)
4072         * buffer.C: Remove redundant ' ' from message
4073         * tabular.h:
4074         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4075         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4076         rename VALIGN_CENTER to VALIGN_MIDDLE
4077
4078 2003-08-11  André Pönitz  <poenitz@gmx.net>
4079
4080         * lyxtext.h (getPar):
4081         * text.C: new function
4082
4083 2003-08-11  André Pönitz  <poenitz@gmx.net>
4084
4085         * Makefile.am:
4086         * tracer.[Ch]: remove unneeded files
4087
4088         * InsetList.[Ch]: remove resizeInsetsLyXText()
4089
4090         * lyxtext.h:
4091         * text.C:
4092         * text2.C:
4093         * text3.C: merge insertParagraphs() and appendParagraph()
4094         remove breakAgain(), update()
4095
4096         * BufferView_pimpl.[Ch]:
4097         * bufferview_funcs.[Ch]:
4098         * lyxfunc.C:
4099         * paragraph.[Ch]:
4100         * rowpainter.C:
4101         * tabular.C: adjust after text & InsetList changes.
4102
4103 2003-08-08  André Pönitz  <poenitz@gmx.net>
4104
4105         * text.C (insertChar, backspace): replace rowlist fiddling
4106         with rebreak of full par
4107
4108         * lyxtext.h:
4109         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4110         checkParagraph, updateInset): removed
4111
4112 2003-08-07  André Pönitz  <poenitz@gmx.net>
4113
4114         * paragraph.C:
4115         * text3.C: merge some LFUN handlers, remove dead code
4116
4117 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4118
4119         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4120
4121 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4122
4123         * text2.C (DEPM): fix part of bug 1255 and 1256
4124
4125 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4126
4127         * BufferView_pimpl.C (workAreaDispatch): change to use
4128         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4129         that are no mouse related.
4130
4131 2003-08-05  André Pönitz  <poenitz@gmx.net>
4132
4133         * BufferView.[Ch]:
4134         * BufferView_pimpl.[Ch]:
4135         * bufferview_funcs.C:
4136         * text2.C:
4137         * text3.C: rip out "deep update"
4138
4139         * textcursor.[Ch] (last_sel_cursor): remove unused member
4140
4141 2003-08-04  André Pönitz  <poenitz@gmx.net>
4142
4143         * BufferView.[Ch]:
4144         * BufferView_pimpl.[Ch]:
4145         * ParagraphParameters.C:
4146         * bufferview_funcs.C:
4147         * lyx_cb.C:
4148         * lyxfind.C:
4149         * lyxfunc.C:
4150         * text.C:
4151         * text2.C:
4152         * text3.C: replace "complicated" BufferView::update(...) calls with
4153         simpler ones.
4154
4155         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4156
4157 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4158
4159         * Makefile.am (lyx_SOURCES): add paper.h
4160
4161 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4162
4163         * Makefile.am: move things around so that both lyx-qt and
4164         lyx-xforms can be built (according to --with-frontend). Then lyx
4165         is a symbolic link to lyx-[firstfrontend]
4166
4167 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4168
4169         * Always use std::endl with lyxerr
4170
4171 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4172
4173         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4174
4175 2003-08-01  André Pönitz  <poenitz@gmx.net>
4176
4177         * BufferView.[Ch]:
4178         * BufferView_pimpl.[Ch]:
4179         * lyxfunc.C:
4180         * text3.C: merge BufferView::repaint() and BufferView::update()
4181
4182 2003-08-01  José Matos  <jamatos@lyx.org>
4183
4184         * buffer.[Ch]: file_format is no longer a buffer data element.
4185
4186 2003-08-01  André Pönitz  <poenitz@gmx.net>
4187
4188         * BufferView.C:
4189         * lyxtext.h:
4190         * text.C:
4191         * text2.C: make redoParagraph more independent of current cursor
4192
4193         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4194         * text.C:
4195         * text2.C: remove unneeded members
4196
4197 2003-07-30  André Pönitz  <poenitz@gmx.net>
4198
4199         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4200
4201         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4202           create a single function...
4203
4204         * paragraph_funcs.C (moveItem): ... here.
4205
4206         * text.C:
4207           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4208
4209 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4210
4211         * LColor.[Ch]: Add comment and greyedout logical colors.
4212
4213 2003-07-30  André Pönitz  <poenitz@gmx.net>
4214
4215         * tabular.C: don't use Assert too heavily. This crashes where it
4216           shouldn't
4217
4218 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4219
4220         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4221         is disabled (bug 1232)
4222
4223 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4224
4225         * factory.C: limited 'arg' scope
4226
4227 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4228
4229         * factory.C: fixed Note submenu issues
4230
4231 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4232
4233         * factory.C: submenu for Note/Comment/Greyedout
4234
4235 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4236
4237         * lyx_main.C (LyX):
4238         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4239
4240 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4241
4242         * LaTeXFeatures.C:
4243         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4244         greyedout. Patch provided by Jürgen Spitzmüller.
4245
4246 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4247
4248         * kbmap.C (read): fix error message when reading bind files
4249
4250 2003-07-29  Angus Leeming  <leeming@lyx.org>
4251
4252         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4253         certainly does not do what it purports to do. I am doing it, and
4254         us, a favour by killing it.
4255
4256 2003-07-28  José Matos  <jamatos@lyx.org>
4257
4258         * buffer.C (readBody, do_writeFile):
4259         * paragraph.C(readParagraph): \end_document replaces \the_end.
4260
4261 2003-07-29  André Pönitz  <poenitz@gmx.net>
4262
4263         * BufferView.[Ch]:
4264         * BufferView_pimpl.[Ch]:
4265         * lyxfunc.C:
4266         * text2.C:
4267         * text3.C:
4268         * textcursor.[Ch]: remove toggleToggle & Co
4269
4270 2003-07-28  José Matos  <jamatos@fep.up.pt>
4271
4272         * buffer.C (readParagraph):
4273         * params_func (readParToken, readParagraph):
4274         * paragraph.C (write): \layout -> \begin_layout.
4275
4276 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4277
4278         * lyxlex_pimpl.C (setFile): clean up slightly.
4279
4280         * bufferparams.h: add compressed var
4281
4282         * buffer_funcs.C (readFile): adjust for LyXLex change
4283         (newFile): ditto + simplify
4284
4285         * buffer.C (writeFile): handle writing of compressed files
4286
4287         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4288         Check if the file is compressed and set a bufferparm if so.
4289
4290         * Makefile.am (lyx_LDADD): remove explicit -lz
4291
4292 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4293
4294         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4295         makeDocBookFile): put the real LyX version in the first line of
4296         the file
4297
4298         * version.h:
4299         * version.C.in: remove lyx_docversion
4300
4301         * tabular.C (write_attribute): add a template-based version to
4302         write enums properly
4303
4304 2003-07-28  André Pönitz  <poenitz@gmx.net>
4305
4306         * lyxtext.h:
4307         * text.C:
4308         * text2.C:
4309         * text3.C: use doubles again for x-coordinates. They are needed.
4310
4311 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4312
4313         * messages.C (getLocaleDir): use lyx_localedir()
4314
4315         * lyxlex_pimpl.C (setFile): compress stuff
4316
4317         * buffer.C (writeFile): add some compression stuff
4318         (do_writeFile): new func, dont call expliti close... will this
4319         breake anything?
4320
4321         * Makefile.am (lyx_LDADD): add -lz
4322
4323 2003-07-28  José Matos  <jamatos@fep.up.pt>
4324
4325         * buffer.C: increment file format.
4326         * paragraph_funcs (readParagraph, readParToken):
4327         * paragraph.C (readParagraph): add \end_layout.
4328
4329 2003-07-27  Angus Leeming  <leeming@lyx.org>
4330
4331         * Makefile.am: remove special casing for configure-time setting of
4332         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4333
4334         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4335         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4336
4337 2003-07-26  André Pönitz  <poenitz@gmx.net>
4338
4339         * paragraph_func.[Ch]:
4340         * paragraph.C (realizeFont): inline it whereever it is used
4341
4342         * rowpainter.C:
4343         * text.C:
4344         * text2.C:
4345         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4346
4347
4348 2003-07-26  André Pönitz  <poenitz@gmx.net>
4349
4350         *       lyxtext.h:
4351         * text.C:
4352         * text2.C: get rid of LyXText::need_break_row
4353
4354 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4355
4356         * toc.[Ch]: put namespace toc inside namespace lyx
4357
4358         * MenuBackend.C (expandToc2): adjust for lyx::toc
4359         (expandToc): ditto
4360
4361         * lyxfunc.C (dispatch): adjust for lyx::find
4362
4363         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4364         lyx::find instead. Reorganize a bit.
4365         (LyXReplace): rename to replace
4366         (LyXFind): rename to find
4367
4368         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4369         (dispatch): ditto
4370
4371 2003-07-26  André Pönitz  <poenitz@gmx.net>
4372
4373         * text.C (setHeightOfRow): restrict scope of temporary variable
4374
4375         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4376           code (never has been used?)
4377
4378 2003-07-27  Asger Alstrup  <alstrup@local>
4379
4380         * text.C (fill): Optimise algorithm to exploit that we can reuse
4381         the LyXFont for many characters.
4382         (setHeightOfRow): Same thing.
4383         (rowBreakPoint): Same thing.
4384
4385 2003-07-26  Asger Alstrup  <alstrup@local>
4386
4387         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4388
4389         * text.C (singleWidth): Spurious font copying in hot-spot
4390         singleWidth avoided. Reorder tests for arabic for efficiency.
4391
4392         * text.C (fill): handle empty paragraphs better.
4393
4394 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4395
4396         * ispell.C:
4397         * encoding.h: add includes
4398
4399         * lyxrc.C: remove reading of bind files
4400
4401         * lyx_main.C (init): setup bindings and menus only if we have a
4402         gui.
4403
4404         * kbmap.C (read): new method. Do the actual reading of bind
4405         files.
4406
4407         * converter.C (dvipdfm_options):
4408         * bufferparams.C:
4409         * lyxrc.C (read):
4410         (output): adapt PAPER_* enums.
4411
4412         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4413
4414         * bufferparams.h: remove paper-related enums from there
4415
4416         * paper.h: New file. A trivial header file to hold paper-related
4417         enums. It should later expand to contain many paper-related
4418         horrors access.
4419
4420         * lyxrc.C: declare extern displayTranslator
4421
4422 2003-07-27  José Matos  <jamatos@fep.up.pt>
4423
4424         * tabular.[Ch] (linuxdoc): add support for tables and figures
4425         (linuxdoc).
4426
4427 2003-07-27  José Matos  <jamatos@fep.up.pt>
4428
4429         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4430         consistency in both functions.
4431         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4432
4433 2003-07-26  Asger Alstrup  <alstrup@local>
4434
4435         * rowpainter.C (paintRows): Change algorithm to work directly on
4436         the insets rather than asking every character in the document
4437         whether its an inset.
4438
4439 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4440
4441         * buffer.C (openFileWrite): factorize some code
4442
4443 2003-07-26  Angus Leeming  <leeming@lyx.org>
4444
4445         * lyx_cb.C:
4446         * lyx_main.[Ch]: replace occurances of system_tempdir with
4447         os::getTmpDir().
4448
4449 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4450
4451         * rename Inset to InsetOld
4452
4453 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4454
4455         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4456         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4457         which I think is a bit clearer. EDIT is gone, since it was
4458         premature optimisation, and broken for mathed anyway.
4459         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4460         with cursor positioning in insets as well (math insets still do not
4461         work, but that's a different story anyway.) It mysteriously
4462         crashes sometimes with undo in the first paragraph, but I'm fairly
4463         confident that this is a compiler bug.
4464
4465 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4466
4467         * paragraph.C (Paragraph): adjust for new clone return type
4468         (operator==): ditto
4469         (copyIntoMinibuffer): ditto
4470
4471 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4472
4473         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4474         by not having a special case, and always doing a full rebreak of
4475         the document after undo.
4476
4477 2003-07-23  Angus Leeming  <leeming@lyx.org>
4478
4479         * factory.C (createInset): InsetExternal::setParams now takes a
4480         Buffer const * arg.
4481
4482 2003-07-23  Angus Leeming  <leeming@lyx.org>
4483
4484         * factory.C (createInset): changed interface to the external and
4485         graphics mailers' string2params functions.
4486
4487 2003-07-23  Angus Leeming  <leeming@lyx.org>
4488
4489         * factory.C (createInset): pass a
4490         Buffer const * parameter to InsetExternalMailer's string2params.
4491
4492 2003-07-22  John Levon  <levon@movementarian.org>
4493
4494         * Thesaurus.h: include the right aiksaurus header
4495
4496 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4497
4498         * MenuBackend.C (expand): check menu shortcuts unconditionally
4499
4500 2003-07-21  Angus Leeming  <leeming@lyx.org>
4501
4502         * factory.C (createInset): pass a
4503         buffer_path parameter to InsetGraphicsMailer's string2params.
4504
4505 2003-07-21  Angus Leeming  <leeming@lyx.org>
4506
4507         * BufferView_pimpl.C (buffer):
4508         * buffer.C (d-tor):
4509         * lyx_main.C (LyX):
4510         * lyxfunc.C (dispatch):
4511         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4512         rather than the grfx shortcut.
4513
4514 2003-07-21  André Pönitz  <poenitz@gmx.net>
4515
4516         * rowpainter.C: remove unused variables
4517
4518         * tabular_funcs.C:
4519         * tabular_funcs.h: move to tabular.C
4520         * Makefile.am: adjust
4521
4522         * tabular.[Ch]: basic optical cleaning
4523
4524         * author.h: pass references, not values
4525
4526 2003-07-18  André Pönitz  <poenitz@gmx.net>
4527
4528         * lyxtext.h:
4529         * metricsinfo.C:
4530         * metricsinfo.h:
4531         * rowpainter.C:
4532         * text.C:
4533         * text2.C:
4534         * text3.C: two-phase drawing for InsetText and InsetTabular
4535         some float -> int changes.
4536
4537 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4538
4539         * lyx_main.C: fix the fix
4540
4541 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4542
4543         * lyx_main.C: fix a crash in batch mode if no files specified
4544         * converter.C: ws
4545
4546 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4547
4548         * format.[Ch] (papersize): moved to BufferParams
4549         * converter.[Ch] (dvips_options): moved to BufferParams
4550         (dvipdfm_options): moved to anon namespace
4551         * bufferparams.[Ch]: added above functions.
4552
4553 2003-07-17  André Pönitz  <poenitz@gmx.net>
4554
4555         * lyxtext.h:
4556         * rowpainter.C:
4557         * text2.C: don't call inset->update() anymore
4558
4559         * metricsinfo.[Ch]: add convenience constructor
4560
4561 2003-07-16  André Pönitz  <poenitz@gmx.net>
4562
4563         * lyxcursor.[Ch]:
4564         * lyxfunc.[Ch]:
4565         * text.C:
4566         * text2.C: replace the LyXCursor::irow_ member with
4567          on-demand computation of the value
4568
4569 2003-07-16  John Levon  <levon@movementarian.org>
4570
4571         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4572
4573 2003-07-15  André Pönitz  <poenitz@gmx.net>
4574
4575         * text.C:
4576         * text2.C: remove no more needed refresh_row
4577
4578 2003-07-15  André Pönitz  <poenitz@gmx.net>
4579
4580         * lyxtext.h:
4581         * rowpainter.C:
4582         * text2.C:
4583         * text3.C: refresh_status tristate -> need_update bool
4584
4585 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4586
4587         * lyxtext.h (init): remove reinit argument (act as if always true)
4588         * text2.C: adjust to that
4589
4590 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4591
4592         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4593         * text3.C: use it to delete selections in some cases
4594         (bugs 441, 673, 702, 954).
4595
4596 2003-07-14  André Pönitz  <poenitz@gmx.net>
4597
4598         * rowpainter.[Ch]: reduce interface
4599
4600 2003-07-14  André Pönitz  <poenitz@gmx.net>
4601
4602         * BufferView_pimpl.C:
4603         * text2.C: adjust after removing unused BufferView * argument
4604
4605 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4606
4607         * text2.C (init): fix a crash fired on resize
4608
4609 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4610
4611         * buffer.[Ch]: added new closing signal
4612         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4613         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4614         BufferView::Pimpl via the closing the signal
4615
4616 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4617
4618         * buffer.[Ch]: take out all bv-related from buffer
4619         * BufferView.C:
4620         * BufferView_pimpl.[Ch]: connect to new signals
4621         * CutAndPaste.C: removed useless asserts
4622         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4623         * lyxvc.[Ch]:
4624         * vc-backend.[Ch]:
4625         * lyxfunc.C: moved view-related funciontality from vc here
4626         * paragraph.C: removed outdated comments
4627         * text.C: ws
4628
4629 2003-07-10  André Pönitz  <poenitz@gmx.net>
4630
4631         * BufferView_pimpl.C:
4632         * tabular.h:
4633         * tabular_funcs.C:
4634         * text.C:
4635         * text2.C: remove InsetText::InnerCache, clean up consequences
4636
4637 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4638
4639         * ispell.C: fix two typos in error messages
4640
4641 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4642
4643         * Extend Note inset to other forms of annotation like Comment
4644         and Greyedout. Right button click gives dialog.
4645
4646         Files modified or added (+):
4647
4648         * insetnote.[Ch]
4649         * FormNote.[Ch]      +
4650         * ControlNote.[Ch]   +
4651         * form_note.fd       +
4652         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4653         frontends/controllers
4654         * xforms/Dialogs.C
4655         * factory.C
4656
4657 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4658
4659         * aspell.C: add missing namespace lyx::support
4660
4661 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4662
4663         * BufferView.[Ch] (newFile): Add
4664         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4665         * LaTeX.[Ch] (message): added this signal and use it
4666         * buffer.[Ch] (busy, message): added these signals and use them
4667         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4668         * converter.C:
4669         * exporter.C:
4670         * format.C:
4671         * importer.C: use buffer signals instead of direct bv calling
4672         * lyx_cb.[Ch] (ShowMessage): removed
4673         * lyx_main.C:
4674         * lyxfunc.C:
4675         * paragraph_funcs.C:
4676         * text2.C: use buffer signals
4677
4678 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4679
4680         * introduce namespace lyx::graphics
4681
4682 2003-07-02  André Pönitz  <poenitz@gmx.net>
4683
4684         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4685
4686 2003-07-01  André Pönitz  <poenitz@gmx.net>
4687
4688         * text.C:
4689         * text2.C:
4690         * text3.C:
4691         * text_funcs.[Ch]:
4692         * textcursor.h:
4693         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4694           text*.C to text_func.C
4695
4696 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4697
4698         * introduce namespace lyx::support
4699
4700 2003-06-30  André Pönitz  <poenitz@gmx.net>
4701
4702         * Chktex.C:
4703         * funcrequest.C:
4704         * lyxtext.h:
4705         * text.C: re-enable --with-included-string
4706
4707 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4708
4709         * textcursor.C: add <config.h>
4710
4711         * text.C (getWord): remove const from word_location arg
4712
4713         * lyxvc.C (getLogFile): fix const type order
4714
4715         * lyxtext.h: remove const from word_location arg, add arg name
4716
4717         * lyxlayout.h: currect type on labeltype.
4718
4719         * importer.C: correct \file
4720
4721         * converter.C (intToFormat): use std:: on ret val, ws changes
4722
4723         * bufferlist.h: correct \file
4724
4725         * buffer.C (makeLinuxDocFile): fix const type order
4726         (makeDocBookFile): ditto
4727         (fillWithBibKeys): use std:: on stdlib args.
4728
4729         * CutAndPaste.C: fix authors.
4730         (availableSelections): use std:: on return vector
4731
4732 2003-06-27  André Pönitz  <poenitz@gmx.net>
4733
4734         * BufferView_pimpl.C:
4735         * bufferview_funcs.C:
4736         * lyxcursor.C:
4737         * lyxcursor.h:
4738         * lyxfunc.C:
4739         * lyxtext.h:
4740         * rowpainter.C:
4741         * text.C:
4742         * text2.C:
4743         * text3.C: remove LyXCursor::row_ member
4744
4745         * lyxtext.h:
4746         * text.C: rename fullRebreak() to partialRebreak() and implement
4747           a fullRebreak() that really bereks fully
4748
4749         * textcursor.h: new struct for cursor-related data
4750
4751 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4752
4753         * lyx_main.C (LyX): get full path of document loaded on the
4754         command line
4755
4756 2003-06-26  André Pönitz  <poenitz@gmx.net>
4757
4758         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4759           remove unused/broken operator>,<,>=.
4760
4761         *       text.C: remove only use of broken operator<= in an Assert().
4762
4763 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4764
4765         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4766         moved errorlist_.clear to showErrorList
4767
4768 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4769
4770         * converter.C (scanLog, runLaTeX):
4771         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4772         move the bv->showErrorList call to the callers
4773         * lyxfunc.C: i.e. here...
4774         * text2.C: and here
4775         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4776         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4777         namespace, the second to...
4778         * buffer_funcs (BufferFormat, parseErrors): added
4779         * errorlist.C (ErrorList(TeXErrors const &)): removed
4780
4781 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4782
4783         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4784
4785 2003-06-24  "Garst R. Reese" <reese@isn.net>
4786
4787         * debug.C: fix typo
4788
4789 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4790
4791         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4792
4793         * version.C.in: change docversion to 1.4
4794
4795 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4796
4797         * buffer.C: fix a bug just introduced
4798
4799 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4800
4801         * buffer.[Ch]: added the parseError signal and use it, removed
4802         sgmlError
4803         * BufferView.[Ch] (addError): moved to ...
4804         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4805         to the Buffer::parseError signal to catch (guess what) parse errors
4806         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4807
4808 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4809
4810         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4811         ability to create a buffer and to return an existing one from
4812         the list. Moved these functions to...
4813         * buffer_funcs.[Ch]: added
4814         * BufferView.[Ch] (loadLyXFile): added
4815         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4816         job removed from bufferlist::loadLyXFile.
4817         * buffer.C (setReadOnly): make it work without view
4818         (i.e added an if (users))
4819
4820 2003-06-19  Angus Leeming  <leeming@lyx.org>
4821
4822         * lfuns.h:
4823         * LyXAction.C (init):
4824         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4825         with LFUN_DIALOG_SHOW <name> <data>.
4826
4827 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4828
4829         * CutAndPaste.C (availableSelections): small compilation fix for
4830         ancient (gcc 2.9x) compilers
4831
4832 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4833
4834         * text3.C (cursorNext): add tmp var
4835
4836         * text2.C (updateCounters): for function calling out of for clause
4837         (replaceSelectionWithString): ditto
4838         (insertStringAsParagraphs): ditto
4839         (getColumnNearX): add tmp var
4840         (setCursorFromCoordinates): add tmp var
4841         (cursorDownParagraph): add tmp var
4842         (deleteEmptyParagraphMechanism): add tmp var
4843
4844         * text.C (insertChar): add tmp var
4845
4846         * rowpainter.C (paintDepthBar): add tmp var
4847
4848         * CutAndPaste.C (availableSelections): potentially check all
4849         paragraphs in a cut to fill the shown strings.
4850
4851 2003-06-18  André Pönitz  <poenitz@gmx.net>
4852
4853         * kbmap.[Ch]: use vector<> instead of list<>
4854
4855 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4856
4857         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4858         pasteSelection with index
4859
4860         * text2.C (pasteSelection): modify, call pasteSelection with index
4861
4862         * paragraph.C (asString): reimplement version with no interval to
4863         call the one with interval.
4864
4865         * lyxtext.h: add index arg to pasteSelection
4866
4867         * MenuBackend.C (MenuItem): handle PasteRecent
4868         (Menu::read::Menutags): add md_pasterecent
4869         (read): handle it
4870         (expandPasteRecent): new function
4871         (expand): use it
4872
4873         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4874
4875         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4876         the limited stack
4877         (availableSelections): new function
4878
4879 2003-06-17  Angus Leeming  <leeming@lyx.org>
4880
4881         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4882
4883 2003-06-17  Angus Leeming  <leeming@lyx.org>
4884
4885         * lfuns.h:
4886         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4887
4888         * lyxfunc.C (dispatch): invoke it.
4889
4890 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4891
4892         * iterators.C (operator++, ParPosition): reintroduce some
4893         const_cast for the benefit of older compilers.
4894
4895 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4896
4897         * text3.C (dispatch): do not modify clipboard when doing
4898         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4899         LFUN_DELETE_SKIP on a selection selection
4900
4901 2003-06-16  André Pönitz  <poenitz@gmx.net>
4902
4903         * BufferView.C:
4904         * buffer.C:
4905         * buffer.h:
4906         * paragraph.C:
4907         * tabular.[Ch]: IU of clone() and getLabelList();
4908
4909 2003-06-13  André Pönitz  <poenitz@gmx.net>
4910
4911         * tabular.h: compactification
4912
4913 2003-06-12  André Pönitz  <poenitz@gmx.net>
4914
4915         * tabular.C:
4916         * tabular.h:
4917         * tabular_funcs.h: some renaming plus whitespace
4918
4919 2003-06-12  André Pönitz  <poenitz@gmx.net>
4920
4921         * BufferView.C:
4922         * BufferView_pimpl.C:
4923         * CutAndPaste.C:
4924         * buffer.C:
4925         * iterators.[Ch]:
4926         * lyxfunc.C:
4927         * text.C:
4928         * toc.C: Return a Paragraph & for ParIterator::operator*()
4929
4930 2003-06-11  John Levon  <levon@movementarian.org>
4931
4932         * lyx_main.C:
4933         * ToolbarBackend.h:
4934         * ToolbarBackend.C: add "Toolbars" section and
4935         put the flags there
4936
4937 2003-06-10  Angus Leeming  <leeming@lyx.org>
4938
4939         * lfuns.h:
4940         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4941
4942         * lyxfunc.C (dispatch): invoke it.
4943
4944 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4945
4946         * main.C: protect <ios> with HAVE_IOS
4947         (main): protect sync_with_stdio with HAVE_IOS
4948
4949 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4950
4951         * text2.C (cutSelection): adjust
4952         (pasteSelection): adjust
4953
4954         * messages.C: handle get of empty string
4955
4956         * main.C (main): use sync_with_stdio(false)
4957
4958         * lyxfunc.C (dispatch): adjust
4959
4960         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4961         (WriteAs): remove unneeded BufferView arg.
4962
4963         * bufferparams.h: use correct types on papersize, papersize2 and
4964         paperpackage.
4965
4966         * bufferparams.C (readToken): adjust for type
4967         (writeLaTeX): add missing cases to switch.
4968
4969         * bufferlist.C (quitWriteBuffer): adjust
4970         (close): adjust
4971
4972         * buffer.C (asciiParagraph): remove some commented code.
4973
4974         * CutAndPaste.C: remove current_view extern variable.
4975         (cutSelection): add BufferParams arg.
4976         (eraseSelection): add BufferParams arg.
4977         (pasteSelection): add Buffer const & arg
4978
4979 2003-06-07  John Levon  <levon@movementarian.org>
4980
4981         * buffer.C:
4982         * paragraph_funcs.C:
4983         * paragraph_pimpl.C:
4984         * text.C:
4985         * text2.C:
4986         * paragraph.h:
4987         * paragraph.C: allow InsetERT to freely space lines,
4988         and some consolidation of code
4989
4990 2003-06-06  José Matos  <jamatos@fep.up.pt>
4991
4992         * buffer.C (makeDocBookFile): fix bug #821
4993
4994 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4995
4996         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4997
4998 2003-06-04  Angus Leeming  <leeming@lyx.org>
4999
5000         * buffer.C: bump format to 224.
5001
5002 2003-06-05  André Pönitz  <poenitz@gmx.net>
5003
5004         * text2.C (redoParagraphs): remove two const_cast<>
5005
5006 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5007
5008         * ParagraphList.h: remove last remnants of NO_STD_LIST
5009
5010 2003-06-03  Angus Leeming  <leeming@lyx.org>
5011
5012         * factory.C (createInset): small change to the way InsetExternal's params
5013         are set.
5014
5015 2003-06-04  André Pönitz  <poenitz@gmx.net>
5016
5017         * buffer.h: use Undo directly instead of shared_ptr<Undo>
5018
5019         * paragraph_pimpl.h:
5020         * paragraph.[Ch]: some Inset -> UpdatableInset changes
5021
5022         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
5023
5024         * undo_funcs.C: make some simple cases of undo work again
5025
5026 2003-06-03  John Levon  <levon@movementarian.org>
5027
5028         * ispell.C: HPUX doesn't have sys/select.h
5029         (from Albert Chin)
5030
5031 2003-06-03  John Levon  <levon@movementarian.org>
5032
5033         * CutAndPaste.C: update tabular and include inset
5034         buffer references
5035
5036         * buffer.h:
5037         * paragraph.h:
5038         * paragraph.C: remove owningBuffer(), don't pass Buffer
5039         to clone()
5040
5041         * factory.C: insetGraphicsParams changed
5042
5043 2003-06-02  John Levon  <levon@movementarian.org>
5044
5045         * LyXAction.C:
5046         * factory.C:
5047         * lfuns.h:
5048         * lyxfunc.C:
5049         * text3.C: remove insetparent
5050
5051 2003-06-02  John Levon  <levon@movementarian.org>
5052
5053         * buffer.h:
5054         * buffer.C: fix inset_iterator.end(), move out of line
5055         (bug 1149)
5056
5057 2003-06-01  John Levon  <levon@movementarian.org>
5058
5059         * text3.C: use a proper cut/paste when doing inset
5060         insert (from Jürgen Spitzmüller)
5061
5062 2003-06-01  John Levon  <levon@movementarian.org>
5063
5064         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5065
5066 2003-05-30  André Pönitz  <poenitz@gmx.net>
5067
5068         * rowpainter.C: unify second drawing phase
5069
5070 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5071
5072         * trans_mgr.C: remove one case of current_view
5073
5074         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5075
5076         * paragraph_funcs.h: remove paragraph.h include
5077
5078         * paragraph.h: delete NO_STD_LIST stuff
5079
5080         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5081
5082         * buffer.h: remove paragraph.h include
5083
5084         * ParagraphList.C: delete file
5085
5086         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5087
5088         * toc.C (getTocList): adjust
5089
5090         * paragraph_pimpl.C (validate): adjust
5091
5092         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5093
5094         * paragraph.C (Paragraph): adjust
5095         (getPositionOfInset): use const_iterator, adjust
5096         (bibitem): use const_iterator, adjust
5097         (setInsetOwner): adjust
5098
5099         * iterators.C (operator++): adjust
5100
5101         * InsetList.[Ch]: Replace selfmade iterator with standard
5102         vector::iterator also introduce const_iterator. Remove getPos,
5103         getInset and setInset from InsetTable. Adjust accordingly.
5104
5105         * BufferView.C (lockInset): adjust
5106         (ChangeInsets): adjust
5107
5108         * tabular.[Ch]: delete commented same_id functions
5109
5110 2003-05-28  John Levon  <levon@movementarian.org>
5111
5112         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5113
5114 2003-05-28  André Pönitz  <poenitz@gmx.net>
5115
5116         * metricsinfo.[Ch]: remove 'fullredraw' member
5117
5118 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5119
5120         * lyxtextclass.C (operator): remove caching.
5121
5122 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5123
5124         * text3.C: adjust
5125
5126         * text2.C (cursorBottom): adjust
5127         (setCounter): use ParagraphList::find, adjust
5128
5129         * text.C (workWidth): use ParagraphList::find, adjust
5130
5131         * lyxcursor.C (LyXCursor): adjust
5132
5133         * buffer.C (inset_iterator): adjust
5134
5135         * ParagraphList.h: make iterator(value_type) private, make
5136         ParagraphList a friend of iterator.
5137
5138         * ParagraphList.C (find): new function
5139
5140         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5141
5142 2003-05-27  André Pönitz  <poenitz@gmx.net>
5143
5144         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5145
5146 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5147
5148         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5149
5150 2003-05-26  John Levon  <levon@movementarian.org>
5151
5152         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5153
5154 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5155
5156         * remove same_id from function signatures, adjust.
5157
5158 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5159
5160         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5161
5162         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5163
5164         * paragraph.C (Paragraph): get rid of same_ids parameter
5165
5166         * ParagraphList.C (insert): adjust
5167         (push_back): adjust
5168
5169 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5170
5171         * paragraph_funcs.C (breakParagraph): adjust
5172         (breakParagraphConservative): adjust
5173
5174         * buffer.C (readParagraph): adjust
5175
5176         * ParagraphList.C (insert): take a reference instead of a pointer
5177         (insert): adjust
5178
5179         * paragraph.[Ch] (id): new function
5180
5181         * bufferlist.C (newFile): adjust
5182
5183         * ParagraphList.C (ParagraphList): adjust
5184         (assign): adjust
5185         (push_back): take a reference instead of a pointer.
5186
5187         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5188
5189         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5190         instead.
5191
5192         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5193         set else use old code.
5194
5195         * ParagraphList.C: remove all NO_NEXT code and only compile this
5196         code of NO_STD_LIST is set.
5197
5198 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5199
5200         * BufferView_pimpl.C:
5201         * TextCache.C:
5202         * TextCache.h:
5203         * bufferlist.C:
5204         * errorlist.h:
5205         * format.C:
5206         * format.h:
5207         * graph.C:
5208         * lyxfunc.C:
5209         * lyxrc.C:
5210         * graphics/GraphicsConverter.C:
5211         * graphics/PreviewLoader.C: header adjustment
5212
5213 2003-05-23  Angus Leeming  <leeming@lyx.org>
5214
5215         * LaTeXFeatures.[Ch] (useBabel): new method.
5216         * bufferparams.C (writeLaTeX): use it.
5217
5218 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5219
5220         * ParagraphList.h (set): remove unused function.
5221
5222 2003-05-23  André Pönitz  <poenitz@gmx.net>
5223
5224         * BufferView.C:
5225         * BufferView_pimpl.C:
5226         * buffer.C:
5227         * buffer.h:
5228         * lyxfunc.C:
5229         * undo_funcs.C: setUndo reworked
5230
5231         * iterators.[Ch]: add access to topmost ParagraphList
5232
5233         * lyxtext.[Ch] (workWidth): add a const
5234
5235 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5236
5237         * texrow.[Ch] (increasePos): remove function
5238         * exporter.C (export): removed unused var and outdated comment
5239
5240 2003-05-23  Angus Leeming  <leeming@lyx.org>
5241
5242         * latexrunparams.h: rename fragile as moving_arg.
5243         * paragraph.C (simpleTeXOnePar): ditto.
5244         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5245
5246 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5247
5248         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5249         (createUndo): ditto
5250         (textUndoOrRedo): comment out a currently unused var.
5251
5252         * paragraph.h (NO_NEXT): enable NO_NEXT
5253
5254         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5255
5256         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5257
5258         * exporter.C (Export): adjust for removeAutoInsets removal.
5259
5260         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5261
5262         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5263
5264         * BufferView.[Ch] (removeAutoInsets): delete function
5265
5266 2003-05-22  Angus Leeming  <leeming@lyx.org>
5267
5268         * latexrunparams.h: add a free_spacing variable.
5269
5270         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5271         to pass moving_arg, as the data is stored in runparams.fragile.
5272
5273         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5274         to Inset::latexOptional or to simpleTeXOnePar.
5275
5276         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5277         free_spacing arg to Inset::latexOptional.
5278
5279         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5280         free_spacing arg.
5281
5282 2003-05-22  Angus Leeming  <leeming@lyx.org>
5283
5284         * latexrunparams.h: add fragile and use_babel variables.
5285
5286         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5287         * buffer.C (makeLaTeXFile): store this returned value in
5288         runparams.use_babel, thus passing it to the inset::latex methods.
5289
5290         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5291         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5292
5293         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5294         longer has a fragile arg, as it is stored in runparams.fragile.
5295
5296         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5297         moving_arg parameter as the data is stored in runparams.fragile.
5298
5299         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5300         a fragile parameter as the data is stored in runparams.fragile.
5301
5302 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5303
5304         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5305
5306 2003-05-22  Angus Leeming  <leeming@lyx.org>
5307
5308         * latexrunparams.h: add a 'bool nice' which defaults to false.
5309
5310         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5311         now encapsulated within runparams.
5312
5313         * bufferlist.C (updateIncludedTeXfiles):
5314         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5315
5316 2003-05-22  Angus Leeming  <leeming@lyx.org>
5317
5318         * latexrunparams.h: new file containing struct LatexRunParams.
5319         * Makefile.am: add new file.
5320
5321         * LaTeX.[Ch] (c-tor, run):
5322         * buffer.[Ch] (makeLaTeXFile):
5323         * bufferlist.[Ch] (updateIncludedTeXfiles):
5324         * converter.C (convert, scanLog):
5325         * converter.[Ch] (runLaTeX):
5326         * exporter.C (Export):
5327         * paragraph.[Ch] (simpleTeXOnePar):
5328         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5329         * paragraph_funcs.[Ch] (latexParagraphs):
5330         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5331         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5332         pass around a LatexRunParams parameter.
5333
5334 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5335
5336         * paragraph.[Ch]: remove unused constructor
5337
5338         * ParagraphList.C (erase): new function, taking two iterators
5339
5340 2003-05-22  André Pönitz  <poenitz@gmx.net>
5341
5342         * undo_funcs.C: remove duplicated code
5343
5344         * iterator.[Ch]: operator=
5345
5346 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5347
5348         * tabular.C (SetMultiColumn): ws changes
5349
5350         * rowpainter.C (paintFirst): get rid of a ->previous
5351
5352         * lyx_cb.C (getPossibleLabel): parlist simplification
5353
5354         * BufferView.C (ChangeInsets): simplify slightly.
5355
5356 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5357
5358         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5359         * lfuns.h: new LFUN_SPACE
5360         * lyxfunc.C: protected space has a new lfun
5361         * paragraph_funcs.C: read new space insets
5362         * text3.C:
5363         * factory.C: handle new space insets
5364
5365 2003-05-22  André Pönitz  <poenitz@gmx.net>
5366
5367         * BufferView.C:
5368         * BufferView_pimpl.C:
5369         * buffer.[Ch]:
5370         * lyxfunc.C:
5371         * undo_funcs.C: return a ParIterator from getParFromID.
5372
5373         * iterators.[Ch]: add two const's
5374
5375 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5376
5377         * toc.C (getTocList): adjust
5378
5379         * iterators.[Ch]: rework for parlist
5380
5381         * buffer.C (par_iterator_begin): adjust
5382         (par_iterator_end): adjust
5383
5384         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5385
5386         * BufferView.C (removeAutoInsets): adjust
5387         (ChangeInsets): adjust
5388
5389 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5390
5391         * text.C (top_y): fix bug 1110
5392
5393 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5394
5395         * errorlist.[Ch]: added
5396         * buffer.C:
5397         * BufferView.[Ch]:
5398         * BufferView_pimpl.C:
5399         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5400         instead
5401
5402 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5403
5404         * Makefile.am: ensure that lyx is relinked upon changes to the
5405         various "convenience" libs.
5406
5407 2003-05-20  Angus Leeming  <leeming@lyx.org>
5408
5409         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5410         files are compiled in alphabetical order again.
5411
5412         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5413
5414 2003-05-19  Angus Leeming  <leeming@lyx.org>
5415
5416         * gettext.[Ch]: remove "char const * _(char const *)".
5417
5418 2003-05-19  André Pönitz  <poenitz@gmx.net>
5419
5420         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5421
5422         * Makefile.am:
5423         * BufferView.C:
5424         * DepTable.h:
5425         * LaTeXFeatures.C:
5426         * buffer.C:
5427         * lyxfont.C:
5428         * lyxlex.h:
5429         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5430
5431 2003-05-19  André Pönitz  <poenitz@gmx.net>
5432
5433         * buffer.C:
5434         * lyxlayout.[Ch]:
5435         * lyxtextclass.[Ch]:
5436         * paragraph.C:
5437         * paragraph_funcs.[Ch]:
5438         * text2.C:
5439         * text3.C: more insetenv work
5440
5441 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5442
5443         * ParagraphParameters.C (params2string): small bug fixed
5444
5445 2003-05-16  André Pönitz  <poenitz@gmx.net>
5446
5447         * debug.C:
5448         * bufferview_funcs.C: patch from Kornel Benko to prevent
5449           crash when _(...) is called twice in a statement
5450
5451 2003-05-16  André Pönitz  <poenitz@gmx.net>
5452
5453         * BufferView.C:
5454         * lyxfunc.C:
5455         * text.C:
5456         * text2.C:
5457         * text3.C:
5458         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5459
5460 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5461
5462         * lyx_main.C (init): remove spurious static_cast
5463
5464 2003-05-14  André Pönitz  <poenitz@gmx.net>
5465
5466         * BufferView.C: fix format string
5467
5468 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5469
5470         * BufferView.[Ch] (insertErrors): removed
5471         * BufferView.[Ch] (showErrorList): added
5472         * buffer.C (runChkTeX):
5473         * converter.C (scanLog): call showErrorList instead of inserterrors
5474
5475 2003-05-13  André Pönitz  <poenitz@gmx.net>
5476
5477         * BufferView_pimpl.C:
5478         * buffer.C:
5479         * bufferview_func.C:
5480         * MenuBackend.C:
5481         * lyxfunc.C:
5482         * lyxrc.C:
5483         * tex-accent.C:
5484         * text3.C:
5485         * toc.C:
5486         * tabular_funcs.h: tostr() from its own header
5487
5488         * ParagraphParameters.C:
5489         * ToolbarBackend.C:
5490         * bufferparams.C:
5491         * format.C:
5492         * lyxlex_pimpl.C:
5493         * text3.C: STRCONV()
5494
5495 2003-05-12  André Pönitz  <poenitz@gmx.net>
5496
5497         * BufferView.C:
5498         * BufferView_pimpl.C:
5499         * CutAndPaste.C:
5500         * LaTeX.C:
5501         * LaTeXFeatures.C:
5502         * ParagraphParameters.C:
5503         * buffer.C:
5504         * bufferlist.C:
5505         * bufferparams.C:
5506         * bufferview_funcs.C:
5507         * converter.C:
5508         * counters.C:
5509         * debug.C:
5510         * exporter.C:
5511         * format.C:
5512         * importer.C:
5513         * lyx_cb.C:
5514         * lyx_main.C:
5515         * lyxfont.C:
5516         * lyxfunc.C:
5517         * lyxvc.C:
5518         * paragraph.C:
5519         * paragraph_funcs.C:
5520         * tabular.C:
5521         * tabular_funcs.C:
5522         * text2.C:
5523         * text3.C:  boost::format -> bformat  all over the place
5524
5525
5526 2003-05-09  André Pönitz  <poenitz@gmx.net>
5527
5528         * LColor.[Ch]: Pimpl the #include <map> away
5529
5530 2003-05-09  John Levon  <levon@movementarian.org>
5531
5532         * bufferlist.C: never remove emergency saves
5533
5534 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5535
5536         * Makefile.am: better lib building
5537
5538 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5539
5540         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5541         instead.
5542         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5543         (simpleTeXSpecialChars): adjust
5544         (simpleTeXSpecialChars): adjust
5545         * paragraph.C (simpleTeXOnePar): adjust
5546         * buffer.C (makeLaTeXFile): adjust
5547
5548         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5549
5550         * text2.C (changeDepth): parlist cleanup
5551         (getColumnNearX): ditto
5552
5553         * rowpainter.C (getLabelFont): parlist cleanup
5554
5555         * bufferlist.C (newFile): parlist cleanup
5556
5557         * CutAndPaste.C (eraseSelection): parlist cleanup
5558
5559         * BufferView_pimpl.C (trackChanges): parlist cleanup
5560         (dispatch): ditto
5561
5562         * BufferView.C (lockInset): parlist cleanup.
5563         (ChangeInsets): ditto
5564
5565 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5566
5567         * CutAndPaste.h: Update file header.
5568
5569         * CutAndPaste.C: Update file header.
5570         Store the parts cut out of the Document in a limited_stack.
5571         (copySelection): adjust
5572         (pasteSelection): new function, takes the index in the limited stack.
5573         (nrOfParagraphs): adjust
5574         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5575         simplify error inset insertion.
5576         (checkPastePossible): adjust
5577
5578 2003-05-06  John Levon  <levon@movementarian.org>
5579
5580         * text2.C: don't cast wrap inset to float
5581
5582 2003-05-05  André Pönitz  <poenitz@gmx.net>
5583
5584         * iterator.C:
5585         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5586
5587         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5588           few naked Paragraph *.
5589
5590 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5591
5592         * bufferparams.C: Output warning if a document with missing
5593         TeX document class is loaded
5594         * exporter.C: Disable TeX exports if the document class is missing
5595         * lyxtextclass.C:
5596         * lyxtextclass.h:
5597         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5598         isTeXClassAvailable()
5599
5600 2003-05-03  John Levon  <levon@movementarian.org>
5601
5602         * BufferView.h:
5603         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5604         explicit cursor show/hide
5605
5606         * BufferView_pimpl.h:
5607         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5608         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5609
5610         * lyxfunc.C: hide cursor before dispatching.
5611
5612         * lyx_cb.C:
5613         * lyxfind.C:
5614         * text.C:
5615         * text3.C: remove explicit cursor hides
5616
5617 2003-05-02  André Pönitz  <poenitz@gmx.net>
5618
5619         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5620
5621         * undo_funcs.C:
5622         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5623           linked lists
5624
5625         * text2.C: tiny whitespace
5626
5627 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5628
5629         * undo_funcs.C: almost only ws changes.
5630
5631         * ParagraphList.C (splice): just return if pl is empty.
5632
5633 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5634
5635         * ParagraphList.C (splice): new function.
5636
5637         * CutAndPaste.C (pasteSelection): use it
5638
5639 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5640
5641         * CutAndPaste.C (pasteSelection): remove the last next and
5642         previous from this file.
5643
5644 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5645
5646         * CutAndPaste.C (pasteSelection): more clean up, user proper
5647         ParagraphList functions for pasteing.
5648
5649         * ParagraphList.C (insert): new function, three arg insert
5650
5651 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5652
5653         * ParagraphList.C (insert): new function, three arg insert
5654
5655         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5656         not on paragraphs.
5657
5658 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5659
5660         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5661
5662 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5663
5664         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5665
5666 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5667
5668         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5669         (copySelection): clean up a bit.
5670         (pasteSelection): use make_pair
5671
5672         * ParagraphList.C (ParagraphList): implement copy constructor
5673         (operator=): implement, base on copy constructor.
5674         (assign): new func
5675
5676         * paragraph.C (erase): return a bool
5677
5678         * paragraph_pimpl.C (erasePos): remove function, move contents...
5679         (erase): ... here. Return a bool.
5680         (erase): call erase instead of erasePos.
5681
5682 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5683
5684         * ParagraphList.h: define PitPosPair
5685         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5686         ParagraphList, fix a bug on pasting multiple pars
5687         * text2.C: change interface to C&P
5688
5689 2003-04-30  André Pönitz  <poenitz@gmx.net>
5690
5691         * undo_func.C: revert part of yesterday's patch 2
5692
5693 2003-04-30  John Levon  <levon@movementarian.org>
5694
5695         * LColor.C: s/tabular/table/
5696
5697 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5698
5699         * text3.C (dispatch): do not convert iterator -> pointer
5700         * undo_funcs.C (setCursorParUndo): ditto
5701         * text_funcs.C (transposeChars): ditto
5702
5703         * text2.C (setLayout): ws changes only
5704
5705         * text.C (breakParagraph): do not convert iterator -> pointer
5706         (insertChar): ditto
5707         (acceptChange): ditto
5708         (rejectChange): ditto
5709         (changeCase): ditto
5710         (Delete): ditto
5711         (backspace): ditto
5712
5713         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5714         pointer
5715
5716 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5717
5718         * text3.C (gotoInset): YABG (yet another bad getChar)
5719
5720 2003-04-29  André Pönitz  <poenitz@gmx.net>
5721
5722         * paragraph.h: make operator= private unimplemented as long as
5723           it is unusable
5724
5725         * ParagraphList.C: whitespace
5726
5727         * paragraph.[Ch]:
5728         * paragraph_pimpl.[Ch]:
5729         * paragraph_funcs.C:
5730         * CutAndPaste.C:
5731         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5732
5733         * text2.C:
5734           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5735
5736 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5737
5738         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5739         * paragraph.[Ch] (erase):
5740         * paragraph_pimpl.[Ch] (erase): change return type and value
5741         * text2.C (cutSelection): some rework
5742
5743 2003-04-28  John Levon  <levon@movementarian.org>
5744
5745         * bufferlist.C: changes for unsaved changes dialog
5746
5747 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5748
5749         * bufferlist.C (newFile): set language (messages_) for new
5750         documents also.
5751
5752         * buffer.C (readFile): ws changes only.
5753
5754 2003-04-28  André Pönitz  <poenitz@gmx.net>
5755
5756         * undo_funcs.C:
5757         * lyxfunc.C:
5758         * buffer.[Ch]:
5759         * BufferView_pimpl.C:
5760         * BufferView.C: getParFromID related ParagraphList::iterator changes
5761
5762 2003-04-28  André Pönitz  <poenitz@gmx.net>
5763
5764         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5765           Changes
5766
5767 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5768
5769         * messages.C: remove one more localedir class variable.
5770
5771 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5772
5773         * messages.C (getLocaleDir): singleton generation function
5774         (Pimpl): use it.
5775         (Messages): add a default constructor.
5776
5777         * main.C (main): do not setup localedir here, do not call
5778         gettext_init.
5779
5780         * gettext.C (_): use it.
5781         (gettext_init): delete funciton
5782
5783 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5784
5785         * gettext.C (getLyXMessages): new singleton generating function.
5786
5787         * buffer.C (updateDocLang): adjust
5788
5789         * Makefile.am (messages.o): add target
5790         (main.o): remove target
5791
5792 2003-04-27  John Levon  <levon@movementarian.org>
5793
5794         * bufferlist.C:
5795         * lyx_cb.C:
5796         * lyxfunc.C:
5797         * lyxvc.C: specify cancel button in Alert::prompt
5798
5799 2003-04-26  John Levon  <levon@movementarian.org>
5800
5801         * text3.C:
5802         * lyxfunc.C:
5803         * lfuns.h:
5804         * LyXAction.C: add LFUN_INSET_SETTINGS
5805
5806         * lyxfunc.C: don't enable tabular-feature when there's
5807         just any locking inset
5808
5809 2003-04-26  John Levon  <levon@movementarian.org>
5810
5811         * bufferlist.C: re-add Cancel to buffer close question
5812
5813         * lyxfunc.C: fix import UI a bit
5814
5815 2003-04-25  John Levon  <levon@movementarian.org>
5816
5817         * gettext.C: remove the broken asserts for now
5818
5819 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5820
5821         * messages.C: make case where setlocale cannot comply work better.
5822
5823         * buffer.C (updateDocLang): new function
5824         (changeLanguage): use it
5825         (readFile): use it
5826
5827         * text2.C (setCounter): use B_ a bit.
5828
5829         * lyxlayout.C (Read): be sure to trim the label strings.
5830
5831         * messages.C (Messages): fix typo in comment
5832
5833         * buffer.C (readFile): set message_ after file is loaded.
5834         (makeDocBookFile): remove double return
5835         (changeLanguage): reset message_ upon language change.
5836         (B_): new func, use this to get translated buffer strings.
5837
5838         * main.C: add myself and Jean Marc as authors.
5839
5840 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5841
5842         * messages.[hC]: pimplify Messages, and three different pimpls to be
5843         used in different circumstances.
5844
5845         * gettext.[Ch]: change for use with new message code.
5846
5847 2003-04-24 André Pönitz <poenitz@gmx.net>
5848
5849         * factory.C: support for eqref
5850
5851 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5852
5853         * messages.[Ch]: add missing char
5854
5855         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5856
5857         * messages.[Ch]: New files
5858
5859 2003-04-18  John Levon  <levon@movementarian.org>
5860
5861         * BufferView.h:
5862         * BufferView.C:
5863         * BufferView_pimpl.C:
5864         * lfuns.h:
5865         * LyXAction.C:
5866         * lyxtext.h:
5867         * text2.C: remove layout-copy/paste (bug 778)
5868
5869 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5870
5871         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5872
5873 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5874
5875         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5876         if they succeed. Act accordingly.
5877
5878 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * text2.C (setCharFont): adjust
5881         (setCounter): adjust
5882         (insertStringAsLines): adjust
5883
5884         * text.C (leftMargin): adjust
5885         (setHeightOfRow): adjust
5886
5887         * rowpainter.C (paintFirst): adjust
5888         (paintLast): adjust
5889
5890         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5891         (outerHook): ditto
5892         (isFirstInSequence): ditto
5893         (getEndLabel): ditto
5894         (outerFont): adjust
5895
5896         * paragraph.C (getParLanguage): comment out some hard stuff.
5897
5898         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5899         (sgmlError): ditto
5900         (simpleDocBookOnePar): ditto
5901         (makeDocBookFile): use ParagraphList::iterator
5902
5903         * CutAndPaste.C (pasteSelection): adjust
5904
5905 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5906
5907         * text2.C (getFont): adjust
5908         (getLayoutFont): adjust
5909         (getLabelFont): adjust
5910
5911         * paragraph_funcs.C (TeXOnePar): adjust
5912
5913         * buffer.C (simpleLinuxDocOnePar): adjust
5914         (simpleDocBookOnePar): adjust
5915
5916         * CutAndPaste.C (pasteSelection): adjust
5917
5918         * BufferView.C (getEncoding): adjust
5919
5920         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5921
5922 2003-04-16  John Levon  <levon@movementarian.org>
5923
5924         * lyxfind.C: use parlist stuff for search/changes
5925
5926 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5927
5928         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5929
5930         * text2.C (deleteEmptyParagraphMechanism): adjust
5931
5932         * text2.[Ch] (ownerParagraph): delete func (both of them
5933
5934 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5935
5936         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5937
5938 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5939
5940         * ParagraphList.C: prepare for NO_NEXT
5941
5942 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5943
5944         * text2.C (getFont): adjust
5945         (getLayoutFont): adjust
5946         (getLabelFont): adjust
5947
5948         * paragraph.C (getFont): adjust
5949         (getLabelFont): adjust
5950         (getLayoutFont): adjust
5951
5952         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5953
5954 2003-04-15  John Levon  <levon@movementarian.org>
5955
5956         From Angus Leeming
5957
5958         * lyx_main.C: handle Include in .ui files
5959
5960 2003-04-15  John Levon  <levon@movementarian.org>
5961
5962         * MenuBackend.C: make the doc files length shorter
5963
5964         * ToolbarBackend.h:
5965         * ToolbarBackend.C: handle toolbar placement flags,
5966         Minibuffer
5967
5968 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5969
5970         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5971         adjust
5972
5973         * paragraph_funcs.C (TeXOnePar): adjust
5974
5975         * paragraph.C (getLabelFont): add outerfont arg, adjust
5976         (getLayoutFont): ditto
5977         (simpleTeXOnePar): adjust
5978
5979         * paragraph_pimpl.C (realizeFont): delete func
5980
5981 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5982
5983         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5984         row argument, constify cur argument.
5985
5986 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5987
5988         * text2.C (getFont): adjust
5989         (getLayoutFont): adjust
5990         (getLabelFont): adjust
5991
5992         * paragraph_funcs.C (TeXOnePar): adjust
5993         (outerFont): new func...
5994         (realizeFont): ...moved out from here, changed this to facilitate
5995         transition
5996
5997         * paragraph.C (getFont): take outerfont as arg, adjust
5998         (simpleTeXOnePar): add outerfont arg, adjust
5999
6000         * buffer.C (simpleLinuxDocOnePar): adjust
6001         (simpleDocBookOnePar): adjust
6002
6003         * CutAndPaste.C (pasteSelection): adjust
6004
6005         * BufferView.C (getEncoding): adjust
6006
6007 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6008
6009         * text2.C (setCharFont): adjust
6010         (setCounter): adjust
6011
6012         * text.C (leftMargin): adjust
6013         (setHeightOfRow): adjust
6014
6015         * rowpainter.C (paintFirst): adjust
6016         (paintLast): adjust
6017
6018         * paragraph_pimpl.C (realizeFont): adjust
6019
6020         * paragraph.C (isFirstInSequence): move from here...
6021         * paragraph_funcs.C (isFirstInSequence): ...to here
6022
6023         * paragraph.C (outerHook): move from here...
6024         * paragraph_funcs.C (outerHook): ...to here
6025
6026         * paragraph.C (depthHook): move from here...
6027         * paragraph_funcs.C (depthHook): ...to here
6028
6029         * paragraph.C (getEndLabel): move from here...
6030         * paragraph_funcs.C (getEndLabel): ...to here
6031
6032         * text2.C (realizeFont): move from here...
6033         * paragraph_funcs.C (realizeFont): ...to here
6034
6035 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6036
6037         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
6038
6039 2003-04-14  Angus Leeming  <leeming@lyx.org>
6040
6041         * LColor.[Ch]: scrap LColor mathcursor.
6042
6043 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6044
6045         * lyxlex.[Ch] (text): delete function
6046         * trans.C (Load): adjust
6047         * paragraph_funcs.C (readParToken): adjust
6048
6049 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6050
6051         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6052         vector<char> instead of a char[].
6053
6054         * lyxlex_pimpl.C (getString): adjust
6055         (next): adjust
6056         (lex): use getString
6057         (eatLine): adjust
6058         (nextToken): adjust
6059
6060         * lyxlex.C (text): use pimpl_->getString()
6061         (getBool): ditto
6062         (findToken): ditto
6063
6064 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6065
6066         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6067         (makeFontEntriesLayoutSpecific): temp var for par.size()
6068         (setLayout): temp var for ownerParagraphs().end()
6069         (fullRebreak): temp var for rows().end()
6070         (selectionAsString): temp var for boost::next(startpit), realize
6071         that the while really is a regular for loop.
6072         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6073         setCursor in one place.
6074         (setParagraph): temp vr for ownerParagraphs().end()
6075         (updateCounters): make the while loop a for loop
6076         (cutSelection): temp var for ownerParagraphs().end()
6077         (updateInset): make the do {} while() a regular for loop
6078         (getCursorX): use temp vars
6079         (setCurrentFont): use temp vars
6080         (getColumnNearX): use temp vars
6081
6082 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6083
6084         * text.C (transformChar): use temp var for getChar
6085         (computeBidiTables): use temp var for row->par()
6086         (fill): move temp vars for row->par() and pit->layout() earlier in
6087         the function.
6088         (labelFill): use temp var for row->par()
6089         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6090         asc and desc, realize that pit never changes and that firstpit is
6091         just a duplicate and not needed. Exchange rit->par() with pit in a
6092         lot of places.
6093         (breakAgain): use a temp var for boost::next(rit)
6094         (breakAgainOneRow): ditto
6095         (breakParagraph): use a temp var for rows().begin()
6096         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6097         (cursorRightOneWord): use temp var for cursor.par() and
6098         cursor.pos(), remove usage of tmpcursor.
6099         (cursorLeftOneWord): use temp var for cursor.par() and
6100         cursor.pos() only set cur at end of function.
6101
6102 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6103
6104         * text.C, text2.C: exchange all usage of Paragraph::next with
6105         boost::next(ParagraphList::iterator)
6106
6107         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6108
6109         * text2.C (cursorTop): simplify implementation
6110         (cursorBottom): ditto
6111         (setParagraph): use ParagraphList::iterator
6112         (setCurrentFont): adjust
6113         (getColumnNearX): adjust
6114         (cursorRight): adjust
6115         (cursorLeft): remove usage of Paragraph::previous
6116         (cursorUpParagraph): ditto
6117         (deleteEmptyParagraphMechanism): slight cleanup
6118
6119         * text.C (isBoundary): take a Paragraph const & instead of a
6120         pointer as arg.
6121         (addressBreakPoint): ditto
6122         (leftMargin): remove usage of Paragraph::previous.
6123         (setHeightOfRow): ditto
6124         (cursorLeftOneWord): ditto
6125         (selectNextWordToSpellcheck): ditto
6126         (Delete): ditto
6127         (backspace): ditto
6128         (breakParagraph): remove one usage of Paragraph::next
6129         (redoParagraph): ditto
6130         (acceptChange): ditto
6131         (insertChar): adjust
6132         (rowBreakPoint): adjust
6133
6134         * bufferview_funcs.C (toggleAndShow): adjust
6135
6136 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6137
6138         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6139         methods to access it.
6140         * lyxtext.h:
6141         * text.C: Added updateRowPositions to compute all row positions.
6142         Make top_y and getRowNearY() to use the cached y position
6143
6144 2003-04-11  John Levon  <levon@movementarian.org>
6145
6146         * text.C (rowBreakPoint): reintroduce the labelEnd
6147         checks, code copied from the row fill stuff. Deep voodoo.
6148
6149         * text.C (fill): add a comment and debugging for the
6150         next poor soul.
6151
6152 2003-04-11  John Levon  <levon@movementarian.org>
6153
6154         * text.C: make sure fullrow insets get wrapped to the next line,
6155         even when they're in a manual label
6156
6157 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6158
6159         * text2.C (insertParagraph): make it take ParagraphList::iterator
6160         as arg.
6161         (setLayout): make it return ParagraphList::iterator
6162         (redoParagraphs): ditto
6163         (setCounter): ditto
6164         (checkParagraph): ditto
6165
6166         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6167
6168         * text2.C: adjust several funcs.
6169         (realizeFont): take a ParagraphList::iterator as arg.
6170         (getLayoutFont): ditto
6171         (getLabelFont): ditto
6172         (setCharFont): ditto
6173
6174         * text.C: adjust several funcs.
6175
6176 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6177
6178         * text.C (selectNextWordToSpellcheck): don't accidentally
6179         skip insets
6180
6181 2003-04-10  John Levon  <levon@movementarian.org>
6182
6183         * ToolbarBackend.C (getIcon): special handling for
6184         LFUN_MATH_DELIM
6185
6186 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6187
6188         * text2.C (cursorRight): a getChar assert fixed
6189
6190 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6191
6192         * text2.C (getFont): change to take a ParagraphList::iterator
6193         instead of Paragraph*
6194         Adjust several functions.
6195
6196         * text.C (transformChar): change to take a ParagraphList::iterator
6197         instead of Paragraph*
6198         (singleWidth): ditto
6199         Adjust several functions.
6200
6201         * rowpainter.C: adjust several functions
6202         * rowpainter.h:store a ParagraphList::iterator and not a
6203         Paragraph&.
6204
6205
6206 2003-04-09  John Levon  <levon@movementarian.org>
6207
6208         * lyxfunc.C:
6209         * lfuns.h:
6210         * LyXAction.h:
6211         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6212         and the "help" bits as well
6213
6214 2003-04-09  John Levon  <levon@movementarian.org>
6215
6216         * ToolbarBackend.h:
6217         * ToolbarBackend.C: allow multiple toolbars
6218
6219 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6220
6221         * undo_funcs.C (setCursorParUndo): adjust
6222
6223         * text_funcs.C (transposeChars): adjust
6224
6225         * text3.C (gotoNextInset): adjust
6226         (dispatch): adjust
6227
6228         * text2.C (setLayout): adjust
6229         (changeDepth): adjust
6230         (setFont): adjust
6231         (redoParagraphs): adjust
6232         (selectionAsString): adjust
6233         (setParagraph): adjust
6234         (insertInset): adjust
6235         (cutSelection): adjust
6236         (copySelection): adjust
6237         (pasteSelection): adjust
6238         (insertStringAsLines): adjust
6239         (updateInset): adjust
6240         (setCursor): change to take a ParagraphList::iterator parameter
6241         (setCursorIntern): change to take a ParagraphList::iterator parameter
6242         (setCurrentFont): adjust
6243         (cursorLeft): adjust
6244         (cursorRight): adjust
6245         (deleteEmptyParagraphMechanism): adjust
6246
6247         * text.C (breakParagraph): adjust
6248         (insertChar): adjust
6249         (acceptChange): adjust
6250         (rejectChange): adjust
6251         (selectNextWordToSpellcheck): adjust
6252         (changeCase): adjust
6253         (Delete): adjust
6254         (backspace): adjust
6255
6256         * lyxfind.C (SearchForward): adjust
6257         (SearchBackward): adjust
6258         (nextChange): adjust
6259
6260         * lyxcursor.C (par): adjust
6261
6262         * lyxcursor.h: store a ParagraphList::iterator instead of a
6263         Paragraph*
6264
6265         * lyx_cb.C (getPossibleLabel): adjust
6266
6267         * bufferview_funcs.C (toggleAndShow): adjust
6268
6269         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6270         (dispatch): adjust
6271
6272         * BufferView.C (removeAutoInsets): adjust
6273         (lockedInsetStoreUndo): adjust
6274
6275 2003-04-09  John Levon  <levon@movementarian.org>
6276
6277         * ToolbarBackend.C: try icon without argument
6278         if with argument fails
6279
6280 2003-04-08  John Levon  <levon@movementarian.org>
6281
6282         * ToolbarBackend.h:
6283         * ToolbarBackend.C: add getIcon(), handle tooltip,
6284         and change from "Icon" to "Item".
6285
6286 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6287
6288         * BufferView.C (lockInset): another bad getchar crunched
6289
6290 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6291
6292         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6293         again)
6294
6295 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6296
6297         * lyxfind.C (searchForward, searchBackwards): bug 782
6298
6299 2003-04-07  John Levon  <levon@movementarian.org>
6300
6301         * paragraph.C: remove dead comment
6302
6303         * text.C: remove troublesome depth-fiddling code
6304         in leftMargin() and rightMargin() (bug 1017)
6305
6306         * text.C: fix breaking of rows in nested lists
6307         (bug 1004)
6308
6309         * text2.C (updateCounters): fix up depth values
6310         (bug 1013)
6311
6312 2003-04-07  John Levon  <levon@movementarian.org>
6313
6314         * BufferView_pimpl.C: clear message when doc finishes resizing,
6315         and after a mouse event
6316
6317         * lyxfunc.C: clear message after exiting inset
6318
6319 2003-04-07  John Levon  <levon@movementarian.org>
6320
6321         * bufferview_funcs.C: show math status not outside
6322         status in the statusbar
6323
6324 2003-04-07  John Levon  <levon@movementarian.org>
6325
6326         * lyxfunc.C: note status changed after a depth change
6327
6328 2003-04-04  Angus Leeming  <leeming@lyx.org>
6329
6330         * LaTeX.h: move AuxInfo operator==, != out of line.
6331         Remove LaTeX virtual destructor; nothing derives from it.
6332         Move operator()() out of public area and rename it startscript().
6333         Change protected for private.
6334
6335 2003-04-04  Angus Leeming  <leeming@lyx.org>
6336
6337         * lyxfunc.C:
6338         * text2.C: remove unneeded #includes.
6339
6340 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6341
6342         * text2.C (dEPM): fix the heigth of the next row
6343
6344 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6345
6346         * text.C: squashed an invalid getChar requester + some ws changes
6347
6348 2003-04-03  John Levon  <levon@movementarian.org>
6349
6350         * bufferview_funcs.h:
6351         * bufferview_funcs.C:
6352         * lyxfunc.C:
6353         * lyxtext.h:
6354         * text2.C: make getStatus work for the env depth lfuns
6355
6356 2003-04-03  John Levon  <levon@movementarian.org>
6357
6358         * bufferview_funcs.h:
6359         * bufferview_funcs.C:
6360         * lyxfunc.C:
6361         * lyxtext.h:
6362         * text2.C: parlistize decDepth(), by merging it with incDepth()
6363
6364 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6365
6366         * lyxrow.h: store a ParagraphList::iterator instead of a
6367         Paragraph* and adjust other class functions to suit.
6368
6369         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6370         above.
6371
6372 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6373
6374         * text2.C (setCursor): do not anchor to cursor row for the time being
6375
6376 2003-04-02  John Levon  <levon@movementarian.org>
6377
6378         * LyXAction.C:
6379         * lfuns.h:
6380         * lyx_main.C:
6381         * lyxtext.h:
6382         * text.C:
6383         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6384
6385 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6386
6387         * paragraph.h: make ParagraphList and ParagraphList::iterator
6388         friends of Paragraph.
6389
6390         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6391
6392         * ParagraphList.C: Use the private next_ and previous_ from
6393         Paragraph.
6394
6395 2003-04-01  John Levon  <levon@movementarian.org>
6396
6397         * ToolbarBackend.h:
6398         * ToolbarBackend.C:
6399         * Makefile.am: rename, remove defaults gunk
6400
6401         * MenuBackend.h:
6402         * MenuBackend.C: remove defaults gunk
6403
6404         * Languages.h:
6405         * Languages.C: remove defaults gunk
6406
6407         * lyx_main.h:
6408         * lyx_main.C: error out if files couldn't be found.
6409
6410 2003-04-02  John Levon  <levon@movementarian.org>
6411
6412         * text2.C: make incDepth() use parlist
6413
6414 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6415
6416         * undo_funcs.C (firstUndoParagraph): adjust
6417
6418         * text3.C (gotoInset): adjust
6419         (dispatch): adjust, and rewrite loop.
6420
6421         * text2.C (init): adjust, and rewrite loop.
6422         (redoParagraphs): adjust
6423         (updateInset): adjust, and rewrite loop.
6424         (deleteEmptyParagraphMechanism): adjust
6425
6426         * tabular.C (LyXTabular): adjust
6427         (SetMultiColumn): adjust
6428         (TeXRow): adjust
6429
6430         * lyxtext.[Ch] (ownerParagraph): delete function
6431         (ownerParagraphs): new function returns a ParagraphList.
6432
6433         * BufferView.C (removeAutoInsets): adjust
6434         (insertErrors): adjust
6435         (setCursorFromRow): adjust
6436
6437 2003-04-01  Angus Leeming  <leeming@lyx.org>
6438
6439         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6440         in the frontends.
6441
6442 2003-04-02  John Levon  <levon@movementarian.org>
6443
6444         * lyxtext.h:
6445         * text.C:
6446         * Makefile.am:
6447         * text_funcs.h:
6448         * text_funcs.C: make transposeChars a free function
6449
6450         * lyxrow_funcs.C: remove wrong comment
6451
6452 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6453
6454         * lyxtext.h: adjust
6455         * rowpainter.C: adjust
6456         * text.C: adjust
6457         * text2.C: adjust
6458         * text3.C: adjust
6459
6460         * lyxrow_funcs. [Ch]: new files
6461
6462         * lyxrow.[Ch]: remove next and previous pointers
6463         (next,previous): remove accessor functions
6464         (isParEnd): move to lyxrow_funcs
6465         (lastPos): move to lyxrow_funcs
6466         (nextRowIsAllInset): move to lyxrow_funcs
6467         (lastPrintablePos): move to lyxrow_funcs
6468         (numberOfSeparators): move to lyxrow_funcs
6469         (numberOfHfills): move to lyxrow_funcs
6470         (numberOfLabelHfills): move to lyxrow_funcs
6471         (hfillExpansion): move to lyxrow_funcs
6472
6473         * lyxfunc.C: adjust
6474
6475         * bufferview_funcs.C (toggleAndShow): adjust
6476
6477         * RowList.h: Remove class RowList from file leave just a
6478         std::list<Row>.
6479
6480         * RowList.C: delete file
6481
6482         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6483         and lyxrow_funcs.h
6484
6485 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6486
6487         * text3.C (cursorPrevious): adjust
6488         (cursorNext): adjust
6489         (dispatch): adjust
6490
6491         * text2.C (redoHeightOfParagraph): adjust
6492         (redoDrawingOfParagraph): adjust
6493         (setCursor): adjust
6494
6495         * text.C (breakParagraph): adjust
6496         (insertChar): adjust
6497         (backspace): adjust
6498
6499         * rowpainter.C (RowPainter): adjust
6500         (leftMargin): simplify and adjust
6501         (most rowpainter functions): adjust.
6502
6503         * rowpainter.h: store the row as RowList::iterator not as Row*
6504
6505         * lyxcursor.C (row): taka RowList::iterator as arg
6506         (irow): ditto
6507
6508         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6509         of Row*.
6510
6511 2003-04-01  Angus Leeming  <leeming@lyx.org>
6512
6513         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6514         stuff like bool Bool.
6515
6516 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6517
6518         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6519         rewrite a loop
6520
6521 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6522
6523         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6524         RowList::iterator.
6525
6526         * lyxtext.h (rows): drop one version and leve a const variant that
6527         returns a RowList::iterator.
6528
6529 2003-03-31  Angus Leeming  <leeming@lyx.org>
6530
6531         * text.C (fill): ensure that the signature is the same as that in the
6532         header file.
6533
6534 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6535
6536         * text2.C (redoParagraphs): adjust
6537         (updateCounters): adjust
6538         (checkParagraph): adjust
6539         (getColumnNearX): adjust and reformat a bit.
6540
6541         * text.C (top_y): adjust
6542         (workWidth): adjust
6543         (leftMargin): adjust
6544         (prepareToPrint): adjust
6545         (getRow): adjust
6546         (getRowNearY): adjust
6547
6548         * lyxtext.h: make rowlist_ mutable.
6549
6550         * RowList.h: add const_iterator
6551         * RowList.C: adjust for RowList::const_iterator.
6552
6553         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6554         adjust.
6555
6556 2003-03-31  John Levon  <levon@movementarian.org>
6557
6558         * lyxrc.h:
6559         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6560
6561         * lyx_main.C: set default fonts from using lyx_gui funcs
6562
6563         * exporter.C: pdf_mode moved from lyxrc
6564
6565         * lyx_cb.C:
6566         * lyxfunc.C: changes from above
6567
6568 2003-03-31  John Levon  <levon@movementarian.org>
6569
6570         * lyx_main.C: fix to the last fix
6571
6572 2003-03-31  John Levon  <levon@movementarian.org>
6573
6574         * bufferlist.C: "Load original" -> "Load Original"
6575
6576         * converter.C:
6577         * exporter.C:
6578         * importer.C:
6579         * lyx_main.C:
6580         * format.C: more Alert cleanups
6581
6582 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6583
6584         * text2.C (removeParagraph): make it take a RowList::iterator as
6585         arg, adjust.
6586         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6587         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6588
6589         * text.C (anchor_row): make it take a RowList::iterator as arg,
6590         adjust.
6591         (computeBidiTables): make it take a const reference to Row instead
6592         of Row pointer, adjust.
6593         (leftMargin): make it take a RowList::iterator as arg, adjust.
6594         (rowBreakPoint): adjust
6595         (breakAgainOneRow): make it take a RowList::iterator as arg,
6596         adjust.
6597         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6598
6599         * bufferview_funcs.C (toggleAndShow): adjust
6600
6601 2003-03-30  John Levon  <levon@movementarian.org>
6602
6603         * Makefile.am:
6604         * BoostFormat.h:
6605         * boost-inst.C: moved to support
6606
6607         * several files: changes as a result
6608
6609 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6610
6611         * text2.C (LyXText): adjust.
6612         (init): adjust
6613         (removeRow): make it take a RowList::iterator as arg, adjust.
6614         (fullRebreak): adjust
6615         (deleteEmptyParagraphMechanism): adjust
6616         (clearPaint): adjust
6617         (postPaint): adjust
6618
6619         * text.C (top_y): adjust
6620         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6621         (breakAgain): make it take a RowList::iterator as arg, adjust.
6622         (breakParagraph): adjust
6623         (insertChar): adjust
6624         (backspace): adjust
6625
6626         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6627         need_break_row, and refresh_row.
6628
6629         * text3.C (dispatch): adjust
6630
6631         * text2.C (checkParagraph): adjust
6632         (setCursor): adjust
6633         (setCursorFromCoordinates): adjust
6634
6635         * text.C (top_y): adjust
6636         (workWidth): adjust
6637         (getRow): make it return a RowList::iterator, adjust
6638         (getRowNearY): make it return a RowList::iterator, adjust
6639
6640         * text2.C (init): adjust
6641         (insertRow): remove function
6642         (insertParagraph): adjust
6643         (redoParagraphs): adjust
6644         (fullRebreak): adjust
6645         (updateCounters): adjust
6646
6647         * text.C (top_y): rewrite to use RowList iterators.
6648         (top_y): adjust
6649         (setHeightOfRow): rewrite to sue RowList iterators.
6650         (appendParagraph): adjust
6651         (breakAgain): adjust
6652         (breakAgainOneRow): adjust
6653         (breakParagraph): adjust
6654         (getRow): adjust
6655         (getRowNearY): adjust, and remove commented code.
6656
6657         * lyxtext.h (firstRow): delete function
6658         (lastRow): delete function
6659         (rows): new function (const and non-const versions.)
6660         (insertRow): delete function
6661
6662         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6663
6664 2003-03-29  John Levon  <levon@movementarian.org>
6665
6666         * BufferView_pimpl.C: always update scrollbar top
6667         because pasting text when we're anchored could mean we
6668         miss an update altogether
6669
6670 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6671
6672         * text2.C (init): use rowlist_.end() and not 0.
6673         (insertRow): change to take a RowList::iterator as arg, adjust
6674         for this.
6675         (insertParagraph): change to take a RowList::iterator as arg,
6676         adjust for this.
6677         (redoParagraphs): remove some debug msgs.
6678
6679         * text.C (appendParagraph): change to take a RowList::iterator
6680         arg, adjust for this.
6681         (breakAgain): add an assert
6682         (breakAgainOneRow): ditto
6683
6684 2003-03-29  John Levon  <levon@movementarian.org>
6685
6686         * text2.C: do not clear selection after inc/decDepth
6687         (bug 550)
6688
6689 2003-03-29  John Levon  <levon@movementarian.org>
6690
6691         * BufferView.C:
6692         * buffer.C: fix broken strerrors according to Lars
6693
6694 2003-03-29  John Levon  <levon@movementarian.org>
6695
6696         * converters.C: more Alert cleanups
6697
6698 2003-03-29  John Levon  <levon@movementarian.org>
6699
6700         * bufferview_funcs.C: remove pointless Alert
6701
6702         * buffer.C: fix confusing error message when
6703         a template is chmoded 000
6704
6705 2003-03-29  John Levon  <levon@movementarian.org>
6706
6707         * BufferView.C:
6708         * BufferView.h:
6709         * BufferView_pimpl.C: Alert fixes
6710
6711         * Makefile.am:
6712         * tabular.C:
6713         * tabular-old.C: remove unused table compat reading
6714
6715 2003-03-29  John Levon  <levon@movementarian.org>
6716
6717         * BufferView.C:
6718         * buffer.C:
6719         * lyx_cb.h:
6720         * lyx_cb.C: more Alert cleanups
6721
6722         * lyxfunc.C: don't allow chktex if not latex document
6723
6724 2003-03-29  John Levon  <levon@movementarian.org>
6725
6726         * lyx_cb.C:
6727         * BufferView.C:
6728         * buffer.C: warnings pushed down from support/,
6729         kill err_alert
6730
6731 2003-03-29  John Levon  <levon@movementarian.org>
6732
6733         * lyxfunc.C: safety check for C-r (revert)
6734
6735 2003-03-29  John Levon  <levon@movementarian.org>
6736
6737         * bufferlist.h:
6738         * bufferlist.C: several UI fixes using Alert::prompt.
6739         Fix the pointless looping quit code. Fix stupid revert
6740         behaviour (bug 938)
6741
6742         * lyxvc.h:
6743         * lyxvc.C:
6744         * lyx_cb.C: use Alert::prompt
6745
6746         * lyx_main.C: remove a silly question
6747
6748         * lyxfunc.C: remove a couple of silly questions,
6749         use Alert::prompt
6750
6751 2003-03-28  John Levon  <levon@movementarian.org>
6752
6753         * text2.C: fix bug 974 (End on empty par)
6754
6755 2003-03-28  John Levon  <levon@movementarian.org>
6756
6757         * BufferView_pimpl.C:
6758         * LyXAction.C:
6759         * lfuns.h: remove do-nothing math greek lfuns
6760
6761 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6762
6763         * lyxgluelength.h (isValidGlueLength): add default arg on
6764         parameter 2. Remove default arg from friend in class.
6765
6766         * lyxlength.h (isValidLength): add default arg on parameter 2.
6767         Remove default arg from friend in class.
6768
6769         * text2.C (LyXText): adjust, initialize refresh_row.
6770         (init): adjust
6771         (removeRow): adjust
6772         (insertRow): adjust
6773         (insertParagraph): adjst
6774         (redoParagraphs): adjust
6775         (fullRebreak): adjust
6776         (updateCounters): adjust
6777         (deleteEmptyParagraphMechanism): first attempt at fixing a
6778         crashing bug.
6779
6780         * text.C (top_y): adjust
6781         (setHeightOfRow): adjust
6782         (getRow): adjust
6783         (getRowNearY): adjust
6784
6785         * lyxtext.h: include RowList.h
6786         (~LyXText): not needed anymore, deleted.
6787         (firstRow): modify for RowList
6788         (lastRow): new function
6789         Delete firstrow and lastrow class variables, add a Rowlist
6790         rowlist_ class variable.
6791
6792         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6793         paragraph is empty.
6794
6795         * RowList.C (insert): fix case where it == begin().
6796
6797 2003-03-26  Angus Leeming  <leeming@lyx.org>
6798
6799         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6800         the thesaurus dialog.
6801
6802 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6803
6804         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6805
6806         * RowList.[Ch]: new files
6807
6808         * ParagraphList.C (erase): handle the case where it == begin
6809         correctly.
6810
6811 2003-03-25  John Levon  <levon@movementarian.org>
6812
6813         * Makefile.am:
6814         * aspell_local.h:
6815         * aspell.C: add new aspell support
6816
6817         * lyxrc.h:
6818         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6819         have it accessible.
6820
6821 2003-03-25  Angus Leeming  <leeming@lyx.org>
6822
6823         * lfuns.h:
6824         * LyXAction.C (init): new LFUN_INSET_INSERT.
6825
6826         * BufferView_pimpl.C (dispatch): split out part of the
6827         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6828
6829         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6830         LFUN_INSET_APPLY.
6831
6832 2003-03-25  Angus Leeming  <leeming@lyx.org>
6833
6834         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6835
6836 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6837
6838         * text2.C:
6839         * text3.C: remove useless row->height(0)
6840
6841 2003-03-25  John Levon  <levon@movementarian.org>
6842
6843         * lyxtext.h:
6844         * text2.C:
6845         * text3.C: rename the refreshing stuff to better names
6846
6847 2003-03-24  John Levon  <levon@movementarian.org>
6848
6849         * BufferView_pimpl.h:
6850         * BufferView_pimpl.C: update layout choice on a mouse
6851         press/release
6852
6853 2003-03-23  John Levon  <levon@movementarian.org>
6854
6855         * Makefile.am: fix commandtags.h reference
6856
6857 2003-03-22  John Levon  <levon@movementarian.org>
6858
6859         * BufferView_pimpl.C:
6860         * lyxtext.h:
6861         * rowpainter.C:
6862         * rowpainter.h:
6863         * text.C:
6864         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6865
6866 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6867
6868         * lyxtext.h:
6869         * text.C: take the rtl methods out of line
6870
6871 2003-03-21 André Pönitz <poenitz@gmx.net>
6872
6873         * metricsinfo.[Ch]: new files containing structures to be passed around
6874         during the two-phase-drawing...
6875
6876 2003-03-21 André Pönitz <poenitz@gmx.net>
6877
6878         * lyxtextclass.C: read 'environment' tag.
6879
6880 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6881
6882         * text2.C (removeRow): fix bug 964
6883
6884 2003-03-20  John Levon  <levon@movementarian.org>
6885
6886         * rowpainter.C:
6887         * text.C:
6888         * text2.C: paint cleanups. Inset::update() dropped font
6889         parameter
6890
6891 2003-03-19  John Levon  <levon@movementarian.org>
6892
6893         * lyxfunc.C: only fitcursor/markDirty if available()
6894
6895 2003-03-19  John Levon  <levon@movementarian.org>
6896
6897         * commandtags.h: rename to ...
6898
6899         * lfuns.h: ... this, and renumber / cleanup
6900
6901 2003-03-19  John Levon  <levon@movementarian.org>
6902
6903         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6904         fit the cursor after an lfun
6905
6906         * BufferView.h:
6907         * BufferView.C:
6908         * BufferView_pimpl.h:
6909         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6910
6911         * LyXAction.C: layout-character should have ReadOnly
6912
6913         * ParagraphParameters.C:
6914         * buffer.C:
6915         * bufferview_funcs.C:
6916         * lyx_cb.C:
6917         * lyxfind.C:
6918         * lyxtext.h:
6919         * text.C:
6920         * text2.C:
6921         * text3.C:
6922         * undo_funcs.C: changes from above
6923
6924 2003-03-18  John Levon  <levon@movementarian.org>
6925
6926         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6927         remove it from update()
6928
6929         * lyxfunc.C: update layout choice after an lfun
6930
6931         * text3.C: remove extra updateLayoutChoice()s
6932
6933 2003-03-18  John Levon  <levon@movementarian.org>
6934
6935         * text.C: top_y change means full repaint, fix
6936         a drawing bug with cursor movement
6937
6938 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6939
6940         * lyxtext.h:
6941         * text.C:
6942         * text2.C: anchor row on setCursor
6943
6944 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6945
6946         * lyxtext.h: remove almost all mutable keywords
6947         * text.C:
6948         * text2.C:
6949         * text3.C: remove const keywords accordingly
6950
6951 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6952
6953         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6954         anon namespace
6955         (TeXEnvironment): ditto
6956         (TeXOnePar): ditto
6957
6958 2003-03-17  John Levon  <levon@movementarian.org>
6959
6960         * text.C (rowBreakPoint): remove attempt to fix displayed
6961         math insets inside a manual label
6962
6963 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6964
6965         * lyxtext.h: remove BufferView* as first arg from almost all class
6966         functions.
6967         * other files: adjust.
6968
6969 2003-03-17  John Levon  <levon@movementarian.org>
6970
6971         * lyxtext.h:
6972         * undo_funcs.C:
6973         * text2.C: more paint cleanups
6974
6975         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6976
6977         * rowpainter.h:
6978         * rowpainter.C: remove "smart" background painting code
6979
6980 2003-03-16  John Levon  <levon@movementarian.org>
6981
6982         * lyxtext.h:
6983         * text.C:
6984         * text2.C:
6985         * text3.C: add helper functions for setting refresh_row/y
6986
6987 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6988
6989         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6990         newline inset which *can* get inserted in the pass_thru layouts.
6991         This is primarily for literate documents.
6992
6993 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6994
6995         * buffer.C: increment LYX_FORMAT to 223
6996
6997 2003-03-14 André Pönitz <poenitz@gmx.net>
6998
6999         * textclass.h: prepare for environment handling, ws changes
7000         * lyxlayout.C: read latexheader and latexfooter tags
7001
7002 2003-03-14  John Levon  <levon@movementarian.org>
7003
7004         * text2.C: rewrite ::status() a bit
7005
7006 2003-03-13  John Levon  <levon@movementarian.org>
7007
7008         * lyxtext.h: add some docs
7009
7010 2003-03-13  John Levon  <levon@movementarian.org>
7011
7012         * lyxtext.h:
7013         * text.C:
7014         * text2.C:
7015         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
7016
7017 2003-03-13  John Levon  <levon@movementarian.org>
7018
7019         * text3.C: fix appendix redrawing
7020
7021 2003-03-13  John Levon  <levon@movementarian.org>
7022
7023         * text.C (setHeightOfRow):
7024         * rowpainter.h:
7025         * rowpainter.C: make appendix mark have the text
7026           "Appendix" so the user knows what it is
7027
7028         * LColor.h:
7029         * LColor.C: s/appendixline/appendix/ from above
7030
7031 2003-03-13  John Levon  <levon@movementarian.org>
7032
7033         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
7034
7035         * text.C: fix a getChar(pos) bug properly
7036
7037 2003-03-13  Angus Leeming  <leeming@lyx.org>
7038
7039         * commandtags.h:
7040         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
7041         Probably only temporary. Let's see how things pan out.
7042
7043         * BufferView.C (unlockInset):
7044         * BufferView_pimpl.C (fitCursor):
7045         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
7046
7047         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7048         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7049
7050         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7051         new functions that convert ParagraphParameters to and from a string.
7052
7053         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7054         BufferView::Pimpl's dispatch.
7055         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7056
7057 2003-03-13 André Pönitz <poenitz@gmx.net>
7058
7059         * lyxfunc.C:
7060         * text3.C:
7061         * factory.C: make it aware of InsetEnv
7062
7063 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7064
7065         * text2.C (setCursor): never ask for one past last
7066         (setCursor): add some debugging messages.
7067
7068         * text.C (singleWidth): never ask for one past last
7069         (singleWidth): ditto
7070         (leftMargin): ditto
7071         (rightMargin): ditto
7072         (rowBreakPoint): ditto
7073         (setHeightOfRow): ditto
7074         (prepareToPrint): ditto
7075
7076         * rowpainter.C (paintBackground): never ask for one past last
7077         (paintText): never ask for one past last
7078
7079         * paragraph_pimpl.C (getChar): make the assert stricter, never
7080         allow the one past last pos to be taken
7081
7082         * paragraph.C (getChar): ws changes only
7083
7084         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7085         (numberOfSeparators): ditto
7086         (numberOfHfills): ditto
7087
7088 2003-03-12  John Levon  <levon@movementarian.org>
7089
7090         * author.h:
7091         * author.C:
7092         * bufferparams.h:
7093         * bufferparams.C:
7094         * paragraph_funcs.C: fix per-buffer authorlists
7095
7096 2003-03-12  John Levon  <levon@movementarian.org>
7097
7098         * text.C: fix newline in right address
7099
7100 2003-03-12  Angus Leeming  <leeming@lyx.org>
7101
7102         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7103         duplicate those in LyXFunc::dispatch.
7104
7105         * commandtags.h:
7106         * LyXAction.C:
7107         * ToolbarDefaults.C:
7108         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7109         Add LFUN_FONTFREE_UPDATE.
7110
7111         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7112         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7113
7114         * bufferview_func.[Ch]: several new functions to facilliate
7115         transfer of data to and from the character dialog.
7116
7117 2003-03-12  John Levon  <levon@movementarian.org>
7118
7119         * buffer.C:
7120         * paragraph.h:
7121         * paragraph.C:
7122         * paragraph_funcs.C:
7123         * paragraph_pimpl.C:
7124         * sgml.C:
7125         * tabular.C:
7126         * text.C:
7127         * text3.C: remove META_NEWLINE in favour of an inset
7128
7129         * rowpainter.h:
7130         * rowpainter.C: remove paintNewline (done by inset)
7131
7132 2003-03-12  John Levon  <levon@movementarian.org>
7133
7134         * paragraph_pimpl.C: complain about bad getChar()s
7135         for a while at least
7136
7137 2003-03-12  John Levon  <levon@movementarian.org>
7138
7139         * buffer.h:
7140         * buffer.C: move paragraph read into a separate function,
7141         a little renaming to reflect that.
7142
7143         * bufferparams.h:
7144         * bufferparams.C: remove the author_ids map, not necessary now
7145
7146         * factory.h:
7147         * factory.C: moved Buffer::readInset to here
7148
7149         * paragraph_funcs.h:
7150         * paragraph_funcs.C: readParagraph free function moved from
7151         buffer.C
7152
7153         * tabular.C: name change
7154
7155 2003-03-12  John Levon  <levon@movementarian.org>
7156
7157         * buffer.C:
7158         * ParagraphParameters.C: move par params input to
7159         a read() method
7160
7161         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7162         behave like a normal read from the stream wrt reading
7163         a line vs. a \\token
7164
7165 2003-03-12  John Levon  <levon@movementarian.org>
7166
7167         * paragraph.C:
7168         * ParagraphParameters.h:
7169         * ParagraphParameters.C: move output code to a
7170         ::write() method
7171
7172 2003-03-12  John Levon  <levon@movementarian.org>
7173
7174         * BufferView.C (insertLyXFile):
7175         * buffer.h:
7176         * buffer.C:
7177         * tabular.C: use a parlist iterator for creating the
7178           document.
7179
7180 2003-03-12  John Levon  <levon@movementarian.org>
7181
7182         * buffer.C: make current_change static local not
7183           static file-scope
7184
7185 2003-03-12  John Levon  <levon@movementarian.org>
7186
7187         * buffer.C: fix insertStringAsLines for change tracking
7188
7189 2003-03-12  John Levon  <levon@movementarian.org>
7190
7191         * BufferView.C:
7192         * tabular.C:
7193         * buffer.h:
7194         * buffer.C:
7195         * bufferparams.h:
7196         * bufferparams.C: move author list into params. Rename some
7197           functions. Move the header reading into a separate token
7198           loop. Move the header token reading into BufferParams.
7199
7200 2003-03-12  John Levon  <levon@movementarian.org>
7201
7202         * changes.C: put debug inside lyxerr.debugging() checks
7203
7204 2003-03-11 André Pönitz <poenitz@gmx.net>
7205
7206         * factory.C: make it aware of InsetHFill
7207
7208 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7209
7210         * buffer.C (latexParagraphs): move function from here...
7211         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7212         args.
7213
7214 2003-03-10  Angus Leeming  <leeming@lyx.org>
7215
7216         * LyXAction.C (init): fix bug in poplating array with multiple entries
7217         with the same LFUN (spotted by JMarc).
7218
7219 2003-03-10  John Levon  <levon@movementarian.org>
7220
7221         * text.C:
7222         * text2.C: move getColumnNearX() near its
7223         only call site
7224
7225 2003-03-10  John Levon  <levon@movementarian.org>
7226
7227         * text.C: fix break before a minipage
7228
7229 2003-03-10  John Levon  <levon@movementarian.org>
7230
7231         * text.C: fix the last commit
7232
7233 2003-03-09  John Levon  <levon@movementarian.org>
7234
7235         * lyxtext.h:
7236         * text.C:
7237         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7238         bug 365 (don't break before insets unless needed). Don't
7239         return a value > last under any circumstances.
7240
7241 2003-03-09  Angus Leeming  <leeming@lyx.org>
7242
7243         * BufferView_pimpl.C (trackChanges, dispatch): call
7244         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7245
7246 2003-03-09  Angus Leeming  <leeming@lyx.org>
7247
7248         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7249         than Dialogs::showAboutlyx().
7250
7251 2003-03-09  Angus Leeming  <leeming@lyx.org>
7252
7253         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7254         than Dialogs::showTabularCreate().
7255
7256 2003-03-09  John Levon  <levon@movementarian.org>
7257
7258         * lyxtext.h:
7259         * text.C:
7260         * text2.C: 3rd arg to nextBreakPoint was always the same.
7261           Use references.
7262
7263 2003-03-08  John Levon  <levon@movementarian.org>
7264
7265         * lyxrow.C:
7266         * paragraph.C:
7267         * paragraph.h:
7268         * rowpainter.C:
7269         * text.C:
7270         * text2.C: Remove the "main" bit from the "main body"
7271           notion.
7272
7273 2003-03-08  John Levon  <levon@movementarian.org>
7274
7275         * text.C (leftMargin): The left margin of an empty
7276         manual label paragraph should not include the label width
7277         string length.
7278
7279         * text.C (prepareToPrint): don't attempt to measure hfills
7280         for empty manual label paragraphs - the answer should be 0
7281
7282 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7283
7284         * CutAndPaste.C: remove commented code and reindent.
7285
7286 2003-03-08  John Levon  <levon@movementarian.org>
7287
7288         * lyxfunc.h:
7289         * lyxfunc.C: move reloadBuffer()
7290
7291         * BufferView.h:
7292         * BufferView.C: to here
7293
7294         * lyxvc.C: add comment
7295
7296         * vc-backend.h:
7297         * vc-backend.C: call bv->reload() to avoid
7298           getStatus() check on MENURELOAD
7299
7300 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7301
7302         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7303         to an old format .dep file.
7304
7305 2003-03-07  Angus Leeming  <leeming@lyx.org>
7306
7307         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7308         when the LFUN_MOUSE_RELEASE should have been handled by
7309         inset->localDispatch.
7310
7311 2003-03-07  Angus Leeming  <leeming@lyx.org>
7312
7313         * BufferView_pimpl.C (dispatch):
7314         * LyXAction.C (init):
7315         * ToolbarDefaults.C (init):
7316         * commandtags.h:
7317         * lyxfunc.C (getStatus):
7318         remove LFUN_INSET_GRAPHICS.
7319
7320         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7321
7322 2003-03-07  Angus Leeming  <leeming@lyx.org>
7323
7324         * commandtags.h:
7325         * LyXAction.C (init):
7326         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7327
7328         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7329
7330         * commandtags.h:
7331         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7332
7333         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7334         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7335
7336 2003-03-07  Angus Leeming  <leeming@lyx.org>
7337
7338         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7339         remove "ert".
7340
7341 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7342
7343         * ParagraphList.C (front): new function
7344         (back): implement
7345
7346 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7347
7348         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7349         and top_row_offset_. removed var first_y.
7350         * text.C (top_y):
7351         * text2.C (LyXText, removeRow):
7352         * text3.C:
7353         * BufferView_pimpl.C:
7354         use these methods instead of using first_y
7355
7356 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7357
7358         * text2.C (pasteSelection): adjust for checkPastePossible
7359
7360         * CutAndPaste.C: remove Paragraph * buf and replace with
7361         ParagraphList paragraphs.
7362         (DeleteBuffer): delete
7363         (cutSelection): change the tc type to textclass_type
7364         (copySelection): change the tc type to textclass_type
7365         (copySelection): adjust for ParagraphList
7366         (pasteSelection): change the tc type to textclass_type
7367         (pasteSelection): adjust for Paragraphlist
7368         (nrOfParagraphs): simplify for ParagraphList
7369         (checkPastePossible): simplify for ParagraphList
7370         (checkPastePossible): remove unused arg
7371
7372         * ParagraphList.C (insert): handle the case where there are no
7373         paragraphs yet.
7374
7375         * CutAndPaste.h: make CutAndPaste a namespace.
7376
7377         * text3.C (dispatch): adjust
7378
7379         * text.C (breakParagraph): add a ParagraphList as arg
7380
7381         * paragraph_funcs.C (breakParagraph): change to take a
7382         BufferParams and a ParagraphList as args.
7383         (breakParagraphConservative): ditto
7384         (mergeParagraph): ditto
7385         (TeXDeeper): add a ParagraphList arg
7386         (TeXEnvironment): ditto
7387         (TeXOnePar): ditto
7388
7389         * buffer.C (readLyXformat2): adjust
7390         (insertStringAsLines): adjust
7391         (latexParagraphs): adjust
7392
7393         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7394         (cutSelection): adjust
7395         (pasteSelection): adjust
7396
7397         * BufferView_pimpl.C (insertInset): adjust
7398
7399 2003-03-05  Angus Leeming  <leeming@lyx.org>
7400
7401         * commandtags.h:
7402         * LyXAction.C (init):
7403         * BufferView_pimpl.C (dispatch):
7404         * lyxfunc.C (getStatus):
7405         remove LFUN_CHILD_INSERT.
7406
7407         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7408
7409 2003-03-05  Angus Leeming  <leeming@lyx.org>
7410
7411         * commandtags.h:
7412         * LyXAction.C (init):
7413         * src/factory.C (createInset):
7414         * lyxfunc.C (getStatus):
7415         * text3.C (dispatch):
7416         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7417
7418         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7419
7420 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7421
7422         * ParagraphList.C (insert): handle insert right before end()
7423         (erase): fix cases where it can be first or last paragraph.
7424
7425 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7426
7427         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7428         Paragraph::next and Paragraph::previous
7429         (TeXOnePar): ditto
7430
7431         * text.C (breakParagraph): adjust
7432
7433         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7434         BufferParams& as arg.
7435         (breakParagraph): use ParagraphList::insert
7436         (breakParagraphConservative): take a Buffer* instead of a
7437         BufferParams& as arg.
7438         (breakParagraphConservative): use ParagraphList::insert.
7439
7440         * buffer.C (insertStringAsLines): un-const it
7441         (insertStringAsLines): adjust
7442
7443         * ParagraphList.C (insert): new function
7444
7445         * CutAndPaste.C (pasteSelection): adjust
7446
7447         * text.C (backspace): adjust
7448
7449         * tabular.C (SetMultiColumn): adjust
7450
7451         * CutAndPaste.C (cutSelection): adjust
7452         (pasteSelection): adjust
7453
7454         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7455         Buffer const * as arg
7456
7457         * ParagraphList.C (erase): new function
7458         * paragraph_funcs.C (mergeParagraph): use it
7459         (mergeParagraph): make it take a Buffer* instead of a
7460         BufferParams* as arg
7461
7462         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7463         as arg
7464         (breakParagraphConservative): ditto
7465
7466         * paragraph.h: remove the breakParagraph friend
7467
7468         * paragraph.C (eraseIntern): new function
7469         (setChange): new function
7470
7471         * paragraph_funcs.C (mergeParagraph): make it take a
7472         ParagraphList::iterator instead of a Paragraph *, adjust
7473         accordingly.
7474
7475         * paragraph.h: move an #endif so that the change tracking stuff
7476         also works in the NO_NEXT case.
7477
7478 2003-03-04  Angus Leeming  <leeming@lyx.org>
7479
7480         * commandtags.h:
7481         * LyXAction.C: new LFUN_INSET_MODIFY.
7482
7483         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7484         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7485
7486 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7487
7488         * several files: ws changes only
7489
7490         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7491         (TeXEnvironment): ditto
7492         (TeXDeeper): ditto
7493
7494         * buffer.C (makeLaTeXFile): adjust
7495         (latexParagraphs): make it take ParagraphList::iterator as args
7496
7497 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7498
7499         * buffer.C (latexParagraphs): adjust
7500
7501         * paragraph.C (TeXOnePar): move function...
7502         (optArgInset): move function...
7503         (TeXEnvironment): move function...
7504         * paragraph_pimpl.C (TeXDeeper): move function...
7505         * paragraph_funcs.C: ...here
7506
7507         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7508
7509 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7510
7511         * buffer.C (readInset): remove compability code for old Figure and
7512         InsetInfo insets
7513
7514 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7515
7516         * buffer.C: ws changes
7517         (readInset):
7518
7519         * BufferView_pimpl.C: ditto
7520         * author.C: ditto
7521         * buffer.h: ditto
7522         * bufferlist.h: ditto
7523         * changes.h: ditto
7524         * lyxfunc.C: ditto
7525
7526 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7527
7528         * converter.[Ch]: split into itself +
7529         * graph.[Ch]
7530         * format.[Ch]
7531         * Makefile.am: += graph.[Ch] + format.[Ch]
7532         * MenuBackend.C
7533         * buffer.C
7534         * exporter.C
7535         * importer.C
7536         * lyx_main.C
7537         * lyxfunc.C
7538         * lyxrc.C: added #include "format.h"
7539
7540 2003-02-27  Angus Leeming  <leeming@lyx.org>
7541
7542         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7543           a label.
7544
7545         * factory.C (createInset): add "label" to the factory.
7546
7547         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7548           string and do no more.
7549
7550 2003-02-27  Angus Leeming  <leeming@lyx.org>
7551
7552         * commandtags.h:
7553         * LyXAction.C (init):
7554         * factory.C (createInset):
7555         * BufferView_pimpl.C (dispatch):
7556           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7557
7558         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7559
7560         * lyxfunc.C (dispatch):
7561         * text3.C (dispatch): pass name to params2string.
7562
7563 2003-02-26  Angus Leeming  <leeming@lyx.org>
7564
7565         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7566           blocks together.
7567           Rearrange the ~includes. Strip out the unnecessary ones.
7568
7569         * factory.C (createInset): reformat.
7570           create new insets for the various LFUN_XYZ_APPLY lfuns.
7571
7572 2003-02-26  John Levon  <levon@movementarian.org>
7573
7574         * lyxrow.h:
7575         * lyxrow.C: add isParStart,isParEnd helpers
7576
7577         * paragraph.h: make isInserted/DeletedText take refs
7578
7579         * paragraph_funcs.h:
7580         * paragraph_funcs.C: remove #if 0'd code
7581
7582         * lyxtext.h:
7583         * text3.C:
7584         * text2.C:
7585         * text.C: use lyxrow helpers above.
7586           Move draw and paint routines to RowPainter.
7587           Make several methods use refs not pointers.
7588           Make backgroundColor() const.
7589           Add markChangeInDraw(), isInInset().
7590           Merge changeRegionCase into changeCase.
7591           Make workWidth() shouldn't-happen code into an Assert.
7592
7593         * rowpainter.h:
7594         * rowpainter.C: new class for painting a row.
7595
7596         * vspace.h:
7597         * vspace.C: make inPixels take a ref
7598
7599 2003-02-26  Angus Leeming  <leeming@lyx.org>
7600
7601         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7602         LFUN_REF_APPLY.
7603
7604 2003-02-25  John Levon  <levon@movementarian.org>
7605
7606         * ispell.C: give the forked command a more accurate name
7607
7608 2003-02-22  John Levon  <levon@movementarian.org>
7609
7610         * toc.h:
7611         * toc.C: make TocItem store an id not a Paragraph *
7612           (bug #913)
7613
7614 2003-02-21  Angus Leeming  <leeming@lyx.org>
7615
7616         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7617           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7618           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7619           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7620           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7621           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7622
7623         * BufferView_pimpl.C (dispatch):
7624         * LyXAction.C (init):
7625         * factory.C (createInset):
7626         * lyxfunc.C (getStatus, dispatch):
7627         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7628
7629 2003-02-21  Angus Leeming  <leeming@lyx.org>
7630
7631         * BufferView_pimpl.C (MenuInsertLyXFile):
7632         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7633         * lyxfunc.C (menuNew, open, doImport):
7634           no longer pass a LyXView & to fileDlg.
7635
7636 2003-02-21  Angus Leeming  <leeming@lyx.org>
7637
7638         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7639         * LyXAction.C: change, BIBKEY to BIBITEM.
7640         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7641         Change InsetBibKey to InsetBibitem.
7642         Change BIBKEY_CODE to BIBITEM_CODE.
7643         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7644         * factory.C: replace insetbib.h with insetbibitem.h.
7645         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7646         * paragraph.C: replace insetbib.h with insetbibitem.h.
7647         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7648         Change bibkey() to bibitem().
7649         * text.C: remove insetbib.h.
7650         * text2.C: replace insetbib.h with insetbibitem.h.
7651         change bibkey() to bibitem().
7652         * text3.C: remove insetbib.h.
7653         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7654
7655 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7656
7657         * lyxrc.C (output): enclose user email in quotes (in case there are
7658         several words)
7659
7660 2003-02-18  John Levon  <levon@movementarian.org>
7661
7662         * buffer.h: add std::
7663
7664 2003-02-17  John Levon  <levon@movementarian.org>
7665
7666         * SpellBase.h:
7667         * ispell.h:
7668         * ispell.C:
7669         * pspell.h:
7670         * pspell.C: reworking. Especially in ispell, a large
7671           number of clean ups and bug fixes.
7672
7673         * lyxfunc.C: fix revert to behave sensibly
7674
7675 2003-02-17 André Pönitz <poenitz@gmx.net>
7676
7677         * LyXAction.C:
7678         * commandtags.h: new LFUN_INSERT_BIBKEY
7679
7680         * layout.h:
7681         * lyxlayout.C:
7682         * buffer.C:
7683         * factory.C:
7684         * text.C:
7685         * text2.C:
7686         * text3.C:
7687         * paragraph.[Ch]:
7688         * paragraph_func.C: remove special bibkey handling
7689
7690 2003-02-17  John Levon  <levon@movementarian.org>
7691
7692         * text.C (Delete): fix case where delete at the end of
7693           the very first paragraph would not merge the pars
7694
7695 2003-02-17  John Levon  <levon@movementarian.org>
7696
7697         * lyxrow.C: fix lastPrintablePos()
7698
7699 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7700
7701         * bufferparams.C (writeLaTeX): add a std:here
7702
7703         * buffer.C: and remove a using directive there
7704
7705 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7706
7707         * buffer.C (makeLaTeXFile): move the code that generates the
7708           preamble...
7709
7710         * bufferparams.C (writeLaTeX): ... in this new method
7711
7712         * LaTeXFeatures.C (getEncodingSet): make const
7713           (getLanguages): make const
7714
7715         * MenuBackend.C (binding): returns the binding associated to this
7716           action
7717           (add): sets the status of each item by calling getStatus. Adds
7718           some intelligence.
7719           (read): add support for OptSubMenu
7720           (expand): remove extra separator at the end of expanded menu
7721
7722 2003-02-15  John Levon  <levon@movementarian.org>
7723
7724         * BufferView.C:
7725         * BufferView_pimpl.C:
7726         * bufferlist.h:
7727         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7728           inset code that had no actual effect. Remove unneeded status
7729           code.
7730
7731 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7732
7733         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7734           in preamble
7735
7736 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7737
7738         * text.C (drawLengthMarker): also draw an arrow marker for
7739           symbolic lengths (medskip...)
7740
7741 2003-02-14  John Levon  <levon@movementarian.org>
7742
7743         * tabular.h:
7744         * tabular.C: better method names
7745
7746 2003-02-14  John Levon  <levon@movementarian.org>
7747
7748         * BufferView_pimpl.C:
7749         * bufferlist.C:
7750         * buffer.C:
7751         * converter.C:
7752         * lyx_cb.C:
7753         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7754           it's a more accurate name. Remove some pointless uses.
7755
7756 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7757
7758         * text2.C (LyXText): change order of initilizers to shut off
7759           warnings
7760
7761 2003-02-14  John Levon  <levon@movementarian.org>
7762
7763         * buffer.C: use ParIterator for getParFromID()
7764
7765         * paragraph.h:
7766         * paragraph.C:
7767         * paragraph_pimpl.h:
7768         * paragraph_pimpl.C: remove unused getParFromID()
7769
7770 2003-02-14  John Levon  <levon@movementarian.org>
7771
7772         * buffer.C: remove some very old #if 0'd parse code
7773
7774 2003-02-13  John Levon  <levon@movementarian.org>
7775
7776         * text.h:
7777         * text.C:
7778         * text2.C: move hfillExpansion(), numberOfSeparators(),
7779           rowLast(), rowLastPrintable(), numberofHfills(),
7780           numberOfLabelHfills() ...
7781
7782         * lyxrow.h:
7783         * lyxrow.C: ... to member functions here.
7784
7785         * paragraph.h:
7786         * paragraph.C:
7787         * lyxtext.h:
7788         * text.C: remove LyXText::beginningOfMainBody(), and call
7789           p->beginningOfMainBody() directly. Move the check for
7790           LABEL_MANUAL into the latter.
7791
7792         * text.h:
7793         * text.C:
7794         * text2.C:
7795         * vspace.C:
7796         * BufferView.h:
7797         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7798
7799         * text.h:
7800         * text.C:
7801         * text2.C:
7802         * text3.C:
7803         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7804           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7805
7806 2003-02-13  John Levon  <levon@movementarian.org>
7807
7808         * CutAndPaste.C: remove debug
7809
7810 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7811
7812         * paragraph.C (asString): remove two unused variables
7813
7814         * lyxtextclass.C (readTitleType):
7815           (Read):
7816           (LyXTextClass): handle new members titletype_ and titlename_
7817
7818         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7819
7820 2003-02-09  John Levon  <levon@movementarian.org>
7821
7822         * buffer.h:
7823         * buffer.C: replace hand-coded list with a map for the dep clean
7824
7825 2003-02-08  John Levon  <levon@movementarian.org>
7826
7827         * LaTeX.C: consolidate code into showRunMessage() helper
7828
7829 2003-02-08  John Levon  <levon@movementarian.org>
7830
7831         * lyxfind.C:
7832         * lyxtext.h:
7833         * text2.C:
7834         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7835           and pass the size in explicitly
7836
7837         * BufferView_pimpl.h:
7838         * BufferView_pimpl.C:
7839         * BufferView.h:
7840         * BufferView.C: add getCurrentChange()
7841
7842         * BufferView_pimpl.h:
7843         * BufferView_pimpl.C: handle change lfuns
7844
7845         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7846           for changes. Mark pasted paragraphs as new.
7847
7848         * support/lyxtime.h:
7849         * support/lyxtime.C:
7850         * DepTable.C: abstract time_t as lyx::time_type
7851
7852         * LColor.h:
7853         * LColor.C: add colours for new text, deleted text, changebars
7854
7855         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7856           package use "usenames" option.
7857
7858         * commandtags.h:
7859         * lyxfunc.C:
7860         * LyXAction.C: add change lfuns
7861
7862         * Makefile.am:
7863         * author.h:
7864         * author.C: author handling
7865
7866         * buffer.h:
7867         * buffer.C: add a per-buffer author list, with first entry as
7868           current author. Handle new .lyx tokens for change tracking. Output
7869           author list to .lyx file. Output dvipost stuff to .tex preamble.
7870           Bump lyx format to 222.
7871
7872         * bufferlist.h:
7873         * bufferlist.C: add setCurrentAuthor() to reset current author details
7874           in all buffers.
7875
7876         * bufferparams.h:
7877         * bufferparams.C: add param for tracking
7878
7879         * bufferview_funcs.C: output change info in minibuffer
7880
7881         * Makefile.am:
7882         * changes.h:
7883         * changes.C: add change-tracking structure
7884
7885         * debug.h:
7886         * debug.C: add CHANGES debug flag
7887
7888         * lyxfind.h:
7889         * lyxfind.C: add code for finding the next change piece
7890
7891         * lyxrc.h:
7892         * lyxrc.C: add user_name and user_email
7893
7894         * lyxrow.h:
7895         * lyxrow.C: add a metric for the top of the text line
7896
7897         * lyxtext.h:
7898         * text.C: implement accept/rejectChange()
7899
7900         * lyxtext.h:
7901         * text.C: paint changebars. Paint new/deleted text in the chosen
7902         colours. Strike through deleted text.
7903
7904         * paragraph.h:
7905         * paragraph.C:
7906         * paragraph_pimpl.h:
7907         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7908           in the current change to the insert functions. Rework erase to
7909           mark text as deleted, adding an eraseIntern() and a range-based
7910           erase(). Implement per-paragraph change lookup and
7911           accept/reject.
7912
7913         * paragraph_funcs.C: Fixup paste for change tracking.
7914
7915         * tabular.C: mark added row/columns as new.
7916
7917         * text.C: fix rowLast() to never return -1. Don't allow
7918           spellchecking of deleted text. Track transpose changes. Don't
7919           allow paragraph break or merge where appropriate.
7920
7921         * text2.C: leave cursor at end of selection after a cut.
7922
7923 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7924
7925         * text.C (getLengthMarkerHeight):
7926         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7927         visible on screen too.
7928
7929 2003-02-07  John Levon  <levon@movementarian.org>
7930
7931         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7932
7933 2003-02-05  Angus Leeming  <leeming@lyx.org>
7934
7935         * lyxserver.C (read_ready): revert my patch of 11 September last year
7936         as it sends PC cpu through the roof. Presumably this means that
7937         the lyxserver will no longer run on an Alpha...
7938
7939 2003-01-30  Angus Leeming  <leeming@lyx.org>
7940
7941         * factory.C (createInset): create an InsetCommandParam of type "index"
7942         and use it to 'do the right thing'.
7943
7944         * text2.C (getStringToIndex): ensure that cursor position is always
7945         reset to the reset_cursor position.
7946
7947 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7948
7949         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7950         disabled.
7951
7952 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7953
7954         * bufferview.C:
7955         * lyxcb.C:
7956         * lyxfunc.C: Output messages with identical spelling, punctuation,
7957         and spaces
7958
7959 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7960
7961         * MenuBackend.C (expandFormats): List only viewable export formats
7962         in "View" menu
7963
7964         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7965         message
7966
7967         * lyxfunc.C (getStatus): Make sure that formats other than
7968         "fax" can also be disabled
7969
7970 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7971
7972         * text3.C (dispatch): put the lfuns that insert insets in 3
7973         groups, and call doInsertInset with appropriate arguments.
7974         (doInsertInset): new function, that creates an inset and inserts
7975         it according to some boolean parameters.
7976
7977 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7978
7979         * buffer.C (readFile): remember to pass on 'par' when calling
7980         readFile recursively.
7981
7982 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7983
7984         * MenuBackend.C (expandFormats): add "..." to import formats.
7985
7986 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7987
7988         * paragraph.C (asString): Remove XForms RTL hacks.
7989
7990 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7991         * buffer.C: fix typo
7992
7993 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7994
7995         * Makefile.am (LIBS): delete var
7996         (lyx_LDADD): add @LIBS@ here instead.
7997
7998 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7999
8000         * Clarify the meaning of "wheel mouse jump"
8001
8002 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8003
8004         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
8005         tabular in a float
8006
8007 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8008
8009         * importer.C (Loaders): do not preallocate 3 elements in the
8010         vector, since one ends up with 6 elements otherwise
8011
8012 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8013
8014         * DepTable.C (write): write the file name as last element of the
8015         .dep file (because it may contain spaces)
8016         (read): read info in the right order
8017
8018 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8019
8020         * paragraph_pimpl.C (simpleTeXBlanks):
8021         (simpleTeXSpecialChars):
8022         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
8023
8024         * tabular.C (latex): add some missing case statements. Reindent.
8025
8026         * MenuBackend.C (expandToc): remove unused variable.
8027
8028 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
8029
8030         * LColor.C:
8031         * LaTeX.C:
8032         * LyXAction.C:
8033         * MenuBackend.C:
8034         * buffer.C:
8035         * exporter.C:
8036         * lyxfunc.C:
8037         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
8038         and the like.
8039
8040 2003-01-05  John Levon  <levon@movementarian.org>
8041
8042         * BufferView.h:
8043         * BufferView.C: add getEncoding()
8044
8045         * kbsequence.h:
8046         * kbsequence.C: do not store last keypress
8047
8048         * lyxfunc.h:
8049         * lyxfunc.C: store last keypress here instead. Pass encoding
8050           to getISOEncoded()
8051
8052 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8053
8054         * lyx_main.C (init): remove annoying error message when following
8055         symbolic links (bug #780)
8056
8057 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8058
8059         * text.C (insertChar):
8060         * lyxrc.C (getDescription): remove extra spaces
8061
8062 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8063
8064         * lyxrc.C (getDescription): remove extra spaces
8065
8066 2002-12-20  John Levon  <levon@movementarian.org>
8067
8068         * text3.C: hack fix for page up/down across tall rows
8069
8070 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8071
8072         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8073         not been invoked
8074
8075 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8076
8077         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8078         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8079         thesaurus is not compiled in
8080
8081 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8082
8083         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8084
8085 2002-12-16  Angus Leeming  <leeming@lyx.org>
8086
8087         * lyxrc.[Ch]:
8088         * lyx_main.C (init): remove override_x_deadkeys stuff.
8089
8090 2002-12-12  John Levon  <levon@movementarian.org>
8091
8092         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8093           insert. Only remove shift modifier under strict
8094           circumstances.
8095
8096 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8097
8098         * MenuBackend.C (expandToc): fix crash.
8099
8100 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8101
8102         * MenuBackend.C (expandToc): gettext on float names.
8103
8104 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8105
8106         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8107         implement bool empty() [bug 490]
8108
8109 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8110
8111         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8112
8113 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8114
8115         * several files: ws changes
8116
8117 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8118
8119         * text2.C (setCounter): clean up a bit, use boost.format.
8120         (updateCounters): initialize par upon declaration.
8121
8122         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8123         if the layout exists. We do not just store the layout any more.
8124         (SwitchLayoutsBetweenClasses): use boost.format
8125
8126 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8127
8128         * converter.C (convert): if from and to files are the same, use a
8129         temporary files as intermediary
8130
8131 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8132
8133         * commandtags.h:
8134         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8135
8136 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8137
8138         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8139
8140 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8141
8142         * tabular.C (asciiPrintCell): use string(size, char) instead of
8143         explicit loop.
8144
8145         * sgml.C (openTag): fix order of arguments to string constructor
8146         (closeTag): ditto
8147
8148         * lyxfunc.C (dispatch): use boost.format
8149
8150         * lots of files: change "c" -> 'c'
8151
8152 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8153
8154         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8155
8156 2002-11-25  Angus Leeming  <leeming@lyx.org>
8157
8158         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8159
8160         * lyx_main.C (init): compile fix.
8161
8162 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8163
8164         * lyx_cb.C (start): boost.formatify
8165         do not include <iostream>
8166
8167         * lengthcommon.C: ws only
8168
8169         * boost-inst.C,BoostFormat.h: add more explict instantations
8170
8171 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8172
8173         * lots of files: handle USE_BOOST_FORMAT
8174
8175 2002-11-21  John Levon  <levon@movementarian.org>
8176
8177         * pspell.C: fix compile
8178
8179 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8180
8181         * lyxfunc.C (dispatch): use boost::format
8182         (open): ditto
8183         (doImport): ditto
8184
8185         * lyxfont.C (stateText): use boost::format
8186
8187         * lyx_main.C (LyX): use boost::format
8188         (init): ditto
8189         (queryUserLyXDir): ditto
8190         (readRcFile): ditto
8191         (parse_dbg): ditto
8192         (typedef boost::function): use the recommened syntax.
8193
8194         * importer.C (Import): use boost::format
8195
8196         * debug.C (showLevel): use boost::format
8197
8198         * converter.C (view): use boost::format
8199         (convert): ditto
8200         (move): ditto
8201         (scanLog): ditto
8202
8203         * bufferview_funcs.C (currentState): use boost::format
8204
8205         * bufferlist.C (emergencyWrite): use boost::format
8206
8207         * buffer.C (readLyXformat2): use boost::format
8208         (parseSingleLyXformat2Token): ditto
8209
8210         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8211
8212         * LaTeX.C (run): use boost::format
8213
8214         * Chktex.C (scanLogFile): use boost::format
8215
8216         * BufferView_pimpl.C (savePosition): use boost::format
8217         (restorePosition): ditto
8218         (MenuInsertLyXFile): ditto
8219
8220         * BoostFormat.h: help file for explicit instation.
8221
8222 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8223
8224         * tabular.C (latex): Support for block alignment in fixed width
8225         columns.
8226
8227 2002-11-17  John Levon  <levon@movementarian.org>
8228
8229         * BufferView_pimpl.C:
8230         * lyx_cb.C:
8231         * lyxfunc.C: split filedialog into open/save
8232
8233 2002-11-08  Juergen Vigna  <jug@sad.it>
8234
8235         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8236         by my last patch (hopefully).
8237
8238 2002-11-08  John Levon  <levon@movementarian.org>
8239
8240         * iterators.h:
8241         * iterators.C:
8242         * buffer.h:
8243         * buffer.C:
8244         * paragraph.h:
8245         * paragraph.C:
8246         * toc.h:
8247         * toc.C: ParConstIterator, and use it (from Lars)
8248
8249 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8250
8251         * lyxtextclass.[Ch]: revise and add doxygen comments
8252
8253 2002-11-07  John Levon  <levon@movementarian.org>
8254
8255         * text.C: fix progress value for spellchecker
8256
8257         * toc.C: fix navigate menu for insetwrap inside minipage
8258
8259         * paragraph_funcs.C: added FIXME for suspect code
8260
8261 2002-11-07  John Levon  <levon@movementarian.org>
8262
8263         * BufferView_pimpl.C: fix redrawing of insets
8264           on buffer switch
8265
8266 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8267
8268         * text2.C (updateCounters): fix bug 668
8269
8270 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8271
8272         * text3.C (dispatch): Do not make the buffer dirty when moving the
8273         cursor.
8274
8275 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8276
8277         * vc-backend.C: STRCONV
8278         (scanMaster): ditto
8279
8280         * text2.C (setCounter): STRCONV
8281
8282         * paragraph.C (asString): STRCONV
8283
8284         * lyxlength.C (asString): STRCONV
8285         (asLatexString): ditto
8286
8287         * lyxgluelength.C (asString): STRCONV
8288         (asLatexString): ditto
8289
8290         * lyxfunc.C (dispatch): STRCONV
8291         (open): ditto
8292
8293         * lyxfont.C (stateText): STRCONV
8294
8295         * importer.C (Import): STRCONV
8296
8297         * counters.C (labelItem): STRCONV
8298         (numberLabel): ditto
8299         (numberLabel): remove unused ostringstream o
8300
8301         * chset.C: STRCONV
8302         (loadFile): ditto
8303
8304         * bufferview_funcs.C (currentState): STRCONV
8305
8306         * buffer.C (readFile): STRCONV
8307         (asciiParagraph): ditto
8308         (makeLaTeXFile): ditto
8309
8310         * Spacing.C (writeEnvirBegin): STRCONV
8311
8312         * LaTeXFeatures.C (getLanguages): STRCONV
8313         (getPackages): ditto
8314         (getMacros): ditto
8315         (getBabelOptions): ditto
8316         (getTClassPreamble): ditto
8317         (getLyXSGMLEntities): ditto
8318         (getIncludedFiles): ditto
8319
8320         * LaTeX.C: STRCONV
8321         (run): ditto
8322         (scanAuxFile): ditto
8323         (deplog): ditto
8324
8325         * LString.h: add the STRCONV macros
8326
8327         * BufferView_pimpl.C (savePosition): STRCONV
8328         (restorePosition): ditto
8329         (MenuInsertLyXFile): ditto
8330
8331         * vc-backend.C (scanMaster): change from submatch[...] to
8332         submatch.str(...)
8333
8334         * funcrequest.C: include config.h
8335
8336         * factory.C: include config.h
8337
8338         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8339
8340         * box.C: include config.h
8341
8342         * LaTeX.C (scanAuxFile): change from submatch[...] to
8343         submatch.str(...)
8344         (deplog): ditto
8345
8346 2002-10-25  Angus Leeming  <leeming@lyx.org>
8347
8348         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8349
8350         * ispell.[Ch] (setError): new method.
8351         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8352         Use setError() insetead of goto END.
8353
8354         * lyx_cb.C (AutoSave): move out child process into new class
8355         AutoSaveBuffer.
8356
8357 2002-10-30  John Levon  <levon@movementarian.org>
8358
8359         * text3.C: make start appendix undoable
8360
8361 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8362
8363         * lyxlength.C (inPixels): Fix returned value.
8364
8365         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8366         environment.
8367
8368 2002-10-24  Angus Leeming  <leeming@lyx.org>
8369
8370         * lyxgluelength.h: no need to forward declare BufferParams
8371         or BufferView, so don't.
8372
8373 2002-10-21  John Levon  <levon@movementarian.org>
8374
8375         * BufferView.C: menuUndo ->undo, redo
8376
8377         * BufferView.h: document, remove dead, make some methods private
8378
8379         * paragraph_funcs.h:
8380         * paragraph_funcs.C:
8381         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8382
8383         * buffer.h:
8384         * buffer.C:
8385         * sgml.h:
8386         * sgml.C: move sgml open/close tag into sgml.C
8387
8388         * bufferview_funcs.h: unused prototype
8389
8390         * lyxfunc.h:
8391         * lyxfunc.C: remove unused
8392
8393         * lyxtext.h:
8394         * text.C: remove unused
8395
8396 2002-10-21  John Levon  <levon@movementarian.org>
8397
8398         * BufferView.h:
8399         * BufferView.C:
8400         * BufferView_pimpl.h:
8401         * BufferView_pimpl.C: fix mouse wheel handling based on
8402           patch from Darren Freeman
8403
8404 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8405
8406         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8407
8408 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8409
8410         * lyxlength.C (inPixels): Fix hanfling of negative length.
8411         Fix LyXLength::MU case.
8412
8413 2002-10-16  John Levon  <levon@movementarian.org>
8414
8415         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8416
8417 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8418
8419         * converter.C (view): add support for $$i (file name) and $$p
8420         (file path) for the viewer command. If $$i is not specified, then
8421         it is appended to the command (for compatibility with old syntax)
8422
8423 2002-10-14  Juergen Vigna  <jug@sad.it>
8424
8425         * undo_funcs.C (textHandleUndo): alter the order in which the
8426         new undopar is added to the LyXText, as we have to set first
8427         the right prev/next and then add it as otherwise the rebuild of
8428         LyXText is not correct. Also reset the cursor to the right paragraph,
8429         with this IMO we could remove the hack in "redoParagraphs()".
8430
8431 2002-10-09  Angus Leeming  <leeming@lyx.org>
8432
8433         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8434         to turn off an optimisation if a new inset is to be inserted.
8435
8436 2002-10-11 André Pönitz <poenitz@gmx.net>
8437
8438         * lyxtext.h: make some functions public to allow access
8439         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8440
8441 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8442
8443         * text3.C (dispatch): when changing layout, avoid an infinite loop
8444         [bug #652]
8445
8446 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8447
8448         * lyxrc.C (read): treat a viewer or converter command of "none" as
8449         if it were empty.
8450
8451         * MenuBackend.C (expandFormats): for an update, also allow the
8452         formats that are not viewable
8453
8454         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8455         script if it is newer than the lyxrc.defaults in user directory
8456
8457 2002-10-07 André Pönitz <poenitz@gmx.net>
8458
8459         * text.C: Vitaly Lipatov's small i18n fix
8460
8461 2002-09-25  Angus Leeming  <leeming@lyx.org>
8462
8463         * ispell.h: doxygen fix.
8464
8465 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8466
8467         * buffer.h (readFile): Add a new argument to the method, to allow
8468         reading of old-format templates.
8469
8470 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8471
8472         * toc.C (getTocList): Get TOC from InsetWrap.
8473
8474 2002-09-16  John Levon  <levon@movementarian.org>
8475
8476         * lyxfunc.C: check tabular for cut/copy too
8477
8478 2002-09-12  John Levon  <levon@movementarian.org>
8479
8480         * LyXAction.C: tidy
8481
8482         * factory.h:
8483         * factory.C: add header
8484
8485         * paragraph_funcs.h:
8486         * paragraph_funcs.C: cleanup
8487
8488 2002-09-11  John Levon  <levon@movementarian.org>
8489
8490         * PrinterParams.h: odd/even default to true
8491
8492 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8493
8494         * PrinterParams.h: update printer parameters for new xforms dialog
8495
8496 2002-09-11  Angus Leeming  <leeming@lyx.org>
8497
8498         * lyxserver.C (read_ready): re-write to make it more transparent
8499         and to make it work in coherent fashion under Tru64 Unix.
8500
8501 2002-09-11  André Pönitz <poenitz@gmx.net>
8502
8503         * commandtags.h:
8504         * LyXAction.C:
8505         * text3.C: implement LFUN_WORDSEL
8506
8507 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8508
8509         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8510         make floatlist_ a boost::shared_ptr<FloatList>
8511
8512         * lyxtextclass.C: include FloatList.h
8513         (LyXTextClass): initialize floatlist_
8514         (TextClassTags): add TC_NOFLOAT
8515         (Read): match "nofloat" to TC_NOFLOAT and use it.
8516         (readFloat): modify call to floatlist_
8517         (floats): ditto
8518         (floats): ditto
8519
8520         * FloatList.[Ch] (FloatList): remove commented out float
8521         initialization.
8522         (erase): new function
8523
8524 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8525
8526         * MenuBackend.C (expandToc): fix crash when there is no document
8527         open
8528
8529 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8530
8531         * many files: Add insetwrap.
8532
8533 2002-09-09  John Levon  <levon@movementarian.org>
8534
8535         * text2.C: remove confusing and awkward depth wraparound
8536
8537 2002-09-09  John Levon  <levon@movementarian.org>
8538
8539         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8540
8541         * buffer.h:
8542         * buffer.C: remove getIncludeonlyList()
8543
8544         * paragraph.C:
8545         * lyxfunc.C: remove headers
8546
8547 2002-09-09  Juergen Vigna  <jug@sad.it>
8548
8549         * text.C (getColumnNearX): fix form Michael this is most
8550         probably a cut&paste bug.
8551
8552 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8553
8554         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8555
8556         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8557         references, ws changes.
8558
8559         * text2.C (init): update counters after init
8560         (insertParagraph): no need to set counter on idividual paragraphs.
8561         (setCounter): access the counters object in the textclass object
8562         on in the buffer object.
8563         (updateCounters): ditto
8564
8565         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8566         shared_ptr<Counters> to avoid loading counters.h in all
8567         compilation units.
8568         (LyXTextClass): initialize ctrs_
8569         (TextClassTags): add TC_COUNTER, and ...
8570         (Read): use it here.
8571         (CounterTags): new tags
8572         (readCounter): new function
8573         (counters): new funtion
8574         (defaultLayoutName): return a const reference
8575
8576         * counters.C (Counters): remove contructor
8577         (newCounter): remove a couple of unneeded statements.
8578         (newCounter): simplify a bit.
8579         (numberLabel): some small formatting changes.
8580
8581         * buffer.[Ch]: remove all traces of counters, move the Counters
8582         object to the LyXTextClass.
8583
8584 2002-09-06  Alain Castera  <castera@in2p3.fr>
8585
8586         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8587         package to set the horizontal alignment on fixed width columns.
8588
8589         * lyx_sty.C:
8590         * lyx_sty.h: added tabularnewline macro def.
8591
8592         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8593
8594 2002-09-06  John Levon  <levon@movementarian.org>
8595
8596         * LyXAction.C: tooltips for sub/superscript
8597
8598         * MenuBackend.C: a bit more verbose
8599
8600         * lyxfunc.C: tiny clean
8601
8602         * undo_funcs.C: document undo_frozen
8603
8604 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8605
8606         * counters.C (Counters): add missing algorithm counter.
8607
8608         * text2.C (setCounter): lookup the counter with layouts latexname
8609         instead of by section number.
8610         (setCounter): use a hackish way to lookup the correct enum
8611         counter.
8612         a float name->type change
8613         reset enum couners with counter name directly instead of depth value.
8614
8615         * counters.C (Counters): remove the push_backs, change to use the
8616         float type not the float name.
8617         (labelItem): remove unused string, float name->type change
8618
8619         * counters.h: don't include vector, loose the enums and sects vectors
8620
8621 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8622
8623         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8624         (Read): add float->TC_FLOAT to textclassTags
8625         (Read): and handle it in the switch
8626         (readFloat): new function
8627
8628         * FloatList.C (FloatList): comment out the hardcoded float
8629         definitions.
8630
8631         * lyxlayout.h: ws change.
8632
8633 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8634
8635         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8636
8637 2002-09-03  Angus Leeming  <leeming@lyx.org>
8638
8639         * BufferView_pimpl.h: qualified name is not allowed in member
8640         declaration: WorkArea & Pimpl::workarea() const;
8641
8642         * factory.C: added using std::endl directive.
8643
8644         * text3.C: added using std::find and std::vector directives.
8645
8646 2002-08-29  André Pönitz <poenitz@gmx.net>
8647
8648         * lyxtext.h:
8649         * text2.C: remove unused member number_of_rows
8650
8651         * Makefile.am:
8652         * BufferView2.C: remove file, move contents to...
8653         * BufferView.C: ... here
8654
8655         * BufferView_pimpl.C:
8656         * factory.C: move more inset creation to factory
8657
8658         * vspace.C: avoid direct usage of LyXText, ws changes
8659
8660         * BufferView.[Ch]:
8661                 don't provide direct access to WorkArea, use two simple
8662                 acessors haveSelction() and workHeight() instead
8663
8664
8665 2002-08-29  John Levon  <levon@movementarian.org>
8666
8667         * BufferView_pimpl.C (dispatch): do not continue when
8668           no buffer
8669
8670 2002-08-28  André Pönitz <poenitz@gmx.net>
8671
8672         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8673
8674         * BufferView.h:
8675         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8676
8677 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8678
8679         * buffer.C: increment LYX_FORMAT to 221
8680
8681         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8682         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8683
8684         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8685
8686         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8687
8688 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8689
8690         * factory.C (createInset): use LyXTextClass::floats
8691
8692         * MenuBackend.C (expandFloatListInsert):
8693         (expandFloatInsert):
8694         (expandToc):
8695
8696         * text2.C (setCounter):
8697
8698         * LaTeXFeatures.C (useFloat):
8699         (getFloatDefinitions):
8700
8701         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8702
8703         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8704         floatlist_, with accessor floats().
8705
8706         * FloatList.h: remove global FloatList
8707
8708 2002-08-26  André Pönitz <poenitz@gmx.net>
8709
8710         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8711
8712         * BufferView.h:
8713         * BufferView2.C:
8714         * BufferView_pimpl.C:
8715         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8716
8717 2002-08-25  John Levon  <levon@movementarian.org>
8718
8719         * LyXAction.C: fix margin note description
8720
8721 2002-08-24  John Levon  <levon@movementarian.org>
8722
8723         * buffer.C:
8724         * bufferlist.C:
8725         * bufferview_funcs.C:
8726         * lyxfont.C:
8727         * undo_funcs.C: cleanups
8728
8729         * lyxfunc.C: disable CUT/COPY when no selection
8730
8731 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8732
8733         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8734         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8735
8736         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8737         Add backward compatibility to "mono", "gray" and "no".
8738
8739 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8740
8741         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8742         (and file_format >= 200).
8743
8744 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8745
8746         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8747
8748 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8749
8750         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8751
8752 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8753
8754         * BufferView_pimpl.C:
8755         * LyXAction.C:
8756         * buffer.C:
8757         * commandtags.h:
8758         * lyxfunc.C:
8759         * paragraph.[Ch]:
8760         * text2.C:
8761         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8762         inset and code to make it  work with the paragraph code. The inset
8763         can be anywhere in the paragraph, but will only do the expected
8764         thing in LaTeX if the layout file contains the parameter line
8765                         OptionalArgs    1
8766         (or more generally, a nonzero value) for that layout.
8767
8768 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8769
8770         * paragraph.h: remove the declaration of undefined counters class
8771         function.
8772
8773 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8774
8775         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8776         Dr. Richard Hawkins.
8777
8778 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8779
8780         * paragraph_funcs.h: remove some unneeded includes
8781
8782         * text.C (backspace): pasteParagraph now in global scipe
8783
8784         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8785         (pasteSelection): ditto
8786
8787         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8788         * paragraph_funcs.C (pasteParagraph): ... here
8789
8790 2002-08-20  André Pönitz <poenitz@gmx.net>
8791
8792         * commandtags.h: new LFUNs for swapping/copying table row/colums
8793
8794         * LyXAction.C:
8795         * lyxfunc.C: support for new lfuns
8796
8797 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8798
8799         * tabular.C:
8800         * buffer.[Ch]: remove NO_COMPABILITY stuff
8801
8802 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8803
8804         * boost.C (throw_exception): new file, with helper function for
8805         boost compiled without exceptions.
8806
8807         * paragraph.h:
8808         * lyxlength.C:
8809         * buffer.C:
8810         * ParameterStruct.h:
8811         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8812
8813         * bufferlist.C (emergencyWriteAll): use boost bind
8814
8815         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8816
8817         * text.C: include paragraph_funcs.h
8818         (breakParagraph): breakParagraph is now in global scope
8819
8820         * paragraph_funcs.[Ch]: new files
8821
8822         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8823         global scope
8824
8825         * buffer.C: include paragraph_funcs.h
8826         (insertStringAsLines): breakParagraph is now in global scope
8827
8828         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8829         paragraph_funcs.C
8830
8831         * CutAndPaste.C: include paragraph_funcs.h
8832         (cutSelection): breakParagraphConservative is now in global scope
8833         (pasteSelection): ditto
8834
8835         * buffer.h: declare oprator== and operator!= for
8836         Buffer::inset_iterator
8837
8838         * bufferlist.C (emergencyWrite): don't use fmt(...)
8839
8840         * text3.C: add using std::endl
8841
8842         * BufferView.C (moveCursorUpdate): remove default arg
8843
8844 2002-08-20  André Pönitz <poenitz@gmx.net>
8845
8846         * buffer.[Ch]: move inline functions to .C
8847
8848         * BufferView2.C:
8849         * BufferView_pimpl.C:
8850         * text.C:
8851         * buffer.[Ch]: use improved inset_iterator
8852
8853         * buffer.C:
8854         * paragraph.[Ch]: write one paragraph at a time
8855
8856 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8857
8858         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8859         style if style is not specified.
8860
8861 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8862
8863         * text2.C (setCounter): when searching for right label for a
8864         caption, make sure to recurse to parent insets (so that a caption
8865         in a minipage in a figure float works) (bug #568)
8866
8867 2002-08-20  André Pönitz <poenitz@gmx.net>
8868
8869         * text3.C: new file for LyXText::dispatch() and helpers
8870
8871         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8872
8873         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8874
8875 2002-08-19  André Pönitz <poenitz@gmx.net>
8876
8877         * lyxtext.h:
8878         * text.C: new LyXText::dispatch()
8879
8880         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8881
8882 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8883
8884         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8885
8886         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8887         Hebrew text.
8888
8889 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8890
8891         * Makefile.am: use $(variables) instead of @substitutions@
8892
8893 2002-08-15  André Pönitz <poenitz@gmx.net>
8894
8895         * lyxfunc.C:
8896         * BufferView_pimpl.C: streamlining mathed <-> outer world
8897         interaction
8898
8899         * commandtags.h:
8900         * LyXAction.C: remove unused LFUN_MATH
8901
8902 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8903
8904         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8905
8906 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8907
8908         * paragraph.C (Paragraph): reformat a bit
8909         (cutIntoMinibuffer): use builtin InsetList function instad of
8910         doing it manually.
8911         (getInset): ditto
8912
8913         * buffer.C: include boost/bind.hpp, add using std::for_each
8914         (writeFileAscii): use ParagraphList iterators
8915         (validate): use for_each for validate traversal of paragraphs
8916         (getBibkeyList): use ParagraphList iterators
8917         (resizeInsets): use for_each to resizeInsetsLyXText for all
8918         paragraphs.
8919         (getParFromID): use ParagraphList iterators
8920
8921         * BufferView2.C (lockInset): use paragraph list and iterators
8922
8923 2002-08-14  John Levon  <levon@movementarian.org>
8924
8925         * lyxserver.C: remove spurious xforms include
8926
8927 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8928
8929         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8930
8931 2002-08-13  André Pönitz <poenitz@gmx.net>
8932
8933         * LyXAction.[Ch]:
8934         * lyxfunc.C: further cleaning
8935
8936 2002-08-13  André Pönitz <poenitz@gmx.net>
8937
8938         * funcrequest.h: new constructor
8939
8940         * funcrequest.C: move stuff here from .h
8941
8942         * Makefile.am:
8943         * BufferView_pimpl.C:
8944         * LyXAction.C:
8945         * toc.C:
8946         * lyxfunc.C: subsequent changes
8947
8948         * lyxfunc.h: new view() member function
8949
8950         * lyxfunc.C: subsequent changes
8951
8952 2002-08-13  Angus Leeming  <leeming@lyx.org>
8953
8954         * BufferView2.C:
8955         * BufferView_pimpl.C:
8956         * buffer.C:
8957         * converter.C:
8958         * importer.C:
8959         * lyxfunc.C:
8960         * lyxvc.C:
8961         * toc.C:
8962         * vc-backend.C:
8963         changes due to the changed LyXView interface that now returns references
8964         to member variables not pointers.
8965
8966 2002-08-13  Angus Leeming  <leeming@lyx.org>
8967
8968         * WordLangTuple (word, lang_code): return references to strings,
8969         not strings.
8970
8971         * BufferView.h:
8972         * SpellBase.h:
8973         * lyxtext.h: forward-declare WordLangTuple.
8974
8975         * BufferView2.C:
8976         * ispell.C:
8977         * pspell.C:
8978         * text.C: #include "WordLangTuple.h".
8979
8980         * lyxtext.h:
8981         * text.C: (selectNextWordToSpellcheck): constify return type.
8982
8983 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8984
8985         * buffer.C:
8986         * buffer.h:
8987         * lyxtext.h:
8988         * paragraph.C:
8989         * paragraph_pimpl.h:
8990         * text.C:
8991         * text2.C:
8992         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8993         suggested by Angus.
8994         Made updateCounter always count from start of buffer, and removed
8995         second argument (par).
8996         Reverted floats number display to '#'. Perhaps I'll try again when the
8997         code base is sanitized a bit.
8998
8999 2002-08-12  Angus Leeming  <leeming@lyx.org>
9000
9001         * buffer.[Ch] (getLabelList): constify.
9002
9003 2002-08-07  André Pönitz <poenitz@gmx.net>
9004
9005         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
9006
9007         * funcrequest.h: extension to keep mouse (x,y) position
9008
9009 2002-08-12  Juergen Vigna  <jug@sad.it>
9010
9011         * BufferView2.C (insertErrors): forbid undo when inserting error
9012         insets.
9013
9014         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
9015
9016 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9017
9018         * ParagraphList.[Ch]: new files
9019
9020         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
9021
9022         * BufferView2.C (lockInset): ParagraphList changes
9023         * toc.C: ditto
9024         * text2.C: ditto
9025         * bufferlist.C: ditto
9026         * buffer.h: ditto
9027         * buffer.C: ditto
9028
9029 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9030
9031         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
9032         unused class variable counter_,
9033
9034         * paragraph.[Ch] (getFirstCounter): delete unused function
9035
9036         * counters.C: include LAssert.h
9037         (reset): add a new function with no arg, change other version to
9038         not have def. arg and to not allow empty arg.
9039
9040         * text2.C (setCounter): remove empty arg from call to Counters::reset
9041
9042 2002-08-11  John Levon  <levon@movementarian.org>
9043
9044         * Makefile.am: add WordLangTuple.h
9045
9046 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9047
9048         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9049         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9050
9051         * insets/insettext.C: InsetList changes
9052
9053         * graphics/GraphicsSupport.C (operator()): InsetList changes
9054
9055         * toc.C (getTocList): InsetList changes
9056
9057         * paragraph_pimpl.[Ch]: InsetList changes
9058
9059         * paragraph.[Ch]: InsetList changes
9060
9061         * buffer.C (inset_iterator): InsetList changes
9062         (setParagraph): ditto
9063         * buffer.h (inset_iterator): ditto
9064         * iterators.C (operator++): ditto
9065         * iterators.h: ditto
9066
9067         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9068
9069         * InsetList.[Ch]: new files, most InsetList handling moved out of
9070         paragraph.C.
9071
9072         * BufferView2.C (removeAutoInsets): InsetList changes
9073         (lockInset): ditto
9074         (ChangeInsets): ditto
9075
9076 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9077
9078         * paragraph_pimpl.h (empty): new function
9079
9080         * paragraph.[Ch] (empty): new function
9081
9082         * other files: use the new Paragraph::empty function
9083
9084 2002-08-09  John Levon  <levon@movementarian.org>
9085
9086         * lyxtext.h: remove unused refresh_height
9087
9088 2002-08-09  John Levon  <levon@movementarian.org>
9089
9090         * Makefile.am:
9091         * sgml.h:
9092         * sgml.C:
9093         * buffer.C:
9094         * paragraph.h:
9095         * paragraph.C: move sgml char escaping out of paragraph
9096
9097         * paragraph.h:
9098         * paragraph.C: remove id setter
9099
9100         * buffer.C:
9101         * paragraph.C:
9102         * paragraph_pimpl.C: remove dead tex_code_break_column
9103
9104         * bufferview_funcs.C: small cleanup
9105
9106         * lyxfunc.C: remove dead proto
9107
9108         * lyxtext.h: make some stuff private. Remove some dead stuff.
9109
9110         * lyxgluelength.C: make as[LyX]String() readable
9111
9112 2002-08-08  John Levon  <levon@movementarian.org>
9113
9114         * LyXAction.h:
9115         * LyXAction.C:
9116         * MenuBackend.C:
9117         * ToolbarDefaults.C:
9118         * lyxfunc.C:
9119         * lyxrc.C:
9120         * toc.C: lyxaction cleanup
9121
9122 2002-08-08  John Levon  <levon@movementarian.org>
9123
9124         * BufferView2.C: small cleanup
9125
9126         * lyxfind.h:
9127         * lyxfind.C: move unnecessary header into the .C
9128
9129 2002-08-08  John Levon  <levon@movementarian.org>
9130
9131         * funcrequest.h: just tedious nonsense
9132
9133         * lyx_main.h:
9134         * lyx_main.C: cleanups
9135
9136         * buffer.C:
9137         * vspace.C: remove dead header lyx_main.h
9138
9139 2002-08-07  Angus Leeming  <leeming@lyx.org>
9140
9141         * Paragraph.[Ch]:
9142         * paragraph_pimpl.h:
9143         Forward declare class Counters in paragraph.h by moving the ctrs member
9144         variable into Paragraph::Pimpl.
9145         (counters): new method, returning a reference to pimpl_->ctrs.
9146
9147         * text2.C: ensuing changes.
9148
9149 2002-08-07  John Levon  <levon@movementarian.org>
9150
9151         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9152
9153         * BufferView_pimpl.C: announce X selection on double/triple
9154           click
9155
9156         * lyx_main.C: use correct bool in batch dispatch
9157
9158         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9159
9160 2002-08-07  André Pönitz <poenitz@gmx.net>
9161
9162         * funcrequest.h: new class to wrap a kb_action and its argument
9163
9164         * BufferView.[Ch]:
9165         * BufferView_pimpl[Ch]:
9166         * LaTeX.C:
9167         * LyXAction.[Ch]:
9168         * lyxfunc.[Ch]:
9169         * lyxrc.C: subsequent changes
9170
9171
9172 2002-08-07  John Levon  <levon@movementarian.org>
9173
9174         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9175           document options change.
9176
9177 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9178
9179         * counters.[Ch]
9180         * text2.C
9181         * paragraph.[Ch]
9182         * makefile.am: move counters functionality over from
9183         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9184
9185 2002-08-06  John Levon  <levon@movementarian.org>
9186
9187         * WordLangTuple.h: new file for word + language code tuple
9188
9189         * SpellBase.h:
9190         * pspell.h:
9191         * pspell.C:
9192         * ispell.h:
9193         * ispell.C:
9194         * lyxtext.h:
9195         * text.C:
9196         * text2.C:
9197         * BufferView.h:
9198         * BufferView2.C: use WordLangTuple
9199
9200         * layout.h:
9201         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9202
9203 2002-08-06  John Levon  <levon@movementarian.org>
9204
9205         * lyx_main.C: fix cmdline batch handling
9206
9207 2002-08-06  André Pönitz <poenitz@gmx.net>
9208
9209         * lyxrc.C: set default for show_banner to true
9210
9211 2002-08-06  John Levon  <levon@movementarian.org>
9212
9213         * pspell.C: fix a crash, and allow new aspell to work
9214
9215 2002-08-06  John Levon  <levon@movementarian.org>
9216
9217         * lyxfunc.C:
9218         * kbmap.C: small cleanup
9219
9220         * vspace.h:
9221         * vspace.C: add const
9222
9223 2002-08-05  John Levon  <levon@movementarian.org>
9224
9225         * LyXAction.C: back to tabular-insert
9226
9227 2002-08-04  John Levon  <levon@movementarian.org>
9228
9229         * BufferView.h:
9230         * BufferView.C: cosmetic change
9231
9232         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9233
9234         * bufferlist.C:
9235         * buffer.h:
9236         * buffer.C:
9237         * lyxcb.h:
9238         * lyxcb.C:
9239         * lyxserver.C:
9240         * lyxvc.C:
9241         * vc-backend.C:
9242         * BufferView2.C: purge all "Lyx" not "LyX" strings
9243
9244         * lyxcursor.h:
9245         * lyxcursor.C: attempt to add some documentation
9246
9247         * lyxfunc.C:
9248         * commandtags.h:
9249         * LyXAction.C:
9250         * ToolbarDefaults.C:
9251         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9252           merge with LFUN_TABULAR_INSERT
9253
9254         * Makefile.am:
9255         * SpellBase.h:
9256         * ispell.h:
9257         * ispell.C:
9258         * pspell.h:
9259         * pspell.C: split up i/pspell implementations into separate
9260           files, many cleanups
9261
9262         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9263
9264         * text2.C: some cleanup
9265
9266         * lyxfunc.C: don't check for isp_command == "none" any more, it
9267           didn't make any sense
9268
9269 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9270
9271         * counters.[Ch]
9272         * text2.C
9273         * paragraph.[Ch]
9274         * makefile.am: move counters functionality over
9275         from text2.C/paragraph.[Ch] to counters.[Ch], and
9276         make proper C++.
9277 2002-08-02  John Levon  <levon@movementarian.org>
9278
9279         * buffer.C: s/lyxconvert/lyx2lyx/
9280
9281 2002-08-02  Angus Leeming  <leeming@lyx.org>
9282
9283         * lyxlex.C: revert John's change as it breaks reading of the user
9284         preamble.
9285
9286 2002-08-02  Angus Leeming  <leeming@lyx.org>
9287
9288         * importer.C (Import):
9289         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9290         changes due to LyXView::view() now returning a boost::shared_ptr.
9291
9292 2002-08-02  John Levon  <levon@movementarian.org>
9293
9294         * lyxlex.C: small cleanup
9295
9296 2002-08-02  John Levon  <levon@movementarian.org>
9297
9298         * text2.C (status): small cleanup, no logic change
9299
9300 2002-08-01  John Levon  <levon@movementarian.org>
9301
9302         * buffer.h:
9303         * buffer.C (writeFile): don't output alerts, caller
9304           handles this
9305
9306         * bufferlist.C:
9307         * lyx_cb.C: from above
9308
9309         * lyxfunc.C: allow to open non-existent files
9310
9311 2002-07-31  John Levon  <levon@movementarian.org>
9312
9313         * lyxserver.C: don't let incidental errors get
9314           in the way (errno)
9315
9316 2002-07-30  John Levon  <levon@movementarian.org>
9317
9318         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9319
9320 2002-07-30  John Levon  <levon@movementarian.org>
9321
9322         * lyxserver.h:
9323         * lyxserver.C: remove I/O callback too
9324
9325 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9326
9327         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9328         log.
9329
9330 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9331
9332         * many files: strip,frontStrip -> trim,ltrim,rtrim
9333
9334 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9335
9336         * PrinterParams.h: remove extern containsOnly, and include
9337         support/lstrings.h instead.
9338
9339         * LaTeX.C (scanAuxFile): modify because of strip changes
9340         (deplog): ditto
9341         * buffer.C (makeLaTeXFile): ditto
9342         * bufferparams.C (writeFile): ditt
9343         * lyxfont.C (stateText): ditto
9344         * lyxserver.C (read_ready): ditto
9345         * vc-backend.C (scanMaster): ditto
9346
9347         * BufferView_pimpl.h: ws changes
9348
9349         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9350
9351 2002-07-26  André Pönitz <poenitz@gmx.net>
9352
9353         * kb_sequence.C: remove unnedred usings
9354
9355 2002-07-26  Juergen Vigna  <jug@sad.it>
9356
9357         * lyxfind.C (LyXReplace): we have to check better if the returned
9358         text is not of theLockingInset()->getLockingInset().
9359
9360 2002-07-25  Juergen Vigna  <jug@sad.it>
9361
9362         * lyxfind.C (LyXReplace): don't replace if we don't get the
9363         right LyXText.
9364
9365         * undo_funcs.C (createUndo): remove debugging code.
9366
9367 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9368
9369         * buffer.C (parseSingleLyXformat2Token): Use default placement
9370         when reading old floats.
9371
9372         * FloatList.C (FloatList): Change the default placement of figure
9373         and tables to "tbp".
9374
9375 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9376
9377         * MenuBackend.C: using std::max
9378
9379 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9380
9381         * MenuBackend.C (expandToc):
9382         (expandToc2): code moved from xforms menu frontend. It is now
9383         generic and TOCs are transparent to menu frontends.
9384
9385 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9386
9387         * toc.C (getTocList): protect against buf=0
9388
9389         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9390         Menu as first parameter. Now, this calls itself recursively to
9391         expand a whole tree (this will be useful for TOC handling)
9392         (expandFloatInsert): remove 'wide' version of floats
9393
9394         * MenuBackend.h (submenuname): returns the name of the submenu.
9395         (submenu): returns the submenu itself, provided it has been
9396         created by MenuBackend::expand
9397
9398 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9399
9400         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9401         insets which have noFontChange == true. (bug #172)
9402
9403 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9404
9405         * BufferView_pimpl.C: add connection objects and use them...
9406         (Pimpl): here.
9407
9408 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9409
9410         * MenuBackend.C (expandLastfiles):
9411         (expandDocuments):
9412         (expandFormats):
9413         (expandFloatListInsert):
9414         (expandFloatInsert):
9415         (expand): split expand in parts
9416
9417 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9418
9419         * lyx_gui.C: use lyx_gui::exit()
9420
9421 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9422
9423         * LyXAction.C: show the failing pseudo action
9424
9425 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9426
9427         * buffer.C (readFile): Run the lyxconvert script in order to read
9428         old files.
9429
9430 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9431
9432         * LyXAction.C:
9433         * commandtags.h:
9434         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9435
9436 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9437
9438         * LyXAction.C:
9439         * commandtags.h:
9440         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9441
9442 2002-07-22  Herbert Voss  <voss@lyx.org>
9443
9444         * lengthcommon.C:
9445         * lyxlength.[Ch]: add support for the vertical lengths
9446
9447 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9448
9449         * toc.[Ch]: std:: fixes
9450
9451 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9452
9453         * lyxrc.C: do not include lyx_main.h
9454
9455         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9456         for layouts
9457
9458         * lyxrc.C:
9459         * encoding.C:
9460         * bufferlist.C:
9461         * BufferView2.C: include "lyxlex.h"
9462
9463         * tabular.h:
9464         * bufferparams.h: do not #include "lyxlex.h"
9465
9466         * lyxtextclasslist.C (Add): remove method
9467         (classlist): renamed to classlist_
9468
9469         * paragraph_pimpl.C:
9470         * paragraph.C:
9471         * text2.C:
9472         * CutAndPaste.C:
9473         * bufferview_funcs.C:
9474         * bufferlist.C:
9475         * text.C:
9476         * LaTeXFeatures.C:
9477         * buffer.C:
9478         * toc.C (getTocList): use BufferParams::getLyXTextClass
9479
9480         * toc.C (getTocList): use InsetFloat::addToToc
9481
9482         * toc.[Ch]: new files, containing helper functions to handle table
9483         of contents
9484
9485         * lyxfunc.C (dispatch): no need to remove spaces around command
9486         given as a string
9487         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9488         first command of the sequence; it is not very clever, but I do not
9489         have a better idea, actually
9490
9491         * LyXAction.C (LookupFunc): make sure to remove space at the
9492         beginning and end of the command
9493
9494 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9495
9496         * MenuBackend.C (getMenubar): new method: return the menubar of
9497         this menu set
9498         (read): treat differently reading of menu and menubar (in
9499         particular, the menubar has no name now)
9500         (Menu::menubar): remove
9501
9502         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9503         saving is finished
9504
9505 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9506
9507         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9508         a bibitem inset in a RTL paragraph.
9509
9510 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9511
9512         * paragraph_pimpl.C: constify
9513
9514         * BufferView_pimpl.C:
9515         * LaTeX.C:
9516         * lyxfunc.C: fix dispatch in a nicer way
9517
9518 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9519
9520         * lyxfunc.C (dispatch):
9521         * BufferView_pimpl.C:
9522         * BufferView_pimpl.h:
9523         * BufferView.C:
9524         * BufferView.h: rename Dispatch() to dispatch()
9525
9526         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9527
9528         * lyxlayout.C (Read): honor DependsOn tag
9529
9530         * lyxlayout.[Ch] (depends_on): new method
9531
9532         * version.C.in: update lyx_docversion
9533
9534         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9535
9536         * paragraph.C (validate): remove from here...
9537         * paragraph_pimpl.C (validate): ... and move here
9538         (isTextAt): make it const
9539
9540         * buffer.C (getLists): ws cleanup
9541
9542 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9543
9544         * language.C (read): Use iso8859-1 encoding in latex_lang
9545         (this prevents LyX from crashing when using iso10646-1 encoding).
9546
9547 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9548
9549         * text2.C (toggleInset): if cursor is inside an inset, close the
9550         inset and leave cursor _after_ it
9551
9552 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9553
9554         * lyxfunc.C: move minibuffer completion handling out of here
9555
9556 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9557
9558         * BufferView_pimpl.C:
9559         * LaTeX.C: fix dispatch calls
9560
9561 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9562
9563         * text.C (drawChars): Fix Arabic text rendering.
9564
9565 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9566
9567         * LyXAction.C:
9568         * commandtags.h:
9569         * lyxfunc.C: remove message-push/pop
9570
9571         * lyxserver.C:
9572         * lyxfunc.h:
9573         * lyxfunc.C: rationalise some code by removing verboseDispatch
9574           in favour of a bool argument to dispatch()
9575
9576 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9577
9578         * lyx_main.C (init): make sure to read symlinks as absolute paths
9579
9580 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9581
9582         * lyxfunc.h:
9583         * lyxfunc.C: no need for commandshortcut to be a member
9584
9585 2002-07-15  André Pönitz <poenitz@gmx.net>
9586
9587         * converter.C: add support for $$s (scripts from lib/scripts dir)
9588         * lyx_main.C: white space
9589
9590 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9591
9592         * bufferlist.C:
9593         * lyxrc.h:
9594         * lyxrc.C: remove second exit confirmation
9595
9596 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9597
9598         * BufferView.h:
9599         * BufferView.C:
9600         * BufferView2.C:
9601         * BufferView_pimpl.h:
9602         * BufferView_pimpl.C:
9603         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9604
9605 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9606
9607         * MenuBackend.C (expand): add numeric shortcuts to document menu
9608
9609         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9610
9611 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9612
9613         * lyxfont.C (setLyXFamily):
9614         (setLyXSeries):
9615         (setLyXShape):
9616         (setLyXSize):
9617         (setLyXMisc):
9618         (lyxRead):
9619         * debug.C (value):
9620         * buffer.C (asciiParagraph): use ascii_lowercase
9621
9622 2002-07-15  Mike Fabian  <mfabian@suse.de>
9623
9624         * lyxlex_pimpl.C (search_kw):
9625         * lyxlex.C (getLongString):
9626         * converter.h (operator<):
9627         * converter.C (operator<):
9628         * buffer.C (parseSingleLyXformat2Token):
9629         (asciiParagraph):
9630         * ToolbarDefaults.C (read):
9631         * MenuBackend.C (checkShortcuts):
9632         (read):
9633         * LColor.C (getFromGUIName):
9634         (getFromLyXName): use the compare_ascii_no_case instead of
9635         compare_no_case, because in turkish, 'i' is not the lowercase
9636         version of 'I', and thus turkish locale breaks parsing of tags.
9637
9638 2002-07-16  Angus Leeming  <leeming@lyx.org>
9639
9640         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9641         now takes a Buffer const & argument.
9642
9643 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9644
9645         * BufferView.C (resize): check there's a buffer to resize
9646
9647 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9648
9649         * lyxfunc.C: remove dead code
9650
9651         * lyxserver.h:
9652         * lyxserver.C: use lyx_guii::set_read_callback
9653
9654 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9655
9656         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9657         an inset in a RTL paragraph.
9658
9659 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9660
9661         * lyxfunc.C: repaint after a font size update
9662
9663 2002-07-15  André Pönitz <poenitz@gmx.net>
9664
9665         * lyxlength.C: inBP should be able to return negative values
9666
9667 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9668
9669         * lyxfunc.C: use lyx_gui::update_fonts()
9670
9671 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9672
9673         * lyxfunc.C: use lyx_gui::update_color()
9674
9675 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9676
9677         * bufferlist.C:
9678         * lyxfunc.h:
9679         * lyxfunc.C:
9680         * lyxrc.h:
9681         * lyxrc.C: remove file->new asks for name option, and let
9682           buffer-new take an argument
9683
9684 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9685
9686         * BufferView_pimpl.C: remove unneeded extra repaint()
9687
9688 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9689
9690         * LyXAction.C: allow command-sequence with NoBuffer
9691
9692         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9693
9694 2002-07-10  Angus Leeming  <leeming@lyx.org>
9695
9696         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9697
9698 2002-07-09  Angus Leeming  <leeming@lyx.org>
9699
9700         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9701
9702 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9703
9704         * lengthcommon.h: whitespace
9705
9706         * lyxfunc.C: update scrollbar after goto paragraph
9707
9708         * lyxtext.h: factor out page break drawing, and fix it so
9709           page break/added space paints as selected nicely
9710
9711 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9712
9713         * BufferView_pimpl.C: add FIXMEs, clean up a little
9714
9715 2002-07-09  André Pönitz <poenitz@gmx.net>
9716
9717         * lyxfont.[Ch]: support for wasy symbols
9718
9719 2002-07-08  André Pönitz <poenitz@gmx.net>
9720
9721         * BufferView_pimpl.C: apply John's patch for #93.
9722
9723 2002-07-05  Angus Leeming  <leeming@lyx.org>
9724
9725         * BufferView_pimpl.C (buffer): generate previews if desired.
9726
9727         * LColor.h: add "preview" to the color enum.
9728
9729         * LColor.C (LColor): add a corresponding entry to the items array.
9730
9731         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9732         with this buffer.
9733
9734 2002-07-05  Angus Leeming  <leeming@lyx.org>
9735
9736         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9737         The body of the code is now in the method that is passed an ostream &
9738         rather than a file name.
9739         Pass an additional only_preamble parameter, useful for the forthcoming
9740         preview stuff.
9741
9742 2002-07-03  André Pönitz <poenitz@gmx.net>
9743
9744         * lyxfunc.C: simplify getStatus() a bit for math stuff
9745
9746 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9747
9748         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9749
9750 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9751
9752         * text.C (changeRegionCase): do not change case of all the
9753         document when region ends at paragraph end (bug #461)
9754
9755 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9756
9757         * paragraph.C (startTeXParParams):
9758         (endTeXParParams): add \protect when necessary
9759
9760 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9761
9762         * BufferView_pimpl.C (workAreaExpose): remove warning
9763
9764 2002-06-27  Angus Leeming  <leeming@lyx.org>
9765
9766         * Makefile.am: add lyxlayout_ptr_fwd.h.
9767
9768 2002-06-26  André Pönitz <poenitz@gmx.net>
9769
9770         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9771
9772 2002-06-25  Angus Leeming  <leeming@lyx.org>
9773
9774         * lyxfunc.C (dispatch): Comment out the call to
9775         grfx::GCache::changeDisplay. The method no longer exists now that the
9776         pixmap generation part of the graphics loader has been moved into
9777         InsetGraphics.
9778
9779 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9780
9781         * text2.C: layout as layout
9782
9783         * text.C: layout as layout
9784
9785         * tabular.C (OldFormatRead): layout as layout
9786
9787         * paragraph_pimpl.C (TeXDeeper): layout as layout
9788         (realizeFont): layout as layout
9789
9790         * paragraph.C (writeFile): layout as layout
9791         (validate): layout as layout
9792         (getFont): layout as layout
9793         (getLabelFont): layout as layout
9794         (getLayoutFont): layout as layout
9795         (breakParagraph): layout as layout
9796         (stripLeadingSpaces): layout as layout
9797         (getEndLabel): layout as layout
9798         (getMaxDepthAfter): layout as layout
9799         (applyLayout): layout as layout
9800         (TeXOnePar): layout as layout
9801         (simpleTeXOnePar): layout as layout
9802         (TeXEnvironment): layout as layout
9803         (layout): layout as layout
9804         (layout): layout as layout
9805
9806         * lyxtextclass.C (compare_name): new functor to work with
9807         shared_ptr, layout as layout
9808         (Read): layout as layout
9809         (hasLayout): layout as layout
9810         (operator): layout as layout
9811         (delete_layout): layout as layout
9812         (defaultLayout): layout as layout
9813
9814         * lyxlayout_ptr_fwd.h: new file
9815
9816         * lyxlayout.C (Read): layout as layout
9817
9818         * lyx_cb.C (MenuInsertLabel): layout as layout
9819
9820         * bufferlist.C (newFile): layout as layout
9821
9822         * buffer.C (readLyXformat2): layout as layout
9823         (parseSingleLyXformat2Token): layout as layout
9824         (insertStringAsLines): layout as layout
9825         (asciiParagraph): layout as layout
9826         (latexParagraphs): layout as layout
9827         (makeLinuxDocFile): layout as layout
9828         (simpleLinuxDocOnePar): layout as layout
9829         (makeDocBookFile): layout as layout
9830         (simpleDocBookOnePar): layout as layout
9831         (getLists): layout as layout
9832
9833         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9834
9835         * CutAndPaste.C (cutSelection): layout as layout
9836         (pasteSelection): layout as layout
9837         (SwitchLayoutsBetweenClasses): layout as layout
9838
9839         * BufferView_pimpl.C (Dispatch): layout as layout
9840         (smartQuote): layout as layout
9841
9842         * BufferView2.C (unlockInset): layout as layout
9843
9844 2002-06-24  André Pönitz <poenitz@gmx.net>
9845
9846         * lyxfunc.C: fix #487
9847
9848 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9849
9850         * lyxrc.h:
9851         * lyxrc.C:
9852         * lyxfunc.C: remove display_shortcuts, show_banner
9853
9854 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9855
9856         * Buffer_pimpl.C: oops, update on resize
9857
9858 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9859
9860         * buffer.C:
9861         * converter.C:
9862         * exporter.C:
9863         * lyxfunc.C:
9864         * BufferView.h:
9865         * BufferView.C: use repaint()
9866
9867         * BufferView_pimpl.h:
9868         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9869           as it's a clearer description. Remove superfluous
9870           redraws.
9871
9872 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9873
9874         * text.C: fix bug 488. Not ideal, but getting
9875           getWord() to work properly for the insets that
9876           matter is more difficult ...
9877
9878 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9879
9880         * BufferView_pimpl.C:
9881         * LyXAction.C:
9882         * commandtags.h:
9883         * lyxfunc.C: remove the six million index lyxfuncs to just
9884           one, and DTRT (bug 458)
9885
9886 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9887
9888         * BufferView.h:
9889         * BufferView.C:
9890         * BufferView_pimpl.h:
9891         * BufferView_pimpl.C: clean up resize() stuff,
9892           and unnecessary updateScreen()s
9893
9894 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9895
9896         * BufferView.h:
9897         * BufferView.C:
9898         * BufferView_pimpl.h:
9899         * BufferView_pimpl.C:
9900         * lyxfind.h:
9901         * lyxfind.C:
9902         * minibuffer.C: remove focus management of workarea,
9903           not needed. Use screen's greyOut()
9904
9905 2002-06-17  Herbert Voss  <voss@lyx.org>
9906
9907         * converter.C: (convert) do not post a message, when converting
9908         fails, let the calling function decide what to do in this case
9909
9910 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9911
9912         * lyxfunc.C: tidy up a little
9913
9914 2002-06-16    <alstrup@diku.dk>
9915
9916         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9917         Got rid of FORMS_H_LOCATION include. Now we are
9918         GUII.
9919
9920 2002-06-15  LyX Development team  <lyx@rilke>
9921
9922         * buffer.[Ch] (sgmlOpenTag):
9923         (sgmlCloseTag): Added support for avoiding pernicious mixed
9924         content. Return number of lines written.
9925
9926         (makeLinuxDocFile):
9927         (makeDocBookFile): Fixed calls to sgml*Tag.
9928         Simple white space clean.
9929
9930         (simpleDocBookOnePar): Simple white space clean.
9931
9932         * tabular.[Ch] (docBook): Renamed to docbook and got another
9933         argument to related with the pernicious mixed content.
9934
9935         (docbookRow): Fixed calls for docbook inset method.
9936
9937 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9938
9939         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9940         so it's X11 independent.
9941
9942         * kb*.[Ch]: ditto.
9943
9944         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9945
9946 2002-06-15  Lyx Development team  <lyx@electronia>
9947
9948         * intl.h: Renamed getTrans to getTransManager.
9949
9950 2002-06-14  Angus Leeming  <leeming@lyx.org>
9951
9952         * Makefile.am: nuke forgotten stl_string_fwd.h.
9953
9954 2002-06-12  Angus Leeming  <leeming@lyx.org>
9955
9956         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9957
9958 2002-06-13  Angus Leeming  <leeming@lyx.org>
9959
9960         * LaTeX.C:
9961         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9962
9963 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9964
9965         * kbmap.C (getiso): add support for cyrillic and greek
9966
9967 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9968
9969         * BufferView.h:
9970         * BufferView.C:
9971         * BufferView_pimpl.h:
9972         * BufferView_pimpl.C: move bogus scrolling logic
9973           to xforms
9974
9975 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9976
9977         * lyxfunc.C:
9978         * BufferView_pimpl.C: view->resize() change
9979
9980 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9981
9982         * BufferView_pimpl.C: topCursorVisible
9983           prototype change
9984
9985 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9986
9987         * Makefile.am:
9988         * lyx_gui.h:
9989         * lyx_gui.C: move to frontends/
9990
9991         * main.C:
9992         * lyx_main.h:
9993         * lyx_main.C: changes from above
9994
9995 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9996
9997         * intl.C:
9998         * intl.h:
9999         * kbmap.C:
10000         * kbsequence.C:
10001         * lyx_cb.C:
10002         * lyx_main.C: minor tidy
10003
10004 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10005
10006         * BufferView_pimpl.h:
10007         * BufferView_pimpl.C:
10008         * BufferView.h:
10009         * BufferView.C: make painter() const,
10010           remove dead code
10011
10012         * BufferView2.C: use screen() accessor
10013
10014         * lyx_main.h:
10015         * lyx_main.C: some minor cleanup
10016
10017 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10018
10019         * BufferView_pimpl.h:
10020         * BufferView_pimpl.C: remove enter/leaveView,
10021           use workHeight()
10022
10023 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10024
10025         * BufferView.h:
10026         * BufferView.C:
10027         * BufferView2.C:
10028         * BufferView_pimpl.h:
10029         * BufferView_pimpl.C: only construct screen once,
10030           rename
10031
10032         * lyxrc.C: remove pointless comment
10033
10034 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10035
10036         * BufferView.h:
10037         * BufferView.C: remove active() and belowMouse()
10038
10039         * BufferView_pimpl.h:
10040         * BufferView_pimpl.C: use workarea() not workarea_,
10041           and make it use a scoped_ptr instead
10042
10043 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10044
10045         * lyx_gui.C: add debug message on BadWindow
10046
10047 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10048
10049         * sp_spell.C: fdopen is not part of the C++ standard.
10050
10051         * paragraph.C (InsetIterator): use >= instead of ==
10052
10053 2002-06-07  Angus Leeming  <leeming@lyx.org>
10054
10055         Fixes needed to compile with Compaq cxx 6.5.
10056         * BufferView_pimpl.C:
10057         * DepTable.C:
10058         * buffer.C:
10059         * converter.C:
10060         * encoding.C:
10061         * lyx_gui.C:
10062         * lyx_main.C:
10063         * lyxtextclasslist.C:
10064         * minibuffer.C:
10065         * sp_spell.C:
10066         * tabular_funcs.C:
10067         * vc-backend.C:
10068         all c-library variables have been moved into namespace std. Wrap
10069         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10070
10071         * lyxlength.C:
10072         * tabular-old.C:
10073         * tabular.C:
10074         Add a using std::abs declaration.
10075
10076         * kbmap.h (modifier_pair):
10077         * paragraph.h (InsetTable, InsetList):
10078         * lyxfont.h (FontBits):
10079         type definition made public.
10080
10081         * bufferlist.C (emergencyWriteAll): the compiler complains that
10082         there is more than one possible lyx::class_fun template to choose from.
10083         I re-named the void specialisation as lyx::void_class_fun.
10084
10085         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10086
10087         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10088         the compiler is is unable to find tostr in write_attribute.
10089
10090 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10091
10092         * buffer.C (sgmlError): hide #warning
10093
10094 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10095
10096         * xtl/*: get rid of xtl, which is not in use anyway
10097
10098         * LyXAction.C (init):
10099         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10100         were unimplemented xtl experimentation
10101
10102 2002-06-04  André Pönitz <poenitz@gmx.net>
10103
10104         * lyxfunc.C: disable array operation on simple formulae
10105
10106 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10107
10108         * converter.C: constify a bit
10109
10110 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10111
10112         * lyx_gui.C: check xforms version correctly
10113
10114 2002-04-30  Herbert Voss  <voss@lyx.org>
10115
10116         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10117         "keep" option
10118
10119 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10120
10121         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10122           attempt to register it with a VCS)
10123
10124 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10125
10126         * lyx_main.C (init): honor variables LYX_DIR_13x and
10127         LYX_USERDIR_13x
10128
10129 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10130
10131         * buffer.h:
10132         * buffer.C:
10133         * lyx_main.C: fix a crash on bad command line,
10134           and give a useful exit status on error
10135
10136         * lyxfunc.C (doImport): allow -i lyx to work
10137
10138 2002-03-30  André Pönitz <poenitz@gmx.net>
10139
10140         * lyxfunc.C: mathed font changes
10141
10142 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10143
10144         * LaTeX.C:
10145         * importer.h:
10146         * importer.C:
10147         * lyx_sty.h:
10148         * lyx_sty.C:
10149         * lyxlex.C:
10150         * lyxrow.h:
10151         * lyxtext.h:
10152         * paragraph.h:
10153         * paragraph.C:
10154         * texrow.h:
10155         * texrow.C:
10156         * text.C:
10157         * trans_mgr.h: srcdocs, and some minor cleanups
10158
10159 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10160
10161         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10162         call getFont all the time)
10163
10164 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10165
10166         * switch from SigC signals to boost::signals
10167
10168 2002-05-29  André Pönitz <poenitz@gmx.net>
10169
10170         * paragraph_pimpl.C (getChar): don't call size() too often...
10171
10172 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10173
10174         * paragraph_pimpl.C (insertChar): do not try to update tables when
10175         appending (pos == size())
10176
10177         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10178         in order to reduce drastically the number of comparisons needed to
10179         parse a large document
10180
10181 2002-05-29  André Pönitz <poenitz@gmx.net>
10182
10183         * text.C:
10184         * text2.C:
10185         * lyxtextclass.C:
10186         * sp_pspell.h:
10187         * textclasslist.[Ch]:
10188         * sp_ispell.h: whitespace change
10189
10190 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10191
10192         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10193         lyxaction directly now.
10194
10195 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10196
10197         * trans.C:
10198         * lyxfont.C:
10199         * lyxvc.C: remove unused headers
10200
10201 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10202
10203         * Makefile.am:
10204         * buffer.h:
10205         * undostack.h:
10206         * undostack.C:
10207         * undo_funcs.h:
10208         * undo_funcs.C: some cleanups. Use shared_ptr
10209           and a template for the undo stacks.
10210
10211 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10212
10213         * BufferView_pimpl.h:
10214         * BufferView_pimpl.C:
10215         * kbmap.h:
10216         * kbmap.C:
10217         * kbsequence.h:
10218         * kbsequence.C:
10219         * lyxfunc.h:
10220         * lyxfunc.C:
10221         * text2.C: use key_state/mouse_state
10222
10223 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10224
10225         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10226         and LSubstring
10227
10228         * chset.C: change include order
10229         (loadFile): use boost regex and get rid of LRegex and LSubstring
10230
10231         * Makefile.am (BOOST_LIBS): new variable
10232         (lyx_LDADD): use it
10233
10234         * LaTeX.C: change include order.
10235         (scanAuxFile): use boost regex and get rid of LRegex and
10236         LSubstring
10237         (deplog): ditto
10238
10239 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10240
10241         * ColorHandler.h:
10242         * ColorHandler.C:
10243         * FontInfo.h:
10244         * FontInfo.C: moved to frontends/xforms/
10245
10246         * FontLoader.h:
10247         * FontLoader.C: moved into frontends for GUIIzation
10248
10249         * Makefile.am:
10250         * lyx_gui.C:
10251         * lyxfont.C:
10252         * lyxfunc.C: changes from above
10253
10254 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10255
10256         * LColor.C: remove spurious X include
10257
10258         * BufferView_pimpl.C:
10259         * Makefile.am:
10260         * font.h:
10261         * font.C:
10262         * text.C:
10263         * text2.C: move font metrics to frontends/
10264
10265 2002-05-24  Juergen Vigna  <jug@sad.it>
10266
10267         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10268         setting the undo_cursor.
10269
10270         * ParagraphParameters.h: include local includes first.
10271
10272 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10273
10274         * BufferView_pimpl.C:
10275         * BufferView_pimpl.h:
10276         * Makefile.am:
10277         * WorkArea.h:
10278         * WorkArea.C:
10279         * screen.C: move WorkArea into frontends/
10280
10281         * lyxscreen.h:
10282         * screen.C:
10283         * text.C:
10284         * BufferView.C:
10285         * BufferView2.C: move LyXScreen into frontends/
10286
10287         * lyxlookup.h:
10288         * lyxlookup.C:
10289         * lyx_gui.C: move lyxlookup into frontends/xforms/
10290
10291 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10292
10293         * BufferView2.C:
10294         * BufferView_pimpl.C:
10295         * FontLoader.C:
10296         * LyXView.h:
10297         * LyXView.C:
10298         * Makefile.am:
10299         * WorkArea.C:
10300         * XFormsView.h:
10301         * XFormsView.C:
10302         * buffer.C:
10303         * bufferlist.C:
10304         * bufferview_funcs.C:
10305         * converter.C:
10306         * importer.C:
10307         * lyx_cb.C:
10308         * lyx_gui.C:
10309         * lyx_main.C:
10310         * lyx_find.C:
10311         * lyxfunc.C:
10312         * lyxvc.C:
10313         * minibuffer.C:
10314         * text.C:
10315         * text2.C:
10316         * trans.C:
10317         * vc-backend.C: move LyX/XFormsView into frontends/
10318
10319 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10320
10321         * Makefile.am:
10322         * PainterBase.C:
10323         * PainterBase.h:
10324         * Painter.C:
10325         * Painter.h:
10326         * WorkArea.C:
10327         * WorkArea.h:
10328         * screen.C:
10329         * tabular.C:
10330         * text.C:
10331         * text2.C: move Painter to frontends/
10332
10333 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10334
10335         * buffer.C: comment out some some code that depend upon lyx_format
10336         < 220
10337
10338         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10339         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10340
10341         * buffer.h (NO_COMPABILITY): turn off compability
10342
10343         * ColorHandler.C: include scoped_array.hpp
10344
10345         * font.C: Use more specific smart_ptr header.
10346         * Painter.C: ditto
10347         * gettext.C: ditto
10348         * ShareContainer.h: ditto
10349         * lyx_main.h: ditto
10350         * kbmap.h: ditto
10351         * FontInfo.h: ditto
10352         * BufferView_pimpl.h: ditto
10353         * ColorHandler.h: ditto
10354
10355         * kbmap.C (defkey): change call to shared_ptr::reset
10356
10357 2002-05-21  Juergen Vigna  <jug@sad.it>
10358
10359         * buffer.C (insertErtContents): fix to insert ert asis if it is
10360         non empty. Skip it completely if it contains only whitespaces.
10361
10362 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10363
10364         * BufferView_pimpl.C:
10365         * BufferView2.C: clear selection on paste (bug 393)
10366
10367 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10368
10369         * DepTable.C: include ctime
10370
10371 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10372
10373         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10374
10375 2002-05-14  Juergen Vigna  <jug@sad.it>
10376
10377         * text.C (breakParagraph): fixed function to honor the keepempty
10378         layout in the right maner and also to permit the right breaking
10379         algorithm on empty or non empyt keepempty paragraphs.
10380
10381         * paragraph.C (breakParagraph): we have to check also if the par
10382         is really empty (!size()) for isempty otherwise we do the wrong
10383         paragraph break.
10384
10385 2002-05-10  Juergen Vigna  <jug@sad.it>
10386
10387         * buffer.[Ch] : The following are only changes to the ert
10388         compatibility read reading old LaTeX layout and font stuff and
10389         convert it to ERTInsets.
10390
10391         * buffer.h: added isErtInset().
10392
10393         * buffer.C (struct ErtComp): add a fromlayout bool to check
10394         if we're inside a LaTeX layout.
10395         (isErtInset): new helper function.
10396         (insertErtContents): look for other ert insets before this one
10397         and insert the contents there, so that we don't have subsequent
10398         ERT insets with nothing between them. This way we create only one
10399         inset with multiple paragraphs. Also check if we don't insert only
10400         spaces ' ' as they are ignored anyway afterwards in the .tex file
10401         so if we have only spaces we will ignore this latex part in the
10402         new file.
10403         (parseSingleLyXformat2Token \\layout): better compatibility when
10404         reading layout-latex stuff.
10405         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10406         language tag.
10407         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10408         stuff after reading the inset only get the information back from
10409         the stack.
10410
10411 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10412
10413         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10414
10415         * LaTeXFeatures.C (getBabelOptions): New method.
10416
10417 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * BufferView_pimpl.C (Dispatch): work around missing argument for
10420         'layout'
10421
10422 2002-05-08  Juergen Vigna  <jug@sad.it>
10423
10424         * text.C (leftMargin): handle paragraph leftindent.
10425
10426         * paragraph.C (writeFile): write the new \\leftindent tag.
10427         (validate): handle leftindent code.
10428         (TeXEnvironment): handle paragraphleftindent code again.
10429
10430         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10431
10432         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10433         for paragrap_extra indent code and new token \\leftindent.
10434         (latexParagraphs): handle the leftindent as environment.
10435
10436         * ParameterStruct.h: added leftindent support.
10437
10438         * ParagraphParameters.C (leftIndent): added support functions for
10439         the paragraph left indent.
10440
10441         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10442         more appropriate.
10443
10444 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10445
10446         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10447         inside insetERT.
10448
10449         * text.C (computeBidiTables): No bidi in insetERT.
10450
10451         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10452         in RTL documents.
10453
10454 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10455
10456         * version.C.in: pre 5
10457
10458 2002-05-02  José Matos  <jamatos@fep.up.pt>
10459         * buffer.C (makeDocBookFile): white space changes, add newline to
10460         command styles.
10461         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10462
10463         * tabular.C (docBook): fix typo.
10464
10465 2002-05-03  Juergen Vigna  <jug@sad.it>
10466
10467         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10468         change in LyXText as we can not be sure it was not freed.
10469         (drawOneRow): remove unused code.
10470
10471         * text.C (drawInset): redo the calculation of the need_break_row as
10472         it could have a row which was already freed.
10473         (draw): look at the return value of drawInset and return false if
10474         it also returned false.
10475         (paintRowText): look at the return value of draw and return false if
10476         it also returned false.
10477
10478         * lyxtext.h: added bool return type to drawInset() and draw() so that
10479         if we have a change in the row so that the rowbreak has to be redone
10480         we abort drawing as it will be called again.
10481
10482 2002-05-02  Juergen Vigna  <jug@sad.it>
10483
10484         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10485         a change in the maintext also if we're inside an inset.
10486         (Dispatch): set the cursor again after a break line and after the
10487         screen has been updated as it could be we're in a different row.
10488
10489         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10490         to set the cursor behind the pargraph with > size().
10491         (setCursor): check also for the same paragraph when checking where
10492         to put the cursor if we have a NFR inset.
10493
10494         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10495         parts of layout read further up as it still was in the wrong
10496         position.
10497
10498 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10499
10500         * screen.C (drawFromTo): change sine fullRebreak always return
10501         true.
10502
10503         * buffer.C (parseSingleLyXformat2Token): reindent some
10504
10505         * BufferView_pimpl.C (update): change since fullRebreak always
10506         return true.
10507         (Dispatch): git rid of the last hardcoded "Standard"s.
10508
10509 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10510
10511         * text2.[Ch] (fullRebreak): make it return void now that we always
10512         returned true.
10513
10514 2002-04-30  Juergen Vigna  <jug@sad.it>
10515
10516         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10517         ert compatibility check for "latex" layout.
10518
10519 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10520
10521         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10522         minipages: use col% instead of p%, and also use the current font.
10523         (makeLaTeXFile): Fix use babel condition.
10524         (parseSingleLyXformat2Token): Correct font when reading old floats.
10525
10526 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10527
10528         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10529         inserting list of floats.
10530
10531 2002-04-25  Herbert Voss  <voss@lyx.org>
10532
10533         * MenuBackend.C (expand): don't add the graphics extensions to the
10534         export menu
10535
10536 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10537
10538         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10539         non-existing layout, do not complain if it was the default layout
10540         of the original class (bug #342)
10541
10542 2002-04-24  Juergen Vigna  <jug@sad.it>
10543
10544         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10545         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10546
10547 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10548
10549         * buffer.C (getBibkeyList): If using \bibliography, return the
10550         option field with the reference itself. Enables us to provide natbib
10551         support when using \bibliography.
10552
10553 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10554
10555         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10556
10557         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10558         natbib is provided by the LaTeX class.
10559
10560 2002-04-23  Juergen Vigna  <jug@sad.it>
10561
10562         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10563         Wakeup functions.
10564
10565         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10566
10567 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10568
10569         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10570
10571         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10572         ensuremath around textordmasculine, textordfeminine and
10573         textdegree.
10574
10575 2002-04-19  Juergen Vigna  <jug@sad.it>
10576
10577         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10578         reinitializing the buffer otherwise row-dimensions may be wrong.
10579         (update): reset also the selection cursors if they do exits otherwise
10580         their x/y positions may be wrong.
10581
10582         * text2.C (cursorDown): don't enter the inset if we came from a row
10583         above and are one row over the inset.
10584
10585         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10586         really leaving an inset.
10587
10588 2002-04-18  Juergen Vigna  <jug@sad.it>
10589
10590         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10591         of the selected paragraph does not have the selected layout also if
10592         the last one had!
10593
10594         * text2.C (setLayout): fixed bug which did not change last selected
10595         paragraph.
10596
10597         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10598         changed the read and substituted \\end_float with \\end_inset!
10599
10600         * BufferView_pimpl.C (cursorPrevious):
10601         (cursorNext): fixed to make it work with rows heigher than the work
10602         area without moving the cursor only the draw of the row.
10603         (workAreaMotionNotify): fix jumping over high rows.
10604
10605 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10606
10607         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10608         Ressler.
10609
10610 2002-04-16  Juergen Vigna  <jug@sad.it>
10611
10612         * text2.C (setCursor): set also the irow().
10613         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10614         (cursorUp):
10615         (cursorDown): support for locking an inset if the x_fix value goes
10616         inside it. That way I can transverse insets too with cursor up/down.
10617
10618         * lyxrow.h: added irow helper function same as other (i) functions.
10619
10620         * BufferView_pimpl.C (cursorPrevious):
10621         (cursorNext): fixed for insets!
10622
10623 2002-04-15  Juergen Vigna  <jug@sad.it>
10624
10625         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10626         position otherwise it is wrong in some cases.
10627
10628         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10629         inside the inset before the call.
10630
10631 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10632
10633         * buffer.[Ch] (getBibkeyList): make it const.
10634
10635 2002-04-12  Juergen Vigna  <jug@sad.it>
10636
10637         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10638
10639         * text2.C (getCursorX): new helper function
10640         (setCursor): compute also ix_
10641         (setCursorFromCoordinates): set also ix.
10642
10643         * lyxcursor.h: added ix_ and helper functions.
10644
10645         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10646
10647         * buffer.C (insertStringAsLines): dont break paragraph if the this
10648         paragraph is inside an inset which does not permit it!
10649
10650         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10651         also with no chars on this paragraph.
10652         (paintRowText): only paint stuff if it's inside the workarea!
10653
10654         * paragraph.C (breakParagraph): honor keepempty flag and break the
10655         paragraph always below not above.
10656
10657         * BufferView2.C (unlockInset): update the paragraph layout on inset
10658         unlock as we changed paragraph in such a case.
10659
10660         * lyxfind.C (LyXFind): clear the former selection if not found!
10661
10662         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10663         again called in insertChar().
10664
10665         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10666         an inset which uses the whole row!
10667         (rightMargin): ditto.
10668         (insertChar): force a rebreak if we inserted an inset!
10669
10670 2002-03-28  Herbert Voss  <voss@lyx.org>
10671
10672         * lyxlength.[Ch]: add inBP() to get the right PS-point
10673         units (BigPoint). With inPixels we have rounding errors
10674
10675 2002-04-11  Juergen Vigna  <jug@sad.it>
10676
10677         * text2.C (setCursorFromCoordinates): set iy to the right value.
10678         (setCursor): add check if row->previous exists!
10679
10680         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10681         an old float_type as this was the case in the old code!
10682
10683         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10684
10685         * BufferView2.C (showLockedInsetCursor): use iy
10686         (fitLockedInsetCursor): ditto
10687
10688         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10689         locked insets as there we have the right value now.
10690
10691         * lyxcursor.C: added iy_ variable and iy functions to set to the
10692         baseline of cursor-y of the locked inset.
10693
10694         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10695         (setCursor): fixed for insets which need a full row.
10696
10697         * text.C (rowLastPrintable): don't ignore the last space when before
10698         an inset which needs a full row.
10699         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10700         as last character of a row when before a inset which needs a full row.
10701
10702 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10703
10704         * version.C.in: update date
10705
10706         * text2.C (fullRebreak): try to always return true and see what
10707         happens...
10708
10709 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10710
10711         * MenuBackend.C (expand): use Floating::listName
10712
10713         * FloatList.C (FloatList): add listName argument to the built-in
10714         floats
10715
10716         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10717         text associated with the float.
10718
10719 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10720
10721         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10722
10723 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10724
10725         * ShareContainer.h: add a couple of missing typenames.
10726
10727 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10728
10729         * lyxrc.C (getDescription): use _() correctly rather than N_().
10730
10731 2002-03-28  Herbert Voss  <voss@lyx.org>
10732
10733         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10734         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10735
10736 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10737
10738         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10739         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10740
10741 2002-03-29  Juergen Vigna  <jug@sad.it>
10742
10743         * lyxfunc.C (dispatch): add a missing fitCursor call.
10744
10745         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10746         it was scrolled by a cursor move, so return the bool status.
10747
10748         * BufferView.C (fitCursor): return the bool flag also to the outside
10749         world as this is needed.
10750
10751         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10752
10753         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10754         call the edit() as it is not needed (and wrong) IMO.
10755         (workAreaButtonPress): set the screen_first variable before evt.
10756         unlock the inset as this may change screen_first and then we have
10757         a wrong y position for the click!
10758
10759 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10760
10761         * MenuBackend.C (expand): another translation that I missed
10762
10763 2002-03-28  Juergen Vigna  <jug@sad.it>
10764
10765         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10766
10767         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10768
10769 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10770
10771         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10772
10773         * MenuBackend.C (expand): fix export/view/update when there is no
10774         document open.
10775
10776 2002-03-27  Herbert Voss  <voss@lyx.org>
10777
10778         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10779         and text%
10780
10781 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10782
10783         * bufferview_funcs.C (currentState): only show paragraph number
10784         for is DEVEL_VERSION is set.
10785
10786         * lyxfunc.C (dispatch): put warning in INFO channel
10787
10788         * MenuBackend.C (expand): translate the name of floats
10789
10790         * FloatList.C (FloatList): mark the float names for translation
10791
10792         * converter.C (convert): use LibScriptSearch
10793
10794 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10795
10796         * MenuBackend.C (defaults): fix default menu (we might as well get
10797         rid of it...)
10798
10799 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10800
10801         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10802         directory.
10803
10804 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10805
10806         * lyxvc.C: reorder includes.
10807
10808 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10809
10810         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10811           properly
10812
10813 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10814
10815         * CutAndPaste.C: change layouts earlier on paste
10816           to avoid crashing when calling getFont()
10817
10818 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10819
10820         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10821         irritating #error.
10822
10823 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10824
10825         * WorkArea.C: remove 'Pending' debug message.
10826
10827         * most files: ws cleanup
10828
10829         * buffer.[Ch]: ws changes
10830
10831         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10832
10833 2002-03-21  Juergen Vigna  <jug@sad.it>
10834
10835         * tabular.C (SetMultiColumn): collapse also the contents of the
10836         cells and set the last border right. Added a Buffer const * param.
10837
10838 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10839
10840         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10841         linking or not.
10842
10843 2002-03-19  Juergen Vigna  <jug@sad.it>
10844
10845         * text2.C (clearSelection): reset also xsel_cache.
10846
10847         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10848         where it needs to be called (John tells us to do so too :)
10849         (selectionLost): reset sel_cache.
10850
10851         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10852
10853 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10854
10855         * text2.C (setCursorIntern): put debuging code in INSETS channel
10856
10857 2002-03-19  André Pönitz <poenitz@gmx.net>
10858
10859         * lyxfunc.C: tiny whitespace change
10860
10861 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10862
10863         * ToolbarDefaults.C (init):
10864         * LyXAction.C (init):
10865         * commandtags.h:
10866         * BufferView_pimpl.C (Dispatch):
10867         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10868
10869 2002-03-19  Allan Rae  <rae@lyx.org>
10870
10871         * exporter.C (Export): removeAutoInsets before doing anything else.
10872         While I've just introduced a dependency on BufferView this really is
10873         the best place to clean the buffer otherwise you need to cleanup in
10874         a dozen places before calling export or cleanup in a dozen functions
10875         that export calls.
10876
10877         * converter.C (runLaTeX):
10878         (scanLog): Better handling of removeAutoInsets and screen updates.
10879
10880         * lyxfunc.C (dispatch): small whitespace changes
10881
10882 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10883
10884         * WorkArea.C (C_WorkAreaEvent): return a value.
10885         (event_cb): return 1 if we handled the event, 0 otherwise.
10886
10887         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10888
10889 2002-03-18  Juergen Vigna  <jug@sad.it>
10890
10891         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10892         (GetAdditionalWidth): ditto.
10893         (RightLine): ditto.
10894         (LeftLine): ditto.
10895
10896         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10897         inset if we're there actually (probably not used right now but this
10898         is the direction to go for unifying code).
10899         (paste): disable code to clear the selection.
10900
10901         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10902         inside an InsetText and move the check further up as it is in the
10903         wrong place.
10904
10905         * text2.C (pasteSelection): set a selection over the pasted text.
10906
10907 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10908
10909         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10910         and libgraphics to build on Cygwin.
10911
10912 2002-03-15  Juergen Vigna  <jug@sad.it>
10913
10914         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10915         inserting an Inset into the paragraph. I know this is not the best
10916         fix but we already use current_view in CutAndPaste so we will remove
10917         all of it's using at the same time.
10918
10919         * buffer.C (sgmlError): deactivated function till it is rewritten in
10920         the right mode, now it can create problems.
10921
10922         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10923         before accessing it.
10924
10925 2002-03-14  Juergen Vigna  <jug@sad.it>
10926
10927         * undo_funcs.C (textHandleUndo): do the right thing when updating
10928         the inset after the undo/redo.
10929
10930         * text2.C (setCursor): just some testcode for #44 not ready yet.
10931
10932         * undo_funcs.C (textHandleUndo): set the next() and previous()
10933         pointers of the paragraph to 0 before deleting otherwise we have
10934         problems with the Paragraph::[destructor].
10935
10936         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10937         on a paragraph insertion.
10938
10939 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10940
10941         * buffer.C (asciiParagraph): use += operator for char append to
10942         string.
10943
10944         * paragraph.C (getFontSettings): compare >= not just >
10945         (highestFontInRange): ditto
10946         (setFont): ditto
10947
10948 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10949
10950         * paragraph.C: change several algorithm to be more appripriate for
10951         the problem domain. This is lookip in FontList and in the InsetList.
10952
10953 2002-03-13  André Pönitz <poenitz@gmx.net>
10954
10955         * commandtags.h:
10956         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10957
10958 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10959
10960         * commandtags.h:
10961         * LyXAction.C:
10962         * lyxfunc.C:
10963         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10964
10965 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10966
10967         * Painter.C (display): anon helper function, adjust code for this
10968         change.
10969         (pixmap): remove function.
10970
10971         * Painter.h: remove private display variable.
10972
10973         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10974
10975 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10976
10977         * WorkArea.[Ch]: remove figinset_canvas cruft.
10978
10979 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10980
10981         * lyxtextclass.C (operator): add one item cache optimization.
10982
10983         * bufferlist.h: doxy changes
10984
10985         * bufferlist.C: ws changes
10986
10987         * DepTable.[Ch] (ext_exist): place const in the right spot.
10988
10989         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10990         call resizeInsets.
10991         (workAreaExpose): call resizeInsets when the with BufferView changes.
10992         (Dispatch): adjust for protectedBlank removal
10993         (specialChar): call updateInset if the insert went ok.
10994
10995         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10996         specialChar instead.
10997
10998         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10999
11000         * BufferView.h: doxy change
11001
11002         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
11003
11004         * lyxtextclass.C (operator[]): remove non-const version
11005         (defaultLayout): remove non-const version
11006
11007 2002-03-12  Juergen Vigna  <jug@sad.it>
11008
11009         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
11010         did resize the LyXText too.
11011
11012         * buffer.C (readLyXformat2): set layout information on newly allocated
11013         paragraphs.
11014
11015         * tabular.C (OldFormatRead): set layout information on the paragraph.
11016
11017 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11018
11019         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
11020
11021 2002-03-11  Juergen Vigna  <jug@sad.it>
11022
11023         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
11024         plainly wrong.
11025         (resizeCurrentBuffer): force also the insets to resize themselfes.
11026         (moveCursorUpdate): fixed up for InsetText.
11027
11028 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
11029
11030         * commandtags.h:
11031         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
11032         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
11033         value of Dialogs::tooltipsEnabled().
11034         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
11035
11036 2002-03-08  Juergen Vigna  <jug@sad.it>
11037
11038         * BufferView_pimpl.C (updateInset): update inset inside inset also
11039         if it isn't inside theLockingInset().
11040
11041 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11042
11043         * buffer.C (asciiParagraph): redo some of the word and line length
11044         handling.
11045         (getLists): look for Caption instead of caption.
11046
11047 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11048
11049         * buffer.C (Buffer): initialize niceFile to true
11050         (makeLaTeXFile):
11051         (makeLinuxDocFile):
11052         (makeDocBookFile): make sure niceFile is true on exit
11053
11054 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11055
11056         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11057
11058 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11059
11060         * LyXSendto.C: remove.
11061         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11062         * lyx_gui.C: remove now-redundant comment.
11063         * ColorHandler.h: remove forward declaration of class WorkArea.
11064         * lyxfunc.C: remove #include "WorkArea.h".
11065
11066 2002-03-07  Juergen Vigna  <jug@sad.it>
11067
11068         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11069         got moved away with the DEPM and also set the inset_owner always
11070         right which before could have been omitted.
11071
11072 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11073
11074         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11075         wanted layout is not found.
11076
11077 2002-03-07  Juergen Vigna  <jug@sad.it>
11078
11079         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11080
11081 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11082
11083         * paragraph.C (breakParagraph): use default layout not layout of
11084         prev paragraph.
11085         (Paragraph): clear ParagraphParameters.
11086
11087 2002-03-06  Juergen Vigna  <jug@sad.it>
11088
11089         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11090         otherwise it would not be a valid lenght. Fixed a special case in
11091         the minipage compatibility read where we end the document with a
11092         minipage.
11093
11094         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11095         was set as it could be 0 for InsetTexts first entry.
11096
11097 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11098
11099         * paragraph.C (writeFile): if layout is empty write out
11100         defaultLayoutName().
11101
11102         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11103         file without named layout we set layout to defaultLayoutName().
11104
11105 2002-03-06  Juergen Vigna  <jug@sad.it>
11106
11107         * CutAndPaste.C (copySelection): set layout for new paragraph.
11108
11109         * text.C (prepareToPrint): leave ERT inset left aligned
11110         (leftMargin): don't indent paragraphs inside ERT insets
11111
11112 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11113
11114         * paragraph.C (breakParagraph): dont call clear do the work manually
11115
11116         * paragraph.[Ch] (clear): remove function
11117
11118 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11119
11120         * paragraph.C (Paragraph): dont call clear, the work has already
11121         been done.
11122
11123         * lyxtextclass.C (operator): assert if n is empty
11124
11125         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11126         work manually instead.
11127
11128 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11129
11130         * BufferView_pimpl.C: protect selectionLost against text == 0
11131
11132 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11133
11134         * text.C (breakParagraph): fix a setting layout to '0' problem.
11135
11136 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11137
11138         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11139         final location of file, for the included files, and graphics.
11140
11141 2002-03-05  Juergen Vigna  <jug@sad.it>
11142
11143         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11144
11145 2002-03-04  Juergen Vigna  <jug@sad.it>
11146
11147         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11148
11149         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11150         last column of multicolumn cells.
11151         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11152
11153 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11154
11155         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11156         file if it doesn't go to a temporary file.
11157
11158         * buffer.C (sgmlOpenTag):
11159         (sgmlCloseTag):  remove extra newline insertion.
11160
11161 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11162
11163         * text.C (getRowNearY): comment out debug msg
11164
11165 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11166
11167         * text2.C: first -> first_y
11168
11169         * text.C (getRowNearY): add some attemts at a possible
11170         optimization, not working.
11171
11172         * tabular.[Ch]: add BufferParams to several function so that newly
11173         created paragraph can be initialized to he default layotu for the
11174         buffers textclass.
11175
11176         * tabular-old.C (ReadOld): add buf->params to call of Init
11177
11178         * screen.C: rename text->first to text->first_y
11179
11180         * paragraph.C (breakParagraph): always set layout in the broken
11181         paragraph
11182
11183         * lyxtextclass.C (Read): remove lowercase
11184         (hasLayout): ditto
11185         (operator): ditto
11186         (delete_layout): ditto
11187
11188         * lyxtext.h: rename first -> first_y
11189
11190         * lyxlayout.C (Read): remove lowercase
11191         (name): ditto
11192         (setName): ditto
11193         (obsoleted_by): ditto
11194
11195         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11196
11197         * buffer.C (insertErtContents): add params are to InsetERT
11198         (parseSingleLyXformat2Token): add code to check if a paragraphs
11199         layout really exist.
11200         (parseSingleLyXformat2Token): add params to several inset
11201         constructors
11202         (asciiParagraph): remove lowercase, do the layout comparisons with
11203         no_case
11204
11205         * BufferView_pimpl.C (cursorNext): first -> first_y
11206         (resizeCurrentBuffer): first -> first_y
11207         (updateScrollbar): first -> first_y
11208         (scrollCB): first -> first_y
11209         (workAreaMotionNotify): first -> first_y
11210         (workAreaButtonPress): first -> first_y
11211         (checkInsetHit): first -> first_y
11212         (cursorPrevious): first -> first_y
11213         (cursorNext): first -> first_y
11214         (Dispatch): add buffer_->params to severl inset contructors
11215
11216 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11217
11218         * lyxlayout.C (Read): remove some debug info that I forgot.
11219
11220         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11221         clean up the code slightly.
11222         (makeLinuxDocFile): ditto
11223         (makeDocBookFile): ditto
11224
11225         * text2.C: layout as string
11226
11227         * text.C: layout as string
11228
11229         * paragraph_pimpl.C: layout as string
11230
11231         * paragraph.[Ch]: layout as string
11232
11233         * lyxtextclasslist.[Ch]: layout as string
11234
11235         * lyxtextclass.[Ch]: layout as string
11236
11237         * lyxtext.h: layout as string
11238
11239         * lyxlayout.[Ch]: layout as string
11240
11241         * lyx_cb.C: layout as string
11242
11243         * bufferview_funcs.C: layout as string
11244
11245         * bufferparams.C: layout as string
11246
11247         * buffer.C: layout as string
11248
11249         * LyXView.[Ch]: layout as string
11250
11251         * LaTeXFeatures.[Ch]: layout as string
11252
11253         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11254
11255         * BufferView_pimpl.C: change current_layout to string, remove
11256         lyx::layout_type.
11257         (Dispatch):
11258         (smartQuote):
11259         (insertInset):
11260         (workAreaButtonRelease): layout as string
11261
11262         * BufferView2.C (unlockInset): adjust
11263
11264         * vspace.C (asLatexCommand): use an explict temp variable.
11265
11266 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11267
11268         * Makefile.am: use FRONTEND_*
11269
11270 2002-03-01  Juergen Vigna  <jug@sad.it>
11271
11272         * tabular.C (SetWidthOfMulticolCell): changed to something better
11273         I hope but still work in progress.
11274         (recalculateMulticolumnsOfColumn): renamed function from
11275         recalculateMulticolCells as it is more appropriate now.
11276         (SetWidthOfCell): calculate multicols better.
11277
11278 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11279
11280         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11281
11282         * lyxfunc.C (processKeySym): print sequence also if it is
11283         `deleted' (complete)
11284
11285         * kbsequence.C (print): print sequence even if it is deleted
11286         (complete would be a better word, actually).
11287
11288         * lyxfunc.C (dispatch): print complete options after a prefix key
11289
11290         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11291
11292 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11293
11294         * text2.C (setCharFont): eliminate setCharFont code duplication.
11295
11296 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11297
11298         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11299         LFUN_TABULAR_FEATURE (bug #177)
11300
11301 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11302
11303         * Makefile.am: remove figure.h
11304
11305 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11306
11307         * Bufferview_pimpl.C:
11308         * CutAndPasteC:
11309         * LaTeX.C:
11310         * LyXSendto.C:
11311         * buffer.C:
11312         * bufferlist.C:
11313         * converter.C:
11314         * language.C:
11315         * lyxfunc.C:
11316         * lyxvc.C:
11317         * paragraph.C:
11318         * text.C:
11319         * text2.C: remove #include "lyx_gui_misc.h".
11320
11321         * LaTeX.C: added #include <cstdio>
11322
11323 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11324
11325         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11326         that the paragraph following this one can have.
11327
11328         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11329
11330         * vspace.C (asLatexCommand): fix bogus gcc warning
11331
11332         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11333
11334 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11335
11336         * text2.C (setLayout): get rid of redundant code
11337
11338 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11339
11340         * text2.C (incDepth): make sure depth cannot be increased beyond
11341         reasonable values.
11342
11343 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11344
11345         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11346         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11347
11348         * PainterBase.h (image):
11349         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11350         a LyXImage const *.
11351
11352 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11353
11354         * BufferView.C:
11355         * BufferView.h:
11356         * BufferView_pimpl.C:
11357         * BufferView_pimpl.h:
11358         * LaTeXFeatures.C:
11359         * LyXAction.C:
11360         * LyXView.C:
11361         * Makefile.am:
11362         * UpdateList.h:
11363         * UpdateList.C:
11364         * buffer.C:
11365         * figure.h:
11366         * figureForm.C:
11367         * figureForm.h:
11368         * figure_form.C:
11369         * figure_form.h:
11370         * lyx_cb.C:
11371         * lyx_gui.C:
11372         * lyx_gui_misc.C:
11373         * lyxfunc.C:
11374         * sp_base.h:
11375         * sp_ispell.h:
11376         * sp_pspell.h:
11377         * sp_spell.C: remove fig inset, and the crap house of
11378           cards that follows it
11379
11380 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11381
11382         * Makefile.am:
11383         * lyxserver.C:
11384         * os2_defines.h:
11385         * os2_errortable.h:
11386         * nt_defines.h: move .h into support/
11387
11388         * vms_defines.h: remove
11389
11390         * WorkArea.C: add space in debug output
11391
11392         * text2.C:
11393         * paragraph.C:
11394         * buffer.C: add WITH_WARNINGS
11395
11396         * vc-backend.h:
11397         * vc-backend.C:
11398         * bufferlist.C: s/retrive/retrieve/, add docs
11399
11400         * vspace.h:
11401         * vspace.C:
11402         * kbmap.h:
11403         * lyxlength.h:
11404         * lyxgluelength.h:
11405         * length_common.h:
11406         * chset.h:
11407         * chset.C: add docs
11408
11409         * lyxgui.C: add ID to X error handler
11410
11411         * lyxtestclass.c: fix typo
11412
11413 2002-02-26  Juergen Vigna  <jug@sad.it>
11414
11415         * tabular_funcs.C (write_attribute): changed so that some default
11416         attributes are not written at all.
11417         (getTokenValue): set default values before trying to read the
11418         value so we have the return value always set as default if we don't
11419         find the token we search for.
11420
11421         * tabular.C (Write): write bools as bools not as strings!
11422
11423 2002-02-22  Juergen Vigna  <jug@sad.it>
11424
11425         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11426         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11427
11428         * text.C (leftMargin): don't add an indent for paragraphs inside
11429         tabular cells (fix #208).
11430
11431 2002-02-21  José Matos  <jamatos@fep.up.pt>
11432
11433         * tabular.C (docBook): fixed support for long tables.
11434
11435 2002-02-20  Juergen Vigna  <jug@sad.it>
11436
11437         * text2.C (getFont): get the drawing font of the Inset if this
11438         paragraph is inside an inset (only important for InsetERT for now).
11439
11440         * buffer.C (insertErtContents): use new lanugage params in ERT
11441         constructor.
11442
11443         * CutAndPaste.C: commenting out seemingly uneeded code.
11444
11445 2002-02-19  Allan Rae  <rae@lyx.org>
11446
11447         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11448         Iterators might be simple to use but they also get invalidated.
11449         (removeAutoInsets): renamed saved cursor tracking variables and added
11450         some comments to clarify what everything does.
11451
11452 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11453
11454         * Chktex.C:
11455         * LaTeX.C:
11456         * LyXSendto.C:
11457         * converter.C:
11458         * lyx_cb.C:
11459         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11460         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11461
11462         * lyxfunc.C:
11463         * vc-backend.h: remove #include "support/syscall.h"
11464
11465         * LaTeX.C:
11466         * LyXSendto.C:
11467         * converter.C: rearrange #includes in Lars' approved fashion.
11468
11469         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11470         forward declare class Timeout in the header file.
11471
11472         * XFormsView.C: changes due to the above.
11473
11474         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11475         similar to LyXView.
11476
11477         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11478         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11479
11480 2002-02-18  José Matos  <jamatos@fep.up.pt>
11481
11482         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11483         insets contents.
11484
11485 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11486
11487         * a lot of small ws changes
11488         * add a lot of using std::XXX
11489         * use std construcs some places where approp.
11490         * use some exisint stuff from lyxfunctional where approp.
11491         * Make file changes to use partial linking (lets test this now...)
11492
11493 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11494
11495         * Chktex.C:
11496         * buffer.C:
11497         remove #include "support/syscontr.h" as it's redundant. Always has been.
11498
11499         * Chktex.C:
11500         * LaTeX.C:
11501         * LyXSendto.C:
11502         * converter.C:
11503         * lyx_cb.C:
11504         * vc-backend.C:
11505         change Systemcalls::System to Systemcalls::Wait and
11506         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11507         No change of functionality, just reflects the stripped down Systemcalls
11508         class.
11509
11510 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11511
11512         * debug.[Ch]: add a GRAPHICS type to the enum.
11513
11514 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11515
11516         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11517
11518         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11519         there is an inset.
11520
11521 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11522
11523         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11524         match the changes below.
11525
11526         * text2.C (toggleInset): if there is not editable inset at cursor
11527         position, try to see if cursor is _inside_ a collapsable inset
11528         and close it.
11529
11530 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11531
11532         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11533         document menu has a nice checkbox
11534
11535 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11536
11537         * lyxlength.C (asLatexString): change PW to output as percent of
11538         \textwidth.
11539
11540         * lengthcommon.C: change '%' to 't%'
11541
11542         * lyxfunc.C (dispatch): a few comments from Martin
11543
11544 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11545
11546         * WorkArea.h:
11547         * WorkArea.C:
11548         * BufferView_pimpl.h:
11549         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11550           the X selection.
11551
11552 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11553
11554         * vspace.C (inPixels): fix compiler warning
11555
11556 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11557
11558         * lyxfunc.C (getStatus): fix status message for disabled commands.
11559
11560 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11561
11562         * BufferView_pimpl.C: fix crash on close buffer
11563         during selection (#227)
11564
11565 2002-01-27  Herbert Voss  <voss@lyx.org>
11566
11567         * buffer.C: link old Figure to new graphic inset
11568
11569 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11570
11571         * FontLoader.C (getFontinfo): Change the latex font names in order
11572         to match the names of type1inst.
11573
11574 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11575
11576         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11577
11578         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11579         (extchanged): ditto
11580         (ext_exist): ditto
11581         (remove_files_with_extension): ditto
11582         (remove_file): ditto
11583         (write): ditto
11584
11585         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11586         document is smaller than the work area height. Do not initialize
11587         static variables to 0.
11588
11589 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11590
11591         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11592
11593         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11594         LFUN_LAYOUT_PARAGRAPHS.
11595
11596         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11597         tabular. It is possible to provide a possible cell, which will
11598         typically be the actcell from the corresponding insettabular
11599
11600         * lyxfunc.C (getStatus): small cleanup; disable
11601         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11602         true
11603
11604 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11605
11606         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11607
11608         * paragraph.C (startTeXParParams):
11609         (endTeXParParams): new methods. The LaTeX code to
11610         start/end paragraph formatting
11611         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11612         empty (fixes bug #200)
11613
11614         * vspace.C (inPixels): adapt to the change below
11615         (inPixels): [later] more cleanups (remove unused variables)
11616
11617         * lyxlength.C (inPixels): change to use a width and a height as
11618         parameter.
11619
11620 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11621
11622         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11623         Replaced with \paperwidth
11624
11625         * DepTable.C (insert): add std:: qualifier
11626
11627 2002-01-18  Allan Rae  <rae@lyx.org>
11628
11629         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11630         updated also?
11631
11632         * text.C (drawInset): Turned out I didn't know enough about how
11633         rebreaking worked.  This fixes most of the redraw problems.  I see
11634         an occasional cursor trail when a line is broken now and the cursor
11635         placement can seem out by a few pixels also after a rebreak.
11636
11637 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11638
11639         * buffer.C (parseSingleLyXformat2Token): update because minipage
11640         width is now a LyXLength
11641
11642         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11643
11644         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11645         math insets
11646
11647 2002-01-17  Juergen Vigna  <jug@sad.it>
11648
11649         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11650
11651         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11652         is set correctly and the inset is updated correctly.
11653
11654 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11655
11656         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11657         the beginning of the loop.
11658
11659 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11660
11661         * lyxrc.C: improve help for use_scalable_fonts
11662
11663 2002-01-17  Allan Rae  <rae@lyx.org>
11664
11665         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11666
11667 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11668
11669         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11670         make sure to set their inset_owner to the right value (bug #171)
11671
11672 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11673
11674         * DepTable.h
11675         * DepTable.C: Implement mtime checking to reduce time spent doing
11676         CRCs.
11677
11678 2002-01-16  Juergen Vigna  <jug@sad.it>
11679
11680         * tabular.C (GetAdditionalHeight): one of error fixed.
11681
11682         * lyxrc.C (output): small fix in writing use_pspell.
11683
11684 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11685
11686         * sp_base.h: #include LString.h
11687
11688 2002-01-16  Allan Rae  <rae@lyx.org>
11689
11690         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11691         Can someone check this please?
11692
11693         * text.C (drawInset): It was possible that p.row would be removed by
11694         breakAgainOneRow upsetting a few other settings.  There may be another
11695         small tweak possible by setting need_break_row = 0 when p.row has been
11696         removed but I don't know enough about the logic here.
11697
11698 2002-01-15  Allan Rae  <rae@lyx.org>
11699
11700         * text.C (insertChar): removed conditional truism.
11701
11702         * BufferView2.C (removeAutoInsets): More tweaks.
11703         cur_par_prev could be a stray pointer.  Check for trailing empty line
11704         in case last line was cur_par and only had an error inset on it.
11705
11706 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11707
11708         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11709         absolute
11710
11711         * vc-backend.C (most methods):
11712         * exporter.C (Export):
11713         * converter.C (convert):
11714         (runLaTeX):
11715         * LyXSendto.C (SendtoApplyCB):
11716         * lyxfunc.C (dispatch):
11717         (menuNew):
11718         (open):
11719         (doImport):
11720         * lyx_cb.C (AutoSave):
11721         (InsertAsciiFile):
11722         * BufferView_pimpl.C (MenuInsertLyXFile):
11723         * buffer.C (runChktex): use Buffer::filePath().
11724
11725         * buffer.h: rename filename to filename_; rename filepath to
11726         filepath_ and make it private
11727         (filePath): new method
11728
11729         * buffer.C (writeFile): use fileName()
11730         (getLatexName):
11731
11732         * lyx_main.C (init): fix starting  of LyX when the binary is a
11733         link from so,ewhere else.
11734
11735         * minibuffer.C: include <cctype> for isprint
11736
11737 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11738
11739         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11740         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11741         name clash with InsetCollapsable's width function.
11742
11743 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11744
11745         * lastfiles.C: include <iterator>
11746
11747 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11748
11749         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11750         std::count.
11751
11752         * buffer.C (makeLaTeXFile): ditto.
11753         Also make loop operation more transparent.
11754
11755 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11756
11757         * ToolbarDefaults.C: remove trailing comma closing namespace.
11758
11759         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11760
11761         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11762         as in WorkArea.
11763
11764         * trans.C (Load): comment out unused variable, allowed.
11765
11766 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11767
11768         * minibuffer.[Ch] (append_char): new method to recieve input from the
11769         drop-down completion browser. If a key was pressed, then recieve this
11770         char and append it to the existing string.
11771         (peek_event): modify the positioning data passed to the completion
11772         browser so that it can be placed above the minibuffer rather than below.
11773 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11774
11775         * LyXAction.C (init): alloe error-next for readonly documents.
11776
11777         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11778         count.
11779
11780 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11781
11782         * bufferlist.C (readFile): create the buffer _after_ checking that
11783         the file exists.
11784
11785         * lyxfunc.C (verboseDispatch): fix handling of arguments
11786
11787         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11788
11789         * lyxrc.C: use string::erase() instead of initializing to "".
11790
11791
11792 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11793
11794         * BufferView_pimpl.h:
11795         * BufferView_pimpl.C:
11796         * WorkArea.h:
11797         * WorkArea.C:
11798         * text2.C: tell X when we have made a selection for copying
11799
11800 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11801
11802         * BufferView_pimpl.C (MenuInsertLyXFile):
11803         * lyxfunc.C (menuNew):
11804         (open):
11805         (doImport): add shortcuts to directory buttons
11806
11807         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11808         open a float)
11809
11810         * lyxfunc.C (setStatusMessage):
11811         (getStatusMessage): new methods
11812         (getStatus):use setStatusMessage instead of setErrorMessage
11813         (dispatch): when function is disabled, set error message here
11814         [instead of in getStatus previously]
11815
11816         * BufferView_pimpl.C (workAreaButtonRelease): update
11817         toolbar/menubar here too.
11818
11819 2002-01-13  Allan Rae  <rae@lyx.org>
11820
11821         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11822         Now seems indestructible.  Remaining task is to audit all other
11823         code affected by deleteEmptyParagraphMechanism.  One small quirk
11824         left is that an empty document with an error in the preamble can
11825         be made to report an error but no error box appears.  I don't know
11826         where it goes.
11827         (removeAutoInsets): Improved comments.
11828
11829 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11830
11831         * Thesaurus.h:
11832         * Thesaurus.C: update for Aiksaurus 0.14
11833
11834 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11835
11836         * text2.C (firstParagraph): removed member function, all uses
11837         replaces with ownerParagraph
11838         (redoParagraphs): here
11839         (updateInset): here
11840         (toggleAppendix): here
11841         * BufferView2.C (insertErrors): here
11842         (setCursorFromRow): here
11843
11844 2002-01-13  Allan Rae  <rae@lyx.org>
11845
11846         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11847         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11848         There is still a way to segfault this although you may have to do this
11849         multiple times: Have an InsetERT with an unknown command in it.
11850         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11851         <down-arrow>, <Enter> again, View->DVI, BANG!
11852
11853         * text2.C (setCursor):
11854         (deleteEmptyParagraphMechanism):
11855         * lyxtext.h (setCursor):
11856         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11857         Making use of the return value may help fix other bugs.
11858
11859 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11860
11861         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11862
11863         * LyXView.C (updateMenubar): call MenuBar::update here
11864         (updateToolbar): but not here
11865         (showState): do not update toolbar/menubar
11866
11867         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11868         should need to care about that.
11869
11870         * lyxfunc.C (verboseDispatch): simplify a bit
11871         (getStatus): have a version which takes a pseudoaction, and
11872         another which requires a (kb_action,string).
11873
11874         * LyXAction.C (retrieveActionArg): make it work also when action
11875         is not a pseudo-action.
11876         (getActionName): simplify a bit
11877         (helpText):
11878
11879 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11880
11881         * lyxfunc.C (verboseDispatch): new families of methods with
11882         several ways to specify a command and a bool to indicate whether
11883         the command name and shortcut should be displayed in minibuffer
11884         (eventually, we could extend that to a finer bitmask like
11885         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11886         (dispatch): the pristine dispatch command which just, well,
11887         dispatchs! Note it still sets its result to minibuffer; I'm not
11888         sure we want that.
11889
11890         * lyxfunc.h: remove setHintMessage
11891
11892         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11893
11894 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11895
11896         * BufferView_pimpl.C (specialChar): delete new inset if we have
11897         not been able to insert it.
11898
11899         * kbmap.C: revert to using int instead of kb_action, since all we
11900         are dealing with is pseudo-actions.
11901
11902         * LyXAction.C (searchActionArg): change to return int instead of
11903         kb_action, since the result is a pseudoaction.
11904
11905 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11906
11907         * buffer.C (insertErtContents): Fix (partially) the font bug.
11908
11909 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11910
11911         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11912         as the other one is broken on my machine!
11913
11914 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11915
11916         * commandtags.h:
11917         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11918
11919 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11920
11921         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11922         reflect their actual use. Provide compatibility code for older lyxrc
11923         files.
11924
11925         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11926         FL_NORMAL_STYLE.
11927         change names of popup font variables in line with the changes to lyxrc.C
11928
11929 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11930
11931         * buffer.C (asciiParagraph): avoid outputing a word twice after
11932         an inset.
11933
11934         * lyxrc.C (getDescription): document that document_path and
11935         template_path can be empty.
11936
11937 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11938
11939         * LaTeXFeatures.C (getMacros):
11940         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11941
11942         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11943
11944         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11945         getPackages.
11946         (getPackages): rename feature "floats" to "float". Use an array to
11947         iterate over 'simple' features (i.e. just a \usepackage). Add
11948         handling of "amsmath" (renamed from "amsstyle").
11949
11950 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11951
11952         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11953         features list.
11954
11955 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11956
11957         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11958         FuncStaus::FuncStatus & FuncStaus::some_method().
11959
11960 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11961
11962         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11963         of the func_satus stuff. Edited and massaged in various ways by
11964         JMarc.
11965
11966         * lyxfunc.C (getStatus): use FuncStatus
11967
11968 2002-01-08  Juergen Vigna  <jug@sad.it>
11969
11970         * text.C (nextBreakPoint): use function Inset::isChar().
11971
11972         * paragraph.C (TeXOnePar): use function
11973         Inset::forceDefaultParagraphs.
11974
11975         * buffer.C (latexParagraphs): use function
11976         Inset::forceDefaultParagraphs.
11977
11978 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11979
11980         * lyx_gui.C (init): set the style of the menu popups to
11981         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11982
11983 2002-01-07  Juergen Vigna  <jug@sad.it>
11984
11985         * text.C (setHeightOfRow): small fix
11986         (prepareToPrint): don't look at alignment if we don't have the place
11987         for doing it.
11988
11989 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11990
11991         * box.C: New file. Move the Box methods and functions out of box.h,
11992         following Lars' suggestion.
11993
11994 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11995
11996         * box.h: #include "support/LOstream.h", needed for inlined function.
11997
11998         * lyxtextclass.C:
11999         * lyxtextclasslist.C: added some using std declarations.
12000
12001 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
12002
12003         * box.h: make signed dimensions to allow insets wider than
12004           the screen (bug #162)
12005
12006         * BufferView_pimpl.C: add some insetHit debug
12007
12008 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
12009
12010         * vc-backend.C: add FIXME
12011
12012 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12013
12014         * lyxfunc.C (getStatus): enable code for showing math font status
12015         in toolbar/menu.
12016
12017 2002-01-07  Juergen Vigna  <jug@sad.it>
12018
12019         * text.C (nextBreakPoint): removed debug output not needed anymore.
12020
12021 2002-01-06  Juergen Vigna  <jug@sad.it>
12022
12023         * text.C (nextBreakPoint): fixed up this function we had this bug
12024         since ever but now hopefully we break row better.
12025         (insertChar): we have to check if an inset is the next char as it
12026         could now happen that a large inset is causing a break.
12027
12028 2002-01-05  Juergen Vigna  <jug@sad.it>
12029
12030         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
12031         if it doesn't like to be drawed.
12032
12033 2002-01-04  Juergen Vigna  <jug@sad.it>
12034
12035         * BufferView2.C (lockInset): forgot to set a cursor.
12036
12037         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
12038
12039 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
12040
12041         * FormMathsPanel.C:
12042         * FormMathsPanel.h
12043         * MathsSymbols.C:
12044         * form_maths_panel.C:
12045         * form_maths_panel.h:
12046         * form_maths_panel.fd: implemented sub- and super- buttons in math
12047         panel.
12048
12049         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12050         (or ^ space) to be used as in TeX (req'd by André).
12051
12052         * lyxfunc.C: Allow ^ and _ again to be used both as
12053         super/subscript (mathed) and as themselves (in text).
12054
12055 2002-01-03  Allan Rae  <rae@lyx.org>
12056
12057         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12058         "LyX" or the filename of the current buffer if it has one.  This is a
12059         modified form of John Levon's patch.
12060
12061         * XFormsView.C (setWindowTitle): also set icon title.
12062
12063         * LyXView.h (setWindowTitle): signature changed.
12064         * XFormsView.h (setWindowTitle): ditto.
12065
12066 2002-01-02  Juergen Vigna  <jug@sad.it>
12067
12068         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12069
12070 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12071
12072         * screen.C (topCursorVisible): introduce a temp var for
12073         text->cursor.row(), handle the case where this row is null. (kindo
12074         hachish)
12075
12076         * text2.C (setCursor): add a couple of asserts.
12077
12078         * paragraph.h (inset_iterator): add -> operator
12079
12080         * paragraph.[Ch] (autoDeleteInsets): remove member function
12081
12082         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12083         cursor pos correctly and handle inset deletion by itself.
12084         (insertErrors): move iterator declaration out of for expression
12085
12086         * lyxtextclass.C: add <algorithm>
12087
12088         * Makefile.am: added the new files to sources, removed layout.C
12089
12090         * layout.C: removed file
12091
12092         * layout.h: remove LYX_DUMMY_LAYOUT
12093
12094         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12095         layout.
12096
12097         * lyxlayout.[Ch]:
12098         * lyxtextclass.[Ch]:
12099         * lyxtextclasslist.[Ch]: new files
12100
12101         * include order changes to a lot of files, also changes because of
12102         the six new files.
12103
12104 2001-12-27  Juergen Vigna  <jug@sad.it>
12105
12106         * buffer.C (asciiParagraph): more fixes.
12107
12108         * tabular.C (ascii): make ascii export support export of only the
12109         data separated by a column-delimiter.
12110         (ascii): better support for ascii export.
12111
12112         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12113
12114 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12115
12116         * tabular_funcs.C: use a "using std::getline" instead of the
12117         previous fix from Angus (necessary for cxx + lyxstring)
12118
12119 2001-12-24  Juergen Vigna  <jug@sad.it>
12120
12121         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12122
12123         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12124         problems. First check a minipage also if we have some ert-contents
12125         (not only on par->size(), second set the right depth of the paragraph
12126         on the relink to the root-paragraph-list!
12127
12128         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12129         which then did not anymore update the main paragraphs on undo/redo!
12130
12131 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12132
12133         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12134         code. Support all font-changing funcs (even those which are not in
12135         menu currently). Support for reporting font settings in
12136         mathed (disabled until Andre provides a function on mathed's side).
12137
12138         * func_status.h (toggle): small helper function to set toggle
12139         state on a flag.
12140
12141 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12142
12143         * tabular_funcs.C: getline -> std::getline
12144
12145 2001-12-21  Juergen Vigna  <jug@sad.it>
12146
12147         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12148         accessed and could be 0 (I couldn't generate this but it seems
12149         Michael could!).
12150
12151 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12152
12153         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12154         * tabular_funcs.h: here and include iosfwd
12155
12156 2001-12-20  Juergen Vigna  <jug@sad.it>
12157
12158         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12159         inside inset but undo_par was.
12160
12161 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12162
12163         * Thesaurus.C: always include <config.h> in sources.
12164
12165         * Painter.h:
12166         * lyxlookup.h:
12167         * box.h: do not include <config.h> in header files
12168
12169         * text.C (paintLastRow): remove unused variable
12170
12171         * text.C (transformChar):
12172         (insertChar):
12173         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12174
12175         * Painter.C (text):
12176         * font.C (width): rewrite to use uppercase() instead of
12177         islower/toupper.
12178
12179         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12180
12181 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12182
12183         * lyxfind.C: clean up of find failure position change
12184
12185 2001-12-20  Juergen Vigna  <jug@sad.it>
12186
12187         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12188
12189         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12190         (TeXRow): added to LaTeX a single tabular row.
12191         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12192         (Latex): simplified and finally good LT-h/f support.
12193         (various_functions): just small adaptions for LT-h/f support.
12194
12195         * tabular_funcs.[hC]: added and moved here all not classfunctions
12196         of LyXTabular.
12197
12198 2001-12-19  Juergen Vigna  <jug@sad.it>
12199
12200         * tabular.[Ch]: better support for longtabular options (not finished
12201         yet!)
12202
12203 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12204
12205         * text.C (paintLastRow): use the label font instead of the font of
12206         the last character to compute the size of *_BOX. This makes more
12207         sense and avoids a crash with empty paragraphs.
12208         Use Painter::rectangle to draw EMPTY_BOX.
12209
12210 2001-12-19  Juergen Vigna  <jug@sad.it>
12211
12212         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12213         the paragraphs if the replaced paragraph is not the first one!
12214         Tried to delete not used paragraphs but does not work yet so for
12215         now it's inside #ifdef's and by default off!
12216
12217 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12218
12219         * MenuBackend.C: include "lyx_main.h" instead of declaring
12220         lastfiles (actually was declared as LastFiles* instead of a
12221         scoped_ptr).
12222
12223 2001-12-17  Juergen Vigna  <jug@sad.it>
12224
12225         * tabular.C (AppendColumn): applied John's fix
12226
12227 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12228
12229         * BufferView.h:
12230         * BufferView.C:
12231         * BufferView_pimpl.h:
12232         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12233
12234         * Makefile.am:
12235         * box.h: new start of class for above
12236
12237         * lyxfunc.C: ignore space-only minibuffer dispatches.
12238           Show the command name when it doesn't exist
12239
12240         * minibuffer.C: don't add empty lines to the history
12241
12242         * minibuffer.C: add a space on dropdown completion
12243
12244 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12245
12246         * text.C: fix line above/below drawing in insets
12247
12248 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12249
12250         * lyxlength.C (LyXLength): Initialize private variables.
12251
12252 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12253
12254         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12255         when inserting error insets.
12256
12257 2001-12-13  Juergen Vigna  <jug@sad.it>
12258
12259         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12260         actually sometimes the before-paragraph.
12261         (setUndo): don't clear the redostack if we're not actually undoing!
12262
12263 2001-12-06  Juergen Vigna  <jug@sad.it>
12264
12265         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12266         and fixed redoing of main paragraph, so we can use it now ;)
12267
12268         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12269
12270 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12271
12272         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12273         Juergen's request
12274
12275 2001-12-13  André Pönitz <poenitz@gmx.net>
12276
12277         * undostack.[Ch]:
12278         * undo_func.C: minor cleanup
12279
12280 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12281
12282         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12283         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12284         font in urw-fonts package which is marked as -urw-fontspecific and
12285         does not work (incidentally, changing the encoding in the
12286         fonts.dir of this package to -adobe-fontspecific fixes the
12287         problem).
12288
12289         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12290         is a crash when undoing first paragraph (Juergen, please take a
12291         look). THis does not mean the undo fix is wrong, just that it
12292         uncovers problems.
12293
12294         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12295         the (Paragraph*) version when needed instead of duplicating the
12296         code.
12297
12298         * text.C (workWidth): use Inset::parOwner to find out where the
12299         inset has been inserted. This is a huge performance gain for large
12300         documents with lots of insets. If Inset::parOwner is not set, fall
12301         back on the brute force method
12302
12303         * paragraph_pimpl.C (insertInset):
12304         * paragraph.C (Paragraph):
12305         (cutIntoMinibuffer): set parOwner of insets when
12306         inserting/removing them
12307
12308         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12309
12310 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12311
12312         * commandtags.h:
12313         * LyXAction.C:
12314         * lyx_main.C:
12315         * lyxfunc.C:
12316         * mathed/formulabase.C:
12317         * mathed/math_cursor.[Ch]:
12318         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12319
12320
12321 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12322
12323         * lyxlength.[Ch] (operator!=): new function
12324
12325 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12326
12327         * text.C (workWidth): use Inset::parOwner to find out where the
12328         inset has been inserted. This is a huge performance gain for large
12329         documents with lots of insets. If Inset::parOwner is not set, fall
12330         back on the brute force method
12331
12332         * paragraph_pimpl.C (insertInset):
12333         * paragraph.C (Paragraph):
12334         (cutIntoMinibuffer): set parOwner of insets when
12335         inserting/removing them
12336
12337         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12338
12339 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12340
12341         * tabular-old.C (getTokenValue):
12342         * tabular.C (getTokenValue):
12343         (write_attribute): new versions for LyXLength
12344         (everywhere): adjust the use of widths
12345
12346         * tabular.h: change the type of widths from string to LyXLength
12347
12348 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12349
12350         * paragraph.C: fixed missing line number count when exporting
12351         Environments to LaTeX file
12352
12353         * buffer.C: added informational message for checking line numbers.
12354
12355 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12356
12357         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12358         paragraph, do the 'double space' part, but not the 'empty
12359         paragraph' one.
12360
12361         * text.C (workWidth): small optimization
12362         (getLengthMarkerHeight): use minimal size for negative lengths.
12363
12364 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12365
12366         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12367
12368         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12369
12370 2001-12-11  André Pönitz <poenitz@gmx.net>
12371
12372         * FontLoader.C:
12373         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12374
12375 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12376
12377         * text2.C: keep selection on a setFont()
12378
12379 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12380
12381         * lyx_cb.C: another bv->text misuse, from insert label
12382
12383 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12384
12385         * kbsequence.h:
12386         * kbsequence.C: re-instate nmodifier mask
12387
12388 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12389
12390         * lyx_main.h: make lyxGUI private.
12391
12392 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12393
12394         * lyxfind.C: place the cursor correctly on failed search
12395
12396 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12397
12398         * text.C (getLengthMarkerHeight): for small heights, the arrows
12399         are not always on top/bottom of the text
12400         (drawLengthMarker): smaller arrows; take the left margin in
12401         account; draw also vfills.
12402         (paintFirstRow):
12403         (paintLastRow): remove special code for vfill and standard spaces,
12404         since everything is handled in drawLengthMarker now.
12405
12406 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12407
12408         * buffer.C (insertErtContents): try to handle font and language
12409         interaction a bit better.g
12410
12411         * ColorHandler.C (updateColor): change the hash to cover the whole
12412         LColor enum, ws cleanup
12413         (getGCLinepars): ditto
12414         (getGCLinepars): only lookup in the linecache once.
12415
12416 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12417
12418         * iterators.C (operator++): Make the iterator more robust
12419
12420         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12421         (John's patch)
12422         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12423
12424 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12425
12426         * lyxtext.h:
12427         * text.C: better added space drawing
12428
12429 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12430
12431         * LyXView.C:
12432         * BufferView2.C: fix layout combo update on inset unlock
12433
12434 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12435
12436         * Makefile.am: don't compile unused files
12437
12438 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12439
12440         * lyxfunc.C:
12441         * commandtags.h:
12442         * LyXAction.C: remove old LFUN_LAYOUTNO
12443
12444 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12445
12446         * paragraph_pimpl.h:
12447         * paragraph_pimpl.C: isTextAt() doesn't need font param
12448
12449 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12450
12451         * lyxlex.h:
12452         * lyxlex.C: little cleanup
12453
12454 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12455
12456         * BufferView_pimpl.C: fix insertAscii for insets
12457
12458 2001-12-05  Juergen Vigna  <jug@sad.it>
12459
12460         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12461         set the right font on the "multi" paragraph paste!
12462
12463 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12464
12465         * trans_decl.h:
12466         * trans_mgr.[Ch]:
12467         * trans.[Ch]:
12468         * lyxgluelength.C:
12469         * lyxlength.C: remove out-commented code.
12470
12471         * BufferView_pimpl:
12472         * CutAndPaste.C:
12473         * DepTable.C:
12474         * buffer.C:
12475         * chset.C:
12476         * lastfiles.C:
12477         * lyxlex.C:
12478         * lyxlex_pimpl.C:
12479         * lyxserver.C:
12480         * screen.C:
12481         * tabular-old.C:
12482         * tabular.C:
12483         * text.C:
12484         * trans_mgr.C:
12485         * vc-backend.C: change "while(" to "while ("
12486
12487         * lyxlength.[Ch]: add zero function to check if length is zero or
12488         not
12489         * lyxgluelength.C: use it
12490
12491 2001-12-05  Allan Rae  <rae@lyx.org>
12492
12493         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12494         Works for 2.95.3, from what I understand of Garst's reports this should
12495         work for other g++ versions.  We're screwed if the abs(int) definition
12496         changed between bugfix releases of gcc.
12497
12498 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12499
12500         * text.C: fix chapter label offset !
12501
12502 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12503
12504         * lyxtext.h:
12505         * text.C: fix hfill at end of line, clean up
12506
12507 2001-12-04  Juergen Vigna  <jug@sad.it>
12508
12509         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12510         that we force an update of the inset and it's owners if neccessary.
12511
12512 2001-12-03  Juergen Vigna  <jug@sad.it>
12513
12514         * text.C (rowLast): simplified code
12515
12516 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12517
12518         * lyxfunc.C: fix show options on timeout
12519
12520 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12521
12522         * screen.C (topCursorVisible): scroll half a page when the cursor
12523         reached top of bottom of screen
12524
12525 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12526
12527         * minibuffer.C: deactivate on loss of focus
12528
12529 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12530
12531         * vspace.[Ch] (operator!=): add operator.
12532
12533 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12534
12535         * BufferView_pimpl.C: refuse to open an inset when
12536         there's a selection.
12537
12538 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12539
12540         * BufferView_pimpl.C: allow to click on RHS of full row insets
12541
12542 2001-11-30  Juergen Vigna  <jug@sad.it>
12543
12544         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12545         insets for undo reasons.
12546
12547 2001-11-28  André Pönitz <poenitz@gmx.net>
12548
12549         * vspace.[Ch]: cosmetical changes
12550
12551 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12552
12553         * LyXAction.h:
12554         * LyXAction.C:
12555         * lyxfunc.h:
12556         * lyxfunc.C:
12557         * kbmap.h:
12558         * kbmap.C:
12559         * lyxrc.C:
12560         * kbsequence.h:
12561         * kbsequence.C: part re-write of old kb code
12562
12563         * Painter.C:
12564         * WorkArea.C: remove Lgb_bug_find_hack
12565
12566 2001-11-30  José Matos <jamatos@fep.up.pt>
12567
12568         * buffer.C (makeDocBookFile): add a comment to point a hack.
12569         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12570         Fixed a double write of labels.
12571
12572 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12573
12574         * LaTeX.C:
12575         * LaTeX.h Fixed bug in LaTeX class where it would not
12576         re-run latex if no depfiles were changed, but the .dvi was removed.
12577
12578 2001-11-28  André Pönitz <poenitz@gmx.net>
12579
12580         * all the files from the change on 2001/11/26:
12581         use lyx::layout_type instead of LyXTextClass::size_type
12582         use lyx::textclass_type instead of LyXTextClassList::size_type
12583
12584 2001-11-29  Juergen Vigna  <jug@sad.it>
12585
12586         * text.C: added support for paragraph::isFreeSpacing()
12587
12588         * buffer.C: same as above
12589
12590         * paragraph.h: inserted isFreeSpacing() function to enable
12591         FreeSpacing inside InsetERT.
12592
12593         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12594         of the paragraph's in the cut/copy buffer to 0!
12595
12596         * text2.C (removeRow): remove the assert as it can!
12597
12598         * lyxtext.h: added helper function firstRow returning firstrow and
12599         made firstrow private again.
12600
12601         * BufferView2.C (lockInset): don't relock if we're already locked!
12602
12603         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12604         the only paragraph.
12605         (removeRow): added Assert::(firstrow)
12606
12607         * debug.C: forgot to add INSETTEXT here.
12608
12609 2001-11-28  Juergen Vigna  <jug@sad.it>
12610
12611         * sp_spell.C (initialize): changed error text to more general
12612         spellchecker command use (not only ispell!)
12613
12614         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12615
12616         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12617
12618 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12619
12620         * vspace.C: initialise lyxgluelength on failure
12621
12622 2001-11-28  Allan Rae  <rae@lyx.org>
12623
12624         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12625         declaration & definition that looks like a function declaration.
12626
12627 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12628
12629         * BufferView2.C (copy):
12630         (copyEnvironment): do not clear the selection when doing a copy.
12631
12632         * text.C (paintFirstRow): compilation fix
12633
12634 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12635
12636         * tabular.C (Latex): correct line count when writing latex.
12637
12638 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12639
12640         * paragraph_pimpl.h:
12641         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12642           bug a bit
12643
12644 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12645
12646         * text.C:
12647         * LColor.h:
12648         * LColor.C: change vfillline->added_space
12649
12650         * text.C: add markers and text for added space
12651
12652         * vspace.C: fix comment
12653
12654 2001-11-28  André Pönitz <poenitz@gmx.net>
12655
12656         * paragraph.C: whitespace changes
12657         * all the other files from the change on 2001/11/26:
12658         change *::pos_type into lyx::pos_type
12659
12660 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12661
12662         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12663         language of the document when inserting error insets.
12664
12665 2001-11-26  André Pönitz <poenitz@gmx.net>
12666
12667         * BufferView_pimpl.[Ch]:
12668         *       CutAndPaste.C:
12669         * buffer.[Ch]:
12670         * lyxcursor.[Ch]:
12671         * lyxfind.C:
12672         * lyxfunc.C:
12673         * lyxrow.[Ch]:
12674         * paragraph.[Ch]:
12675         * paragraph_pimpl.[Ch]:
12676         * sp_spell.C:
12677         * text.C:
12678         * text2.C: reduce header dependencies, introduce type for positions
12679
12680 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12681
12682         * <various>: change to use Alert.h
12683
12684 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12685
12686         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12687         when encountering an unknown token.
12688         (readLyXformat2): Show an error message if there were unknown tokens.
12689
12690 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12691
12692         * BufferView2.C:
12693         * BufferView_pimpl.C:
12694         * buffer.C:
12695         * paragraph.h:
12696         * text.C:
12697         * text2.C: use par->isInset()
12698
12699 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12700
12701         * paragraph_pimpl.h:
12702         * paragraph_pimpl.C: cleanup
12703
12704 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12705
12706         * text2.C (removeRow):
12707         * text.C (setHeightOfRow): remove useless (and costly) call to
12708         getRow.
12709
12710 2001-11-20  Allan Rae  <rae@lyx.org>
12711
12712         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12713         Now need Inset*::checkInsertChar() to return true for appropriate
12714         cases so that the characters in the minibuffer will actually be
12715         inserted.
12716
12717 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12718
12719         * text.C: change the order of the includes.
12720         (workWidth): initialize it at once.
12721         (workWidth): make maxw unsigned
12722         (setHeightOfRow): remove unused variable (inset)
12723         (selectSelectedWord): remove unused variable (inset)
12724         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12725
12726 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12727
12728         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12729         server is not running.
12730         (openConnection):
12731         (closeConnection): add debug info when server is disabled.
12732
12733         * ColorHandler.C (getGCForeground): send debug message to GUI
12734         channel.
12735
12736         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12737
12738         * kbmap.C (bind): modify because return conventions of
12739         kb_sequence::parse have changed.
12740
12741         * kbsequence.C (parse): only ignore spaces and not any stupid
12742         control character. This avoids tests like s[i] <= ' ', which are
12743         guaranteed to fail with 8bit characters and signed chars.
12744         Change return code to string::npos when there have been no error
12745         (0 was a bad idea when error is at first character)
12746
12747 2001-11-14  José Matos  <jamatos@fep.up.pt>
12748
12749         * buffer.h:
12750         * buffer.C (simpleDocBookOnePar): removed unused argument.
12751
12752 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12753
12754         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12755         insets which are part of a word. Paragraph::isLetter takes care of
12756         that now. Use Paragraph::isInset to identify insets.
12757         (selectSelectedWord): do not test for hyphenation break.
12758
12759         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12760         that protected spaces are considered as spaces.
12761
12762         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12763         Inset::isLetter.
12764
12765 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12766
12767         * lyxserver.h:
12768         * lyxserver.C: fix it. and small cleanup.
12769
12770 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12771
12772         * BufferView_pimpl.C: use inline helpers
12773
12774         * LaTeXFeatures.h:
12775         * LaTeXFeatures.C: fix typos
12776
12777         * Spacing.h:
12778         * Spacing.C: move spacing_string into class
12779
12780         * ToolbarDefaults.C: move stuff into namespace anon
12781
12782         * layout.h: update enum
12783
12784         * lyxfunc.C: use better debug
12785
12786         * minibuffer.h: fix typo
12787
12788         * debug.h:
12789         * debug.C:
12790         * WorkArea.C: add and use Debug::WORKAREA
12791
12792         * lyxtext.h:
12793         * text.C:
12794         * text2.C: code re-organisation, inline helpers
12795
12796 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12797
12798         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12799         std::vector.empty().
12800
12801 2001-11-09  Allan Rae  <rae@lyx.org>
12802
12803         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12804         '\n's after tables.  Tabular and ERT inset work now makes this no
12805         longer necessary.
12806
12807 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12808
12809         * minibuffer.h:
12810         * minibuffer.C: fix crash, improve drop-down completion
12811
12812 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12813
12814         * lyxserver.h:
12815         * lyxserver.C: invalidate fd's when doing endPipe()
12816
12817 2001-11-08  José Matos  <jamatos@fep.up.pt>
12818
12819         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12820         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12821
12822         * paragraph.h:
12823         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12824
12825 2001-11-07  José Matos  <jamatos@fep.up.pt>
12826
12827         * buffer.h:
12828         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12829         const qualifier.
12830
12831         * buffer.C (sgmlOpenTag):
12832         * buffer.C (sgmlCloseTag): removed debug info.
12833
12834         * buffer.h (sgmlOpenTag):
12835         * buffer.h (sgmlCloseTag): made public.
12836
12837 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12838
12839         * buffer.C (saveParamsAsDefaults):
12840         * lyx_cb.C (MenuLayoutSave): remove
12841
12842         * LyXAction.C (init):
12843         * commandtags.h:
12844         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12845
12846 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12847
12848         * buffer.C (setPaperStuff): removed from here...
12849
12850         * bufferparams.C (setPaperStuff): ... and moved there.
12851
12852 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12853
12854         * minibuffer.h:
12855         * minibuffer.C:
12856         * XFormsView.C: add support for drop-down completion
12857
12858 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12859
12860         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12861         commands.
12862
12863 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12864
12865         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12866         disabled.
12867
12868 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12869
12870         * lyx_main.C: change ref to known bugs
12871
12872 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12873
12874         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12875         to work around older babel problems.
12876
12877 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12878
12879         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12880
12881 2001-10-24  Juergen Vigna  <jug@sad.it>
12882
12883         * tabular-old.C (ReadOld): below variable changes reflected.
12884
12885         * tabular.[Ch]: added ltType struct for longtable header/footer
12886         defines and changed all instances where they are used. Added
12887         future support for double top/bottom rows.
12888
12889 2001-10-24  José Matos  <jamatos@fep.up.pt>
12890
12891         * buffer.h (docbookHandleCaption):
12892         * buffer.C (docbookHandleCaption): removed unused function.
12893         (makeDocBookFile): moved docbook supported version to v4.1.
12894
12895 2001-10-24  José Matos  <jamatos@fep.up.pt>
12896
12897         * tabular.h:
12898         * tabular.C (docbookRow): new function to export docbook code of a row.
12899         (DocBook): now honors the longtable flags.
12900
12901 2001-10-23  José Matos  <jamatos@fep.up.pt>
12902
12903         * LaTeXFeatures.h:
12904         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12905         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12906
12907         * buffer.C (makeLinuxDocFile):
12908         (makeDocBookFile): reworked the preamble, more clean, and with
12909         support for lyx defined entities. Changed the document declaration
12910         to be more XML friendly.
12911
12912         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12913         if we need to output XML that should be done with a filter.
12914
12915 2001-10-22  Juergen Vigna  <jug@sad.it>
12916
12917         * sp_pspell.h (class PSpell): add alive function needed in the
12918         controller to see if the spellchecker could be started.
12919
12920 2001-10-22  Juergen Vigna  <jug@sad.it>
12921
12922         * buffer.C (insertStringAsLines): modify the font for inserting
12923         chars in certain conditions by calling checkInsertChar(font).
12924
12925 2001-10-19  Juergen Vigna  <jug@sad.it>
12926
12927         * text.C (workWidth): use getRow instead of wrong algorithm.
12928         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12929
12930 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12931
12932         * lyxserver.h:
12933         * lyxserver.C:
12934         * lyx_main.h:
12935         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12936
12937 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12938
12939         * text.C (workWidth): do not search for the exact row when
12940         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12941         optimization for big documents.
12942
12943 2001-10-18  Juergen Vigna  <jug@sad.it>
12944
12945         * text.C (workWidth): new function with added Inset * parameter.
12946
12947 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12948
12949         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12950
12951         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12952         change return type of getColumnNearX.
12953
12954
12955         * text.C (changeRegionCase): use uppercase/lowercase instead of
12956         toupper/tolower.
12957         (leftMargin):
12958         (rightMargin): simplify code by factoring out the uses of
12959         textclasslist.
12960         (labelFill):
12961         (numberOfHfills):
12962         (setHeightOfRow):
12963         (appendParagraph): use Paragraph::size_type
12964
12965 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12966
12967         * vspace.C (asLatexString): add a missing break
12968
12969 2001-10-15  Herbert Voss  <voss@perce.de>
12970
12971         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12972
12973 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12974
12975         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12976         is not available.
12977
12978 2001-10-10  André Pönitz <poenitz@gmx.net>
12979
12980         * lyxfunc.C: removed greek_kb_flag.
12981
12982 2001-10-10  Herbert Voss  <voss@perce.de>
12983
12984         * lyx_main.C: delete global string help_lyxdir.
12985
12986 2001-10-09  Herbert Voss  <voss@perce.de>
12987
12988         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12989
12990         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12991
12992         * lyx_main.C: added global string help_lyxdir.
12993
12994         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12995
12996 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12997
12998         * lyxrc.C (set_font_norm_type): support iso8859-4
12999
13000 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
13001
13002         * LaTeX.C (deplog): add another regex for MikTeX
13003
13004 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13005
13006         * lyxrc.C (set_font_norm_type): support iso8859-3
13007
13008 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13009
13010         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
13011
13012         * LaTeXFeatures.C: remove special case of french and index
13013
13014         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
13015         before \begin{document}). This solves several incompatibilities.
13016
13017 2001-10-03  Garst Reese  <reese@isn.net>
13018
13019         * lyx_cb.C: change CheckTex error msg.
13020
13021 2001-10-03  José Matos  <jamatos@fep.up.pt>
13022
13023         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
13024
13025 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13026
13027         * .cvsignore: update
13028
13029         * lyx_main.C (commandLineVersionInfo): use new style version info.
13030
13031         * buffer.C (writeFile):
13032         (makeLaTeXFile):
13033         (makeLinuxDocFile):
13034         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
13035
13036         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
13037
13038         * version.h: update to use stuff in version.C
13039
13040         * version.C.in: new file. Contains version information determined
13041         at compile time. This is a merging of version.h and
13042         version_info.h.in.
13043
13044 2001-10-03  Juergen Vigna  <jug@sad.it>
13045
13046         * BufferView_pimpl.C (update): don't change "dirty" status in
13047         updateInset call.
13048
13049 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13050
13051         * WorkArea.C (c-tor): re-position version string slightly.
13052
13053 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13054
13055         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13056         revert to previous code.
13057
13058         WorkArea.[Ch]: (show, destroySplash): methods removed.
13059
13060         WorkArea.C: rework code so that it's an amalgam of the codes before and
13061         after the splash screen was moved to WorkArea.
13062
13063 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13064
13065         * lyxrc.C (read):
13066         * vspace.C (inPixels):
13067         (lyx_advance):
13068         * kbmap.C (bind):
13069         * buffer.C (insertStringAsLines):
13070         (asciiParagraph): fix types to be large enough
13071
13072         * lyxlex_pimpl.h: change member status from short to int
13073
13074         * layout.h: fix type of endlabeltype
13075
13076         * kbmap.C (bind):
13077         * kbsequence.C (parse): change return type to string::size_type
13078
13079         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13080         variable
13081
13082         * Bullet.C (bulletSize):
13083         (bulletEntry): do not use short ints as parameters
13084
13085         * BufferView2.C (insertLyXFile): change a char to an int.
13086
13087         * WorkArea.C (WorkArea): remove unneeded floats in computation
13088
13089 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13090
13091         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13092
13093         * paragraph.C (asString): Do not ignore newline/hfill chars when
13094         copying to the clipboard.
13095
13096 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13097
13098         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13099         after a multi-line inset.
13100
13101 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13102
13103         * paragraph.C (validate): Set NeedLyXFootnoteCode
13104
13105 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13106
13107         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13108         and decrease-error to decrease.
13109
13110 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13111
13112         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13113         it more readable (should be equivalent)
13114
13115 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13116
13117         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13118
13119 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13120
13121         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13122         of a cursor (row, etc.) after a character has been deleted
13123         (deleteEmptyParagraphMechanism): call the method above on _all_
13124         cursors held by the LyXText when a double space has been
13125         detected/deleted.
13126
13127 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13128
13129         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13130         pixmap.
13131         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13132
13133         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13134         background. Use greyOut() and the new show() methods to toggle between
13135         the foreground and background. Add code to remove the splash after
13136         its initial showing.
13137
13138         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13139         (create_forms): no longer call Dialogs::showSplash.
13140
13141 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13142
13143         * .cvsignore: add version_info.h
13144
13145 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13146
13147         * version_info.h.in: new file
13148
13149         * Makefile.am: add version_info.h.in
13150
13151         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13152         version_info.h instead of VERSION_INFO
13153
13154 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13155
13156         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13157         The ERT inset now returns string().
13158
13159 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13160
13161         * lyxtext.h, text.C (selectNextWord): renamed as
13162         selectNextWordToSpellcheck.
13163
13164         * text.C (selectNextWordToSpellcheck): Modified to not select
13165         words inside an ERT inset.
13166
13167 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13168
13169         * lyx_cb.C (MenuLayoutSave): change a bit the question
13170
13171         * sp_base.h: include <sys/types.h>
13172
13173 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13174
13175         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13176
13177 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13178
13179         * several files: fix typos in user-visible strings
13180
13181 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13182
13183         * text2.C (pasteSelection): do not set the selection, since it
13184         will be cleared later. Actually, the intent was to fix the way the
13185         selection was set, but I figured rmoving the code was just as good.
13186
13187 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13188
13189         * FontLoader.C (available): Check if font is available without
13190         loading the font.
13191
13192 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13193
13194         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13195
13196 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13197
13198         * lyxrc.[Ch]: added display_graphics variable and associated code.
13199
13200 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13201
13202         * bufferparams.C (hasClassDefaults): new method. Returns true if
13203         the buffer parameters correspond to known class defaults
13204
13205 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13206
13207         * XFormsView.C (show): set minimum size to the main window.
13208
13209 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13210
13211         * text2.C (copySelection):
13212         (cutSelection):
13213         * lyxfind.C (LyXReplace):
13214         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13215         LyXText::selectionAsString.
13216
13217         * paragraph.C (asString): add "label" argument to the second form
13218
13219         * text2.C (selectionAsString): add "label" argument and pass it to
13220         Paragraph::asString.
13221
13222 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13223
13224         * lyx_main.C (commandLineHelp): remove version information
13225
13226 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13227
13228         * lyx_main.C: add -version commandline option
13229
13230 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13231
13232         * paragraph.h: make the optional constructor arg required instead.
13233         some modifications to other files because of this.
13234
13235         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13236
13237         * lyxserver.C (C_LyXComm_callback): make it static
13238
13239         * lyx_main.C (error_handler): make it static
13240
13241         * lyx_gui.C (LyX_XErrHandler): make it static
13242
13243         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13244
13245         * WorkArea.C: make the extern "C" methods static.
13246
13247         * Makefile.am (lyx_LDADD): simplify
13248
13249 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13250
13251         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13252         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13253
13254         * LyXAction.C (init):
13255         * lyxfunc.C (dispatch): associated code removal.
13256
13257 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13258
13259         * lyxfont.h (isSymbolFont): shut off warning
13260
13261         * text.C (setHeightOfRow):
13262         (getVisibleRow): fix crash with empty paragraphs which have a
13263         bottom line
13264
13265 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13266
13267         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13268         code.
13269
13270 2001-09-04  José Matos  <jamatos@fep.up.pt>
13271         * buffer.C
13272         * buffer.h
13273         * tabular.C (docbook): rename docBook method to docbook.
13274
13275 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13276
13277         * Makefile.am: add dependencies to main.o.
13278
13279 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13280
13281         * FontLoader.C (available): Return false if !lyxrc.use_gui
13282
13283 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13284
13285         * FontInfo.C (query):
13286         * converter.C (view):
13287         * importer.C (Import):
13288         * exporter.C (Export): Can not -> cannot.
13289
13290 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13291
13292         * BufferView_pimpl.C: allow to create index inset even if
13293           string is empty
13294
13295 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13296
13297         * buffer.C (getLists): replace boost::tie code with an explicit pair
13298         as boost::tie can break some compilers.
13299
13300         * iterators.h: Added a std:: declaration to the return type of
13301         ParIterator::size.
13302
13303 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13304
13305         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13306           case.
13307
13308 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13309
13310         * iterators.[Ch]: New files. Provide paragraph iterators.
13311
13312         * buffer.C (changeLanguage): Use paragraph iterators.
13313         (isMultiLingual): ditto
13314
13315         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13316
13317 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13318
13319         * FontLoader.C: Support for cmr font.
13320
13321 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13322
13323         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13324         (available): New method.
13325
13326         * FontInfo.C (getFontname): Use scalable fonts even when
13327         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13328         found.
13329
13330 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13331
13332         * converter.C (Formats::view): reverted! Incorrect fix.
13333
13334 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13335
13336         * converter.C (Formats::view): only output the -paper option
13337         if the dvi viewer is xdvi, thereby fixing bug #233429.
13338
13339 2001-08-23  Herbert Voss  <voss@perce>
13340
13341         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13342
13343 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13344
13345         * Spacing.h (Spacing): Set space to Default on in the default
13346         constructor.
13347
13348 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13349
13350         * vc-backend.h (RCS::versionString): add RCS to version
13351         (CVS::versionString): add CVS to version
13352
13353         * vc-backend.C (scanMaster): do not add CVS to version.
13354         (scanMaster): do not add RCS to version
13355
13356         * lyxvc.C (versionString): new method
13357
13358         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13359
13360 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13361
13362         * Spacing.C (set): initialize fval
13363
13364 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13365
13366         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13367         " or \.
13368
13369 2001-08-16  Juergen Vigna  <jug@sad.it>
13370
13371         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13372
13373 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13374
13375         * BufferView_pimpl.C:
13376         * figureForm.C:
13377         * lyxtext.h:
13378         * text2.C: setParagraph takes linespacing now
13379
13380 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13381
13382         * LyxAction.C: add internal LFUN_CITATION_INSERT
13383
13384         * LyXView.C: actually apply fix
13385
13386         * bufferlist.C: fix open non-existent file
13387
13388         * lyxfind.C: fix indentation
13389
13390         * lyxfunc.C: remove unneeded assert, fix typo
13391
13392 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13393
13394         * MenuBackend.C: use "Floatname List"
13395
13396 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13397
13398         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13399         when converting LaTeX layout to insetERT.
13400         Generate a non-collapsed float when reading old float
13401
13402 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13403
13404         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13405         ERT insets.
13406
13407 2001-08-13  Juergen Vigna  <jug@sad.it>
13408
13409         * text.C (fill): return 0 instead of 20 as this seems to be the more
13410         correct value.
13411
13412 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13413
13414         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13415         lyxrc.font_norm.
13416
13417 2001-08-13  Juergen Vigna  <jug@sad.it>
13418
13419         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13420         casesensitive off.
13421         (SearchBackward): comment out the unlocking of the inset_owner this
13422         should not be needed!
13423
13424 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13425
13426         * Many files: Remove inherit_language, and add latex_language
13427
13428         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13429         collapsible insets.
13430
13431 2001-08-10  Juergen Vigna  <jug@sad.it>
13432
13433         * text.C (prepareToPrint): fixed hfill-width in draw!
13434
13435         * BufferView2.C (selectLastWord): save the selection cursor as this
13436         now is cleared in the function LyXText::clearSelection!
13437
13438 2001-08-08  Juergen Vigna  <jug@sad.it>
13439
13440         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13441         BACKSPACE type functions.
13442
13443         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13444         is only cutted from the document but not put in the cut-buffer, where
13445         still the old stuff should be.
13446
13447         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13448
13449         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13450
13451         * tabular.C (SetWidthOfCell): fixed special case where the width
13452         was not updated!
13453         (LeftLine): handle '|' in align_special.
13454         (RightLine): ditto
13455         (LeftAlreadyDrawed): ditto
13456         (SetWidthOfCell): ditto
13457
13458 2001-08-07  Juergen Vigna  <jug@sad.it>
13459
13460         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13461
13462 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13463
13464         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13465         * lyxlex.[hC]: ditto
13466
13467 2001-08-06  Juergen Vigna  <jug@sad.it>
13468
13469         * text.C (getVisibleRow): fix up row clearing a bit.
13470
13471 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13472
13473         * minibuffer.C: make sure the X server sees the changes in the input.
13474
13475 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13476
13477         * paragraph.C (getFont): split into...
13478         (getLabelFont): this
13479         (getLayoutFont): and this
13480         * paragraph_pimpl.C (realizeFont): calling this
13481
13482         * text2.C (getFont): split into...
13483         (getLayoutFont): this
13484         (getLabelFont): and this
13485         (realizeFont): all three calling this
13486
13487         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13488         files where used.
13489
13490 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13491
13492         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13493
13494 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13495
13496         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13497         layouts from the Quote inset insertion.
13498
13499 2001-08-03  Juergen Vigna  <jug@sad.it>
13500
13501         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13502
13503         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13504         only if status not is already CHANGED_IN_DRAW (second level).
13505
13506         * text.C (draw): don't set the need_break_row when inside an
13507         InsetText LyXText.
13508
13509 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13510
13511         * buffer.C (parseSingleLyXformat2Token): handle more latex
13512         conversion cases.
13513
13514         * bufferview_funcs.[hC]: change function names to
13515         begin with small char, adjust other files.
13516
13517 2001-08-02  André Pönitz <poenitz@gmx.net>
13518
13519         * lyxfunc.C:
13520         BufferView_pimpl.C: remove broken special code for math-greek
13521
13522 2001-08-02  Juergen Vigna  <jug@sad.it>
13523
13524         * BufferView_pimpl.C (update): redone this function so that we
13525         update the text again if there was a CHANGE_IN_DRAW.
13526
13527         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13528         (drawFromTo): added a new internal bool which is used by draw() and
13529         redraw() function.
13530         (general): some cursor drawing problems fixed.
13531
13532 2001-08-01  Juergen Vigna  <jug@sad.it>
13533
13534         * lyxfind.C (LyXFind): fixed
13535         (SearchForward): ditto
13536         (SearchBackward): ditto
13537
13538         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13539         spurius drawing of the cursor in the main area.
13540
13541         * text2.C (status): small fix which could lead to a segfault!
13542         (clearSelection): remove unneeded BufferView param.
13543
13544 2001-08-01  André Pönitz <poenitz@gmx.net>
13545
13546         * lyxfunc.C: small change due to changed mathed interface
13547
13548 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13549
13550         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13551
13552 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13553
13554         * lyxfunc.c: fail gracefully if file doesn't exist
13555
13556         * LyXSendto.C:
13557         * buffer.C:
13558         * lyxfunc.C:
13559         * BufferView_pimpl.C: IsDirWriteable() proto changed
13560
13561         * LyXView.C: fix updateWindowTitle() to store the last title
13562
13563 2001-07-31  Juergen Vigna  <jug@sad.it>
13564
13565         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13566         the font (wrong since using of Paragraph::highestFontInRange).
13567
13568         * paragraph.C (highestFontInRange): added a default_size parameter.
13569
13570         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13571         (setHeightOfRow): reformat
13572
13573 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13574
13575         * converter.[hC] + affected files: move to (inital-char)lowercase
13576         function names.
13577
13578         * ParagraphParameters.C (ParagraphParameters): remove commented code
13579
13580         * PainterBase.[Ch]: remove commented code
13581
13582         * LaTeXFeatures.h: add "bool floats" for float.sty
13583
13584         * LaTeXFeatures.C (LaTeXFeatures): init floats
13585         (require): handle float
13586         (getPackages): do it with floats
13587
13588 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13589
13590         * BufferView_pimpl.C (Dispatch): improve handling of
13591         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13592
13593         * commandtags.h: #include lyxfont.h here temporarily to avoid
13594         keybinding bug.
13595
13596         * bufferlist.h: include LString.h here.
13597
13598 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13599
13600         * text2.C (getStringToIndex): new method.
13601
13602 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13603
13604         * *: Reduced header file dependencies all over.
13605
13606 2001-07-30  Baruch Even  <baruch@lyx.org>
13607
13608         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13609
13610 2001-07-29  Baruch Even  <baruch@lyx.org>
13611
13612         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13613
13614 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13615
13616         * ParameterStruct.h (endif): add a default constructor to make
13617         sure that all variables is initialized.
13618
13619         * ParagraphParameters.C (ParagraphParameters): adjust
13620
13621 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13622
13623         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13624         index; also, check that there is something to index, and that it
13625         does not span over several paragraphs.
13626         (doubleClick): use WHOLE_WORD_STRICT for double click.
13627
13628         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13629
13630         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13631         scheme.
13632
13633 2001-07-26  Baruch Even  <baruch@lyx.org>
13634
13635         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13636         an InsetFig figure, backwards compatible reading of old figure code.
13637
13638 2001-07-27  Juergen Vigna  <jug@sad.it>
13639
13640         * text2.C: font.realize function adaption.
13641
13642         * text.C (draw): add a warnings lyxerr text if needed.
13643
13644         * layout.C: font.realize function adaption.
13645
13646         * language.C: add inherit_language and implement it's handlings
13647
13648         * bufferview_funcs.C (StyleReset): remove language parameter from
13649         font creation (should be language_inherit now).
13650
13651         * bufferparams.C (writeFile): handle ignore_language.
13652
13653         * paragraph.C (getFontSettings): the language has to be resolved
13654         otherwise we have problems in LyXFont!
13655
13656         * lyxfont.C (lyxWriteChanges): added document_language parameter
13657         (update): removed unneeded language parameter
13658
13659         * paragraph.C (validate): fixed wrong output of color-package when
13660         using interface colors for certain fonts in certain environments,
13661         which should not seen as that on the final output.
13662
13663 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13664
13665         * BufferView_pimpl.C:
13666         * Thesaurus.h:
13667         * Thesaurus.C:
13668         * Makefile.am:
13669         * commandtags.h:
13670         * LyXAction.C: add thesaurus support
13671
13672         * lyxfind.h:
13673         * lyxfind.C: add "once" parameter, for thesaurus, to not
13674           move to the next match
13675
13676 2001-07-26  Juergen Vigna  <jug@sad.it>
13677
13678         * lyxfont.C (realize): honor ignore_language too!
13679         (resolved): ditto.
13680
13681         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13682
13683         * text.C (draw): one place more for ignore_language to not draw
13684         itself!
13685
13686 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13687
13688         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13689
13690 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13691
13692         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13693         the minipage conversion problem.
13694
13695 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13696
13697         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13698         insert an inset.
13699
13700 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13701
13702         * BufferView.h: don't forward declare WorkArea
13703
13704         * BufferView.C: don't include WorkArea.h
13705
13706 2001-07-25  André Pönitz <poenitz@gmx.net>
13707
13708         * commandtags.h:
13709         * LyXAction.C:
13710         * lyxfunc.C:  new LFUN 'math-space'
13711
13712         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13713
13714 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13715
13716         * text2.C (toggleInset): call open/close
13717
13718 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13719
13720         * lyxfunc.C (dispatch): add debug for the disabled case
13721
13722         * font.C (buttonText): make similar to rectText
13723
13724         * buffer.C (readInset): comment out parsing of insetlist and
13725         insttheorem
13726
13727         * PainterBase.C (rectText): small correction
13728
13729         * BufferView_pimpl.C: comment out insettheorem and insetlist
13730         * LyXAction.C: ditto
13731         * commandtags.h: ditto
13732
13733 2001-07-24  Juergen Vigna  <jug@sad.it>
13734
13735         * text.C (draw): honor the ignore_language.
13736
13737         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13738
13739 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13740
13741         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13742         char inset.
13743
13744 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13745
13746         * lyxtext.h: remove unused (and unimplemented) methods
13747
13748 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13749
13750         * text.C (getVisibleRow): honor background color
13751
13752         * PainterBase.h:
13753         * Painter.h: remove default color argument for fillRectangle
13754
13755         * text.C (backgroundColor): new method
13756
13757 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13758
13759         * text.C (getVisibleRow): adjust
13760
13761         * font.[Ch] (rectText): new method, metrics
13762         (buttonText): new method, metrics
13763
13764         * PainterBase.[hC]: make rectText and buttonText always draw and take
13765         fewer paramteres.
13766
13767 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13768
13769         * ToolbarDefaults.C (read):
13770         * MenuBackend.C (read): allow escaping in all strings
13771
13772         * BufferView_pimpl.C (insertAndEditInset): new method.
13773         (Dispatch): use insertAndEditInset whenever appropriate.
13774
13775         * BufferView_pimpl.C (insertNote): removed
13776
13777         * BufferView_pimpl.C (smartQuote): new method, moved from
13778         BufferView; if an insetquote cannot be inserted, insert a '"'
13779         character instead.
13780
13781         * BufferView2.C: remove insertCorrectQuote();
13782
13783         * lyxfunc.C (getStatus): Add support for all remaingin
13784         inset-insert lfuns.
13785
13786         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13787
13788         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13789         command (necessary to pass " as parameter of self-insert.
13790
13791         * text.C (selectWordWhenUnderCursor):
13792         (selectWord): add word_location parameter
13793         (selectWordWhenUnderCursor): same + remove special code for word
13794         boundary.
13795         (selectNextWord): use kind() to guess type of insetspecialchar,
13796         not latex().
13797
13798         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13799         (insertErtContents): create ert insets as collapsed.
13800         (readInset): better compatibility code for Info inset.
13801
13802 2001-07-20  Juergen Vigna  <jug@sad.it>
13803
13804         * lyxfunc.C (dispatch): use always LyXFind now!
13805
13806         * text2.C (init): add a reinit flag so that the LyXText can be
13807         reinited instead of deleted and reallocated (used in InsetText).
13808
13809         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13810
13811         * text.C: ditto
13812
13813         * text2.C: ditto
13814
13815 2001-07-18  Juergen Vigna  <jug@sad.it>
13816
13817         * text.C (selectNextWord): handle insets inside inset by calling
13818         always the bv->text functions so that we can go up the_locking_inset!
13819
13820         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13821         in strange locations when inside an inset!
13822
13823         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13824         handling to include insets.
13825
13826         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13827
13828 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13829
13830         * LyXAction.C (init):
13831         * commandtags.h:
13832         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13833         LIGATURE_BREAK, since the name is so stupid.
13834
13835 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13836
13837         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13838         InsetInfos.
13839
13840         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13841
13842         * sp_form.[Ch]: remove.
13843
13844         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13845
13846         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13847         InsetInfo.
13848
13849         * src/buffer.C (readInset): ditto.
13850
13851 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13852
13853         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13854         menuSeparator(), endOfSentenceDot(), ldots() and
13855         hyphenationPoint(), which are therefore removed.
13856         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13857
13858         * LyXAction.C (init):
13859         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13860
13861         * paragraph.C (getWord): removed.
13862
13863         * BufferView_pimpl.C (Dispatch): use last word or selection for
13864         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13865
13866         * lyx_main.C (queryUserLyXDir): do not ask before creating
13867         user_dir, except if it has been named explicitely.
13868
13869 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13870
13871         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13872         a document of zero size.
13873
13874 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13875
13876         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13877         approriately in the c-tor and in require().
13878         (getPackages): output the appropriate LaTeX for natbib support.
13879
13880         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13881         variables "use_natbib" and "use_numerical_citations" when reading the
13882         LyX file.
13883         (readInset): read the various natbib cite commands.
13884         (validate): white-space change.
13885
13886         * bufferparams.[Ch]: new variables "bool use_natbib" and
13887         "bool use_numerical_citations".
13888         (writeFile): output them in the LyX file.
13889
13890 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13891
13892         * lyxfunc.C (getStatus): add support for all the inset insertion
13893         commands.
13894
13895         * text2.C (insertInset):
13896         * paragraph.C (insetAllowed):
13897         * BufferView_pimpl.C (insertInset): update to take in account the
13898         renaming of insertInsetAllowed
13899
13900         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13901
13902         * text2.C (getInset): new method. returns inset at cursor position.
13903
13904         * BufferView_pimpl.C (Dispatch): changes because of this.
13905
13906         * LyXAction.C (init): rename open-stuff to inset-toggle.
13907
13908         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13909
13910         * text2.C (toggleInset): renamed from openStuff; use
13911         Inset::open().
13912
13913 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13914
13915         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13916
13917         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13918
13919 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13920
13921         * buffer.C (readLyXformat2): Add filename to the error dialog
13922
13923 2001-07-18  Juergen Vigna  <jug@sad.it>
13924
13925         * tabular.C (GetCellNumber): put an assert here instead of the check!
13926
13927 2001-07-17  Juergen Vigna  <jug@sad.it>
13928
13929         * BufferView_pimpl.C (toggleSelection): adapted too.
13930
13931         * text.C (selectNextWord): adapted for use with insets.
13932         (selectSelectedWord): ditto
13933
13934 2001-07-17  Juergen Vigna  <jug@sad.it>
13935
13936         * sp_spell.C (PSpell): fix initialitation order.
13937
13938 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13939
13940         * paragraph.C: spacing
13941
13942 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13943
13944         * sp_spell.C: repair language selection for pspell
13945
13946 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13947
13948         * lyxfunc.h: change more methods to begin with lower char.
13949
13950 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13951
13952         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13953         for unknown layouts.
13954
13955 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13956
13957         * buffer.C (readLyXformat2): Generate an error dialog if there are
13958         unknown layouts.
13959
13960 2001-07-16  Juergen Vigna  <jug@sad.it>
13961
13962         * sp_spell.C: always compile ISpell part.
13963
13964         * lyxrc.C: added use_pspell entry and it's handling.
13965
13966 2001-07-13  Juergen Vigna  <jug@sad.it>
13967
13968         * sp_spell.C: removed double includes.
13969
13970 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13971
13972         Consistent use of Lsstream.h:
13973         * Lsstream.h: added using std::stringstream for consistencies sake.
13974
13975         * buffer.C: removed using std::stringstream
13976
13977         * lyxfont.C (stateText):
13978         * paragraph.C (asString):
13979         * text.C (selectNextWord, selectSelectedWord):
13980         * text2.C (setCounter):
13981         * vspace.C (asString, asLatexString):
13982         std::ostringstream -> ostringstream.
13983
13984 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13985
13986         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13987         * commandtags.h: add LFUN_HELP_ABOUTLYX
13988         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13989
13990 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13991
13992         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13993         cursorToggle()
13994         * lyx_gui_misc.C: remove spellchecker
13995         * lyxfunc.C: showSpellchecker
13996         * sp_base.h: added
13997         * sp_ispell.h: added
13998         * sp_pspell.h: added
13999         * sp_spell.C: added
14000         * sp_form.[Ch]: removed
14001         * spellchecker.[Ch]: removed
14002
14003 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
14004
14005         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
14006         is set.
14007         (simpleTeXSpecialChars): Simply print the input character without
14008         any special translation if pass_thru is set.
14009
14010         * layout.h: Added bool pass_thru to layout class for being able to
14011         implement pass through of a paragraph for Literate Programming.
14012
14013         * layout.C: add LT_PASS_THRU to LayoutTags enum.
14014         * layout.C (LyXLayout): set pass_thru to flase in constructor.
14015         * layout.C (Read): add "passthru" to list of layout tags and add
14016         code to set the pass_thru boolean when it is read.
14017
14018 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14019
14020         * trans_decl.h: remove allowed from KmodInfo
14021
14022         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
14023         remove allowed code
14024         (Load): adjust
14025
14026         * paragraph_pimpl.C (erase): use boost::prior
14027
14028         * Painter.C (text): use data() instead of c_str() when length is
14029         also provided.
14030         * WorkArea.C (putClipboard): ditto
14031         * font.h (width): ditto
14032
14033         * BufferView2.C: use it-> instead of (*it). for iterators
14034         * texrow.C: ditto
14035         * paragraph_pimpl.C: ditto
14036         * paragraph.C: ditto
14037         * minibuffer.C: ditto
14038         * language.C: ditto
14039         * kbmap.C: ditto
14040         * encoding.C: ditto
14041         * counters.C: ditto
14042         * converter.C: ditto
14043         * chset.C: ditto
14044         * Variables.C: ditto
14045         * TextCache.C: ditto
14046         * MenuBackend.C: ditto
14047         * LyXAction.C: ditto
14048         * LColor.C: ditto
14049         * FloatList.C: ditto
14050         * DepTable.C: ditto
14051         * ColorHandler.C (LyXColorHandler): ditto
14052
14053 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14054
14055         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14056
14057         * text2.C (openStuff): reintroduce this method (which had been
14058         nuked in NEW_INSETS frenzy).
14059
14060         * lyxfunc.C (Dispatch): when an action has not been handled, use
14061         its name in the error message, not its number.
14062
14063         * paragraph.C (inInset): change method name to begin with lowercase.
14064
14065         * undo_funcs.C:
14066         * text2.C: updates because of this.
14067
14068 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14069
14070         * ToolbarDefaults.C (add): add spaces in error message
14071
14072 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14073
14074         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14075         (readLyXformat2): rename return_par to first_par, use lyxlex's
14076         pushToken and remove the manual push handling.
14077         (parseSingleLyXformat2Token): add another ert comp. variable:
14078         in_tabular, rename return_par to first_par. handle newlines better
14079
14080 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14081
14082         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14083
14084 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14085
14086         * text2.C (getParFromID): removed
14087
14088         * buffer.C (getParFromID): new method moved form lyxtext.
14089         * BufferView2.C (insertErrors): adjust
14090         (setCursorFromRow): adjust
14091         * BufferView_pimpl.C (restorePosition): adjust
14092         * lyxfunc.C (Dispatch): adjust
14093         * undo_funcs.C (textUndo): adjust
14094         (textRedo): adjust
14095         (textHandleUndo): adjust
14096         (textHandleUndo): adjust
14097
14098 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14099
14100         * buffer.C: up' the LYX_FORMAT
14101
14102         * lyxfont.h: turn NO_LATEX on as default
14103
14104         * buffer.C (insertErtContents): new methods of tex style compability.
14105         (parseSingleLyXformat2Token): use it several places.
14106         * tabular.C (OldFormatRead): and here
14107
14108 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14109
14110         * text2.C: remove some commented code.
14111         reindent file.
14112
14113         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14114         * trans.C: changes because of the above.
14115
14116 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14117
14118         * text2.C (setCounter): Fix counters bug with bibliography layout.
14119
14120 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14121
14122         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14123         own member functions
14124         (simpleTeXSpecialChars): ditto
14125
14126 2001-07-06  Juergen Vigna  <jug@sad.it>
14127
14128         * a lot of files: changed the access to LyXText::status and the
14129         call of undo-functions.
14130
14131         * undo.[Ch]: added a inset_id to the undo informations.
14132
14133         * undo_funcs.[Ch]: added and moved here all undo functions.
14134
14135         * lyxtext.h: give the status enum a weight, made status_ a private
14136         variable and made accessor functions for it, removed the whole bunch
14137         of undo-functions as they are now in their own file, make some
14138         functions publically available. Added function ownerParagraph with
14139         int parameter.
14140
14141         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14142         made InInset() a const function, added getParFromID() function.
14143
14144         * buffer.[Ch]: added const version for inset_iterator functions,
14145         added getInsetFromID() function.
14146
14147         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14148         changed undo functions for new version.
14149
14150 2001-07-05  Juergen Vigna  <jug@sad.it>
14151
14152         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14153         unknow mechanism does not call the proper constructor but only this
14154         one also if I request the other!?
14155
14156 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14157
14158         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14159
14160         * text2.C (LyXText): use initialization lists.
14161
14162         * lyxtext.h (Selection): initialize set_ and mark_
14163         (init): remove method
14164
14165 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14166
14167         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14168
14169 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14170
14171         * screen.[Ch]: change method names to begin with lowercase
14172
14173         * BufferView_pimpl.C (updateScrollbar): simplify further and
14174         hopefully make it a bit faster.
14175
14176 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14177
14178         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14179         calling directly xforms functions.
14180
14181         * Painter.C (Painter):
14182         * lyx_cb.C (MenuWrite):
14183         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14184         fl_display.
14185
14186         * lyx_gui.C: remove bogus guiruntime extern declaration.
14187
14188 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14189
14190         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14191         in NEW_INSETS
14192         (redoDrawingOfParagraph): ditto
14193         (redoParagraphs): ditto
14194         (cutSelection): don't create a object for CutAndPaste use the
14195         static method directly
14196         (pasteSelection): ditto
14197
14198         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14199         LyXview (+ rename)
14200
14201 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14202
14203         * modifications to some other files because of this.
14204
14205         * Makefile.am (lyx_SOURCES): add XFormsView
14206
14207         * XFormsView.[Ch]: new files
14208
14209         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14210         the main window. Move the gui dependent stuff to XFormsView
14211
14212 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14213
14214         * tabular.C (GetCellInset): update cur_cell also in the row/col
14215         version of this function.
14216
14217         * lyxfunc.C: no need to include figure_form.h here.
14218
14219         * FontLoader.h:
14220         * lyxfunc.h:
14221         * lyxscreen.h:
14222         * text2.C:
14223         * lyxvc.C: no need to include forms.h here.
14224
14225 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14226
14227         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14228
14229         * lyxfunc.C (Dispatch):
14230         * Spacing.C (set):
14231         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14232         constructor argument.
14233
14234 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14235
14236         * paragraph.C (Paragraph): dont't clear, and just set layout.
14237         (makeSameLayout): use params's copy contructor.
14238
14239         * ParagraphParameters.[Ch] (makeSame): delete method
14240
14241 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14242
14243         * Variables.[Ch]: fix indentation, rename set to isSet
14244
14245 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14246
14247         * lyxfunc.C (Dispatch): fix typo
14248
14249 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14250
14251         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14252         upper_bound.
14253
14254         * bufferlist.C: include assert.h for emergencyWrite().
14255
14256 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14257
14258         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14259           give up at last (bug #425202) !
14260
14261 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14262
14263         * lyx_gui_misc.C:
14264         * sp_form.h:
14265         * sp_form.C:
14266         * spellchecker.h:
14267         * spellchecker.C: strip spellchecker options and bring up
14268           preferences tab instead
14269
14270 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14271
14272         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14273         the istringstream constructor
14274
14275 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14276
14277         * paragraph.C (getLayout): fix return value
14278
14279         * paragraph.h: do not declare getLayout as inline.
14280
14281         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14282
14283 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14284
14285         * lyxcursor.h (operator<): new func
14286         (operator>): new func
14287         (operator>=): new func
14288         (operator<=): new func
14289
14290         * text.C (changeCase): use selection.start and selection.end
14291         (changeRegionCase): require from to be <= to. Require par to be a
14292         valid paragraph.
14293
14294         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14295
14296 2001-06-27  Juergen Vigna  <jug@sad.it>
14297
14298         * text.C (cursorLeftOneWord): changed to return the cursor and added
14299         overlay with BufferView * parameter which calls this one.
14300         (getWord): added
14301         (selectWord): use new getWord function.
14302         (changeCase): renamed from changeWordCase as and extended to work
14303         also on selections.
14304
14305         * lyxtext.h: added enum word_location
14306
14307         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14308         changeCase as this operates now also on selections.
14309
14310 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14311
14312         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14313
14314         * many files: send debug output to Debug::INFO instead of
14315         Debug::ANY.
14316
14317         * converter.C (View):
14318         (Convert):
14319         (Move): send debug output to Debug::FILES instead of console.
14320
14321 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14322
14323         * lyxfunc.C (getStatus): use func_status
14324
14325         * func_status.h: new header, describing the results of
14326         LyXFunc::getStatus;
14327
14328         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14329         LFUN_MATH_HALIGN.
14330
14331 2001-06-25  The LyX Project  <jug@sad.it>
14332
14333         * buffer.C (sgmlOpenTag):
14334         (sgmlCloseTag):
14335         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14336
14337 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14338
14339         * text2.C: remove some dead code
14340
14341         * tabular.C (GetCellInset): store the last cell checked (gotten)
14342
14343         * tabular.h: add the helper for the speedup
14344
14345         * lyxtext.h: remove some dead code
14346
14347 2001-06-26  The LyX Project  <Asger>
14348
14349         * paragraph.C: Change export to LaTeX of alignment to
14350         \begin{center} and family for better roundtrip work with reLyX.
14351
14352         * Tune the math drawing a bit.
14353
14354 2001-06-25  The LyX Project  <Asger>
14355
14356         * LColor.C (LColor): New color for math background. New color
14357         for buttons.
14358
14359 2001-06-25  The LyX Project  <jug@sad.it>
14360
14361         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14362
14363         * lyxfunc.C (Open):
14364         * bufferlist.C (newFile): do not restrict to files ending with
14365         .lyx
14366
14367         * BufferView_pimpl.C (MenuInsertLyXFile):
14368
14369 2001-06-24  The LyX Project  <jug@sad.it>
14370
14371         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14372         of compare_no_case
14373
14374 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14375
14376         * lyxtext.h: rename most methods to begin with a small char.
14377         Lots of changes because of this.
14378
14379         * paragraph.C (Paragraph): do not call fitToSize
14380         (erase): call Pimpl::erase
14381         (insertChar): call Pimpl::insertChar
14382         (insertInset): call Pipl::insertInset
14383         (breakParagraph): do not call fitToSize
14384         (breakParagraphConservative): do not call fitToSize
14385         (fitToSize): remove method
14386
14387         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14388
14389 2001-06-24  The LyX Project  <Asger>
14390
14391         * Fix Qt compilation^2
14392
14393 2001-06-24  The LyX Project  <jug@sad.it>
14394
14395         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14396         depthHook(getDepth()-1).
14397
14398         * paragraph.h:
14399         * ParagraphParameters.h:
14400         * ParameterStruct.h: change type of depth to unsigned int ==
14401         depth_type. Many adaptations to other files before of that.
14402
14403 2001-06-24  The LyX Project  <Asger>
14404
14405         * Fix Qt compilation.
14406
14407 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14408
14409         * paragraph.h: renamed several methods to begin with small letter.
14410         several changes to many parts of the code because of this.
14411
14412 2001-06-23  The LyX Project  <jug@sad.it>
14413
14414         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14415         rewritten to discard all double spaces when KeepEmpty is off
14416         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14417         to only handle newlines but not fiddle with spaces and friends.
14418
14419         * lyxfunc.C (MenuNew): when doing 'new from template', use
14420         template_path as default directory
14421
14422 2001-06-23  The LyX Project  <Asger>
14423
14424         * Clean-up of header file includes all over
14425         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14426
14427 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14428
14429         * paragraph.h: renamed from lyxparagraph.h
14430
14431 2001-06-23  Asger  <lyx@violet.home.sad.it>
14432
14433         * Buffer.h: Removed Buffer::resize
14434         * BufferList.h: Removed BufferList::resize
14435         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14436         the document lazily when we change the width, or the font settings.
14437
14438 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14439
14440         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14441
14442 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14443
14444         * buffer.h: remove out of date comment
14445
14446 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14447
14448         * lyxscreen.h:
14449         * screen.C: fix "theoretical" GC leak
14450
14451 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14452
14453         * LaTeX.C (scanAuxFile):
14454         (deplog): remove trailing \r when reading stream (useful under
14455         win32)
14456
14457 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14458
14459         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14460         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14461         and BufferView::theLockingInset(Inset*), so should use them and not
14462         access bv_->text->the_locking_inset directly.
14463
14464         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14465
14466 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14467
14468         * Makefile.am:
14469         * tex-defs.h: remove old unused file
14470
14471 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14472
14473         * BufferView_pimpl.C: fix typo, remove minibuffer message
14474           when buffer has loaded
14475
14476 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14477
14478         * lyxfunc.C (Dispatch): use stringstream
14479         (MenuNew): use stringstream
14480         (Open): use stringstream
14481
14482         * importer.C (Import): use stringstream
14483
14484         * bufferview_funcs.C (CurrentState): use stringstream
14485
14486         * LaTeX.C (run): use stringstream
14487
14488         * BufferView_pimpl.C (savePosition): use stringstream
14489         (restorePosition): use stringstream
14490         (MenuInsertLyXFile): use stringstream
14491
14492 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14493
14494         * BufferView.C:
14495         * Bullet.C:
14496         * ColorHandler.C:
14497         * FontInfo.C:
14498         * FontLoader.C:
14499         * LColor.C:
14500         * LaTeXFeatures.C:
14501         * Painter.C:
14502         * gettext.C:
14503         * lyx_gui_misc.C:
14504         * lyxserver.C:
14505         * vspace.C: removed // -*- C++ -*- as first line.
14506
14507         * lyxfind.h:
14508         * version.h: added // -*- C++ -*- as first line.
14509
14510 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14511
14512         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14513
14514         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14515         of string
14516
14517 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14518
14519         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14520         of floats.
14521
14522 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14523
14524         * gettext.C: include LString.h even when --disable-nls is on.
14525
14526 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14527
14528         * converter.h (Get): changed argument type from int to
14529         FormatList::size_type to avoid unnecessary conversion.
14530
14531         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14532         before using it.
14533
14534 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14535
14536         * gettext.h: include LString.h even when --disable-nls is on.
14537
14538 2001-06-07  Juergen Vigna  <jug@sad.it>
14539
14540         * text.C (BreakAgain): subst spaces with tabs.
14541
14542         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14543         (resizeInsetsLyXText): set force on resizeLyXText.
14544
14545 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14546
14547         * gettext.h (gettext_init):
14548         (locale_init): use a real definition instead of a macro
14549
14550 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14551
14552         * Bufferview_pimpl.C:
14553         * LColor.h:
14554         * LColor.C: further lcolor tidies
14555
14556 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14557
14558         * BufferView_pimpl.C (updateScrollbar): simplify.
14559
14560         * BufferView2.C: don't include insets/insetinfo.h, change
14561         prototype for insertInset and call the Pimpl version. let
14562         updateInset call Pimpl version.
14563
14564         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14565         gotoInset to BufferView::Pimpl
14566
14567 2001-06-01  Juergen Vigna  <jug@sad.it>
14568
14569         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14570         inside a LockingInset (is the update needed at all?).
14571
14572 2001-05-31  Juergen Vigna  <jug@sad.it>
14573
14574         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14575         here not the old one otherwise how should we compare it afterwards
14576         if it's the same!
14577
14578 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14579
14580         * lyxfont.C:
14581         * tabular.C:
14582         * tabular-old.C:
14583         * FontInfo.C: bring C functions into global namespace when
14584         necessary
14585
14586 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14587
14588         * LString.h: make sure config.h has been loaded before LString.h.
14589
14590         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14591         (one for each char read by EatLine!).
14592
14593         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14594         variables.
14595
14596 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14597
14598         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14599         to the same as the par we break from
14600
14601 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14602
14603         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14604
14605         * MenuBackend.C (expand): also create menu entries for wide
14606         versions of the floats.
14607
14608         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14609
14610         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14611
14612         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14613         frontends/Makefile.am
14614
14615         * text2.C: adjust
14616         * text.C: adjust
14617
14618
14619         * tabular.C (getTokenValue): add std::
14620
14621         * tabular-old.C (getTokenValue): add std::
14622         (getTokenValue): ditto
14623         (getTokenValue): ditto
14624
14625         * screen.C (ToggleSelection): adjust
14626
14627         * lyxtext.h: put selection cursors inside a Selection struct.
14628
14629         * lyxfunc.C (moveCursorUpdate): adjust
14630
14631         * lyxfont.C (latexWriteStartChanges): add std::
14632
14633         * lyxfind.C: adjust
14634
14635         * font.h: delete with(char const *, LyXFont const &)
14636
14637         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14638
14639         * FontInfo.C (getFontname): add std::
14640
14641         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14642         (workAreaButtonPress): adjust
14643         (tripleClick): adjust
14644         (update): adjust
14645         (moveCursorUpdate): adjust
14646         (Dispatch): adjust
14647
14648         * BufferView2.C (gotoInset): adjust
14649
14650 2001-05-30  Juergen Vigna  <jug@sad.it>
14651
14652         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14653         to check pspell I add this as default as I now have new pspell
14654         libraries and they seem to use this.
14655
14656 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14657
14658         * text2.C (CutSelection): make the cursor valid before the call to
14659         ClearSelection.
14660
14661 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14662
14663         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14664         relied on 0 terminated strings and other horrors. Bug found due to
14665         the new assert in lyxstring!
14666
14667         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14668         KP_ keys.
14669
14670 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14671
14672         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14673         to latinkeys.bind.
14674
14675         * lyxfunc.C (processKeySym): change method of getting to the
14676         self-insert char.
14677
14678         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14679         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14680         * BufferView_pimpl.[Ch]: here as private methods.
14681
14682 2001-05-28  Juergen Vigna  <jug@sad.it>
14683
14684         * text.C (SetHeightOfRow): added the update() call again as it is
14685         needed to initialize inset dimensions!
14686
14687 2001-05-16  Juergen Vigna  <jug@sad.it>
14688
14689         * text2.C (SetCharFont): Add new function with BufferView * and
14690         bool toggleall parameters for setting insets internal fonts.
14691         (SetFont): Freeze the undo as we may change fonts in Insets and
14692         all this change should be inside only one Undo!
14693
14694         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14695         setting font's in insets as for them we have the SetFont function!
14696
14697 2001-05-15  Juergen Vigna  <jug@sad.it>
14698
14699         * text2.C (ClearSelection): to be sure we REALLY don't have any
14700         selection anymore!
14701
14702         * tabular.C (TeXCellPreamble): fixed the left border problem for
14703         multicolumn cells.
14704
14705 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14706
14707         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14708         dependancy file
14709
14710 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14711
14712         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14713         LFUN_BREAKPARAGRAPH.
14714
14715         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14716         help test to "internal only", similar for LFUN_INSERT_URL
14717
14718         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14719         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14720         auto_region_delete and deadkeys.
14721
14722 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14723
14724         * LColor.h:
14725         * LColor.C: remove some dead entries, tidy a little
14726
14727 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14728
14729         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14730         commented code.
14731         (Dispatch): implement LFUN_ESCAPE
14732
14733         * commandtags.h: add LFUN_ESCAPE
14734
14735         * LyXAction.C (init): add entry for LFUN_ESCAPE
14736
14737         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14738         Remove commented code.
14739         (insertNote): moved here
14740         (open_new_inset): moved here
14741
14742         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14743         BufferView_pimpl
14744
14745 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14746
14747         * kbmap.C (findbinding): clean it up and make it work correctly.
14748
14749         * lyx_main.C (init): do not pass argc and argv as parameters
14750
14751 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14752
14753         * buffer.C: fix path for OS/2 & Win32
14754
14755         * lyx_gui.C:
14756         * lyx_main:
14757         * lyx_main.C: Added os:: class.
14758
14759         * os2_defines.h: update
14760
14761 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14762
14763         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14764         better by trying again with reduced state.
14765
14766 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14767
14768         * lyxrc.C (read): print error about invalid key sequence only when
14769         debugging (because not all latinX keysyms are known to some X
14770         servers)
14771
14772         * kbsequence.C (getiso): add a few std:: qualifiers
14773         (getiso): comment out extra return statement.
14774
14775 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14776
14777         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14778         handling.
14779         (Dispatch): enhance the accent inset a bit. (not perfect)
14780
14781 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14782
14783         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14784
14785 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14786
14787         * bufferlist.C (emergencyWrite): fix assert() call
14788
14789 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14790
14791         * text.C (InsertChar): Added trivial patch to only send the "you
14792         can not do multiple spaces this way" message once during a
14793         session.
14794
14795 2001-05-08  Baruch Even  <baruch@lyx.org>
14796
14797         * Makefile.am: Changed order of libraries to get LyX to link properly
14798         with the gnome frontend.
14799
14800 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14801
14802         * LaTeXFeatures.h: add a std:: qualifier
14803
14804 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14805
14806         * paragraph.C (String): use stringstream
14807
14808 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14809
14810         * paragraph.C (writeFile): remove footflag arg
14811
14812         * buffer.C (makeLaTeXFile): use stringstream
14813         (latexParagraphs): remove footnot gurba
14814
14815         * LaTeXFeatures.C (getPackages): use stringstream
14816         (getMacros): likewise
14817         (getTClassPreamble): likewise
14818         (getFloatDefinitions): new method
14819
14820         * paragraph.C (writeFile): reindent
14821         (Erase): reindent
14822
14823         * WorkArea.h: revert the xpos + etc changes.
14824
14825         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14826
14827         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14828
14829         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14830         (pasteSelection): likewise
14831         * text2.C (CreateUndo): likewise
14832
14833 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14834
14835         * minibuffer.C (peek_event): temporarily reduce the functionality
14836         of the minibuffer (to allow args on lfuns)
14837
14838         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14839         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14840
14841         * buffer.C (readInset): add compability reading of old float
14842         lists, add reading of new style float list.
14843         (readInset): avoid reevaluation of inscmd.getCmdName()
14844         (getLists): reindent
14845
14846         * MenuBackend.C (MenuItem): implement parsing of
14847         md_floatlistinsert and md_floatinsert.
14848         (expand::LastFiles): move initalizaton of iterators out of loop,
14849         avoid reevaluation.
14850         (expand::Documents): introduce typdedef vector<string> Strings,
14851         and use it.
14852         (expand::ExportFormats): introduce typedef vector<Format const *>
14853         Formats, and use it.
14854         (expand): implement FloatListInsert and FloatInsert.
14855
14856         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14857         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14858         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14859
14860         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14861         handling.
14862         (Dispatch::LFUN_FLOAT_LIST): implement
14863
14864 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14865
14866         * LaTeX.C (run): Fix problem with --export code.
14867
14868 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14869
14870         * BufferView.[Ch] (workarea): removed.
14871         (getClipboard) new method; wrapper for workarea()->getClipboard()
14872
14873         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14874         bug.
14875
14876         * WorkArea.h (width, height, xpos, ypos): These methods all
14877         returned the dimensions of the work_area sub-area of WorkArea,
14878         resulting in a position error if the WorkArea were resized. Now
14879         return the dimensions of the entire WorkArea.
14880
14881         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14882
14883 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14884
14885         * LaTeX.C (deplog): correct the syntax of regex reg1
14886
14887 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14888
14889         * undo.C: remove !NEW_INSETS cruft
14890
14891 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14892
14893         * text2.C: remove !NEW_INSETS cruft
14894
14895         * text.C: remove !NEW_INSETS cruft
14896
14897         * tabular.C: remove !NEW_INSETS cruft
14898
14899         * spellchecker.C: remove !NEW_INSETS cruft
14900
14901         * lyxtext.h: remove !NEW_INSETS cruft
14902
14903         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14904
14905         * lyxfunc.C: remove !NEW_INSETS cruft
14906
14907         * lyxfind.C: remove !NEW_INSETS cruft
14908
14909         * lyx_cb.C: remove !NEW_INSETS cruft
14910
14911         * figureForm.C: remove  !NEW_INSETS cruft
14912
14913         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14914
14915         * buffer.[Ch]: remove !NEW_INSETS cruft
14916
14917         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14918
14919         * CutAndPaste.C: remove !NEW_INSETS cruft
14920
14921         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14922
14923         * BufferView2.C: remove !NEW_INSETS cruft
14924
14925         * BufferView.h: remove !NEW_INSETS cruft
14926
14927 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14928
14929         * Lsstream.h: include LString.h before the sstream headers to
14930         fix problem with gcc 2.95.3 and lyxstring
14931
14932 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14933
14934         * lyx_main.C: add using directives when needed for C functions
14935         declared in std:: namespace.
14936
14937 2001-04-27  Juergen Vigna  <jug@sad.it>
14938
14939         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14940         (SetHeightOfRow): comment out the update call should not be needed!
14941
14942 2001-04-13  Juergen Vigna  <jug@sad.it>
14943
14944         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14945         (LyXTabular): tried to minimize operator= operations (and realized
14946         hopfully Lars wish).
14947
14948 2001-04-27  Juergen Vigna  <jug@sad.it>
14949
14950         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14951
14952 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14953
14954         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14955
14956         * buffer.C (readInset): hack to make listof algorithm work
14957
14958         * BufferView_pimpl.C: hack to make listof algorithm work
14959
14960 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14961
14962         * LyXAction.C: removed all !NEW_INSETS cruft
14963         (init): moved lfun_item in method
14964
14965         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14966
14967 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14968
14969         * BufferView2.C (theLockingInset): white space.
14970
14971 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14972
14973         * minibuffer.C: include <iostream>
14974
14975         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14976
14977         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14978
14979         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14980
14981         * text.[Ch] (TransposeChars): new method
14982
14983 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14984
14985         * call message directly through LyXView instead of through LyXFunc
14986         * BufferView2.C: adjust
14987         * BufferView_pimpl.C: adjust
14988         * FontLoader.C: adjust
14989         * buffer.C: adjust
14990         * bufferview_funcs.C: adjust
14991         * converter.C: adjust
14992         * figureForm.C: adjust
14993         * importer.C: adjust
14994         * lyx_cb.C: adjust
14995         * lyx_gui_misc.C: adjust
14996         * lyxfunc.C: adjust
14997         * lyxvc.C: adjust
14998         * text2.C: adjust
14999         + more files in subdirs
15000
15001         * lyxparagraph.h (size): move up int file
15002         (GetLayout): ditto
15003
15004         * adjust all uses of Assert to lyx::Assert.
15005
15006         * BufferView2.C (ChangeCitationsIfUnique): adjust for
15007         lyxfunctional in namespace lyx
15008         * layout.C (hasLayout): ditto
15009         (GetLayout): ditto
15010         (GetLayout): ditto
15011         (delete_layout): ditto
15012         (NumberOfClass): ditto
15013         * converter.C (GetFormat): ditto
15014         (GetNumber): ditto
15015         (Add): ditto
15016         (Delete): ditto
15017         (SetViewer): ditto
15018         * bufferlist.C (getFileNames): ditto
15019         (emergencyWriteAll): ditto
15020         (exists): ditto
15021         (getBuffer): ditto
15022         * MenuBackend.C (hasSubmenu): ditto
15023         (hasMenu): ditto
15024         (getMenu): ditto
15025         * BufferView_pimpl.C (getInsetByCode): ditto
15026
15027 2001-04-18  Juergen Vigna  <jug@sad.it>
15028
15029         * vspace.C (asLatexString): fixed the 100% problem.
15030
15031 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15032
15033         * lyxfunc.C (Dispatch):
15034         * minibuffer.C:
15035         * minibuffer.h: add a few std:: qualifiers
15036
15037 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15038
15039         * minibuffer.[Ch]: reimplement so that commands is initiated and
15040         run from lyxfunc, simplified som handling, and made the completion
15041         and history code for complete. wip.
15042
15043         * lyxfunc.C (processKeySym): call message
15044         (miniDispatch): new temporary method
15045         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
15046         (LFUN_MESSAGE): implement
15047         (LFUN_MESSAGE_PUSH): implement
15048         (LFUN_MESSAGE_POP): implement
15049         (initMiniBuffer): the initial/defualt minibuffer message.
15050
15051         * lyxfont.[Ch]: inline some more getters
15052
15053         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15054
15055         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15056
15057         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15058         (AutoSave): use LFUN_MESSAGE
15059         (Reconfigure): ditto
15060
15061         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15062
15063         * figureForm.C: use LFUN_MESSAGE
15064
15065         * converter.C (runLaTeX): use LFUN_MESSAGE
15066
15067         * bufferview_funcs.C: use LFUN_MESSAGE
15068         (Melt): ditto
15069         (changeDepth): ditto
15070
15071         * bufferparams.h: use boost::
15072
15073         * bufferlist.h: inherit privately from noncopyable
15074
15075         * bufferlist.C (loadLyXFile): remove some commented code.
15076
15077         * buffer.C (runChktex): use LFUN_MESSAGE
15078
15079         * ShareContainer.h: inherit privately from noncopyable
15080
15081         * ParagraphParameters.[hC] (depth): inline it.
15082
15083         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15084         methods.
15085         (message): new method
15086         (messagePush): ditto
15087         (messagePop): ditto
15088         (show): init minibuffer
15089         (showState): direct call
15090
15091         * LaTeX.[Ch]: inherit privately from noncopyable
15092         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15093         instead of WriteStatus.
15094
15095         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15096
15097         * BufferView_pimpl.C (buffer): don't init minibuffer
15098         (workAreaButtonPress): use LFUN_MESSAGE
15099         (workAreaButtonRelease): ditto
15100         (savePosition): ditto
15101         (restorePosition): ditto
15102         (MenuInsertLyXFile): ditto
15103         (workAreaExpose): don't init minibuffer
15104         (update): remove commented code, simplify
15105
15106         * BufferView2.C (openStuff): use LFUN_MESSAGE
15107         (toggleFloat): ditto
15108         (menuUndo): ditto
15109         (menuRedo): ditto
15110         (copyEnvironment): ditto
15111         (pasteEnvironment): ditto
15112         (copy): ditto
15113         (cut): ditto
15114         (paste): ditto
15115         (gotoInset): ditto
15116         (updateInset): remove some commented code
15117
15118         * lastfiles.h: inherit privately from noncopyable
15119         * layout.h: ditto
15120         * lyx_gui.h: ditto
15121         * lyx_main.h: ditto
15122         * lyxlex.h: ditto
15123         * lyxlex_pimpl.h: ditto
15124
15125         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15126         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15127         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15128
15129         * LyXAction.h: inherit privately from noncopyable, add methods
15130         func_begin, func_end, returning iterators to the func map.
15131
15132         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15133         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15134         (func_begin): new method
15135         (func_end): new method
15136
15137         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15138         and not)
15139         (copySelection): ditto
15140         (pasteSelection): ditto
15141
15142         * BufferView.C: whitespace change
15143         * BufferView.h: inherit privately from noncopyable
15144
15145 2001-04-16  Allan Rae  <rae@lyx.org>
15146
15147         * tabular-old.C (l_getline):
15148         * spellchecker.C (sc_check_word):
15149         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15150         an unrecognised preprocessor directive.  So ensure they're wrapped.
15151
15152 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15153
15154         * src/exporter.C (Export): Give an error message when path to file
15155         contains spaces.
15156
15157 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15158
15159         * LaTeX.C (deplog): Always check that foundfile exists.
15160
15161 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15162
15163         * lyx_main.h:
15164         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15165
15166 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15167
15168         * tabular.[Ch] (getLabelList): implement new method
15169
15170         * minibuffer.h: comment ouf setTiimer
15171
15172         * minibuffer.C (ExecutingCB): constify res
15173         (peek_event): constify s
15174         (Set): constify ntext
15175         (Init): constify nicename
15176
15177         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15178
15179         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15180         (savePosition): use two params to Minibuffer::Set
15181         (restorePosition): ditto
15182
15183 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15184
15185         * lyx_main.C: include language.h
15186
15187         * Makefile.am (lyx_main.o): add language.h
15188
15189 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15190
15191         * exporter.C:
15192         * paragraph.C:
15193         * screen.C:
15194         * tabular.C:
15195         * CutAndPaste.C: include gettext.h
15196
15197         * lyxfont.h: remove old hack with ON and OFF.
15198
15199         * lyxparagraph.h:
15200         * lyxfont.h: do not include language.h...
15201
15202         * BufferView2.C:
15203         * LaTeXFeatures.C:
15204         * Painter.C:
15205         * bufferview_funcs.C:
15206         * font.C:
15207         * lyxfont.C:
15208         * text.C:
15209         * text2.C:
15210         * trans_mgr.C:
15211         * paragraph.C: ... but do it here instead
15212
15213 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15214
15215         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15216
15217         * tabular.C: small reformat
15218
15219         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15220         NEW_INSETS version
15221         (GetChar): ditto
15222         (BreakParagraph): ditto
15223         (SetOnlyLayout): ditto
15224         (SetLayout): ditto
15225
15226         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15227         with one arg less.
15228
15229         * lastfiles.C: removed most using decl, add std:: where needed
15230
15231         * buffer.C: ws changes
15232
15233         * MenuBackend.C (class compare_format): put into anon namespace
15234         (expand): constify label, names, action, action2
15235         (expand):
15236
15237         * text.C (SingleWidth): constify font
15238         (IsBoundary): constify rtl2
15239         (GetVisibleRow): constify ww
15240
15241         * LaTeX.C (deplog): constify logfile
15242
15243         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15244         start_x, end_x
15245         (workAreaExpose): constify widthChange, heightChange
15246
15247         * lyxrow.C (par): moved
15248         (height): moved
15249         (next): moved
15250         * lyxrow.h: as inlines here
15251
15252         * lyxfont.h (shape): moved from lyxfont.C
15253         (emph): moved from lyxfont.C
15254
15255         * lyxfont.C (LyXFont): use initialization list for all
15256         constructors
15257         (shape): move to lyxfont.h as inline
15258         (emph): move to lyxfont.h as inline
15259
15260
15261 2001-04-04  Juergen Vigna  <jug@sad.it>
15262
15263         * vspace.C: had to include stdio.h for use of sscanf
15264
15265 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15266
15267         * BufferView.h:
15268         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15269         independent of xforms.
15270
15271 2001-04-02  Juergen Vigna  <jug@sad.it>
15272
15273         * spellchecker.C: fixed namespace placing!
15274
15275 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15276
15277         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15278         the LyXParagraph * is 0.
15279
15280 2001-03-29  Juergen Vigna  <jug@sad.it>
15281
15282         * vspace.C: added support for %, c%, p%, l%.
15283         (stringFromUnit): added helper function.
15284         (asLatexString): changed to give right results for the %-values.
15285
15286         * buffer.C: convert the widthp in a width%.
15287
15288 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15289
15290         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15291         figureForm.[Ch].
15292
15293         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15294         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15295
15296         * lyx_cb.[Ch]: see above.
15297
15298         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15299         form1.[Ch].
15300
15301         * form1.[Ch]:
15302         * lyx.[Ch]: replaced by figure_form.[Ch].
15303
15304         * lyx_gui.C:
15305         * lyx_gui_misc.C:
15306         * lyxfunc.C: changed headers associated with above changes.
15307
15308 2001-03-27  Juergen Vigna  <jug@sad.it>
15309
15310         * BufferView_pimpl.C: set the temporary cursor right!
15311
15312 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15313
15314         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15315
15316 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15317
15318         * LString.h: removed "using std::getline"!
15319
15320         * BufferView_pimpl.C (Dispatch): changes due to changes in
15321         InsetInclude::Params.
15322
15323         * buffer.C (tag_name): removed redundant break statements as they were
15324         producing lots of warnings with my compiler.
15325
15326 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15327
15328         * LString.h: add "using std::getline" when using the real <string>.
15329
15330 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15331
15332         * buffer.C: removed bitset usage.
15333         PAR_TAG moved to an anonymous name space.
15334         (tag_name): new funtion, also in the anonymous namespace.
15335         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15336         (makeDocBookFile): clean code. Completed transition from string arrays
15337         to string vectors.
15338         (SimpleDocBookOnePar): code clean.
15339
15340 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15341
15342         * tabular.C: add some comments.
15343
15344 2001-03-22  Juergen Vigna  <jug@sad.it>
15345
15346         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15347         compatibility read a bit and fixed bug with minipage in different
15348         depth.
15349
15350 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15351
15352         * buffer.C (pop_tag): removed.
15353         (push_tag): removed.
15354         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15355         array replaced with vector. Added support for CDATA sections.
15356         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15357         at any nest level.
15358         (makeDocBookFile): XML conformant declaration of CDATA section,
15359         fixed bug related to <emphasis> in the first paragraph char.
15360         (sgmlOpenTag): exclude empty tags.
15361         (sgmlCloseTag): ditto.
15362
15363         * buffer.h (pop_tag): removed.
15364         (push_tag): removed.
15365
15366 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15367
15368         * language.h (Languages): added size_type and size().
15369
15370 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15371
15372         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15373         response on compability reading of minipages. One probliem is that
15374         the old usage of minipages was «flertydig»
15375
15376         * several files here and in subdirs: don't use static at file
15377         scope use anon namespaces instead.
15378
15379 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15380
15381         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15382         LaTeX output. This is necessary for Literate document
15383         processing.
15384
15385 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15386
15387         * buffer.C: insert hfill when needed.
15388
15389         * tabular.C (l_getline): use string::erase, small whitespace change.
15390
15391         * BufferView_pimpl.C: try the anon namespace.
15392         * WorkArea.C: ditto
15393
15394 2001-03-16  Juergen Vigna  <jug@sad.it>
15395
15396         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15397         otherwise it won't open options-dialogs.
15398
15399         * buffer.C: honor pextraWidth(p) on converting minipages.
15400
15401         * tabular.C (l_getline): changed the functions to strip trailing \r.
15402
15403 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15404
15405         * BufferView_pimpl.C:
15406         * minibuffer..C: added "using SigC::slot" declaration.
15407
15408 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15409
15410         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15411
15412         * text2.C: ditto
15413
15414         * text.C: ditto
15415
15416         * paragraph.C: ditto
15417
15418         * lyxtext.h: NO_PEXTRA
15419
15420         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15421
15422         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15423         * ParameterStruct.h: ditto
15424         * ParagraphParameters.h: ditto
15425         * lyxparagraph.h: ditto
15426
15427 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15428
15429         * buffer.C: add compability for minipage alignment.
15430         (latexParagraphs): remove unwanted pextra check.
15431
15432         * several files: remove CXX_WORKING_NAMESPACES
15433
15434         * buffer.C (pop_tag): tie is in namespace boost
15435
15436         * BufferView.h: noncopyable is in namespace boost
15437         * lyxlex.h: ditto
15438         * lyx_main.h: ditto
15439         * lyx_gui.h: ditto
15440         * layout.h: ditto
15441         * lastfiles.h: ditto
15442         * bufferlist.h: ditto
15443         * ShareContainer.h: ditto
15444         * LyXView.h: ditto
15445         * LyXAction.h: ditto
15446         * LaTeX.h: ditto
15447
15448 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15449
15450         * Merging changes from BRANCH_MVC back into HEAD.
15451
15452         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15453
15454 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15455
15456         * BufferView_pimpl.C: change from intl.C
15457
15458         * combox.h:
15459         * combox.C:
15460         * Makefile.am: move combox.*
15461
15462         * form1.h:
15463         * form1.C:
15464         * lyx_gui.C:
15465         * intl.h:
15466         * intl.C: remove dialog (covered by prefs)
15467
15468 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15469
15470         * lyxfunc.C (Dispatch): removed redundant break statement.
15471
15472 2001-03-14  Juergen Vigna  <jug@sad.it>
15473
15474         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15475
15476 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15477
15478         * buffer.C: add hack to fix compability reading of minipages.
15479
15480 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15481
15482         * buffer.C (getLists): Cleanup.
15483
15484 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15485
15486         * lyxfont.C (update): don't honor toggleall on font size.
15487
15488 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15489
15490         * bmtable.c:
15491         * bmtable.h:
15492         * Makefile.am: moved to frontends/xforms/
15493
15494         * lyx_gui_misc.C:
15495         * lyxfunc.C:
15496         * BufferView_pimpl.C: changes for moved mathpanel
15497
15498 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15499
15500         * gettext.h: fix gettext_init() in --disable-nls
15501
15502 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15503
15504         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15505
15506 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15507
15508         * lyx.C:
15509         * lyx.h: strip external form
15510
15511 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15512
15513         * BufferView_pimpl.C: add comment, destroySplash()
15514
15515 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15516
15517         * BufferView_pimpl.C:
15518         * LyXAction.C:
15519         * buffer.C:
15520         * commandtags.h:
15521         * lyxfunc.C: use re-worked insetinclude
15522
15523 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15524
15525         * buffer.C: add using std::stringstream.
15526
15527         * lyx_cb.C: readd using std::ios.
15528
15529         * buffer.C: add using std::map.
15530
15531         * BufferView_pimpl.C: add using std::vector.
15532
15533         * ShareContainer.h: add std:: to swap.
15534
15535         * buffer.h: add some typedefs
15536         * buffer.C (getLists): use them
15537         (getLists): renamed from getTocList.
15538         add a counter for the different float types and use it in the
15539         generated string.
15540         (getLists): use the same counter for the NEW_INSETS and the "non"
15541         NEW_INSETS
15542
15543         * lyx_cb.h: remove unused items, includes, using etc.
15544
15545         * ShareContainer.h: remove some commented code, add more comments
15546         and "documentation".
15547
15548 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15549
15550         * buffer.C (getTocList): make the list also when NEW_INSETS is
15551         defined.
15552
15553         * buffer.h: remove TocType
15554
15555         * buffer.C (getTocList): change to return a map<string,
15556         vector<TocItem> >, implement for dynamic number of list.
15557
15558         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15559         * text2.C (PasteSelection): adjust
15560         * CutAndPaste.C (pasteSelection): adjust
15561
15562         * FloatList.C (FloatList): update from the new_insets branch.
15563         * Floating.[Ch]: ditto
15564         * LaTeXFeatures.C: ditto
15565         * buffer.C: ditto
15566         * lyxlex_pimpl.C: ditto
15567
15568         * paragraph.C (Last): remove when NEW_INSETS is defined.
15569
15570         * other file: changes because of the above.
15571
15572 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15573
15574         * lyxparagraph.h: rename next to next_, previous to previous_,
15575         make them private for NEW_INSETS. Rename Next() to next(),
15576         Previous() to previous().
15577
15578         * other files: changes because of the above.
15579
15580 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15581
15582         * BufferView.h:
15583         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15584         problem.
15585
15586 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15587
15588         * main.C (main): pass lyx_localedir to gettext_init().
15589
15590         * gettext.h: remove locale_init and gettext_init macros
15591
15592         * gettext.C (locale_init): new function
15593         (gettext_init): new function
15594
15595         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15596         setlocale().
15597
15598 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15599
15600         * Moved credits to frontends:
15601         * credits.[Ch]: removed
15602         * credits_form.[Ch]: removed
15603         * lyx_gui_misc.C: remove credits stuff
15604         * Makefile.am:
15605
15606 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15607
15608         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15609
15610         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15611         unneeded destructor.
15612
15613         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15614         a standalone pointer again.
15615
15616         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15617
15618 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15619
15620         * Makefile.am:
15621         * filedlg.h:
15622         * filedlg.C:
15623         * LyXAction.C:
15624         * ToolbarDefaults.C:
15625         * bufferlist.C:
15626         * commandtags.h:
15627         * form1.C:
15628         * form1.h:
15629         * lyx_cb.C:
15630         * lyx_cb.h:
15631         * lyxfunc.h:
15632         * lyxfunc.C:
15633         * BufferView_pimpl.C: use new file dialog in GUII
15634
15635         * lyx_cb.h:
15636         * lyx_cb.C: remove LayoutsCB to Toolbar
15637
15638 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15639
15640         * ShareContainer.h (get): add std:: qualifier
15641
15642 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15643
15644         * ShareContainer.h: define a proper ShareContainer::value_type
15645         type (and use typename to please compaq cxx)
15646
15647 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15648
15649         * lyxparagraph.h: move serveral local vars to
15650         ParameterStruct/ParagraphParameters., use ShareContainer in
15651         FontTable., make vars in FontTable private and add getter and
15652         setter.
15653
15654         * paragraph.C: changes because of the above.
15655
15656         * lyxfont.h: remove copy constructor and copy assignment. (the
15657         default ones is ok), move number inside FontBits. move inlines to
15658         lyxfont.C
15659
15660         * lyxfont.C: add number to initializaton of statics, move several
15661         inlines here. constify several local vars. some whitespace
15662         cleanup. Dont hide outerscope variables.
15663
15664         * Spacing.h: add two new constructors to match the set methods.
15665
15666         * ShareContainer.h: new file, will perhaps be moved to support
15667
15668         * ParameterStruct.h: new file
15669
15670         * ParagraphParameters.h: new file
15671
15672         * ParagraphParameters.C: new file
15673
15674         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15675         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15676
15677         * BufferView_pimpl.C: ParagraphParameter changes.
15678         * buffer.C: Likewise.
15679         * bufferview_funcs.C: Likewise.
15680         * text.C: Likewise.
15681         * text2.C: Likewise.
15682
15683 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15684
15685         * lyxfind.C (LyXReplace): do not redefine default argument in
15686         implementation.
15687         (IsStringInText): ditto
15688         (SearchForward): ditto
15689         (SearchBackward): ditto
15690
15691 2001-03-06  Juergen Vigna  <jug@sad.it>
15692
15693         * lyxfind.C (IsStringInText): put parentes around expressions.
15694
15695 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15696
15697         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15698
15699 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15700
15701         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15702
15703         * stl_string_fwd.h: add comment
15704
15705         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15706
15707         * tabular.h:
15708         * tabular.C: remove unused DocBook methods
15709
15710         * intl.C:
15711         * language.C:
15712         * paragraph.C:
15713         * buffer.C:
15714         killed DO_USE_DEFAULT_LANGUAGE
15715
15716 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15717
15718         * lyx_gui.C: do not include language.h.
15719
15720         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15721         arguments in function implementation.
15722
15723 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15724
15725         * BufferView_pimpl.C: add <ctime>
15726
15727 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15728
15729         * BufferView_pimpl.C: add using std::find_if
15730
15731 2001-02-27  José Matos  <jamatos@fep.up.pt>
15732
15733         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15734         by OnlyPath.
15735
15736 2001-02-11  José Matos  <jamatos@fep.up.pt>
15737
15738         * buffer.C (makeDocBookFile): command styles now have a parameter as
15739         "title" by default.
15740
15741 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15742
15743         * layout_forms.[Ch]: removed
15744         * lyx_cb.[Ch]: out character
15745         * lyx_gui.C: out character
15746         * lyx_gui_misc.C: out character
15747         * bufferview_funcs.C: : out character,
15748         added toggleall as parameter in ToggleAndShow
15749
15750 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15751
15752         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15753
15754         * text2.C (SetCurrentFont): Disable number property at boundary.
15755
15756 2001-02-26  Juergen Vigna  <jug@sad.it>
15757
15758         * lyxfunc.C (getStatus): added a string argument override function so
15759         that this is correctly called from LyXFunc::Dispatch if it contains a
15760         do_not_use_argument which is used!
15761         (Dispatch): added check for "custom" export and call appropriate func.
15762
15763 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15764
15765         * lyxrc.C: Add language_command_local, language_use_babel and
15766         language_global_options.
15767
15768         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15769
15770         * buffer.C (makeLaTeXFile): Use language_use_babel and
15771         language_global_options.
15772
15773 2001-02-23  Juergen Vigna  <jug@sad.it>
15774
15775         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15776         which works with LyXText and putted it inside BufferView. Here now we
15777         only call for that part the BufferView::Dispatch() function.
15778
15779         * BufferView.C (Dispatch): added.
15780
15781         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15782         functions which needs to use a LyXText over from LyXFunc.
15783         (MenuInsertLyXFile): added
15784         (getInsetByCode): added
15785         (moveCursorUpdate): added
15786         (static TEXT): added
15787
15788 2001-02-22  Juergen Vigna  <jug@sad.it>
15789
15790         * BufferView_pimpl.C (update): call a status update to see if LyXText
15791         needs it.
15792
15793 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15794
15795         * vc-backend.C (revert): implement for CVS
15796         (getLog): implement for CVS
15797
15798 2001-02-20  Juergen Vigna  <jug@sad.it>
15799
15800         * text2.C (ClearSelection): added BufferView param for inset_owner call
15801
15802         * lyxfunc.C (TEXT): added this function and use it instead of
15803         directly owner->view()-text of getLyXText().
15804
15805 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15806
15807         * src/layout_forms.C: out preamble
15808         * src/layout_forms.h: out preamble
15809         * src/lyx_cb.C: out preamble
15810         * src/lyx_cb.h: out preamble
15811         * src/lyx_gui.C: out preamble
15812         * src/lyx_gui_misc.C: out preamble
15813         * src/lyxfunc.C: connect with guii preamble
15814
15815 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15816
15817         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15818
15819 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15820
15821         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15822         whether to run bibtex.
15823
15824 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15825
15826         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15827
15828 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15829
15830         * Makefile.am (lyx_SOURCES): removed bibforms.h
15831
15832         * vspace.h: doxygen
15833
15834         * text.C (GetVisibleRow): make several local vars const
15835
15836         * tabular.C: small cleanup.
15837
15838         * lyxserver.C (callback): use compare instead of strncmp
15839
15840         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15841         inlines to after class or to paragraph.C
15842
15843         * lyxfont.h: remove friend operator!=
15844
15845         * converter.h: move friend bool operator< to non friend and after
15846         class def.
15847
15848         * combox.h: small cleanup
15849
15850         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15851         to inlines after class def.
15852
15853         * buffer.C (pop_tag): use string operations instead of strcmp
15854
15855         * bmtable.c: doxygen, small cleanup
15856
15857         * LaTeX.h: remove friend operator==
15858
15859 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15860
15861         * screen.C:
15862         * lyxrc.[Ch]:
15863         * lyxfunc.C:
15864         * lyxfont.[Ch]:
15865         * lyx_cb.C:
15866         * intl.[Ch]:
15867         * commandtags.h:
15868         * buffer.C:
15869         * WorkArea.[Ch]:
15870         * LyXAction.C:
15871         * BufferView_pimpl.C:
15872         * BufferView.[Ch]: remove cruft
15873
15874 2001-02-14  Juergen Vigna  <jug@sad.it>
15875
15876         * lyxfunc.C: removed #if 0 unused code
15877
15878         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15879
15880         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15881
15882         * text2.C (SetSelection): added a BufferView * parameter
15883
15884 2001-02-13  Juergen Vigna  <jug@sad.it>
15885
15886         * lyxfunc.C (Dispatch): fixed protected blank problem.
15887         * BufferView2.C (protectedBlank): added LyxText * parameter.
15888
15889         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15890         (AppendColumn): same as above for column_info.
15891
15892         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15893         (moveCursorUpdate): use a LyXText param for support of InsetText.
15894
15895         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15896         (tripleClick): ditto
15897
15898         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15899
15900         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15901
15902         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15903
15904         * text2.C (SetSelection): set correct update status if inset_owner
15905         (ToggleFree): ditto
15906
15907 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15908
15909         * tabular.C: remove some commented code.
15910
15911 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15912
15913         * BufferView_pimpl.C: call hideSplash()
15914
15915         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15916
15917         * include_form.h:
15918         * bibforms.h: remove
15919
15920         * lyxfunc.C:
15921         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15922           add LFUN_CHILD_CREATE
15923
15924         * counters.h: fix tiny typo
15925
15926         * lyx_cb.C:
15927         * lyx.h:
15928         * lyx_gui.C:
15929         * lyx.C: move splash to frontends/xforms/
15930
15931         * lyx_gui_misc.C: move Include and Bibform to frontends
15932
15933         * lyxvc.h: clarify comment
15934
15935         * vspace.C: tiny housekeeping
15936
15937 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15938
15939         * text.C (PrepareToPrint): RTL Fix.
15940
15941         * paragraph.C (GetUChar): New method.
15942         (String):  Use GetUChar.
15943
15944         * buffer.C (asciiParagraph): Use GetUChar.
15945
15946 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15947
15948         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15949
15950 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15951
15952         * buffer.h:
15953         * buffer.C: rename to getLogName(), handle
15954           build log / latex log nicely
15955
15956 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15957
15958         * MenuBackend.C:
15959         * MenuBackend.h: remove support for reference menuitem type.
15960
15961 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15962
15963         * BufferView_pimpl.C: housekeeping
15964         * BufferView_pimpl.h:
15965         * LyXView.h:
15966         * Makefile.am:
15967         * Timeout.C:
15968         * Timeout.h:
15969         * minibuffer.h: move Timeout GUI-I
15970
15971 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15972
15973         * lyxrc.C (read): Update converters data-structures.
15974
15975 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15976
15977         * LaTeX.h (operator!=): add operator != for Aux_Info
15978
15979 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15980
15981         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15982
15983         * LaTeXLog.C: deleted, useful code moved to Buffer
15984
15985         * buffer.h:
15986         * buffer.C: new function getLatexLogName()
15987
15988         * lyx_gui_misc.C:
15989         * lyx_gui.C:
15990         * lyxvc.C:
15991         * lyxvc.h:
15992         * lyxfunc.C: use frontends for LaTeX and VC logs
15993
15994 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15995
15996         * LaTeX.h: yet another std:: that Allan forgot.
15997
15998         * Variables.C (set): renamed from isset(), because this clashes
15999         with some HP-UX macros (grr).
16000
16001 2001-02-06  Allan Rae  <rae@lyx.org>
16002
16003         * LaTeX.h: Another bug fix.  Missing std:: this time.
16004
16005 2001-02-04  Allan Rae  <rae@lyx.org>
16006
16007         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
16008         floats problem. I've left it commented out because it's not quite
16009         correct.  It should also test that the current object is a table or
16010         figure inset.  But I haven't gotten around to figuring out how to do
16011         that.  I *think* it'll be something like: "table" == inset.type()
16012
16013         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
16014         bool.
16015
16016 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
16017
16018         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
16019         all the citation/databases/styles in the auxilary file.
16020         (run): Rerun latex if there was a babel language error.
16021
16022 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
16023
16024         * text.C (Backspace): Preserve the font when changing newline char
16025         with a space.
16026         (BreakParagraph): If the cursor is before a space, delete the space.
16027
16028         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
16029
16030 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
16031
16032         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
16033         new argument (code).
16034         (ChangeCitationsIfUnique): New method.
16035
16036         * paragraph.C (GetPositionOfInset): Handle bibkey.
16037
16038 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16039
16040         * BufferView_pimpl.h: change type of Position::par_pos to
16041         LyXParagraph::size_type.
16042
16043 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
16044
16045         * BufferView_pimpl.C (savePosition, restorePosition): Write
16046         messages to minibuffer.
16047
16048 2001-01-28  José Matos  <jamatos@fep.up.pt>
16049
16050         * buffer.C (makeDocBookFile): adds support for document language.
16051         A silly restriction on the name of LatexCommand types where removed.
16052         Added support for CDATA sections, allows to chars unescaped, used
16053         among others in code, to avoid escape < and >.
16054
16055 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16056
16057         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16058         saved positions instrad of a stack. Furthermore, a position is
16059         stored using paragraph id/paragraph position.
16060
16061         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16062         Remove LFUN_REF_BACK.
16063
16064 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16065
16066         * converter.C (dvipdfm_options): New method.
16067
16068 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16069
16070         * vspace.C (isValidLength): Fix for empty input string.
16071
16072 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16073
16074         * LyXAction.C (init): change description of LFUN_FIGURE to
16075         "Insert Graphics"
16076
16077 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16078
16079         * LaTeX.C: add using directive
16080
16081 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16082
16083         * MenuBackend.C (expand): Fix the sorting of the formats.
16084
16085 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16086
16087         * lyx_main.C: tiny error message fix
16088
16089 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16090
16091         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16092         calling fl_initialize(). This fixes the problem with ',' as
16093         decimal separator in text files.
16094
16095 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16096
16097         * trans.C (process): Fix the keymap bug.
16098
16099 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16100
16101         * LaTeX.C (scanAuxFiles): New method. Provides support for
16102         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16103         (scanLogFile) Scan for "run BibTeX" messages.
16104
16105         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16106         OT1 font encoding. Also, load the aecompl package if the ae
16107         package is loaded.
16108
16109         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16110
16111 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16112
16113         * texrow.C (increasePos): turn two error messages into debug
16114         messages.
16115
16116 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16117
16118         * LaTeX.C (scanAux): Handle the \@input macro.
16119         (runBibTeX): Use scanAux().
16120
16121         * language.C (latex_options_): New field.
16122
16123         * LaTeXFeatures.C (getMacros): Add language macros.
16124
16125         * buffer.C (makeLaTeXFile): Small fix.
16126
16127 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16128
16129         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16130
16131         * text2.C: add a using directive.
16132
16133 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16134
16135         * BufferView2.C:
16136         * lyx_gui_misc.h:
16137         * lyxfr1.C:
16138         * lyxfunc.C: kill LyXBell.
16139
16140 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16141
16142         * text.C (IsBoundary): Remove the error message
16143
16144         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16145
16146         * lyxrc.C (setDefaults): Correct initialization value for
16147         font_norm_type.
16148
16149 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16150
16151         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16152         gotoError().
16153
16154         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16155         and GotoNextNote().
16156
16157         * src/LyXAction.C: Added reference-next.
16158
16159         * text.C (InsertChar): Use contains instead of strchr.
16160
16161         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16162
16163 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16164
16165         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16166         alignment commands (when needed).
16167
16168         * text.C (InsertChar): Add ':' to number separator chars.