]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
6aaa39784c6be231a24ce343d51b939ef3e52c90
[lyx.git] / src / ChangeLog
1 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
4         documents (bug 1629)
5
6 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7
8         Fix toggling of collapsable insets with the mouse (bug 1558)
9         
10         * lyxfunc.C (dispatch): adapt to LCursor changes
11
12         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
13         make sure that dispatch is not invoked twice
14
15         * cursor.C (needsUpdate): new method
16         (dispatch): return void
17         (result): new method, to access the DispatchResult of the cursor.
18
19 2004-08-13  José Matos  <jamatos@lyx.org>
20
21         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
22
23 2004-08-13  André Pönitz  <poenitz@gmx.net>
24
25         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
26
27         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
28           multiple cells
29    
30 2004-08-12  André Pönitz  <poenitz@gmx.net>
31
32         * text3.C: take out the 'cursor right' form insertInset and only
33         do it in those places when it is really needed. Fixes crash on
34         C-m...
35
36 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
37
38         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
39
40         * BufferView_pimpl.C (setBuffer): initialize the current font of
41         the underlying LyXText
42
43 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
44
45         * kbsequence.C (print): use UI native formatting for menu
46         shortcuts
47
48         * text.C (insertChar): call Paragraph::insertChar with a font
49         argument (cosmetic)
50
51         * paragraph.C (insertInset, insertChar): the version that takes a
52         LyXFont argument is now a wrapper around the other one (the
53         opposite used to be true). 
54
55         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
56         argument. Font setting is done in Paragraph now.
57
58 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
59
60         * outputparams.h: add new members intitle and lang.
61
62         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
63         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
64
65 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
66
67         * text3.C (dispatch): remove special handling of button 4 and 5,
68         it is now taken care of in the frontend code.
69
70 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
71
72         * Spacing.h: add <string> (STLPort compile fix)
73
74 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
75
76         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
77
78 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
79
80         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
81         to bool.
82
83         * converter.C (showMessage): inherit from unary_function, make
84         operator() const.
85
86         * buffer.C (writeFile): initialize retval
87
88         * InsetList.h: rename private variable list to list_
89         * InsetList.[Ch]: adjust accordingly.
90
91 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
92
93         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
94         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
95         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
96         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
97         * ParagraphParameters.C, LaTeXFeatures.C: replace
98         "support/std_sstream.h" with <sstream>
99
100 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
101
102         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
103         * lyxsocket.C (LyXServerSocket): ditto
104         (serverCallback): ditto
105
106 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
107
108         * LaTeXFeatures.C: check release date when loading jurabib.
109
110 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
111
112         * lyxserver.C (startPipe): call register_socket_callback
113         (endPipe): call unregister_socket_callback
114
115 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
116
117         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
118         (LyXServerSocket): register the callback
119         (LyXServerSocket): unregister the callback
120         (fd): delete function
121         (serverCallback): improve error checking and setup the callbacks.
122         (dataCallback): change arg to fd.
123         (writeln): new func (copied fro the client socket) used for server
124         write to client.
125         (LyXDataSocket): simplify
126         (~LyXDataSocket): close ann unregiser callback
127         (server): delete function
128         (fd): delete function
129         (readln): small changes, improve some std::string usage
130         (writeln): constify a bit
131
132 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
133
134         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
135         Qt frontend
136
137 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
138
139         * BufferView_pimpl.C (setBuffer): set the layout combox value only
140         after it has been populated
141
142 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
143
144         * text2.C (insertInset): move cursor when inserting inset.
145
146 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
147
148         * kbmap.C (findbindings): a couple of new methods. returns a
149         container of kb_sequence objects. The real work is done by the
150         private recursive version
151         (printbindings): uses findbindings to print out a bracketed list
152         of bindings (renamed from findbinding).
153
154         * MenuBackend.C (binding): use kb_keymap::findbindings
155
156         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
157
158 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
159
160         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
161
162 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
163
164         * paragraph.C (isWord): return true on insets that report
165         isLetter().
166
167         * text.C (getWord): use Paragraph::isWord to decide what is in a
168         word and what is not; fix bug 1609.
169
170 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
171
172         * tex-strings.C: add "none" to string_paperpackages[], fixes
173         off-by-one-error in the paperpackage selection.
174
175         * lyxlex.[Ch]:
176         * tex-strings.[Ch]: char const * string[n]
177         -> char const * const string[]
178
179 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
180
181         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
182         command, return early.
183
184 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
185
186         * debug.h: add DEBUG to enum and fix size of ANY.
187
188         * debug.C: add support for Debug::DEBUG
189         (showTags): cast errorTags.level to unsigned int
190
191         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
192         (redoCurrentBuffer): ditto
193         (updateScrollbar): ditto
194         * cursor.C (dispatch): ditto
195         * text2.C (setLayout): ditto
196         (setFont): ditto
197         (updateCounters): ditto
198         (editXY): ditto
199         (deleteEmptyParagraphMechanism): ditto
200
201 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
202
203         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
204         annotations to cleanup the Makefile slightly.
205
206 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
207
208         * lyxrc.C: do not set user_email to a default value but use empty
209         instead. The entry used to be translated, which does not work
210         since at the point where lyxrc is constructed there is no
211         translation service available
212
213         * messages.C (getLocaleDir): remove and use directly
214         lyx_localedir() instead
215
216 2004-06-02  Angus Leeming  <leeming@lyx.org>
217
218         Fix crash caused by dereferencing null pointer 'exportdata' in
219         OutputParams by creating a new ExportData variable on the heap,
220         storing it in a boost::shared_ptr.
221         The crash was triggered when generating an Instant Preview
222         of an external inset.
223
224         * Makefile.am: add outputparams.C
225
226         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
227         (c-tor): allocate memory to it.
228
229         * exporter.C (c-tor): associated changes.
230
231 2004-06-01  Angus Leeming  <leeming@lyx.org>
232
233         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
234         contains data before calling isInset(0). (Bug 1513.)
235
236 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
237
238         * exporter.C (checkOverwrite): new method
239         * exporter.C (copyFile): new method
240         * exporter.C (Export): copy referenced files to the document dir
241         * exporter.[Ch]: new class ExportedFile
242         * exporter.[Ch]: new class ExportData. Contains currently the
243         names of referenced external files
244         * outputparams.h: add exportdata member.
245
246 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
247
248         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
249         version.C-tmp
250
251 2004-05-19  Angus Leeming  <leeming@lyx.org>
252
253         * LaTeXFeatures.C:
254         * ToolbarBackend.C:
255         * bufferparams.C:
256         * lyxfunc.C: small changes due to the introduction of namespace
257         lyx::frontend and the moving of namespace biblio to lyx::biblio.
258
259 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
260
261         * text3.C (dispatch): supress update when only moving the cursor
262         * cursor.C (selHandle): remove commented code
263
264 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
265
266         * paragraph.C (startTeXParParams): correct column count
267         * CutAndPaste.C (pasteSelection): remove const_cast
268         * output_docbook.C (docbookParagraphs): remove const_cast
269         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
270         const_cast and return ParagraphList::const_iterator
271         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
272         * output_plaintext.C (writeFileAscii): remove const_cast
273         * paragraph.[Ch] (simpleTeXOnePar): make const
274         * paragraph_funcs.C (outerPar): use const iterators
275         * paragraph_pimpl.C (validate): use const iterators
276         * text.C (setHeightOfRow): use const iterators
277
278 2004-05-17  Angus Leeming  <leeming@lyx.org>
279
280         * lfuns.h:
281         * LyXAction.C (init): new LFUN_INSET_REFRESH.
282
283         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
284         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
285         if the citation engine has changed.
286
287 2004-05-14  José Matos  <jamatos@lyx.org>
288
289         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
290         if the textclass does not provide it. Have it different for sgml and
291         xml.
292         support the language of document.
293         * output_docbook.C (docbookParagraphs):
294         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
295         first anchor as the id of the paragraph, remove special case code.
296         * sgml.C (escapeChar): escape only < & >.
297
298 2004-05-14  Angus Leeming  <leeming@lyx.org>
299
300         * bufferparams.h: move biblio::CiteEngine enum here to minimize
301         dependencies on src/frontends/controllers/biblio.h. Define a
302         CiteEngine_enum wrapper class to enable the enum to be forward
303         declared.
304
305 2004-05-12  Angus Leeming  <leeming@lyx.org>
306
307         * buffer.C: up LYX_FORMAT to 234.
308         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
309         use_numerical_citations with a single biblio::CiteEngine cite_engine
310         variable.
311         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
312
313 2004-05-13  José Matos  <jamatos@lyx.org>
314
315         * converter.h:
316         * converter.C (Converter, readFlags): add xml member.
317         * outputparams.h: add XML flavor.
318         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
319
320 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
321
322         * lyxfunc.C (dispatch):
323         (getStatus): fix handling of LFUN_SEQUENCE
324
325 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
326
327         * debug.C (showLevel): do not forget the end-of-line marker
328
329 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
330
331         * kbmap.C (read): do not stop parsing a bind file when an error
332         occurs (bug 1575)
333
334 2004-04-29  Angus Leeming  <leeming@lyx.org>
335
336         * cursor.C:
337         * factory.C:
338         * pariterator.C:
339         * text2.C: wrap a bunch of #warning statements
340         inside #ifdef WITH_WARNINGS blocks.
341
342 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
343
344         * buffer.C: increment format to 233.
345
346 2004-04-28  Angus Leeming  <leeming@lyx.org>
347
348         * BufferView_pimpl.C:
349         * lyxfunc.C:
350         * text3.C:
351         s/updateToolbar()/updateToolbars()/
352         s/Toolbar.h/Toolbars.h/
353
354 2004-04-28  Angus Leeming  <leeming@lyx.org>
355
356         * BufferView.[Ch] (c-tor):
357         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
358         No longer passes these data to the WorkArea generator.
359
360 2004-04-28  Angus Leeming  <leeming@lyx.org>
361
362         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
363
364 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
365
366         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
367
368 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
369
370         * output_latex.C (TeXEnvironment): make sure that there is a line
371         break before \end{foo} for the last paragraph of a document
372         (TeXOnePar): if the paragraph is at the end of the document (or
373         inset) and the language has to be reset, then make sure that the
374         line break is _before_ the language command, not after (fixes bug
375         1225); also make sure that the language reset command is the first
376         thing after the paragraph (to ensure proper nesting of
377         environments and thus fix bug 1404)
378
379 2004-04-21  John Levon  <levon@movementarian.org>
380
381         * ToolbarBackend.h:
382         * ToolbarBackend.C: make "name" be a programmatic name
383         and a gui_name field.
384
385         * lyxfunc.C: display the minibuffer on M-x
386
387 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
388
389         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
390         (bug 1526)
391
392 2004-04-19  Angus Leeming  <leeming@lyx.org>
393
394         * BufferView_pimpl.C (setBuffer): changed preview interface.
395
396         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
397         possible values.
398
399 2004-04-19  John Levon  <levon@movementarian.org>
400
401         * BufferView_pimpl.C:
402         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
403
404 2004-04-05  Angus Leeming  <leeming@lyx.org>
405
406         * text.C (redoParagraphs): add call to updateCounters(), thereby
407         fixing the missing "Figure #:" label from the caption of a
408         figure float.
409
410 2004-04-13  Angus Leeming  <leeming@lyx.org>
411
412         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
413         cursor is clicked out of an inset.
414
415 2004-04-13  Angus Leeming  <leeming@lyx.org>
416
417         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
418         than an InsetOld one.
419
420 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
421
422         * format.[Ch]: add editor to Format
423         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
424         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
425
426 2004-04-08  André Pönitz  <poenitz@gmx.net>
427
428         * metricsinfo.h: remove PainterInfo::width member
429
430 2004-04-08  Angus Leeming  <leeming@lyx.org>
431
432         * lyx_sty.C (boldsymbol_def): modify so that it outputs
433         "\providecommand" rather than "\newcommand", thereby preventing
434         clashes with packages that define "\boldsymbol" themselves.
435         Eg, beamer.
436
437 2004-04-08  Angus Leeming  <leeming@lyx.org>
438
439         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
440         thereby squashing an unnecessary warning.
441
442 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
443
444         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
445         setBuffer()
446
447 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
448
449         * BufferView.C (setCursor): call redoParagraph (some insets could
450         have been opened)
451         (putSelectionAt): remove the 'double update' trick
452
453         * BufferView_pimpl.C (fitCursor): call refreshPar
454         (workAreaDispatch): remove an uneeded update call
455         (dispatch): remove some manual update calls
456
457         * cursor.[Ch]: remove cached_y_, updatePos
458         (selHandle): set noUpdate when appropriate
459
460         * lyxfunc.C (dispatch): track if we need an update
461
462         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
463
464         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
465         (paintSelection): cheap optimization, do not call cursorX when not
466         needed
467         (paintPars): change signature
468         (refreshPar): add
469         (paintText): adjust
470         (paintTextInset): adjust
471
472         * text.C: adjust
473
474 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
475
476         * lengthcommon.C: compilation fix: remove explicit array size from
477         unit_name[] and friends
478
479 2004-04-05  Angus Leeming  <leeming@lyx.org>
480
481         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
482
483         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
484         present only for the preferences dialog.
485         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
486
487 2004-04-05  Angus Leeming  <leeming@lyx.org>
488
489         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
490         to enable the frontends to export changes to lyxrc correctly.
491
492         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
493
494 2004-04-07  André Pönitz  <poenitz@gmx.net>
495
496         * cursor.[Ch] (selClear, adjust): remove math
497
498         * cursor_slice.C: more agressive assert
499
500         * lyxfunc.C:
501         * BufferView_pimpl.C: rework mouse event dispatch
502
503         * dociterator.C:
504         * paragraph.C:
505         * text2.C:
506         * text3.C: adjust
507
508 2004-04-05  André Pönitz  <poenitz@gmx.net>
509
510         * cursor.[Ch] (valign, halign...): remove unneeded functions
511
512 2004-04-05  Angus Leeming  <leeming@lyx.org>
513
514         * lyxlength.[Ch] (unit_name et al.): const-correct.
515
516 2004-04-05  Angus Leeming  <leeming@lyx.org>
517
518         * BufferView_pimpl.C:
519         * buffer.C:
520         * counters.C:
521         * cursor.C:
522         * lyxfunc.C
523         * paragraph.C:
524         * pariterator.C:
525         * text.C:
526         * text2.C:
527         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
528
529 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
530
531         * text3.C (getStatus): add LFUN_BEGINNINGBUF
532
533 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
534
535         * lyxfind.C: add a couple of inTexted() tests + other small fixes
536         * BufferView_pimpl.[Ch] (getStatus)
537         * BufferView.[Ch] (getStatus): add
538         * lyxfunc.C (getStatus): move lfuns handled in
539         BufferView::dispatch to te function above
540         * Cursor.C (setSelection): set selection() = true
541
542 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
543
544         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
545
546 2004-03-31  Angus Leeming  <leeming@lyx.org>
547
548         * lyxfunc.C (dispatch): Fall through to the generic
549         Dialogs::show("preamble").
550
551 2004-03-31  Angus Leeming  <leeming@lyx.org>
552
553         * lyxfunc.C (dispatch): Fall through to the generic
554         Dialogs::show("spellchecker").
555
556 2004-03-31  Angus Leeming  <leeming@lyx.org>
557
558         * lyxfunc.C (getStatus, dispatch): changed invocation of the
559         preferences dialog.
560
561 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
562
563         * BufferView.C
564         * cursor.[Ch]
565         * dociterator.[Ch]:
566         * insetiterator.[Ch]:
567         * lyxfind.C:
568         * lyxfunc.C:
569         * pariterator.[Ch]:
570         * text2.C:
571         * undo.[Ch]: s/DocumentIterator/DocIterator/g
572
573 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
574
575         * BufferView.C (setCursor, putSelectionAt): call edit to open the
576         insets where we are putting the cursor.
577
578 2004-03-31  Angus Leeming  <leeming@lyx.org>
579
580         * lfuns.h:
581         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
582
583         * lyxrc.[Ch] (read, write): overloaded member functions taking
584         a std::[io]stream arguments.
585
586         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
587
588 2004-03-31  Angus Leeming  <leeming@lyx.org>
589
590         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
591         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
592
593         * lyxtextclass.C (load): if the text class couldn't be loaded, then
594         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
595
596 2004-03-31  Angus Leeming  <leeming@lyx.org>
597
598         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
599         the LFUN_ALL_INSETS_TOGGLE code.
600
601 2004-03-30  Angus Leeming  <leeming@lyx.org>
602
603         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
604         has died. Fall through to the generic Dialogs::show("document").
605
606 2004-03-30  Angus Leeming  <leeming@lyx.org>
607
608         * lfuns.h:
609         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
610         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
611
612         * lyxfunc.C (getStatus, dispatch): define the actions for these
613         lfuns. Little more than a cut and pste job from ControlDocument.C
614
615         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
616
617 2004-03-30  Angus Leeming  <leeming@lyx.org>
618
619         * lfuns.h:
620         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
621         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
622
623         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
624         open/closed state of ollapsable insets. Usage:
625
626         all-inset-toggle <state> <name>, where
627         <state> == "open" || "closed" || "toggle" and
628         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
629
630         * lyxtext.h, text2.C (toggleInset): removed.
631
632         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
633         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
634         now passes LFUN_INSET_TOGGLE to the found inset.
635
636         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
637         is now invoked as "all-insets-toggle toggle branch".
638
639 2004-03-30  Angus Leeming  <leeming@lyx.org>
640
641         * dociterator.C:
642         * insetiterator.C:
643         * pariterator.[Ch]: added/corrected header blurb.
644
645 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
646
647         * dociterator.[Ch]: add an inset_ member
648         (backwardPos): implemented
649         (backwardPos, forwardPos): use inset_ when the stack is empty.
650         (doc_iterator_begin, doc_iterator_end): implemented
651         * pariterator.[Ch]: adjust, add begin, end
652         * insetiterator.[Ch]: adjust, add begin, end
653         * cursor.C:
654         * document.C:
655         * BufferView.C:
656         * BufferView_pimpl.C:
657         * CutAndPaste.C: adjust
658
659 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
660
661         * buffer.C: increment file format to 232.
662         * LaTeXFeatures.C: add bibtopic package.
663         * bufferparams.[Ch]: param \use_bibtopic.
664
665         * lyxrc.[Ch]: add lyxrc bibtex_command
666         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
667
668         * buffer.C: increment file format to 231.
669
670 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
671
672         * dociterator.C: implement forwardPar
673         * iterators.[Ch]: remove, replaced by
674         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
675         * BufferView.C:
676         * BufferView_pimpl.C:
677         * CutAndPaste.C:
678         * buffer.C:
679         * bufferview_funcs.C:
680         * cursor.C:
681         * lyxfind.C
682         * lyxfunc.C
683         * paragraph_funcs.C
684         * toc.C:
685         * Makefile.am: adjust
686
687 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
688
689         * CutAndPaste.C (pasteSelection): fix 2 crashes
690         (eraseSelection): fix a crash
691         * paragraph_funcs.C: remove a warning
692
693 2004-03-28  Angus Leeming  <leeming@lyx.org>
694
695         * lfuns.h:
696         * LyXAction.C (init): new LFUN_PRINT.
697
698         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
699
700 2004-03-27  Angus Leeming  <leeming@lyx.org>
701
702         * lfuns.h:
703         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
704
705         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
706
707 2004-03-27  Angus Leeming  <leeming@lyx.org>
708
709         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
710         insetlist always contains non-null pointers to insets.
711
712 2004-03-26  Angus Leeming  <leeming@lyx.org>
713
714         * src/BufferView_pimpl.C:
715         * src/CutAndPaste.C:
716         * src/buffer.C:
717         * src/iterators.C:
718         * src/output_plaintext.C:
719         * src/outputparams.h:
720         * src/paragraph_funcs.C:
721         * src/rowpainter.C:
722         * src/text.C:
723         * src/text2.C:
724         * src/frontends/controllers/ControlErrorList.C:
725         * src/frontends/gtk/FileDialogPrivate.C:
726         * src/frontends/gtk/GPainter.C:
727         * src/frontends/gtk/GToolbar.C:
728         * src/frontends/qt2/QRef.C:
729         * src/mathed/math_scriptinset.C: squash compiler warnings.
730
731 2004-03-26  Angus Leeming  <leeming@lyx.org>
732
733         * ispell.C (LaunchIspell::start):
734         * lyx_cb.C (AutoSaveBuffer::start):
735         invoke run(DontWait) rather than runNonBlocking().
736
737 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
738
739         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
740
741 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
742
743         * kbsequence.C (print): adjust
744
745         * kbmap.C (printKeySym): rename and change signature
746         (printKey): use LyXKeySym::print()
747
748 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
749
750         * undo.C: add using std::advance to compile for stlport
751
752 2004-03-24  Angus Leeming  <leeming@lyx.org>
753
754         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
755         it leads to a crash when no buffer is present.
756
757 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
758             Martin Vermeer  <martin.vermeer@hut.fi>
759
760         * lyxfunc.C (dispatch):
761         * bufferparams.C (readToken): use the new LColor::setColor
762
763         * LColor.[Ch] (setColor): new version that takes two strings as
764         argument and creates a new color entry if necessary
765
766 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
767
768         * buffer.C (makeLaTeXFile): if the main latex file that is
769         processed is usually a subdocument of some master, then pretend
770         for a while that it is actually the master
771
772 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
773
774         * buffer.C (getLabelList):
775         (getBibkeyList): use getMasterBuffer()
776         (getMasterBuffer): new method. Returns the main document in the
777         case where one is using included documents.
778
779 2004-03-25  André Pönitz  <poenitz@gmx.net>
780
781         * Makefile.am:
782         * iterators.[Ch]:
783         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
784
785         * ParagraphList_fwd.h: change ParagraphList to a std::vector
786
787         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
788         text*.C over here. Rename namespace CutAndPaste to lyx::cap
789
790         * ParameterStruct.h: merge with ParagraphParameters
791
792         * lyxtext.h: remove LyXText::parOffset() and getPar()
793
794         * text3.C: Remove all 'manual' update calls. We do now one per user
795         interaction which is completely sufficient.
796
797         * Bidi.C:
798         * BufferView.[Ch]:
799         * BufferView_pimpl.C:
800         * FontIterator.[Ch]:
801         * MenuBackend.C:
802         * ParagraphParameters.[Ch]:
803         * buffer.C:
804         * buffer.h:
805         * bufferlist.C:
806         * cursor.[Ch]:
807         * cursor_slice.[Ch]:
808         * dociterator.[Ch]:
809         * errorlist.[Ch]:
810         * factory.C:
811         * lfuns.h:
812         * lyxfind.C:
813         * lyxfunc.C:
814         * output_docbook.[Ch]:
815         * output_latex.[Ch]:
816         * output_linuxdoc.[Ch]:
817         * output_plaintext.[Ch]:
818         * paragraph.[Ch]:
819         * paragraph_funcs.[Ch]:
820         * paragraph_pimpl.[Ch]:
821         * rowpainter.C:
822         * tabular.[Ch]:
823         * text.C:
824         * text2.C:
825         * toc.C:
826         * undo.[Ch]: adjust
827
828         * frontends/controllers/ControlDocument.C:
829         * frontends/controllers/ControlErrorList.C:
830         * frontends/controllers/ControlSpellchecker.C:
831         * insets/inset.C:
832         * insets/inset.h:
833         * insets/insetbase.h:
834         * insets/insetbibitem.C:
835         * insets/insetbox.C:
836         * insets/insetbranch.C:
837         * insets/insetcaption.C:
838         * insets/insetcharstyle.C:
839         * insets/insetcharstyle.h:
840         * insets/insetcollapsable.C:
841         * insets/insetcollapsable.h:
842         * insets/insetert.C:
843         * insets/insetfloat.C:
844         * insets/insetfoot.C:
845         * insets/insetmarginal.C:
846         * insets/insetnote.C:
847         * insets/insetoptarg.C:
848         * insets/insettabular.C:
849         * insets/insettext.C:
850         * insets/insettext.h:
851         * insets/insetwrap.C:
852         * mathed/math_mboxinset.C:
853         * mathed/math_nestinset.C:
854         * mathed/math_scriptinset.C:
855         * mathed/math_scriptinset.h:
856         * support/types.h:
857
858 2004-03-24  Angus Leeming  <leeming@lyx.org>
859
860         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
861         deal with any child processes that have finished but are waiting to
862         communicate this fact to the rest of LyX.
863
864 2004-03-24  Angus Leeming  <leeming@lyx.org>
865
866         64-bit compile fixes.
867
868         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
869         (c-tor): pass lyx::pos_types rather than ints.
870
871         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
872         lyx::pos_type.
873
874         * text.C (Delete): compile fix.
875         (getPar): ensure that function declaration is the same as that in
876         the header file.
877
878 2004-03-23  Angus Leeming  <leeming@lyx.org>
879
880         * ispell.C (LaunchIspell):
881         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
882         a boost::shred_ptr rather than a std::auto_ptr.
883
884 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
885
886         * lyxfunc.C (getStatus): handle read-only buffers correctly;
887         handle LFUN_FILE_INSERT_*
888
889         * lyxrc.C (setDefaults, getDescription, output, read):
890         * lyxrc.h: remove ps_command
891
892 2004-03-22  Angus Leeming  <leeming@lyx.org>
893
894         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
895         Ensure that error_handler is processed once only and that all data
896         is saved before attempting to output any warning messages.
897
898         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
899
900 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
901
902         * tabular.C (TeXRow): crash fix (from Kayvan and André)
903
904 2004-03-19  André Pönitz  <poenitz@gmx.net>
905
906         * cursor.[Ch] (reset): take main text inset as argument
907
908         * BufferView: adjust
909         * BufferView_pimpl.C: adjust
910
911         * paragraph.[Ch]: fix completely broken operator=()
912
913 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
914
915         * LColor.C (getFromLyXName): make sure that the color name is used
916         as lowercase.
917
918 2004-03-17  Angus Leeming  <leeming@lyx.org>
919
920         * lfuns.h:
921         * LyXAction.C (init): remove LFUN_FORKS_KILL.
922
923         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
924         dialog and to kill a forked process.
925
926 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
927
928         * text2.C (setCursorFromCoordinates): fix font problem
929
930 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
931
932         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
933         bogus "rebuild cursor" code
934
935 2004-03-11  André Pönitz  <poenitz@gmx.net>
936
937         * buffer.[Ch]: use InsetText instead of LyXText as container for
938         the main lyx text.
939
940         * dociterator.[Ch]: drop the BufferView * member which is not needed
941         anymore after the change to buffer.C
942
943         * paragraph_funcs.C:
944         * text.C:
945         * text2.C:
946         * BufferView.[Ch]:
947         * BufferView_pimpl.[Ch]:
948         * cursor.[Ch]:
949         * cursor_slice.[Ch]: adjust
950
951         * text3.C: fix bug in mathDispatch
952
953 2004-03-08  André Pönitz  <poenitz@gmx.net>
954
955         * undo.[Ch]: use 'StableDocumentIterator' as base for
956         the Undo struct.
957
958 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
959
960         * LaTeXFeatures.C:
961         * bufferparams.[Ch]: add jurabib support and param.
962
963         * LaTeX.C: add FIXME/comment.
964
965 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
966
967         * buffer.C: increment file format to 230.
968
969 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
970
971         * cursor.C (dispatch): avoid infinite loops
972
973 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
974
975         * rowpainter.C (paintSelection): fix x coordinates
976
977 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
978
979         * text.C (rowBreakPoint): fix breaking before displayed insets
980
981 2004-03-01  André Pönitz  <poenitz@gmx.net>
982
983         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
984
985         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
986
987         * Makefile.am:
988         * BufferView.C:
989         * BufferView_pimpl.C:
990         * buffer.C:
991         * lyxfind.C:
992         * lyxfunc.C:
993         * text.C:
994         * text2.C:
995         * text3.C: adjust
996
997 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
998
999         * lyxtext.h:
1000         * text.C:
1001         * text2.C:
1002         * rowpainter.C:
1003         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1004         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1005
1006 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1007
1008         * Bidi.[Ch] (computeTables): const correctness
1009         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1010         fill_hfill, fill_label_hfill and x from Row
1011         * lyxtext.h: prepareToPrint returns a RowMetrics
1012         * rowPainter.C: adjust
1013         * text.C (prepareToPrint): use width, not textWidth. adjust
1014         (redoParagraphInternal, cursorX): adjust
1015         * text2.C (getColumnNearX): adjust
1016         (init): put a default value to the top LyXText::width
1017
1018 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1019
1020         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1021
1022 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1023
1024         * lyxtext.h: add FontIterator class
1025
1026         * text.C (FontIterator, operator*, operator->, operator++): add
1027         (rowBreakPoint, setRowWidth): adjust (fixing a
1028         rebreaking bug)
1029
1030 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1031
1032         * BufferView_pimpl.C (workAreaDispatch): allow also
1033         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1034
1035 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1036
1037         * text.C (rowBreakPoint): fix a bug showing with very large insets
1038
1039 2004-02-25  André Pönitz  <poenitz@gmx.net>
1040
1041         * text3.C:
1042         * cursor.[Ch]: move some mathed specific code to mathed
1043
1044 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1045
1046         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1047         use_tempdir in preferences
1048         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1049         tempfile creation
1050         * lyx_main.C: ensure that tempdir is valid
1051         * lyxlex.h: correct typo
1052         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1053         * paragraph.[Ch] (isMultiLingual): make const
1054         * cursor.[Ch] (openable): make const
1055
1056 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1057
1058         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1059
1060 2004-02-20  André Pönitz  <poenitz@gmx.net>
1061
1062         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1063
1064         * cursor.[Ch]: prepare for localized getStatus()
1065
1066         * lyxtext.h:
1067         * tabular.C:
1068         * text.C:
1069         * text2.C:
1070         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1071
1072 2004-02-20  André Pönitz  <poenitz@gmx.net>
1073
1074         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1075
1076 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1077
1078         * text2.C (setCursorFromCoordinates): switch to absolute coords
1079         (cursorUp): adjust
1080         (cursorDown): adjust
1081         * text3.C (dispatch): adjust
1082
1083 2004-02-16  André Pönitz  <poenitz@gmx.net>
1084
1085         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1086           insets/ChangeLog)
1087
1088         * cursor_slice.[Ch]: remove unneeded acessor function
1089
1090         * lyxtext.h: rename rtl() to isRTL()
1091
1092         * rowpainter.C:
1093         * tabular.C:
1094         * text.C:
1095         * text2.C:
1096         * text3.C: adjust
1097
1098 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1099
1100         * rowpainter.C (paintSelection): coord fix
1101
1102 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1103
1104         * Spacing.C: compile fix
1105
1106 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1107
1108         * cursor.C (dispatch): restore current_ before returning
1109
1110 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1111
1112         * text2.C (cursorUp, cursorDown): fix coords
1113         (moveUp): fix crash
1114
1115 2004-02-12  André Pönitz  <poenitz@gmx.net>
1116
1117         * lyxtext.h:
1118         * text.C:
1119         * text2.C:
1120         * text3.C: add LCursor & parameter to most cursor movement functions
1121           remove usage of LyXText::cursorRow() and cursorPar()
1122
1123         * cursor.[Ch]: add textRow() needed members
1124
1125         * BufferView.C:
1126         * BufferView_pimpl.C:
1127         * paragraph.[Ch]:
1128         * BufferView.C:
1129         * BufferView_pimpl.C: adjust
1130
1131 2004-02-11  André Pönitz  <poenitz@gmx.net>
1132
1133         * lyxfunc.C:
1134         * BufferView.[Ch]:
1135         * BufferView_pimpl.C: shift undo/redo handling
1136
1137         * cursor.[Ch]: fix mathed crash
1138
1139         * lyxfind.C:
1140         * lyxtext.h: move selectionAsText to LCursor
1141
1142         * output_latex.C:
1143         * paragraph.C:
1144         * text.C:
1145         * text2.C:
1146         * text3.C: adjust
1147
1148         * rowpainter.C: fix excessive drawing
1149
1150 2004-02-06  André Pönitz  <poenitz@gmx.net>
1151
1152         * BufferView.[Ch]:
1153         * BufferView_pimpl.[Ch]:
1154         * text3.C: move some text specific LFUN handling
1155
1156 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1157
1158         * text3.C (checkInsetHit): adjust coords
1159         * text2.C (getColumnNearX): adjust coords
1160         (edit): adjust coords
1161         * text.C (getRowNearY): add two asserts
1162
1163 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1164
1165         * converter.C:
1166         * format.C: add using std::distance to compile on gcc 2.95/stlport
1167
1168 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1169
1170         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1171
1172 2004-02-04  André Pönitz  <poenitz@gmx.net>
1173
1174         * BufferView.[Ch] (insertInset):
1175         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1176
1177         * text2.C:
1178         * text3.C: adjust
1179
1180 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1181
1182         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1183         on the default clause of the switch
1184         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1185         wasn't catched by LCursor::dispatch
1186
1187 2004-02-03  André Pönitz  <poenitz@gmx.net>
1188
1189         * BufferView.C:
1190         * cursor.[Ch]: some additional asserts
1191
1192         * undo.[Ch]: remove LyXText dependency in interface
1193
1194         * lyxfunc.C: adjust
1195
1196         * lyxtext.h (firstPar, lastPar): remove dead functions
1197
1198         * text.C:
1199         * text2.C:
1200         * text3.C:
1201         * paragraph.[Ch]: adjust
1202
1203 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1204
1205         * lyxfind.C (find): fix argument order in call to ::find
1206
1207 2004-02-02  André Pönitz  <poenitz@gmx.net>
1208
1209         * cursor.[Ch]: remove direct access to anchor
1210
1211         * text.C: remove findText() hack
1212
1213 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1214
1215         * iterators.[Ch] (lockPath): remove in favour of...
1216         * BufferView.[Ch] (setCursor): this addition
1217         * BufferView.C (putSelectionAt): adjust
1218         * undo.C (performUndoOrRedo): adjust
1219         * lyxfunc.C (dispatch): adjust
1220
1221 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1222
1223         * iterators.C (lockPath): add a missing slice
1224         * undo.C (performUndoOrRedo): remove redundant positioning code
1225
1226 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1227
1228         * vc-backend.C (scanMaster): ";" -> ';'
1229
1230 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1231
1232         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1233         std::binary_function
1234
1235         * lyxtextclass.C (compare_name): rename to...
1236         (LayoutNamesEqual): ...this
1237
1238         * lyxlex_pimpl.C (compare_tags): inherit from
1239         std::binary_function, put back into anon namespace
1240
1241         * lyxfind.C (MatchString): inherig from std::binary_function
1242         (findChange): use empty() istead of !size()
1243
1244         * format.C (FormatNamesEqual): new functor
1245         (getFormat): use it
1246         (getNumber): use it
1247         (add): use it
1248         (erase): use it
1249         (setViewer): use it
1250
1251         * converter.C (compare_Converter): rename to...
1252         (ConverterEqual): ...this, and fixup a bit.
1253         (getConverter): use it, and make function const
1254         (getNumber): use it, and make function const
1255         (add): use it
1256         (erase): use it:
1257
1258         * bufferlist.C: add using boost::bind
1259
1260         * MenuBackend.C (MenuNamesEqual): new functor
1261         (hasMenu): use it, and make function const
1262         (hasSubmenu): use nested bind to get rid of compare_memfun.
1263
1264 2004-01-30  André Pönitz  <poenitz@gmx.net>
1265
1266         * BufferView_pimpl.C:
1267         * cursor.C:
1268         * cursor.h:
1269         * cursor_slice.[Ch]:
1270         * lyxfunc.C:
1271         * lyxtext.h:
1272         * paragraph_funcs.C:
1273         * paragraph_funcs.h:
1274         * rowpainter.C:
1275         * text.C:
1276         * text2.C:
1277         * text3.C: move some of the edit(x,y) handling to the insets
1278         some coordinate changes.
1279
1280 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1281
1282         * text.C: add using statements for std::advance and std::distance
1283
1284         * paragraph.C: add using statement for std::distance
1285
1286         * lyxfind.C: add using statement for std::advance
1287
1288         * cursor.C (region): remove std:: from swap
1289         (openable): use nucleus in stead of operator->
1290
1291         * BufferView.C: add using statements for std::distance and std::swap
1292
1293 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1294
1295         * iterators.C: Remove the pimple, move the needed structures to
1296         the header file. Create accessor for the positions stack.
1297         (asPosIterator): remove function
1298
1299         * PosIterator.C (PosIterator): move constructors to top of file
1300         (PosIterator): reimplement the constructor taking a ParIterator in
1301         terms of setFrom.
1302         (setFrom): new function
1303         (operator!=): inline it
1304
1305 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1306
1307         * lyxfind.C (replaceAll): use std::advance
1308
1309         * iterators.h: inherit from std::iterator.
1310
1311         * PosIterator.C (advance, distance): remove
1312         * PosIterator.h: interit from std::iterator.
1313
1314 2004-01-26  André Pönitz  <poenitz@gmx.net>
1315
1316         * BufferView.[Ch]:
1317         * BufferView_pimpl.[Ch]:
1318         * InsetList.[Ch]:
1319         * PosIterator.[Ch]:
1320         * buffer.h:
1321         * bufferview_funcs.C:
1322         * cursor.[Ch]:
1323         * cursor_slice.h:
1324         * factory.[Ch]:
1325         * iterators.[Ch]:
1326         * lyxfind.C:
1327         * lyxfunc.C:
1328         * lyxtext.h:
1329         * output_docbook.C:
1330         * output_latex.C:
1331         * output_linuxdoc.C:
1332         * output_plaintext.C:
1333         * paragraph.[Ch]:
1334         * paragraph_funcs.[Ch]:
1335         * paragraph_pimpl.[Ch]:
1336         * rowpainter.C:
1337         * tabular.C:
1338         * tabular.h:
1339         * text.C:
1340         * text2.C:
1341         * text3.C: more IU:  dumps most of the rest of the mathcursor
1342     implementation into cursor.[Ch]; "globalize" a bit of it.
1343
1344 2004-01-25  Angus Leeming  <leeming@lyx.org>
1345
1346         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1347
1348 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1349
1350         * LaTeXFeatures.h: add nice_ and nice() const
1351         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1352
1353 2004-01-20  André Pönitz  <poenitz@gmx.net>
1354
1355         * BufferView.[Ch]:
1356         * BufferView_pimpl.C:
1357         * PosIterator.C:
1358         * bufferview_funcs.C:
1359         * cursor.[Ch]:
1360         * cursor_slice.[Ch]:
1361         * factory.C:
1362         * iterators.C:
1363         * lyx_cb.C:
1364         * lyxfind.C:
1365         * lyxfunc.C:
1366         * lyxtext.h:
1367         * rowpainter.C:
1368         * text.C:
1369         * text2.C:
1370         * text3.C:
1371         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1372           LCursor and mathcursor parts to LCursor and InsetBase.
1373
1374 2004-01-15  André Pönitz  <poenitz@gmx.net>
1375
1376         * cursor_slice.[Ch]: add a few covienience functions
1377
1378         * funcrequest.[Ch]: remove BufferView * member
1379
1380         * BufferView_pimpl.C:
1381         * cursor.C:
1382         * factory.[Ch]:
1383         * lyxfind.[Ch]:
1384         * lyxfunc.C:
1385         * lyxtext.h:
1386         * text3.C:
1387         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1388
1389 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1390
1391         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1392         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1393
1394 2004-01-13  André Pönitz  <poenitz@gmx.net>
1395
1396         * textcursor.[Ch]:
1397         * lyxtext.h: hide cursor and selection anchor behind accessor function
1398
1399         * BufferView.C:
1400         * BufferView_pimpl.[Ch]:
1401         * PosIterator.C:
1402         * bufferview_funcs.C:
1403         * cursor.h:
1404         * lyxfind.C:
1405         * lyxfunc.C:
1406         * text.C:
1407         * text2.C:
1408         * text3.C:
1409         * undo.C: adjust
1410
1411         * cursor.h:
1412         * cursor_slice.[Ch]: some integer type changes for inset unification
1413
1414         * lyxcursor.[hC]: remove, it's CursorSlice now.
1415
1416         * Makefile.am:
1417         * BufferView_pimpl.[Ch]:
1418         * bufferview_funcs.C:
1419         * cursor_slice.C:
1420         * lyxtext.h:
1421         * text.C:
1422         * text2.C:
1423         * text3.C:
1424         * textcursor.[Ch]: adjust
1425
1426 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1427
1428         * text2.C (undoSpan): add and use
1429         * text.C (breakParagraph): use undoSpan (fix bug 578)
1430         * lyxtext.h: adjust
1431
1432 2004-01-08  Angus Leeming  <leeming@lyx.org>
1433
1434         * BufferView_pimpl.C (MenuInsertLyXFile):
1435         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1436         * lyxfunc.C (menuNew, open, doImport):
1437         FileFilterList change to the FileDialog open and save functions.
1438
1439 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1440
1441         * ShareContainer.h: make isEqual and isUnique adaptable
1442
1443         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1444
1445 2004-01-07  Angus Leeming  <leeming@lyx.org>
1446
1447         * LyXAction.C:
1448         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1449
1450         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1451
1452         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1453         functions replacing find, replace and replaceAll.
1454
1455         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1456         LFUN_WORDFIND(FORWARD|BACKWARD).
1457
1458 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1459
1460         * text.C (breakParagraph): remove an outdated #warning
1461
1462 2004-01-07  André Pönitz  <poenitz@gmx.net>
1463
1464         * lyxfind.C: somewhat clearer logic
1465
1466         * text.C: prevent crash in cursorX on unitialized row cache
1467
1468 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1469
1470         * lyxcursor.[Ch] (operator>): add
1471         * textcursor.C (selStart, selEnd): use std::min and std::max
1472
1473 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1474
1475         * Chktex.C: include boost/format.hpp
1476
1477 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1478
1479         * InsetList.C: replace functor MathcIt with adaptable functor
1480         InsetTablePosLess
1481         (insetIterator): modify accordingly
1482
1483         * BranchList.h: move the BranchNamesEqual functor here from...
1484         * BranchList.C: ... to here
1485
1486         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1487         SameName and match.
1488         (add): replace a finding loop with std::find_if.
1489
1490 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1491
1492         * output_docbook.C: moving LatexParam functionality into
1493         .layout files
1494
1495 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1496
1497         * buffer.C: increment format to 229.
1498
1499 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1500
1501         * LaTeXFeatures.C:
1502         * lyx_sty.[Ch]: remove minipageindent_def
1503
1504         * LyXAction.C:
1505         * factory.C:
1506         * lfuns.h:
1507         * lyxfunc.C:
1508         * text3.C: remove LFUN_INSET_MINIPAGE
1509
1510 2003-12-28  Angus Leeming  <leeming@lyx.org>
1511
1512         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1513
1514 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1515
1516         * text2.C (setParagraph): fix off-by-one crash
1517
1518 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1519
1520         * output_docbook.C: header stuff for AGU
1521
1522 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1523
1524         * text2.C (redoCursor): remove
1525         * text.C:
1526         * text3.C:
1527         * BufferView_pimpl.C: remove calls to redoCursor and
1528         setCursor(cursor.par(), cursor.pos()) all around
1529
1530 2003-12-15  Angus Leeming  <leeming@lyx.org>
1531
1532         * buffer.C: up the format to 228.
1533
1534 2003-12-15  André Pönitz  <poenitz@gmx.net>
1535
1536         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1537         slices
1538
1539         * Makefile.am:
1540
1541         * BufferView_pimpl.C:
1542         * cursor.[Ch]:
1543         * lyxcursor.[Ch]:
1544         * rowpainter.[Ch]:
1545         * lyxtext.h:
1546         * text.C:
1547         * text2.C:
1548         * text3.C: adjust
1549
1550 2003-12-15  Angus Leeming  <leeming@lyx.org>
1551
1552         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1553         than getFromGUIName to manipulate the color.
1554
1555 2003-12-14  Angus Leeming  <leeming@lyx.org>
1556
1557         * BranchList.[Ch]: minimize the API.
1558         (Branch::getBranch, getColor): now return a 'const &'.
1559         (Branch::setSelected) now returns a bool set to true if the
1560         selection status changes.
1561         (BranchList::clear, size, getColor, setColor, setSelected,
1562         allBranches, allSelected, separator): removed.
1563         (BranchList::find): new functions, returning the Branch with
1564         the given name.
1565         (BranchList::add, remove): return a bool indicating that
1566         the operation was successful.
1567
1568         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1569         new InsetBranch::isBranchSlected member function.
1570
1571         * LColor.[Ch]: mimimize the API.
1572         (fill): renamed as addColor and made private.
1573         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1574         versions of these functions taking a string arg have been removed.
1575
1576         * bufferparams.C (readToken):
1577         * lyxfunc.C (dispatch):
1578         * lyxrc.C (read): changes due to the altered BranchList and
1579         LColor APIs.
1580
1581         * factory.C (createInset, readInset): changes due to altered
1582         InsetBranch c-tor.
1583
1584 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1585
1586         * factory.C:
1587         * lyxfunc.C: remove insetminipage. "minipage-insert"
1588         now produces a frameless minipage box inset.
1589
1590 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1591
1592         * textcursor.[Ch] (selStart,selEnd): add new methods
1593         remove selection::start, end, use LyXCursor::operator<
1594         * lyxcursor.[Ch] (operator<): add
1595         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1596         * BufferView.[Ch] (unsetXSel): add
1597         * text2.C (clearSelection): use unsetXSel,adjust
1598         * text.C: adjust
1599         * text3.C: adjust
1600         * rowpainter.C: adjust
1601         * bufferview_funcs.C (put_selection_at): adjust
1602
1603 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1604
1605         * BufferView_pimpl.C: small coord. correction
1606
1607 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1608
1609         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1610         dragging over the splash screen.
1611
1612 2003-12-11  Angus Leeming  <leeming@lyx.org>
1613
1614         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1615         as it is now handled in LyXText::dispatch.
1616
1617         * text3.C (doInsertInset): remove a level of nesting.
1618
1619 2003-12-11  Angus Leeming  <leeming@lyx.org>
1620
1621         * factory.C (createInset): changes due to the changed interface to
1622         InsetCommandMailer::string2params.
1623
1624 2003-12-10  Angus Leeming  <leeming@lyx.org>
1625
1626         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1627         'dialog-show-new-inset <inset name>'
1628
1629 2003-12-10  Angus Leeming  <leeming@lyx.org>
1630
1631         * buffer.C: up the format to 227.
1632
1633         * factory.C: the box inset is now identified simply by 'Box'.
1634
1635 2003-12-10  Angus Leeming  <leeming@lyx.org>
1636
1637         * buffer.C: up the format to 226.
1638
1639         * factory.C: the note inset is now identified simply by 'Note'.
1640
1641 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1642
1643         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1644         when a pit is enough. Standarize a couple of loops.
1645
1646 2003-12-05  Angus Leeming  <leeming@lyx.org>
1647
1648         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1649         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1650         data to the re-worked "log" dialog.
1651
1652 2003-12-03  André Pönitz  <poenitz@gmx.net>
1653
1654         * PosIterator.C:
1655         * iterators.C:
1656         * lyxtext.h:
1657         * output_latex.C:
1658         * paragraph_funcs.C:
1659         * text.C:
1660         * text2.C: use Inset::getText instead of Inset::getParagraph
1661
1662 2003-12-03  André Pönitz  <poenitz@gmx.net>
1663
1664         * buffer.[Ch]:
1665         * lyxtext.h:
1666         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1667         InsetText::read() as LyXText::read()
1668
1669 2003-12-02  Angus Leeming  <leeming@lyx.org>
1670
1671         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1672         type. Add a comment in the implementation that the function uses
1673         the stream's bad() function rather than fail() as the std::streams
1674         would do.
1675
1676 2003-12-02  André Pönitz  <poenitz@gmx.net>
1677
1678         * lyxlex.[Ch]: make interface more similar to std::stream
1679
1680         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1681
1682 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1683
1684         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1685
1686 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1687
1688         * vspace.[Ch]: remove VSpace::NONE
1689
1690 2003-12-01  André Pönitz  <poenitz@gmx.net>
1691
1692         * buffer.[Ch]:
1693         * lyxtext.h: move ParagraphList member to LyXText
1694         rename LyXText::ownerParagraphs to LyXText::paragraph
1695
1696         * CutAndPaste.C:
1697         * bufferview_funcs.C:
1698         * iterators.[Ch]:
1699         * lyx_cb.C:
1700         * paragraph.C:
1701         * rowpainter.C:
1702         * tabular.C:
1703         * text.C:
1704         * text2.C:
1705         * text3.C: adjust
1706
1707         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1708
1709         * undo.C: fix cursor positioning
1710
1711 2003-12-01  John Levon  <levon@movementarian.org>
1712
1713         * BufferView_pimpl.C: fix a crash on exit with
1714         a buffer open
1715
1716 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1717
1718         * BranchList.C: fix setSelected() method.
1719
1720 2003-11-28  André Pönitz  <poenitz@gmx.net>
1721
1722         * ParagraphParameters.[Ch]:
1723         * ParameterStruct.h: remove space above/below from Paragraph to
1724          InsetVSpace
1725
1726         * BufferView_pimpl.C:
1727         * factory.C:
1728         * lyxfunc.C:
1729         * lyxtext.h:
1730         * output_latex.C:
1731         * paragraph.C:
1732         * paragraph_funcs.C:
1733         * rowpainter.[Ch]:
1734         * text.C:
1735         * text2.C:
1736         * text3.C: adjust
1737
1738 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1739
1740         * factory.C: Syntax change for CharStyles
1741
1742 2003-11-28  André Pönitz  <poenitz@gmx.net>
1743
1744         * BufferView.[Ch]:
1745         * BufferView.[Ch]:
1746         * buffer.[Ch]:
1747         * buffer.[Ch]: move LyXText member
1748
1749 2003-11-28  André Pönitz  <poenitz@gmx.net>
1750
1751         * BufferView.[Ch]: make LyXText * text a private member
1752
1753         * BufferView_pimpl.C:
1754         * cursor.C:
1755         * iterators.C:
1756         * lyx_cb.C:
1757         * lyxfind.C:
1758         * lyxtext.h:
1759         * rowpainter.[Ch]:
1760         * text.C:
1761         * text2.C:
1762         * undo.C: adjust
1763
1764         * output_plaintext.C: cleanup
1765
1766 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1767
1768         * buffer.C:
1769         * lyxtextclass.[Ch]: parametrize SGML document header
1770
1771 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1772
1773         * converter.[Ch]:
1774         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1775         getFlavor().
1776
1777 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1778
1779         * text2.C (setFont): rework using PosIterator (no more recursive)
1780         (setCharFont): no more needed
1781         (setLayout): no more selection cursors fiddling (done by redoCursor)
1782         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1783         destroy remaining ones)
1784
1785 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1786
1787         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1788         * lyxtext.h: ditto
1789         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1790         selection cursors
1791         * lyxfunc.C: adjust
1792         * text3.C: adjust + re-allow multi par depth changes
1793         * textcursor.C: simplify a bit
1794
1795 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1796
1797         * src/buffer.C:
1798         * src/lyxlayout.C:
1799         * src/lyxlayout.h:
1800         * src/lyxtext.h:
1801         * src/output_docbook.C:
1802         * src/output_latex.C:
1803         * src/paragraph.C:
1804         * src/paragraph.h:
1805         * src/sgml.C:
1806         * src/sgml.h:
1807         * src/text2.C: Introducing a number of tags parametrizing various
1808         XML formats that we may want to support
1809
1810 2003-11-25  André Pönitz  <poenitz@gmx.net>
1811
1812         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1813
1814         * lyxtext.h (leftMargin/rightMargin): simplify interface
1815
1816         * rowpainter.C:
1817         * text.C:
1818         * text2.C:
1819         * text3.C: adjust
1820
1821 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1822
1823         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1824         master file to any child files. Fixes bug 546.
1825
1826 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1827
1828         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1829
1830 2003-11-24  André Pönitz  <poenitz@gmx.net>
1831
1832         * rowpainter.C: simplification
1833
1834         * text2.C (updateCounters): remove call to redoParagraph on
1835         changed labels as this is far too expensive.
1836
1837 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1838
1839         * converter.C (convert): fix a crash: this function gets
1840         called with buffer == 0 from importer code.
1841
1842 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1843
1844         * text3.C (cursorPrevious): make sure that we do not compare
1845         iterators form different containers.
1846         (cursorNext): ditto
1847
1848         * rowpainter.C (paintSelection): make sure that we do not compare
1849         iterators from different containers.
1850
1851         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1852         iterators from different ParagraphList containers.
1853         [NEXT] ditto
1854
1855         * text2.C (LyXText): change order of initialization slightly
1856         (operator=): new function. copy all variables except cache_par_
1857         (moveUp): make sure that we do not compare iterators from
1858         different ParagraphList constainers.
1859         (moveDown): ditto
1860
1861         * text.C (firstPar): new function
1862         (lastPar): new function
1863         (endPar): new function
1864
1865         * lyxtext.h: move things around and group public functions, public
1866         variables, private functions, private variables
1867
1868 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1869
1870         * factory.C: change call to InsetERT constructor to avoid
1871         additional invocation of method status
1872         * text2.C (toggleInset): remove redundant update() call
1873         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1874         instead of a Bufferview pointer
1875
1876 2003-11-21  André Pönitz  <poenitz@gmx.net>
1877
1878         * rowpainter.C: simplification
1879
1880 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1881
1882         * text3.C (dispatch): make possible to extend a word/row selection
1883         with the mouse
1884
1885 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1886
1887         * lyxtext.h: x0_,y0_ -> xo_,yo_
1888         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1889         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1890         * rowpainter.C (paintRows): paint full paragraphs
1891
1892 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1893
1894         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1895         screen coordinates)
1896
1897 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1898
1899         * lyxtext.h: add x0_, y0_
1900         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1901         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1902
1903 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1904
1905         * text2.C (setCursorIntern): move the x_target update here *
1906         * text3.C: change some bv() to true/false in calls to
1907         cursorUp/Down/Right/Left
1908         * cursor.C: use helper function.
1909
1910 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1911
1912         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1913         * paragraph_funcs.[Ch]: correct comment
1914         * rowpainter.C: do not paint selections away from bv->cursor()
1915         Fix a long standing selection painting bug.
1916         * text3.C: generalize mouse-selection code to LyXTexts other that
1917         top one
1918         * textcursor.C: do not use y coords if we can use par offsets
1919
1920 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1921
1922         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1923         cursor position after e.g. inset insert)
1924
1925 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1926
1927         * lyxfind.C (replace): adjust to locking removal + some
1928         code simplification
1929
1930 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1931
1932         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1933         of the path
1934
1935 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1936
1937         * lyxlayout.[Ch]:
1938         * output_docbook.C: XML sanitation: new layout
1939         parameters InnerTag and CommandDepth
1940
1941 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1942
1943         * BufferView_pimpl.C:
1944         * factory.C:
1945         * text3.C: Fix the insertion and modification of button-style
1946         insets
1947
1948 2003-11-13  André Pönitz  <poenitz@gmx.net>
1949
1950         * InsetList.[Ch]: remove deleteLyXText
1951
1952         * paragraph.[Ch]: cache beginOfBody position
1953
1954         * Bidi.C:
1955         * text.C:
1956         * text2.C:
1957         * text3.C: remove superfluous update() calls
1958
1959         * vspace.C: cleanup
1960
1961 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1962
1963         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1964         * BufferView.C (fitLockedInsetCursor): remove
1965         * cursor.[Ch] (getDim): add
1966         * text.C (getRowNearY): add faster version
1967         * text3.C: remove some update calls
1968
1969 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1970
1971         * LaTeXFeatures.C:
1972         * LyXAction.C:
1973         * MenuBackend.C:
1974         * MenuBackend.h:
1975         * dispatchresult.h:
1976         * factory.C:
1977         * lfuns.h:
1978         * lyxfunc.C:
1979         * lyxtextclass.C:
1980         * lyxtextclass.h:
1981         * text3.C: The Character Style /XML short element patch.
1982
1983 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1984
1985         * text3.C:
1986         * factory.C: Small step to solving 'unable to insert some insets'
1987         problem
1988
1989 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1990
1991         * cursor.[Ch] (updatePos): new function for updating the y
1992         position of the tip inset
1993         * bufferview_funcs.C (put_selection_at):
1994         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1995
1996 2003-11-11  André Pönitz  <poenitz@gmx.net>
1997
1998         * text.C: remove big comment on invalid Paragraph pointers as it is
1999         not valid anymore
2000
2001 2003-11-11  André Pönitz  <poenitz@gmx.net>
2002
2003         * text_funcs.[Ch]: merge with ...
2004
2005         * text.C: ... this
2006
2007         * lyxtext.h:
2008         * text2.C:
2009         * text3.C: adjust
2010
2011         * Makefile.am: remove text_funcs.[Ch]
2012
2013 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2014
2015         * cursor.C (getPos): return absolute cached y coord
2016
2017         * BufferView_pimpl.C (fitCursor): new simplistic code
2018         (workAreaDispatch): add a fitCursor call
2019
2020 2003-11-10  André Pönitz  <poenitz@gmx.net>
2021
2022         * BufferView.[Ch]:
2023         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2024
2025 2003-11-10  André Pönitz  <poenitz@gmx.net>
2026
2027         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2028         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2029         indicate that the cursor needs to leave an inset
2030
2031         * lyxtext.h: remove inset locking
2032
2033         * cursor.[Ch]: re-implement functionality provided by inset locking
2034
2035         * BufferView.[Ch]:
2036         * BufferView_pimpl.[Ch]:
2037         * LyXAction.C:
2038         * bufferview_funcs.[Ch]:
2039         * factory.C:
2040         * funcrequest.[Ch]:
2041         * iterators.C:
2042         * lyx_cb.C:
2043         * lyxfind.C:
2044         * lyxfunc.C:
2045         * text.C:
2046         * text2.C:
2047         * text3.C:
2048         * undo.C: adjust
2049
2050 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2051
2052         * PosIterator.[Ch]: replace the stack with a vector, add inset
2053         accesor
2054         * iterators.[C]: adjust
2055
2056 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2057
2058         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2059         replaced
2060         * paragraph_funcs.C (readParToken): put the correct id in the
2061         error item, not the id of the top paragraph
2062
2063 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2064
2065         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2066         * bufferview_funcs.C (put_selection_at): use the above
2067
2068 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2069
2070         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2071
2072 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2073
2074         * output_linuxdoc.h:
2075         * output_plaintext.h:
2076         * output.h:
2077         * output_docbook.h: add #include statements
2078
2079 2003-11-05  José Matos  <jamatos@lyx.org>
2080
2081         * output_docbook.[Ch]:
2082         * output_latex.[Ch]:
2083         * output_linuxdoc.[Ch]:
2084         * output_plaintext.[Ch]: New files for output formats.
2085         * output.[Ch]: New file for helper functions.
2086
2087         * buffer.[Ch]:
2088         * paragraph_funcs.[Ch]: output functions moved to new files.
2089
2090         * outputparams.h: rename of latexrunparams.h
2091
2092         * LaTeX.[Ch]:
2093         * buffer.[Ch]:
2094         * bufferlist.[Ch]:
2095         * converter.[Ch]:
2096         * exporter.C:
2097         * paragraph.[Ch]:
2098         * paragraph_funcs.[Ch]:
2099         * paragraph_pimpl.[Ch]:
2100         * tabular.[Ch]: rename ascii to plaintext
2101         and LatexRunParams to OutputParams.
2102
2103 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2104
2105         * iterators.[Ch] (text): require bv argument
2106         * undo.C (recordUndo):
2107         * lyxfunc.C (dispatch):
2108         * bufferview_funcs.C (put_selection_at): adjust
2109
2110 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2111
2112         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2113
2114 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2115
2116         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2117         nestings
2118
2119 2003-11-04  André Pönitz  <poenitz@gmx.net>
2120
2121         * cursor.[Ch]: restructure
2122
2123         * BufferView.[Ch]:
2124         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2125
2126         * iterators.[Ch] (asCursor): remove
2127
2128         * lfuns.h: remove LFUN_INSET_EDIT
2129
2130         * lyxfunc.C:
2131         * tabular.C:
2132         * text.C:
2133         * text2.C:
2134         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2135
2136 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2137
2138         * lyxfind.[Ch]: complete overhaul
2139         * BufferView_pimpl.C:
2140         * lyxfunc.C: adjust
2141         * paragraph.[Ch] (insert): add
2142
2143 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2144
2145         * BufferView.[Ch]:
2146         * lyxtext.h:
2147         * text.C: remove dead spellcheck code
2148
2149 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2150
2151         * dispatchresult.h: add a val setter
2152
2153         * cursor.C (dispatch): use a tempvar for data_[i]
2154
2155 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2156
2157         * PosIterator.[Ch]: compile fix
2158
2159 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2160
2161         * text.C (cursorPar): deactivate the cursor cache
2162
2163 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2164
2165         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2166
2167 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2168
2169         * text3.C (dispatch): adjust for new DisptchResult semantics.
2170
2171         * lyxfunc.C (dispatch): handle update when return from
2172         Cursor::dispatch, adjust for new DispatchResult semantics.
2173
2174         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2175         DispatchResult(true) mean to not update. Add class functions for
2176         setting dispatched and update, as well as reading.
2177
2178         * cursor.C (dispatch): don't handle update here
2179
2180 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2181
2182         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2183         * trans_mgr.C: adjust
2184
2185         * paragraph_funcs.C (readParToken): exception safety
2186
2187         * lyxvc.h: store the vcs pointer in a scoped_ptr
2188         * lyxvc.C: adjust
2189
2190         * lyxsocket.C (serverCallback): exception safety
2191
2192         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2193
2194         * ispell.C (clone): make it return a auto_ptr
2195
2196         * factory.C (createInset): exception safety
2197         (readInset): exception safety
2198
2199         * bufferlist.C (newBuffer): exception safety
2200
2201         * Thesaurus.C (Thesaurus): use initialization for aik_
2202
2203         * MenuBackend.C (expandToc): exception safety.
2204
2205 2003-11-03  André Pönitz  <poenitz@gmx.net>
2206
2207         * buffer.C:
2208         * buffer.h:
2209         * bufferview_funcs.C: remove getInsetFromId()
2210
2211         * lyxcursor.[Ch]:
2212         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2213
2214         * lyxfunc.C:
2215         * text2.C:
2216         * text3.C: adjust
2217
2218 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2219
2220         * PosIterator.C (distance, advance): new
2221         * bufferview_funcs.[Ch] (put_selection_at): new
2222         * iterators.[Ch] (lockPath): new
2223
2224 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2225
2226         * iterators.[Ch] (asPosIterator): added
2227         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2228         * PosIterator.[Ch]: added
2229
2230 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2231
2232         * text3.C:
2233         * lyxfunc.C:
2234         * cursor.C (dispatch):
2235         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2236
2237         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2238         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2239         contructor, add a class function dispatched. Remove operator>=
2240
2241 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2242
2243         * debug.C: only use the default constructor for debugstream
2244         (lyxerr) here.
2245
2246         * main.C (main): include debug.h and setup the lyxerr streambuf
2247         here.
2248
2249 2003-10-31  José Matos  <jamatos@lyx.org>
2250
2251         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2252
2253         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2254         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2255         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2256         * paragraph_pimpl.C (simpleTeXSpecialC):
2257         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2258         add LatexRunParams argument.
2259
2260         * exporter.C (Export): change call accordingly.
2261
2262         * latexrunparams.h: add new member to take care of the other backends.
2263 2003-10-30  José Matos  <jamatos@lyx.org>
2264
2265         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2266         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2267         factorise code for paragraph output.
2268         * buffer.[Ch]:
2269         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2270         move functions.
2271
2272 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2273
2274         * text3.C (dispatch):
2275         * lyxfunc.C (dispatch):
2276         * cursor.C (dispatch):
2277         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2278
2279         * dispatchresult.h: make the dispatch_result_t ctor explicit
2280
2281 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2282
2283         * sgml.[Ch]:
2284         * buffer.C: small refactoring of docbook stuff
2285
2286 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2287
2288         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2289         meaning.
2290
2291 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2292
2293         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2294         operator dispatch_result_t, and operators for == != and >=
2295
2296         * cursor.C (dispatch): adjust for operator dispatch_result_t
2297         removal. comment out call to update
2298
2299         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2300
2301 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2302
2303         * text3.C:
2304         * text2.C:
2305         * text.C:
2306         * lyxtext.h:
2307         * lyxfunc.C:
2308         * cursor.C:
2309         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2310         (dispatch):
2311
2312         * dispatchresult.h: new file, DispatchResult broken out of
2313         insets/insetbase.h
2314
2315         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2316
2317 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2318
2319         * text.C (rowBreakPoint): put a hack inside #if 0
2320
2321 2003-10-28  André Pönitz  <poenitz@gmx.net>
2322
2323         * lyxtext.h:
2324         * metricsinfo.C:
2325         * paragraph_funcs.C:
2326         * rowpainter.C:
2327         * text.C:
2328         * text2.C: general cleanup (lots of small stuff)
2329
2330 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2331
2332         * text2.C (cursorEnd): simple fix to the "end key goes to one
2333         before the end on last row" bug
2334
2335 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2336
2337         * text.C (backspace): fix the "zombie characters"
2338
2339 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2340
2341         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2342
2343 2003-10-27  André Pönitz  <poenitz@gmx.net>
2344
2345         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2346
2347         * factory.C: handle new InsetPagebreak, InsetLine
2348
2349         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2350         and move handling into new InsetPagebreak, InsetLine
2351
2352         * BufferView_pimpl.C:
2353         * LyXAction.C:
2354         * ParagraphParameters.C:
2355         * ParameterStruct.h:
2356         * lyxfunc.C:
2357         * lyxtext.h:
2358         * paragraph.C:
2359         * paragraph.h:
2360         * paragraph_funcs.C:
2361         * paragraph_pimpl.C:
2362         * rowpainter.C:
2363         * text.C:
2364         * text2.C:
2365         * text3.C: adjust
2366
2367 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2368
2369         * text.C:
2370         * lyxrow_funcs.[Ch]:
2371         * Bidi.C:
2372         * paragraph.C:
2373         * lyxtext.h:
2374         * rowpainter.C:
2375         * text2.C:
2376         * text3.C: remove lastPos uses in favour of Row::endpos
2377
2378 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2379
2380         * undo.C (performUndoOrRedo): fix two crashes by setting a
2381         cursor by hand and reordering some calls. Use bv->lockInset instead
2382         of inset->edit because the latter loses cursor information
2383
2384 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2385
2386         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2387         by Martin
2388         (rowBreakPoint): fix width. change point to point + 1.
2389         Add a missing check.
2390
2391 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2392
2393         * MenuBackend.C:
2394         * lyxfunc.C: fix (at least partly) the problems
2395         with the Nav menu and headers inside branch insets
2396         reported by Kayvan
2397
2398 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2399
2400         * paragraph.C (getChar): add strong asserts
2401
2402         * lyxrow_funcs.C (lastPos): remove hideous hack
2403
2404         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2405         (fill): adjust to that (avoid an infinite loop)
2406
2407 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2408
2409         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2410
2411 2003-10-23  André Pönitz  <poenitz@gmx.net>
2412
2413         * RowList_fwd.h: change list<> to vector<> to gain speed
2414         after suggestion from Alfredo
2415
2416 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2417
2418         * lyxtext.h: move the bidi stuff from here...
2419         * text.C: and here
2420         * text2.C: and here
2421         * Bidi.[Ch]: ... to here
2422
2423 2003-10-23  André Pönitz  <poenitz@gmx.net>
2424
2425         * lyxtext.h:
2426         * text.C (isLastRow, isFirstRow): new functions
2427
2428         * paragraph.h: new width cache member
2429
2430         * rowpainter.C: replace RowList::iterator with Row & where possible
2431
2432         * lyxfunc.C: replace several view()->text with a single call
2433
2434         * toc.C: fix 'unused' warning
2435
2436 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2437
2438         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2439         when woring with stream::pos_type
2440         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2441
2442 2003-10-22  André Pönitz  <poenitz@gmx.net>
2443
2444         * lyxtext.h:
2445         * text.C: use Row & instead of RowList::iterator
2446
2447         * lyxrow.h: rename end() to endpos()
2448
2449         * rowpainter.C:
2450         * text.C:
2451         * text2.C: adjust
2452
2453 2003-10-22  Angus Leeming  <leeming@lyx.org>
2454
2455         * buffer.[Ch] (fully_loaded): new member function, returning true
2456         only when the file has been loaded fully.
2457         Used to prevent the premature generation of previews and by the
2458         citation inset to prevent computation of the natbib-style label.
2459
2460         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2461         templates are all set up.
2462
2463         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2464
2465 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2466
2467         * text.C: fixed an "oops" in the "is a bit silly"
2468         bug fix
2469
2470 2003-10-21  André Pönitz  <poenitz@gmx.net>
2471
2472         * FuncStatus.[Ch]: small stuff, whitespace
2473
2474         * lyxfont.[Ch]: operator<<() for debug reasons
2475
2476         * lyxfunc.C:
2477         * lyxrow_funcs.C:
2478         * lyxtext.h: whitespace, spelling
2479
2480         * paragraph.C: naming of variables
2481
2482         * text.C:
2483         * text2.C: small stuff
2484
2485
2486 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2487
2488         * text.C: (1) finish off the inset display() work;
2489         (2) fix the "is a bit silly" bug (accessing char
2490         past end of par).
2491
2492 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2493
2494         * text.C: re-introduce display() for insets, fixing the
2495         various bugs (stretch of line above, math inset
2496         positioning, ...)
2497
2498 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2499
2500         * text.C (rightMargin): remove spurious semicolon
2501
2502         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2503         1415)
2504
2505 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2506
2507         * text3.C: fix one crash due to wrong cursor def
2508
2509 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2510
2511         * vc-backend.C (scanMaster): make the regex static
2512
2513         * LaTeX.C (scanAuxFile): make the regexs static
2514
2515         * text3.C (doInsertInset, dispatch, dispatch):
2516         * text2.C (cursorUp, cursorDown):
2517         * text.C (selectNextWordToSpellcheck):
2518         * BufferView_pimpl.C (dispatch):
2519         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2520
2521 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2522
2523         * lyxsocket.C: include <cerrno>
2524
2525 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2526
2527         * lyxfunc.C (dispatch): remove textcache stuff
2528
2529         * bufferlist.C (release): remove textcache stuff
2530         (closeAll): ditto
2531
2532         * TextCache.C: delete file
2533         * TextCache.h: delete file
2534
2535         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2536
2537         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2538         delete of the bv_->text.
2539         (resizeCurrentBuffer): remove texcache stuff
2540         (workAreaResize): ditto
2541
2542 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2543
2544         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2545         action.
2546
2547 2003-10-16  André Pönitz  <poenitz@gmx.net>
2548
2549         * lyxrow.[Ch]:
2550         * paragraph.h:
2551         * rowpainter.C:
2552         * text.C:
2553         * text2.C:
2554         * text3.C: speed up by storing y positions per paragraph plus per-row
2555         offset instead of having a 'full' y position in the row.
2556
2557 2003-10-15  André Pönitz  <poenitz@gmx.net>
2558
2559         * iterators.[Ch]:
2560         * iterators.[Ch]:
2561         * undo.[Ch]: make undo aware of inner insets
2562
2563 2003-10-14  Angus Leeming  <leeming@lyx.org>
2564
2565         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2566         static member functions LyX::ref() and LyX::cref.
2567         (lastfiles): new accessor functions for the new lastfiles_ member var.
2568         (addLyXView, views_): add a new LyXView to the list of views_.
2569         (updateInset): loop over all LyXViews to call their own updateInset
2570         member function, returning a pointer to the Buffer owning the inset.
2571
2572         * BufferView_pimpl.C (loadLyXFile):
2573         * MenuBackend.C (expandLastfiles):
2574         * bufferlist.C (MenuWrite, QuitLyX):
2575         lastfiles is no longer a global variable.
2576         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2577
2578         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2579         static function. Access through LyX::cref().emergencyCleanup().
2580
2581 2003-10-14  André Pönitz  <poenitz@gmx.net>
2582
2583         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2584
2585         * undo.[Ch]: restoring part of 'undo in insets'
2586
2587         * Makefile.am:
2588         * undo_funcs.[Ch]: merge with undo.[Ch]
2589
2590         * tabular.C: small cleansing stuff
2591
2592 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2593
2594         * paragraph_funcs.C (readParToken): report unknown insets as error
2595         boxes. Use the outer paragraph as location (also for unknown
2596         tokens).
2597
2598         * factory.C (readInset): do not abort on reading an unknown inset.
2599         Eat it and return 0.
2600
2601 2003-10-13  Angus Leeming  <leeming@lyx.org>
2602
2603         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2604
2605         * lyxrc.C: displayTranslator is now a function,
2606         declared in GraphicsTypes.h.
2607
2608 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2609
2610         * format.C: new placeholder $$a to pass the socket address.
2611
2612         * bufferlist.[Ch]: new function getBufferFromTmp.
2613
2614         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2615           files in the temporary dir.
2616
2617 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2618
2619         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2620
2621         * Makefile.am: add lyxsocket.[Ch].
2622
2623         * lyx_main.C (error_handler): handle SIGPIPE.
2624
2625 2003-10-13  André Pönitz  <poenitz@gmx.net>
2626
2627         * BufferView_pimpl.C:
2628         * lyxtext.h:
2629         * text.C:
2630         * text2.C:
2631         * text3.C:
2632         * undo_funcs.[Ch]: use paroffset_type instead of
2633           ParagraphList::iterators to prevent multiple conversion
2634           (and get a more robust interface)
2635
2636 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2637
2638         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2639         * lyxtext.h: ditto
2640         * text3.C (dispatch): ditto
2641
2642 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2643
2644         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2645         move the onlyfile, use onlyfile instead of foundfile in a couple
2646         of places.
2647
2648         * DepTable.C (update): flush the error stream a bit more
2649
2650 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2651
2652         * lyxserver.C (callback): adjust
2653
2654         * lyxfunc.C (getStatus): add a missing brace in commented code
2655         (ensureBufferClean): reindent
2656         (dispatch): delete version taking a string
2657
2658 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2659
2660         * LaTeX.C (deplog): move found file handlig from here...
2661         (handleFoundFile): .. to new function here.
2662         (deplog): make sure to discover several files mentioned on the
2663         same log line.
2664
2665 2003-10-10  André Pönitz  <poenitz@gmx.net>
2666
2667         * lyxfunc.C:
2668         * lyxtext.h:
2669         * tabular.C:
2670         * text.C:
2671         * text2.C:
2672         * text3.C: fix some of the tabular crashes
2673
2674 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2675
2676         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2677
2678         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2679
2680 2003-10-09  André Pönitz  <poenitz@gmx.net>
2681
2682         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2683
2684         * BufferView.C:
2685         * BufferView_pimpl.C:
2686         * bufferview_funcs.C:
2687         * lyx_cb.C:
2688         * lyxcursor.C:
2689         * lyxfind.C:
2690         * lyxfunc.C:
2691         * lyxtext.h:
2692         * text.C:
2693         * text2.C:
2694         * text3.C:
2695         * text_funcs.[Ch]:
2696         * textcursor.[Ch]:
2697         * undo_funcs.C: adjust
2698
2699 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2700
2701         * text2.C (incrementItemDepth): new function, use a backtracking
2702         algorithm to discover the correct item depth.
2703         (resetEnumCounterIfNeeded): new function, use a backtracking
2704         algorithm to discover if counter reset is needed.
2705         (setCounter): use them. Simplify a bit. Add different labels for
2706         different item depths for itemize.
2707
2708         * paragraph.C (Paragraph): remove initialization of enumdepth
2709         (operator=): ditto
2710
2711         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2712         enumerate and itemize. Change the type of itemdepth to signed char.
2713
2714 2003-10-08  André Pönitz  <poenitz@gmx.net>
2715
2716         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2717           thing assignable.
2718         * text.C:
2719         * text2.C: adjust
2720
2721         * tabular.[Ch]: fix crash after 'row-insert'
2722
2723 2003-10-08  Angus Leeming  <leeming@lyx.org>
2724
2725         Fix doxygen warnings.
2726
2727         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2728         Remove CutAndPaste:: prefix from header file declaration.
2729
2730         * LColor.h (fill): remove LColor:: prefix from declaration.
2731
2732         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2733         use lyx::depth_type rather than Paragraph::depth_type so that
2734         header file and .C file match.
2735
2736         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2737
2738         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2739         * aspell.C: \file aspell_local.C -> \file aspell.C
2740         * gettext.C: \file gettext.C -> \file src/gettext.C
2741         * gettext.h: \file gettext.h -> \file src/gettext.h
2742         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2743         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2744         * text.C: \file text.C -> \file src/text.C
2745
2746         * toc.C: move comment so that doxygen is not confused.
2747
2748 2003-10-07  Angus Leeming  <leeming@lyx.org>
2749
2750         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2751
2752 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2753
2754         * aspell.C:
2755         * aspell_local.h: add forgotten std::string's.
2756
2757 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2758
2759         * LaTeXFeatures.C:
2760         * LyXAction.C:
2761         * factory.C:
2762         * lfuns.h:
2763         * lyxfunc.C:
2764         * text3.C: The Box patch. Fancybox support, minipage, parbox
2765
2766 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2767
2768         * CutAndPaste.h:
2769         * DepTable.h:
2770         * FloatList.h:
2771         * LaTeXFeatures.h:
2772         * ParagraphParameters.h:
2773         * TextCache.h:
2774         * Thesaurus.h:
2775         * bufferlist.h:
2776         * exporter.h:
2777         * importer.h:
2778         * lastfiles.h:
2779         * lyxfind.h:
2780         * lyxfont.h:
2781         * lyxlex.h:
2782         * lyxtextclasslist.h:
2783         * messages.h:
2784         * paragraph.h:
2785         * paragraph_pimpl.C:
2786         * textcursor.h: add <string> and other small fixes to make Lars'
2787         std::string patch compile with STLport.
2788
2789 2003-10-06  Angus Leeming  <leeming@lyx.org>
2790
2791         * LColor.h: Add missing #include <string>.
2792
2793 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2794
2795         * All most all file in all subdirs: Make <string> be the prefered
2796         way of getting to std::string, add using declarations.
2797
2798 2003-10-06  André Pönitz  <poenitz@gmx.net>
2799
2800         * metricsinfo.C: initialize LyXFont before changing attribute.
2801         (fixes the 'math in \emph is upright' bug)
2802
2803 2003-10-06  André Pönitz  <poenitz@gmx.net>
2804
2805         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2806
2807 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2808
2809         * graph.C:
2810         * paragraph_pimpl.C: Small fixes to build using STLport
2811
2812 2003-10-02  André Pönitz  <poenitz@gmx.net>
2813
2814         * lyxfunc.C:
2815         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2816
2817 2003-10-01  André Pönitz  <poenitz@gmx.net>
2818
2819         * factory.C: assert early
2820
2821 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2822
2823         * lyx_main.C: remove the global debug object
2824
2825         * debug.h: adjust for new debugstream
2826
2827         * debug.C: adjust for new debugstream and keep the global debug
2828         object here.
2829
2830 2003-09-22  Angus Leeming  <leeming@lyx.org>
2831
2832         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2833         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2834         an incomplete class LyXFont.
2835
2836 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2837
2838         * factory.C: bug fix in branches
2839
2840 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2841
2842         * lyxfunc.C (processKeySym): adjust
2843         (dispatch): adjust
2844         (dispatch): change arg name from ev to func, adjust
2845         (sendDispatchMessage): ditto
2846
2847         * lyx_main.C (defaultKeyBindings): adjust keybindings
2848         (deadKeyBindings): ditto
2849
2850         * kbsequence.C (addkey): return a FuncRequest
2851
2852         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2853
2854         * kbmap.C (bind): take a FuncRequest as arg, adjust
2855         (read): adjust
2856         (lookup): adjust
2857         (defkey): change to take a FuncRequest as arg, adjust
2858         (findbinding): take a FuncRequest as arg, adjust.
2859
2860         * funcrequest.h (operator=): added
2861
2862         * funcrequest.C (FuncRequest): default kb_action changed from
2863         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2864
2865         * buffer.C (dispatch): simplify
2866         (dispatch): adjust to take a FuncRequest as arg, adjust
2867
2868         * boost.C (assertion_failed): change assertion message slightly
2869
2870         * ToolbarBackend.C (read): simplify
2871
2872         * MenuBackend.C (binding): adjust call to findbinding, add a
2873         message if no binding is found.
2874         (read): simplify
2875         (expandToc): correct by adding a empty FuncRequest
2876
2877         * LyXAction.C: include <boost/assert.hpp>
2878         (isPseudoAction): delete function
2879         (LookupFunc): change name to...
2880         (lookupFunc): this. change return type to FuncRequest.
2881         (getActionName): take kb_action as arg, simplify
2882         (funcHasFlag): add an assert, simplify.
2883
2884 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2885
2886         * toc.C (action): return a FuncRequest, simplify
2887
2888         * lyxfunc.C (processKeySym): adjust
2889         (getStatus): delete version that takes an int.
2890         (getStatus): adjust
2891         (dispatch): delete version that takes action as int
2892         (dispatch): adjust
2893         (sendDispatchMessage): simplify and adjust
2894
2895         * funcrequest.C (getArg): take unsigned int as arg
2896
2897         * ToolbarBackend.C (read): adjust
2898         (add): delete version that takes func as a string.
2899         (getIton): take a FuncRequest as arg
2900
2901         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2902         action.
2903
2904         * MenuBackend.C (MenuItem): add a new construct that only takes a
2905         Kind, simplify the constructor use for submenus.
2906         (add): adjust
2907         (expandLastfiles): adjust
2908         (expandDocuments): adjust
2909         (expandFormats): adjust
2910         (expandFloatListInsert): adjust
2911         (expandFloatInsert): adjust
2912         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2913
2914         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2915         Remove class variables lyx_pseudo_map and lyx_arg_map
2916
2917         * LyXAction.C (searchActionArg): delete function
2918         (getPseudoAction): delete function
2919         (retrieveActionArg): delete function
2920         (LookupFunc): make it return kb_action, simplify.
2921         (getActionName): simplify
2922
2923         * factory.C (createInset): fix new bug
2924
2925 2003-09-19  Angus Leeming  <leeming@lyx.org>
2926
2927         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2928         masterFilename_ parameter in the include inset.
2929
2930         * factory.C (createInset): changes due to the changes to InsetInclude.
2931
2932 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2933
2934         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2935
2936 2003-09-18  Angus Leeming  <leeming@lyx.org>
2937
2938         * buffer.C:
2939         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2940         Inset::fillWithBibKeys.
2941         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2942
2943 2003-09-18  Angus Leeming  <leeming@lyx.org>
2944
2945         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2946         variables.
2947         (ctor): pass and store a 'Buffer const &'
2948         (buffer): new member function.
2949
2950         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2951         '*this' to the LaTeXFeatures ctor.
2952
2953 2003-09-18  Angus Leeming  <leeming@lyx.org>
2954
2955         * LColor.h:
2956         * lyxfont.C:
2957         * lyxfont.h:
2958         * lyxtext.h:
2959         * text.C: rename EnumLColor as LColor_color.
2960
2961 2003-09-18  Angus Leeming  <leeming@lyx.org>
2962
2963         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2964         remove #include "insets/insetbase.h" from cursor.h.
2965
2966 2003-09-18  Angus Leeming  <leeming@lyx.org>
2967
2968         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2969         InsetOld_code to remove #include "inset.h".
2970
2971         * iterators.C: add #include "insets/inset.h"
2972
2973 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2974
2975         * BufferView.C: remove more locking stuff that apparently doesn't
2976         do anything sensible.
2977
2978 2003-09-16  André Pönitz  <poenitz@gmx.net>
2979
2980         * paragraph.[Ch]:
2981         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2982           performance boost.
2983
2984 2003-09-16  Angus Leeming  <leeming@lyx.org>
2985
2986         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2987
2988         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2989         arg/return type.
2990
2991         * paragraph.h: remove #include "lyxfont.h". Forward declare
2992         LyXFont_size.
2993
2994 2003-09-16  Angus Leeming  <leeming@lyx.org>
2995
2996         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2997         of support/textutils.h.
2998         (isWord): move the contents of support/textutils.h's IsWordChar here.
2999
3000         * buffer.C:
3001         * lyxfind.C:
3002         * rowpainter.C:
3003         * text.C:
3004         * text2.C: add #include "paragraph.h".
3005
3006         * rowpainter.C:
3007         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3008
3009 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3010
3011         * main.C:
3012         * lyx_main.C:
3013         * lyx_cb.C:
3014         * buffer.C:
3015         * LaTeX.C: use namespace alias for lyx::support::os
3016
3017 2003-09-16  Angus Leeming  <leeming@lyx.org>
3018
3019         * bufferparams.C:
3020         * bufferview_funcs.C:
3021         * factory.C:
3022         * lyxfunc.C:
3023         * paragraph_pimpl.C:
3024         * rowpainter.C:
3025         * text.C: add #include "LColor.h".
3026
3027 2003-09-16  Angus Leeming  <leeming@lyx.org>
3028
3029         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3030         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3031         return LyXFont &.
3032         Store the FontBits::color variable as an int rather than as an
3033         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3034         file.
3035
3036         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3037         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3038         string calls together.
3039
3040         * lyxrc.C: add #include "LColor.h".
3041
3042 2003-09-15  Angus Leeming  <leeming@lyx.org>
3043
3044         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3045         a cow_ptr.
3046
3047 2003-09-15  Angus Leeming  <leeming@lyx.org>
3048
3049         * LColor.h: add an EnumLColor wrapper for LColor::color.
3050
3051         * lyxfont.[Ch] (color, setColor, realColor):
3052         * lyxtext.h, text.C (backgroundColor):
3053         pass EnumLColor args to/from the functions, rather than LColor::color
3054         ones.
3055
3056         * lyxfont.h:
3057         * lyxtext.h: forward declare EnumLColor.
3058
3059         * lyx_main.C: add #include "LColor.h".
3060
3061 2003-09-15  Angus Leeming  <leeming@lyx.org>
3062
3063         * .cvsignore: add lyx-gtk.
3064
3065 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3066
3067         * Chktex.C
3068         * LaTeX.C
3069         * LaTeXFeatures.C
3070         * ParagraphParameters.C
3071         * Spacing.C
3072         * buffer.C
3073         * bufferparams.C
3074         * bufferview_funcs.C
3075         * chset.C
3076         * counters.C
3077         * funcrequest.C
3078         * lyxfont.C
3079         * lyxgluelength.C
3080         * lyxlength.C
3081         * paragraph.C
3082         * paragraph_funcs.C
3083         * text3.C
3084         * vc-backend.C: remove usage of STRCONV
3085
3086 2003-09-15  Angus Leeming  <leeming@lyx.org>
3087
3088         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3089         explicitly define the color passed to the painter.
3090
3091 2003-09-15  Angus Leeming  <leeming@lyx.org>
3092
3093         * bufferparams.C (BufferParams): reorder member initializers to avoid
3094         compiler warning.
3095
3096 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3097
3098         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3099         * text.C (updateRowPositions): remove an unusual nop
3100
3101 2003-09-12  André Pönitz  <poenitz@gmx.net>
3102
3103         * BufferView_pimpl.C:
3104         * Bullet.C:
3105         * layout.h:
3106         * lyxfunc.C:
3107         * lyxlayout.[Ch]:
3108         * lyxtextclass.C:
3109         * rowpainter.C:
3110         * text.C:
3111         * text2.C:
3112         * Counters.[Ch]: finish the 'automatic counters' job
3113
3114 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3115
3116         * aspell.C: include <boost/assert.cpp> (compile fix)
3117
3118 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3119
3120         * boost.C (assertion_failed): use lyx::support::abort instead of
3121         assert.
3122
3123 2003-09-10  Angus Leeming  <leeming@lyx.org>
3124
3125         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3126         with their _fwd progeny.
3127
3128 2003-09-09  Angus Leeming  <leeming@lyx.org>
3129
3130         134 files throughtout the source tree: replace 'using namespace abc;'
3131         directives with the appropriate 'using abc::xyz;' declarations.
3132
3133 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3134
3135         * boost.C (emergencyCleanup): moved here from LAssert.c
3136         (assertion_failed): new function, called by BOOST_ASSERT
3137
3138         * several files: change Assert to BOOST_ASSERT
3139
3140 2003-09-09  Angus Leeming  <leeming@lyx.org>
3141
3142         * buffer.[Ch]: Add an Impl class and move Buffer's member
3143         variables into it. As a result move several header files out of
3144         buffer.h.
3145
3146         Add header files to lots of .C files all over the tree as a result.
3147
3148 2003-09-09  Angus Leeming  <leeming@lyx.org>
3149
3150         * buffer.[Ch]: make Buffer's member variables private. Add
3151         accessor functions.
3152
3153         Lots of changes all over the tree as a result.
3154
3155 2003-09-08  Angus Leeming  <leeming@lyx.org>
3156
3157         * graph.C: #include <config.h>.
3158
3159 2003-09-08  Angus Leeming  <leeming@lyx.org>
3160
3161         * BranchList.C:
3162         * BufferView.C:
3163         * BufferView_pimpl.C:
3164         * CutAndPaste.C:
3165         * DepTable.C:
3166         * LaTeX.C:
3167         * LaTeXFeatures.C:
3168         * LyXAction.C:
3169         * MenuBackend.C:
3170         * TextCache.C:
3171         * aspell.C:
3172         * buffer.C:
3173         * bufferlist.C:
3174         * changes.C:
3175         * chset.C:
3176         * converter.C:
3177         * counters.C:
3178         * debug.C:
3179         * graph.C:
3180         * ispell.C:
3181         * lyx_cb.C:
3182         * lyxfind.C:
3183         * lyxfunc.C:
3184         * lyxlex_pimpl.C:
3185         * lyxrc.C:
3186         * lyxrow.C:
3187         * paragraph.C:
3188         * rowpainter.C:
3189         * texrow.C:
3190         * text.C:
3191         * text2.C:
3192         * toc.C: remove redundant using directives.
3193
3194 2003-09-07  Angus Leeming  <leeming@lyx.org>
3195
3196         * LaTeXFeatures.h: remove #include "support/types.h".
3197         * ToolbarBackend.h: remove #include <algorithm>.
3198         * changes.h: remove #include <ctime>.
3199         * debug.h: remove #include <iosfwd>.
3200         * graph.h: remove #include "support/std_string.h".
3201         * lyx_main.h: remove #include <csignal>.
3202         * lyxlex_pimpl.h: remove #include <fstream>.
3203         * sgml.h: remove #include <algorithm>, <utility>.
3204         * toc.h: remove #include "support/std_ostream.h".
3205         Add #include <iosfwd>.
3206
3207 2003-09-07  Angus Leeming  <leeming@lyx.org>
3208
3209         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3210
3211         * converter.h: forward declare LatexRunParams.
3212         * encoding.h: remove #include "lyxrc.h".
3213         * lyxtext.h: remove #include "LColor.h".
3214         * lyxtextclass.h: remove #include "support/types.h".
3215         * trans.h: remove #include "tex-accent.h".
3216         * trans_mgr.h: remove #include "tex-accent.h".
3217         * insets/inset.h: remove #include "support/types.h", <vector>.
3218         * insets/insetcollapsable.h: remove #include "LColor.h".
3219         * insets/insetinclude.h: remove #include "dimension.h".
3220         * insets/insetlatexaccent.h: remove #include "dimension.h".
3221         * insets/insetoptarg.h:: remove #include "insettext.h".
3222         * insets/insettext.h: remove #include "dimension.h",
3223         <boost/shared_ptr.hpp>
3224
3225         * insets/renderers.h: add #include "dimension.h".
3226         * insets/updatableinset.h: add #include "support/types.h".
3227
3228         * many .C files: Associated changes.
3229
3230 2003-09-06  Angus Leeming  <leeming@lyx.org>
3231
3232         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3233         one, inside testInvariant.
3234
3235         * PrinterParams.C: new file.
3236         * PrinterParams.[Ch]: move the function bodies out of line.
3237
3238 2003-09-06  Angus Leeming  <leeming@lyx.org>
3239
3240         * ParagraphParameters.h: forward declare ParameterStruct rather than
3241         including its header file.
3242         (depth): moved out-of-line.
3243
3244 2003-09-06  Angus Leeming  <leeming@lyx.org>
3245
3246         * BufferView_pimpl.h:
3247         * kbmap.h:
3248         * kbsequence.h:
3249         * lyxfunc.h: forward declare LyXKeySym rather than
3250         #include "frontends/LyXKeySym.h".
3251
3252         * BufferView_pimpl.C:
3253         * kbmap.C:
3254         * kbsequence.C:
3255         * lyxfunc.C: associated changes.
3256
3257 2003-09-06  Angus Leeming  <leeming@lyx.org>
3258
3259         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3260         As a result, can remove the #include "insets/inset.h" from BufferView.h
3261
3262 2003-09-06  Angus Leeming  <leeming@lyx.org>
3263
3264         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3265         As a result, can remove the #include "insets/inset.h" from BufferView.h
3266
3267 2003-09-06  Angus Leeming  <leeming@lyx.org>
3268
3269         * buffer_funcs.C:
3270         * buffer.h:
3271         * bufferlist.C:
3272         * BufferView.C:
3273         * bufferview_funcs.C:
3274         * BufferView_pimpl.C:
3275         * CutAndPaste.C:
3276         * lyx_cb.C:
3277         * lyxfunc.C:
3278         * paragraph.h:
3279         * ParagraphParameters.C:
3280         * tabular.C:
3281         * text3.C:
3282         * toc.C:
3283         * undo_funcs.C:
3284         * frontends/controllers/ControlDocument.C:
3285         * insets/insetcaption.C: rearrange the #includes into some sort of
3286         coherent order.
3287
3288         * buffer.h: remove #includes ErrorList.h, undo.h
3289
3290 2003-09-06  Angus Leeming  <leeming@lyx.org>
3291
3292         * support/types.h: add a 'depth_type' typedef, used to store the
3293         nesting depth of a paragraph.
3294
3295         * paragraph.h:
3296         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3297         defining explicitly.
3298
3299         * buffer.h:
3300         * paragraph_funcs.h:
3301         * ParagraphParameters.h:
3302         * sgml.h: use lyx::depth_type rather than Paragraph or
3303         ParameterStruct's depth_type.
3304
3305         * buffer.h
3306         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3307
3308         * BufferView.C:
3309         * BufferView_pimpl.C:
3310         * CutAndPaste.C:
3311         * ParagraphParameters.C:
3312         * buffer_funcs.C:
3313         * bufferlist.C:
3314         * bufferview_funcs.C:
3315         * lyx_cb.C:
3316         * lyxfunc.C:
3317         * tabular.C:
3318         * text3.C:
3319         * toc.C:
3320         * undo_funcs.C:
3321         * frontends/LyXView.C:
3322         * frontends/controllers/ControlDocument.C:
3323         * frontends/controllers/ControlErrorList.C:
3324         * insets/insetbibitem.C:
3325         * insets/insetbranch.C:
3326         * insets/insetcaption.C:
3327         * insets/insetcollapsable.C:
3328         * insets/insetenv.C:
3329         * insets/insetert.C:
3330         * insets/insetfloat.C:
3331         * insets/insetfoot.C:
3332         * insets/insetfootlike.C:
3333         * insets/insetnewline.C:
3334         * insets/insetquotes.C:
3335         * insets/insettabular.C:
3336         * insets/insettext.C:
3337         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3338
3339         * frontends/controllers/ControlChanges.C: #include "changes.h".
3340
3341 2003-09-06  Angus Leeming  <leeming@lyx.org>
3342
3343         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3344         than #including paragraph.h.
3345
3346         * ParagraphList.h:
3347         * RowList.h: deleted. Superfluous.
3348
3349         * CutAndPaste.h:
3350         * iterators.h:
3351         * lyxcursor.h:
3352         * lyxtext.h:
3353         * text_funcs.h:
3354         * undo.h:
3355         * undo_funcs.h:
3356         * insets/inset.h:
3357         * insets/insettext.h: use ParagraphList_fwd.h rather than
3358         ParagraphList.h.
3359
3360         * paragraph.h: don't forward declare ParagraphList.
3361
3362         * buffer.h:
3363         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3364         rather than ParagraphList.h. paragraph.h is still needed for the
3365         Paragraph::depth_type parameters.
3366
3367         * textcursor.h: enable it to compile stand-alone in light of the
3368         above changes.
3369
3370         * bufferview_funcs.C:
3371         * iterators.C:
3372         * lyxfunc.C:
3373         * lyxrow_funcs.C:
3374         * paragraph.C:
3375         * rowpainter.C:
3376         * text.C:
3377         * text2.C:
3378         * text3.C:
3379         * text_funcs.C:
3380         * textcursor.C:
3381         * undo.C:
3382         * frontends/controllers/ControlParagraph.C:
3383         * frontends/controllers/ControlTabular.C:
3384         * insets/insetmarginal.C:
3385         * insets/insetminipage.C:
3386         * insets/insetnote.C:
3387         * insets/insetoptarg.C: add header files needed to compile again.
3388
3389 2003-09-06  Angus Leeming  <leeming@lyx.org>
3390
3391         * RowList_fwd.h: new file, forward-declaring Row rather than
3392         #including lyxrow.h.
3393
3394         * lyxrow_funcs.h:
3395         * lyxtext.h:
3396         * paragraph.h:
3397         * insets/insettext.h: use it instead of RowList.h
3398
3399         * bufferview_funcs.C:
3400         * lyxfunc.C:
3401         * lyxrow_funcs.C:
3402         * paragraph.C:
3403         * rowpainter.C:
3404         * text.C:
3405         * text2.C:
3406         * text3.C: #include "RowList.h".
3407
3408 2003-09-05  Angus Leeming  <leeming@lyx.org>
3409
3410         * factory.C (createInset):
3411         * vspace.C (c-tor): replace sscanf call with an istringstream.
3412         * ispell.C: re-add missing HP/UX headers.
3413         * lyxserver.C: re-add missing  os2 headers.
3414
3415 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3416
3417         * BranchList.C:
3418         * graph.C:
3419         * ispell.C:
3420         * lastfiles.C:
3421         * lyx_cb.C:
3422         * lyxserver.C:
3423         * texrow.C:
3424         * text3.C: re-add missing system headers, needed for 2.95.2.
3425
3426 2003-09-05  Angus Leeming  <leeming@lyx.org>
3427
3428         Changes most place everywhere due to the removal of using directives
3429         from support/std_sstream.h.
3430
3431 2003-09-05  Angus Leeming  <leeming@lyx.org>
3432
3433         Replace LString.h with support/std_string.h,
3434         Lsstream.h with support/std_sstream.h,
3435         support/LIstream.h with support/std_istream.h,
3436         support/LOstream.h with support/std_ostream.h.
3437
3438         Changes resulting throughout the tree.
3439
3440 2003-09-05  Angus Leeming  <leeming@lyx.org>
3441
3442         * sgml.h: ensure that the header file can be compiled stand-alone.
3443         * *.C: strip out redundant #includes. (320 in total.)
3444
3445 2003-09-04  Angus Leeming  <leeming@lyx.org>
3446
3447         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3448         here (from getPackages).
3449
3450         * debug.[Ch]: add a new EXTERNAL tag.
3451
3452 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3453
3454         * text2.C (cursorEnd): simplify
3455         (setCursor): adjust
3456         (getColumnNearX): adjust
3457
3458         * text.C (computeBidiTables): adjust
3459         (fill): adjust
3460
3461         * rowpainter.C (paintChars): adjust
3462         (paintSelection): adjust
3463         (paintChangeBar): adjust
3464         (paintText): adjust
3465
3466         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3467         lastPos instead.
3468         (numberOfSeparators): adjust
3469
3470 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3471
3472         * LyXAction.C:
3473         * box.[Ch]:
3474         * lfuns.h:
3475         * lyxfunc.C:
3476         * text3.C: Restricts the mouse click functionality
3477         of insets like bibtex, include, toc and floatlist to the visible
3478         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3479         up the dialogs. Cursor has to be in front of the inset (i.e.
3480         start of row) for this to function.
3481
3482 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3483
3484         * bufferview_funcs.C (currentState): output row information
3485
3486 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3487
3488         * bufferview_funcs.C (currentState): output paragraph position
3489
3490 2003-09-04  Angus Leeming  <leeming@lyx.org>
3491
3492         * FloatList.h: move out #include "Floating.h".
3493         * LaTeX.h: move out #include "DepTable.h".
3494         * LyXAction.h: move out #include "funcrequest.h".
3495         * buffer.h: move out #include "author.h", "iterators.h".
3496         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3497         * lyx_main.h: move out #include "errorlist.h".
3498         * lyxfunc.h: move out #include "FuncStatus.h".
3499         * lyxtext: move out #include "lyxcursor.h".
3500         * paragraph_pimpl.h: move out #include "counters.h".
3501
3502 2003-09-03  Angus Leeming  <leeming@lyx.org>
3503
3504         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3505         preamble_snippets list, enabling us to add snippets to the preamble
3506         only if the snippet was not there already.
3507
3508 2003-09-04  Angus Leeming  <leeming@lyx.org>
3509
3510         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3511
3512 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3513
3514         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3515         update
3516
3517 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3518
3519         * BranchList.C: point fix, earlier forgotten
3520
3521 2003-09-02  Angus Leeming  <leeming@lyx.org>
3522
3523         * box.C (contains): renamed from 'contained' after a fantastic
3524         amount of hot air.
3525
3526 2003-09-02  John Levon  <levon@movementarian.org>
3527
3528         * BufferView.C:
3529         * lyxcursor.h:
3530         * lyxcursor.C:
3531         * lyxfunc.C:
3532         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3533
3534 2003-09-02  John Levon  <levon@movementarian.org>
3535
3536         * text2.C: simplification of cursorEnd(), including partial
3537         fix for bug 1376
3538
3539 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3540
3541         * buffer.C (readFile): add a space
3542
3543 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3544
3545         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3546
3547 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3548
3549         * buffer.C (readFile): new function, take a filename and a
3550         ParagraphList::iterator
3551         (readFile): adjust
3552         (readFile): adjust, make it private. don't use setStream, make
3553         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3554         always contain the filename.
3555
3556         * BufferView.C (insertLyXFile): simplify and make it work for
3557         gzipped files.
3558
3559 2003-08-30  John Levon  <levon@movementarian.org>
3560
3561         * Makefile.am: fix dist (from Kayvan)
3562
3563 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3564
3565         * most files: change to use const Buffer refs
3566
3567 2003-08-27  André Pönitz  <poenitz@gmx.net>
3568
3569         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3570         on top of ownerPar().
3571
3572 2003-08-27  John Levon  <levon@movementarian.org>
3573
3574         * funcrequest.C: properly initialise POD members
3575
3576 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3577
3578         * lyxtext.h (top_y): move top_y from here
3579         * text.C:
3580         * text2.C:
3581         * text3.C:
3582         * BufferView.[Ch]:
3583         * BufferView_pimpl.[Ch]: to here
3584         * frontends/screen.C:
3585         * insets/insettabular.C:
3586         * insets/insettext.C: adjust
3587         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3588
3589 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3590
3591         * BufferView.[Ch]:
3592         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3593
3594 2003-08-26  André Pönitz  <poenitz@gmx.net>
3595
3596         * paragraph_func.[Ch] (outerPar): new function
3597
3598         * paragraph.C:
3599         * paragraph_funcs.C:
3600         * paragraph_funcs.h:
3601         * paragraph_pimpl.C:
3602         * text2.C: remove Inset::par_owner
3603
3604 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3605
3606         * lyxrow_funcs.C:
3607         * lyxtext.h:
3608         * text.C:
3609         * text2.C: eliminates the needFullRow/display() stuff
3610         altogether, putting the logic in metrics/draw in the insets.
3611
3612 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3613
3614         * text2.C (redoParagraphInternal, redoParagraphs):
3615         * text.C (redoParagraph): add a call to updateRowPositions at the
3616         end of each 'metrics-like' call. Remove all others.
3617         (getRow): remove the 'y-computing' version.
3618         (getRowNearY): do not compute nor return the real y. Solve the
3619         'y < 0' problem and simplify.
3620
3621 2003-08-22  Angus Leeming  <leeming@lyx.org>
3622
3623         * *.[Ch]: clean-up of licence and author blurbs.
3624         Also move config.h out of a few .h files and into a few .C files.
3625
3626 2003-08-22  André Pönitz  <poenitz@gmx.net>
3627
3628         * lyxrow.[Ch]: add x_ and *fill_ members
3629
3630         * lyxtext.h:
3631         * text.C:
3632         * rowpainter.C:
3633         * text2.C: adjust/remove prepareToPrint() calls
3634
3635 2003-08-22  André Pönitz  <poenitz@gmx.net>
3636
3637         * lyxrow.[Ch]: add  end_ member
3638
3639         * lyxrow_funcs.C: use LyXRow::end_
3640
3641         * lyxtext.h (singleWidth): add LyXFont parameter
3642
3643         * rowpainter.C:
3644         * text2.C: adjust LyXText::singleWidth() calls
3645
3646         * text.C (redoParagraph): simplify row breaking logic
3647
3648
3649 2003-08-19  André Pönitz  <poenitz@gmx.net>
3650
3651         * funcrequest.C: initialize button_ member
3652
3653         * text3.C:
3654         * rowpainter.[Ch]: interface consolidation
3655
3656 2003-08-18  André Pönitz  <poenitz@gmx.net>
3657
3658         * BufferView.C:
3659         * BufferView_pimpl.C:
3660         * lyxfind.C:
3661         * paragraph_funcs.C:
3662         * rowpainter.C:
3663         * text3.C: remove LyXScreen::draw() and fitCursor calls
3664
3665         * BranchList.h: remove spurious semicolons
3666
3667         * MenuBackend.C: fix branchlist related crash
3668
3669 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3670
3671         * BranchList.[Ch]:
3672         * InsetList.[Ch]:
3673         * LColor.[Ch]:
3674         * LyXAction.C:
3675         * Makefile.am:
3676         * MenuBackend.[Ch]:
3677         * bufferparams.[Ch]:
3678         * factory.C:
3679         * lfuns.h:
3680         * lyxfunc.C:
3681         * text3.C: implements the 'branch inset'
3682         idea. This allows the output of various versions of a document
3683         from a single source version, selectively outputing or suppressing
3684         output of parts of the text.
3685         This implementation contains a 'branch list editor' in a separate
3686         tab of the document settings dialog. Branches are user definable
3687         and have a "display colour" to distinguish them on-screen.
3688
3689         ColorHandler was somewhat cleaned up.
3690         (1) make possible a dynamically growing LColor list by allowing
3691         the graphic context cache to grow along (vector);
3692         (2) eliminate an IMHO unnecessary step in colour allocation.
3693
3694 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3695
3696         * BufferView_pimpl.C: compile fix
3697
3698 2003-08-15  André Pönitz  <poenitz@gmx.net>
3699
3700         * rowpainter.C: remove extra metrics calls
3701
3702         * lyxtext.h: merge the two constructors into a single one,
3703           pass reference to owner's par list
3704
3705         * BufferView_pimpl.C:
3706         * text.C:
3707         * text2.C: adjust
3708
3709 2003-08-15  André Pönitz  <poenitz@gmx.net>
3710
3711         * lyxrow_funcs.[Ch]:
3712         * lyxtext.h:
3713         * paragraph.h:
3714         * paragraph_funcs.C:
3715         * rowpainter.C:
3716         * text.C:
3717         * text2.C:
3718         * text3.C:
3719         * text_funcs.C: split LyXText::rowlist_ into individual
3720         Paragraph::rows_ chunks
3721
3722         * BufferView.[Ch]:
3723         * BufferView_pimpl.[Ch]:
3724         * lyxfind.C:
3725         * lyxtext.h:
3726         * text3.C: remove toggleSelection()
3727
3728 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3729
3730         * bufferlist.C: beautify two alerts (shorter text of buttons)
3731         * buffer.C: Remove redundant ' ' from message
3732         * tabular.h:
3733         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3734         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3735         rename VALIGN_CENTER to VALIGN_MIDDLE
3736
3737 2003-08-11  André Pönitz  <poenitz@gmx.net>
3738
3739         * lyxtext.h (getPar):
3740         * text.C: new function
3741
3742 2003-08-11  André Pönitz  <poenitz@gmx.net>
3743
3744         * Makefile.am:
3745         * tracer.[Ch]: remove unneeded files
3746
3747         * InsetList.[Ch]: remove resizeInsetsLyXText()
3748
3749         * lyxtext.h:
3750         * text.C:
3751         * text2.C:
3752         * text3.C: merge insertParagraphs() and appendParagraph()
3753         remove breakAgain(), update()
3754
3755         * BufferView_pimpl.[Ch]:
3756         * bufferview_funcs.[Ch]:
3757         * lyxfunc.C:
3758         * paragraph.[Ch]:
3759         * rowpainter.C:
3760         * tabular.C: adjust after text & InsetList changes.
3761
3762 2003-08-08  André Pönitz  <poenitz@gmx.net>
3763
3764         * text.C (insertChar, backspace): replace rowlist fiddling
3765         with rebreak of full par
3766
3767         * lyxtext.h:
3768         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3769         checkParagraph, updateInset): removed
3770
3771 2003-08-07  André Pönitz  <poenitz@gmx.net>
3772
3773         * paragraph.C:
3774         * text3.C: merge some LFUN handlers, remove dead code
3775
3776 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3777
3778         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3779
3780 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3781
3782         * text2.C (DEPM): fix part of bug 1255 and 1256
3783
3784 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3785
3786         * BufferView_pimpl.C (workAreaDispatch): change to use
3787         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3788         that are no mouse related.
3789
3790 2003-08-05  André Pönitz  <poenitz@gmx.net>
3791
3792         * BufferView.[Ch]:
3793         * BufferView_pimpl.[Ch]:
3794         * bufferview_funcs.C:
3795         * text2.C:
3796         * text3.C: rip out "deep update"
3797
3798         * textcursor.[Ch] (last_sel_cursor): remove unused member
3799
3800 2003-08-04  André Pönitz  <poenitz@gmx.net>
3801
3802         * BufferView.[Ch]:
3803         * BufferView_pimpl.[Ch]:
3804         * ParagraphParameters.C:
3805         * bufferview_funcs.C:
3806         * lyx_cb.C:
3807         * lyxfind.C:
3808         * lyxfunc.C:
3809         * text.C:
3810         * text2.C:
3811         * text3.C: replace "complicated" BufferView::update(...) calls with
3812         simpler ones.
3813
3814         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3815
3816 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3817
3818         * Makefile.am (lyx_SOURCES): add paper.h
3819
3820 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3821
3822         * Makefile.am: move things around so that both lyx-qt and
3823         lyx-xforms can be built (according to --with-frontend). Then lyx
3824         is a symbolic link to lyx-[firstfrontend]
3825
3826 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3827
3828         * Always use std::endl with lyxerr
3829
3830 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3831
3832         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3833
3834 2003-08-01  André Pönitz  <poenitz@gmx.net>
3835
3836         * BufferView.[Ch]:
3837         * BufferView_pimpl.[Ch]:
3838         * lyxfunc.C:
3839         * text3.C: merge BufferView::repaint() and BufferView::update()
3840
3841 2003-08-01  José Matos  <jamatos@lyx.org>
3842
3843         * buffer.[Ch]: file_format is no longer a buffer data element.
3844
3845 2003-08-01  André Pönitz  <poenitz@gmx.net>
3846
3847         * BufferView.C:
3848         * lyxtext.h:
3849         * text.C:
3850         * text2.C: make redoParagraph more independent of current cursor
3851
3852         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3853         * text.C:
3854         * text2.C: remove unneeded members
3855
3856 2003-07-30  André Pönitz  <poenitz@gmx.net>
3857
3858         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3859
3860         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3861           create a single function...
3862
3863         * paragraph_funcs.C (moveItem): ... here.
3864
3865         * text.C:
3866           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3867
3868 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3869
3870         * LColor.[Ch]: Add comment and greyedout logical colors.
3871
3872 2003-07-30  André Pönitz  <poenitz@gmx.net>
3873
3874         * tabular.C: don't use Assert too heavily. This crashes where it
3875           shouldn't
3876
3877 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3878
3879         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3880         is disabled (bug 1232)
3881
3882 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3883
3884         * factory.C: limited 'arg' scope
3885
3886 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3887
3888         * factory.C: fixed Note submenu issues
3889
3890 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3891
3892         * factory.C: submenu for Note/Comment/Greyedout
3893
3894 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3895
3896         * lyx_main.C (LyX):
3897         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3898
3899 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3900
3901         * LaTeXFeatures.C:
3902         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3903         greyedout. Patch provided by Jürgen Spitzmüller.
3904
3905 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3906
3907         * kbmap.C (read): fix error message when reading bind files
3908
3909 2003-07-29  Angus Leeming  <leeming@lyx.org>
3910
3911         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3912         certainly does not do what it purports to do. I am doing it, and
3913         us, a favour by killing it.
3914
3915 2003-07-28  José Matos  <jamatos@lyx.org>
3916
3917         * buffer.C (readBody, do_writeFile):
3918         * paragraph.C(readParagraph): \end_document replaces \the_end.
3919
3920 2003-07-29  André Pönitz  <poenitz@gmx.net>
3921
3922         * BufferView.[Ch]:
3923         * BufferView_pimpl.[Ch]:
3924         * lyxfunc.C:
3925         * text2.C:
3926         * text3.C:
3927         * textcursor.[Ch]: remove toggleToggle & Co
3928
3929 2003-07-28  José Matos  <jamatos@fep.up.pt>
3930
3931         * buffer.C (readParagraph):
3932         * params_func (readParToken, readParagraph):
3933         * paragraph.C (write): \layout -> \begin_layout.
3934
3935 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3936
3937         * lyxlex_pimpl.C (setFile): clean up slightly.
3938
3939         * bufferparams.h: add compressed var
3940
3941         * buffer_funcs.C (readFile): adjust for LyXLex change
3942         (newFile): ditto + simplify
3943
3944         * buffer.C (writeFile): handle writing of compressed files
3945
3946         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3947         Check if the file is compressed and set a bufferparm if so.
3948
3949         * Makefile.am (lyx_LDADD): remove explicit -lz
3950
3951 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3952
3953         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3954         makeDocBookFile): put the real LyX version in the first line of
3955         the file
3956
3957         * version.h:
3958         * version.C.in: remove lyx_docversion
3959
3960         * tabular.C (write_attribute): add a template-based version to
3961         write enums properly
3962
3963 2003-07-28  André Pönitz  <poenitz@gmx.net>
3964
3965         * lyxtext.h:
3966         * text.C:
3967         * text2.C:
3968         * text3.C: use doubles again for x-coordinates. They are needed.
3969
3970 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3971
3972         * messages.C (getLocaleDir): use lyx_localedir()
3973
3974         * lyxlex_pimpl.C (setFile): compress stuff
3975
3976         * buffer.C (writeFile): add some compression stuff
3977         (do_writeFile): new func, dont call expliti close... will this
3978         breake anything?
3979
3980         * Makefile.am (lyx_LDADD): add -lz
3981
3982 2003-07-28  José Matos  <jamatos@fep.up.pt>
3983
3984         * buffer.C: increment file format.
3985         * paragraph_funcs (readParagraph, readParToken):
3986         * paragraph.C (readParagraph): add \end_layout.
3987
3988 2003-07-27  Angus Leeming  <leeming@lyx.org>
3989
3990         * Makefile.am: remove special casing for configure-time setting of
3991         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3992
3993         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3994         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3995
3996 2003-07-26  André Pönitz  <poenitz@gmx.net>
3997
3998         * paragraph_func.[Ch]:
3999         * paragraph.C (realizeFont): inline it whereever it is used
4000
4001         * rowpainter.C:
4002         * text.C:
4003         * text2.C:
4004         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4005
4006
4007 2003-07-26  André Pönitz  <poenitz@gmx.net>
4008
4009         *       lyxtext.h:
4010         * text.C:
4011         * text2.C: get rid of LyXText::need_break_row
4012
4013 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4014
4015         * toc.[Ch]: put namespace toc inside namespace lyx
4016
4017         * MenuBackend.C (expandToc2): adjust for lyx::toc
4018         (expandToc): ditto
4019
4020         * lyxfunc.C (dispatch): adjust for lyx::find
4021
4022         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4023         lyx::find instead. Reorganize a bit.
4024         (LyXReplace): rename to replace
4025         (LyXFind): rename to find
4026
4027         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4028         (dispatch): ditto
4029
4030 2003-07-26  André Pönitz  <poenitz@gmx.net>
4031
4032         * text.C (setHeightOfRow): restrict scope of temporary variable
4033
4034         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4035           code (never has been used?)
4036
4037 2003-07-27  Asger Alstrup  <alstrup@local>
4038
4039         * text.C (fill): Optimise algorithm to exploit that we can reuse
4040         the LyXFont for many characters.
4041         (setHeightOfRow): Same thing.
4042         (rowBreakPoint): Same thing.
4043
4044 2003-07-26  Asger Alstrup  <alstrup@local>
4045
4046         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4047
4048         * text.C (singleWidth): Spurious font copying in hot-spot
4049         singleWidth avoided. Reorder tests for arabic for efficiency.
4050
4051         * text.C (fill): handle empty paragraphs better.
4052
4053 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4054
4055         * ispell.C:
4056         * encoding.h: add includes
4057
4058         * lyxrc.C: remove reading of bind files
4059
4060         * lyx_main.C (init): setup bindings and menus only if we have a
4061         gui.
4062
4063         * kbmap.C (read): new method. Do the actual reading of bind
4064         files.
4065
4066         * converter.C (dvipdfm_options):
4067         * bufferparams.C:
4068         * lyxrc.C (read):
4069         (output): adapt PAPER_* enums.
4070
4071         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4072
4073         * bufferparams.h: remove paper-related enums from there
4074
4075         * paper.h: New file. A trivial header file to hold paper-related
4076         enums. It should later expand to contain many paper-related
4077         horrors access.
4078
4079         * lyxrc.C: declare extern displayTranslator
4080
4081 2003-07-27  José Matos  <jamatos@fep.up.pt>
4082
4083         * tabular.[Ch] (linuxdoc): add support for tables and figures
4084         (linuxdoc).
4085
4086 2003-07-27  José Matos  <jamatos@fep.up.pt>
4087
4088         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4089         consistency in both functions.
4090         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4091
4092 2003-07-26  Asger Alstrup  <alstrup@local>
4093
4094         * rowpainter.C (paintRows): Change algorithm to work directly on
4095         the insets rather than asking every character in the document
4096         whether its an inset.
4097
4098 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4099
4100         * buffer.C (openFileWrite): factorize some code
4101
4102 2003-07-26  Angus Leeming  <leeming@lyx.org>
4103
4104         * lyx_cb.C:
4105         * lyx_main.[Ch]: replace occurances of system_tempdir with
4106         os::getTmpDir().
4107
4108 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4109
4110         * rename Inset to InsetOld
4111
4112 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4113
4114         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4115         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4116         which I think is a bit clearer. EDIT is gone, since it was
4117         premature optimisation, and broken for mathed anyway.
4118         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4119         with cursor positioning in insets as well (math insets still do not
4120         work, but that's a different story anyway.) It mysteriously
4121         crashes sometimes with undo in the first paragraph, but I'm fairly
4122         confident that this is a compiler bug.
4123
4124 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4125
4126         * paragraph.C (Paragraph): adjust for new clone return type
4127         (operator==): ditto
4128         (copyIntoMinibuffer): ditto
4129
4130 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4131
4132         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4133         by not having a special case, and always doing a full rebreak of
4134         the document after undo.
4135
4136 2003-07-23  Angus Leeming  <leeming@lyx.org>
4137
4138         * factory.C (createInset): InsetExternal::setParams now takes a
4139         Buffer const * arg.
4140
4141 2003-07-23  Angus Leeming  <leeming@lyx.org>
4142
4143         * factory.C (createInset): changed interface to the external and
4144         graphics mailers' string2params functions.
4145
4146 2003-07-23  Angus Leeming  <leeming@lyx.org>
4147
4148         * factory.C (createInset): pass a
4149         Buffer const * parameter to InsetExternalMailer's string2params.
4150
4151 2003-07-22  John Levon  <levon@movementarian.org>
4152
4153         * Thesaurus.h: include the right aiksaurus header
4154
4155 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4156
4157         * MenuBackend.C (expand): check menu shortcuts unconditionally
4158
4159 2003-07-21  Angus Leeming  <leeming@lyx.org>
4160
4161         * factory.C (createInset): pass a
4162         buffer_path parameter to InsetGraphicsMailer's string2params.
4163
4164 2003-07-21  Angus Leeming  <leeming@lyx.org>
4165
4166         * BufferView_pimpl.C (buffer):
4167         * buffer.C (d-tor):
4168         * lyx_main.C (LyX):
4169         * lyxfunc.C (dispatch):
4170         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4171         rather than the grfx shortcut.
4172
4173 2003-07-21  André Pönitz  <poenitz@gmx.net>
4174
4175         * rowpainter.C: remove unused variables
4176
4177         * tabular_funcs.C:
4178         * tabular_funcs.h: move to tabular.C
4179         * Makefile.am: adjust
4180
4181         * tabular.[Ch]: basic optical cleaning
4182
4183         * author.h: pass references, not values
4184
4185 2003-07-18  André Pönitz  <poenitz@gmx.net>
4186
4187         * lyxtext.h:
4188         * metricsinfo.C:
4189         * metricsinfo.h:
4190         * rowpainter.C:
4191         * text.C:
4192         * text2.C:
4193         * text3.C: two-phase drawing for InsetText and InsetTabular
4194         some float -> int changes.
4195
4196 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4197
4198         * lyx_main.C: fix the fix
4199
4200 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4201
4202         * lyx_main.C: fix a crash in batch mode if no files specified
4203         * converter.C: ws
4204
4205 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4206
4207         * format.[Ch] (papersize): moved to BufferParams
4208         * converter.[Ch] (dvips_options): moved to BufferParams
4209         (dvipdfm_options): moved to anon namespace
4210         * bufferparams.[Ch]: added above functions.
4211
4212 2003-07-17  André Pönitz  <poenitz@gmx.net>
4213
4214         * lyxtext.h:
4215         * rowpainter.C:
4216         * text2.C: don't call inset->update() anymore
4217
4218         * metricsinfo.[Ch]: add convenience constructor
4219
4220 2003-07-16  André Pönitz  <poenitz@gmx.net>
4221
4222         * lyxcursor.[Ch]:
4223         * lyxfunc.[Ch]:
4224         * text.C:
4225         * text2.C: replace the LyXCursor::irow_ member with
4226          on-demand computation of the value
4227
4228 2003-07-16  John Levon  <levon@movementarian.org>
4229
4230         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4231
4232 2003-07-15  André Pönitz  <poenitz@gmx.net>
4233
4234         * text.C:
4235         * text2.C: remove no more needed refresh_row
4236
4237 2003-07-15  André Pönitz  <poenitz@gmx.net>
4238
4239         * lyxtext.h:
4240         * rowpainter.C:
4241         * text2.C:
4242         * text3.C: refresh_status tristate -> need_update bool
4243
4244 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4245
4246         * lyxtext.h (init): remove reinit argument (act as if always true)
4247         * text2.C: adjust to that
4248
4249 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4250
4251         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4252         * text3.C: use it to delete selections in some cases
4253         (bugs 441, 673, 702, 954).
4254
4255 2003-07-14  André Pönitz  <poenitz@gmx.net>
4256
4257         * rowpainter.[Ch]: reduce interface
4258
4259 2003-07-14  André Pönitz  <poenitz@gmx.net>
4260
4261         * BufferView_pimpl.C:
4262         * text2.C: adjust after removing unused BufferView * argument
4263
4264 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4265
4266         * text2.C (init): fix a crash fired on resize
4267
4268 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4269
4270         * buffer.[Ch]: added new closing signal
4271         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4272         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4273         BufferView::Pimpl via the closing the signal
4274
4275 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4276
4277         * buffer.[Ch]: take out all bv-related from buffer
4278         * BufferView.C:
4279         * BufferView_pimpl.[Ch]: connect to new signals
4280         * CutAndPaste.C: removed useless asserts
4281         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4282         * lyxvc.[Ch]:
4283         * vc-backend.[Ch]:
4284         * lyxfunc.C: moved view-related funciontality from vc here
4285         * paragraph.C: removed outdated comments
4286         * text.C: ws
4287
4288 2003-07-10  André Pönitz  <poenitz@gmx.net>
4289
4290         * BufferView_pimpl.C:
4291         * tabular.h:
4292         * tabular_funcs.C:
4293         * text.C:
4294         * text2.C: remove InsetText::InnerCache, clean up consequences
4295
4296 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4297
4298         * ispell.C: fix two typos in error messages
4299
4300 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4301
4302         * Extend Note inset to other forms of annotation like Comment
4303         and Greyedout. Right button click gives dialog.
4304
4305         Files modified or added (+):
4306
4307         * insetnote.[Ch]
4308         * FormNote.[Ch]      +
4309         * ControlNote.[Ch]   +
4310         * form_note.fd       +
4311         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4312         frontends/controllers
4313         * xforms/Dialogs.C
4314         * factory.C
4315
4316 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4317
4318         * aspell.C: add missing namespace lyx::support
4319
4320 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4321
4322         * BufferView.[Ch] (newFile): Add
4323         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4324         * LaTeX.[Ch] (message): added this signal and use it
4325         * buffer.[Ch] (busy, message): added these signals and use them
4326         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4327         * converter.C:
4328         * exporter.C:
4329         * format.C:
4330         * importer.C: use buffer signals instead of direct bv calling
4331         * lyx_cb.[Ch] (ShowMessage): removed
4332         * lyx_main.C:
4333         * lyxfunc.C:
4334         * paragraph_funcs.C:
4335         * text2.C: use buffer signals
4336
4337 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4338
4339         * introduce namespace lyx::graphics
4340
4341 2003-07-02  André Pönitz  <poenitz@gmx.net>
4342
4343         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4344
4345 2003-07-01  André Pönitz  <poenitz@gmx.net>
4346
4347         * text.C:
4348         * text2.C:
4349         * text3.C:
4350         * text_funcs.[Ch]:
4351         * textcursor.h:
4352         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4353           text*.C to text_func.C
4354
4355 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4356
4357         * introduce namespace lyx::support
4358
4359 2003-06-30  André Pönitz  <poenitz@gmx.net>
4360
4361         * Chktex.C:
4362         * funcrequest.C:
4363         * lyxtext.h:
4364         * text.C: re-enable --with-included-string
4365
4366 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4367
4368         * textcursor.C: add <config.h>
4369
4370         * text.C (getWord): remove const from word_location arg
4371
4372         * lyxvc.C (getLogFile): fix const type order
4373
4374         * lyxtext.h: remove const from word_location arg, add arg name
4375
4376         * lyxlayout.h: currect type on labeltype.
4377
4378         * importer.C: correct \file
4379
4380         * converter.C (intToFormat): use std:: on ret val, ws changes
4381
4382         * bufferlist.h: correct \file
4383
4384         * buffer.C (makeLinuxDocFile): fix const type order
4385         (makeDocBookFile): ditto
4386         (fillWithBibKeys): use std:: on stdlib args.
4387
4388         * CutAndPaste.C: fix authors.
4389         (availableSelections): use std:: on return vector
4390
4391 2003-06-27  André Pönitz  <poenitz@gmx.net>
4392
4393         * BufferView_pimpl.C:
4394         * bufferview_funcs.C:
4395         * lyxcursor.C:
4396         * lyxcursor.h:
4397         * lyxfunc.C:
4398         * lyxtext.h:
4399         * rowpainter.C:
4400         * text.C:
4401         * text2.C:
4402         * text3.C: remove LyXCursor::row_ member
4403
4404         * lyxtext.h:
4405         * text.C: rename fullRebreak() to partialRebreak() and implement
4406           a fullRebreak() that really bereks fully
4407
4408         * textcursor.h: new struct for cursor-related data
4409
4410 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4411
4412         * lyx_main.C (LyX): get full path of document loaded on the
4413         command line
4414
4415 2003-06-26  André Pönitz  <poenitz@gmx.net>
4416
4417         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4418           remove unused/broken operator>,<,>=.
4419
4420         *       text.C: remove only use of broken operator<= in an Assert().
4421
4422 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4423
4424         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4425         moved errorlist_.clear to showErrorList
4426
4427 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4428
4429         * converter.C (scanLog, runLaTeX):
4430         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4431         move the bv->showErrorList call to the callers
4432         * lyxfunc.C: i.e. here...
4433         * text2.C: and here
4434         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4435         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4436         namespace, the second to...
4437         * buffer_funcs (BufferFormat, parseErrors): added
4438         * errorlist.C (ErrorList(TeXErrors const &)): removed
4439
4440 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4441
4442         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4443
4444 2003-06-24  "Garst R. Reese" <reese@isn.net>
4445
4446         * debug.C: fix typo
4447
4448 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4449
4450         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4451
4452         * version.C.in: change docversion to 1.4
4453
4454 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4455
4456         * buffer.C: fix a bug just introduced
4457
4458 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4459
4460         * buffer.[Ch]: added the parseError signal and use it, removed
4461         sgmlError
4462         * BufferView.[Ch] (addError): moved to ...
4463         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4464         to the Buffer::parseError signal to catch (guess what) parse errors
4465         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4466
4467 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4468
4469         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4470         ability to create a buffer and to return an existing one from
4471         the list. Moved these functions to...
4472         * buffer_funcs.[Ch]: added
4473         * BufferView.[Ch] (loadLyXFile): added
4474         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4475         job removed from bufferlist::loadLyXFile.
4476         * buffer.C (setReadOnly): make it work without view
4477         (i.e added an if (users))
4478
4479 2003-06-19  Angus Leeming  <leeming@lyx.org>
4480
4481         * lfuns.h:
4482         * LyXAction.C (init):
4483         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4484         with LFUN_DIALOG_SHOW <name> <data>.
4485
4486 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4487
4488         * CutAndPaste.C (availableSelections): small compilation fix for
4489         ancient (gcc 2.9x) compilers
4490
4491 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4492
4493         * text3.C (cursorNext): add tmp var
4494
4495         * text2.C (updateCounters): for function calling out of for clause
4496         (replaceSelectionWithString): ditto
4497         (insertStringAsParagraphs): ditto
4498         (getColumnNearX): add tmp var
4499         (setCursorFromCoordinates): add tmp var
4500         (cursorDownParagraph): add tmp var
4501         (deleteEmptyParagraphMechanism): add tmp var
4502
4503         * text.C (insertChar): add tmp var
4504
4505         * rowpainter.C (paintDepthBar): add tmp var
4506
4507         * CutAndPaste.C (availableSelections): potentially check all
4508         paragraphs in a cut to fill the shown strings.
4509
4510 2003-06-18  André Pönitz  <poenitz@gmx.net>
4511
4512         * kbmap.[Ch]: use vector<> instead of list<>
4513
4514 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4515
4516         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4517         pasteSelection with index
4518
4519         * text2.C (pasteSelection): modify, call pasteSelection with index
4520
4521         * paragraph.C (asString): reimplement version with no interval to
4522         call the one with interval.
4523
4524         * lyxtext.h: add index arg to pasteSelection
4525
4526         * MenuBackend.C (MenuItem): handle PasteRecent
4527         (Menu::read::Menutags): add md_pasterecent
4528         (read): handle it
4529         (expandPasteRecent): new function
4530         (expand): use it
4531
4532         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4533
4534         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4535         the limited stack
4536         (availableSelections): new function
4537
4538 2003-06-17  Angus Leeming  <leeming@lyx.org>
4539
4540         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4541
4542 2003-06-17  Angus Leeming  <leeming@lyx.org>
4543
4544         * lfuns.h:
4545         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4546
4547         * lyxfunc.C (dispatch): invoke it.
4548
4549 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4550
4551         * iterators.C (operator++, ParPosition): reintroduce some
4552         const_cast for the benefit of older compilers.
4553
4554 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4555
4556         * text3.C (dispatch): do not modify clipboard when doing
4557         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4558         LFUN_DELETE_SKIP on a selection selection
4559
4560 2003-06-16  André Pönitz  <poenitz@gmx.net>
4561
4562         * BufferView.C:
4563         * buffer.C:
4564         * buffer.h:
4565         * paragraph.C:
4566         * tabular.[Ch]: IU of clone() and getLabelList();
4567
4568 2003-06-13  André Pönitz  <poenitz@gmx.net>
4569
4570         * tabular.h: compactification
4571
4572 2003-06-12  André Pönitz  <poenitz@gmx.net>
4573
4574         * tabular.C:
4575         * tabular.h:
4576         * tabular_funcs.h: some renaming plus whitespace
4577
4578 2003-06-12  André Pönitz  <poenitz@gmx.net>
4579
4580         * BufferView.C:
4581         * BufferView_pimpl.C:
4582         * CutAndPaste.C:
4583         * buffer.C:
4584         * iterators.[Ch]:
4585         * lyxfunc.C:
4586         * text.C:
4587         * toc.C: Return a Paragraph & for ParIterator::operator*()
4588
4589 2003-06-11  John Levon  <levon@movementarian.org>
4590
4591         * lyx_main.C:
4592         * ToolbarBackend.h:
4593         * ToolbarBackend.C: add "Toolbars" section and
4594         put the flags there
4595
4596 2003-06-10  Angus Leeming  <leeming@lyx.org>
4597
4598         * lfuns.h:
4599         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4600
4601         * lyxfunc.C (dispatch): invoke it.
4602
4603 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4604
4605         * main.C: protect <ios> with HAVE_IOS
4606         (main): protect sync_with_stdio with HAVE_IOS
4607
4608 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4609
4610         * text2.C (cutSelection): adjust
4611         (pasteSelection): adjust
4612
4613         * messages.C: handle get of empty string
4614
4615         * main.C (main): use sync_with_stdio(false)
4616
4617         * lyxfunc.C (dispatch): adjust
4618
4619         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4620         (WriteAs): remove unneeded BufferView arg.
4621
4622         * bufferparams.h: use correct types on papersize, papersize2 and
4623         paperpackage.
4624
4625         * bufferparams.C (readToken): adjust for type
4626         (writeLaTeX): add missing cases to switch.
4627
4628         * bufferlist.C (quitWriteBuffer): adjust
4629         (close): adjust
4630
4631         * buffer.C (asciiParagraph): remove some commented code.
4632
4633         * CutAndPaste.C: remove current_view extern variable.
4634         (cutSelection): add BufferParams arg.
4635         (eraseSelection): add BufferParams arg.
4636         (pasteSelection): add Buffer const & arg
4637
4638 2003-06-07  John Levon  <levon@movementarian.org>
4639
4640         * buffer.C:
4641         * paragraph_funcs.C:
4642         * paragraph_pimpl.C:
4643         * text.C:
4644         * text2.C:
4645         * paragraph.h:
4646         * paragraph.C: allow InsetERT to freely space lines,
4647         and some consolidation of code
4648
4649 2003-06-06  José Matos  <jamatos@fep.up.pt>
4650
4651         * buffer.C (makeDocBookFile): fix bug #821
4652
4653 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4654
4655         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4656
4657 2003-06-04  Angus Leeming  <leeming@lyx.org>
4658
4659         * buffer.C: bump format to 224.
4660
4661 2003-06-05  André Pönitz  <poenitz@gmx.net>
4662
4663         * text2.C (redoParagraphs): remove two const_cast<>
4664
4665 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4666
4667         * ParagraphList.h: remove last remnants of NO_STD_LIST
4668
4669 2003-06-03  Angus Leeming  <leeming@lyx.org>
4670
4671         * factory.C (createInset): small change to the way InsetExternal's params
4672         are set.
4673
4674 2003-06-04  André Pönitz  <poenitz@gmx.net>
4675
4676         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4677
4678         * paragraph_pimpl.h:
4679         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4680
4681         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4682
4683         * undo_funcs.C: make some simple cases of undo work again
4684
4685 2003-06-03  John Levon  <levon@movementarian.org>
4686
4687         * ispell.C: HPUX doesn't have sys/select.h
4688         (from Albert Chin)
4689
4690 2003-06-03  John Levon  <levon@movementarian.org>
4691
4692         * CutAndPaste.C: update tabular and include inset
4693         buffer references
4694
4695         * buffer.h:
4696         * paragraph.h:
4697         * paragraph.C: remove owningBuffer(), don't pass Buffer
4698         to clone()
4699
4700         * factory.C: insetGraphicsParams changed
4701
4702 2003-06-02  John Levon  <levon@movementarian.org>
4703
4704         * LyXAction.C:
4705         * factory.C:
4706         * lfuns.h:
4707         * lyxfunc.C:
4708         * text3.C: remove insetparent
4709
4710 2003-06-02  John Levon  <levon@movementarian.org>
4711
4712         * buffer.h:
4713         * buffer.C: fix inset_iterator.end(), move out of line
4714         (bug 1149)
4715
4716 2003-06-01  John Levon  <levon@movementarian.org>
4717
4718         * text3.C: use a proper cut/paste when doing inset
4719         insert (from Jürgen Spitzmüller)
4720
4721 2003-06-01  John Levon  <levon@movementarian.org>
4722
4723         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4724
4725 2003-05-30  André Pönitz  <poenitz@gmx.net>
4726
4727         * rowpainter.C: unify second drawing phase
4728
4729 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4730
4731         * trans_mgr.C: remove one case of current_view
4732
4733         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4734
4735         * paragraph_funcs.h: remove paragraph.h include
4736
4737         * paragraph.h: delete NO_STD_LIST stuff
4738
4739         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4740
4741         * buffer.h: remove paragraph.h include
4742
4743         * ParagraphList.C: delete file
4744
4745         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4746
4747         * toc.C (getTocList): adjust
4748
4749         * paragraph_pimpl.C (validate): adjust
4750
4751         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4752
4753         * paragraph.C (Paragraph): adjust
4754         (getPositionOfInset): use const_iterator, adjust
4755         (bibitem): use const_iterator, adjust
4756         (setInsetOwner): adjust
4757
4758         * iterators.C (operator++): adjust
4759
4760         * InsetList.[Ch]: Replace selfmade iterator with standard
4761         vector::iterator also introduce const_iterator. Remove getPos,
4762         getInset and setInset from InsetTable. Adjust accordingly.
4763
4764         * BufferView.C (lockInset): adjust
4765         (ChangeInsets): adjust
4766
4767         * tabular.[Ch]: delete commented same_id functions
4768
4769 2003-05-28  John Levon  <levon@movementarian.org>
4770
4771         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4772
4773 2003-05-28  André Pönitz  <poenitz@gmx.net>
4774
4775         * metricsinfo.[Ch]: remove 'fullredraw' member
4776
4777 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4778
4779         * lyxtextclass.C (operator): remove caching.
4780
4781 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4782
4783         * text3.C: adjust
4784
4785         * text2.C (cursorBottom): adjust
4786         (setCounter): use ParagraphList::find, adjust
4787
4788         * text.C (workWidth): use ParagraphList::find, adjust
4789
4790         * lyxcursor.C (LyXCursor): adjust
4791
4792         * buffer.C (inset_iterator): adjust
4793
4794         * ParagraphList.h: make iterator(value_type) private, make
4795         ParagraphList a friend of iterator.
4796
4797         * ParagraphList.C (find): new function
4798
4799         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4800
4801 2003-05-27  André Pönitz  <poenitz@gmx.net>
4802
4803         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4804
4805 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4806
4807         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4808
4809 2003-05-26  John Levon  <levon@movementarian.org>
4810
4811         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4812
4813 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4814
4815         * remove same_id from function signatures, adjust.
4816
4817 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4818
4819         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4820
4821         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4822
4823         * paragraph.C (Paragraph): get rid of same_ids parameter
4824
4825         * ParagraphList.C (insert): adjust
4826         (push_back): adjust
4827
4828 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4829
4830         * paragraph_funcs.C (breakParagraph): adjust
4831         (breakParagraphConservative): adjust
4832
4833         * buffer.C (readParagraph): adjust
4834
4835         * ParagraphList.C (insert): take a reference instead of a pointer
4836         (insert): adjust
4837
4838         * paragraph.[Ch] (id): new function
4839
4840         * bufferlist.C (newFile): adjust
4841
4842         * ParagraphList.C (ParagraphList): adjust
4843         (assign): adjust
4844         (push_back): take a reference instead of a pointer.
4845
4846         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4847
4848         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4849         instead.
4850
4851         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4852         set else use old code.
4853
4854         * ParagraphList.C: remove all NO_NEXT code and only compile this
4855         code of NO_STD_LIST is set.
4856
4857 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4858
4859         * BufferView_pimpl.C:
4860         * TextCache.C:
4861         * TextCache.h:
4862         * bufferlist.C:
4863         * errorlist.h:
4864         * format.C:
4865         * format.h:
4866         * graph.C:
4867         * lyxfunc.C:
4868         * lyxrc.C:
4869         * graphics/GraphicsConverter.C:
4870         * graphics/PreviewLoader.C: header adjustment
4871
4872 2003-05-23  Angus Leeming  <leeming@lyx.org>
4873
4874         * LaTeXFeatures.[Ch] (useBabel): new method.
4875         * bufferparams.C (writeLaTeX): use it.
4876
4877 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4878
4879         * ParagraphList.h (set): remove unused function.
4880
4881 2003-05-23  André Pönitz  <poenitz@gmx.net>
4882
4883         * BufferView.C:
4884         * BufferView_pimpl.C:
4885         * buffer.C:
4886         * buffer.h:
4887         * lyxfunc.C:
4888         * undo_funcs.C: setUndo reworked
4889
4890         * iterators.[Ch]: add access to topmost ParagraphList
4891
4892         * lyxtext.[Ch] (workWidth): add a const
4893
4894 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4895
4896         * texrow.[Ch] (increasePos): remove function
4897         * exporter.C (export): removed unused var and outdated comment
4898
4899 2003-05-23  Angus Leeming  <leeming@lyx.org>
4900
4901         * latexrunparams.h: rename fragile as moving_arg.
4902         * paragraph.C (simpleTeXOnePar): ditto.
4903         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4904
4905 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4906
4907         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4908         (createUndo): ditto
4909         (textUndoOrRedo): comment out a currently unused var.
4910
4911         * paragraph.h (NO_NEXT): enable NO_NEXT
4912
4913         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4914
4915         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4916
4917         * exporter.C (Export): adjust for removeAutoInsets removal.
4918
4919         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4920
4921         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4922
4923         * BufferView.[Ch] (removeAutoInsets): delete function
4924
4925 2003-05-22  Angus Leeming  <leeming@lyx.org>
4926
4927         * latexrunparams.h: add a free_spacing variable.
4928
4929         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4930         to pass moving_arg, as the data is stored in runparams.fragile.
4931
4932         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4933         to Inset::latexOptional or to simpleTeXOnePar.
4934
4935         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4936         free_spacing arg to Inset::latexOptional.
4937
4938         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4939         free_spacing arg.
4940
4941 2003-05-22  Angus Leeming  <leeming@lyx.org>
4942
4943         * latexrunparams.h: add fragile and use_babel variables.
4944
4945         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4946         * buffer.C (makeLaTeXFile): store this returned value in
4947         runparams.use_babel, thus passing it to the inset::latex methods.
4948
4949         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4950         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4951
4952         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4953         longer has a fragile arg, as it is stored in runparams.fragile.
4954
4955         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4956         moving_arg parameter as the data is stored in runparams.fragile.
4957
4958         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4959         a fragile parameter as the data is stored in runparams.fragile.
4960
4961 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4962
4963         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4964
4965 2003-05-22  Angus Leeming  <leeming@lyx.org>
4966
4967         * latexrunparams.h: add a 'bool nice' which defaults to false.
4968
4969         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4970         now encapsulated within runparams.
4971
4972         * bufferlist.C (updateIncludedTeXfiles):
4973         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4974
4975 2003-05-22  Angus Leeming  <leeming@lyx.org>
4976
4977         * latexrunparams.h: new file containing struct LatexRunParams.
4978         * Makefile.am: add new file.
4979
4980         * LaTeX.[Ch] (c-tor, run):
4981         * buffer.[Ch] (makeLaTeXFile):
4982         * bufferlist.[Ch] (updateIncludedTeXfiles):
4983         * converter.C (convert, scanLog):
4984         * converter.[Ch] (runLaTeX):
4985         * exporter.C (Export):
4986         * paragraph.[Ch] (simpleTeXOnePar):
4987         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4988         * paragraph_funcs.[Ch] (latexParagraphs):
4989         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4990         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4991         pass around a LatexRunParams parameter.
4992
4993 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4994
4995         * paragraph.[Ch]: remove unused constructor
4996
4997         * ParagraphList.C (erase): new function, taking two iterators
4998
4999 2003-05-22  André Pönitz  <poenitz@gmx.net>
5000
5001         * undo_funcs.C: remove duplicated code
5002
5003         * iterator.[Ch]: operator=
5004
5005 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5006
5007         * tabular.C (SetMultiColumn): ws changes
5008
5009         * rowpainter.C (paintFirst): get rid of a ->previous
5010
5011         * lyx_cb.C (getPossibleLabel): parlist simplification
5012
5013         * BufferView.C (ChangeInsets): simplify slightly.
5014
5015 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5016
5017         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5018         * lfuns.h: new LFUN_SPACE
5019         * lyxfunc.C: protected space has a new lfun
5020         * paragraph_funcs.C: read new space insets
5021         * text3.C:
5022         * factory.C: handle new space insets
5023
5024 2003-05-22  André Pönitz  <poenitz@gmx.net>
5025
5026         * BufferView.C:
5027         * BufferView_pimpl.C:
5028         * buffer.[Ch]:
5029         * lyxfunc.C:
5030         * undo_funcs.C: return a ParIterator from getParFromID.
5031
5032         * iterators.[Ch]: add two const's
5033
5034 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5035
5036         * toc.C (getTocList): adjust
5037
5038         * iterators.[Ch]: rework for parlist
5039
5040         * buffer.C (par_iterator_begin): adjust
5041         (par_iterator_end): adjust
5042
5043         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5044
5045         * BufferView.C (removeAutoInsets): adjust
5046         (ChangeInsets): adjust
5047
5048 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5049
5050         * text.C (top_y): fix bug 1110
5051
5052 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5053
5054         * errorlist.[Ch]: added
5055         * buffer.C:
5056         * BufferView.[Ch]:
5057         * BufferView_pimpl.C:
5058         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5059         instead
5060
5061 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5062
5063         * Makefile.am: ensure that lyx is relinked upon changes to the
5064         various "convenience" libs.
5065
5066 2003-05-20  Angus Leeming  <leeming@lyx.org>
5067
5068         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5069         files are compiled in alphabetical order again.
5070
5071         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5072
5073 2003-05-19  Angus Leeming  <leeming@lyx.org>
5074
5075         * gettext.[Ch]: remove "char const * _(char const *)".
5076
5077 2003-05-19  André Pönitz  <poenitz@gmx.net>
5078
5079         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5080
5081         * Makefile.am:
5082         * BufferView.C:
5083         * DepTable.h:
5084         * LaTeXFeatures.C:
5085         * buffer.C:
5086         * lyxfont.C:
5087         * lyxlex.h:
5088         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5089
5090 2003-05-19  André Pönitz  <poenitz@gmx.net>
5091
5092         * buffer.C:
5093         * lyxlayout.[Ch]:
5094         * lyxtextclass.[Ch]:
5095         * paragraph.C:
5096         * paragraph_funcs.[Ch]:
5097         * text2.C:
5098         * text3.C: more insetenv work
5099
5100 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5101
5102         * ParagraphParameters.C (params2string): small bug fixed
5103
5104 2003-05-16  André Pönitz  <poenitz@gmx.net>
5105
5106         * debug.C:
5107         * bufferview_funcs.C: patch from Kornel Benko to prevent
5108           crash when _(...) is called twice in a statement
5109
5110 2003-05-16  André Pönitz  <poenitz@gmx.net>
5111
5112         * BufferView.C:
5113         * lyxfunc.C:
5114         * text.C:
5115         * text2.C:
5116         * text3.C:
5117         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5118
5119 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5120
5121         * lyx_main.C (init): remove spurious static_cast
5122
5123 2003-05-14  André Pönitz  <poenitz@gmx.net>
5124
5125         * BufferView.C: fix format string
5126
5127 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5128
5129         * BufferView.[Ch] (insertErrors): removed
5130         * BufferView.[Ch] (showErrorList): added
5131         * buffer.C (runChkTeX):
5132         * converter.C (scanLog): call showErrorList instead of inserterrors
5133
5134 2003-05-13  André Pönitz  <poenitz@gmx.net>
5135
5136         * BufferView_pimpl.C:
5137         * buffer.C:
5138         * bufferview_func.C:
5139         * MenuBackend.C:
5140         * lyxfunc.C:
5141         * lyxrc.C:
5142         * tex-accent.C:
5143         * text3.C:
5144         * toc.C:
5145         * tabular_funcs.h: tostr() from its own header
5146
5147         * ParagraphParameters.C:
5148         * ToolbarBackend.C:
5149         * bufferparams.C:
5150         * format.C:
5151         * lyxlex_pimpl.C:
5152         * text3.C: STRCONV()
5153
5154 2003-05-12  André Pönitz  <poenitz@gmx.net>
5155
5156         * BufferView.C:
5157         * BufferView_pimpl.C:
5158         * CutAndPaste.C:
5159         * LaTeX.C:
5160         * LaTeXFeatures.C:
5161         * ParagraphParameters.C:
5162         * buffer.C:
5163         * bufferlist.C:
5164         * bufferparams.C:
5165         * bufferview_funcs.C:
5166         * converter.C:
5167         * counters.C:
5168         * debug.C:
5169         * exporter.C:
5170         * format.C:
5171         * importer.C:
5172         * lyx_cb.C:
5173         * lyx_main.C:
5174         * lyxfont.C:
5175         * lyxfunc.C:
5176         * lyxvc.C:
5177         * paragraph.C:
5178         * paragraph_funcs.C:
5179         * tabular.C:
5180         * tabular_funcs.C:
5181         * text2.C:
5182         * text3.C:  boost::format -> bformat  all over the place
5183
5184
5185 2003-05-09  André Pönitz  <poenitz@gmx.net>
5186
5187         * LColor.[Ch]: Pimpl the #include <map> away
5188
5189 2003-05-09  John Levon  <levon@movementarian.org>
5190
5191         * bufferlist.C: never remove emergency saves
5192
5193 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5194
5195         * Makefile.am: better lib building
5196
5197 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5198
5199         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5200         instead.
5201         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5202         (simpleTeXSpecialChars): adjust
5203         (simpleTeXSpecialChars): adjust
5204         * paragraph.C (simpleTeXOnePar): adjust
5205         * buffer.C (makeLaTeXFile): adjust
5206
5207         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5208
5209         * text2.C (changeDepth): parlist cleanup
5210         (getColumnNearX): ditto
5211
5212         * rowpainter.C (getLabelFont): parlist cleanup
5213
5214         * bufferlist.C (newFile): parlist cleanup
5215
5216         * CutAndPaste.C (eraseSelection): parlist cleanup
5217
5218         * BufferView_pimpl.C (trackChanges): parlist cleanup
5219         (dispatch): ditto
5220
5221         * BufferView.C (lockInset): parlist cleanup.
5222         (ChangeInsets): ditto
5223
5224 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5225
5226         * CutAndPaste.h: Update file header.
5227
5228         * CutAndPaste.C: Update file header.
5229         Store the parts cut out of the Document in a limited_stack.
5230         (copySelection): adjust
5231         (pasteSelection): new function, takes the index in the limited stack.
5232         (nrOfParagraphs): adjust
5233         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5234         simplify error inset insertion.
5235         (checkPastePossible): adjust
5236
5237 2003-05-06  John Levon  <levon@movementarian.org>
5238
5239         * text2.C: don't cast wrap inset to float
5240
5241 2003-05-05  André Pönitz  <poenitz@gmx.net>
5242
5243         * iterator.C:
5244         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5245
5246         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5247           few naked Paragraph *.
5248
5249 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5250
5251         * bufferparams.C: Output warning if a document with missing
5252         TeX document class is loaded
5253         * exporter.C: Disable TeX exports if the document class is missing
5254         * lyxtextclass.C:
5255         * lyxtextclass.h:
5256         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5257         isTeXClassAvailable()
5258
5259 2003-05-03  John Levon  <levon@movementarian.org>
5260
5261         * BufferView.h:
5262         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5263         explicit cursor show/hide
5264
5265         * BufferView_pimpl.h:
5266         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5267         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5268
5269         * lyxfunc.C: hide cursor before dispatching.
5270
5271         * lyx_cb.C:
5272         * lyxfind.C:
5273         * text.C:
5274         * text3.C: remove explicit cursor hides
5275
5276 2003-05-02  André Pönitz  <poenitz@gmx.net>
5277
5278         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5279
5280         * undo_funcs.C:
5281         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5282           linked lists
5283
5284         * text2.C: tiny whitespace
5285
5286 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5287
5288         * undo_funcs.C: almost only ws changes.
5289
5290         * ParagraphList.C (splice): just return if pl is empty.
5291
5292 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5293
5294         * ParagraphList.C (splice): new function.
5295
5296         * CutAndPaste.C (pasteSelection): use it
5297
5298 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5299
5300         * CutAndPaste.C (pasteSelection): remove the last next and
5301         previous from this file.
5302
5303 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5304
5305         * CutAndPaste.C (pasteSelection): more clean up, user proper
5306         ParagraphList functions for pasteing.
5307
5308         * ParagraphList.C (insert): new function, three arg insert
5309
5310 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5311
5312         * ParagraphList.C (insert): new function, three arg insert
5313
5314         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5315         not on paragraphs.
5316
5317 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5318
5319         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5320
5321 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5322
5323         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5324
5325 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5326
5327         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5328         (copySelection): clean up a bit.
5329         (pasteSelection): use make_pair
5330
5331         * ParagraphList.C (ParagraphList): implement copy constructor
5332         (operator=): implement, base on copy constructor.
5333         (assign): new func
5334
5335         * paragraph.C (erase): return a bool
5336
5337         * paragraph_pimpl.C (erasePos): remove function, move contents...
5338         (erase): ... here. Return a bool.
5339         (erase): call erase instead of erasePos.
5340
5341 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5342
5343         * ParagraphList.h: define PitPosPair
5344         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5345         ParagraphList, fix a bug on pasting multiple pars
5346         * text2.C: change interface to C&P
5347
5348 2003-04-30  André Pönitz  <poenitz@gmx.net>
5349
5350         * undo_func.C: revert part of yesterday's patch 2
5351
5352 2003-04-30  John Levon  <levon@movementarian.org>
5353
5354         * LColor.C: s/tabular/table/
5355
5356 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5357
5358         * text3.C (dispatch): do not convert iterator -> pointer
5359         * undo_funcs.C (setCursorParUndo): ditto
5360         * text_funcs.C (transposeChars): ditto
5361
5362         * text2.C (setLayout): ws changes only
5363
5364         * text.C (breakParagraph): do not convert iterator -> pointer
5365         (insertChar): ditto
5366         (acceptChange): ditto
5367         (rejectChange): ditto
5368         (changeCase): ditto
5369         (Delete): ditto
5370         (backspace): ditto
5371
5372         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5373         pointer
5374
5375 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5376
5377         * text3.C (gotoInset): YABG (yet another bad getChar)
5378
5379 2003-04-29  André Pönitz  <poenitz@gmx.net>
5380
5381         * paragraph.h: make operator= private unimplemented as long as
5382           it is unusable
5383
5384         * ParagraphList.C: whitespace
5385
5386         * paragraph.[Ch]:
5387         * paragraph_pimpl.[Ch]:
5388         * paragraph_funcs.C:
5389         * CutAndPaste.C:
5390         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5391
5392         * text2.C:
5393           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5394
5395 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5396
5397         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5398         * paragraph.[Ch] (erase):
5399         * paragraph_pimpl.[Ch] (erase): change return type and value
5400         * text2.C (cutSelection): some rework
5401
5402 2003-04-28  John Levon  <levon@movementarian.org>
5403
5404         * bufferlist.C: changes for unsaved changes dialog
5405
5406 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5407
5408         * bufferlist.C (newFile): set language (messages_) for new
5409         documents also.
5410
5411         * buffer.C (readFile): ws changes only.
5412
5413 2003-04-28  André Pönitz  <poenitz@gmx.net>
5414
5415         * undo_funcs.C:
5416         * lyxfunc.C:
5417         * buffer.[Ch]:
5418         * BufferView_pimpl.C:
5419         * BufferView.C: getParFromID related ParagraphList::iterator changes
5420
5421 2003-04-28  André Pönitz  <poenitz@gmx.net>
5422
5423         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5424           Changes
5425
5426 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5427
5428         * messages.C: remove one more localedir class variable.
5429
5430 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5431
5432         * messages.C (getLocaleDir): singleton generation function
5433         (Pimpl): use it.
5434         (Messages): add a default constructor.
5435
5436         * main.C (main): do not setup localedir here, do not call
5437         gettext_init.
5438
5439         * gettext.C (_): use it.
5440         (gettext_init): delete funciton
5441
5442 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5443
5444         * gettext.C (getLyXMessages): new singleton generating function.
5445
5446         * buffer.C (updateDocLang): adjust
5447
5448         * Makefile.am (messages.o): add target
5449         (main.o): remove target
5450
5451 2003-04-27  John Levon  <levon@movementarian.org>
5452
5453         * bufferlist.C:
5454         * lyx_cb.C:
5455         * lyxfunc.C:
5456         * lyxvc.C: specify cancel button in Alert::prompt
5457
5458 2003-04-26  John Levon  <levon@movementarian.org>
5459
5460         * text3.C:
5461         * lyxfunc.C:
5462         * lfuns.h:
5463         * LyXAction.C: add LFUN_INSET_SETTINGS
5464
5465         * lyxfunc.C: don't enable tabular-feature when there's
5466         just any locking inset
5467
5468 2003-04-26  John Levon  <levon@movementarian.org>
5469
5470         * bufferlist.C: re-add Cancel to buffer close question
5471
5472         * lyxfunc.C: fix import UI a bit
5473
5474 2003-04-25  John Levon  <levon@movementarian.org>
5475
5476         * gettext.C: remove the broken asserts for now
5477
5478 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5479
5480         * messages.C: make case where setlocale cannot comply work better.
5481
5482         * buffer.C (updateDocLang): new function
5483         (changeLanguage): use it
5484         (readFile): use it
5485
5486         * text2.C (setCounter): use B_ a bit.
5487
5488         * lyxlayout.C (Read): be sure to trim the label strings.
5489
5490         * messages.C (Messages): fix typo in comment
5491
5492         * buffer.C (readFile): set message_ after file is loaded.
5493         (makeDocBookFile): remove double return
5494         (changeLanguage): reset message_ upon language change.
5495         (B_): new func, use this to get translated buffer strings.
5496
5497         * main.C: add myself and Jean Marc as authors.
5498
5499 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5500
5501         * messages.[hC]: pimplify Messages, and three different pimpls to be
5502         used in different circumstances.
5503
5504         * gettext.[Ch]: change for use with new message code.
5505
5506 2003-04-24 André Pönitz <poenitz@gmx.net>
5507
5508         * factory.C: support for eqref
5509
5510 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5511
5512         * messages.[Ch]: add missing char
5513
5514         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5515
5516         * messages.[Ch]: New files
5517
5518 2003-04-18  John Levon  <levon@movementarian.org>
5519
5520         * BufferView.h:
5521         * BufferView.C:
5522         * BufferView_pimpl.C:
5523         * lfuns.h:
5524         * LyXAction.C:
5525         * lyxtext.h:
5526         * text2.C: remove layout-copy/paste (bug 778)
5527
5528 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5529
5530         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5531
5532 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5533
5534         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5535         if they succeed. Act accordingly.
5536
5537 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5538
5539         * text2.C (setCharFont): adjust
5540         (setCounter): adjust
5541         (insertStringAsLines): adjust
5542
5543         * text.C (leftMargin): adjust
5544         (setHeightOfRow): adjust
5545
5546         * rowpainter.C (paintFirst): adjust
5547         (paintLast): adjust
5548
5549         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5550         (outerHook): ditto
5551         (isFirstInSequence): ditto
5552         (getEndLabel): ditto
5553         (outerFont): adjust
5554
5555         * paragraph.C (getParLanguage): comment out some hard stuff.
5556
5557         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5558         (sgmlError): ditto
5559         (simpleDocBookOnePar): ditto
5560         (makeDocBookFile): use ParagraphList::iterator
5561
5562         * CutAndPaste.C (pasteSelection): adjust
5563
5564 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5565
5566         * text2.C (getFont): adjust
5567         (getLayoutFont): adjust
5568         (getLabelFont): adjust
5569
5570         * paragraph_funcs.C (TeXOnePar): adjust
5571
5572         * buffer.C (simpleLinuxDocOnePar): adjust
5573         (simpleDocBookOnePar): adjust
5574
5575         * CutAndPaste.C (pasteSelection): adjust
5576
5577         * BufferView.C (getEncoding): adjust
5578
5579         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5580
5581 2003-04-16  John Levon  <levon@movementarian.org>
5582
5583         * lyxfind.C: use parlist stuff for search/changes
5584
5585 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5586
5587         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5588
5589         * text2.C (deleteEmptyParagraphMechanism): adjust
5590
5591         * text2.[Ch] (ownerParagraph): delete func (both of them
5592
5593 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5594
5595         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5596
5597 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5598
5599         * ParagraphList.C: prepare for NO_NEXT
5600
5601 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5602
5603         * text2.C (getFont): adjust
5604         (getLayoutFont): adjust
5605         (getLabelFont): adjust
5606
5607         * paragraph.C (getFont): adjust
5608         (getLabelFont): adjust
5609         (getLayoutFont): adjust
5610
5611         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5612
5613 2003-04-15  John Levon  <levon@movementarian.org>
5614
5615         From Angus Leeming
5616
5617         * lyx_main.C: handle Include in .ui files
5618
5619 2003-04-15  John Levon  <levon@movementarian.org>
5620
5621         * MenuBackend.C: make the doc files length shorter
5622
5623         * ToolbarBackend.h:
5624         * ToolbarBackend.C: handle toolbar placement flags,
5625         Minibuffer
5626
5627 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5628
5629         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5630         adjust
5631
5632         * paragraph_funcs.C (TeXOnePar): adjust
5633
5634         * paragraph.C (getLabelFont): add outerfont arg, adjust
5635         (getLayoutFont): ditto
5636         (simpleTeXOnePar): adjust
5637
5638         * paragraph_pimpl.C (realizeFont): delete func
5639
5640 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5641
5642         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5643         row argument, constify cur argument.
5644
5645 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5646
5647         * text2.C (getFont): adjust
5648         (getLayoutFont): adjust
5649         (getLabelFont): adjust
5650
5651         * paragraph_funcs.C (TeXOnePar): adjust
5652         (outerFont): new func...
5653         (realizeFont): ...moved out from here, changed this to facilitate
5654         transition
5655
5656         * paragraph.C (getFont): take outerfont as arg, adjust
5657         (simpleTeXOnePar): add outerfont arg, adjust
5658
5659         * buffer.C (simpleLinuxDocOnePar): adjust
5660         (simpleDocBookOnePar): adjust
5661
5662         * CutAndPaste.C (pasteSelection): adjust
5663
5664         * BufferView.C (getEncoding): adjust
5665
5666 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5667
5668         * text2.C (setCharFont): adjust
5669         (setCounter): adjust
5670
5671         * text.C (leftMargin): adjust
5672         (setHeightOfRow): adjust
5673
5674         * rowpainter.C (paintFirst): adjust
5675         (paintLast): adjust
5676
5677         * paragraph_pimpl.C (realizeFont): adjust
5678
5679         * paragraph.C (isFirstInSequence): move from here...
5680         * paragraph_funcs.C (isFirstInSequence): ...to here
5681
5682         * paragraph.C (outerHook): move from here...
5683         * paragraph_funcs.C (outerHook): ...to here
5684
5685         * paragraph.C (depthHook): move from here...
5686         * paragraph_funcs.C (depthHook): ...to here
5687
5688         * paragraph.C (getEndLabel): move from here...
5689         * paragraph_funcs.C (getEndLabel): ...to here
5690
5691         * text2.C (realizeFont): move from here...
5692         * paragraph_funcs.C (realizeFont): ...to here
5693
5694 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5695
5696         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5697
5698 2003-04-14  Angus Leeming  <leeming@lyx.org>
5699
5700         * LColor.[Ch]: scrap LColor mathcursor.
5701
5702 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5703
5704         * lyxlex.[Ch] (text): delete function
5705         * trans.C (Load): adjust
5706         * paragraph_funcs.C (readParToken): adjust
5707
5708 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5709
5710         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5711         vector<char> instead of a char[].
5712
5713         * lyxlex_pimpl.C (getString): adjust
5714         (next): adjust
5715         (lex): use getString
5716         (eatLine): adjust
5717         (nextToken): adjust
5718
5719         * lyxlex.C (text): use pimpl_->getString()
5720         (getBool): ditto
5721         (findToken): ditto
5722
5723 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5724
5725         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5726         (makeFontEntriesLayoutSpecific): temp var for par.size()
5727         (setLayout): temp var for ownerParagraphs().end()
5728         (fullRebreak): temp var for rows().end()
5729         (selectionAsString): temp var for boost::next(startpit), realize
5730         that the while really is a regular for loop.
5731         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5732         setCursor in one place.
5733         (setParagraph): temp vr for ownerParagraphs().end()
5734         (updateCounters): make the while loop a for loop
5735         (cutSelection): temp var for ownerParagraphs().end()
5736         (updateInset): make the do {} while() a regular for loop
5737         (getCursorX): use temp vars
5738         (setCurrentFont): use temp vars
5739         (getColumnNearX): use temp vars
5740
5741 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5742
5743         * text.C (transformChar): use temp var for getChar
5744         (computeBidiTables): use temp var for row->par()
5745         (fill): move temp vars for row->par() and pit->layout() earlier in
5746         the function.
5747         (labelFill): use temp var for row->par()
5748         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5749         asc and desc, realize that pit never changes and that firstpit is
5750         just a duplicate and not needed. Exchange rit->par() with pit in a
5751         lot of places.
5752         (breakAgain): use a temp var for boost::next(rit)
5753         (breakAgainOneRow): ditto
5754         (breakParagraph): use a temp var for rows().begin()
5755         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5756         (cursorRightOneWord): use temp var for cursor.par() and
5757         cursor.pos(), remove usage of tmpcursor.
5758         (cursorLeftOneWord): use temp var for cursor.par() and
5759         cursor.pos() only set cur at end of function.
5760
5761 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5762
5763         * text.C, text2.C: exchange all usage of Paragraph::next with
5764         boost::next(ParagraphList::iterator)
5765
5766         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5767
5768         * text2.C (cursorTop): simplify implementation
5769         (cursorBottom): ditto
5770         (setParagraph): use ParagraphList::iterator
5771         (setCurrentFont): adjust
5772         (getColumnNearX): adjust
5773         (cursorRight): adjust
5774         (cursorLeft): remove usage of Paragraph::previous
5775         (cursorUpParagraph): ditto
5776         (deleteEmptyParagraphMechanism): slight cleanup
5777
5778         * text.C (isBoundary): take a Paragraph const & instead of a
5779         pointer as arg.
5780         (addressBreakPoint): ditto
5781         (leftMargin): remove usage of Paragraph::previous.
5782         (setHeightOfRow): ditto
5783         (cursorLeftOneWord): ditto
5784         (selectNextWordToSpellcheck): ditto
5785         (Delete): ditto
5786         (backspace): ditto
5787         (breakParagraph): remove one usage of Paragraph::next
5788         (redoParagraph): ditto
5789         (acceptChange): ditto
5790         (insertChar): adjust
5791         (rowBreakPoint): adjust
5792
5793         * bufferview_funcs.C (toggleAndShow): adjust
5794
5795 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5796
5797         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5798         methods to access it.
5799         * lyxtext.h:
5800         * text.C: Added updateRowPositions to compute all row positions.
5801         Make top_y and getRowNearY() to use the cached y position
5802
5803 2003-04-11  John Levon  <levon@movementarian.org>
5804
5805         * text.C (rowBreakPoint): reintroduce the labelEnd
5806         checks, code copied from the row fill stuff. Deep voodoo.
5807
5808         * text.C (fill): add a comment and debugging for the
5809         next poor soul.
5810
5811 2003-04-11  John Levon  <levon@movementarian.org>
5812
5813         * text.C: make sure fullrow insets get wrapped to the next line,
5814         even when they're in a manual label
5815
5816 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5817
5818         * text2.C (insertParagraph): make it take ParagraphList::iterator
5819         as arg.
5820         (setLayout): make it return ParagraphList::iterator
5821         (redoParagraphs): ditto
5822         (setCounter): ditto
5823         (checkParagraph): ditto
5824
5825         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5826
5827         * text2.C: adjust several funcs.
5828         (realizeFont): take a ParagraphList::iterator as arg.
5829         (getLayoutFont): ditto
5830         (getLabelFont): ditto
5831         (setCharFont): ditto
5832
5833         * text.C: adjust several funcs.
5834
5835 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5836
5837         * text.C (selectNextWordToSpellcheck): don't accidentally
5838         skip insets
5839
5840 2003-04-10  John Levon  <levon@movementarian.org>
5841
5842         * ToolbarBackend.C (getIcon): special handling for
5843         LFUN_MATH_DELIM
5844
5845 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5846
5847         * text2.C (cursorRight): a getChar assert fixed
5848
5849 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5850
5851         * text2.C (getFont): change to take a ParagraphList::iterator
5852         instead of Paragraph*
5853         Adjust several functions.
5854
5855         * text.C (transformChar): change to take a ParagraphList::iterator
5856         instead of Paragraph*
5857         (singleWidth): ditto
5858         Adjust several functions.
5859
5860         * rowpainter.C: adjust several functions
5861         * rowpainter.h:store a ParagraphList::iterator and not a
5862         Paragraph&.
5863
5864
5865 2003-04-09  John Levon  <levon@movementarian.org>
5866
5867         * lyxfunc.C:
5868         * lfuns.h:
5869         * LyXAction.h:
5870         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5871         and the "help" bits as well
5872
5873 2003-04-09  John Levon  <levon@movementarian.org>
5874
5875         * ToolbarBackend.h:
5876         * ToolbarBackend.C: allow multiple toolbars
5877
5878 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * undo_funcs.C (setCursorParUndo): adjust
5881
5882         * text_funcs.C (transposeChars): adjust
5883
5884         * text3.C (gotoNextInset): adjust
5885         (dispatch): adjust
5886
5887         * text2.C (setLayout): adjust
5888         (changeDepth): adjust
5889         (setFont): adjust
5890         (redoParagraphs): adjust
5891         (selectionAsString): adjust
5892         (setParagraph): adjust
5893         (insertInset): adjust
5894         (cutSelection): adjust
5895         (copySelection): adjust
5896         (pasteSelection): adjust
5897         (insertStringAsLines): adjust
5898         (updateInset): adjust
5899         (setCursor): change to take a ParagraphList::iterator parameter
5900         (setCursorIntern): change to take a ParagraphList::iterator parameter
5901         (setCurrentFont): adjust
5902         (cursorLeft): adjust
5903         (cursorRight): adjust
5904         (deleteEmptyParagraphMechanism): adjust
5905
5906         * text.C (breakParagraph): adjust
5907         (insertChar): adjust
5908         (acceptChange): adjust
5909         (rejectChange): adjust
5910         (selectNextWordToSpellcheck): adjust
5911         (changeCase): adjust
5912         (Delete): adjust
5913         (backspace): adjust
5914
5915         * lyxfind.C (SearchForward): adjust
5916         (SearchBackward): adjust
5917         (nextChange): adjust
5918
5919         * lyxcursor.C (par): adjust
5920
5921         * lyxcursor.h: store a ParagraphList::iterator instead of a
5922         Paragraph*
5923
5924         * lyx_cb.C (getPossibleLabel): adjust
5925
5926         * bufferview_funcs.C (toggleAndShow): adjust
5927
5928         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5929         (dispatch): adjust
5930
5931         * BufferView.C (removeAutoInsets): adjust
5932         (lockedInsetStoreUndo): adjust
5933
5934 2003-04-09  John Levon  <levon@movementarian.org>
5935
5936         * ToolbarBackend.C: try icon without argument
5937         if with argument fails
5938
5939 2003-04-08  John Levon  <levon@movementarian.org>
5940
5941         * ToolbarBackend.h:
5942         * ToolbarBackend.C: add getIcon(), handle tooltip,
5943         and change from "Icon" to "Item".
5944
5945 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5946
5947         * BufferView.C (lockInset): another bad getchar crunched
5948
5949 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5950
5951         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5952         again)
5953
5954 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5955
5956         * lyxfind.C (searchForward, searchBackwards): bug 782
5957
5958 2003-04-07  John Levon  <levon@movementarian.org>
5959
5960         * paragraph.C: remove dead comment
5961
5962         * text.C: remove troublesome depth-fiddling code
5963         in leftMargin() and rightMargin() (bug 1017)
5964
5965         * text.C: fix breaking of rows in nested lists
5966         (bug 1004)
5967
5968         * text2.C (updateCounters): fix up depth values
5969         (bug 1013)
5970
5971 2003-04-07  John Levon  <levon@movementarian.org>
5972
5973         * BufferView_pimpl.C: clear message when doc finishes resizing,
5974         and after a mouse event
5975
5976         * lyxfunc.C: clear message after exiting inset
5977
5978 2003-04-07  John Levon  <levon@movementarian.org>
5979
5980         * bufferview_funcs.C: show math status not outside
5981         status in the statusbar
5982
5983 2003-04-07  John Levon  <levon@movementarian.org>
5984
5985         * lyxfunc.C: note status changed after a depth change
5986
5987 2003-04-04  Angus Leeming  <leeming@lyx.org>
5988
5989         * LaTeX.h: move AuxInfo operator==, != out of line.
5990         Remove LaTeX virtual destructor; nothing derives from it.
5991         Move operator()() out of public area and rename it startscript().
5992         Change protected for private.
5993
5994 2003-04-04  Angus Leeming  <leeming@lyx.org>
5995
5996         * lyxfunc.C:
5997         * text2.C: remove unneeded #includes.
5998
5999 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6000
6001         * text2.C (dEPM): fix the heigth of the next row
6002
6003 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6004
6005         * text.C: squashed an invalid getChar requester + some ws changes
6006
6007 2003-04-03  John Levon  <levon@movementarian.org>
6008
6009         * bufferview_funcs.h:
6010         * bufferview_funcs.C:
6011         * lyxfunc.C:
6012         * lyxtext.h:
6013         * text2.C: make getStatus work for the env depth lfuns
6014
6015 2003-04-03  John Levon  <levon@movementarian.org>
6016
6017         * bufferview_funcs.h:
6018         * bufferview_funcs.C:
6019         * lyxfunc.C:
6020         * lyxtext.h:
6021         * text2.C: parlistize decDepth(), by merging it with incDepth()
6022
6023 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6024
6025         * lyxrow.h: store a ParagraphList::iterator instead of a
6026         Paragraph* and adjust other class functions to suit.
6027
6028         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6029         above.
6030
6031 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6032
6033         * text2.C (setCursor): do not anchor to cursor row for the time being
6034
6035 2003-04-02  John Levon  <levon@movementarian.org>
6036
6037         * LyXAction.C:
6038         * lfuns.h:
6039         * lyx_main.C:
6040         * lyxtext.h:
6041         * text.C:
6042         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6043
6044 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6045
6046         * paragraph.h: make ParagraphList and ParagraphList::iterator
6047         friends of Paragraph.
6048
6049         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6050
6051         * ParagraphList.C: Use the private next_ and previous_ from
6052         Paragraph.
6053
6054 2003-04-01  John Levon  <levon@movementarian.org>
6055
6056         * ToolbarBackend.h:
6057         * ToolbarBackend.C:
6058         * Makefile.am: rename, remove defaults gunk
6059
6060         * MenuBackend.h:
6061         * MenuBackend.C: remove defaults gunk
6062
6063         * Languages.h:
6064         * Languages.C: remove defaults gunk
6065
6066         * lyx_main.h:
6067         * lyx_main.C: error out if files couldn't be found.
6068
6069 2003-04-02  John Levon  <levon@movementarian.org>
6070
6071         * text2.C: make incDepth() use parlist
6072
6073 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6074
6075         * undo_funcs.C (firstUndoParagraph): adjust
6076
6077         * text3.C (gotoInset): adjust
6078         (dispatch): adjust, and rewrite loop.
6079
6080         * text2.C (init): adjust, and rewrite loop.
6081         (redoParagraphs): adjust
6082         (updateInset): adjust, and rewrite loop.
6083         (deleteEmptyParagraphMechanism): adjust
6084
6085         * tabular.C (LyXTabular): adjust
6086         (SetMultiColumn): adjust
6087         (TeXRow): adjust
6088
6089         * lyxtext.[Ch] (ownerParagraph): delete function
6090         (ownerParagraphs): new function returns a ParagraphList.
6091
6092         * BufferView.C (removeAutoInsets): adjust
6093         (insertErrors): adjust
6094         (setCursorFromRow): adjust
6095
6096 2003-04-01  Angus Leeming  <leeming@lyx.org>
6097
6098         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6099         in the frontends.
6100
6101 2003-04-02  John Levon  <levon@movementarian.org>
6102
6103         * lyxtext.h:
6104         * text.C:
6105         * Makefile.am:
6106         * text_funcs.h:
6107         * text_funcs.C: make transposeChars a free function
6108
6109         * lyxrow_funcs.C: remove wrong comment
6110
6111 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6112
6113         * lyxtext.h: adjust
6114         * rowpainter.C: adjust
6115         * text.C: adjust
6116         * text2.C: adjust
6117         * text3.C: adjust
6118
6119         * lyxrow_funcs. [Ch]: new files
6120
6121         * lyxrow.[Ch]: remove next and previous pointers
6122         (next,previous): remove accessor functions
6123         (isParEnd): move to lyxrow_funcs
6124         (lastPos): move to lyxrow_funcs
6125         (nextRowIsAllInset): move to lyxrow_funcs
6126         (lastPrintablePos): move to lyxrow_funcs
6127         (numberOfSeparators): move to lyxrow_funcs
6128         (numberOfHfills): move to lyxrow_funcs
6129         (numberOfLabelHfills): move to lyxrow_funcs
6130         (hfillExpansion): move to lyxrow_funcs
6131
6132         * lyxfunc.C: adjust
6133
6134         * bufferview_funcs.C (toggleAndShow): adjust
6135
6136         * RowList.h: Remove class RowList from file leave just a
6137         std::list<Row>.
6138
6139         * RowList.C: delete file
6140
6141         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6142         and lyxrow_funcs.h
6143
6144 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6145
6146         * text3.C (cursorPrevious): adjust
6147         (cursorNext): adjust
6148         (dispatch): adjust
6149
6150         * text2.C (redoHeightOfParagraph): adjust
6151         (redoDrawingOfParagraph): adjust
6152         (setCursor): adjust
6153
6154         * text.C (breakParagraph): adjust
6155         (insertChar): adjust
6156         (backspace): adjust
6157
6158         * rowpainter.C (RowPainter): adjust
6159         (leftMargin): simplify and adjust
6160         (most rowpainter functions): adjust.
6161
6162         * rowpainter.h: store the row as RowList::iterator not as Row*
6163
6164         * lyxcursor.C (row): taka RowList::iterator as arg
6165         (irow): ditto
6166
6167         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6168         of Row*.
6169
6170 2003-04-01  Angus Leeming  <leeming@lyx.org>
6171
6172         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6173         stuff like bool Bool.
6174
6175 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6176
6177         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6178         rewrite a loop
6179
6180 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6181
6182         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6183         RowList::iterator.
6184
6185         * lyxtext.h (rows): drop one version and leve a const variant that
6186         returns a RowList::iterator.
6187
6188 2003-03-31  Angus Leeming  <leeming@lyx.org>
6189
6190         * text.C (fill): ensure that the signature is the same as that in the
6191         header file.
6192
6193 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6194
6195         * text2.C (redoParagraphs): adjust
6196         (updateCounters): adjust
6197         (checkParagraph): adjust
6198         (getColumnNearX): adjust and reformat a bit.
6199
6200         * text.C (top_y): adjust
6201         (workWidth): adjust
6202         (leftMargin): adjust
6203         (prepareToPrint): adjust
6204         (getRow): adjust
6205         (getRowNearY): adjust
6206
6207         * lyxtext.h: make rowlist_ mutable.
6208
6209         * RowList.h: add const_iterator
6210         * RowList.C: adjust for RowList::const_iterator.
6211
6212         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6213         adjust.
6214
6215 2003-03-31  John Levon  <levon@movementarian.org>
6216
6217         * lyxrc.h:
6218         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6219
6220         * lyx_main.C: set default fonts from using lyx_gui funcs
6221
6222         * exporter.C: pdf_mode moved from lyxrc
6223
6224         * lyx_cb.C:
6225         * lyxfunc.C: changes from above
6226
6227 2003-03-31  John Levon  <levon@movementarian.org>
6228
6229         * lyx_main.C: fix to the last fix
6230
6231 2003-03-31  John Levon  <levon@movementarian.org>
6232
6233         * bufferlist.C: "Load original" -> "Load Original"
6234
6235         * converter.C:
6236         * exporter.C:
6237         * importer.C:
6238         * lyx_main.C:
6239         * format.C: more Alert cleanups
6240
6241 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6242
6243         * text2.C (removeParagraph): make it take a RowList::iterator as
6244         arg, adjust.
6245         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6246         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6247
6248         * text.C (anchor_row): make it take a RowList::iterator as arg,
6249         adjust.
6250         (computeBidiTables): make it take a const reference to Row instead
6251         of Row pointer, adjust.
6252         (leftMargin): make it take a RowList::iterator as arg, adjust.
6253         (rowBreakPoint): adjust
6254         (breakAgainOneRow): make it take a RowList::iterator as arg,
6255         adjust.
6256         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6257
6258         * bufferview_funcs.C (toggleAndShow): adjust
6259
6260 2003-03-30  John Levon  <levon@movementarian.org>
6261
6262         * Makefile.am:
6263         * BoostFormat.h:
6264         * boost-inst.C: moved to support
6265
6266         * several files: changes as a result
6267
6268 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6269
6270         * text2.C (LyXText): adjust.
6271         (init): adjust
6272         (removeRow): make it take a RowList::iterator as arg, adjust.
6273         (fullRebreak): adjust
6274         (deleteEmptyParagraphMechanism): adjust
6275         (clearPaint): adjust
6276         (postPaint): adjust
6277
6278         * text.C (top_y): adjust
6279         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6280         (breakAgain): make it take a RowList::iterator as arg, adjust.
6281         (breakParagraph): adjust
6282         (insertChar): adjust
6283         (backspace): adjust
6284
6285         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6286         need_break_row, and refresh_row.
6287
6288         * text3.C (dispatch): adjust
6289
6290         * text2.C (checkParagraph): adjust
6291         (setCursor): adjust
6292         (setCursorFromCoordinates): adjust
6293
6294         * text.C (top_y): adjust
6295         (workWidth): adjust
6296         (getRow): make it return a RowList::iterator, adjust
6297         (getRowNearY): make it return a RowList::iterator, adjust
6298
6299         * text2.C (init): adjust
6300         (insertRow): remove function
6301         (insertParagraph): adjust
6302         (redoParagraphs): adjust
6303         (fullRebreak): adjust
6304         (updateCounters): adjust
6305
6306         * text.C (top_y): rewrite to use RowList iterators.
6307         (top_y): adjust
6308         (setHeightOfRow): rewrite to sue RowList iterators.
6309         (appendParagraph): adjust
6310         (breakAgain): adjust
6311         (breakAgainOneRow): adjust
6312         (breakParagraph): adjust
6313         (getRow): adjust
6314         (getRowNearY): adjust, and remove commented code.
6315
6316         * lyxtext.h (firstRow): delete function
6317         (lastRow): delete function
6318         (rows): new function (const and non-const versions.)
6319         (insertRow): delete function
6320
6321         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6322
6323 2003-03-29  John Levon  <levon@movementarian.org>
6324
6325         * BufferView_pimpl.C: always update scrollbar top
6326         because pasting text when we're anchored could mean we
6327         miss an update altogether
6328
6329 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6330
6331         * text2.C (init): use rowlist_.end() and not 0.
6332         (insertRow): change to take a RowList::iterator as arg, adjust
6333         for this.
6334         (insertParagraph): change to take a RowList::iterator as arg,
6335         adjust for this.
6336         (redoParagraphs): remove some debug msgs.
6337
6338         * text.C (appendParagraph): change to take a RowList::iterator
6339         arg, adjust for this.
6340         (breakAgain): add an assert
6341         (breakAgainOneRow): ditto
6342
6343 2003-03-29  John Levon  <levon@movementarian.org>
6344
6345         * text2.C: do not clear selection after inc/decDepth
6346         (bug 550)
6347
6348 2003-03-29  John Levon  <levon@movementarian.org>
6349
6350         * BufferView.C:
6351         * buffer.C: fix broken strerrors according to Lars
6352
6353 2003-03-29  John Levon  <levon@movementarian.org>
6354
6355         * converters.C: more Alert cleanups
6356
6357 2003-03-29  John Levon  <levon@movementarian.org>
6358
6359         * bufferview_funcs.C: remove pointless Alert
6360
6361         * buffer.C: fix confusing error message when
6362         a template is chmoded 000
6363
6364 2003-03-29  John Levon  <levon@movementarian.org>
6365
6366         * BufferView.C:
6367         * BufferView.h:
6368         * BufferView_pimpl.C: Alert fixes
6369
6370         * Makefile.am:
6371         * tabular.C:
6372         * tabular-old.C: remove unused table compat reading
6373
6374 2003-03-29  John Levon  <levon@movementarian.org>
6375
6376         * BufferView.C:
6377         * buffer.C:
6378         * lyx_cb.h:
6379         * lyx_cb.C: more Alert cleanups
6380
6381         * lyxfunc.C: don't allow chktex if not latex document
6382
6383 2003-03-29  John Levon  <levon@movementarian.org>
6384
6385         * lyx_cb.C:
6386         * BufferView.C:
6387         * buffer.C: warnings pushed down from support/,
6388         kill err_alert
6389
6390 2003-03-29  John Levon  <levon@movementarian.org>
6391
6392         * lyxfunc.C: safety check for C-r (revert)
6393
6394 2003-03-29  John Levon  <levon@movementarian.org>
6395
6396         * bufferlist.h:
6397         * bufferlist.C: several UI fixes using Alert::prompt.
6398         Fix the pointless looping quit code. Fix stupid revert
6399         behaviour (bug 938)
6400
6401         * lyxvc.h:
6402         * lyxvc.C:
6403         * lyx_cb.C: use Alert::prompt
6404
6405         * lyx_main.C: remove a silly question
6406
6407         * lyxfunc.C: remove a couple of silly questions,
6408         use Alert::prompt
6409
6410 2003-03-28  John Levon  <levon@movementarian.org>
6411
6412         * text2.C: fix bug 974 (End on empty par)
6413
6414 2003-03-28  John Levon  <levon@movementarian.org>
6415
6416         * BufferView_pimpl.C:
6417         * LyXAction.C:
6418         * lfuns.h: remove do-nothing math greek lfuns
6419
6420 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6421
6422         * lyxgluelength.h (isValidGlueLength): add default arg on
6423         parameter 2. Remove default arg from friend in class.
6424
6425         * lyxlength.h (isValidLength): add default arg on parameter 2.
6426         Remove default arg from friend in class.
6427
6428         * text2.C (LyXText): adjust, initialize refresh_row.
6429         (init): adjust
6430         (removeRow): adjust
6431         (insertRow): adjust
6432         (insertParagraph): adjst
6433         (redoParagraphs): adjust
6434         (fullRebreak): adjust
6435         (updateCounters): adjust
6436         (deleteEmptyParagraphMechanism): first attempt at fixing a
6437         crashing bug.
6438
6439         * text.C (top_y): adjust
6440         (setHeightOfRow): adjust
6441         (getRow): adjust
6442         (getRowNearY): adjust
6443
6444         * lyxtext.h: include RowList.h
6445         (~LyXText): not needed anymore, deleted.
6446         (firstRow): modify for RowList
6447         (lastRow): new function
6448         Delete firstrow and lastrow class variables, add a Rowlist
6449         rowlist_ class variable.
6450
6451         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6452         paragraph is empty.
6453
6454         * RowList.C (insert): fix case where it == begin().
6455
6456 2003-03-26  Angus Leeming  <leeming@lyx.org>
6457
6458         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6459         the thesaurus dialog.
6460
6461 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6462
6463         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6464
6465         * RowList.[Ch]: new files
6466
6467         * ParagraphList.C (erase): handle the case where it == begin
6468         correctly.
6469
6470 2003-03-25  John Levon  <levon@movementarian.org>
6471
6472         * Makefile.am:
6473         * aspell_local.h:
6474         * aspell.C: add new aspell support
6475
6476         * lyxrc.h:
6477         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6478         have it accessible.
6479
6480 2003-03-25  Angus Leeming  <leeming@lyx.org>
6481
6482         * lfuns.h:
6483         * LyXAction.C (init): new LFUN_INSET_INSERT.
6484
6485         * BufferView_pimpl.C (dispatch): split out part of the
6486         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6487
6488         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6489         LFUN_INSET_APPLY.
6490
6491 2003-03-25  Angus Leeming  <leeming@lyx.org>
6492
6493         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6494
6495 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6496
6497         * text2.C:
6498         * text3.C: remove useless row->height(0)
6499
6500 2003-03-25  John Levon  <levon@movementarian.org>
6501
6502         * lyxtext.h:
6503         * text2.C:
6504         * text3.C: rename the refreshing stuff to better names
6505
6506 2003-03-24  John Levon  <levon@movementarian.org>
6507
6508         * BufferView_pimpl.h:
6509         * BufferView_pimpl.C: update layout choice on a mouse
6510         press/release
6511
6512 2003-03-23  John Levon  <levon@movementarian.org>
6513
6514         * Makefile.am: fix commandtags.h reference
6515
6516 2003-03-22  John Levon  <levon@movementarian.org>
6517
6518         * BufferView_pimpl.C:
6519         * lyxtext.h:
6520         * rowpainter.C:
6521         * rowpainter.h:
6522         * text.C:
6523         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6524
6525 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6526
6527         * lyxtext.h:
6528         * text.C: take the rtl methods out of line
6529
6530 2003-03-21 André Pönitz <poenitz@gmx.net>
6531
6532         * metricsinfo.[Ch]: new files containing structures to be passed around
6533         during the two-phase-drawing...
6534
6535 2003-03-21 André Pönitz <poenitz@gmx.net>
6536
6537         * lyxtextclass.C: read 'environment' tag.
6538
6539 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6540
6541         * text2.C (removeRow): fix bug 964
6542
6543 2003-03-20  John Levon  <levon@movementarian.org>
6544
6545         * rowpainter.C:
6546         * text.C:
6547         * text2.C: paint cleanups. Inset::update() dropped font
6548         parameter
6549
6550 2003-03-19  John Levon  <levon@movementarian.org>
6551
6552         * lyxfunc.C: only fitcursor/markDirty if available()
6553
6554 2003-03-19  John Levon  <levon@movementarian.org>
6555
6556         * commandtags.h: rename to ...
6557
6558         * lfuns.h: ... this, and renumber / cleanup
6559
6560 2003-03-19  John Levon  <levon@movementarian.org>
6561
6562         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6563         fit the cursor after an lfun
6564
6565         * BufferView.h:
6566         * BufferView.C:
6567         * BufferView_pimpl.h:
6568         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6569
6570         * LyXAction.C: layout-character should have ReadOnly
6571
6572         * ParagraphParameters.C:
6573         * buffer.C:
6574         * bufferview_funcs.C:
6575         * lyx_cb.C:
6576         * lyxfind.C:
6577         * lyxtext.h:
6578         * text.C:
6579         * text2.C:
6580         * text3.C:
6581         * undo_funcs.C: changes from above
6582
6583 2003-03-18  John Levon  <levon@movementarian.org>
6584
6585         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6586         remove it from update()
6587
6588         * lyxfunc.C: update layout choice after an lfun
6589
6590         * text3.C: remove extra updateLayoutChoice()s
6591
6592 2003-03-18  John Levon  <levon@movementarian.org>
6593
6594         * text.C: top_y change means full repaint, fix
6595         a drawing bug with cursor movement
6596
6597 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6598
6599         * lyxtext.h:
6600         * text.C:
6601         * text2.C: anchor row on setCursor
6602
6603 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6604
6605         * lyxtext.h: remove almost all mutable keywords
6606         * text.C:
6607         * text2.C:
6608         * text3.C: remove const keywords accordingly
6609
6610 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6611
6612         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6613         anon namespace
6614         (TeXEnvironment): ditto
6615         (TeXOnePar): ditto
6616
6617 2003-03-17  John Levon  <levon@movementarian.org>
6618
6619         * text.C (rowBreakPoint): remove attempt to fix displayed
6620         math insets inside a manual label
6621
6622 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6623
6624         * lyxtext.h: remove BufferView* as first arg from almost all class
6625         functions.
6626         * other files: adjust.
6627
6628 2003-03-17  John Levon  <levon@movementarian.org>
6629
6630         * lyxtext.h:
6631         * undo_funcs.C:
6632         * text2.C: more paint cleanups
6633
6634         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6635
6636         * rowpainter.h:
6637         * rowpainter.C: remove "smart" background painting code
6638
6639 2003-03-16  John Levon  <levon@movementarian.org>
6640
6641         * lyxtext.h:
6642         * text.C:
6643         * text2.C:
6644         * text3.C: add helper functions for setting refresh_row/y
6645
6646 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6647
6648         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6649         newline inset which *can* get inserted in the pass_thru layouts.
6650         This is primarily for literate documents.
6651
6652 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6653
6654         * buffer.C: increment LYX_FORMAT to 223
6655
6656 2003-03-14 André Pönitz <poenitz@gmx.net>
6657
6658         * textclass.h: prepare for environment handling, ws changes
6659         * lyxlayout.C: read latexheader and latexfooter tags
6660
6661 2003-03-14  John Levon  <levon@movementarian.org>
6662
6663         * text2.C: rewrite ::status() a bit
6664
6665 2003-03-13  John Levon  <levon@movementarian.org>
6666
6667         * lyxtext.h: add some docs
6668
6669 2003-03-13  John Levon  <levon@movementarian.org>
6670
6671         * lyxtext.h:
6672         * text.C:
6673         * text2.C:
6674         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6675
6676 2003-03-13  John Levon  <levon@movementarian.org>
6677
6678         * text3.C: fix appendix redrawing
6679
6680 2003-03-13  John Levon  <levon@movementarian.org>
6681
6682         * text.C (setHeightOfRow):
6683         * rowpainter.h:
6684         * rowpainter.C: make appendix mark have the text
6685           "Appendix" so the user knows what it is
6686
6687         * LColor.h:
6688         * LColor.C: s/appendixline/appendix/ from above
6689
6690 2003-03-13  John Levon  <levon@movementarian.org>
6691
6692         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6693
6694         * text.C: fix a getChar(pos) bug properly
6695
6696 2003-03-13  Angus Leeming  <leeming@lyx.org>
6697
6698         * commandtags.h:
6699         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6700         Probably only temporary. Let's see how things pan out.
6701
6702         * BufferView.C (unlockInset):
6703         * BufferView_pimpl.C (fitCursor):
6704         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6705
6706         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6707         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6708
6709         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6710         new functions that convert ParagraphParameters to and from a string.
6711
6712         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6713         BufferView::Pimpl's dispatch.
6714         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6715
6716 2003-03-13 André Pönitz <poenitz@gmx.net>
6717
6718         * lyxfunc.C:
6719         * text3.C:
6720         * factory.C: make it aware of InsetEnv
6721
6722 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6723
6724         * text2.C (setCursor): never ask for one past last
6725         (setCursor): add some debugging messages.
6726
6727         * text.C (singleWidth): never ask for one past last
6728         (singleWidth): ditto
6729         (leftMargin): ditto
6730         (rightMargin): ditto
6731         (rowBreakPoint): ditto
6732         (setHeightOfRow): ditto
6733         (prepareToPrint): ditto
6734
6735         * rowpainter.C (paintBackground): never ask for one past last
6736         (paintText): never ask for one past last
6737
6738         * paragraph_pimpl.C (getChar): make the assert stricter, never
6739         allow the one past last pos to be taken
6740
6741         * paragraph.C (getChar): ws changes only
6742
6743         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6744         (numberOfSeparators): ditto
6745         (numberOfHfills): ditto
6746
6747 2003-03-12  John Levon  <levon@movementarian.org>
6748
6749         * author.h:
6750         * author.C:
6751         * bufferparams.h:
6752         * bufferparams.C:
6753         * paragraph_funcs.C: fix per-buffer authorlists
6754
6755 2003-03-12  John Levon  <levon@movementarian.org>
6756
6757         * text.C: fix newline in right address
6758
6759 2003-03-12  Angus Leeming  <leeming@lyx.org>
6760
6761         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6762         duplicate those in LyXFunc::dispatch.
6763
6764         * commandtags.h:
6765         * LyXAction.C:
6766         * ToolbarDefaults.C:
6767         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6768         Add LFUN_FONTFREE_UPDATE.
6769
6770         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6771         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6772
6773         * bufferview_func.[Ch]: several new functions to facilliate
6774         transfer of data to and from the character dialog.
6775
6776 2003-03-12  John Levon  <levon@movementarian.org>
6777
6778         * buffer.C:
6779         * paragraph.h:
6780         * paragraph.C:
6781         * paragraph_funcs.C:
6782         * paragraph_pimpl.C:
6783         * sgml.C:
6784         * tabular.C:
6785         * text.C:
6786         * text3.C: remove META_NEWLINE in favour of an inset
6787
6788         * rowpainter.h:
6789         * rowpainter.C: remove paintNewline (done by inset)
6790
6791 2003-03-12  John Levon  <levon@movementarian.org>
6792
6793         * paragraph_pimpl.C: complain about bad getChar()s
6794         for a while at least
6795
6796 2003-03-12  John Levon  <levon@movementarian.org>
6797
6798         * buffer.h:
6799         * buffer.C: move paragraph read into a separate function,
6800         a little renaming to reflect that.
6801
6802         * bufferparams.h:
6803         * bufferparams.C: remove the author_ids map, not necessary now
6804
6805         * factory.h:
6806         * factory.C: moved Buffer::readInset to here
6807
6808         * paragraph_funcs.h:
6809         * paragraph_funcs.C: readParagraph free function moved from
6810         buffer.C
6811
6812         * tabular.C: name change
6813
6814 2003-03-12  John Levon  <levon@movementarian.org>
6815
6816         * buffer.C:
6817         * ParagraphParameters.C: move par params input to
6818         a read() method
6819
6820         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6821         behave like a normal read from the stream wrt reading
6822         a line vs. a \\token
6823
6824 2003-03-12  John Levon  <levon@movementarian.org>
6825
6826         * paragraph.C:
6827         * ParagraphParameters.h:
6828         * ParagraphParameters.C: move output code to a
6829         ::write() method
6830
6831 2003-03-12  John Levon  <levon@movementarian.org>
6832
6833         * BufferView.C (insertLyXFile):
6834         * buffer.h:
6835         * buffer.C:
6836         * tabular.C: use a parlist iterator for creating the
6837           document.
6838
6839 2003-03-12  John Levon  <levon@movementarian.org>
6840
6841         * buffer.C: make current_change static local not
6842           static file-scope
6843
6844 2003-03-12  John Levon  <levon@movementarian.org>
6845
6846         * buffer.C: fix insertStringAsLines for change tracking
6847
6848 2003-03-12  John Levon  <levon@movementarian.org>
6849
6850         * BufferView.C:
6851         * tabular.C:
6852         * buffer.h:
6853         * buffer.C:
6854         * bufferparams.h:
6855         * bufferparams.C: move author list into params. Rename some
6856           functions. Move the header reading into a separate token
6857           loop. Move the header token reading into BufferParams.
6858
6859 2003-03-12  John Levon  <levon@movementarian.org>
6860
6861         * changes.C: put debug inside lyxerr.debugging() checks
6862
6863 2003-03-11 André Pönitz <poenitz@gmx.net>
6864
6865         * factory.C: make it aware of InsetHFill
6866
6867 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6868
6869         * buffer.C (latexParagraphs): move function from here...
6870         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6871         args.
6872
6873 2003-03-10  Angus Leeming  <leeming@lyx.org>
6874
6875         * LyXAction.C (init): fix bug in poplating array with multiple entries
6876         with the same LFUN (spotted by JMarc).
6877
6878 2003-03-10  John Levon  <levon@movementarian.org>
6879
6880         * text.C:
6881         * text2.C: move getColumnNearX() near its
6882         only call site
6883
6884 2003-03-10  John Levon  <levon@movementarian.org>
6885
6886         * text.C: fix break before a minipage
6887
6888 2003-03-10  John Levon  <levon@movementarian.org>
6889
6890         * text.C: fix the last commit
6891
6892 2003-03-09  John Levon  <levon@movementarian.org>
6893
6894         * lyxtext.h:
6895         * text.C:
6896         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6897         bug 365 (don't break before insets unless needed). Don't
6898         return a value > last under any circumstances.
6899
6900 2003-03-09  Angus Leeming  <leeming@lyx.org>
6901
6902         * BufferView_pimpl.C (trackChanges, dispatch): call
6903         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6904
6905 2003-03-09  Angus Leeming  <leeming@lyx.org>
6906
6907         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6908         than Dialogs::showAboutlyx().
6909
6910 2003-03-09  Angus Leeming  <leeming@lyx.org>
6911
6912         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6913         than Dialogs::showTabularCreate().
6914
6915 2003-03-09  John Levon  <levon@movementarian.org>
6916
6917         * lyxtext.h:
6918         * text.C:
6919         * text2.C: 3rd arg to nextBreakPoint was always the same.
6920           Use references.
6921
6922 2003-03-08  John Levon  <levon@movementarian.org>
6923
6924         * lyxrow.C:
6925         * paragraph.C:
6926         * paragraph.h:
6927         * rowpainter.C:
6928         * text.C:
6929         * text2.C: Remove the "main" bit from the "main body"
6930           notion.
6931
6932 2003-03-08  John Levon  <levon@movementarian.org>
6933
6934         * text.C (leftMargin): The left margin of an empty
6935         manual label paragraph should not include the label width
6936         string length.
6937
6938         * text.C (prepareToPrint): don't attempt to measure hfills
6939         for empty manual label paragraphs - the answer should be 0
6940
6941 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6942
6943         * CutAndPaste.C: remove commented code and reindent.
6944
6945 2003-03-08  John Levon  <levon@movementarian.org>
6946
6947         * lyxfunc.h:
6948         * lyxfunc.C: move reloadBuffer()
6949
6950         * BufferView.h:
6951         * BufferView.C: to here
6952
6953         * lyxvc.C: add comment
6954
6955         * vc-backend.h:
6956         * vc-backend.C: call bv->reload() to avoid
6957           getStatus() check on MENURELOAD
6958
6959 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6960
6961         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6962         to an old format .dep file.
6963
6964 2003-03-07  Angus Leeming  <leeming@lyx.org>
6965
6966         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6967         when the LFUN_MOUSE_RELEASE should have been handled by
6968         inset->localDispatch.
6969
6970 2003-03-07  Angus Leeming  <leeming@lyx.org>
6971
6972         * BufferView_pimpl.C (dispatch):
6973         * LyXAction.C (init):
6974         * ToolbarDefaults.C (init):
6975         * commandtags.h:
6976         * lyxfunc.C (getStatus):
6977         remove LFUN_INSET_GRAPHICS.
6978
6979         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6980
6981 2003-03-07  Angus Leeming  <leeming@lyx.org>
6982
6983         * commandtags.h:
6984         * LyXAction.C (init):
6985         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6986
6987         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6988
6989         * commandtags.h:
6990         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6991
6992         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6993         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6994
6995 2003-03-07  Angus Leeming  <leeming@lyx.org>
6996
6997         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6998         remove "ert".
6999
7000 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7001
7002         * ParagraphList.C (front): new function
7003         (back): implement
7004
7005 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7006
7007         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7008         and top_row_offset_. removed var first_y.
7009         * text.C (top_y):
7010         * text2.C (LyXText, removeRow):
7011         * text3.C:
7012         * BufferView_pimpl.C:
7013         use these methods instead of using first_y
7014
7015 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7016
7017         * text2.C (pasteSelection): adjust for checkPastePossible
7018
7019         * CutAndPaste.C: remove Paragraph * buf and replace with
7020         ParagraphList paragraphs.
7021         (DeleteBuffer): delete
7022         (cutSelection): change the tc type to textclass_type
7023         (copySelection): change the tc type to textclass_type
7024         (copySelection): adjust for ParagraphList
7025         (pasteSelection): change the tc type to textclass_type
7026         (pasteSelection): adjust for Paragraphlist
7027         (nrOfParagraphs): simplify for ParagraphList
7028         (checkPastePossible): simplify for ParagraphList
7029         (checkPastePossible): remove unused arg
7030
7031         * ParagraphList.C (insert): handle the case where there are no
7032         paragraphs yet.
7033
7034         * CutAndPaste.h: make CutAndPaste a namespace.
7035
7036         * text3.C (dispatch): adjust
7037
7038         * text.C (breakParagraph): add a ParagraphList as arg
7039
7040         * paragraph_funcs.C (breakParagraph): change to take a
7041         BufferParams and a ParagraphList as args.
7042         (breakParagraphConservative): ditto
7043         (mergeParagraph): ditto
7044         (TeXDeeper): add a ParagraphList arg
7045         (TeXEnvironment): ditto
7046         (TeXOnePar): ditto
7047
7048         * buffer.C (readLyXformat2): adjust
7049         (insertStringAsLines): adjust
7050         (latexParagraphs): adjust
7051
7052         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7053         (cutSelection): adjust
7054         (pasteSelection): adjust
7055
7056         * BufferView_pimpl.C (insertInset): adjust
7057
7058 2003-03-05  Angus Leeming  <leeming@lyx.org>
7059
7060         * commandtags.h:
7061         * LyXAction.C (init):
7062         * BufferView_pimpl.C (dispatch):
7063         * lyxfunc.C (getStatus):
7064         remove LFUN_CHILD_INSERT.
7065
7066         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7067
7068 2003-03-05  Angus Leeming  <leeming@lyx.org>
7069
7070         * commandtags.h:
7071         * LyXAction.C (init):
7072         * src/factory.C (createInset):
7073         * lyxfunc.C (getStatus):
7074         * text3.C (dispatch):
7075         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7076
7077         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7078
7079 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7080
7081         * ParagraphList.C (insert): handle insert right before end()
7082         (erase): fix cases where it can be first or last paragraph.
7083
7084 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7085
7086         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7087         Paragraph::next and Paragraph::previous
7088         (TeXOnePar): ditto
7089
7090         * text.C (breakParagraph): adjust
7091
7092         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7093         BufferParams& as arg.
7094         (breakParagraph): use ParagraphList::insert
7095         (breakParagraphConservative): take a Buffer* instead of a
7096         BufferParams& as arg.
7097         (breakParagraphConservative): use ParagraphList::insert.
7098
7099         * buffer.C (insertStringAsLines): un-const it
7100         (insertStringAsLines): adjust
7101
7102         * ParagraphList.C (insert): new function
7103
7104         * CutAndPaste.C (pasteSelection): adjust
7105
7106         * text.C (backspace): adjust
7107
7108         * tabular.C (SetMultiColumn): adjust
7109
7110         * CutAndPaste.C (cutSelection): adjust
7111         (pasteSelection): adjust
7112
7113         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7114         Buffer const * as arg
7115
7116         * ParagraphList.C (erase): new function
7117         * paragraph_funcs.C (mergeParagraph): use it
7118         (mergeParagraph): make it take a Buffer* instead of a
7119         BufferParams* as arg
7120
7121         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7122         as arg
7123         (breakParagraphConservative): ditto
7124
7125         * paragraph.h: remove the breakParagraph friend
7126
7127         * paragraph.C (eraseIntern): new function
7128         (setChange): new function
7129
7130         * paragraph_funcs.C (mergeParagraph): make it take a
7131         ParagraphList::iterator instead of a Paragraph *, adjust
7132         accordingly.
7133
7134         * paragraph.h: move an #endif so that the change tracking stuff
7135         also works in the NO_NEXT case.
7136
7137 2003-03-04  Angus Leeming  <leeming@lyx.org>
7138
7139         * commandtags.h:
7140         * LyXAction.C: new LFUN_INSET_MODIFY.
7141
7142         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7143         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7144
7145 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7146
7147         * several files: ws changes only
7148
7149         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7150         (TeXEnvironment): ditto
7151         (TeXDeeper): ditto
7152
7153         * buffer.C (makeLaTeXFile): adjust
7154         (latexParagraphs): make it take ParagraphList::iterator as args
7155
7156 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7157
7158         * buffer.C (latexParagraphs): adjust
7159
7160         * paragraph.C (TeXOnePar): move function...
7161         (optArgInset): move function...
7162         (TeXEnvironment): move function...
7163         * paragraph_pimpl.C (TeXDeeper): move function...
7164         * paragraph_funcs.C: ...here
7165
7166         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7167
7168 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7169
7170         * buffer.C (readInset): remove compability code for old Figure and
7171         InsetInfo insets
7172
7173 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7174
7175         * buffer.C: ws changes
7176         (readInset):
7177
7178         * BufferView_pimpl.C: ditto
7179         * author.C: ditto
7180         * buffer.h: ditto
7181         * bufferlist.h: ditto
7182         * changes.h: ditto
7183         * lyxfunc.C: ditto
7184
7185 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7186
7187         * converter.[Ch]: split into itself +
7188         * graph.[Ch]
7189         * format.[Ch]
7190         * Makefile.am: += graph.[Ch] + format.[Ch]
7191         * MenuBackend.C
7192         * buffer.C
7193         * exporter.C
7194         * importer.C
7195         * lyx_main.C
7196         * lyxfunc.C
7197         * lyxrc.C: added #include "format.h"
7198
7199 2003-02-27  Angus Leeming  <leeming@lyx.org>
7200
7201         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7202           a label.
7203
7204         * factory.C (createInset): add "label" to the factory.
7205
7206         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7207           string and do no more.
7208
7209 2003-02-27  Angus Leeming  <leeming@lyx.org>
7210
7211         * commandtags.h:
7212         * LyXAction.C (init):
7213         * factory.C (createInset):
7214         * BufferView_pimpl.C (dispatch):
7215           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7216
7217         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7218
7219         * lyxfunc.C (dispatch):
7220         * text3.C (dispatch): pass name to params2string.
7221
7222 2003-02-26  Angus Leeming  <leeming@lyx.org>
7223
7224         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7225           blocks together.
7226           Rearrange the ~includes. Strip out the unnecessary ones.
7227
7228         * factory.C (createInset): reformat.
7229           create new insets for the various LFUN_XYZ_APPLY lfuns.
7230
7231 2003-02-26  John Levon  <levon@movementarian.org>
7232
7233         * lyxrow.h:
7234         * lyxrow.C: add isParStart,isParEnd helpers
7235
7236         * paragraph.h: make isInserted/DeletedText take refs
7237
7238         * paragraph_funcs.h:
7239         * paragraph_funcs.C: remove #if 0'd code
7240
7241         * lyxtext.h:
7242         * text3.C:
7243         * text2.C:
7244         * text.C: use lyxrow helpers above.
7245           Move draw and paint routines to RowPainter.
7246           Make several methods use refs not pointers.
7247           Make backgroundColor() const.
7248           Add markChangeInDraw(), isInInset().
7249           Merge changeRegionCase into changeCase.
7250           Make workWidth() shouldn't-happen code into an Assert.
7251
7252         * rowpainter.h:
7253         * rowpainter.C: new class for painting a row.
7254
7255         * vspace.h:
7256         * vspace.C: make inPixels take a ref
7257
7258 2003-02-26  Angus Leeming  <leeming@lyx.org>
7259
7260         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7261         LFUN_REF_APPLY.
7262
7263 2003-02-25  John Levon  <levon@movementarian.org>
7264
7265         * ispell.C: give the forked command a more accurate name
7266
7267 2003-02-22  John Levon  <levon@movementarian.org>
7268
7269         * toc.h:
7270         * toc.C: make TocItem store an id not a Paragraph *
7271           (bug #913)
7272
7273 2003-02-21  Angus Leeming  <leeming@lyx.org>
7274
7275         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7276           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7277           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7278           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7279           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7280           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7281
7282         * BufferView_pimpl.C (dispatch):
7283         * LyXAction.C (init):
7284         * factory.C (createInset):
7285         * lyxfunc.C (getStatus, dispatch):
7286         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7287
7288 2003-02-21  Angus Leeming  <leeming@lyx.org>
7289
7290         * BufferView_pimpl.C (MenuInsertLyXFile):
7291         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7292         * lyxfunc.C (menuNew, open, doImport):
7293           no longer pass a LyXView & to fileDlg.
7294
7295 2003-02-21  Angus Leeming  <leeming@lyx.org>
7296
7297         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7298         * LyXAction.C: change, BIBKEY to BIBITEM.
7299         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7300         Change InsetBibKey to InsetBibitem.
7301         Change BIBKEY_CODE to BIBITEM_CODE.
7302         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7303         * factory.C: replace insetbib.h with insetbibitem.h.
7304         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7305         * paragraph.C: replace insetbib.h with insetbibitem.h.
7306         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7307         Change bibkey() to bibitem().
7308         * text.C: remove insetbib.h.
7309         * text2.C: replace insetbib.h with insetbibitem.h.
7310         change bibkey() to bibitem().
7311         * text3.C: remove insetbib.h.
7312         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7313
7314 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7315
7316         * lyxrc.C (output): enclose user email in quotes (in case there are
7317         several words)
7318
7319 2003-02-18  John Levon  <levon@movementarian.org>
7320
7321         * buffer.h: add std::
7322
7323 2003-02-17  John Levon  <levon@movementarian.org>
7324
7325         * SpellBase.h:
7326         * ispell.h:
7327         * ispell.C:
7328         * pspell.h:
7329         * pspell.C: reworking. Especially in ispell, a large
7330           number of clean ups and bug fixes.
7331
7332         * lyxfunc.C: fix revert to behave sensibly
7333
7334 2003-02-17 André Pönitz <poenitz@gmx.net>
7335
7336         * LyXAction.C:
7337         * commandtags.h: new LFUN_INSERT_BIBKEY
7338
7339         * layout.h:
7340         * lyxlayout.C:
7341         * buffer.C:
7342         * factory.C:
7343         * text.C:
7344         * text2.C:
7345         * text3.C:
7346         * paragraph.[Ch]:
7347         * paragraph_func.C: remove special bibkey handling
7348
7349 2003-02-17  John Levon  <levon@movementarian.org>
7350
7351         * text.C (Delete): fix case where delete at the end of
7352           the very first paragraph would not merge the pars
7353
7354 2003-02-17  John Levon  <levon@movementarian.org>
7355
7356         * lyxrow.C: fix lastPrintablePos()
7357
7358 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7359
7360         * bufferparams.C (writeLaTeX): add a std:here
7361
7362         * buffer.C: and remove a using directive there
7363
7364 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7365
7366         * buffer.C (makeLaTeXFile): move the code that generates the
7367           preamble...
7368
7369         * bufferparams.C (writeLaTeX): ... in this new method
7370
7371         * LaTeXFeatures.C (getEncodingSet): make const
7372           (getLanguages): make const
7373
7374         * MenuBackend.C (binding): returns the binding associated to this
7375           action
7376           (add): sets the status of each item by calling getStatus. Adds
7377           some intelligence.
7378           (read): add support for OptSubMenu
7379           (expand): remove extra separator at the end of expanded menu
7380
7381 2003-02-15  John Levon  <levon@movementarian.org>
7382
7383         * BufferView.C:
7384         * BufferView_pimpl.C:
7385         * bufferlist.h:
7386         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7387           inset code that had no actual effect. Remove unneeded status
7388           code.
7389
7390 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7391
7392         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7393           in preamble
7394
7395 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7396
7397         * text.C (drawLengthMarker): also draw an arrow marker for
7398           symbolic lengths (medskip...)
7399
7400 2003-02-14  John Levon  <levon@movementarian.org>
7401
7402         * tabular.h:
7403         * tabular.C: better method names
7404
7405 2003-02-14  John Levon  <levon@movementarian.org>
7406
7407         * BufferView_pimpl.C:
7408         * bufferlist.C:
7409         * buffer.C:
7410         * converter.C:
7411         * lyx_cb.C:
7412         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7413           it's a more accurate name. Remove some pointless uses.
7414
7415 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7416
7417         * text2.C (LyXText): change order of initilizers to shut off
7418           warnings
7419
7420 2003-02-14  John Levon  <levon@movementarian.org>
7421
7422         * buffer.C: use ParIterator for getParFromID()
7423
7424         * paragraph.h:
7425         * paragraph.C:
7426         * paragraph_pimpl.h:
7427         * paragraph_pimpl.C: remove unused getParFromID()
7428
7429 2003-02-14  John Levon  <levon@movementarian.org>
7430
7431         * buffer.C: remove some very old #if 0'd parse code
7432
7433 2003-02-13  John Levon  <levon@movementarian.org>
7434
7435         * text.h:
7436         * text.C:
7437         * text2.C: move hfillExpansion(), numberOfSeparators(),
7438           rowLast(), rowLastPrintable(), numberofHfills(),
7439           numberOfLabelHfills() ...
7440
7441         * lyxrow.h:
7442         * lyxrow.C: ... to member functions here.
7443
7444         * paragraph.h:
7445         * paragraph.C:
7446         * lyxtext.h:
7447         * text.C: remove LyXText::beginningOfMainBody(), and call
7448           p->beginningOfMainBody() directly. Move the check for
7449           LABEL_MANUAL into the latter.
7450
7451         * text.h:
7452         * text.C:
7453         * text2.C:
7454         * vspace.C:
7455         * BufferView.h:
7456         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7457
7458         * text.h:
7459         * text.C:
7460         * text2.C:
7461         * text3.C:
7462         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7463           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7464
7465 2003-02-13  John Levon  <levon@movementarian.org>
7466
7467         * CutAndPaste.C: remove debug
7468
7469 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7470
7471         * paragraph.C (asString): remove two unused variables
7472
7473         * lyxtextclass.C (readTitleType):
7474           (Read):
7475           (LyXTextClass): handle new members titletype_ and titlename_
7476
7477         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7478
7479 2003-02-09  John Levon  <levon@movementarian.org>
7480
7481         * buffer.h:
7482         * buffer.C: replace hand-coded list with a map for the dep clean
7483
7484 2003-02-08  John Levon  <levon@movementarian.org>
7485
7486         * LaTeX.C: consolidate code into showRunMessage() helper
7487
7488 2003-02-08  John Levon  <levon@movementarian.org>
7489
7490         * lyxfind.C:
7491         * lyxtext.h:
7492         * text2.C:
7493         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7494           and pass the size in explicitly
7495
7496         * BufferView_pimpl.h:
7497         * BufferView_pimpl.C:
7498         * BufferView.h:
7499         * BufferView.C: add getCurrentChange()
7500
7501         * BufferView_pimpl.h:
7502         * BufferView_pimpl.C: handle change lfuns
7503
7504         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7505           for changes. Mark pasted paragraphs as new.
7506
7507         * support/lyxtime.h:
7508         * support/lyxtime.C:
7509         * DepTable.C: abstract time_t as lyx::time_type
7510
7511         * LColor.h:
7512         * LColor.C: add colours for new text, deleted text, changebars
7513
7514         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7515           package use "usenames" option.
7516
7517         * commandtags.h:
7518         * lyxfunc.C:
7519         * LyXAction.C: add change lfuns
7520
7521         * Makefile.am:
7522         * author.h:
7523         * author.C: author handling
7524
7525         * buffer.h:
7526         * buffer.C: add a per-buffer author list, with first entry as
7527           current author. Handle new .lyx tokens for change tracking. Output
7528           author list to .lyx file. Output dvipost stuff to .tex preamble.
7529           Bump lyx format to 222.
7530
7531         * bufferlist.h:
7532         * bufferlist.C: add setCurrentAuthor() to reset current author details
7533           in all buffers.
7534
7535         * bufferparams.h:
7536         * bufferparams.C: add param for tracking
7537
7538         * bufferview_funcs.C: output change info in minibuffer
7539
7540         * Makefile.am:
7541         * changes.h:
7542         * changes.C: add change-tracking structure
7543
7544         * debug.h:
7545         * debug.C: add CHANGES debug flag
7546
7547         * lyxfind.h:
7548         * lyxfind.C: add code for finding the next change piece
7549
7550         * lyxrc.h:
7551         * lyxrc.C: add user_name and user_email
7552
7553         * lyxrow.h:
7554         * lyxrow.C: add a metric for the top of the text line
7555
7556         * lyxtext.h:
7557         * text.C: implement accept/rejectChange()
7558
7559         * lyxtext.h:
7560         * text.C: paint changebars. Paint new/deleted text in the chosen
7561         colours. Strike through deleted text.
7562
7563         * paragraph.h:
7564         * paragraph.C:
7565         * paragraph_pimpl.h:
7566         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7567           in the current change to the insert functions. Rework erase to
7568           mark text as deleted, adding an eraseIntern() and a range-based
7569           erase(). Implement per-paragraph change lookup and
7570           accept/reject.
7571
7572         * paragraph_funcs.C: Fixup paste for change tracking.
7573
7574         * tabular.C: mark added row/columns as new.
7575
7576         * text.C: fix rowLast() to never return -1. Don't allow
7577           spellchecking of deleted text. Track transpose changes. Don't
7578           allow paragraph break or merge where appropriate.
7579
7580         * text2.C: leave cursor at end of selection after a cut.
7581
7582 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7583
7584         * text.C (getLengthMarkerHeight):
7585         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7586         visible on screen too.
7587
7588 2003-02-07  John Levon  <levon@movementarian.org>
7589
7590         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7591
7592 2003-02-05  Angus Leeming  <leeming@lyx.org>
7593
7594         * lyxserver.C (read_ready): revert my patch of 11 September last year
7595         as it sends PC cpu through the roof. Presumably this means that
7596         the lyxserver will no longer run on an Alpha...
7597
7598 2003-01-30  Angus Leeming  <leeming@lyx.org>
7599
7600         * factory.C (createInset): create an InsetCommandParam of type "index"
7601         and use it to 'do the right thing'.
7602
7603         * text2.C (getStringToIndex): ensure that cursor position is always
7604         reset to the reset_cursor position.
7605
7606 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7607
7608         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7609         disabled.
7610
7611 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7612
7613         * bufferview.C:
7614         * lyxcb.C:
7615         * lyxfunc.C: Output messages with identical spelling, punctuation,
7616         and spaces
7617
7618 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7619
7620         * MenuBackend.C (expandFormats): List only viewable export formats
7621         in "View" menu
7622
7623         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7624         message
7625
7626         * lyxfunc.C (getStatus): Make sure that formats other than
7627         "fax" can also be disabled
7628
7629 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7630
7631         * text3.C (dispatch): put the lfuns that insert insets in 3
7632         groups, and call doInsertInset with appropriate arguments.
7633         (doInsertInset): new function, that creates an inset and inserts
7634         it according to some boolean parameters.
7635
7636 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7637
7638         * buffer.C (readFile): remember to pass on 'par' when calling
7639         readFile recursively.
7640
7641 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7642
7643         * MenuBackend.C (expandFormats): add "..." to import formats.
7644
7645 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7646
7647         * paragraph.C (asString): Remove XForms RTL hacks.
7648
7649 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7650         * buffer.C: fix typo
7651
7652 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7653
7654         * Makefile.am (LIBS): delete var
7655         (lyx_LDADD): add @LIBS@ here instead.
7656
7657 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7658
7659         * Clarify the meaning of "wheel mouse jump"
7660
7661 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7662
7663         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7664         tabular in a float
7665
7666 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7667
7668         * importer.C (Loaders): do not preallocate 3 elements in the
7669         vector, since one ends up with 6 elements otherwise
7670
7671 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7672
7673         * DepTable.C (write): write the file name as last element of the
7674         .dep file (because it may contain spaces)
7675         (read): read info in the right order
7676
7677 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7678
7679         * paragraph_pimpl.C (simpleTeXBlanks):
7680         (simpleTeXSpecialChars):
7681         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7682
7683         * tabular.C (latex): add some missing case statements. Reindent.
7684
7685         * MenuBackend.C (expandToc): remove unused variable.
7686
7687 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7688
7689         * LColor.C:
7690         * LaTeX.C:
7691         * LyXAction.C:
7692         * MenuBackend.C:
7693         * buffer.C:
7694         * exporter.C:
7695         * lyxfunc.C:
7696         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7697         and the like.
7698
7699 2003-01-05  John Levon  <levon@movementarian.org>
7700
7701         * BufferView.h:
7702         * BufferView.C: add getEncoding()
7703
7704         * kbsequence.h:
7705         * kbsequence.C: do not store last keypress
7706
7707         * lyxfunc.h:
7708         * lyxfunc.C: store last keypress here instead. Pass encoding
7709           to getISOEncoded()
7710
7711 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7712
7713         * lyx_main.C (init): remove annoying error message when following
7714         symbolic links (bug #780)
7715
7716 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7717
7718         * text.C (insertChar):
7719         * lyxrc.C (getDescription): remove extra spaces
7720
7721 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7722
7723         * lyxrc.C (getDescription): remove extra spaces
7724
7725 2002-12-20  John Levon  <levon@movementarian.org>
7726
7727         * text3.C: hack fix for page up/down across tall rows
7728
7729 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7730
7731         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7732         not been invoked
7733
7734 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7735
7736         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7737         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7738         thesaurus is not compiled in
7739
7740 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7741
7742         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7743
7744 2002-12-16  Angus Leeming  <leeming@lyx.org>
7745
7746         * lyxrc.[Ch]:
7747         * lyx_main.C (init): remove override_x_deadkeys stuff.
7748
7749 2002-12-12  John Levon  <levon@movementarian.org>
7750
7751         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7752           insert. Only remove shift modifier under strict
7753           circumstances.
7754
7755 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7756
7757         * MenuBackend.C (expandToc): fix crash.
7758
7759 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7760
7761         * MenuBackend.C (expandToc): gettext on float names.
7762
7763 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7764
7765         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7766         implement bool empty() [bug 490]
7767
7768 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7769
7770         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7771
7772 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7773
7774         * several files: ws changes
7775
7776 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7777
7778         * text2.C (setCounter): clean up a bit, use boost.format.
7779         (updateCounters): initialize par upon declaration.
7780
7781         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7782         if the layout exists. We do not just store the layout any more.
7783         (SwitchLayoutsBetweenClasses): use boost.format
7784
7785 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7786
7787         * converter.C (convert): if from and to files are the same, use a
7788         temporary files as intermediary
7789
7790 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7791
7792         * commandtags.h:
7793         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7794
7795 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7796
7797         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7798
7799 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7800
7801         * tabular.C (asciiPrintCell): use string(size, char) instead of
7802         explicit loop.
7803
7804         * sgml.C (openTag): fix order of arguments to string constructor
7805         (closeTag): ditto
7806
7807         * lyxfunc.C (dispatch): use boost.format
7808
7809         * lots of files: change "c" -> 'c'
7810
7811 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7812
7813         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7814
7815 2002-11-25  Angus Leeming  <leeming@lyx.org>
7816
7817         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7818
7819         * lyx_main.C (init): compile fix.
7820
7821 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7822
7823         * lyx_cb.C (start): boost.formatify
7824         do not include <iostream>
7825
7826         * lengthcommon.C: ws only
7827
7828         * boost-inst.C,BoostFormat.h: add more explict instantations
7829
7830 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7831
7832         * lots of files: handle USE_BOOST_FORMAT
7833
7834 2002-11-21  John Levon  <levon@movementarian.org>
7835
7836         * pspell.C: fix compile
7837
7838 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7839
7840         * lyxfunc.C (dispatch): use boost::format
7841         (open): ditto
7842         (doImport): ditto
7843
7844         * lyxfont.C (stateText): use boost::format
7845
7846         * lyx_main.C (LyX): use boost::format
7847         (init): ditto
7848         (queryUserLyXDir): ditto
7849         (readRcFile): ditto
7850         (parse_dbg): ditto
7851         (typedef boost::function): use the recommened syntax.
7852
7853         * importer.C (Import): use boost::format
7854
7855         * debug.C (showLevel): use boost::format
7856
7857         * converter.C (view): use boost::format
7858         (convert): ditto
7859         (move): ditto
7860         (scanLog): ditto
7861
7862         * bufferview_funcs.C (currentState): use boost::format
7863
7864         * bufferlist.C (emergencyWrite): use boost::format
7865
7866         * buffer.C (readLyXformat2): use boost::format
7867         (parseSingleLyXformat2Token): ditto
7868
7869         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7870
7871         * LaTeX.C (run): use boost::format
7872
7873         * Chktex.C (scanLogFile): use boost::format
7874
7875         * BufferView_pimpl.C (savePosition): use boost::format
7876         (restorePosition): ditto
7877         (MenuInsertLyXFile): ditto
7878
7879         * BoostFormat.h: help file for explicit instation.
7880
7881 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7882
7883         * tabular.C (latex): Support for block alignment in fixed width
7884         columns.
7885
7886 2002-11-17  John Levon  <levon@movementarian.org>
7887
7888         * BufferView_pimpl.C:
7889         * lyx_cb.C:
7890         * lyxfunc.C: split filedialog into open/save
7891
7892 2002-11-08  Juergen Vigna  <jug@sad.it>
7893
7894         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7895         by my last patch (hopefully).
7896
7897 2002-11-08  John Levon  <levon@movementarian.org>
7898
7899         * iterators.h:
7900         * iterators.C:
7901         * buffer.h:
7902         * buffer.C:
7903         * paragraph.h:
7904         * paragraph.C:
7905         * toc.h:
7906         * toc.C: ParConstIterator, and use it (from Lars)
7907
7908 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7909
7910         * lyxtextclass.[Ch]: revise and add doxygen comments
7911
7912 2002-11-07  John Levon  <levon@movementarian.org>
7913
7914         * text.C: fix progress value for spellchecker
7915
7916         * toc.C: fix navigate menu for insetwrap inside minipage
7917
7918         * paragraph_funcs.C: added FIXME for suspect code
7919
7920 2002-11-07  John Levon  <levon@movementarian.org>
7921
7922         * BufferView_pimpl.C: fix redrawing of insets
7923           on buffer switch
7924
7925 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7926
7927         * text2.C (updateCounters): fix bug 668
7928
7929 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7930
7931         * text3.C (dispatch): Do not make the buffer dirty when moving the
7932         cursor.
7933
7934 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7935
7936         * vc-backend.C: STRCONV
7937         (scanMaster): ditto
7938
7939         * text2.C (setCounter): STRCONV
7940
7941         * paragraph.C (asString): STRCONV
7942
7943         * lyxlength.C (asString): STRCONV
7944         (asLatexString): ditto
7945
7946         * lyxgluelength.C (asString): STRCONV
7947         (asLatexString): ditto
7948
7949         * lyxfunc.C (dispatch): STRCONV
7950         (open): ditto
7951
7952         * lyxfont.C (stateText): STRCONV
7953
7954         * importer.C (Import): STRCONV
7955
7956         * counters.C (labelItem): STRCONV
7957         (numberLabel): ditto
7958         (numberLabel): remove unused ostringstream o
7959
7960         * chset.C: STRCONV
7961         (loadFile): ditto
7962
7963         * bufferview_funcs.C (currentState): STRCONV
7964
7965         * buffer.C (readFile): STRCONV
7966         (asciiParagraph): ditto
7967         (makeLaTeXFile): ditto
7968
7969         * Spacing.C (writeEnvirBegin): STRCONV
7970
7971         * LaTeXFeatures.C (getLanguages): STRCONV
7972         (getPackages): ditto
7973         (getMacros): ditto
7974         (getBabelOptions): ditto
7975         (getTClassPreamble): ditto
7976         (getLyXSGMLEntities): ditto
7977         (getIncludedFiles): ditto
7978
7979         * LaTeX.C: STRCONV
7980         (run): ditto
7981         (scanAuxFile): ditto
7982         (deplog): ditto
7983
7984         * LString.h: add the STRCONV macros
7985
7986         * BufferView_pimpl.C (savePosition): STRCONV
7987         (restorePosition): ditto
7988         (MenuInsertLyXFile): ditto
7989
7990         * vc-backend.C (scanMaster): change from submatch[...] to
7991         submatch.str(...)
7992
7993         * funcrequest.C: include config.h
7994
7995         * factory.C: include config.h
7996
7997         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7998
7999         * box.C: include config.h
8000
8001         * LaTeX.C (scanAuxFile): change from submatch[...] to
8002         submatch.str(...)
8003         (deplog): ditto
8004
8005 2002-10-25  Angus Leeming  <leeming@lyx.org>
8006
8007         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8008
8009         * ispell.[Ch] (setError): new method.
8010         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8011         Use setError() insetead of goto END.
8012
8013         * lyx_cb.C (AutoSave): move out child process into new class
8014         AutoSaveBuffer.
8015
8016 2002-10-30  John Levon  <levon@movementarian.org>
8017
8018         * text3.C: make start appendix undoable
8019
8020 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8021
8022         * lyxlength.C (inPixels): Fix returned value.
8023
8024         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8025         environment.
8026
8027 2002-10-24  Angus Leeming  <leeming@lyx.org>
8028
8029         * lyxgluelength.h: no need to forward declare BufferParams
8030         or BufferView, so don't.
8031
8032 2002-10-21  John Levon  <levon@movementarian.org>
8033
8034         * BufferView.C: menuUndo ->undo, redo
8035
8036         * BufferView.h: document, remove dead, make some methods private
8037
8038         * paragraph_funcs.h:
8039         * paragraph_funcs.C:
8040         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8041
8042         * buffer.h:
8043         * buffer.C:
8044         * sgml.h:
8045         * sgml.C: move sgml open/close tag into sgml.C
8046
8047         * bufferview_funcs.h: unused prototype
8048
8049         * lyxfunc.h:
8050         * lyxfunc.C: remove unused
8051
8052         * lyxtext.h:
8053         * text.C: remove unused
8054
8055 2002-10-21  John Levon  <levon@movementarian.org>
8056
8057         * BufferView.h:
8058         * BufferView.C:
8059         * BufferView_pimpl.h:
8060         * BufferView_pimpl.C: fix mouse wheel handling based on
8061           patch from Darren Freeman
8062
8063 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8064
8065         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8066
8067 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8068
8069         * lyxlength.C (inPixels): Fix hanfling of negative length.
8070         Fix LyXLength::MU case.
8071
8072 2002-10-16  John Levon  <levon@movementarian.org>
8073
8074         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8075
8076 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8077
8078         * converter.C (view): add support for $$i (file name) and $$p
8079         (file path) for the viewer command. If $$i is not specified, then
8080         it is appended to the command (for compatibility with old syntax)
8081
8082 2002-10-14  Juergen Vigna  <jug@sad.it>
8083
8084         * undo_funcs.C (textHandleUndo): alter the order in which the
8085         new undopar is added to the LyXText, as we have to set first
8086         the right prev/next and then add it as otherwise the rebuild of
8087         LyXText is not correct. Also reset the cursor to the right paragraph,
8088         with this IMO we could remove the hack in "redoParagraphs()".
8089
8090 2002-10-09  Angus Leeming  <leeming@lyx.org>
8091
8092         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8093         to turn off an optimisation if a new inset is to be inserted.
8094
8095 2002-10-11 André Pönitz <poenitz@gmx.net>
8096
8097         * lyxtext.h: make some functions public to allow access
8098         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8099
8100 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8101
8102         * text3.C (dispatch): when changing layout, avoid an infinite loop
8103         [bug #652]
8104
8105 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8106
8107         * lyxrc.C (read): treat a viewer or converter command of "none" as
8108         if it were empty.
8109
8110         * MenuBackend.C (expandFormats): for an update, also allow the
8111         formats that are not viewable
8112
8113         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8114         script if it is newer than the lyxrc.defaults in user directory
8115
8116 2002-10-07 André Pönitz <poenitz@gmx.net>
8117
8118         * text.C: Vitaly Lipatov's small i18n fix
8119
8120 2002-09-25  Angus Leeming  <leeming@lyx.org>
8121
8122         * ispell.h: doxygen fix.
8123
8124 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8125
8126         * buffer.h (readFile): Add a new argument to the method, to allow
8127         reading of old-format templates.
8128
8129 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8130
8131         * toc.C (getTocList): Get TOC from InsetWrap.
8132
8133 2002-09-16  John Levon  <levon@movementarian.org>
8134
8135         * lyxfunc.C: check tabular for cut/copy too
8136
8137 2002-09-12  John Levon  <levon@movementarian.org>
8138
8139         * LyXAction.C: tidy
8140
8141         * factory.h:
8142         * factory.C: add header
8143
8144         * paragraph_funcs.h:
8145         * paragraph_funcs.C: cleanup
8146
8147 2002-09-11  John Levon  <levon@movementarian.org>
8148
8149         * PrinterParams.h: odd/even default to true
8150
8151 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8152
8153         * PrinterParams.h: update printer parameters for new xforms dialog
8154
8155 2002-09-11  Angus Leeming  <leeming@lyx.org>
8156
8157         * lyxserver.C (read_ready): re-write to make it more transparent
8158         and to make it work in coherent fashion under Tru64 Unix.
8159
8160 2002-09-11  André Pönitz <poenitz@gmx.net>
8161
8162         * commandtags.h:
8163         * LyXAction.C:
8164         * text3.C: implement LFUN_WORDSEL
8165
8166 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8167
8168         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8169         make floatlist_ a boost::shared_ptr<FloatList>
8170
8171         * lyxtextclass.C: include FloatList.h
8172         (LyXTextClass): initialize floatlist_
8173         (TextClassTags): add TC_NOFLOAT
8174         (Read): match "nofloat" to TC_NOFLOAT and use it.
8175         (readFloat): modify call to floatlist_
8176         (floats): ditto
8177         (floats): ditto
8178
8179         * FloatList.[Ch] (FloatList): remove commented out float
8180         initialization.
8181         (erase): new function
8182
8183 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8184
8185         * MenuBackend.C (expandToc): fix crash when there is no document
8186         open
8187
8188 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8189
8190         * many files: Add insetwrap.
8191
8192 2002-09-09  John Levon  <levon@movementarian.org>
8193
8194         * text2.C: remove confusing and awkward depth wraparound
8195
8196 2002-09-09  John Levon  <levon@movementarian.org>
8197
8198         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8199
8200         * buffer.h:
8201         * buffer.C: remove getIncludeonlyList()
8202
8203         * paragraph.C:
8204         * lyxfunc.C: remove headers
8205
8206 2002-09-09  Juergen Vigna  <jug@sad.it>
8207
8208         * text.C (getColumnNearX): fix form Michael this is most
8209         probably a cut&paste bug.
8210
8211 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8212
8213         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8214
8215         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8216         references, ws changes.
8217
8218         * text2.C (init): update counters after init
8219         (insertParagraph): no need to set counter on idividual paragraphs.
8220         (setCounter): access the counters object in the textclass object
8221         on in the buffer object.
8222         (updateCounters): ditto
8223
8224         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8225         shared_ptr<Counters> to avoid loading counters.h in all
8226         compilation units.
8227         (LyXTextClass): initialize ctrs_
8228         (TextClassTags): add TC_COUNTER, and ...
8229         (Read): use it here.
8230         (CounterTags): new tags
8231         (readCounter): new function
8232         (counters): new funtion
8233         (defaultLayoutName): return a const reference
8234
8235         * counters.C (Counters): remove contructor
8236         (newCounter): remove a couple of unneeded statements.
8237         (newCounter): simplify a bit.
8238         (numberLabel): some small formatting changes.
8239
8240         * buffer.[Ch]: remove all traces of counters, move the Counters
8241         object to the LyXTextClass.
8242
8243 2002-09-06  Alain Castera  <castera@in2p3.fr>
8244
8245         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8246         package to set the horizontal alignment on fixed width columns.
8247
8248         * lyx_sty.C:
8249         * lyx_sty.h: added tabularnewline macro def.
8250
8251         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8252
8253 2002-09-06  John Levon  <levon@movementarian.org>
8254
8255         * LyXAction.C: tooltips for sub/superscript
8256
8257         * MenuBackend.C: a bit more verbose
8258
8259         * lyxfunc.C: tiny clean
8260
8261         * undo_funcs.C: document undo_frozen
8262
8263 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8264
8265         * counters.C (Counters): add missing algorithm counter.
8266
8267         * text2.C (setCounter): lookup the counter with layouts latexname
8268         instead of by section number.
8269         (setCounter): use a hackish way to lookup the correct enum
8270         counter.
8271         a float name->type change
8272         reset enum couners with counter name directly instead of depth value.
8273
8274         * counters.C (Counters): remove the push_backs, change to use the
8275         float type not the float name.
8276         (labelItem): remove unused string, float name->type change
8277
8278         * counters.h: don't include vector, loose the enums and sects vectors
8279
8280 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8281
8282         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8283         (Read): add float->TC_FLOAT to textclassTags
8284         (Read): and handle it in the switch
8285         (readFloat): new function
8286
8287         * FloatList.C (FloatList): comment out the hardcoded float
8288         definitions.
8289
8290         * lyxlayout.h: ws change.
8291
8292 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8293
8294         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8295
8296 2002-09-03  Angus Leeming  <leeming@lyx.org>
8297
8298         * BufferView_pimpl.h: qualified name is not allowed in member
8299         declaration: WorkArea & Pimpl::workarea() const;
8300
8301         * factory.C: added using std::endl directive.
8302
8303         * text3.C: added using std::find and std::vector directives.
8304
8305 2002-08-29  André Pönitz <poenitz@gmx.net>
8306
8307         * lyxtext.h:
8308         * text2.C: remove unused member number_of_rows
8309
8310         * Makefile.am:
8311         * BufferView2.C: remove file, move contents to...
8312         * BufferView.C: ... here
8313
8314         * BufferView_pimpl.C:
8315         * factory.C: move more inset creation to factory
8316
8317         * vspace.C: avoid direct usage of LyXText, ws changes
8318
8319         * BufferView.[Ch]:
8320                 don't provide direct access to WorkArea, use two simple
8321                 acessors haveSelction() and workHeight() instead
8322
8323
8324 2002-08-29  John Levon  <levon@movementarian.org>
8325
8326         * BufferView_pimpl.C (dispatch): do not continue when
8327           no buffer
8328
8329 2002-08-28  André Pönitz <poenitz@gmx.net>
8330
8331         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8332
8333         * BufferView.h:
8334         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8335
8336 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8337
8338         * buffer.C: increment LYX_FORMAT to 221
8339
8340         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8341         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8342
8343         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8344
8345         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8346
8347 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8348
8349         * factory.C (createInset): use LyXTextClass::floats
8350
8351         * MenuBackend.C (expandFloatListInsert):
8352         (expandFloatInsert):
8353         (expandToc):
8354
8355         * text2.C (setCounter):
8356
8357         * LaTeXFeatures.C (useFloat):
8358         (getFloatDefinitions):
8359
8360         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8361
8362         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8363         floatlist_, with accessor floats().
8364
8365         * FloatList.h: remove global FloatList
8366
8367 2002-08-26  André Pönitz <poenitz@gmx.net>
8368
8369         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8370
8371         * BufferView.h:
8372         * BufferView2.C:
8373         * BufferView_pimpl.C:
8374         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8375
8376 2002-08-25  John Levon  <levon@movementarian.org>
8377
8378         * LyXAction.C: fix margin note description
8379
8380 2002-08-24  John Levon  <levon@movementarian.org>
8381
8382         * buffer.C:
8383         * bufferlist.C:
8384         * bufferview_funcs.C:
8385         * lyxfont.C:
8386         * undo_funcs.C: cleanups
8387
8388         * lyxfunc.C: disable CUT/COPY when no selection
8389
8390 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8391
8392         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8393         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8394
8395         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8396         Add backward compatibility to "mono", "gray" and "no".
8397
8398 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8399
8400         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8401         (and file_format >= 200).
8402
8403 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8404
8405         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8406
8407 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8408
8409         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8410
8411 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8412
8413         * BufferView_pimpl.C:
8414         * LyXAction.C:
8415         * buffer.C:
8416         * commandtags.h:
8417         * lyxfunc.C:
8418         * paragraph.[Ch]:
8419         * text2.C:
8420         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8421         inset and code to make it  work with the paragraph code. The inset
8422         can be anywhere in the paragraph, but will only do the expected
8423         thing in LaTeX if the layout file contains the parameter line
8424                         OptionalArgs    1
8425         (or more generally, a nonzero value) for that layout.
8426
8427 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8428
8429         * paragraph.h: remove the declaration of undefined counters class
8430         function.
8431
8432 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8433
8434         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8435         Dr. Richard Hawkins.
8436
8437 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8438
8439         * paragraph_funcs.h: remove some unneeded includes
8440
8441         * text.C (backspace): pasteParagraph now in global scipe
8442
8443         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8444         (pasteSelection): ditto
8445
8446         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8447         * paragraph_funcs.C (pasteParagraph): ... here
8448
8449 2002-08-20  André Pönitz <poenitz@gmx.net>
8450
8451         * commandtags.h: new LFUNs for swapping/copying table row/colums
8452
8453         * LyXAction.C:
8454         * lyxfunc.C: support for new lfuns
8455
8456 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8457
8458         * tabular.C:
8459         * buffer.[Ch]: remove NO_COMPABILITY stuff
8460
8461 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8462
8463         * boost.C (throw_exception): new file, with helper function for
8464         boost compiled without exceptions.
8465
8466         * paragraph.h:
8467         * lyxlength.C:
8468         * buffer.C:
8469         * ParameterStruct.h:
8470         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8471
8472         * bufferlist.C (emergencyWriteAll): use boost bind
8473
8474         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8475
8476         * text.C: include paragraph_funcs.h
8477         (breakParagraph): breakParagraph is now in global scope
8478
8479         * paragraph_funcs.[Ch]: new files
8480
8481         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8482         global scope
8483
8484         * buffer.C: include paragraph_funcs.h
8485         (insertStringAsLines): breakParagraph is now in global scope
8486
8487         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8488         paragraph_funcs.C
8489
8490         * CutAndPaste.C: include paragraph_funcs.h
8491         (cutSelection): breakParagraphConservative is now in global scope
8492         (pasteSelection): ditto
8493
8494         * buffer.h: declare oprator== and operator!= for
8495         Buffer::inset_iterator
8496
8497         * bufferlist.C (emergencyWrite): don't use fmt(...)
8498
8499         * text3.C: add using std::endl
8500
8501         * BufferView.C (moveCursorUpdate): remove default arg
8502
8503 2002-08-20  André Pönitz <poenitz@gmx.net>
8504
8505         * buffer.[Ch]: move inline functions to .C
8506
8507         * BufferView2.C:
8508         * BufferView_pimpl.C:
8509         * text.C:
8510         * buffer.[Ch]: use improved inset_iterator
8511
8512         * buffer.C:
8513         * paragraph.[Ch]: write one paragraph at a time
8514
8515 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8516
8517         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8518         style if style is not specified.
8519
8520 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8521
8522         * text2.C (setCounter): when searching for right label for a
8523         caption, make sure to recurse to parent insets (so that a caption
8524         in a minipage in a figure float works) (bug #568)
8525
8526 2002-08-20  André Pönitz <poenitz@gmx.net>
8527
8528         * text3.C: new file for LyXText::dispatch() and helpers
8529
8530         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8531
8532         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8533
8534 2002-08-19  André Pönitz <poenitz@gmx.net>
8535
8536         * lyxtext.h:
8537         * text.C: new LyXText::dispatch()
8538
8539         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8540
8541 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8542
8543         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8544
8545         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8546         Hebrew text.
8547
8548 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8549
8550         * Makefile.am: use $(variables) instead of @substitutions@
8551
8552 2002-08-15  André Pönitz <poenitz@gmx.net>
8553
8554         * lyxfunc.C:
8555         * BufferView_pimpl.C: streamlining mathed <-> outer world
8556         interaction
8557
8558         * commandtags.h:
8559         * LyXAction.C: remove unused LFUN_MATH
8560
8561 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8562
8563         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8564
8565 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8566
8567         * paragraph.C (Paragraph): reformat a bit
8568         (cutIntoMinibuffer): use builtin InsetList function instad of
8569         doing it manually.
8570         (getInset): ditto
8571
8572         * buffer.C: include boost/bind.hpp, add using std::for_each
8573         (writeFileAscii): use ParagraphList iterators
8574         (validate): use for_each for validate traversal of paragraphs
8575         (getBibkeyList): use ParagraphList iterators
8576         (resizeInsets): use for_each to resizeInsetsLyXText for all
8577         paragraphs.
8578         (getParFromID): use ParagraphList iterators
8579
8580         * BufferView2.C (lockInset): use paragraph list and iterators
8581
8582 2002-08-14  John Levon  <levon@movementarian.org>
8583
8584         * lyxserver.C: remove spurious xforms include
8585
8586 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8587
8588         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8589
8590 2002-08-13  André Pönitz <poenitz@gmx.net>
8591
8592         * LyXAction.[Ch]:
8593         * lyxfunc.C: further cleaning
8594
8595 2002-08-13  André Pönitz <poenitz@gmx.net>
8596
8597         * funcrequest.h: new constructor
8598
8599         * funcrequest.C: move stuff here from .h
8600
8601         * Makefile.am:
8602         * BufferView_pimpl.C:
8603         * LyXAction.C:
8604         * toc.C:
8605         * lyxfunc.C: subsequent changes
8606
8607         * lyxfunc.h: new view() member function
8608
8609         * lyxfunc.C: subsequent changes
8610
8611 2002-08-13  Angus Leeming  <leeming@lyx.org>
8612
8613         * BufferView2.C:
8614         * BufferView_pimpl.C:
8615         * buffer.C:
8616         * converter.C:
8617         * importer.C:
8618         * lyxfunc.C:
8619         * lyxvc.C:
8620         * toc.C:
8621         * vc-backend.C:
8622         changes due to the changed LyXView interface that now returns references
8623         to member variables not pointers.
8624
8625 2002-08-13  Angus Leeming  <leeming@lyx.org>
8626
8627         * WordLangTuple (word, lang_code): return references to strings,
8628         not strings.
8629
8630         * BufferView.h:
8631         * SpellBase.h:
8632         * lyxtext.h: forward-declare WordLangTuple.
8633
8634         * BufferView2.C:
8635         * ispell.C:
8636         * pspell.C:
8637         * text.C: #include "WordLangTuple.h".
8638
8639         * lyxtext.h:
8640         * text.C: (selectNextWordToSpellcheck): constify return type.
8641
8642 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8643
8644         * buffer.C:
8645         * buffer.h:
8646         * lyxtext.h:
8647         * paragraph.C:
8648         * paragraph_pimpl.h:
8649         * text.C:
8650         * text2.C:
8651         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8652         suggested by Angus.
8653         Made updateCounter always count from start of buffer, and removed
8654         second argument (par).
8655         Reverted floats number display to '#'. Perhaps I'll try again when the
8656         code base is sanitized a bit.
8657
8658 2002-08-12  Angus Leeming  <leeming@lyx.org>
8659
8660         * buffer.[Ch] (getLabelList): constify.
8661
8662 2002-08-07  André Pönitz <poenitz@gmx.net>
8663
8664         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8665
8666         * funcrequest.h: extension to keep mouse (x,y) position
8667
8668 2002-08-12  Juergen Vigna  <jug@sad.it>
8669
8670         * BufferView2.C (insertErrors): forbid undo when inserting error
8671         insets.
8672
8673         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8674
8675 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8676
8677         * ParagraphList.[Ch]: new files
8678
8679         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8680
8681         * BufferView2.C (lockInset): ParagraphList changes
8682         * toc.C: ditto
8683         * text2.C: ditto
8684         * bufferlist.C: ditto
8685         * buffer.h: ditto
8686         * buffer.C: ditto
8687
8688 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8689
8690         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8691         unused class variable counter_,
8692
8693         * paragraph.[Ch] (getFirstCounter): delete unused function
8694
8695         * counters.C: include LAssert.h
8696         (reset): add a new function with no arg, change other version to
8697         not have def. arg and to not allow empty arg.
8698
8699         * text2.C (setCounter): remove empty arg from call to Counters::reset
8700
8701 2002-08-11  John Levon  <levon@movementarian.org>
8702
8703         * Makefile.am: add WordLangTuple.h
8704
8705 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8706
8707         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8708         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8709
8710         * insets/insettext.C: InsetList changes
8711
8712         * graphics/GraphicsSupport.C (operator()): InsetList changes
8713
8714         * toc.C (getTocList): InsetList changes
8715
8716         * paragraph_pimpl.[Ch]: InsetList changes
8717
8718         * paragraph.[Ch]: InsetList changes
8719
8720         * buffer.C (inset_iterator): InsetList changes
8721         (setParagraph): ditto
8722         * buffer.h (inset_iterator): ditto
8723         * iterators.C (operator++): ditto
8724         * iterators.h: ditto
8725
8726         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8727
8728         * InsetList.[Ch]: new files, most InsetList handling moved out of
8729         paragraph.C.
8730
8731         * BufferView2.C (removeAutoInsets): InsetList changes
8732         (lockInset): ditto
8733         (ChangeInsets): ditto
8734
8735 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8736
8737         * paragraph_pimpl.h (empty): new function
8738
8739         * paragraph.[Ch] (empty): new function
8740
8741         * other files: use the new Paragraph::empty function
8742
8743 2002-08-09  John Levon  <levon@movementarian.org>
8744
8745         * lyxtext.h: remove unused refresh_height
8746
8747 2002-08-09  John Levon  <levon@movementarian.org>
8748
8749         * Makefile.am:
8750         * sgml.h:
8751         * sgml.C:
8752         * buffer.C:
8753         * paragraph.h:
8754         * paragraph.C: move sgml char escaping out of paragraph
8755
8756         * paragraph.h:
8757         * paragraph.C: remove id setter
8758
8759         * buffer.C:
8760         * paragraph.C:
8761         * paragraph_pimpl.C: remove dead tex_code_break_column
8762
8763         * bufferview_funcs.C: small cleanup
8764
8765         * lyxfunc.C: remove dead proto
8766
8767         * lyxtext.h: make some stuff private. Remove some dead stuff.
8768
8769         * lyxgluelength.C: make as[LyX]String() readable
8770
8771 2002-08-08  John Levon  <levon@movementarian.org>
8772
8773         * LyXAction.h:
8774         * LyXAction.C:
8775         * MenuBackend.C:
8776         * ToolbarDefaults.C:
8777         * lyxfunc.C:
8778         * lyxrc.C:
8779         * toc.C: lyxaction cleanup
8780
8781 2002-08-08  John Levon  <levon@movementarian.org>
8782
8783         * BufferView2.C: small cleanup
8784
8785         * lyxfind.h:
8786         * lyxfind.C: move unnecessary header into the .C
8787
8788 2002-08-08  John Levon  <levon@movementarian.org>
8789
8790         * funcrequest.h: just tedious nonsense
8791
8792         * lyx_main.h:
8793         * lyx_main.C: cleanups
8794
8795         * buffer.C:
8796         * vspace.C: remove dead header lyx_main.h
8797
8798 2002-08-07  Angus Leeming  <leeming@lyx.org>
8799
8800         * Paragraph.[Ch]:
8801         * paragraph_pimpl.h:
8802         Forward declare class Counters in paragraph.h by moving the ctrs member
8803         variable into Paragraph::Pimpl.
8804         (counters): new method, returning a reference to pimpl_->ctrs.
8805
8806         * text2.C: ensuing changes.
8807
8808 2002-08-07  John Levon  <levon@movementarian.org>
8809
8810         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8811
8812         * BufferView_pimpl.C: announce X selection on double/triple
8813           click
8814
8815         * lyx_main.C: use correct bool in batch dispatch
8816
8817         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8818
8819 2002-08-07  André Pönitz <poenitz@gmx.net>
8820
8821         * funcrequest.h: new class to wrap a kb_action and its argument
8822
8823         * BufferView.[Ch]:
8824         * BufferView_pimpl[Ch]:
8825         * LaTeX.C:
8826         * LyXAction.[Ch]:
8827         * lyxfunc.[Ch]:
8828         * lyxrc.C: subsequent changes
8829
8830
8831 2002-08-07  John Levon  <levon@movementarian.org>
8832
8833         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8834           document options change.
8835
8836 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8837
8838         * counters.[Ch]
8839         * text2.C
8840         * paragraph.[Ch]
8841         * makefile.am: move counters functionality over from
8842         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8843
8844 2002-08-06  John Levon  <levon@movementarian.org>
8845
8846         * WordLangTuple.h: new file for word + language code tuple
8847
8848         * SpellBase.h:
8849         * pspell.h:
8850         * pspell.C:
8851         * ispell.h:
8852         * ispell.C:
8853         * lyxtext.h:
8854         * text.C:
8855         * text2.C:
8856         * BufferView.h:
8857         * BufferView2.C: use WordLangTuple
8858
8859         * layout.h:
8860         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8861
8862 2002-08-06  John Levon  <levon@movementarian.org>
8863
8864         * lyx_main.C: fix cmdline batch handling
8865
8866 2002-08-06  André Pönitz <poenitz@gmx.net>
8867
8868         * lyxrc.C: set default for show_banner to true
8869
8870 2002-08-06  John Levon  <levon@movementarian.org>
8871
8872         * pspell.C: fix a crash, and allow new aspell to work
8873
8874 2002-08-06  John Levon  <levon@movementarian.org>
8875
8876         * lyxfunc.C:
8877         * kbmap.C: small cleanup
8878
8879         * vspace.h:
8880         * vspace.C: add const
8881
8882 2002-08-05  John Levon  <levon@movementarian.org>
8883
8884         * LyXAction.C: back to tabular-insert
8885
8886 2002-08-04  John Levon  <levon@movementarian.org>
8887
8888         * BufferView.h:
8889         * BufferView.C: cosmetic change
8890
8891         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8892
8893         * bufferlist.C:
8894         * buffer.h:
8895         * buffer.C:
8896         * lyxcb.h:
8897         * lyxcb.C:
8898         * lyxserver.C:
8899         * lyxvc.C:
8900         * vc-backend.C:
8901         * BufferView2.C: purge all "Lyx" not "LyX" strings
8902
8903         * lyxcursor.h:
8904         * lyxcursor.C: attempt to add some documentation
8905
8906         * lyxfunc.C:
8907         * commandtags.h:
8908         * LyXAction.C:
8909         * ToolbarDefaults.C:
8910         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8911           merge with LFUN_TABULAR_INSERT
8912
8913         * Makefile.am:
8914         * SpellBase.h:
8915         * ispell.h:
8916         * ispell.C:
8917         * pspell.h:
8918         * pspell.C: split up i/pspell implementations into separate
8919           files, many cleanups
8920
8921         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8922
8923         * text2.C: some cleanup
8924
8925         * lyxfunc.C: don't check for isp_command == "none" any more, it
8926           didn't make any sense
8927
8928 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8929
8930         * counters.[Ch]
8931         * text2.C
8932         * paragraph.[Ch]
8933         * makefile.am: move counters functionality over
8934         from text2.C/paragraph.[Ch] to counters.[Ch], and
8935         make proper C++.
8936 2002-08-02  John Levon  <levon@movementarian.org>
8937
8938         * buffer.C: s/lyxconvert/lyx2lyx/
8939
8940 2002-08-02  Angus Leeming  <leeming@lyx.org>
8941
8942         * lyxlex.C: revert John's change as it breaks reading of the user
8943         preamble.
8944
8945 2002-08-02  Angus Leeming  <leeming@lyx.org>
8946
8947         * importer.C (Import):
8948         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8949         changes due to LyXView::view() now returning a boost::shared_ptr.
8950
8951 2002-08-02  John Levon  <levon@movementarian.org>
8952
8953         * lyxlex.C: small cleanup
8954
8955 2002-08-02  John Levon  <levon@movementarian.org>
8956
8957         * text2.C (status): small cleanup, no logic change
8958
8959 2002-08-01  John Levon  <levon@movementarian.org>
8960
8961         * buffer.h:
8962         * buffer.C (writeFile): don't output alerts, caller
8963           handles this
8964
8965         * bufferlist.C:
8966         * lyx_cb.C: from above
8967
8968         * lyxfunc.C: allow to open non-existent files
8969
8970 2002-07-31  John Levon  <levon@movementarian.org>
8971
8972         * lyxserver.C: don't let incidental errors get
8973           in the way (errno)
8974
8975 2002-07-30  John Levon  <levon@movementarian.org>
8976
8977         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8978
8979 2002-07-30  John Levon  <levon@movementarian.org>
8980
8981         * lyxserver.h:
8982         * lyxserver.C: remove I/O callback too
8983
8984 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8985
8986         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8987         log.
8988
8989 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8990
8991         * many files: strip,frontStrip -> trim,ltrim,rtrim
8992
8993 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8994
8995         * PrinterParams.h: remove extern containsOnly, and include
8996         support/lstrings.h instead.
8997
8998         * LaTeX.C (scanAuxFile): modify because of strip changes
8999         (deplog): ditto
9000         * buffer.C (makeLaTeXFile): ditto
9001         * bufferparams.C (writeFile): ditt
9002         * lyxfont.C (stateText): ditto
9003         * lyxserver.C (read_ready): ditto
9004         * vc-backend.C (scanMaster): ditto
9005
9006         * BufferView_pimpl.h: ws changes
9007
9008         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9009
9010 2002-07-26  André Pönitz <poenitz@gmx.net>
9011
9012         * kb_sequence.C: remove unnedred usings
9013
9014 2002-07-26  Juergen Vigna  <jug@sad.it>
9015
9016         * lyxfind.C (LyXReplace): we have to check better if the returned
9017         text is not of theLockingInset()->getLockingInset().
9018
9019 2002-07-25  Juergen Vigna  <jug@sad.it>
9020
9021         * lyxfind.C (LyXReplace): don't replace if we don't get the
9022         right LyXText.
9023
9024         * undo_funcs.C (createUndo): remove debugging code.
9025
9026 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9027
9028         * buffer.C (parseSingleLyXformat2Token): Use default placement
9029         when reading old floats.
9030
9031         * FloatList.C (FloatList): Change the default placement of figure
9032         and tables to "tbp".
9033
9034 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9035
9036         * MenuBackend.C: using std::max
9037
9038 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9039
9040         * MenuBackend.C (expandToc):
9041         (expandToc2): code moved from xforms menu frontend. It is now
9042         generic and TOCs are transparent to menu frontends.
9043
9044 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9045
9046         * toc.C (getTocList): protect against buf=0
9047
9048         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9049         Menu as first parameter. Now, this calls itself recursively to
9050         expand a whole tree (this will be useful for TOC handling)
9051         (expandFloatInsert): remove 'wide' version of floats
9052
9053         * MenuBackend.h (submenuname): returns the name of the submenu.
9054         (submenu): returns the submenu itself, provided it has been
9055         created by MenuBackend::expand
9056
9057 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9058
9059         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9060         insets which have noFontChange == true. (bug #172)
9061
9062 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9063
9064         * BufferView_pimpl.C: add connection objects and use them...
9065         (Pimpl): here.
9066
9067 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9068
9069         * MenuBackend.C (expandLastfiles):
9070         (expandDocuments):
9071         (expandFormats):
9072         (expandFloatListInsert):
9073         (expandFloatInsert):
9074         (expand): split expand in parts
9075
9076 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9077
9078         * lyx_gui.C: use lyx_gui::exit()
9079
9080 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9081
9082         * LyXAction.C: show the failing pseudo action
9083
9084 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9085
9086         * buffer.C (readFile): Run the lyxconvert script in order to read
9087         old files.
9088
9089 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9090
9091         * LyXAction.C:
9092         * commandtags.h:
9093         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9094
9095 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9096
9097         * LyXAction.C:
9098         * commandtags.h:
9099         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9100
9101 2002-07-22  Herbert Voss  <voss@lyx.org>
9102
9103         * lengthcommon.C:
9104         * lyxlength.[Ch]: add support for the vertical lengths
9105
9106 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9107
9108         * toc.[Ch]: std:: fixes
9109
9110 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9111
9112         * lyxrc.C: do not include lyx_main.h
9113
9114         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9115         for layouts
9116
9117         * lyxrc.C:
9118         * encoding.C:
9119         * bufferlist.C:
9120         * BufferView2.C: include "lyxlex.h"
9121
9122         * tabular.h:
9123         * bufferparams.h: do not #include "lyxlex.h"
9124
9125         * lyxtextclasslist.C (Add): remove method
9126         (classlist): renamed to classlist_
9127
9128         * paragraph_pimpl.C:
9129         * paragraph.C:
9130         * text2.C:
9131         * CutAndPaste.C:
9132         * bufferview_funcs.C:
9133         * bufferlist.C:
9134         * text.C:
9135         * LaTeXFeatures.C:
9136         * buffer.C:
9137         * toc.C (getTocList): use BufferParams::getLyXTextClass
9138
9139         * toc.C (getTocList): use InsetFloat::addToToc
9140
9141         * toc.[Ch]: new files, containing helper functions to handle table
9142         of contents
9143
9144         * lyxfunc.C (dispatch): no need to remove spaces around command
9145         given as a string
9146         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9147         first command of the sequence; it is not very clever, but I do not
9148         have a better idea, actually
9149
9150         * LyXAction.C (LookupFunc): make sure to remove space at the
9151         beginning and end of the command
9152
9153 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9154
9155         * MenuBackend.C (getMenubar): new method: return the menubar of
9156         this menu set
9157         (read): treat differently reading of menu and menubar (in
9158         particular, the menubar has no name now)
9159         (Menu::menubar): remove
9160
9161         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9162         saving is finished
9163
9164 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9165
9166         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9167         a bibitem inset in a RTL paragraph.
9168
9169 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9170
9171         * paragraph_pimpl.C: constify
9172
9173         * BufferView_pimpl.C:
9174         * LaTeX.C:
9175         * lyxfunc.C: fix dispatch in a nicer way
9176
9177 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9178
9179         * lyxfunc.C (dispatch):
9180         * BufferView_pimpl.C:
9181         * BufferView_pimpl.h:
9182         * BufferView.C:
9183         * BufferView.h: rename Dispatch() to dispatch()
9184
9185         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9186
9187         * lyxlayout.C (Read): honor DependsOn tag
9188
9189         * lyxlayout.[Ch] (depends_on): new method
9190
9191         * version.C.in: update lyx_docversion
9192
9193         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9194
9195         * paragraph.C (validate): remove from here...
9196         * paragraph_pimpl.C (validate): ... and move here
9197         (isTextAt): make it const
9198
9199         * buffer.C (getLists): ws cleanup
9200
9201 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9202
9203         * language.C (read): Use iso8859-1 encoding in latex_lang
9204         (this prevents LyX from crashing when using iso10646-1 encoding).
9205
9206 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9207
9208         * text2.C (toggleInset): if cursor is inside an inset, close the
9209         inset and leave cursor _after_ it
9210
9211 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9212
9213         * lyxfunc.C: move minibuffer completion handling out of here
9214
9215 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * BufferView_pimpl.C:
9218         * LaTeX.C: fix dispatch calls
9219
9220 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9221
9222         * text.C (drawChars): Fix Arabic text rendering.
9223
9224 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9225
9226         * LyXAction.C:
9227         * commandtags.h:
9228         * lyxfunc.C: remove message-push/pop
9229
9230         * lyxserver.C:
9231         * lyxfunc.h:
9232         * lyxfunc.C: rationalise some code by removing verboseDispatch
9233           in favour of a bool argument to dispatch()
9234
9235 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9236
9237         * lyx_main.C (init): make sure to read symlinks as absolute paths
9238
9239 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9240
9241         * lyxfunc.h:
9242         * lyxfunc.C: no need for commandshortcut to be a member
9243
9244 2002-07-15  André Pönitz <poenitz@gmx.net>
9245
9246         * converter.C: add support for $$s (scripts from lib/scripts dir)
9247         * lyx_main.C: white space
9248
9249 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9250
9251         * bufferlist.C:
9252         * lyxrc.h:
9253         * lyxrc.C: remove second exit confirmation
9254
9255 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9256
9257         * BufferView.h:
9258         * BufferView.C:
9259         * BufferView2.C:
9260         * BufferView_pimpl.h:
9261         * BufferView_pimpl.C:
9262         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9263
9264 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9265
9266         * MenuBackend.C (expand): add numeric shortcuts to document menu
9267
9268         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9269
9270 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9271
9272         * lyxfont.C (setLyXFamily):
9273         (setLyXSeries):
9274         (setLyXShape):
9275         (setLyXSize):
9276         (setLyXMisc):
9277         (lyxRead):
9278         * debug.C (value):
9279         * buffer.C (asciiParagraph): use ascii_lowercase
9280
9281 2002-07-15  Mike Fabian  <mfabian@suse.de>
9282
9283         * lyxlex_pimpl.C (search_kw):
9284         * lyxlex.C (getLongString):
9285         * converter.h (operator<):
9286         * converter.C (operator<):
9287         * buffer.C (parseSingleLyXformat2Token):
9288         (asciiParagraph):
9289         * ToolbarDefaults.C (read):
9290         * MenuBackend.C (checkShortcuts):
9291         (read):
9292         * LColor.C (getFromGUIName):
9293         (getFromLyXName): use the compare_ascii_no_case instead of
9294         compare_no_case, because in turkish, 'i' is not the lowercase
9295         version of 'I', and thus turkish locale breaks parsing of tags.
9296
9297 2002-07-16  Angus Leeming  <leeming@lyx.org>
9298
9299         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9300         now takes a Buffer const & argument.
9301
9302 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9303
9304         * BufferView.C (resize): check there's a buffer to resize
9305
9306 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9307
9308         * lyxfunc.C: remove dead code
9309
9310         * lyxserver.h:
9311         * lyxserver.C: use lyx_guii::set_read_callback
9312
9313 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9314
9315         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9316         an inset in a RTL paragraph.
9317
9318 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9319
9320         * lyxfunc.C: repaint after a font size update
9321
9322 2002-07-15  André Pönitz <poenitz@gmx.net>
9323
9324         * lyxlength.C: inBP should be able to return negative values
9325
9326 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9327
9328         * lyxfunc.C: use lyx_gui::update_fonts()
9329
9330 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9331
9332         * lyxfunc.C: use lyx_gui::update_color()
9333
9334 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9335
9336         * bufferlist.C:
9337         * lyxfunc.h:
9338         * lyxfunc.C:
9339         * lyxrc.h:
9340         * lyxrc.C: remove file->new asks for name option, and let
9341           buffer-new take an argument
9342
9343 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9344
9345         * BufferView_pimpl.C: remove unneeded extra repaint()
9346
9347 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9348
9349         * LyXAction.C: allow command-sequence with NoBuffer
9350
9351         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9352
9353 2002-07-10  Angus Leeming  <leeming@lyx.org>
9354
9355         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9356
9357 2002-07-09  Angus Leeming  <leeming@lyx.org>
9358
9359         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9360
9361 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9362
9363         * lengthcommon.h: whitespace
9364
9365         * lyxfunc.C: update scrollbar after goto paragraph
9366
9367         * lyxtext.h: factor out page break drawing, and fix it so
9368           page break/added space paints as selected nicely
9369
9370 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9371
9372         * BufferView_pimpl.C: add FIXMEs, clean up a little
9373
9374 2002-07-09  André Pönitz <poenitz@gmx.net>
9375
9376         * lyxfont.[Ch]: support for wasy symbols
9377
9378 2002-07-08  André Pönitz <poenitz@gmx.net>
9379
9380         * BufferView_pimpl.C: apply John's patch for #93.
9381
9382 2002-07-05  Angus Leeming  <leeming@lyx.org>
9383
9384         * BufferView_pimpl.C (buffer): generate previews if desired.
9385
9386         * LColor.h: add "preview" to the color enum.
9387
9388         * LColor.C (LColor): add a corresponding entry to the items array.
9389
9390         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9391         with this buffer.
9392
9393 2002-07-05  Angus Leeming  <leeming@lyx.org>
9394
9395         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9396         The body of the code is now in the method that is passed an ostream &
9397         rather than a file name.
9398         Pass an additional only_preamble parameter, useful for the forthcoming
9399         preview stuff.
9400
9401 2002-07-03  André Pönitz <poenitz@gmx.net>
9402
9403         * lyxfunc.C: simplify getStatus() a bit for math stuff
9404
9405 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9406
9407         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9408
9409 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9410
9411         * text.C (changeRegionCase): do not change case of all the
9412         document when region ends at paragraph end (bug #461)
9413
9414 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9415
9416         * paragraph.C (startTeXParParams):
9417         (endTeXParParams): add \protect when necessary
9418
9419 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9420
9421         * BufferView_pimpl.C (workAreaExpose): remove warning
9422
9423 2002-06-27  Angus Leeming  <leeming@lyx.org>
9424
9425         * Makefile.am: add lyxlayout_ptr_fwd.h.
9426
9427 2002-06-26  André Pönitz <poenitz@gmx.net>
9428
9429         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9430
9431 2002-06-25  Angus Leeming  <leeming@lyx.org>
9432
9433         * lyxfunc.C (dispatch): Comment out the call to
9434         grfx::GCache::changeDisplay. The method no longer exists now that the
9435         pixmap generation part of the graphics loader has been moved into
9436         InsetGraphics.
9437
9438 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9439
9440         * text2.C: layout as layout
9441
9442         * text.C: layout as layout
9443
9444         * tabular.C (OldFormatRead): layout as layout
9445
9446         * paragraph_pimpl.C (TeXDeeper): layout as layout
9447         (realizeFont): layout as layout
9448
9449         * paragraph.C (writeFile): layout as layout
9450         (validate): layout as layout
9451         (getFont): layout as layout
9452         (getLabelFont): layout as layout
9453         (getLayoutFont): layout as layout
9454         (breakParagraph): layout as layout
9455         (stripLeadingSpaces): layout as layout
9456         (getEndLabel): layout as layout
9457         (getMaxDepthAfter): layout as layout
9458         (applyLayout): layout as layout
9459         (TeXOnePar): layout as layout
9460         (simpleTeXOnePar): layout as layout
9461         (TeXEnvironment): layout as layout
9462         (layout): layout as layout
9463         (layout): layout as layout
9464
9465         * lyxtextclass.C (compare_name): new functor to work with
9466         shared_ptr, layout as layout
9467         (Read): layout as layout
9468         (hasLayout): layout as layout
9469         (operator): layout as layout
9470         (delete_layout): layout as layout
9471         (defaultLayout): layout as layout
9472
9473         * lyxlayout_ptr_fwd.h: new file
9474
9475         * lyxlayout.C (Read): layout as layout
9476
9477         * lyx_cb.C (MenuInsertLabel): layout as layout
9478
9479         * bufferlist.C (newFile): layout as layout
9480
9481         * buffer.C (readLyXformat2): layout as layout
9482         (parseSingleLyXformat2Token): layout as layout
9483         (insertStringAsLines): layout as layout
9484         (asciiParagraph): layout as layout
9485         (latexParagraphs): layout as layout
9486         (makeLinuxDocFile): layout as layout
9487         (simpleLinuxDocOnePar): layout as layout
9488         (makeDocBookFile): layout as layout
9489         (simpleDocBookOnePar): layout as layout
9490         (getLists): layout as layout
9491
9492         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9493
9494         * CutAndPaste.C (cutSelection): layout as layout
9495         (pasteSelection): layout as layout
9496         (SwitchLayoutsBetweenClasses): layout as layout
9497
9498         * BufferView_pimpl.C (Dispatch): layout as layout
9499         (smartQuote): layout as layout
9500
9501         * BufferView2.C (unlockInset): layout as layout
9502
9503 2002-06-24  André Pönitz <poenitz@gmx.net>
9504
9505         * lyxfunc.C: fix #487
9506
9507 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9508
9509         * lyxrc.h:
9510         * lyxrc.C:
9511         * lyxfunc.C: remove display_shortcuts, show_banner
9512
9513 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9514
9515         * Buffer_pimpl.C: oops, update on resize
9516
9517 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9518
9519         * buffer.C:
9520         * converter.C:
9521         * exporter.C:
9522         * lyxfunc.C:
9523         * BufferView.h:
9524         * BufferView.C: use repaint()
9525
9526         * BufferView_pimpl.h:
9527         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9528           as it's a clearer description. Remove superfluous
9529           redraws.
9530
9531 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9532
9533         * text.C: fix bug 488. Not ideal, but getting
9534           getWord() to work properly for the insets that
9535           matter is more difficult ...
9536
9537 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9538
9539         * BufferView_pimpl.C:
9540         * LyXAction.C:
9541         * commandtags.h:
9542         * lyxfunc.C: remove the six million index lyxfuncs to just
9543           one, and DTRT (bug 458)
9544
9545 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9546
9547         * BufferView.h:
9548         * BufferView.C:
9549         * BufferView_pimpl.h:
9550         * BufferView_pimpl.C: clean up resize() stuff,
9551           and unnecessary updateScreen()s
9552
9553 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9554
9555         * BufferView.h:
9556         * BufferView.C:
9557         * BufferView_pimpl.h:
9558         * BufferView_pimpl.C:
9559         * lyxfind.h:
9560         * lyxfind.C:
9561         * minibuffer.C: remove focus management of workarea,
9562           not needed. Use screen's greyOut()
9563
9564 2002-06-17  Herbert Voss  <voss@lyx.org>
9565
9566         * converter.C: (convert) do not post a message, when converting
9567         fails, let the calling function decide what to do in this case
9568
9569 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9570
9571         * lyxfunc.C: tidy up a little
9572
9573 2002-06-16    <alstrup@diku.dk>
9574
9575         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9576         Got rid of FORMS_H_LOCATION include. Now we are
9577         GUII.
9578
9579 2002-06-15  LyX Development team  <lyx@rilke>
9580
9581         * buffer.[Ch] (sgmlOpenTag):
9582         (sgmlCloseTag): Added support for avoiding pernicious mixed
9583         content. Return number of lines written.
9584
9585         (makeLinuxDocFile):
9586         (makeDocBookFile): Fixed calls to sgml*Tag.
9587         Simple white space clean.
9588
9589         (simpleDocBookOnePar): Simple white space clean.
9590
9591         * tabular.[Ch] (docBook): Renamed to docbook and got another
9592         argument to related with the pernicious mixed content.
9593
9594         (docbookRow): Fixed calls for docbook inset method.
9595
9596 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9597
9598         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9599         so it's X11 independent.
9600
9601         * kb*.[Ch]: ditto.
9602
9603         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9604
9605 2002-06-15  Lyx Development team  <lyx@electronia>
9606
9607         * intl.h: Renamed getTrans to getTransManager.
9608
9609 2002-06-14  Angus Leeming  <leeming@lyx.org>
9610
9611         * Makefile.am: nuke forgotten stl_string_fwd.h.
9612
9613 2002-06-12  Angus Leeming  <leeming@lyx.org>
9614
9615         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9616
9617 2002-06-13  Angus Leeming  <leeming@lyx.org>
9618
9619         * LaTeX.C:
9620         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9621
9622 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9623
9624         * kbmap.C (getiso): add support for cyrillic and greek
9625
9626 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9627
9628         * BufferView.h:
9629         * BufferView.C:
9630         * BufferView_pimpl.h:
9631         * BufferView_pimpl.C: move bogus scrolling logic
9632           to xforms
9633
9634 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9635
9636         * lyxfunc.C:
9637         * BufferView_pimpl.C: view->resize() change
9638
9639 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9640
9641         * BufferView_pimpl.C: topCursorVisible
9642           prototype change
9643
9644 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9645
9646         * Makefile.am:
9647         * lyx_gui.h:
9648         * lyx_gui.C: move to frontends/
9649
9650         * main.C:
9651         * lyx_main.h:
9652         * lyx_main.C: changes from above
9653
9654 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * intl.C:
9657         * intl.h:
9658         * kbmap.C:
9659         * kbsequence.C:
9660         * lyx_cb.C:
9661         * lyx_main.C: minor tidy
9662
9663 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9664
9665         * BufferView_pimpl.h:
9666         * BufferView_pimpl.C:
9667         * BufferView.h:
9668         * BufferView.C: make painter() const,
9669           remove dead code
9670
9671         * BufferView2.C: use screen() accessor
9672
9673         * lyx_main.h:
9674         * lyx_main.C: some minor cleanup
9675
9676 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9677
9678         * BufferView_pimpl.h:
9679         * BufferView_pimpl.C: remove enter/leaveView,
9680           use workHeight()
9681
9682 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9683
9684         * BufferView.h:
9685         * BufferView.C:
9686         * BufferView2.C:
9687         * BufferView_pimpl.h:
9688         * BufferView_pimpl.C: only construct screen once,
9689           rename
9690
9691         * lyxrc.C: remove pointless comment
9692
9693 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9694
9695         * BufferView.h:
9696         * BufferView.C: remove active() and belowMouse()
9697
9698         * BufferView_pimpl.h:
9699         * BufferView_pimpl.C: use workarea() not workarea_,
9700           and make it use a scoped_ptr instead
9701
9702 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9703
9704         * lyx_gui.C: add debug message on BadWindow
9705
9706 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9707
9708         * sp_spell.C: fdopen is not part of the C++ standard.
9709
9710         * paragraph.C (InsetIterator): use >= instead of ==
9711
9712 2002-06-07  Angus Leeming  <leeming@lyx.org>
9713
9714         Fixes needed to compile with Compaq cxx 6.5.
9715         * BufferView_pimpl.C:
9716         * DepTable.C:
9717         * buffer.C:
9718         * converter.C:
9719         * encoding.C:
9720         * lyx_gui.C:
9721         * lyx_main.C:
9722         * lyxtextclasslist.C:
9723         * minibuffer.C:
9724         * sp_spell.C:
9725         * tabular_funcs.C:
9726         * vc-backend.C:
9727         all c-library variables have been moved into namespace std. Wrap
9728         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9729
9730         * lyxlength.C:
9731         * tabular-old.C:
9732         * tabular.C:
9733         Add a using std::abs declaration.
9734
9735         * kbmap.h (modifier_pair):
9736         * paragraph.h (InsetTable, InsetList):
9737         * lyxfont.h (FontBits):
9738         type definition made public.
9739
9740         * bufferlist.C (emergencyWriteAll): the compiler complains that
9741         there is more than one possible lyx::class_fun template to choose from.
9742         I re-named the void specialisation as lyx::void_class_fun.
9743
9744         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9745
9746         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9747         the compiler is is unable to find tostr in write_attribute.
9748
9749 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9750
9751         * buffer.C (sgmlError): hide #warning
9752
9753 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9754
9755         * xtl/*: get rid of xtl, which is not in use anyway
9756
9757         * LyXAction.C (init):
9758         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9759         were unimplemented xtl experimentation
9760
9761 2002-06-04  André Pönitz <poenitz@gmx.net>
9762
9763         * lyxfunc.C: disable array operation on simple formulae
9764
9765 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9766
9767         * converter.C: constify a bit
9768
9769 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9770
9771         * lyx_gui.C: check xforms version correctly
9772
9773 2002-04-30  Herbert Voss  <voss@lyx.org>
9774
9775         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9776         "keep" option
9777
9778 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9779
9780         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9781           attempt to register it with a VCS)
9782
9783 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9784
9785         * lyx_main.C (init): honor variables LYX_DIR_13x and
9786         LYX_USERDIR_13x
9787
9788 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9789
9790         * buffer.h:
9791         * buffer.C:
9792         * lyx_main.C: fix a crash on bad command line,
9793           and give a useful exit status on error
9794
9795         * lyxfunc.C (doImport): allow -i lyx to work
9796
9797 2002-03-30  André Pönitz <poenitz@gmx.net>
9798
9799         * lyxfunc.C: mathed font changes
9800
9801 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9802
9803         * LaTeX.C:
9804         * importer.h:
9805         * importer.C:
9806         * lyx_sty.h:
9807         * lyx_sty.C:
9808         * lyxlex.C:
9809         * lyxrow.h:
9810         * lyxtext.h:
9811         * paragraph.h:
9812         * paragraph.C:
9813         * texrow.h:
9814         * texrow.C:
9815         * text.C:
9816         * trans_mgr.h: srcdocs, and some minor cleanups
9817
9818 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9819
9820         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9821         call getFont all the time)
9822
9823 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9824
9825         * switch from SigC signals to boost::signals
9826
9827 2002-05-29  André Pönitz <poenitz@gmx.net>
9828
9829         * paragraph_pimpl.C (getChar): don't call size() too often...
9830
9831 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9832
9833         * paragraph_pimpl.C (insertChar): do not try to update tables when
9834         appending (pos == size())
9835
9836         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9837         in order to reduce drastically the number of comparisons needed to
9838         parse a large document
9839
9840 2002-05-29  André Pönitz <poenitz@gmx.net>
9841
9842         * text.C:
9843         * text2.C:
9844         * lyxtextclass.C:
9845         * sp_pspell.h:
9846         * textclasslist.[Ch]:
9847         * sp_ispell.h: whitespace change
9848
9849 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9850
9851         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9852         lyxaction directly now.
9853
9854 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9855
9856         * trans.C:
9857         * lyxfont.C:
9858         * lyxvc.C: remove unused headers
9859
9860 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9861
9862         * Makefile.am:
9863         * buffer.h:
9864         * undostack.h:
9865         * undostack.C:
9866         * undo_funcs.h:
9867         * undo_funcs.C: some cleanups. Use shared_ptr
9868           and a template for the undo stacks.
9869
9870 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9871
9872         * BufferView_pimpl.h:
9873         * BufferView_pimpl.C:
9874         * kbmap.h:
9875         * kbmap.C:
9876         * kbsequence.h:
9877         * kbsequence.C:
9878         * lyxfunc.h:
9879         * lyxfunc.C:
9880         * text2.C: use key_state/mouse_state
9881
9882 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9883
9884         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9885         and LSubstring
9886
9887         * chset.C: change include order
9888         (loadFile): use boost regex and get rid of LRegex and LSubstring
9889
9890         * Makefile.am (BOOST_LIBS): new variable
9891         (lyx_LDADD): use it
9892
9893         * LaTeX.C: change include order.
9894         (scanAuxFile): use boost regex and get rid of LRegex and
9895         LSubstring
9896         (deplog): ditto
9897
9898 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9899
9900         * ColorHandler.h:
9901         * ColorHandler.C:
9902         * FontInfo.h:
9903         * FontInfo.C: moved to frontends/xforms/
9904
9905         * FontLoader.h:
9906         * FontLoader.C: moved into frontends for GUIIzation
9907
9908         * Makefile.am:
9909         * lyx_gui.C:
9910         * lyxfont.C:
9911         * lyxfunc.C: changes from above
9912
9913 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9914
9915         * LColor.C: remove spurious X include
9916
9917         * BufferView_pimpl.C:
9918         * Makefile.am:
9919         * font.h:
9920         * font.C:
9921         * text.C:
9922         * text2.C: move font metrics to frontends/
9923
9924 2002-05-24  Juergen Vigna  <jug@sad.it>
9925
9926         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9927         setting the undo_cursor.
9928
9929         * ParagraphParameters.h: include local includes first.
9930
9931 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9932
9933         * BufferView_pimpl.C:
9934         * BufferView_pimpl.h:
9935         * Makefile.am:
9936         * WorkArea.h:
9937         * WorkArea.C:
9938         * screen.C: move WorkArea into frontends/
9939
9940         * lyxscreen.h:
9941         * screen.C:
9942         * text.C:
9943         * BufferView.C:
9944         * BufferView2.C: move LyXScreen into frontends/
9945
9946         * lyxlookup.h:
9947         * lyxlookup.C:
9948         * lyx_gui.C: move lyxlookup into frontends/xforms/
9949
9950 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9951
9952         * BufferView2.C:
9953         * BufferView_pimpl.C:
9954         * FontLoader.C:
9955         * LyXView.h:
9956         * LyXView.C:
9957         * Makefile.am:
9958         * WorkArea.C:
9959         * XFormsView.h:
9960         * XFormsView.C:
9961         * buffer.C:
9962         * bufferlist.C:
9963         * bufferview_funcs.C:
9964         * converter.C:
9965         * importer.C:
9966         * lyx_cb.C:
9967         * lyx_gui.C:
9968         * lyx_main.C:
9969         * lyx_find.C:
9970         * lyxfunc.C:
9971         * lyxvc.C:
9972         * minibuffer.C:
9973         * text.C:
9974         * text2.C:
9975         * trans.C:
9976         * vc-backend.C: move LyX/XFormsView into frontends/
9977
9978 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9979
9980         * Makefile.am:
9981         * PainterBase.C:
9982         * PainterBase.h:
9983         * Painter.C:
9984         * Painter.h:
9985         * WorkArea.C:
9986         * WorkArea.h:
9987         * screen.C:
9988         * tabular.C:
9989         * text.C:
9990         * text2.C: move Painter to frontends/
9991
9992 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9993
9994         * buffer.C: comment out some some code that depend upon lyx_format
9995         < 220
9996
9997         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9998         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9999
10000         * buffer.h (NO_COMPABILITY): turn off compability
10001
10002         * ColorHandler.C: include scoped_array.hpp
10003
10004         * font.C: Use more specific smart_ptr header.
10005         * Painter.C: ditto
10006         * gettext.C: ditto
10007         * ShareContainer.h: ditto
10008         * lyx_main.h: ditto
10009         * kbmap.h: ditto
10010         * FontInfo.h: ditto
10011         * BufferView_pimpl.h: ditto
10012         * ColorHandler.h: ditto
10013
10014         * kbmap.C (defkey): change call to shared_ptr::reset
10015
10016 2002-05-21  Juergen Vigna  <jug@sad.it>
10017
10018         * buffer.C (insertErtContents): fix to insert ert asis if it is
10019         non empty. Skip it completely if it contains only whitespaces.
10020
10021 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10022
10023         * BufferView_pimpl.C:
10024         * BufferView2.C: clear selection on paste (bug 393)
10025
10026 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10027
10028         * DepTable.C: include ctime
10029
10030 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10031
10032         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10033
10034 2002-05-14  Juergen Vigna  <jug@sad.it>
10035
10036         * text.C (breakParagraph): fixed function to honor the keepempty
10037         layout in the right maner and also to permit the right breaking
10038         algorithm on empty or non empyt keepempty paragraphs.
10039
10040         * paragraph.C (breakParagraph): we have to check also if the par
10041         is really empty (!size()) for isempty otherwise we do the wrong
10042         paragraph break.
10043
10044 2002-05-10  Juergen Vigna  <jug@sad.it>
10045
10046         * buffer.[Ch] : The following are only changes to the ert
10047         compatibility read reading old LaTeX layout and font stuff and
10048         convert it to ERTInsets.
10049
10050         * buffer.h: added isErtInset().
10051
10052         * buffer.C (struct ErtComp): add a fromlayout bool to check
10053         if we're inside a LaTeX layout.
10054         (isErtInset): new helper function.
10055         (insertErtContents): look for other ert insets before this one
10056         and insert the contents there, so that we don't have subsequent
10057         ERT insets with nothing between them. This way we create only one
10058         inset with multiple paragraphs. Also check if we don't insert only
10059         spaces ' ' as they are ignored anyway afterwards in the .tex file
10060         so if we have only spaces we will ignore this latex part in the
10061         new file.
10062         (parseSingleLyXformat2Token \\layout): better compatibility when
10063         reading layout-latex stuff.
10064         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10065         language tag.
10066         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10067         stuff after reading the inset only get the information back from
10068         the stack.
10069
10070 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10071
10072         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10073
10074         * LaTeXFeatures.C (getBabelOptions): New method.
10075
10076 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10077
10078         * BufferView_pimpl.C (Dispatch): work around missing argument for
10079         'layout'
10080
10081 2002-05-08  Juergen Vigna  <jug@sad.it>
10082
10083         * text.C (leftMargin): handle paragraph leftindent.
10084
10085         * paragraph.C (writeFile): write the new \\leftindent tag.
10086         (validate): handle leftindent code.
10087         (TeXEnvironment): handle paragraphleftindent code again.
10088
10089         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10090
10091         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10092         for paragrap_extra indent code and new token \\leftindent.
10093         (latexParagraphs): handle the leftindent as environment.
10094
10095         * ParameterStruct.h: added leftindent support.
10096
10097         * ParagraphParameters.C (leftIndent): added support functions for
10098         the paragraph left indent.
10099
10100         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10101         more appropriate.
10102
10103 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10104
10105         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10106         inside insetERT.
10107
10108         * text.C (computeBidiTables): No bidi in insetERT.
10109
10110         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10111         in RTL documents.
10112
10113 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10114
10115         * version.C.in: pre 5
10116
10117 2002-05-02  José Matos  <jamatos@fep.up.pt>
10118         * buffer.C (makeDocBookFile): white space changes, add newline to
10119         command styles.
10120         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10121
10122         * tabular.C (docBook): fix typo.
10123
10124 2002-05-03  Juergen Vigna  <jug@sad.it>
10125
10126         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10127         change in LyXText as we can not be sure it was not freed.
10128         (drawOneRow): remove unused code.
10129
10130         * text.C (drawInset): redo the calculation of the need_break_row as
10131         it could have a row which was already freed.
10132         (draw): look at the return value of drawInset and return false if
10133         it also returned false.
10134         (paintRowText): look at the return value of draw and return false if
10135         it also returned false.
10136
10137         * lyxtext.h: added bool return type to drawInset() and draw() so that
10138         if we have a change in the row so that the rowbreak has to be redone
10139         we abort drawing as it will be called again.
10140
10141 2002-05-02  Juergen Vigna  <jug@sad.it>
10142
10143         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10144         a change in the maintext also if we're inside an inset.
10145         (Dispatch): set the cursor again after a break line and after the
10146         screen has been updated as it could be we're in a different row.
10147
10148         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10149         to set the cursor behind the pargraph with > size().
10150         (setCursor): check also for the same paragraph when checking where
10151         to put the cursor if we have a NFR inset.
10152
10153         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10154         parts of layout read further up as it still was in the wrong
10155         position.
10156
10157 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10158
10159         * screen.C (drawFromTo): change sine fullRebreak always return
10160         true.
10161
10162         * buffer.C (parseSingleLyXformat2Token): reindent some
10163
10164         * BufferView_pimpl.C (update): change since fullRebreak always
10165         return true.
10166         (Dispatch): git rid of the last hardcoded "Standard"s.
10167
10168 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10169
10170         * text2.[Ch] (fullRebreak): make it return void now that we always
10171         returned true.
10172
10173 2002-04-30  Juergen Vigna  <jug@sad.it>
10174
10175         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10176         ert compatibility check for "latex" layout.
10177
10178 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10179
10180         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10181         minipages: use col% instead of p%, and also use the current font.
10182         (makeLaTeXFile): Fix use babel condition.
10183         (parseSingleLyXformat2Token): Correct font when reading old floats.
10184
10185 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10186
10187         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10188         inserting list of floats.
10189
10190 2002-04-25  Herbert Voss  <voss@lyx.org>
10191
10192         * MenuBackend.C (expand): don't add the graphics extensions to the
10193         export menu
10194
10195 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10196
10197         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10198         non-existing layout, do not complain if it was the default layout
10199         of the original class (bug #342)
10200
10201 2002-04-24  Juergen Vigna  <jug@sad.it>
10202
10203         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10204         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10205
10206 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10207
10208         * buffer.C (getBibkeyList): If using \bibliography, return the
10209         option field with the reference itself. Enables us to provide natbib
10210         support when using \bibliography.
10211
10212 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10213
10214         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10215
10216         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10217         natbib is provided by the LaTeX class.
10218
10219 2002-04-23  Juergen Vigna  <jug@sad.it>
10220
10221         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10222         Wakeup functions.
10223
10224         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10225
10226 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10227
10228         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10229
10230         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10231         ensuremath around textordmasculine, textordfeminine and
10232         textdegree.
10233
10234 2002-04-19  Juergen Vigna  <jug@sad.it>
10235
10236         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10237         reinitializing the buffer otherwise row-dimensions may be wrong.
10238         (update): reset also the selection cursors if they do exits otherwise
10239         their x/y positions may be wrong.
10240
10241         * text2.C (cursorDown): don't enter the inset if we came from a row
10242         above and are one row over the inset.
10243
10244         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10245         really leaving an inset.
10246
10247 2002-04-18  Juergen Vigna  <jug@sad.it>
10248
10249         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10250         of the selected paragraph does not have the selected layout also if
10251         the last one had!
10252
10253         * text2.C (setLayout): fixed bug which did not change last selected
10254         paragraph.
10255
10256         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10257         changed the read and substituted \\end_float with \\end_inset!
10258
10259         * BufferView_pimpl.C (cursorPrevious):
10260         (cursorNext): fixed to make it work with rows heigher than the work
10261         area without moving the cursor only the draw of the row.
10262         (workAreaMotionNotify): fix jumping over high rows.
10263
10264 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10265
10266         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10267         Ressler.
10268
10269 2002-04-16  Juergen Vigna  <jug@sad.it>
10270
10271         * text2.C (setCursor): set also the irow().
10272         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10273         (cursorUp):
10274         (cursorDown): support for locking an inset if the x_fix value goes
10275         inside it. That way I can transverse insets too with cursor up/down.
10276
10277         * lyxrow.h: added irow helper function same as other (i) functions.
10278
10279         * BufferView_pimpl.C (cursorPrevious):
10280         (cursorNext): fixed for insets!
10281
10282 2002-04-15  Juergen Vigna  <jug@sad.it>
10283
10284         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10285         position otherwise it is wrong in some cases.
10286
10287         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10288         inside the inset before the call.
10289
10290 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10291
10292         * buffer.[Ch] (getBibkeyList): make it const.
10293
10294 2002-04-12  Juergen Vigna  <jug@sad.it>
10295
10296         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10297
10298         * text2.C (getCursorX): new helper function
10299         (setCursor): compute also ix_
10300         (setCursorFromCoordinates): set also ix.
10301
10302         * lyxcursor.h: added ix_ and helper functions.
10303
10304         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10305
10306         * buffer.C (insertStringAsLines): dont break paragraph if the this
10307         paragraph is inside an inset which does not permit it!
10308
10309         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10310         also with no chars on this paragraph.
10311         (paintRowText): only paint stuff if it's inside the workarea!
10312
10313         * paragraph.C (breakParagraph): honor keepempty flag and break the
10314         paragraph always below not above.
10315
10316         * BufferView2.C (unlockInset): update the paragraph layout on inset
10317         unlock as we changed paragraph in such a case.
10318
10319         * lyxfind.C (LyXFind): clear the former selection if not found!
10320
10321         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10322         again called in insertChar().
10323
10324         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10325         an inset which uses the whole row!
10326         (rightMargin): ditto.
10327         (insertChar): force a rebreak if we inserted an inset!
10328
10329 2002-03-28  Herbert Voss  <voss@lyx.org>
10330
10331         * lyxlength.[Ch]: add inBP() to get the right PS-point
10332         units (BigPoint). With inPixels we have rounding errors
10333
10334 2002-04-11  Juergen Vigna  <jug@sad.it>
10335
10336         * text2.C (setCursorFromCoordinates): set iy to the right value.
10337         (setCursor): add check if row->previous exists!
10338
10339         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10340         an old float_type as this was the case in the old code!
10341
10342         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10343
10344         * BufferView2.C (showLockedInsetCursor): use iy
10345         (fitLockedInsetCursor): ditto
10346
10347         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10348         locked insets as there we have the right value now.
10349
10350         * lyxcursor.C: added iy_ variable and iy functions to set to the
10351         baseline of cursor-y of the locked inset.
10352
10353         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10354         (setCursor): fixed for insets which need a full row.
10355
10356         * text.C (rowLastPrintable): don't ignore the last space when before
10357         an inset which needs a full row.
10358         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10359         as last character of a row when before a inset which needs a full row.
10360
10361 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10362
10363         * version.C.in: update date
10364
10365         * text2.C (fullRebreak): try to always return true and see what
10366         happens...
10367
10368 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10369
10370         * MenuBackend.C (expand): use Floating::listName
10371
10372         * FloatList.C (FloatList): add listName argument to the built-in
10373         floats
10374
10375         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10376         text associated with the float.
10377
10378 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10379
10380         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10381
10382 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10383
10384         * ShareContainer.h: add a couple of missing typenames.
10385
10386 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10387
10388         * lyxrc.C (getDescription): use _() correctly rather than N_().
10389
10390 2002-03-28  Herbert Voss  <voss@lyx.org>
10391
10392         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10393         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10394
10395 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10396
10397         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10398         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10399
10400 2002-03-29  Juergen Vigna  <jug@sad.it>
10401
10402         * lyxfunc.C (dispatch): add a missing fitCursor call.
10403
10404         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10405         it was scrolled by a cursor move, so return the bool status.
10406
10407         * BufferView.C (fitCursor): return the bool flag also to the outside
10408         world as this is needed.
10409
10410         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10411
10412         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10413         call the edit() as it is not needed (and wrong) IMO.
10414         (workAreaButtonPress): set the screen_first variable before evt.
10415         unlock the inset as this may change screen_first and then we have
10416         a wrong y position for the click!
10417
10418 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10419
10420         * MenuBackend.C (expand): another translation that I missed
10421
10422 2002-03-28  Juergen Vigna  <jug@sad.it>
10423
10424         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10425
10426         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10427
10428 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10429
10430         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10431
10432         * MenuBackend.C (expand): fix export/view/update when there is no
10433         document open.
10434
10435 2002-03-27  Herbert Voss  <voss@lyx.org>
10436
10437         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10438         and text%
10439
10440 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10441
10442         * bufferview_funcs.C (currentState): only show paragraph number
10443         for is DEVEL_VERSION is set.
10444
10445         * lyxfunc.C (dispatch): put warning in INFO channel
10446
10447         * MenuBackend.C (expand): translate the name of floats
10448
10449         * FloatList.C (FloatList): mark the float names for translation
10450
10451         * converter.C (convert): use LibScriptSearch
10452
10453 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10454
10455         * MenuBackend.C (defaults): fix default menu (we might as well get
10456         rid of it...)
10457
10458 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10459
10460         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10461         directory.
10462
10463 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10464
10465         * lyxvc.C: reorder includes.
10466
10467 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10468
10469         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10470           properly
10471
10472 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10473
10474         * CutAndPaste.C: change layouts earlier on paste
10475           to avoid crashing when calling getFont()
10476
10477 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10478
10479         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10480         irritating #error.
10481
10482 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10483
10484         * WorkArea.C: remove 'Pending' debug message.
10485
10486         * most files: ws cleanup
10487
10488         * buffer.[Ch]: ws changes
10489
10490         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10491
10492 2002-03-21  Juergen Vigna  <jug@sad.it>
10493
10494         * tabular.C (SetMultiColumn): collapse also the contents of the
10495         cells and set the last border right. Added a Buffer const * param.
10496
10497 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10498
10499         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10500         linking or not.
10501
10502 2002-03-19  Juergen Vigna  <jug@sad.it>
10503
10504         * text2.C (clearSelection): reset also xsel_cache.
10505
10506         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10507         where it needs to be called (John tells us to do so too :)
10508         (selectionLost): reset sel_cache.
10509
10510         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10511
10512 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10513
10514         * text2.C (setCursorIntern): put debuging code in INSETS channel
10515
10516 2002-03-19  André Pönitz <poenitz@gmx.net>
10517
10518         * lyxfunc.C: tiny whitespace change
10519
10520 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10521
10522         * ToolbarDefaults.C (init):
10523         * LyXAction.C (init):
10524         * commandtags.h:
10525         * BufferView_pimpl.C (Dispatch):
10526         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10527
10528 2002-03-19  Allan Rae  <rae@lyx.org>
10529
10530         * exporter.C (Export): removeAutoInsets before doing anything else.
10531         While I've just introduced a dependency on BufferView this really is
10532         the best place to clean the buffer otherwise you need to cleanup in
10533         a dozen places before calling export or cleanup in a dozen functions
10534         that export calls.
10535
10536         * converter.C (runLaTeX):
10537         (scanLog): Better handling of removeAutoInsets and screen updates.
10538
10539         * lyxfunc.C (dispatch): small whitespace changes
10540
10541 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10542
10543         * WorkArea.C (C_WorkAreaEvent): return a value.
10544         (event_cb): return 1 if we handled the event, 0 otherwise.
10545
10546         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10547
10548 2002-03-18  Juergen Vigna  <jug@sad.it>
10549
10550         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10551         (GetAdditionalWidth): ditto.
10552         (RightLine): ditto.
10553         (LeftLine): ditto.
10554
10555         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10556         inset if we're there actually (probably not used right now but this
10557         is the direction to go for unifying code).
10558         (paste): disable code to clear the selection.
10559
10560         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10561         inside an InsetText and move the check further up as it is in the
10562         wrong place.
10563
10564         * text2.C (pasteSelection): set a selection over the pasted text.
10565
10566 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10567
10568         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10569         and libgraphics to build on Cygwin.
10570
10571 2002-03-15  Juergen Vigna  <jug@sad.it>
10572
10573         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10574         inserting an Inset into the paragraph. I know this is not the best
10575         fix but we already use current_view in CutAndPaste so we will remove
10576         all of it's using at the same time.
10577
10578         * buffer.C (sgmlError): deactivated function till it is rewritten in
10579         the right mode, now it can create problems.
10580
10581         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10582         before accessing it.
10583
10584 2002-03-14  Juergen Vigna  <jug@sad.it>
10585
10586         * undo_funcs.C (textHandleUndo): do the right thing when updating
10587         the inset after the undo/redo.
10588
10589         * text2.C (setCursor): just some testcode for #44 not ready yet.
10590
10591         * undo_funcs.C (textHandleUndo): set the next() and previous()
10592         pointers of the paragraph to 0 before deleting otherwise we have
10593         problems with the Paragraph::[destructor].
10594
10595         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10596         on a paragraph insertion.
10597
10598 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10599
10600         * buffer.C (asciiParagraph): use += operator for char append to
10601         string.
10602
10603         * paragraph.C (getFontSettings): compare >= not just >
10604         (highestFontInRange): ditto
10605         (setFont): ditto
10606
10607 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10608
10609         * paragraph.C: change several algorithm to be more appripriate for
10610         the problem domain. This is lookip in FontList and in the InsetList.
10611
10612 2002-03-13  André Pönitz <poenitz@gmx.net>
10613
10614         * commandtags.h:
10615         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10616
10617 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10618
10619         * commandtags.h:
10620         * LyXAction.C:
10621         * lyxfunc.C:
10622         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10623
10624 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10625
10626         * Painter.C (display): anon helper function, adjust code for this
10627         change.
10628         (pixmap): remove function.
10629
10630         * Painter.h: remove private display variable.
10631
10632         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10633
10634 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10635
10636         * WorkArea.[Ch]: remove figinset_canvas cruft.
10637
10638 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10639
10640         * lyxtextclass.C (operator): add one item cache optimization.
10641
10642         * bufferlist.h: doxy changes
10643
10644         * bufferlist.C: ws changes
10645
10646         * DepTable.[Ch] (ext_exist): place const in the right spot.
10647
10648         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10649         call resizeInsets.
10650         (workAreaExpose): call resizeInsets when the with BufferView changes.
10651         (Dispatch): adjust for protectedBlank removal
10652         (specialChar): call updateInset if the insert went ok.
10653
10654         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10655         specialChar instead.
10656
10657         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10658
10659         * BufferView.h: doxy change
10660
10661         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10662
10663         * lyxtextclass.C (operator[]): remove non-const version
10664         (defaultLayout): remove non-const version
10665
10666 2002-03-12  Juergen Vigna  <jug@sad.it>
10667
10668         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10669         did resize the LyXText too.
10670
10671         * buffer.C (readLyXformat2): set layout information on newly allocated
10672         paragraphs.
10673
10674         * tabular.C (OldFormatRead): set layout information on the paragraph.
10675
10676 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10677
10678         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10679
10680 2002-03-11  Juergen Vigna  <jug@sad.it>
10681
10682         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10683         plainly wrong.
10684         (resizeCurrentBuffer): force also the insets to resize themselfes.
10685         (moveCursorUpdate): fixed up for InsetText.
10686
10687 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10688
10689         * commandtags.h:
10690         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10691         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10692         value of Dialogs::tooltipsEnabled().
10693         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10694
10695 2002-03-08  Juergen Vigna  <jug@sad.it>
10696
10697         * BufferView_pimpl.C (updateInset): update inset inside inset also
10698         if it isn't inside theLockingInset().
10699
10700 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10701
10702         * buffer.C (asciiParagraph): redo some of the word and line length
10703         handling.
10704         (getLists): look for Caption instead of caption.
10705
10706 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10707
10708         * buffer.C (Buffer): initialize niceFile to true
10709         (makeLaTeXFile):
10710         (makeLinuxDocFile):
10711         (makeDocBookFile): make sure niceFile is true on exit
10712
10713 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10714
10715         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10716
10717 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10718
10719         * LyXSendto.C: remove.
10720         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10721         * lyx_gui.C: remove now-redundant comment.
10722         * ColorHandler.h: remove forward declaration of class WorkArea.
10723         * lyxfunc.C: remove #include "WorkArea.h".
10724
10725 2002-03-07  Juergen Vigna  <jug@sad.it>
10726
10727         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10728         got moved away with the DEPM and also set the inset_owner always
10729         right which before could have been omitted.
10730
10731 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10732
10733         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10734         wanted layout is not found.
10735
10736 2002-03-07  Juergen Vigna  <jug@sad.it>
10737
10738         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10739
10740 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10741
10742         * paragraph.C (breakParagraph): use default layout not layout of
10743         prev paragraph.
10744         (Paragraph): clear ParagraphParameters.
10745
10746 2002-03-06  Juergen Vigna  <jug@sad.it>
10747
10748         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10749         otherwise it would not be a valid lenght. Fixed a special case in
10750         the minipage compatibility read where we end the document with a
10751         minipage.
10752
10753         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10754         was set as it could be 0 for InsetTexts first entry.
10755
10756 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10757
10758         * paragraph.C (writeFile): if layout is empty write out
10759         defaultLayoutName().
10760
10761         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10762         file without named layout we set layout to defaultLayoutName().
10763
10764 2002-03-06  Juergen Vigna  <jug@sad.it>
10765
10766         * CutAndPaste.C (copySelection): set layout for new paragraph.
10767
10768         * text.C (prepareToPrint): leave ERT inset left aligned
10769         (leftMargin): don't indent paragraphs inside ERT insets
10770
10771 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10772
10773         * paragraph.C (breakParagraph): dont call clear do the work manually
10774
10775         * paragraph.[Ch] (clear): remove function
10776
10777 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10778
10779         * paragraph.C (Paragraph): dont call clear, the work has already
10780         been done.
10781
10782         * lyxtextclass.C (operator): assert if n is empty
10783
10784         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10785         work manually instead.
10786
10787 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10788
10789         * BufferView_pimpl.C: protect selectionLost against text == 0
10790
10791 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10792
10793         * text.C (breakParagraph): fix a setting layout to '0' problem.
10794
10795 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10796
10797         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10798         final location of file, for the included files, and graphics.
10799
10800 2002-03-05  Juergen Vigna  <jug@sad.it>
10801
10802         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10803
10804 2002-03-04  Juergen Vigna  <jug@sad.it>
10805
10806         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10807
10808         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10809         last column of multicolumn cells.
10810         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10811
10812 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10813
10814         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10815         file if it doesn't go to a temporary file.
10816
10817         * buffer.C (sgmlOpenTag):
10818         (sgmlCloseTag):  remove extra newline insertion.
10819
10820 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10821
10822         * text.C (getRowNearY): comment out debug msg
10823
10824 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10825
10826         * text2.C: first -> first_y
10827
10828         * text.C (getRowNearY): add some attemts at a possible
10829         optimization, not working.
10830
10831         * tabular.[Ch]: add BufferParams to several function so that newly
10832         created paragraph can be initialized to he default layotu for the
10833         buffers textclass.
10834
10835         * tabular-old.C (ReadOld): add buf->params to call of Init
10836
10837         * screen.C: rename text->first to text->first_y
10838
10839         * paragraph.C (breakParagraph): always set layout in the broken
10840         paragraph
10841
10842         * lyxtextclass.C (Read): remove lowercase
10843         (hasLayout): ditto
10844         (operator): ditto
10845         (delete_layout): ditto
10846
10847         * lyxtext.h: rename first -> first_y
10848
10849         * lyxlayout.C (Read): remove lowercase
10850         (name): ditto
10851         (setName): ditto
10852         (obsoleted_by): ditto
10853
10854         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10855
10856         * buffer.C (insertErtContents): add params are to InsetERT
10857         (parseSingleLyXformat2Token): add code to check if a paragraphs
10858         layout really exist.
10859         (parseSingleLyXformat2Token): add params to several inset
10860         constructors
10861         (asciiParagraph): remove lowercase, do the layout comparisons with
10862         no_case
10863
10864         * BufferView_pimpl.C (cursorNext): first -> first_y
10865         (resizeCurrentBuffer): first -> first_y
10866         (updateScrollbar): first -> first_y
10867         (scrollCB): first -> first_y
10868         (workAreaMotionNotify): first -> first_y
10869         (workAreaButtonPress): first -> first_y
10870         (checkInsetHit): first -> first_y
10871         (cursorPrevious): first -> first_y
10872         (cursorNext): first -> first_y
10873         (Dispatch): add buffer_->params to severl inset contructors
10874
10875 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10876
10877         * lyxlayout.C (Read): remove some debug info that I forgot.
10878
10879         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10880         clean up the code slightly.
10881         (makeLinuxDocFile): ditto
10882         (makeDocBookFile): ditto
10883
10884         * text2.C: layout as string
10885
10886         * text.C: layout as string
10887
10888         * paragraph_pimpl.C: layout as string
10889
10890         * paragraph.[Ch]: layout as string
10891
10892         * lyxtextclasslist.[Ch]: layout as string
10893
10894         * lyxtextclass.[Ch]: layout as string
10895
10896         * lyxtext.h: layout as string
10897
10898         * lyxlayout.[Ch]: layout as string
10899
10900         * lyx_cb.C: layout as string
10901
10902         * bufferview_funcs.C: layout as string
10903
10904         * bufferparams.C: layout as string
10905
10906         * buffer.C: layout as string
10907
10908         * LyXView.[Ch]: layout as string
10909
10910         * LaTeXFeatures.[Ch]: layout as string
10911
10912         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10913
10914         * BufferView_pimpl.C: change current_layout to string, remove
10915         lyx::layout_type.
10916         (Dispatch):
10917         (smartQuote):
10918         (insertInset):
10919         (workAreaButtonRelease): layout as string
10920
10921         * BufferView2.C (unlockInset): adjust
10922
10923         * vspace.C (asLatexCommand): use an explict temp variable.
10924
10925 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10926
10927         * Makefile.am: use FRONTEND_*
10928
10929 2002-03-01  Juergen Vigna  <jug@sad.it>
10930
10931         * tabular.C (SetWidthOfMulticolCell): changed to something better
10932         I hope but still work in progress.
10933         (recalculateMulticolumnsOfColumn): renamed function from
10934         recalculateMulticolCells as it is more appropriate now.
10935         (SetWidthOfCell): calculate multicols better.
10936
10937 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10938
10939         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10940
10941         * lyxfunc.C (processKeySym): print sequence also if it is
10942         `deleted' (complete)
10943
10944         * kbsequence.C (print): print sequence even if it is deleted
10945         (complete would be a better word, actually).
10946
10947         * lyxfunc.C (dispatch): print complete options after a prefix key
10948
10949         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10950
10951 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10952
10953         * text2.C (setCharFont): eliminate setCharFont code duplication.
10954
10955 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10956
10957         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10958         LFUN_TABULAR_FEATURE (bug #177)
10959
10960 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10961
10962         * Makefile.am: remove figure.h
10963
10964 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10965
10966         * Bufferview_pimpl.C:
10967         * CutAndPasteC:
10968         * LaTeX.C:
10969         * LyXSendto.C:
10970         * buffer.C:
10971         * bufferlist.C:
10972         * converter.C:
10973         * language.C:
10974         * lyxfunc.C:
10975         * lyxvc.C:
10976         * paragraph.C:
10977         * text.C:
10978         * text2.C: remove #include "lyx_gui_misc.h".
10979
10980         * LaTeX.C: added #include <cstdio>
10981
10982 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10983
10984         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10985         that the paragraph following this one can have.
10986
10987         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10988
10989         * vspace.C (asLatexCommand): fix bogus gcc warning
10990
10991         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10992
10993 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10994
10995         * text2.C (setLayout): get rid of redundant code
10996
10997 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10998
10999         * text2.C (incDepth): make sure depth cannot be increased beyond
11000         reasonable values.
11001
11002 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11003
11004         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11005         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11006
11007         * PainterBase.h (image):
11008         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11009         a LyXImage const *.
11010
11011 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11012
11013         * BufferView.C:
11014         * BufferView.h:
11015         * BufferView_pimpl.C:
11016         * BufferView_pimpl.h:
11017         * LaTeXFeatures.C:
11018         * LyXAction.C:
11019         * LyXView.C:
11020         * Makefile.am:
11021         * UpdateList.h:
11022         * UpdateList.C:
11023         * buffer.C:
11024         * figure.h:
11025         * figureForm.C:
11026         * figureForm.h:
11027         * figure_form.C:
11028         * figure_form.h:
11029         * lyx_cb.C:
11030         * lyx_gui.C:
11031         * lyx_gui_misc.C:
11032         * lyxfunc.C:
11033         * sp_base.h:
11034         * sp_ispell.h:
11035         * sp_pspell.h:
11036         * sp_spell.C: remove fig inset, and the crap house of
11037           cards that follows it
11038
11039 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11040
11041         * Makefile.am:
11042         * lyxserver.C:
11043         * os2_defines.h:
11044         * os2_errortable.h:
11045         * nt_defines.h: move .h into support/
11046
11047         * vms_defines.h: remove
11048
11049         * WorkArea.C: add space in debug output
11050
11051         * text2.C:
11052         * paragraph.C:
11053         * buffer.C: add WITH_WARNINGS
11054
11055         * vc-backend.h:
11056         * vc-backend.C:
11057         * bufferlist.C: s/retrive/retrieve/, add docs
11058
11059         * vspace.h:
11060         * vspace.C:
11061         * kbmap.h:
11062         * lyxlength.h:
11063         * lyxgluelength.h:
11064         * length_common.h:
11065         * chset.h:
11066         * chset.C: add docs
11067
11068         * lyxgui.C: add ID to X error handler
11069
11070         * lyxtestclass.c: fix typo
11071
11072 2002-02-26  Juergen Vigna  <jug@sad.it>
11073
11074         * tabular_funcs.C (write_attribute): changed so that some default
11075         attributes are not written at all.
11076         (getTokenValue): set default values before trying to read the
11077         value so we have the return value always set as default if we don't
11078         find the token we search for.
11079
11080         * tabular.C (Write): write bools as bools not as strings!
11081
11082 2002-02-22  Juergen Vigna  <jug@sad.it>
11083
11084         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11085         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11086
11087         * text.C (leftMargin): don't add an indent for paragraphs inside
11088         tabular cells (fix #208).
11089
11090 2002-02-21  José Matos  <jamatos@fep.up.pt>
11091
11092         * tabular.C (docBook): fixed support for long tables.
11093
11094 2002-02-20  Juergen Vigna  <jug@sad.it>
11095
11096         * text2.C (getFont): get the drawing font of the Inset if this
11097         paragraph is inside an inset (only important for InsetERT for now).
11098
11099         * buffer.C (insertErtContents): use new lanugage params in ERT
11100         constructor.
11101
11102         * CutAndPaste.C: commenting out seemingly uneeded code.
11103
11104 2002-02-19  Allan Rae  <rae@lyx.org>
11105
11106         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11107         Iterators might be simple to use but they also get invalidated.
11108         (removeAutoInsets): renamed saved cursor tracking variables and added
11109         some comments to clarify what everything does.
11110
11111 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11112
11113         * Chktex.C:
11114         * LaTeX.C:
11115         * LyXSendto.C:
11116         * converter.C:
11117         * lyx_cb.C:
11118         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11119         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11120
11121         * lyxfunc.C:
11122         * vc-backend.h: remove #include "support/syscall.h"
11123
11124         * LaTeX.C:
11125         * LyXSendto.C:
11126         * converter.C: rearrange #includes in Lars' approved fashion.
11127
11128         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11129         forward declare class Timeout in the header file.
11130
11131         * XFormsView.C: changes due to the above.
11132
11133         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11134         similar to LyXView.
11135
11136         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11137         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11138
11139 2002-02-18  José Matos  <jamatos@fep.up.pt>
11140
11141         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11142         insets contents.
11143
11144 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11145
11146         * a lot of small ws changes
11147         * add a lot of using std::XXX
11148         * use std construcs some places where approp.
11149         * use some exisint stuff from lyxfunctional where approp.
11150         * Make file changes to use partial linking (lets test this now...)
11151
11152 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11153
11154         * Chktex.C:
11155         * buffer.C:
11156         remove #include "support/syscontr.h" as it's redundant. Always has been.
11157
11158         * Chktex.C:
11159         * LaTeX.C:
11160         * LyXSendto.C:
11161         * converter.C:
11162         * lyx_cb.C:
11163         * vc-backend.C:
11164         change Systemcalls::System to Systemcalls::Wait and
11165         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11166         No change of functionality, just reflects the stripped down Systemcalls
11167         class.
11168
11169 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11170
11171         * debug.[Ch]: add a GRAPHICS type to the enum.
11172
11173 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11174
11175         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11176
11177         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11178         there is an inset.
11179
11180 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11181
11182         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11183         match the changes below.
11184
11185         * text2.C (toggleInset): if there is not editable inset at cursor
11186         position, try to see if cursor is _inside_ a collapsable inset
11187         and close it.
11188
11189 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11190
11191         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11192         document menu has a nice checkbox
11193
11194 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11195
11196         * lyxlength.C (asLatexString): change PW to output as percent of
11197         \textwidth.
11198
11199         * lengthcommon.C: change '%' to 't%'
11200
11201         * lyxfunc.C (dispatch): a few comments from Martin
11202
11203 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11204
11205         * WorkArea.h:
11206         * WorkArea.C:
11207         * BufferView_pimpl.h:
11208         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11209           the X selection.
11210
11211 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11212
11213         * vspace.C (inPixels): fix compiler warning
11214
11215 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11216
11217         * lyxfunc.C (getStatus): fix status message for disabled commands.
11218
11219 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11220
11221         * BufferView_pimpl.C: fix crash on close buffer
11222         during selection (#227)
11223
11224 2002-01-27  Herbert Voss  <voss@lyx.org>
11225
11226         * buffer.C: link old Figure to new graphic inset
11227
11228 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11229
11230         * FontLoader.C (getFontinfo): Change the latex font names in order
11231         to match the names of type1inst.
11232
11233 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11234
11235         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11236
11237         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11238         (extchanged): ditto
11239         (ext_exist): ditto
11240         (remove_files_with_extension): ditto
11241         (remove_file): ditto
11242         (write): ditto
11243
11244         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11245         document is smaller than the work area height. Do not initialize
11246         static variables to 0.
11247
11248 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11249
11250         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11251
11252         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11253         LFUN_LAYOUT_PARAGRAPHS.
11254
11255         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11256         tabular. It is possible to provide a possible cell, which will
11257         typically be the actcell from the corresponding insettabular
11258
11259         * lyxfunc.C (getStatus): small cleanup; disable
11260         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11261         true
11262
11263 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11264
11265         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11266
11267         * paragraph.C (startTeXParParams):
11268         (endTeXParParams): new methods. The LaTeX code to
11269         start/end paragraph formatting
11270         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11271         empty (fixes bug #200)
11272
11273         * vspace.C (inPixels): adapt to the change below
11274         (inPixels): [later] more cleanups (remove unused variables)
11275
11276         * lyxlength.C (inPixels): change to use a width and a height as
11277         parameter.
11278
11279 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11280
11281         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11282         Replaced with \paperwidth
11283
11284         * DepTable.C (insert): add std:: qualifier
11285
11286 2002-01-18  Allan Rae  <rae@lyx.org>
11287
11288         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11289         updated also?
11290
11291         * text.C (drawInset): Turned out I didn't know enough about how
11292         rebreaking worked.  This fixes most of the redraw problems.  I see
11293         an occasional cursor trail when a line is broken now and the cursor
11294         placement can seem out by a few pixels also after a rebreak.
11295
11296 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11297
11298         * buffer.C (parseSingleLyXformat2Token): update because minipage
11299         width is now a LyXLength
11300
11301         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11302
11303         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11304         math insets
11305
11306 2002-01-17  Juergen Vigna  <jug@sad.it>
11307
11308         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11309
11310         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11311         is set correctly and the inset is updated correctly.
11312
11313 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11314
11315         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11316         the beginning of the loop.
11317
11318 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11319
11320         * lyxrc.C: improve help for use_scalable_fonts
11321
11322 2002-01-17  Allan Rae  <rae@lyx.org>
11323
11324         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11325
11326 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11327
11328         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11329         make sure to set their inset_owner to the right value (bug #171)
11330
11331 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11332
11333         * DepTable.h
11334         * DepTable.C: Implement mtime checking to reduce time spent doing
11335         CRCs.
11336
11337 2002-01-16  Juergen Vigna  <jug@sad.it>
11338
11339         * tabular.C (GetAdditionalHeight): one of error fixed.
11340
11341         * lyxrc.C (output): small fix in writing use_pspell.
11342
11343 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11344
11345         * sp_base.h: #include LString.h
11346
11347 2002-01-16  Allan Rae  <rae@lyx.org>
11348
11349         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11350         Can someone check this please?
11351
11352         * text.C (drawInset): It was possible that p.row would be removed by
11353         breakAgainOneRow upsetting a few other settings.  There may be another
11354         small tweak possible by setting need_break_row = 0 when p.row has been
11355         removed but I don't know enough about the logic here.
11356
11357 2002-01-15  Allan Rae  <rae@lyx.org>
11358
11359         * text.C (insertChar): removed conditional truism.
11360
11361         * BufferView2.C (removeAutoInsets): More tweaks.
11362         cur_par_prev could be a stray pointer.  Check for trailing empty line
11363         in case last line was cur_par and only had an error inset on it.
11364
11365 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11366
11367         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11368         absolute
11369
11370         * vc-backend.C (most methods):
11371         * exporter.C (Export):
11372         * converter.C (convert):
11373         (runLaTeX):
11374         * LyXSendto.C (SendtoApplyCB):
11375         * lyxfunc.C (dispatch):
11376         (menuNew):
11377         (open):
11378         (doImport):
11379         * lyx_cb.C (AutoSave):
11380         (InsertAsciiFile):
11381         * BufferView_pimpl.C (MenuInsertLyXFile):
11382         * buffer.C (runChktex): use Buffer::filePath().
11383
11384         * buffer.h: rename filename to filename_; rename filepath to
11385         filepath_ and make it private
11386         (filePath): new method
11387
11388         * buffer.C (writeFile): use fileName()
11389         (getLatexName):
11390
11391         * lyx_main.C (init): fix starting  of LyX when the binary is a
11392         link from so,ewhere else.
11393
11394         * minibuffer.C: include <cctype> for isprint
11395
11396 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11397
11398         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11399         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11400         name clash with InsetCollapsable's width function.
11401
11402 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11403
11404         * lastfiles.C: include <iterator>
11405
11406 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11407
11408         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11409         std::count.
11410
11411         * buffer.C (makeLaTeXFile): ditto.
11412         Also make loop operation more transparent.
11413
11414 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11415
11416         * ToolbarDefaults.C: remove trailing comma closing namespace.
11417
11418         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11419
11420         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11421         as in WorkArea.
11422
11423         * trans.C (Load): comment out unused variable, allowed.
11424
11425 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11426
11427         * minibuffer.[Ch] (append_char): new method to recieve input from the
11428         drop-down completion browser. If a key was pressed, then recieve this
11429         char and append it to the existing string.
11430         (peek_event): modify the positioning data passed to the completion
11431         browser so that it can be placed above the minibuffer rather than below.
11432 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11433
11434         * LyXAction.C (init): alloe error-next for readonly documents.
11435
11436         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11437         count.
11438
11439 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11440
11441         * bufferlist.C (readFile): create the buffer _after_ checking that
11442         the file exists.
11443
11444         * lyxfunc.C (verboseDispatch): fix handling of arguments
11445
11446         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11447
11448         * lyxrc.C: use string::erase() instead of initializing to "".
11449
11450
11451 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11452
11453         * BufferView_pimpl.h:
11454         * BufferView_pimpl.C:
11455         * WorkArea.h:
11456         * WorkArea.C:
11457         * text2.C: tell X when we have made a selection for copying
11458
11459 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11460
11461         * BufferView_pimpl.C (MenuInsertLyXFile):
11462         * lyxfunc.C (menuNew):
11463         (open):
11464         (doImport): add shortcuts to directory buttons
11465
11466         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11467         open a float)
11468
11469         * lyxfunc.C (setStatusMessage):
11470         (getStatusMessage): new methods
11471         (getStatus):use setStatusMessage instead of setErrorMessage
11472         (dispatch): when function is disabled, set error message here
11473         [instead of in getStatus previously]
11474
11475         * BufferView_pimpl.C (workAreaButtonRelease): update
11476         toolbar/menubar here too.
11477
11478 2002-01-13  Allan Rae  <rae@lyx.org>
11479
11480         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11481         Now seems indestructible.  Remaining task is to audit all other
11482         code affected by deleteEmptyParagraphMechanism.  One small quirk
11483         left is that an empty document with an error in the preamble can
11484         be made to report an error but no error box appears.  I don't know
11485         where it goes.
11486         (removeAutoInsets): Improved comments.
11487
11488 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11489
11490         * Thesaurus.h:
11491         * Thesaurus.C: update for Aiksaurus 0.14
11492
11493 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11494
11495         * text2.C (firstParagraph): removed member function, all uses
11496         replaces with ownerParagraph
11497         (redoParagraphs): here
11498         (updateInset): here
11499         (toggleAppendix): here
11500         * BufferView2.C (insertErrors): here
11501         (setCursorFromRow): here
11502
11503 2002-01-13  Allan Rae  <rae@lyx.org>
11504
11505         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11506         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11507         There is still a way to segfault this although you may have to do this
11508         multiple times: Have an InsetERT with an unknown command in it.
11509         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11510         <down-arrow>, <Enter> again, View->DVI, BANG!
11511
11512         * text2.C (setCursor):
11513         (deleteEmptyParagraphMechanism):
11514         * lyxtext.h (setCursor):
11515         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11516         Making use of the return value may help fix other bugs.
11517
11518 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11519
11520         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11521
11522         * LyXView.C (updateMenubar): call MenuBar::update here
11523         (updateToolbar): but not here
11524         (showState): do not update toolbar/menubar
11525
11526         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11527         should need to care about that.
11528
11529         * lyxfunc.C (verboseDispatch): simplify a bit
11530         (getStatus): have a version which takes a pseudoaction, and
11531         another which requires a (kb_action,string).
11532
11533         * LyXAction.C (retrieveActionArg): make it work also when action
11534         is not a pseudo-action.
11535         (getActionName): simplify a bit
11536         (helpText):
11537
11538 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11539
11540         * lyxfunc.C (verboseDispatch): new families of methods with
11541         several ways to specify a command and a bool to indicate whether
11542         the command name and shortcut should be displayed in minibuffer
11543         (eventually, we could extend that to a finer bitmask like
11544         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11545         (dispatch): the pristine dispatch command which just, well,
11546         dispatchs! Note it still sets its result to minibuffer; I'm not
11547         sure we want that.
11548
11549         * lyxfunc.h: remove setHintMessage
11550
11551         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11552
11553 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11554
11555         * BufferView_pimpl.C (specialChar): delete new inset if we have
11556         not been able to insert it.
11557
11558         * kbmap.C: revert to using int instead of kb_action, since all we
11559         are dealing with is pseudo-actions.
11560
11561         * LyXAction.C (searchActionArg): change to return int instead of
11562         kb_action, since the result is a pseudoaction.
11563
11564 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11565
11566         * buffer.C (insertErtContents): Fix (partially) the font bug.
11567
11568 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11569
11570         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11571         as the other one is broken on my machine!
11572
11573 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11574
11575         * commandtags.h:
11576         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11577
11578 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11579
11580         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11581         reflect their actual use. Provide compatibility code for older lyxrc
11582         files.
11583
11584         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11585         FL_NORMAL_STYLE.
11586         change names of popup font variables in line with the changes to lyxrc.C
11587
11588 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11589
11590         * buffer.C (asciiParagraph): avoid outputing a word twice after
11591         an inset.
11592
11593         * lyxrc.C (getDescription): document that document_path and
11594         template_path can be empty.
11595
11596 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11597
11598         * LaTeXFeatures.C (getMacros):
11599         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11600
11601         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11602
11603         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11604         getPackages.
11605         (getPackages): rename feature "floats" to "float". Use an array to
11606         iterate over 'simple' features (i.e. just a \usepackage). Add
11607         handling of "amsmath" (renamed from "amsstyle").
11608
11609 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11610
11611         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11612         features list.
11613
11614 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11615
11616         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11617         FuncStaus::FuncStatus & FuncStaus::some_method().
11618
11619 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11620
11621         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11622         of the func_satus stuff. Edited and massaged in various ways by
11623         JMarc.
11624
11625         * lyxfunc.C (getStatus): use FuncStatus
11626
11627 2002-01-08  Juergen Vigna  <jug@sad.it>
11628
11629         * text.C (nextBreakPoint): use function Inset::isChar().
11630
11631         * paragraph.C (TeXOnePar): use function
11632         Inset::forceDefaultParagraphs.
11633
11634         * buffer.C (latexParagraphs): use function
11635         Inset::forceDefaultParagraphs.
11636
11637 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11638
11639         * lyx_gui.C (init): set the style of the menu popups to
11640         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11641
11642 2002-01-07  Juergen Vigna  <jug@sad.it>
11643
11644         * text.C (setHeightOfRow): small fix
11645         (prepareToPrint): don't look at alignment if we don't have the place
11646         for doing it.
11647
11648 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11649
11650         * box.C: New file. Move the Box methods and functions out of box.h,
11651         following Lars' suggestion.
11652
11653 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11654
11655         * box.h: #include "support/LOstream.h", needed for inlined function.
11656
11657         * lyxtextclass.C:
11658         * lyxtextclasslist.C: added some using std declarations.
11659
11660 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11661
11662         * box.h: make signed dimensions to allow insets wider than
11663           the screen (bug #162)
11664
11665         * BufferView_pimpl.C: add some insetHit debug
11666
11667 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11668
11669         * vc-backend.C: add FIXME
11670
11671 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11672
11673         * lyxfunc.C (getStatus): enable code for showing math font status
11674         in toolbar/menu.
11675
11676 2002-01-07  Juergen Vigna  <jug@sad.it>
11677
11678         * text.C (nextBreakPoint): removed debug output not needed anymore.
11679
11680 2002-01-06  Juergen Vigna  <jug@sad.it>
11681
11682         * text.C (nextBreakPoint): fixed up this function we had this bug
11683         since ever but now hopefully we break row better.
11684         (insertChar): we have to check if an inset is the next char as it
11685         could now happen that a large inset is causing a break.
11686
11687 2002-01-05  Juergen Vigna  <jug@sad.it>
11688
11689         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11690         if it doesn't like to be drawed.
11691
11692 2002-01-04  Juergen Vigna  <jug@sad.it>
11693
11694         * BufferView2.C (lockInset): forgot to set a cursor.
11695
11696         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11697
11698 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11699
11700         * FormMathsPanel.C:
11701         * FormMathsPanel.h
11702         * MathsSymbols.C:
11703         * form_maths_panel.C:
11704         * form_maths_panel.h:
11705         * form_maths_panel.fd: implemented sub- and super- buttons in math
11706         panel.
11707
11708         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11709         (or ^ space) to be used as in TeX (req'd by André).
11710
11711         * lyxfunc.C: Allow ^ and _ again to be used both as
11712         super/subscript (mathed) and as themselves (in text).
11713
11714 2002-01-03  Allan Rae  <rae@lyx.org>
11715
11716         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11717         "LyX" or the filename of the current buffer if it has one.  This is a
11718         modified form of John Levon's patch.
11719
11720         * XFormsView.C (setWindowTitle): also set icon title.
11721
11722         * LyXView.h (setWindowTitle): signature changed.
11723         * XFormsView.h (setWindowTitle): ditto.
11724
11725 2002-01-02  Juergen Vigna  <jug@sad.it>
11726
11727         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11728
11729 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11730
11731         * screen.C (topCursorVisible): introduce a temp var for
11732         text->cursor.row(), handle the case where this row is null. (kindo
11733         hachish)
11734
11735         * text2.C (setCursor): add a couple of asserts.
11736
11737         * paragraph.h (inset_iterator): add -> operator
11738
11739         * paragraph.[Ch] (autoDeleteInsets): remove member function
11740
11741         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11742         cursor pos correctly and handle inset deletion by itself.
11743         (insertErrors): move iterator declaration out of for expression
11744
11745         * lyxtextclass.C: add <algorithm>
11746
11747         * Makefile.am: added the new files to sources, removed layout.C
11748
11749         * layout.C: removed file
11750
11751         * layout.h: remove LYX_DUMMY_LAYOUT
11752
11753         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11754         layout.
11755
11756         * lyxlayout.[Ch]:
11757         * lyxtextclass.[Ch]:
11758         * lyxtextclasslist.[Ch]: new files
11759
11760         * include order changes to a lot of files, also changes because of
11761         the six new files.
11762
11763 2001-12-27  Juergen Vigna  <jug@sad.it>
11764
11765         * buffer.C (asciiParagraph): more fixes.
11766
11767         * tabular.C (ascii): make ascii export support export of only the
11768         data separated by a column-delimiter.
11769         (ascii): better support for ascii export.
11770
11771         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11772
11773 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11774
11775         * tabular_funcs.C: use a "using std::getline" instead of the
11776         previous fix from Angus (necessary for cxx + lyxstring)
11777
11778 2001-12-24  Juergen Vigna  <jug@sad.it>
11779
11780         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11781
11782         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11783         problems. First check a minipage also if we have some ert-contents
11784         (not only on par->size(), second set the right depth of the paragraph
11785         on the relink to the root-paragraph-list!
11786
11787         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11788         which then did not anymore update the main paragraphs on undo/redo!
11789
11790 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11791
11792         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11793         code. Support all font-changing funcs (even those which are not in
11794         menu currently). Support for reporting font settings in
11795         mathed (disabled until Andre provides a function on mathed's side).
11796
11797         * func_status.h (toggle): small helper function to set toggle
11798         state on a flag.
11799
11800 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11801
11802         * tabular_funcs.C: getline -> std::getline
11803
11804 2001-12-21  Juergen Vigna  <jug@sad.it>
11805
11806         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11807         accessed and could be 0 (I couldn't generate this but it seems
11808         Michael could!).
11809
11810 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11811
11812         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11813         * tabular_funcs.h: here and include iosfwd
11814
11815 2001-12-20  Juergen Vigna  <jug@sad.it>
11816
11817         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11818         inside inset but undo_par was.
11819
11820 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11821
11822         * Thesaurus.C: always include <config.h> in sources.
11823
11824         * Painter.h:
11825         * lyxlookup.h:
11826         * box.h: do not include <config.h> in header files
11827
11828         * text.C (paintLastRow): remove unused variable
11829
11830         * text.C (transformChar):
11831         (insertChar):
11832         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11833
11834         * Painter.C (text):
11835         * font.C (width): rewrite to use uppercase() instead of
11836         islower/toupper.
11837
11838         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11839
11840 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11841
11842         * lyxfind.C: clean up of find failure position change
11843
11844 2001-12-20  Juergen Vigna  <jug@sad.it>
11845
11846         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11847
11848         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11849         (TeXRow): added to LaTeX a single tabular row.
11850         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11851         (Latex): simplified and finally good LT-h/f support.
11852         (various_functions): just small adaptions for LT-h/f support.
11853
11854         * tabular_funcs.[hC]: added and moved here all not classfunctions
11855         of LyXTabular.
11856
11857 2001-12-19  Juergen Vigna  <jug@sad.it>
11858
11859         * tabular.[Ch]: better support for longtabular options (not finished
11860         yet!)
11861
11862 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11863
11864         * text.C (paintLastRow): use the label font instead of the font of
11865         the last character to compute the size of *_BOX. This makes more
11866         sense and avoids a crash with empty paragraphs.
11867         Use Painter::rectangle to draw EMPTY_BOX.
11868
11869 2001-12-19  Juergen Vigna  <jug@sad.it>
11870
11871         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11872         the paragraphs if the replaced paragraph is not the first one!
11873         Tried to delete not used paragraphs but does not work yet so for
11874         now it's inside #ifdef's and by default off!
11875
11876 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11877
11878         * MenuBackend.C: include "lyx_main.h" instead of declaring
11879         lastfiles (actually was declared as LastFiles* instead of a
11880         scoped_ptr).
11881
11882 2001-12-17  Juergen Vigna  <jug@sad.it>
11883
11884         * tabular.C (AppendColumn): applied John's fix
11885
11886 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11887
11888         * BufferView.h:
11889         * BufferView.C:
11890         * BufferView_pimpl.h:
11891         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11892
11893         * Makefile.am:
11894         * box.h: new start of class for above
11895
11896         * lyxfunc.C: ignore space-only minibuffer dispatches.
11897           Show the command name when it doesn't exist
11898
11899         * minibuffer.C: don't add empty lines to the history
11900
11901         * minibuffer.C: add a space on dropdown completion
11902
11903 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11904
11905         * text.C: fix line above/below drawing in insets
11906
11907 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11908
11909         * lyxlength.C (LyXLength): Initialize private variables.
11910
11911 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11912
11913         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11914         when inserting error insets.
11915
11916 2001-12-13  Juergen Vigna  <jug@sad.it>
11917
11918         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11919         actually sometimes the before-paragraph.
11920         (setUndo): don't clear the redostack if we're not actually undoing!
11921
11922 2001-12-06  Juergen Vigna  <jug@sad.it>
11923
11924         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11925         and fixed redoing of main paragraph, so we can use it now ;)
11926
11927         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11928
11929 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11930
11931         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11932         Juergen's request
11933
11934 2001-12-13  André Pönitz <poenitz@gmx.net>
11935
11936         * undostack.[Ch]:
11937         * undo_func.C: minor cleanup
11938
11939 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11940
11941         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11942         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11943         font in urw-fonts package which is marked as -urw-fontspecific and
11944         does not work (incidentally, changing the encoding in the
11945         fonts.dir of this package to -adobe-fontspecific fixes the
11946         problem).
11947
11948         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11949         is a crash when undoing first paragraph (Juergen, please take a
11950         look). THis does not mean the undo fix is wrong, just that it
11951         uncovers problems.
11952
11953         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11954         the (Paragraph*) version when needed instead of duplicating the
11955         code.
11956
11957         * text.C (workWidth): use Inset::parOwner to find out where the
11958         inset has been inserted. This is a huge performance gain for large
11959         documents with lots of insets. If Inset::parOwner is not set, fall
11960         back on the brute force method
11961
11962         * paragraph_pimpl.C (insertInset):
11963         * paragraph.C (Paragraph):
11964         (cutIntoMinibuffer): set parOwner of insets when
11965         inserting/removing them
11966
11967         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11968
11969 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11970
11971         * commandtags.h:
11972         * LyXAction.C:
11973         * lyx_main.C:
11974         * lyxfunc.C:
11975         * mathed/formulabase.C:
11976         * mathed/math_cursor.[Ch]:
11977         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11978
11979
11980 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11981
11982         * lyxlength.[Ch] (operator!=): new function
11983
11984 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11985
11986         * text.C (workWidth): use Inset::parOwner to find out where the
11987         inset has been inserted. This is a huge performance gain for large
11988         documents with lots of insets. If Inset::parOwner is not set, fall
11989         back on the brute force method
11990
11991         * paragraph_pimpl.C (insertInset):
11992         * paragraph.C (Paragraph):
11993         (cutIntoMinibuffer): set parOwner of insets when
11994         inserting/removing them
11995
11996         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11997
11998 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11999
12000         * tabular-old.C (getTokenValue):
12001         * tabular.C (getTokenValue):
12002         (write_attribute): new versions for LyXLength
12003         (everywhere): adjust the use of widths
12004
12005         * tabular.h: change the type of widths from string to LyXLength
12006
12007 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12008
12009         * paragraph.C: fixed missing line number count when exporting
12010         Environments to LaTeX file
12011
12012         * buffer.C: added informational message for checking line numbers.
12013
12014 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12015
12016         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12017         paragraph, do the 'double space' part, but not the 'empty
12018         paragraph' one.
12019
12020         * text.C (workWidth): small optimization
12021         (getLengthMarkerHeight): use minimal size for negative lengths.
12022
12023 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12024
12025         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12026
12027         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12028
12029 2001-12-11  André Pönitz <poenitz@gmx.net>
12030
12031         * FontLoader.C:
12032         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12033
12034 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12035
12036         * text2.C: keep selection on a setFont()
12037
12038 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12039
12040         * lyx_cb.C: another bv->text misuse, from insert label
12041
12042 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12043
12044         * kbsequence.h:
12045         * kbsequence.C: re-instate nmodifier mask
12046
12047 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12048
12049         * lyx_main.h: make lyxGUI private.
12050
12051 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12052
12053         * lyxfind.C: place the cursor correctly on failed search
12054
12055 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12056
12057         * text.C (getLengthMarkerHeight): for small heights, the arrows
12058         are not always on top/bottom of the text
12059         (drawLengthMarker): smaller arrows; take the left margin in
12060         account; draw also vfills.
12061         (paintFirstRow):
12062         (paintLastRow): remove special code for vfill and standard spaces,
12063         since everything is handled in drawLengthMarker now.
12064
12065 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12066
12067         * buffer.C (insertErtContents): try to handle font and language
12068         interaction a bit better.g
12069
12070         * ColorHandler.C (updateColor): change the hash to cover the whole
12071         LColor enum, ws cleanup
12072         (getGCLinepars): ditto
12073         (getGCLinepars): only lookup in the linecache once.
12074
12075 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12076
12077         * iterators.C (operator++): Make the iterator more robust
12078
12079         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12080         (John's patch)
12081         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12082
12083 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12084
12085         * lyxtext.h:
12086         * text.C: better added space drawing
12087
12088 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12089
12090         * LyXView.C:
12091         * BufferView2.C: fix layout combo update on inset unlock
12092
12093 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12094
12095         * Makefile.am: don't compile unused files
12096
12097 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12098
12099         * lyxfunc.C:
12100         * commandtags.h:
12101         * LyXAction.C: remove old LFUN_LAYOUTNO
12102
12103 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12104
12105         * paragraph_pimpl.h:
12106         * paragraph_pimpl.C: isTextAt() doesn't need font param
12107
12108 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12109
12110         * lyxlex.h:
12111         * lyxlex.C: little cleanup
12112
12113 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12114
12115         * BufferView_pimpl.C: fix insertAscii for insets
12116
12117 2001-12-05  Juergen Vigna  <jug@sad.it>
12118
12119         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12120         set the right font on the "multi" paragraph paste!
12121
12122 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12123
12124         * trans_decl.h:
12125         * trans_mgr.[Ch]:
12126         * trans.[Ch]:
12127         * lyxgluelength.C:
12128         * lyxlength.C: remove out-commented code.
12129
12130         * BufferView_pimpl:
12131         * CutAndPaste.C:
12132         * DepTable.C:
12133         * buffer.C:
12134         * chset.C:
12135         * lastfiles.C:
12136         * lyxlex.C:
12137         * lyxlex_pimpl.C:
12138         * lyxserver.C:
12139         * screen.C:
12140         * tabular-old.C:
12141         * tabular.C:
12142         * text.C:
12143         * trans_mgr.C:
12144         * vc-backend.C: change "while(" to "while ("
12145
12146         * lyxlength.[Ch]: add zero function to check if length is zero or
12147         not
12148         * lyxgluelength.C: use it
12149
12150 2001-12-05  Allan Rae  <rae@lyx.org>
12151
12152         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12153         Works for 2.95.3, from what I understand of Garst's reports this should
12154         work for other g++ versions.  We're screwed if the abs(int) definition
12155         changed between bugfix releases of gcc.
12156
12157 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12158
12159         * text.C: fix chapter label offset !
12160
12161 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12162
12163         * lyxtext.h:
12164         * text.C: fix hfill at end of line, clean up
12165
12166 2001-12-04  Juergen Vigna  <jug@sad.it>
12167
12168         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12169         that we force an update of the inset and it's owners if neccessary.
12170
12171 2001-12-03  Juergen Vigna  <jug@sad.it>
12172
12173         * text.C (rowLast): simplified code
12174
12175 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12176
12177         * lyxfunc.C: fix show options on timeout
12178
12179 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12180
12181         * screen.C (topCursorVisible): scroll half a page when the cursor
12182         reached top of bottom of screen
12183
12184 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12185
12186         * minibuffer.C: deactivate on loss of focus
12187
12188 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12189
12190         * vspace.[Ch] (operator!=): add operator.
12191
12192 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12193
12194         * BufferView_pimpl.C: refuse to open an inset when
12195         there's a selection.
12196
12197 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12198
12199         * BufferView_pimpl.C: allow to click on RHS of full row insets
12200
12201 2001-11-30  Juergen Vigna  <jug@sad.it>
12202
12203         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12204         insets for undo reasons.
12205
12206 2001-11-28  André Pönitz <poenitz@gmx.net>
12207
12208         * vspace.[Ch]: cosmetical changes
12209
12210 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12211
12212         * LyXAction.h:
12213         * LyXAction.C:
12214         * lyxfunc.h:
12215         * lyxfunc.C:
12216         * kbmap.h:
12217         * kbmap.C:
12218         * lyxrc.C:
12219         * kbsequence.h:
12220         * kbsequence.C: part re-write of old kb code
12221
12222         * Painter.C:
12223         * WorkArea.C: remove Lgb_bug_find_hack
12224
12225 2001-11-30  José Matos <jamatos@fep.up.pt>
12226
12227         * buffer.C (makeDocBookFile): add a comment to point a hack.
12228         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12229         Fixed a double write of labels.
12230
12231 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12232
12233         * LaTeX.C:
12234         * LaTeX.h Fixed bug in LaTeX class where it would not
12235         re-run latex if no depfiles were changed, but the .dvi was removed.
12236
12237 2001-11-28  André Pönitz <poenitz@gmx.net>
12238
12239         * all the files from the change on 2001/11/26:
12240         use lyx::layout_type instead of LyXTextClass::size_type
12241         use lyx::textclass_type instead of LyXTextClassList::size_type
12242
12243 2001-11-29  Juergen Vigna  <jug@sad.it>
12244
12245         * text.C: added support for paragraph::isFreeSpacing()
12246
12247         * buffer.C: same as above
12248
12249         * paragraph.h: inserted isFreeSpacing() function to enable
12250         FreeSpacing inside InsetERT.
12251
12252         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12253         of the paragraph's in the cut/copy buffer to 0!
12254
12255         * text2.C (removeRow): remove the assert as it can!
12256
12257         * lyxtext.h: added helper function firstRow returning firstrow and
12258         made firstrow private again.
12259
12260         * BufferView2.C (lockInset): don't relock if we're already locked!
12261
12262         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12263         the only paragraph.
12264         (removeRow): added Assert::(firstrow)
12265
12266         * debug.C: forgot to add INSETTEXT here.
12267
12268 2001-11-28  Juergen Vigna  <jug@sad.it>
12269
12270         * sp_spell.C (initialize): changed error text to more general
12271         spellchecker command use (not only ispell!)
12272
12273         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12274
12275         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12276
12277 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12278
12279         * vspace.C: initialise lyxgluelength on failure
12280
12281 2001-11-28  Allan Rae  <rae@lyx.org>
12282
12283         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12284         declaration & definition that looks like a function declaration.
12285
12286 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12287
12288         * BufferView2.C (copy):
12289         (copyEnvironment): do not clear the selection when doing a copy.
12290
12291         * text.C (paintFirstRow): compilation fix
12292
12293 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12294
12295         * tabular.C (Latex): correct line count when writing latex.
12296
12297 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12298
12299         * paragraph_pimpl.h:
12300         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12301           bug a bit
12302
12303 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12304
12305         * text.C:
12306         * LColor.h:
12307         * LColor.C: change vfillline->added_space
12308
12309         * text.C: add markers and text for added space
12310
12311         * vspace.C: fix comment
12312
12313 2001-11-28  André Pönitz <poenitz@gmx.net>
12314
12315         * paragraph.C: whitespace changes
12316         * all the other files from the change on 2001/11/26:
12317         change *::pos_type into lyx::pos_type
12318
12319 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12320
12321         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12322         language of the document when inserting error insets.
12323
12324 2001-11-26  André Pönitz <poenitz@gmx.net>
12325
12326         * BufferView_pimpl.[Ch]:
12327         *       CutAndPaste.C:
12328         * buffer.[Ch]:
12329         * lyxcursor.[Ch]:
12330         * lyxfind.C:
12331         * lyxfunc.C:
12332         * lyxrow.[Ch]:
12333         * paragraph.[Ch]:
12334         * paragraph_pimpl.[Ch]:
12335         * sp_spell.C:
12336         * text.C:
12337         * text2.C: reduce header dependencies, introduce type for positions
12338
12339 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12340
12341         * <various>: change to use Alert.h
12342
12343 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12344
12345         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12346         when encountering an unknown token.
12347         (readLyXformat2): Show an error message if there were unknown tokens.
12348
12349 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12350
12351         * BufferView2.C:
12352         * BufferView_pimpl.C:
12353         * buffer.C:
12354         * paragraph.h:
12355         * text.C:
12356         * text2.C: use par->isInset()
12357
12358 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12359
12360         * paragraph_pimpl.h:
12361         * paragraph_pimpl.C: cleanup
12362
12363 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12364
12365         * text2.C (removeRow):
12366         * text.C (setHeightOfRow): remove useless (and costly) call to
12367         getRow.
12368
12369 2001-11-20  Allan Rae  <rae@lyx.org>
12370
12371         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12372         Now need Inset*::checkInsertChar() to return true for appropriate
12373         cases so that the characters in the minibuffer will actually be
12374         inserted.
12375
12376 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12377
12378         * text.C: change the order of the includes.
12379         (workWidth): initialize it at once.
12380         (workWidth): make maxw unsigned
12381         (setHeightOfRow): remove unused variable (inset)
12382         (selectSelectedWord): remove unused variable (inset)
12383         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12384
12385 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12386
12387         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12388         server is not running.
12389         (openConnection):
12390         (closeConnection): add debug info when server is disabled.
12391
12392         * ColorHandler.C (getGCForeground): send debug message to GUI
12393         channel.
12394
12395         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12396
12397         * kbmap.C (bind): modify because return conventions of
12398         kb_sequence::parse have changed.
12399
12400         * kbsequence.C (parse): only ignore spaces and not any stupid
12401         control character. This avoids tests like s[i] <= ' ', which are
12402         guaranteed to fail with 8bit characters and signed chars.
12403         Change return code to string::npos when there have been no error
12404         (0 was a bad idea when error is at first character)
12405
12406 2001-11-14  José Matos  <jamatos@fep.up.pt>
12407
12408         * buffer.h:
12409         * buffer.C (simpleDocBookOnePar): removed unused argument.
12410
12411 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12412
12413         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12414         insets which are part of a word. Paragraph::isLetter takes care of
12415         that now. Use Paragraph::isInset to identify insets.
12416         (selectSelectedWord): do not test for hyphenation break.
12417
12418         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12419         that protected spaces are considered as spaces.
12420
12421         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12422         Inset::isLetter.
12423
12424 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12425
12426         * lyxserver.h:
12427         * lyxserver.C: fix it. and small cleanup.
12428
12429 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12430
12431         * BufferView_pimpl.C: use inline helpers
12432
12433         * LaTeXFeatures.h:
12434         * LaTeXFeatures.C: fix typos
12435
12436         * Spacing.h:
12437         * Spacing.C: move spacing_string into class
12438
12439         * ToolbarDefaults.C: move stuff into namespace anon
12440
12441         * layout.h: update enum
12442
12443         * lyxfunc.C: use better debug
12444
12445         * minibuffer.h: fix typo
12446
12447         * debug.h:
12448         * debug.C:
12449         * WorkArea.C: add and use Debug::WORKAREA
12450
12451         * lyxtext.h:
12452         * text.C:
12453         * text2.C: code re-organisation, inline helpers
12454
12455 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12456
12457         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12458         std::vector.empty().
12459
12460 2001-11-09  Allan Rae  <rae@lyx.org>
12461
12462         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12463         '\n's after tables.  Tabular and ERT inset work now makes this no
12464         longer necessary.
12465
12466 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12467
12468         * minibuffer.h:
12469         * minibuffer.C: fix crash, improve drop-down completion
12470
12471 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12472
12473         * lyxserver.h:
12474         * lyxserver.C: invalidate fd's when doing endPipe()
12475
12476 2001-11-08  José Matos  <jamatos@fep.up.pt>
12477
12478         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12479         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12480
12481         * paragraph.h:
12482         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12483
12484 2001-11-07  José Matos  <jamatos@fep.up.pt>
12485
12486         * buffer.h:
12487         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12488         const qualifier.
12489
12490         * buffer.C (sgmlOpenTag):
12491         * buffer.C (sgmlCloseTag): removed debug info.
12492
12493         * buffer.h (sgmlOpenTag):
12494         * buffer.h (sgmlCloseTag): made public.
12495
12496 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12497
12498         * buffer.C (saveParamsAsDefaults):
12499         * lyx_cb.C (MenuLayoutSave): remove
12500
12501         * LyXAction.C (init):
12502         * commandtags.h:
12503         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12504
12505 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12506
12507         * buffer.C (setPaperStuff): removed from here...
12508
12509         * bufferparams.C (setPaperStuff): ... and moved there.
12510
12511 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12512
12513         * minibuffer.h:
12514         * minibuffer.C:
12515         * XFormsView.C: add support for drop-down completion
12516
12517 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12518
12519         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12520         commands.
12521
12522 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12523
12524         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12525         disabled.
12526
12527 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12528
12529         * lyx_main.C: change ref to known bugs
12530
12531 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12532
12533         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12534         to work around older babel problems.
12535
12536 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12537
12538         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12539
12540 2001-10-24  Juergen Vigna  <jug@sad.it>
12541
12542         * tabular-old.C (ReadOld): below variable changes reflected.
12543
12544         * tabular.[Ch]: added ltType struct for longtable header/footer
12545         defines and changed all instances where they are used. Added
12546         future support for double top/bottom rows.
12547
12548 2001-10-24  José Matos  <jamatos@fep.up.pt>
12549
12550         * buffer.h (docbookHandleCaption):
12551         * buffer.C (docbookHandleCaption): removed unused function.
12552         (makeDocBookFile): moved docbook supported version to v4.1.
12553
12554 2001-10-24  José Matos  <jamatos@fep.up.pt>
12555
12556         * tabular.h:
12557         * tabular.C (docbookRow): new function to export docbook code of a row.
12558         (DocBook): now honors the longtable flags.
12559
12560 2001-10-23  José Matos  <jamatos@fep.up.pt>
12561
12562         * LaTeXFeatures.h:
12563         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12564         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12565
12566         * buffer.C (makeLinuxDocFile):
12567         (makeDocBookFile): reworked the preamble, more clean, and with
12568         support for lyx defined entities. Changed the document declaration
12569         to be more XML friendly.
12570
12571         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12572         if we need to output XML that should be done with a filter.
12573
12574 2001-10-22  Juergen Vigna  <jug@sad.it>
12575
12576         * sp_pspell.h (class PSpell): add alive function needed in the
12577         controller to see if the spellchecker could be started.
12578
12579 2001-10-22  Juergen Vigna  <jug@sad.it>
12580
12581         * buffer.C (insertStringAsLines): modify the font for inserting
12582         chars in certain conditions by calling checkInsertChar(font).
12583
12584 2001-10-19  Juergen Vigna  <jug@sad.it>
12585
12586         * text.C (workWidth): use getRow instead of wrong algorithm.
12587         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12588
12589 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12590
12591         * lyxserver.h:
12592         * lyxserver.C:
12593         * lyx_main.h:
12594         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12595
12596 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12597
12598         * text.C (workWidth): do not search for the exact row when
12599         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12600         optimization for big documents.
12601
12602 2001-10-18  Juergen Vigna  <jug@sad.it>
12603
12604         * text.C (workWidth): new function with added Inset * parameter.
12605
12606 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12607
12608         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12609
12610         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12611         change return type of getColumnNearX.
12612
12613
12614         * text.C (changeRegionCase): use uppercase/lowercase instead of
12615         toupper/tolower.
12616         (leftMargin):
12617         (rightMargin): simplify code by factoring out the uses of
12618         textclasslist.
12619         (labelFill):
12620         (numberOfHfills):
12621         (setHeightOfRow):
12622         (appendParagraph): use Paragraph::size_type
12623
12624 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12625
12626         * vspace.C (asLatexString): add a missing break
12627
12628 2001-10-15  Herbert Voss  <voss@perce.de>
12629
12630         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12631
12632 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12633
12634         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12635         is not available.
12636
12637 2001-10-10  André Pönitz <poenitz@gmx.net>
12638
12639         * lyxfunc.C: removed greek_kb_flag.
12640
12641 2001-10-10  Herbert Voss  <voss@perce.de>
12642
12643         * lyx_main.C: delete global string help_lyxdir.
12644
12645 2001-10-09  Herbert Voss  <voss@perce.de>
12646
12647         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12648
12649         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12650
12651         * lyx_main.C: added global string help_lyxdir.
12652
12653         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12654
12655 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12656
12657         * lyxrc.C (set_font_norm_type): support iso8859-4
12658
12659 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12660
12661         * LaTeX.C (deplog): add another regex for MikTeX
12662
12663 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12664
12665         * lyxrc.C (set_font_norm_type): support iso8859-3
12666
12667 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12668
12669         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12670
12671         * LaTeXFeatures.C: remove special case of french and index
12672
12673         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12674         before \begin{document}). This solves several incompatibilities.
12675
12676 2001-10-03  Garst Reese  <reese@isn.net>
12677
12678         * lyx_cb.C: change CheckTex error msg.
12679
12680 2001-10-03  José Matos  <jamatos@fep.up.pt>
12681
12682         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12683
12684 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12685
12686         * .cvsignore: update
12687
12688         * lyx_main.C (commandLineVersionInfo): use new style version info.
12689
12690         * buffer.C (writeFile):
12691         (makeLaTeXFile):
12692         (makeLinuxDocFile):
12693         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12694
12695         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12696
12697         * version.h: update to use stuff in version.C
12698
12699         * version.C.in: new file. Contains version information determined
12700         at compile time. This is a merging of version.h and
12701         version_info.h.in.
12702
12703 2001-10-03  Juergen Vigna  <jug@sad.it>
12704
12705         * BufferView_pimpl.C (update): don't change "dirty" status in
12706         updateInset call.
12707
12708 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12709
12710         * WorkArea.C (c-tor): re-position version string slightly.
12711
12712 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12713
12714         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12715         revert to previous code.
12716
12717         WorkArea.[Ch]: (show, destroySplash): methods removed.
12718
12719         WorkArea.C: rework code so that it's an amalgam of the codes before and
12720         after the splash screen was moved to WorkArea.
12721
12722 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12723
12724         * lyxrc.C (read):
12725         * vspace.C (inPixels):
12726         (lyx_advance):
12727         * kbmap.C (bind):
12728         * buffer.C (insertStringAsLines):
12729         (asciiParagraph): fix types to be large enough
12730
12731         * lyxlex_pimpl.h: change member status from short to int
12732
12733         * layout.h: fix type of endlabeltype
12734
12735         * kbmap.C (bind):
12736         * kbsequence.C (parse): change return type to string::size_type
12737
12738         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12739         variable
12740
12741         * Bullet.C (bulletSize):
12742         (bulletEntry): do not use short ints as parameters
12743
12744         * BufferView2.C (insertLyXFile): change a char to an int.
12745
12746         * WorkArea.C (WorkArea): remove unneeded floats in computation
12747
12748 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12749
12750         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12751
12752         * paragraph.C (asString): Do not ignore newline/hfill chars when
12753         copying to the clipboard.
12754
12755 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12756
12757         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12758         after a multi-line inset.
12759
12760 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12761
12762         * paragraph.C (validate): Set NeedLyXFootnoteCode
12763
12764 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12765
12766         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12767         and decrease-error to decrease.
12768
12769 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12770
12771         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12772         it more readable (should be equivalent)
12773
12774 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12775
12776         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12777
12778 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12779
12780         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12781         of a cursor (row, etc.) after a character has been deleted
12782         (deleteEmptyParagraphMechanism): call the method above on _all_
12783         cursors held by the LyXText when a double space has been
12784         detected/deleted.
12785
12786 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12787
12788         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12789         pixmap.
12790         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12791
12792         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12793         background. Use greyOut() and the new show() methods to toggle between
12794         the foreground and background. Add code to remove the splash after
12795         its initial showing.
12796
12797         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12798         (create_forms): no longer call Dialogs::showSplash.
12799
12800 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12801
12802         * .cvsignore: add version_info.h
12803
12804 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12805
12806         * version_info.h.in: new file
12807
12808         * Makefile.am: add version_info.h.in
12809
12810         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12811         version_info.h instead of VERSION_INFO
12812
12813 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12814
12815         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12816         The ERT inset now returns string().
12817
12818 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12819
12820         * lyxtext.h, text.C (selectNextWord): renamed as
12821         selectNextWordToSpellcheck.
12822
12823         * text.C (selectNextWordToSpellcheck): Modified to not select
12824         words inside an ERT inset.
12825
12826 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12827
12828         * lyx_cb.C (MenuLayoutSave): change a bit the question
12829
12830         * sp_base.h: include <sys/types.h>
12831
12832 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12833
12834         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12835
12836 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12837
12838         * several files: fix typos in user-visible strings
12839
12840 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12841
12842         * text2.C (pasteSelection): do not set the selection, since it
12843         will be cleared later. Actually, the intent was to fix the way the
12844         selection was set, but I figured rmoving the code was just as good.
12845
12846 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12847
12848         * FontLoader.C (available): Check if font is available without
12849         loading the font.
12850
12851 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12852
12853         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12854
12855 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12856
12857         * lyxrc.[Ch]: added display_graphics variable and associated code.
12858
12859 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12860
12861         * bufferparams.C (hasClassDefaults): new method. Returns true if
12862         the buffer parameters correspond to known class defaults
12863
12864 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12865
12866         * XFormsView.C (show): set minimum size to the main window.
12867
12868 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12869
12870         * text2.C (copySelection):
12871         (cutSelection):
12872         * lyxfind.C (LyXReplace):
12873         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12874         LyXText::selectionAsString.
12875
12876         * paragraph.C (asString): add "label" argument to the second form
12877
12878         * text2.C (selectionAsString): add "label" argument and pass it to
12879         Paragraph::asString.
12880
12881 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12882
12883         * lyx_main.C (commandLineHelp): remove version information
12884
12885 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12886
12887         * lyx_main.C: add -version commandline option
12888
12889 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12890
12891         * paragraph.h: make the optional constructor arg required instead.
12892         some modifications to other files because of this.
12893
12894         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12895
12896         * lyxserver.C (C_LyXComm_callback): make it static
12897
12898         * lyx_main.C (error_handler): make it static
12899
12900         * lyx_gui.C (LyX_XErrHandler): make it static
12901
12902         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12903
12904         * WorkArea.C: make the extern "C" methods static.
12905
12906         * Makefile.am (lyx_LDADD): simplify
12907
12908 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12909
12910         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12911         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12912
12913         * LyXAction.C (init):
12914         * lyxfunc.C (dispatch): associated code removal.
12915
12916 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12917
12918         * lyxfont.h (isSymbolFont): shut off warning
12919
12920         * text.C (setHeightOfRow):
12921         (getVisibleRow): fix crash with empty paragraphs which have a
12922         bottom line
12923
12924 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12925
12926         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12927         code.
12928
12929 2001-09-04  José Matos  <jamatos@fep.up.pt>
12930         * buffer.C
12931         * buffer.h
12932         * tabular.C (docbook): rename docBook method to docbook.
12933
12934 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12935
12936         * Makefile.am: add dependencies to main.o.
12937
12938 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12939
12940         * FontLoader.C (available): Return false if !lyxrc.use_gui
12941
12942 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12943
12944         * FontInfo.C (query):
12945         * converter.C (view):
12946         * importer.C (Import):
12947         * exporter.C (Export): Can not -> cannot.
12948
12949 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12950
12951         * BufferView_pimpl.C: allow to create index inset even if
12952           string is empty
12953
12954 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12955
12956         * buffer.C (getLists): replace boost::tie code with an explicit pair
12957         as boost::tie can break some compilers.
12958
12959         * iterators.h: Added a std:: declaration to the return type of
12960         ParIterator::size.
12961
12962 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12963
12964         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12965           case.
12966
12967 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12968
12969         * iterators.[Ch]: New files. Provide paragraph iterators.
12970
12971         * buffer.C (changeLanguage): Use paragraph iterators.
12972         (isMultiLingual): ditto
12973
12974         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12975
12976 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12977
12978         * FontLoader.C: Support for cmr font.
12979
12980 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12981
12982         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12983         (available): New method.
12984
12985         * FontInfo.C (getFontname): Use scalable fonts even when
12986         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12987         found.
12988
12989 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12990
12991         * converter.C (Formats::view): reverted! Incorrect fix.
12992
12993 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12994
12995         * converter.C (Formats::view): only output the -paper option
12996         if the dvi viewer is xdvi, thereby fixing bug #233429.
12997
12998 2001-08-23  Herbert Voss  <voss@perce>
12999
13000         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13001
13002 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13003
13004         * Spacing.h (Spacing): Set space to Default on in the default
13005         constructor.
13006
13007 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13008
13009         * vc-backend.h (RCS::versionString): add RCS to version
13010         (CVS::versionString): add CVS to version
13011
13012         * vc-backend.C (scanMaster): do not add CVS to version.
13013         (scanMaster): do not add RCS to version
13014
13015         * lyxvc.C (versionString): new method
13016
13017         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13018
13019 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13020
13021         * Spacing.C (set): initialize fval
13022
13023 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13024
13025         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13026         " or \.
13027
13028 2001-08-16  Juergen Vigna  <jug@sad.it>
13029
13030         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13031
13032 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13033
13034         * BufferView_pimpl.C:
13035         * figureForm.C:
13036         * lyxtext.h:
13037         * text2.C: setParagraph takes linespacing now
13038
13039 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13040
13041         * LyxAction.C: add internal LFUN_CITATION_INSERT
13042
13043         * LyXView.C: actually apply fix
13044
13045         * bufferlist.C: fix open non-existent file
13046
13047         * lyxfind.C: fix indentation
13048
13049         * lyxfunc.C: remove unneeded assert, fix typo
13050
13051 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13052
13053         * MenuBackend.C: use "Floatname List"
13054
13055 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13056
13057         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13058         when converting LaTeX layout to insetERT.
13059         Generate a non-collapsed float when reading old float
13060
13061 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13062
13063         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13064         ERT insets.
13065
13066 2001-08-13  Juergen Vigna  <jug@sad.it>
13067
13068         * text.C (fill): return 0 instead of 20 as this seems to be the more
13069         correct value.
13070
13071 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13072
13073         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13074         lyxrc.font_norm.
13075
13076 2001-08-13  Juergen Vigna  <jug@sad.it>
13077
13078         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13079         casesensitive off.
13080         (SearchBackward): comment out the unlocking of the inset_owner this
13081         should not be needed!
13082
13083 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13084
13085         * Many files: Remove inherit_language, and add latex_language
13086
13087         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13088         collapsible insets.
13089
13090 2001-08-10  Juergen Vigna  <jug@sad.it>
13091
13092         * text.C (prepareToPrint): fixed hfill-width in draw!
13093
13094         * BufferView2.C (selectLastWord): save the selection cursor as this
13095         now is cleared in the function LyXText::clearSelection!
13096
13097 2001-08-08  Juergen Vigna  <jug@sad.it>
13098
13099         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13100         BACKSPACE type functions.
13101
13102         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13103         is only cutted from the document but not put in the cut-buffer, where
13104         still the old stuff should be.
13105
13106         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13107
13108         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13109
13110         * tabular.C (SetWidthOfCell): fixed special case where the width
13111         was not updated!
13112         (LeftLine): handle '|' in align_special.
13113         (RightLine): ditto
13114         (LeftAlreadyDrawed): ditto
13115         (SetWidthOfCell): ditto
13116
13117 2001-08-07  Juergen Vigna  <jug@sad.it>
13118
13119         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13120
13121 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13122
13123         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13124         * lyxlex.[hC]: ditto
13125
13126 2001-08-06  Juergen Vigna  <jug@sad.it>
13127
13128         * text.C (getVisibleRow): fix up row clearing a bit.
13129
13130 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13131
13132         * minibuffer.C: make sure the X server sees the changes in the input.
13133
13134 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13135
13136         * paragraph.C (getFont): split into...
13137         (getLabelFont): this
13138         (getLayoutFont): and this
13139         * paragraph_pimpl.C (realizeFont): calling this
13140
13141         * text2.C (getFont): split into...
13142         (getLayoutFont): this
13143         (getLabelFont): and this
13144         (realizeFont): all three calling this
13145
13146         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13147         files where used.
13148
13149 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13150
13151         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13152
13153 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13154
13155         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13156         layouts from the Quote inset insertion.
13157
13158 2001-08-03  Juergen Vigna  <jug@sad.it>
13159
13160         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13161
13162         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13163         only if status not is already CHANGED_IN_DRAW (second level).
13164
13165         * text.C (draw): don't set the need_break_row when inside an
13166         InsetText LyXText.
13167
13168 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13169
13170         * buffer.C (parseSingleLyXformat2Token): handle more latex
13171         conversion cases.
13172
13173         * bufferview_funcs.[hC]: change function names to
13174         begin with small char, adjust other files.
13175
13176 2001-08-02  André Pönitz <poenitz@gmx.net>
13177
13178         * lyxfunc.C:
13179         BufferView_pimpl.C: remove broken special code for math-greek
13180
13181 2001-08-02  Juergen Vigna  <jug@sad.it>
13182
13183         * BufferView_pimpl.C (update): redone this function so that we
13184         update the text again if there was a CHANGE_IN_DRAW.
13185
13186         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13187         (drawFromTo): added a new internal bool which is used by draw() and
13188         redraw() function.
13189         (general): some cursor drawing problems fixed.
13190
13191 2001-08-01  Juergen Vigna  <jug@sad.it>
13192
13193         * lyxfind.C (LyXFind): fixed
13194         (SearchForward): ditto
13195         (SearchBackward): ditto
13196
13197         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13198         spurius drawing of the cursor in the main area.
13199
13200         * text2.C (status): small fix which could lead to a segfault!
13201         (clearSelection): remove unneeded BufferView param.
13202
13203 2001-08-01  André Pönitz <poenitz@gmx.net>
13204
13205         * lyxfunc.C: small change due to changed mathed interface
13206
13207 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13208
13209         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13210
13211 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13212
13213         * lyxfunc.c: fail gracefully if file doesn't exist
13214
13215         * LyXSendto.C:
13216         * buffer.C:
13217         * lyxfunc.C:
13218         * BufferView_pimpl.C: IsDirWriteable() proto changed
13219
13220         * LyXView.C: fix updateWindowTitle() to store the last title
13221
13222 2001-07-31  Juergen Vigna  <jug@sad.it>
13223
13224         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13225         the font (wrong since using of Paragraph::highestFontInRange).
13226
13227         * paragraph.C (highestFontInRange): added a default_size parameter.
13228
13229         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13230         (setHeightOfRow): reformat
13231
13232 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13233
13234         * converter.[hC] + affected files: move to (inital-char)lowercase
13235         function names.
13236
13237         * ParagraphParameters.C (ParagraphParameters): remove commented code
13238
13239         * PainterBase.[Ch]: remove commented code
13240
13241         * LaTeXFeatures.h: add "bool floats" for float.sty
13242
13243         * LaTeXFeatures.C (LaTeXFeatures): init floats
13244         (require): handle float
13245         (getPackages): do it with floats
13246
13247 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13248
13249         * BufferView_pimpl.C (Dispatch): improve handling of
13250         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13251
13252         * commandtags.h: #include lyxfont.h here temporarily to avoid
13253         keybinding bug.
13254
13255         * bufferlist.h: include LString.h here.
13256
13257 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13258
13259         * text2.C (getStringToIndex): new method.
13260
13261 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13262
13263         * *: Reduced header file dependencies all over.
13264
13265 2001-07-30  Baruch Even  <baruch@lyx.org>
13266
13267         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13268
13269 2001-07-29  Baruch Even  <baruch@lyx.org>
13270
13271         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13272
13273 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13274
13275         * ParameterStruct.h (endif): add a default constructor to make
13276         sure that all variables is initialized.
13277
13278         * ParagraphParameters.C (ParagraphParameters): adjust
13279
13280 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13281
13282         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13283         index; also, check that there is something to index, and that it
13284         does not span over several paragraphs.
13285         (doubleClick): use WHOLE_WORD_STRICT for double click.
13286
13287         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13288
13289         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13290         scheme.
13291
13292 2001-07-26  Baruch Even  <baruch@lyx.org>
13293
13294         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13295         an InsetFig figure, backwards compatible reading of old figure code.
13296
13297 2001-07-27  Juergen Vigna  <jug@sad.it>
13298
13299         * text2.C: font.realize function adaption.
13300
13301         * text.C (draw): add a warnings lyxerr text if needed.
13302
13303         * layout.C: font.realize function adaption.
13304
13305         * language.C: add inherit_language and implement it's handlings
13306
13307         * bufferview_funcs.C (StyleReset): remove language parameter from
13308         font creation (should be language_inherit now).
13309
13310         * bufferparams.C (writeFile): handle ignore_language.
13311
13312         * paragraph.C (getFontSettings): the language has to be resolved
13313         otherwise we have problems in LyXFont!
13314
13315         * lyxfont.C (lyxWriteChanges): added document_language parameter
13316         (update): removed unneeded language parameter
13317
13318         * paragraph.C (validate): fixed wrong output of color-package when
13319         using interface colors for certain fonts in certain environments,
13320         which should not seen as that on the final output.
13321
13322 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13323
13324         * BufferView_pimpl.C:
13325         * Thesaurus.h:
13326         * Thesaurus.C:
13327         * Makefile.am:
13328         * commandtags.h:
13329         * LyXAction.C: add thesaurus support
13330
13331         * lyxfind.h:
13332         * lyxfind.C: add "once" parameter, for thesaurus, to not
13333           move to the next match
13334
13335 2001-07-26  Juergen Vigna  <jug@sad.it>
13336
13337         * lyxfont.C (realize): honor ignore_language too!
13338         (resolved): ditto.
13339
13340         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13341
13342         * text.C (draw): one place more for ignore_language to not draw
13343         itself!
13344
13345 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13346
13347         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13348
13349 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13350
13351         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13352         the minipage conversion problem.
13353
13354 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13355
13356         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13357         insert an inset.
13358
13359 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13360
13361         * BufferView.h: don't forward declare WorkArea
13362
13363         * BufferView.C: don't include WorkArea.h
13364
13365 2001-07-25  André Pönitz <poenitz@gmx.net>
13366
13367         * commandtags.h:
13368         * LyXAction.C:
13369         * lyxfunc.C:  new LFUN 'math-space'
13370
13371         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13372
13373 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13374
13375         * text2.C (toggleInset): call open/close
13376
13377 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13378
13379         * lyxfunc.C (dispatch): add debug for the disabled case
13380
13381         * font.C (buttonText): make similar to rectText
13382
13383         * buffer.C (readInset): comment out parsing of insetlist and
13384         insttheorem
13385
13386         * PainterBase.C (rectText): small correction
13387
13388         * BufferView_pimpl.C: comment out insettheorem and insetlist
13389         * LyXAction.C: ditto
13390         * commandtags.h: ditto
13391
13392 2001-07-24  Juergen Vigna  <jug@sad.it>
13393
13394         * text.C (draw): honor the ignore_language.
13395
13396         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13397
13398 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13399
13400         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13401         char inset.
13402
13403 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13404
13405         * lyxtext.h: remove unused (and unimplemented) methods
13406
13407 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13408
13409         * text.C (getVisibleRow): honor background color
13410
13411         * PainterBase.h:
13412         * Painter.h: remove default color argument for fillRectangle
13413
13414         * text.C (backgroundColor): new method
13415
13416 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13417
13418         * text.C (getVisibleRow): adjust
13419
13420         * font.[Ch] (rectText): new method, metrics
13421         (buttonText): new method, metrics
13422
13423         * PainterBase.[hC]: make rectText and buttonText always draw and take
13424         fewer paramteres.
13425
13426 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13427
13428         * ToolbarDefaults.C (read):
13429         * MenuBackend.C (read): allow escaping in all strings
13430
13431         * BufferView_pimpl.C (insertAndEditInset): new method.
13432         (Dispatch): use insertAndEditInset whenever appropriate.
13433
13434         * BufferView_pimpl.C (insertNote): removed
13435
13436         * BufferView_pimpl.C (smartQuote): new method, moved from
13437         BufferView; if an insetquote cannot be inserted, insert a '"'
13438         character instead.
13439
13440         * BufferView2.C: remove insertCorrectQuote();
13441
13442         * lyxfunc.C (getStatus): Add support for all remaingin
13443         inset-insert lfuns.
13444
13445         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13446
13447         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13448         command (necessary to pass " as parameter of self-insert.
13449
13450         * text.C (selectWordWhenUnderCursor):
13451         (selectWord): add word_location parameter
13452         (selectWordWhenUnderCursor): same + remove special code for word
13453         boundary.
13454         (selectNextWord): use kind() to guess type of insetspecialchar,
13455         not latex().
13456
13457         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13458         (insertErtContents): create ert insets as collapsed.
13459         (readInset): better compatibility code for Info inset.
13460
13461 2001-07-20  Juergen Vigna  <jug@sad.it>
13462
13463         * lyxfunc.C (dispatch): use always LyXFind now!
13464
13465         * text2.C (init): add a reinit flag so that the LyXText can be
13466         reinited instead of deleted and reallocated (used in InsetText).
13467
13468         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13469
13470         * text.C: ditto
13471
13472         * text2.C: ditto
13473
13474 2001-07-18  Juergen Vigna  <jug@sad.it>
13475
13476         * text.C (selectNextWord): handle insets inside inset by calling
13477         always the bv->text functions so that we can go up the_locking_inset!
13478
13479         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13480         in strange locations when inside an inset!
13481
13482         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13483         handling to include insets.
13484
13485         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13486
13487 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13488
13489         * LyXAction.C (init):
13490         * commandtags.h:
13491         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13492         LIGATURE_BREAK, since the name is so stupid.
13493
13494 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13495
13496         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13497         InsetInfos.
13498
13499         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13500
13501         * sp_form.[Ch]: remove.
13502
13503         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13504
13505         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13506         InsetInfo.
13507
13508         * src/buffer.C (readInset): ditto.
13509
13510 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13511
13512         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13513         menuSeparator(), endOfSentenceDot(), ldots() and
13514         hyphenationPoint(), which are therefore removed.
13515         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13516
13517         * LyXAction.C (init):
13518         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13519
13520         * paragraph.C (getWord): removed.
13521
13522         * BufferView_pimpl.C (Dispatch): use last word or selection for
13523         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13524
13525         * lyx_main.C (queryUserLyXDir): do not ask before creating
13526         user_dir, except if it has been named explicitely.
13527
13528 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13529
13530         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13531         a document of zero size.
13532
13533 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13534
13535         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13536         approriately in the c-tor and in require().
13537         (getPackages): output the appropriate LaTeX for natbib support.
13538
13539         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13540         variables "use_natbib" and "use_numerical_citations" when reading the
13541         LyX file.
13542         (readInset): read the various natbib cite commands.
13543         (validate): white-space change.
13544
13545         * bufferparams.[Ch]: new variables "bool use_natbib" and
13546         "bool use_numerical_citations".
13547         (writeFile): output them in the LyX file.
13548
13549 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13550
13551         * lyxfunc.C (getStatus): add support for all the inset insertion
13552         commands.
13553
13554         * text2.C (insertInset):
13555         * paragraph.C (insetAllowed):
13556         * BufferView_pimpl.C (insertInset): update to take in account the
13557         renaming of insertInsetAllowed
13558
13559         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13560
13561         * text2.C (getInset): new method. returns inset at cursor position.
13562
13563         * BufferView_pimpl.C (Dispatch): changes because of this.
13564
13565         * LyXAction.C (init): rename open-stuff to inset-toggle.
13566
13567         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13568
13569         * text2.C (toggleInset): renamed from openStuff; use
13570         Inset::open().
13571
13572 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13573
13574         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13575
13576         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13577
13578 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13579
13580         * buffer.C (readLyXformat2): Add filename to the error dialog
13581
13582 2001-07-18  Juergen Vigna  <jug@sad.it>
13583
13584         * tabular.C (GetCellNumber): put an assert here instead of the check!
13585
13586 2001-07-17  Juergen Vigna  <jug@sad.it>
13587
13588         * BufferView_pimpl.C (toggleSelection): adapted too.
13589
13590         * text.C (selectNextWord): adapted for use with insets.
13591         (selectSelectedWord): ditto
13592
13593 2001-07-17  Juergen Vigna  <jug@sad.it>
13594
13595         * sp_spell.C (PSpell): fix initialitation order.
13596
13597 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13598
13599         * paragraph.C: spacing
13600
13601 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13602
13603         * sp_spell.C: repair language selection for pspell
13604
13605 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13606
13607         * lyxfunc.h: change more methods to begin with lower char.
13608
13609 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13610
13611         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13612         for unknown layouts.
13613
13614 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13615
13616         * buffer.C (readLyXformat2): Generate an error dialog if there are
13617         unknown layouts.
13618
13619 2001-07-16  Juergen Vigna  <jug@sad.it>
13620
13621         * sp_spell.C: always compile ISpell part.
13622
13623         * lyxrc.C: added use_pspell entry and it's handling.
13624
13625 2001-07-13  Juergen Vigna  <jug@sad.it>
13626
13627         * sp_spell.C: removed double includes.
13628
13629 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13630
13631         Consistent use of Lsstream.h:
13632         * Lsstream.h: added using std::stringstream for consistencies sake.
13633
13634         * buffer.C: removed using std::stringstream
13635
13636         * lyxfont.C (stateText):
13637         * paragraph.C (asString):
13638         * text.C (selectNextWord, selectSelectedWord):
13639         * text2.C (setCounter):
13640         * vspace.C (asString, asLatexString):
13641         std::ostringstream -> ostringstream.
13642
13643 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13644
13645         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13646         * commandtags.h: add LFUN_HELP_ABOUTLYX
13647         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13648
13649 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13650
13651         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13652         cursorToggle()
13653         * lyx_gui_misc.C: remove spellchecker
13654         * lyxfunc.C: showSpellchecker
13655         * sp_base.h: added
13656         * sp_ispell.h: added
13657         * sp_pspell.h: added
13658         * sp_spell.C: added
13659         * sp_form.[Ch]: removed
13660         * spellchecker.[Ch]: removed
13661
13662 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13663
13664         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13665         is set.
13666         (simpleTeXSpecialChars): Simply print the input character without
13667         any special translation if pass_thru is set.
13668
13669         * layout.h: Added bool pass_thru to layout class for being able to
13670         implement pass through of a paragraph for Literate Programming.
13671
13672         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13673         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13674         * layout.C (Read): add "passthru" to list of layout tags and add
13675         code to set the pass_thru boolean when it is read.
13676
13677 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13678
13679         * trans_decl.h: remove allowed from KmodInfo
13680
13681         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13682         remove allowed code
13683         (Load): adjust
13684
13685         * paragraph_pimpl.C (erase): use boost::prior
13686
13687         * Painter.C (text): use data() instead of c_str() when length is
13688         also provided.
13689         * WorkArea.C (putClipboard): ditto
13690         * font.h (width): ditto
13691
13692         * BufferView2.C: use it-> instead of (*it). for iterators
13693         * texrow.C: ditto
13694         * paragraph_pimpl.C: ditto
13695         * paragraph.C: ditto
13696         * minibuffer.C: ditto
13697         * language.C: ditto
13698         * kbmap.C: ditto
13699         * encoding.C: ditto
13700         * counters.C: ditto
13701         * converter.C: ditto
13702         * chset.C: ditto
13703         * Variables.C: ditto
13704         * TextCache.C: ditto
13705         * MenuBackend.C: ditto
13706         * LyXAction.C: ditto
13707         * LColor.C: ditto
13708         * FloatList.C: ditto
13709         * DepTable.C: ditto
13710         * ColorHandler.C (LyXColorHandler): ditto
13711
13712 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13713
13714         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13715
13716         * text2.C (openStuff): reintroduce this method (which had been
13717         nuked in NEW_INSETS frenzy).
13718
13719         * lyxfunc.C (Dispatch): when an action has not been handled, use
13720         its name in the error message, not its number.
13721
13722         * paragraph.C (inInset): change method name to begin with lowercase.
13723
13724         * undo_funcs.C:
13725         * text2.C: updates because of this.
13726
13727 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13728
13729         * ToolbarDefaults.C (add): add spaces in error message
13730
13731 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13732
13733         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13734         (readLyXformat2): rename return_par to first_par, use lyxlex's
13735         pushToken and remove the manual push handling.
13736         (parseSingleLyXformat2Token): add another ert comp. variable:
13737         in_tabular, rename return_par to first_par. handle newlines better
13738
13739 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13740
13741         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13742
13743 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13744
13745         * text2.C (getParFromID): removed
13746
13747         * buffer.C (getParFromID): new method moved form lyxtext.
13748         * BufferView2.C (insertErrors): adjust
13749         (setCursorFromRow): adjust
13750         * BufferView_pimpl.C (restorePosition): adjust
13751         * lyxfunc.C (Dispatch): adjust
13752         * undo_funcs.C (textUndo): adjust
13753         (textRedo): adjust
13754         (textHandleUndo): adjust
13755         (textHandleUndo): adjust
13756
13757 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13758
13759         * buffer.C: up' the LYX_FORMAT
13760
13761         * lyxfont.h: turn NO_LATEX on as default
13762
13763         * buffer.C (insertErtContents): new methods of tex style compability.
13764         (parseSingleLyXformat2Token): use it several places.
13765         * tabular.C (OldFormatRead): and here
13766
13767 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13768
13769         * text2.C: remove some commented code.
13770         reindent file.
13771
13772         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13773         * trans.C: changes because of the above.
13774
13775 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13776
13777         * text2.C (setCounter): Fix counters bug with bibliography layout.
13778
13779 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13780
13781         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13782         own member functions
13783         (simpleTeXSpecialChars): ditto
13784
13785 2001-07-06  Juergen Vigna  <jug@sad.it>
13786
13787         * a lot of files: changed the access to LyXText::status and the
13788         call of undo-functions.
13789
13790         * undo.[Ch]: added a inset_id to the undo informations.
13791
13792         * undo_funcs.[Ch]: added and moved here all undo functions.
13793
13794         * lyxtext.h: give the status enum a weight, made status_ a private
13795         variable and made accessor functions for it, removed the whole bunch
13796         of undo-functions as they are now in their own file, make some
13797         functions publically available. Added function ownerParagraph with
13798         int parameter.
13799
13800         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13801         made InInset() a const function, added getParFromID() function.
13802
13803         * buffer.[Ch]: added const version for inset_iterator functions,
13804         added getInsetFromID() function.
13805
13806         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13807         changed undo functions for new version.
13808
13809 2001-07-05  Juergen Vigna  <jug@sad.it>
13810
13811         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13812         unknow mechanism does not call the proper constructor but only this
13813         one also if I request the other!?
13814
13815 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13816
13817         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13818
13819         * text2.C (LyXText): use initialization lists.
13820
13821         * lyxtext.h (Selection): initialize set_ and mark_
13822         (init): remove method
13823
13824 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13825
13826         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13827
13828 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13829
13830         * screen.[Ch]: change method names to begin with lowercase
13831
13832         * BufferView_pimpl.C (updateScrollbar): simplify further and
13833         hopefully make it a bit faster.
13834
13835 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13836
13837         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13838         calling directly xforms functions.
13839
13840         * Painter.C (Painter):
13841         * lyx_cb.C (MenuWrite):
13842         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13843         fl_display.
13844
13845         * lyx_gui.C: remove bogus guiruntime extern declaration.
13846
13847 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13848
13849         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13850         in NEW_INSETS
13851         (redoDrawingOfParagraph): ditto
13852         (redoParagraphs): ditto
13853         (cutSelection): don't create a object for CutAndPaste use the
13854         static method directly
13855         (pasteSelection): ditto
13856
13857         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13858         LyXview (+ rename)
13859
13860 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13861
13862         * modifications to some other files because of this.
13863
13864         * Makefile.am (lyx_SOURCES): add XFormsView
13865
13866         * XFormsView.[Ch]: new files
13867
13868         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13869         the main window. Move the gui dependent stuff to XFormsView
13870
13871 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13872
13873         * tabular.C (GetCellInset): update cur_cell also in the row/col
13874         version of this function.
13875
13876         * lyxfunc.C: no need to include figure_form.h here.
13877
13878         * FontLoader.h:
13879         * lyxfunc.h:
13880         * lyxscreen.h:
13881         * text2.C:
13882         * lyxvc.C: no need to include forms.h here.
13883
13884 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13885
13886         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13887
13888         * lyxfunc.C (Dispatch):
13889         * Spacing.C (set):
13890         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13891         constructor argument.
13892
13893 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13894
13895         * paragraph.C (Paragraph): dont't clear, and just set layout.
13896         (makeSameLayout): use params's copy contructor.
13897
13898         * ParagraphParameters.[Ch] (makeSame): delete method
13899
13900 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13901
13902         * Variables.[Ch]: fix indentation, rename set to isSet
13903
13904 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13905
13906         * lyxfunc.C (Dispatch): fix typo
13907
13908 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13909
13910         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13911         upper_bound.
13912
13913         * bufferlist.C: include assert.h for emergencyWrite().
13914
13915 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13916
13917         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13918           give up at last (bug #425202) !
13919
13920 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13921
13922         * lyx_gui_misc.C:
13923         * sp_form.h:
13924         * sp_form.C:
13925         * spellchecker.h:
13926         * spellchecker.C: strip spellchecker options and bring up
13927           preferences tab instead
13928
13929 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13930
13931         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13932         the istringstream constructor
13933
13934 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13935
13936         * paragraph.C (getLayout): fix return value
13937
13938         * paragraph.h: do not declare getLayout as inline.
13939
13940         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13941
13942 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13943
13944         * lyxcursor.h (operator<): new func
13945         (operator>): new func
13946         (operator>=): new func
13947         (operator<=): new func
13948
13949         * text.C (changeCase): use selection.start and selection.end
13950         (changeRegionCase): require from to be <= to. Require par to be a
13951         valid paragraph.
13952
13953         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13954
13955 2001-06-27  Juergen Vigna  <jug@sad.it>
13956
13957         * text.C (cursorLeftOneWord): changed to return the cursor and added
13958         overlay with BufferView * parameter which calls this one.
13959         (getWord): added
13960         (selectWord): use new getWord function.
13961         (changeCase): renamed from changeWordCase as and extended to work
13962         also on selections.
13963
13964         * lyxtext.h: added enum word_location
13965
13966         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13967         changeCase as this operates now also on selections.
13968
13969 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13970
13971         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13972
13973         * many files: send debug output to Debug::INFO instead of
13974         Debug::ANY.
13975
13976         * converter.C (View):
13977         (Convert):
13978         (Move): send debug output to Debug::FILES instead of console.
13979
13980 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13981
13982         * lyxfunc.C (getStatus): use func_status
13983
13984         * func_status.h: new header, describing the results of
13985         LyXFunc::getStatus;
13986
13987         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13988         LFUN_MATH_HALIGN.
13989
13990 2001-06-25  The LyX Project  <jug@sad.it>
13991
13992         * buffer.C (sgmlOpenTag):
13993         (sgmlCloseTag):
13994         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13995
13996 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13997
13998         * text2.C: remove some dead code
13999
14000         * tabular.C (GetCellInset): store the last cell checked (gotten)
14001
14002         * tabular.h: add the helper for the speedup
14003
14004         * lyxtext.h: remove some dead code
14005
14006 2001-06-26  The LyX Project  <Asger>
14007
14008         * paragraph.C: Change export to LaTeX of alignment to
14009         \begin{center} and family for better roundtrip work with reLyX.
14010
14011         * Tune the math drawing a bit.
14012
14013 2001-06-25  The LyX Project  <Asger>
14014
14015         * LColor.C (LColor): New color for math background. New color
14016         for buttons.
14017
14018 2001-06-25  The LyX Project  <jug@sad.it>
14019
14020         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14021
14022         * lyxfunc.C (Open):
14023         * bufferlist.C (newFile): do not restrict to files ending with
14024         .lyx
14025
14026         * BufferView_pimpl.C (MenuInsertLyXFile):
14027
14028 2001-06-24  The LyX Project  <jug@sad.it>
14029
14030         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14031         of compare_no_case
14032
14033 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14034
14035         * lyxtext.h: rename most methods to begin with a small char.
14036         Lots of changes because of this.
14037
14038         * paragraph.C (Paragraph): do not call fitToSize
14039         (erase): call Pimpl::erase
14040         (insertChar): call Pimpl::insertChar
14041         (insertInset): call Pipl::insertInset
14042         (breakParagraph): do not call fitToSize
14043         (breakParagraphConservative): do not call fitToSize
14044         (fitToSize): remove method
14045
14046         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14047
14048 2001-06-24  The LyX Project  <Asger>
14049
14050         * Fix Qt compilation^2
14051
14052 2001-06-24  The LyX Project  <jug@sad.it>
14053
14054         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14055         depthHook(getDepth()-1).
14056
14057         * paragraph.h:
14058         * ParagraphParameters.h:
14059         * ParameterStruct.h: change type of depth to unsigned int ==
14060         depth_type. Many adaptations to other files before of that.
14061
14062 2001-06-24  The LyX Project  <Asger>
14063
14064         * Fix Qt compilation.
14065
14066 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14067
14068         * paragraph.h: renamed several methods to begin with small letter.
14069         several changes to many parts of the code because of this.
14070
14071 2001-06-23  The LyX Project  <jug@sad.it>
14072
14073         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14074         rewritten to discard all double spaces when KeepEmpty is off
14075         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14076         to only handle newlines but not fiddle with spaces and friends.
14077
14078         * lyxfunc.C (MenuNew): when doing 'new from template', use
14079         template_path as default directory
14080
14081 2001-06-23  The LyX Project  <Asger>
14082
14083         * Clean-up of header file includes all over
14084         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14085
14086 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14087
14088         * paragraph.h: renamed from lyxparagraph.h
14089
14090 2001-06-23  Asger  <lyx@violet.home.sad.it>
14091
14092         * Buffer.h: Removed Buffer::resize
14093         * BufferList.h: Removed BufferList::resize
14094         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14095         the document lazily when we change the width, or the font settings.
14096
14097 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14098
14099         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14100
14101 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14102
14103         * buffer.h: remove out of date comment
14104
14105 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14106
14107         * lyxscreen.h:
14108         * screen.C: fix "theoretical" GC leak
14109
14110 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14111
14112         * LaTeX.C (scanAuxFile):
14113         (deplog): remove trailing \r when reading stream (useful under
14114         win32)
14115
14116 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14117
14118         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14119         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14120         and BufferView::theLockingInset(Inset*), so should use them and not
14121         access bv_->text->the_locking_inset directly.
14122
14123         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14124
14125 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14126
14127         * Makefile.am:
14128         * tex-defs.h: remove old unused file
14129
14130 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14131
14132         * BufferView_pimpl.C: fix typo, remove minibuffer message
14133           when buffer has loaded
14134
14135 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14136
14137         * lyxfunc.C (Dispatch): use stringstream
14138         (MenuNew): use stringstream
14139         (Open): use stringstream
14140
14141         * importer.C (Import): use stringstream
14142
14143         * bufferview_funcs.C (CurrentState): use stringstream
14144
14145         * LaTeX.C (run): use stringstream
14146
14147         * BufferView_pimpl.C (savePosition): use stringstream
14148         (restorePosition): use stringstream
14149         (MenuInsertLyXFile): use stringstream
14150
14151 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14152
14153         * BufferView.C:
14154         * Bullet.C:
14155         * ColorHandler.C:
14156         * FontInfo.C:
14157         * FontLoader.C:
14158         * LColor.C:
14159         * LaTeXFeatures.C:
14160         * Painter.C:
14161         * gettext.C:
14162         * lyx_gui_misc.C:
14163         * lyxserver.C:
14164         * vspace.C: removed // -*- C++ -*- as first line.
14165
14166         * lyxfind.h:
14167         * version.h: added // -*- C++ -*- as first line.
14168
14169 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14170
14171         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14172
14173         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14174         of string
14175
14176 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14177
14178         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14179         of floats.
14180
14181 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14182
14183         * gettext.C: include LString.h even when --disable-nls is on.
14184
14185 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14186
14187         * converter.h (Get): changed argument type from int to
14188         FormatList::size_type to avoid unnecessary conversion.
14189
14190         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14191         before using it.
14192
14193 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14194
14195         * gettext.h: include LString.h even when --disable-nls is on.
14196
14197 2001-06-07  Juergen Vigna  <jug@sad.it>
14198
14199         * text.C (BreakAgain): subst spaces with tabs.
14200
14201         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14202         (resizeInsetsLyXText): set force on resizeLyXText.
14203
14204 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14205
14206         * gettext.h (gettext_init):
14207         (locale_init): use a real definition instead of a macro
14208
14209 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14210
14211         * Bufferview_pimpl.C:
14212         * LColor.h:
14213         * LColor.C: further lcolor tidies
14214
14215 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14216
14217         * BufferView_pimpl.C (updateScrollbar): simplify.
14218
14219         * BufferView2.C: don't include insets/insetinfo.h, change
14220         prototype for insertInset and call the Pimpl version. let
14221         updateInset call Pimpl version.
14222
14223         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14224         gotoInset to BufferView::Pimpl
14225
14226 2001-06-01  Juergen Vigna  <jug@sad.it>
14227
14228         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14229         inside a LockingInset (is the update needed at all?).
14230
14231 2001-05-31  Juergen Vigna  <jug@sad.it>
14232
14233         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14234         here not the old one otherwise how should we compare it afterwards
14235         if it's the same!
14236
14237 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14238
14239         * lyxfont.C:
14240         * tabular.C:
14241         * tabular-old.C:
14242         * FontInfo.C: bring C functions into global namespace when
14243         necessary
14244
14245 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14246
14247         * LString.h: make sure config.h has been loaded before LString.h.
14248
14249         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14250         (one for each char read by EatLine!).
14251
14252         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14253         variables.
14254
14255 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14256
14257         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14258         to the same as the par we break from
14259
14260 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14261
14262         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14263
14264         * MenuBackend.C (expand): also create menu entries for wide
14265         versions of the floats.
14266
14267         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14268
14269         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14270
14271         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14272         frontends/Makefile.am
14273
14274         * text2.C: adjust
14275         * text.C: adjust
14276
14277
14278         * tabular.C (getTokenValue): add std::
14279
14280         * tabular-old.C (getTokenValue): add std::
14281         (getTokenValue): ditto
14282         (getTokenValue): ditto
14283
14284         * screen.C (ToggleSelection): adjust
14285
14286         * lyxtext.h: put selection cursors inside a Selection struct.
14287
14288         * lyxfunc.C (moveCursorUpdate): adjust
14289
14290         * lyxfont.C (latexWriteStartChanges): add std::
14291
14292         * lyxfind.C: adjust
14293
14294         * font.h: delete with(char const *, LyXFont const &)
14295
14296         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14297
14298         * FontInfo.C (getFontname): add std::
14299
14300         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14301         (workAreaButtonPress): adjust
14302         (tripleClick): adjust
14303         (update): adjust
14304         (moveCursorUpdate): adjust
14305         (Dispatch): adjust
14306
14307         * BufferView2.C (gotoInset): adjust
14308
14309 2001-05-30  Juergen Vigna  <jug@sad.it>
14310
14311         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14312         to check pspell I add this as default as I now have new pspell
14313         libraries and they seem to use this.
14314
14315 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14316
14317         * text2.C (CutSelection): make the cursor valid before the call to
14318         ClearSelection.
14319
14320 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14321
14322         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14323         relied on 0 terminated strings and other horrors. Bug found due to
14324         the new assert in lyxstring!
14325
14326         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14327         KP_ keys.
14328
14329 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14330
14331         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14332         to latinkeys.bind.
14333
14334         * lyxfunc.C (processKeySym): change method of getting to the
14335         self-insert char.
14336
14337         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14338         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14339         * BufferView_pimpl.[Ch]: here as private methods.
14340
14341 2001-05-28  Juergen Vigna  <jug@sad.it>
14342
14343         * text.C (SetHeightOfRow): added the update() call again as it is
14344         needed to initialize inset dimensions!
14345
14346 2001-05-16  Juergen Vigna  <jug@sad.it>
14347
14348         * text2.C (SetCharFont): Add new function with BufferView * and
14349         bool toggleall parameters for setting insets internal fonts.
14350         (SetFont): Freeze the undo as we may change fonts in Insets and
14351         all this change should be inside only one Undo!
14352
14353         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14354         setting font's in insets as for them we have the SetFont function!
14355
14356 2001-05-15  Juergen Vigna  <jug@sad.it>
14357
14358         * text2.C (ClearSelection): to be sure we REALLY don't have any
14359         selection anymore!
14360
14361         * tabular.C (TeXCellPreamble): fixed the left border problem for
14362         multicolumn cells.
14363
14364 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14365
14366         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14367         dependancy file
14368
14369 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14370
14371         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14372         LFUN_BREAKPARAGRAPH.
14373
14374         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14375         help test to "internal only", similar for LFUN_INSERT_URL
14376
14377         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14378         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14379         auto_region_delete and deadkeys.
14380
14381 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14382
14383         * LColor.h:
14384         * LColor.C: remove some dead entries, tidy a little
14385
14386 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14387
14388         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14389         commented code.
14390         (Dispatch): implement LFUN_ESCAPE
14391
14392         * commandtags.h: add LFUN_ESCAPE
14393
14394         * LyXAction.C (init): add entry for LFUN_ESCAPE
14395
14396         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14397         Remove commented code.
14398         (insertNote): moved here
14399         (open_new_inset): moved here
14400
14401         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14402         BufferView_pimpl
14403
14404 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14405
14406         * kbmap.C (findbinding): clean it up and make it work correctly.
14407
14408         * lyx_main.C (init): do not pass argc and argv as parameters
14409
14410 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14411
14412         * buffer.C: fix path for OS/2 & Win32
14413
14414         * lyx_gui.C:
14415         * lyx_main:
14416         * lyx_main.C: Added os:: class.
14417
14418         * os2_defines.h: update
14419
14420 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14421
14422         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14423         better by trying again with reduced state.
14424
14425 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14426
14427         * lyxrc.C (read): print error about invalid key sequence only when
14428         debugging (because not all latinX keysyms are known to some X
14429         servers)
14430
14431         * kbsequence.C (getiso): add a few std:: qualifiers
14432         (getiso): comment out extra return statement.
14433
14434 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14435
14436         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14437         handling.
14438         (Dispatch): enhance the accent inset a bit. (not perfect)
14439
14440 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14441
14442         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14443
14444 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14445
14446         * bufferlist.C (emergencyWrite): fix assert() call
14447
14448 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14449
14450         * text.C (InsertChar): Added trivial patch to only send the "you
14451         can not do multiple spaces this way" message once during a
14452         session.
14453
14454 2001-05-08  Baruch Even  <baruch@lyx.org>
14455
14456         * Makefile.am: Changed order of libraries to get LyX to link properly
14457         with the gnome frontend.
14458
14459 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14460
14461         * LaTeXFeatures.h: add a std:: qualifier
14462
14463 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14464
14465         * paragraph.C (String): use stringstream
14466
14467 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14468
14469         * paragraph.C (writeFile): remove footflag arg
14470
14471         * buffer.C (makeLaTeXFile): use stringstream
14472         (latexParagraphs): remove footnot gurba
14473
14474         * LaTeXFeatures.C (getPackages): use stringstream
14475         (getMacros): likewise
14476         (getTClassPreamble): likewise
14477         (getFloatDefinitions): new method
14478
14479         * paragraph.C (writeFile): reindent
14480         (Erase): reindent
14481
14482         * WorkArea.h: revert the xpos + etc changes.
14483
14484         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14485
14486         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14487
14488         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14489         (pasteSelection): likewise
14490         * text2.C (CreateUndo): likewise
14491
14492 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14493
14494         * minibuffer.C (peek_event): temporarily reduce the functionality
14495         of the minibuffer (to allow args on lfuns)
14496
14497         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14498         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14499
14500         * buffer.C (readInset): add compability reading of old float
14501         lists, add reading of new style float list.
14502         (readInset): avoid reevaluation of inscmd.getCmdName()
14503         (getLists): reindent
14504
14505         * MenuBackend.C (MenuItem): implement parsing of
14506         md_floatlistinsert and md_floatinsert.
14507         (expand::LastFiles): move initalizaton of iterators out of loop,
14508         avoid reevaluation.
14509         (expand::Documents): introduce typdedef vector<string> Strings,
14510         and use it.
14511         (expand::ExportFormats): introduce typedef vector<Format const *>
14512         Formats, and use it.
14513         (expand): implement FloatListInsert and FloatInsert.
14514
14515         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14516         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14517         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14518
14519         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14520         handling.
14521         (Dispatch::LFUN_FLOAT_LIST): implement
14522
14523 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14524
14525         * LaTeX.C (run): Fix problem with --export code.
14526
14527 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14528
14529         * BufferView.[Ch] (workarea): removed.
14530         (getClipboard) new method; wrapper for workarea()->getClipboard()
14531
14532         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14533         bug.
14534
14535         * WorkArea.h (width, height, xpos, ypos): These methods all
14536         returned the dimensions of the work_area sub-area of WorkArea,
14537         resulting in a position error if the WorkArea were resized. Now
14538         return the dimensions of the entire WorkArea.
14539
14540         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14541
14542 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14543
14544         * LaTeX.C (deplog): correct the syntax of regex reg1
14545
14546 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14547
14548         * undo.C: remove !NEW_INSETS cruft
14549
14550 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14551
14552         * text2.C: remove !NEW_INSETS cruft
14553
14554         * text.C: remove !NEW_INSETS cruft
14555
14556         * tabular.C: remove !NEW_INSETS cruft
14557
14558         * spellchecker.C: remove !NEW_INSETS cruft
14559
14560         * lyxtext.h: remove !NEW_INSETS cruft
14561
14562         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14563
14564         * lyxfunc.C: remove !NEW_INSETS cruft
14565
14566         * lyxfind.C: remove !NEW_INSETS cruft
14567
14568         * lyx_cb.C: remove !NEW_INSETS cruft
14569
14570         * figureForm.C: remove  !NEW_INSETS cruft
14571
14572         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14573
14574         * buffer.[Ch]: remove !NEW_INSETS cruft
14575
14576         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14577
14578         * CutAndPaste.C: remove !NEW_INSETS cruft
14579
14580         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14581
14582         * BufferView2.C: remove !NEW_INSETS cruft
14583
14584         * BufferView.h: remove !NEW_INSETS cruft
14585
14586 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14587
14588         * Lsstream.h: include LString.h before the sstream headers to
14589         fix problem with gcc 2.95.3 and lyxstring
14590
14591 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14592
14593         * lyx_main.C: add using directives when needed for C functions
14594         declared in std:: namespace.
14595
14596 2001-04-27  Juergen Vigna  <jug@sad.it>
14597
14598         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14599         (SetHeightOfRow): comment out the update call should not be needed!
14600
14601 2001-04-13  Juergen Vigna  <jug@sad.it>
14602
14603         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14604         (LyXTabular): tried to minimize operator= operations (and realized
14605         hopfully Lars wish).
14606
14607 2001-04-27  Juergen Vigna  <jug@sad.it>
14608
14609         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14610
14611 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14612
14613         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14614
14615         * buffer.C (readInset): hack to make listof algorithm work
14616
14617         * BufferView_pimpl.C: hack to make listof algorithm work
14618
14619 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14620
14621         * LyXAction.C: removed all !NEW_INSETS cruft
14622         (init): moved lfun_item in method
14623
14624         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14625
14626 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14627
14628         * BufferView2.C (theLockingInset): white space.
14629
14630 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14631
14632         * minibuffer.C: include <iostream>
14633
14634         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14635
14636         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14637
14638         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14639
14640         * text.[Ch] (TransposeChars): new method
14641
14642 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14643
14644         * call message directly through LyXView instead of through LyXFunc
14645         * BufferView2.C: adjust
14646         * BufferView_pimpl.C: adjust
14647         * FontLoader.C: adjust
14648         * buffer.C: adjust
14649         * bufferview_funcs.C: adjust
14650         * converter.C: adjust
14651         * figureForm.C: adjust
14652         * importer.C: adjust
14653         * lyx_cb.C: adjust
14654         * lyx_gui_misc.C: adjust
14655         * lyxfunc.C: adjust
14656         * lyxvc.C: adjust
14657         * text2.C: adjust
14658         + more files in subdirs
14659
14660         * lyxparagraph.h (size): move up int file
14661         (GetLayout): ditto
14662
14663         * adjust all uses of Assert to lyx::Assert.
14664
14665         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14666         lyxfunctional in namespace lyx
14667         * layout.C (hasLayout): ditto
14668         (GetLayout): ditto
14669         (GetLayout): ditto
14670         (delete_layout): ditto
14671         (NumberOfClass): ditto
14672         * converter.C (GetFormat): ditto
14673         (GetNumber): ditto
14674         (Add): ditto
14675         (Delete): ditto
14676         (SetViewer): ditto
14677         * bufferlist.C (getFileNames): ditto
14678         (emergencyWriteAll): ditto
14679         (exists): ditto
14680         (getBuffer): ditto
14681         * MenuBackend.C (hasSubmenu): ditto
14682         (hasMenu): ditto
14683         (getMenu): ditto
14684         * BufferView_pimpl.C (getInsetByCode): ditto
14685
14686 2001-04-18  Juergen Vigna  <jug@sad.it>
14687
14688         * vspace.C (asLatexString): fixed the 100% problem.
14689
14690 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14691
14692         * lyxfunc.C (Dispatch):
14693         * minibuffer.C:
14694         * minibuffer.h: add a few std:: qualifiers
14695
14696 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14697
14698         * minibuffer.[Ch]: reimplement so that commands is initiated and
14699         run from lyxfunc, simplified som handling, and made the completion
14700         and history code for complete. wip.
14701
14702         * lyxfunc.C (processKeySym): call message
14703         (miniDispatch): new temporary method
14704         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14705         (LFUN_MESSAGE): implement
14706         (LFUN_MESSAGE_PUSH): implement
14707         (LFUN_MESSAGE_POP): implement
14708         (initMiniBuffer): the initial/defualt minibuffer message.
14709
14710         * lyxfont.[Ch]: inline some more getters
14711
14712         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14713
14714         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14715
14716         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14717         (AutoSave): use LFUN_MESSAGE
14718         (Reconfigure): ditto
14719
14720         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14721
14722         * figureForm.C: use LFUN_MESSAGE
14723
14724         * converter.C (runLaTeX): use LFUN_MESSAGE
14725
14726         * bufferview_funcs.C: use LFUN_MESSAGE
14727         (Melt): ditto
14728         (changeDepth): ditto
14729
14730         * bufferparams.h: use boost::
14731
14732         * bufferlist.h: inherit privately from noncopyable
14733
14734         * bufferlist.C (loadLyXFile): remove some commented code.
14735
14736         * buffer.C (runChktex): use LFUN_MESSAGE
14737
14738         * ShareContainer.h: inherit privately from noncopyable
14739
14740         * ParagraphParameters.[hC] (depth): inline it.
14741
14742         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14743         methods.
14744         (message): new method
14745         (messagePush): ditto
14746         (messagePop): ditto
14747         (show): init minibuffer
14748         (showState): direct call
14749
14750         * LaTeX.[Ch]: inherit privately from noncopyable
14751         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14752         instead of WriteStatus.
14753
14754         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14755
14756         * BufferView_pimpl.C (buffer): don't init minibuffer
14757         (workAreaButtonPress): use LFUN_MESSAGE
14758         (workAreaButtonRelease): ditto
14759         (savePosition): ditto
14760         (restorePosition): ditto
14761         (MenuInsertLyXFile): ditto
14762         (workAreaExpose): don't init minibuffer
14763         (update): remove commented code, simplify
14764
14765         * BufferView2.C (openStuff): use LFUN_MESSAGE
14766         (toggleFloat): ditto
14767         (menuUndo): ditto
14768         (menuRedo): ditto
14769         (copyEnvironment): ditto
14770         (pasteEnvironment): ditto
14771         (copy): ditto
14772         (cut): ditto
14773         (paste): ditto
14774         (gotoInset): ditto
14775         (updateInset): remove some commented code
14776
14777         * lastfiles.h: inherit privately from noncopyable
14778         * layout.h: ditto
14779         * lyx_gui.h: ditto
14780         * lyx_main.h: ditto
14781         * lyxlex.h: ditto
14782         * lyxlex_pimpl.h: ditto
14783
14784         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14785         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14786         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14787
14788         * LyXAction.h: inherit privately from noncopyable, add methods
14789         func_begin, func_end, returning iterators to the func map.
14790
14791         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14792         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14793         (func_begin): new method
14794         (func_end): new method
14795
14796         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14797         and not)
14798         (copySelection): ditto
14799         (pasteSelection): ditto
14800
14801         * BufferView.C: whitespace change
14802         * BufferView.h: inherit privately from noncopyable
14803
14804 2001-04-16  Allan Rae  <rae@lyx.org>
14805
14806         * tabular-old.C (l_getline):
14807         * spellchecker.C (sc_check_word):
14808         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14809         an unrecognised preprocessor directive.  So ensure they're wrapped.
14810
14811 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14812
14813         * src/exporter.C (Export): Give an error message when path to file
14814         contains spaces.
14815
14816 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14817
14818         * LaTeX.C (deplog): Always check that foundfile exists.
14819
14820 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14821
14822         * lyx_main.h:
14823         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14824
14825 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14826
14827         * tabular.[Ch] (getLabelList): implement new method
14828
14829         * minibuffer.h: comment ouf setTiimer
14830
14831         * minibuffer.C (ExecutingCB): constify res
14832         (peek_event): constify s
14833         (Set): constify ntext
14834         (Init): constify nicename
14835
14836         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14837
14838         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14839         (savePosition): use two params to Minibuffer::Set
14840         (restorePosition): ditto
14841
14842 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14843
14844         * lyx_main.C: include language.h
14845
14846         * Makefile.am (lyx_main.o): add language.h
14847
14848 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14849
14850         * exporter.C:
14851         * paragraph.C:
14852         * screen.C:
14853         * tabular.C:
14854         * CutAndPaste.C: include gettext.h
14855
14856         * lyxfont.h: remove old hack with ON and OFF.
14857
14858         * lyxparagraph.h:
14859         * lyxfont.h: do not include language.h...
14860
14861         * BufferView2.C:
14862         * LaTeXFeatures.C:
14863         * Painter.C:
14864         * bufferview_funcs.C:
14865         * font.C:
14866         * lyxfont.C:
14867         * text.C:
14868         * text2.C:
14869         * trans_mgr.C:
14870         * paragraph.C: ... but do it here instead
14871
14872 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14873
14874         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14875
14876         * tabular.C: small reformat
14877
14878         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14879         NEW_INSETS version
14880         (GetChar): ditto
14881         (BreakParagraph): ditto
14882         (SetOnlyLayout): ditto
14883         (SetLayout): ditto
14884
14885         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14886         with one arg less.
14887
14888         * lastfiles.C: removed most using decl, add std:: where needed
14889
14890         * buffer.C: ws changes
14891
14892         * MenuBackend.C (class compare_format): put into anon namespace
14893         (expand): constify label, names, action, action2
14894         (expand):
14895
14896         * text.C (SingleWidth): constify font
14897         (IsBoundary): constify rtl2
14898         (GetVisibleRow): constify ww
14899
14900         * LaTeX.C (deplog): constify logfile
14901
14902         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14903         start_x, end_x
14904         (workAreaExpose): constify widthChange, heightChange
14905
14906         * lyxrow.C (par): moved
14907         (height): moved
14908         (next): moved
14909         * lyxrow.h: as inlines here
14910
14911         * lyxfont.h (shape): moved from lyxfont.C
14912         (emph): moved from lyxfont.C
14913
14914         * lyxfont.C (LyXFont): use initialization list for all
14915         constructors
14916         (shape): move to lyxfont.h as inline
14917         (emph): move to lyxfont.h as inline
14918
14919
14920 2001-04-04  Juergen Vigna  <jug@sad.it>
14921
14922         * vspace.C: had to include stdio.h for use of sscanf
14923
14924 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14925
14926         * BufferView.h:
14927         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14928         independent of xforms.
14929
14930 2001-04-02  Juergen Vigna  <jug@sad.it>
14931
14932         * spellchecker.C: fixed namespace placing!
14933
14934 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14935
14936         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14937         the LyXParagraph * is 0.
14938
14939 2001-03-29  Juergen Vigna  <jug@sad.it>
14940
14941         * vspace.C: added support for %, c%, p%, l%.
14942         (stringFromUnit): added helper function.
14943         (asLatexString): changed to give right results for the %-values.
14944
14945         * buffer.C: convert the widthp in a width%.
14946
14947 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14948
14949         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14950         figureForm.[Ch].
14951
14952         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14953         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14954
14955         * lyx_cb.[Ch]: see above.
14956
14957         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14958         form1.[Ch].
14959
14960         * form1.[Ch]:
14961         * lyx.[Ch]: replaced by figure_form.[Ch].
14962
14963         * lyx_gui.C:
14964         * lyx_gui_misc.C:
14965         * lyxfunc.C: changed headers associated with above changes.
14966
14967 2001-03-27  Juergen Vigna  <jug@sad.it>
14968
14969         * BufferView_pimpl.C: set the temporary cursor right!
14970
14971 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14972
14973         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14974
14975 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14976
14977         * LString.h: removed "using std::getline"!
14978
14979         * BufferView_pimpl.C (Dispatch): changes due to changes in
14980         InsetInclude::Params.
14981
14982         * buffer.C (tag_name): removed redundant break statements as they were
14983         producing lots of warnings with my compiler.
14984
14985 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14986
14987         * LString.h: add "using std::getline" when using the real <string>.
14988
14989 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14990
14991         * buffer.C: removed bitset usage.
14992         PAR_TAG moved to an anonymous name space.
14993         (tag_name): new funtion, also in the anonymous namespace.
14994         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14995         (makeDocBookFile): clean code. Completed transition from string arrays
14996         to string vectors.
14997         (SimpleDocBookOnePar): code clean.
14998
14999 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15000
15001         * tabular.C: add some comments.
15002
15003 2001-03-22  Juergen Vigna  <jug@sad.it>
15004
15005         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15006         compatibility read a bit and fixed bug with minipage in different
15007         depth.
15008
15009 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15010
15011         * buffer.C (pop_tag): removed.
15012         (push_tag): removed.
15013         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15014         array replaced with vector. Added support for CDATA sections.
15015         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15016         at any nest level.
15017         (makeDocBookFile): XML conformant declaration of CDATA section,
15018         fixed bug related to <emphasis> in the first paragraph char.
15019         (sgmlOpenTag): exclude empty tags.
15020         (sgmlCloseTag): ditto.
15021
15022         * buffer.h (pop_tag): removed.
15023         (push_tag): removed.
15024
15025 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15026
15027         * language.h (Languages): added size_type and size().
15028
15029 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15030
15031         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15032         response on compability reading of minipages. One probliem is that
15033         the old usage of minipages was «flertydig»
15034
15035         * several files here and in subdirs: don't use static at file
15036         scope use anon namespaces instead.
15037
15038 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15039
15040         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15041         LaTeX output. This is necessary for Literate document
15042         processing.
15043
15044 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15045
15046         * buffer.C: insert hfill when needed.
15047
15048         * tabular.C (l_getline): use string::erase, small whitespace change.
15049
15050         * BufferView_pimpl.C: try the anon namespace.
15051         * WorkArea.C: ditto
15052
15053 2001-03-16  Juergen Vigna  <jug@sad.it>
15054
15055         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15056         otherwise it won't open options-dialogs.
15057
15058         * buffer.C: honor pextraWidth(p) on converting minipages.
15059
15060         * tabular.C (l_getline): changed the functions to strip trailing \r.
15061
15062 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15063
15064         * BufferView_pimpl.C:
15065         * minibuffer..C: added "using SigC::slot" declaration.
15066
15067 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15068
15069         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15070
15071         * text2.C: ditto
15072
15073         * text.C: ditto
15074
15075         * paragraph.C: ditto
15076
15077         * lyxtext.h: NO_PEXTRA
15078
15079         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15080
15081         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15082         * ParameterStruct.h: ditto
15083         * ParagraphParameters.h: ditto
15084         * lyxparagraph.h: ditto
15085
15086 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15087
15088         * buffer.C: add compability for minipage alignment.
15089         (latexParagraphs): remove unwanted pextra check.
15090
15091         * several files: remove CXX_WORKING_NAMESPACES
15092
15093         * buffer.C (pop_tag): tie is in namespace boost
15094
15095         * BufferView.h: noncopyable is in namespace boost
15096         * lyxlex.h: ditto
15097         * lyx_main.h: ditto
15098         * lyx_gui.h: ditto
15099         * layout.h: ditto
15100         * lastfiles.h: ditto
15101         * bufferlist.h: ditto
15102         * ShareContainer.h: ditto
15103         * LyXView.h: ditto
15104         * LyXAction.h: ditto
15105         * LaTeX.h: ditto
15106
15107 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15108
15109         * Merging changes from BRANCH_MVC back into HEAD.
15110
15111         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15112
15113 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15114
15115         * BufferView_pimpl.C: change from intl.C
15116
15117         * combox.h:
15118         * combox.C:
15119         * Makefile.am: move combox.*
15120
15121         * form1.h:
15122         * form1.C:
15123         * lyx_gui.C:
15124         * intl.h:
15125         * intl.C: remove dialog (covered by prefs)
15126
15127 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15128
15129         * lyxfunc.C (Dispatch): removed redundant break statement.
15130
15131 2001-03-14  Juergen Vigna  <jug@sad.it>
15132
15133         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15134
15135 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15136
15137         * buffer.C: add hack to fix compability reading of minipages.
15138
15139 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15140
15141         * buffer.C (getLists): Cleanup.
15142
15143 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15144
15145         * lyxfont.C (update): don't honor toggleall on font size.
15146
15147 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15148
15149         * bmtable.c:
15150         * bmtable.h:
15151         * Makefile.am: moved to frontends/xforms/
15152
15153         * lyx_gui_misc.C:
15154         * lyxfunc.C:
15155         * BufferView_pimpl.C: changes for moved mathpanel
15156
15157 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15158
15159         * gettext.h: fix gettext_init() in --disable-nls
15160
15161 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15162
15163         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15164
15165 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15166
15167         * lyx.C:
15168         * lyx.h: strip external form
15169
15170 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15171
15172         * BufferView_pimpl.C: add comment, destroySplash()
15173
15174 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15175
15176         * BufferView_pimpl.C:
15177         * LyXAction.C:
15178         * buffer.C:
15179         * commandtags.h:
15180         * lyxfunc.C: use re-worked insetinclude
15181
15182 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15183
15184         * buffer.C: add using std::stringstream.
15185
15186         * lyx_cb.C: readd using std::ios.
15187
15188         * buffer.C: add using std::map.
15189
15190         * BufferView_pimpl.C: add using std::vector.
15191
15192         * ShareContainer.h: add std:: to swap.
15193
15194         * buffer.h: add some typedefs
15195         * buffer.C (getLists): use them
15196         (getLists): renamed from getTocList.
15197         add a counter for the different float types and use it in the
15198         generated string.
15199         (getLists): use the same counter for the NEW_INSETS and the "non"
15200         NEW_INSETS
15201
15202         * lyx_cb.h: remove unused items, includes, using etc.
15203
15204         * ShareContainer.h: remove some commented code, add more comments
15205         and "documentation".
15206
15207 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15208
15209         * buffer.C (getTocList): make the list also when NEW_INSETS is
15210         defined.
15211
15212         * buffer.h: remove TocType
15213
15214         * buffer.C (getTocList): change to return a map<string,
15215         vector<TocItem> >, implement for dynamic number of list.
15216
15217         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15218         * text2.C (PasteSelection): adjust
15219         * CutAndPaste.C (pasteSelection): adjust
15220
15221         * FloatList.C (FloatList): update from the new_insets branch.
15222         * Floating.[Ch]: ditto
15223         * LaTeXFeatures.C: ditto
15224         * buffer.C: ditto
15225         * lyxlex_pimpl.C: ditto
15226
15227         * paragraph.C (Last): remove when NEW_INSETS is defined.
15228
15229         * other file: changes because of the above.
15230
15231 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15232
15233         * lyxparagraph.h: rename next to next_, previous to previous_,
15234         make them private for NEW_INSETS. Rename Next() to next(),
15235         Previous() to previous().
15236
15237         * other files: changes because of the above.
15238
15239 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15240
15241         * BufferView.h:
15242         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15243         problem.
15244
15245 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15246
15247         * main.C (main): pass lyx_localedir to gettext_init().
15248
15249         * gettext.h: remove locale_init and gettext_init macros
15250
15251         * gettext.C (locale_init): new function
15252         (gettext_init): new function
15253
15254         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15255         setlocale().
15256
15257 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15258
15259         * Moved credits to frontends:
15260         * credits.[Ch]: removed
15261         * credits_form.[Ch]: removed
15262         * lyx_gui_misc.C: remove credits stuff
15263         * Makefile.am:
15264
15265 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15266
15267         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15268
15269         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15270         unneeded destructor.
15271
15272         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15273         a standalone pointer again.
15274
15275         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15276
15277 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15278
15279         * Makefile.am:
15280         * filedlg.h:
15281         * filedlg.C:
15282         * LyXAction.C:
15283         * ToolbarDefaults.C:
15284         * bufferlist.C:
15285         * commandtags.h:
15286         * form1.C:
15287         * form1.h:
15288         * lyx_cb.C:
15289         * lyx_cb.h:
15290         * lyxfunc.h:
15291         * lyxfunc.C:
15292         * BufferView_pimpl.C: use new file dialog in GUII
15293
15294         * lyx_cb.h:
15295         * lyx_cb.C: remove LayoutsCB to Toolbar
15296
15297 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15298
15299         * ShareContainer.h (get): add std:: qualifier
15300
15301 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15302
15303         * ShareContainer.h: define a proper ShareContainer::value_type
15304         type (and use typename to please compaq cxx)
15305
15306 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15307
15308         * lyxparagraph.h: move serveral local vars to
15309         ParameterStruct/ParagraphParameters., use ShareContainer in
15310         FontTable., make vars in FontTable private and add getter and
15311         setter.
15312
15313         * paragraph.C: changes because of the above.
15314
15315         * lyxfont.h: remove copy constructor and copy assignment. (the
15316         default ones is ok), move number inside FontBits. move inlines to
15317         lyxfont.C
15318
15319         * lyxfont.C: add number to initializaton of statics, move several
15320         inlines here. constify several local vars. some whitespace
15321         cleanup. Dont hide outerscope variables.
15322
15323         * Spacing.h: add two new constructors to match the set methods.
15324
15325         * ShareContainer.h: new file, will perhaps be moved to support
15326
15327         * ParameterStruct.h: new file
15328
15329         * ParagraphParameters.h: new file
15330
15331         * ParagraphParameters.C: new file
15332
15333         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15334         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15335
15336         * BufferView_pimpl.C: ParagraphParameter changes.
15337         * buffer.C: Likewise.
15338         * bufferview_funcs.C: Likewise.
15339         * text.C: Likewise.
15340         * text2.C: Likewise.
15341
15342 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15343
15344         * lyxfind.C (LyXReplace): do not redefine default argument in
15345         implementation.
15346         (IsStringInText): ditto
15347         (SearchForward): ditto
15348         (SearchBackward): ditto
15349
15350 2001-03-06  Juergen Vigna  <jug@sad.it>
15351
15352         * lyxfind.C (IsStringInText): put parentes around expressions.
15353
15354 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15355
15356         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15357
15358 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15359
15360         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15361
15362         * stl_string_fwd.h: add comment
15363
15364         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15365
15366         * tabular.h:
15367         * tabular.C: remove unused DocBook methods
15368
15369         * intl.C:
15370         * language.C:
15371         * paragraph.C:
15372         * buffer.C:
15373         killed DO_USE_DEFAULT_LANGUAGE
15374
15375 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15376
15377         * lyx_gui.C: do not include language.h.
15378
15379         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15380         arguments in function implementation.
15381
15382 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15383
15384         * BufferView_pimpl.C: add <ctime>
15385
15386 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15387
15388         * BufferView_pimpl.C: add using std::find_if
15389
15390 2001-02-27  José Matos  <jamatos@fep.up.pt>
15391
15392         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15393         by OnlyPath.
15394
15395 2001-02-11  José Matos  <jamatos@fep.up.pt>
15396
15397         * buffer.C (makeDocBookFile): command styles now have a parameter as
15398         "title" by default.
15399
15400 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15401
15402         * layout_forms.[Ch]: removed
15403         * lyx_cb.[Ch]: out character
15404         * lyx_gui.C: out character
15405         * lyx_gui_misc.C: out character
15406         * bufferview_funcs.C: : out character,
15407         added toggleall as parameter in ToggleAndShow
15408
15409 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15410
15411         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15412
15413         * text2.C (SetCurrentFont): Disable number property at boundary.
15414
15415 2001-02-26  Juergen Vigna  <jug@sad.it>
15416
15417         * lyxfunc.C (getStatus): added a string argument override function so
15418         that this is correctly called from LyXFunc::Dispatch if it contains a
15419         do_not_use_argument which is used!
15420         (Dispatch): added check for "custom" export and call appropriate func.
15421
15422 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15423
15424         * lyxrc.C: Add language_command_local, language_use_babel and
15425         language_global_options.
15426
15427         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15428
15429         * buffer.C (makeLaTeXFile): Use language_use_babel and
15430         language_global_options.
15431
15432 2001-02-23  Juergen Vigna  <jug@sad.it>
15433
15434         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15435         which works with LyXText and putted it inside BufferView. Here now we
15436         only call for that part the BufferView::Dispatch() function.
15437
15438         * BufferView.C (Dispatch): added.
15439
15440         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15441         functions which needs to use a LyXText over from LyXFunc.
15442         (MenuInsertLyXFile): added
15443         (getInsetByCode): added
15444         (moveCursorUpdate): added
15445         (static TEXT): added
15446
15447 2001-02-22  Juergen Vigna  <jug@sad.it>
15448
15449         * BufferView_pimpl.C (update): call a status update to see if LyXText
15450         needs it.
15451
15452 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15453
15454         * vc-backend.C (revert): implement for CVS
15455         (getLog): implement for CVS
15456
15457 2001-02-20  Juergen Vigna  <jug@sad.it>
15458
15459         * text2.C (ClearSelection): added BufferView param for inset_owner call
15460
15461         * lyxfunc.C (TEXT): added this function and use it instead of
15462         directly owner->view()-text of getLyXText().
15463
15464 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15465
15466         * src/layout_forms.C: out preamble
15467         * src/layout_forms.h: out preamble
15468         * src/lyx_cb.C: out preamble
15469         * src/lyx_cb.h: out preamble
15470         * src/lyx_gui.C: out preamble
15471         * src/lyx_gui_misc.C: out preamble
15472         * src/lyxfunc.C: connect with guii preamble
15473
15474 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15475
15476         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15477
15478 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15479
15480         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15481         whether to run bibtex.
15482
15483 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15484
15485         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15486
15487 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15488
15489         * Makefile.am (lyx_SOURCES): removed bibforms.h
15490
15491         * vspace.h: doxygen
15492
15493         * text.C (GetVisibleRow): make several local vars const
15494
15495         * tabular.C: small cleanup.
15496
15497         * lyxserver.C (callback): use compare instead of strncmp
15498
15499         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15500         inlines to after class or to paragraph.C
15501
15502         * lyxfont.h: remove friend operator!=
15503
15504         * converter.h: move friend bool operator< to non friend and after
15505         class def.
15506
15507         * combox.h: small cleanup
15508
15509         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15510         to inlines after class def.
15511
15512         * buffer.C (pop_tag): use string operations instead of strcmp
15513
15514         * bmtable.c: doxygen, small cleanup
15515
15516         * LaTeX.h: remove friend operator==
15517
15518 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15519
15520         * screen.C:
15521         * lyxrc.[Ch]:
15522         * lyxfunc.C:
15523         * lyxfont.[Ch]:
15524         * lyx_cb.C:
15525         * intl.[Ch]:
15526         * commandtags.h:
15527         * buffer.C:
15528         * WorkArea.[Ch]:
15529         * LyXAction.C:
15530         * BufferView_pimpl.C:
15531         * BufferView.[Ch]: remove cruft
15532
15533 2001-02-14  Juergen Vigna  <jug@sad.it>
15534
15535         * lyxfunc.C: removed #if 0 unused code
15536
15537         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15538
15539         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15540
15541         * text2.C (SetSelection): added a BufferView * parameter
15542
15543 2001-02-13  Juergen Vigna  <jug@sad.it>
15544
15545         * lyxfunc.C (Dispatch): fixed protected blank problem.
15546         * BufferView2.C (protectedBlank): added LyxText * parameter.
15547
15548         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15549         (AppendColumn): same as above for column_info.
15550
15551         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15552         (moveCursorUpdate): use a LyXText param for support of InsetText.
15553
15554         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15555         (tripleClick): ditto
15556
15557         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15558
15559         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15560
15561         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15562
15563         * text2.C (SetSelection): set correct update status if inset_owner
15564         (ToggleFree): ditto
15565
15566 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15567
15568         * tabular.C: remove some commented code.
15569
15570 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15571
15572         * BufferView_pimpl.C: call hideSplash()
15573
15574         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15575
15576         * include_form.h:
15577         * bibforms.h: remove
15578
15579         * lyxfunc.C:
15580         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15581           add LFUN_CHILD_CREATE
15582
15583         * counters.h: fix tiny typo
15584
15585         * lyx_cb.C:
15586         * lyx.h:
15587         * lyx_gui.C:
15588         * lyx.C: move splash to frontends/xforms/
15589
15590         * lyx_gui_misc.C: move Include and Bibform to frontends
15591
15592         * lyxvc.h: clarify comment
15593
15594         * vspace.C: tiny housekeeping
15595
15596 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15597
15598         * text.C (PrepareToPrint): RTL Fix.
15599
15600         * paragraph.C (GetUChar): New method.
15601         (String):  Use GetUChar.
15602
15603         * buffer.C (asciiParagraph): Use GetUChar.
15604
15605 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15606
15607         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15608
15609 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15610
15611         * buffer.h:
15612         * buffer.C: rename to getLogName(), handle
15613           build log / latex log nicely
15614
15615 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15616
15617         * MenuBackend.C:
15618         * MenuBackend.h: remove support for reference menuitem type.
15619
15620 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15621
15622         * BufferView_pimpl.C: housekeeping
15623         * BufferView_pimpl.h:
15624         * LyXView.h:
15625         * Makefile.am:
15626         * Timeout.C:
15627         * Timeout.h:
15628         * minibuffer.h: move Timeout GUI-I
15629
15630 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15631
15632         * lyxrc.C (read): Update converters data-structures.
15633
15634 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15635
15636         * LaTeX.h (operator!=): add operator != for Aux_Info
15637
15638 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15639
15640         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15641
15642         * LaTeXLog.C: deleted, useful code moved to Buffer
15643
15644         * buffer.h:
15645         * buffer.C: new function getLatexLogName()
15646
15647         * lyx_gui_misc.C:
15648         * lyx_gui.C:
15649         * lyxvc.C:
15650         * lyxvc.h:
15651         * lyxfunc.C: use frontends for LaTeX and VC logs
15652
15653 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15654
15655         * LaTeX.h: yet another std:: that Allan forgot.
15656
15657         * Variables.C (set): renamed from isset(), because this clashes
15658         with some HP-UX macros (grr).
15659
15660 2001-02-06  Allan Rae  <rae@lyx.org>
15661
15662         * LaTeX.h: Another bug fix.  Missing std:: this time.
15663
15664 2001-02-04  Allan Rae  <rae@lyx.org>
15665
15666         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15667         floats problem. I've left it commented out because it's not quite
15668         correct.  It should also test that the current object is a table or
15669         figure inset.  But I haven't gotten around to figuring out how to do
15670         that.  I *think* it'll be something like: "table" == inset.type()
15671
15672         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15673         bool.
15674
15675 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15676
15677         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15678         all the citation/databases/styles in the auxilary file.
15679         (run): Rerun latex if there was a babel language error.
15680
15681 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15682
15683         * text.C (Backspace): Preserve the font when changing newline char
15684         with a space.
15685         (BreakParagraph): If the cursor is before a space, delete the space.
15686
15687         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15688
15689 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15690
15691         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15692         new argument (code).
15693         (ChangeCitationsIfUnique): New method.
15694
15695         * paragraph.C (GetPositionOfInset): Handle bibkey.
15696
15697 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15698
15699         * BufferView_pimpl.h: change type of Position::par_pos to
15700         LyXParagraph::size_type.
15701
15702 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15703
15704         * BufferView_pimpl.C (savePosition, restorePosition): Write
15705         messages to minibuffer.
15706
15707 2001-01-28  José Matos  <jamatos@fep.up.pt>
15708
15709         * buffer.C (makeDocBookFile): adds support for document language.
15710         A silly restriction on the name of LatexCommand types where removed.
15711         Added support for CDATA sections, allows to chars unescaped, used
15712         among others in code, to avoid escape < and >.
15713
15714 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15715
15716         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15717         saved positions instrad of a stack. Furthermore, a position is
15718         stored using paragraph id/paragraph position.
15719
15720         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15721         Remove LFUN_REF_BACK.
15722
15723 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15724
15725         * converter.C (dvipdfm_options): New method.
15726
15727 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15728
15729         * vspace.C (isValidLength): Fix for empty input string.
15730
15731 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15732
15733         * LyXAction.C (init): change description of LFUN_FIGURE to
15734         "Insert Graphics"
15735
15736 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15737
15738         * LaTeX.C: add using directive
15739
15740 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15741
15742         * MenuBackend.C (expand): Fix the sorting of the formats.
15743
15744 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15745
15746         * lyx_main.C: tiny error message fix
15747
15748 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15749
15750         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15751         calling fl_initialize(). This fixes the problem with ',' as
15752         decimal separator in text files.
15753
15754 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15755
15756         * trans.C (process): Fix the keymap bug.
15757
15758 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15759
15760         * LaTeX.C (scanAuxFiles): New method. Provides support for
15761         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15762         (scanLogFile) Scan for "run BibTeX" messages.
15763
15764         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15765         OT1 font encoding. Also, load the aecompl package if the ae
15766         package is loaded.
15767
15768         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15769
15770 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15771
15772         * texrow.C (increasePos): turn two error messages into debug
15773         messages.
15774
15775 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15776
15777         * LaTeX.C (scanAux): Handle the \@input macro.
15778         (runBibTeX): Use scanAux().
15779
15780         * language.C (latex_options_): New field.
15781
15782         * LaTeXFeatures.C (getMacros): Add language macros.
15783
15784         * buffer.C (makeLaTeXFile): Small fix.
15785
15786 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15787
15788         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15789
15790         * text2.C: add a using directive.
15791
15792 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15793
15794         * BufferView2.C:
15795         * lyx_gui_misc.h:
15796         * lyxfr1.C:
15797         * lyxfunc.C: kill LyXBell.
15798
15799 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15800
15801         * text.C (IsBoundary): Remove the error message
15802
15803         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15804
15805         * lyxrc.C (setDefaults): Correct initialization value for
15806         font_norm_type.
15807
15808 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15809
15810         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15811         gotoError().
15812
15813         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15814         and GotoNextNote().
15815
15816         * src/LyXAction.C: Added reference-next.
15817
15818         * text.C (InsertChar): Use contains instead of strchr.
15819
15820         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15821
15822 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15823
15824         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15825         alignment commands (when needed).
15826
15827         * text.C (InsertChar): Add ':' to number separator chars.