]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Change a brain-dead algorithm to a smarter one.
[lyx.git] / src / ChangeLog
1 2003-07-26  Asger Alstrup  <alstrup@local>
2
3         * rowpainter.C (paintRows): Change algorithm to work directly on
4         the insets rather than asking every character in the document
5         whether its an inset.
6
7 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
8
9         * buffer.C (openFileWrite): factorize some code 
10
11 2003-07-26  Angus Leeming  <leeming@lyx.org>
12
13         * lyx_cb.C:
14         * lyx_main.[Ch]: replace occurances of system_tempdir with
15         os::getTmpDir().
16
17 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
18
19         * rename Inset to InsetOld
20
21 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
22
23         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
24         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
25         which I think is a bit clearer. EDIT is gone, since it was
26         premature optimisation, and broken for mathed anyway.
27         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
28         with cursor positioning in insets as well (math insets still do not
29         work, but that's a different story anyway.) It mysteriously
30         crashes sometimes with undo in the first paragraph, but I'm fairly
31         confident that this is a compiler bug.
32
33 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
34
35         * paragraph.C (Paragraph): adjust for new clone return type
36         (operator==): ditto
37         (copyIntoMinibuffer): ditto
38
39 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
40
41         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
42         by not having a special case, and always doing a full rebreak of
43         the document after undo.
44
45 2003-07-23  Angus Leeming  <leeming@lyx.org>
46
47         * factory.C (createInset): InsetExternal::setParams now takes a
48         Buffer const * arg.
49
50 2003-07-23  Angus Leeming  <leeming@lyx.org>
51
52         * factory.C (createInset): changed interface to the external and
53         graphics mailers' string2params functions.
54
55 2003-07-23  Angus Leeming  <leeming@lyx.org>
56
57         * factory.C (createInset): pass a
58         Buffer const * parameter to InsetExternalMailer's string2params.
59
60 2003-07-22  John Levon  <levon@movementarian.org>
61
62         * Thesaurus.h: include the right aiksaurus header
63
64 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
65
66         * MenuBackend.C (expand): check menu shortcuts unconditionally
67
68 2003-07-21  Angus Leeming  <leeming@lyx.org>
69
70         * factory.C (createInset): pass a
71         buffer_path parameter to InsetGraphicsMailer's string2params.
72
73 2003-07-21  Angus Leeming  <leeming@lyx.org>
74
75         * BufferView_pimpl.C (buffer):
76         * buffer.C (d-tor):
77         * lyx_main.C (LyX):
78         * lyxfunc.C (dispatch):
79         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
80         rather than the grfx shortcut.
81
82 2003-07-21  André Pönitz  <poenitz@gmx.net>
83
84         * rowpainter.C: remove unused variables
85
86         * tabular_funcs.C:
87         * tabular_funcs.h: move to tabular.C
88         * Makefile.am: adjust
89
90         * tabular.[Ch]: basic optical cleaning
91
92         * author.h: pass references, not values
93
94 2003-07-18  André Pönitz  <poenitz@gmx.net>
95
96         * lyxtext.h:
97         * metricsinfo.C:
98         * metricsinfo.h:
99         * rowpainter.C:
100         * text.C:
101         * text2.C:
102         * text3.C: two-phase drawing for InsetText and InsetTabular
103         some float -> int changes.
104
105 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
106
107         * lyx_main.C: fix the fix
108
109 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
110
111         * lyx_main.C: fix a crash in batch mode if no files specified
112         * converter.C: ws
113
114 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
115
116         * format.[Ch] (papersize): moved to BufferParams
117         * converter.[Ch] (dvips_options): moved to BufferParams
118         (dvipdfm_options): moved to anon namespace
119         * bufferparams.[Ch]: added above functions.
120
121 2003-07-17  André Pönitz  <poenitz@gmx.net>
122
123         * lyxtext.h:
124         * rowpainter.C:
125         * text2.C: don't call inset->update() anymore
126
127         * metricsinfo.[Ch]: add convenience constructor
128
129 2003-07-16  André Pönitz  <poenitz@gmx.net>
130
131         * lyxcursor.[Ch]:
132         * lyxfunc.[Ch]:
133         * text.C:
134         * text2.C: replace the LyXCursor::irow_ member with
135          on-demand computation of the value
136
137 2003-07-16  John Levon  <levon@movementarian.org>
138
139         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
140
141 2003-07-15  André Pönitz  <poenitz@gmx.net>
142
143         * text.C:
144         * text2.C: remove no more needed refresh_row
145
146 2003-07-15  André Pönitz  <poenitz@gmx.net>
147
148         * lyxtext.h:
149         * rowpainter.C:
150         * text2.C:
151         * text3.C: refresh_status tristate -> need_update bool
152
153 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
154
155         * lyxtext.h (init): remove reinit argument (act as if always true)
156         * text2.C: adjust to that
157
158 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
159
160         * bufferview_funcs.[Ch]: introduce function replaceSelection()
161         * text3.C: use it to delete selections in some cases
162         (bugs 441, 673, 702, 954).
163
164 2003-07-14  André Pönitz  <poenitz@gmx.net>
165
166         * rowpainter.[Ch]: reduce interface
167
168 2003-07-14  André Pönitz  <poenitz@gmx.net>
169
170         * BufferView_pimpl.C:
171         * text2.C: adjust after removing unused BufferView * argument
172
173 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
174
175         * text2.C (init): fix a crash fired on resize
176
177 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
178
179         * buffer.[Ch]: added new closing signal
180         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
181         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
182         BufferView::Pimpl via the closing the signal
183
184 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
185
186         * buffer.[Ch]: take out all bv-related from buffer
187         * BufferView.C:
188         * BufferView_pimpl.[Ch]: connect to new signals
189         * CutAndPaste.C: removed useless asserts
190         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
191         * lyxvc.[Ch]:
192         * vc-backend.[Ch]:
193         * lyxfunc.C: moved view-related funciontality from vc here
194         * paragraph.C: removed outdated comments
195         * text.C: ws
196
197 2003-07-10  André Pönitz  <poenitz@gmx.net>
198
199         * BufferView_pimpl.C:
200         * tabular.h:
201         * tabular_funcs.C:
202         * text.C:
203         * text2.C: remove InsetText::InnerCache, clean up consequences
204
205 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
206
207         * ispell.C: fix two typos in error messages
208
209 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
210
211         * Extend Note inset to other forms of annotation like Comment
212         and Greyedout. Right button click gives dialog.
213
214         Files modified or added (+):
215
216         * insetnote.[Ch]
217         * FormNote.[Ch]      +
218         * ControlNote.[Ch]   +
219         * form_note.fd       +
220         * Makefile.am in frontends/xforms, frontends/xforms/forms,
221         frontends/controllers
222         * xforms/Dialogs.C
223         * factory.C
224
225 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
226
227         * aspell.C: add missing namespace lyx::support
228
229 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
230
231         * BufferView.[Ch] (newFile): Add
232         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
233         * LaTeX.[Ch] (message): added this signal and use it
234         * buffer.[Ch] (busy, message): added these signals and use them
235         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
236         * converter.C:
237         * exporter.C:
238         * format.C:
239         * importer.C: use buffer signals instead of direct bv calling
240         * lyx_cb.[Ch] (ShowMessage): removed
241         * lyx_main.C:
242         * lyxfunc.C:
243         * paragraph_funcs.C:
244         * text2.C: use buffer signals
245
246 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
247
248         * introduce namespace lyx::graphics
249
250 2003-07-02  André Pönitz  <poenitz@gmx.net>
251
252         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
253
254 2003-07-01  André Pönitz  <poenitz@gmx.net>
255
256         * text.C:
257         * text2.C:
258         * text3.C:
259         * text_funcs.[Ch]:
260         * textcursor.h:
261         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
262           text*.C to text_func.C
263
264 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
265
266         * introduce namespace lyx::support
267
268 2003-06-30  André Pönitz  <poenitz@gmx.net>
269
270         * Chktex.C:
271         * funcrequest.C:
272         * lyxtext.h:
273         * text.C: re-enable --with-included-string
274
275 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
276
277         * textcursor.C: add <config.h>
278
279         * text.C (getWord): remove const from word_location arg
280
281         * lyxvc.C (getLogFile): fix const type order
282
283         * lyxtext.h: remove const from word_location arg, add arg name
284
285         * lyxlayout.h: currect type on labeltype.
286
287         * importer.C: correct \file
288
289         * converter.C (intToFormat): use std:: on ret val, ws changes
290
291         * bufferlist.h: correct \file
292
293         * buffer.C (makeLinuxDocFile): fix const type order
294         (makeDocBookFile): ditto
295         (fillWithBibKeys): use std:: on stdlib args.
296
297         * CutAndPaste.C: fix authors.
298         (availableSelections): use std:: on return vector
299
300 2003-06-27  André Pönitz  <poenitz@gmx.net>
301
302         * BufferView_pimpl.C:
303         * bufferview_funcs.C:
304         * lyxcursor.C:
305         * lyxcursor.h:
306         * lyxfunc.C:
307         * lyxtext.h:
308         * rowpainter.C:
309         * text.C:
310         * text2.C:
311         * text3.C: remove LyXCursor::row_ member
312
313         * lyxtext.h:
314         * text.C: rename fullRebreak() to partialRebreak() and implement
315           a fullRebreak() that really bereks fully
316
317         * textcursor.h: new struct for cursor-related data
318
319 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
320
321         * lyx_main.C (LyX): get full path of document loaded on the
322         command line
323
324 2003-06-26  André Pönitz  <poenitz@gmx.net>
325
326         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
327           remove unused/broken operator>,<,>=.
328
329         *       text.C: remove only use of broken operator<= in an Assert().
330
331 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
332
333         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
334         moved errorlist_.clear to showErrorList
335
336 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
337
338         * converter.C (scanLog, runLaTeX):
339         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
340         move the bv->showErrorList call to the callers
341         * lyxfunc.C: i.e. here...
342         * text2.C: and here
343         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
344         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
345         namespace, the second to...
346         * buffer_funcs (BufferFormat, parseErrors): added
347         * errorlist.C (ErrorList(TeXErrors const &)): removed
348
349 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
350
351         * ToolbarBackend.C (getIcon): complain when icon cannot be found
352
353 2003-06-24  "Garst R. Reese" <reese@isn.net>
354
355         * debug.C: fix typo
356
357 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
358
359         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
360
361         * version.C.in: change docversion to 1.4
362
363 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
364
365         * buffer.C: fix a bug just introduced
366
367 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
368
369         * buffer.[Ch]: added the parseError signal and use it, removed
370         sgmlError
371         * BufferView.[Ch] (addError): moved to ...
372         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
373         to the Buffer::parseError signal to catch (guess what) parse errors
374         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
375
376 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
377
378         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
379         ability to create a buffer and to return an existing one from
380         the list. Moved these functions to...
381         * buffer_funcs.[Ch]: added
382         * BufferView.[Ch] (loadLyXFile): added
383         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
384         job removed from bufferlist::loadLyXFile.
385         * buffer.C (setReadOnly): make it work without view
386         (i.e added an if (users))
387
388 2003-06-19  Angus Leeming  <leeming@lyx.org>
389
390         * lfuns.h:
391         * LyXAction.C (init):
392         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
393         with LFUN_DIALOG_SHOW <name> <data>.
394
395 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
396
397         * CutAndPaste.C (availableSelections): small compilation fix for
398         ancient (gcc 2.9x) compilers
399
400 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
401
402         * text3.C (cursorNext): add tmp var
403
404         * text2.C (updateCounters): for function calling out of for clause
405         (replaceSelectionWithString): ditto
406         (insertStringAsParagraphs): ditto
407         (getColumnNearX): add tmp var
408         (setCursorFromCoordinates): add tmp var
409         (cursorDownParagraph): add tmp var
410         (deleteEmptyParagraphMechanism): add tmp var
411
412         * text.C (insertChar): add tmp var
413
414         * rowpainter.C (paintDepthBar): add tmp var
415
416         * CutAndPaste.C (availableSelections): potentially check all
417         paragraphs in a cut to fill the shown strings.
418
419 2003-06-18  André Pönitz  <poenitz@gmx.net>
420
421         * kbmap.[Ch]: use vector<> instead of list<>
422
423 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
424
425         * text3.C (dispatch): handle arg to LFUN_PASTE, call
426         pasteSelection with index
427
428         * text2.C (pasteSelection): modify, call pasteSelection with index
429
430         * paragraph.C (asString): reimplement version with no interval to
431         call the one with interval.
432
433         * lyxtext.h: add index arg to pasteSelection
434
435         * MenuBackend.C (MenuItem): handle PasteRecent
436         (Menu::read::Menutags): add md_pasterecent
437         (read): handle it
438         (expandPasteRecent): new function
439         (expand): use it
440
441         * MenuBackend.h: add PasteRecent to MenuItem::Kind
442
443         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
444         the limited stack
445         (availableSelections): new function
446
447 2003-06-17  Angus Leeming  <leeming@lyx.org>
448
449         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
450
451 2003-06-17  Angus Leeming  <leeming@lyx.org>
452
453         * lfuns.h:
454         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
455
456         * lyxfunc.C (dispatch): invoke it.
457
458 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
459
460         * iterators.C (operator++, ParPosition): reintroduce some
461         const_cast for the benefit of older compilers.
462
463 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
464
465         * text3.C (dispatch): do not modify clipboard when doing
466         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
467         LFUN_DELETE_SKIP on a selection selection
468
469 2003-06-16  André Pönitz  <poenitz@gmx.net>
470
471         * BufferView.C:
472         * buffer.C:
473         * buffer.h:
474         * paragraph.C:
475         * tabular.[Ch]: IU of clone() and getLabelList();
476
477 2003-06-13  André Pönitz  <poenitz@gmx.net>
478
479         * tabular.h: compactification
480
481 2003-06-12  André Pönitz  <poenitz@gmx.net>
482
483         * tabular.C:
484         * tabular.h:
485         * tabular_funcs.h: some renaming plus whitespace
486
487 2003-06-12  André Pönitz  <poenitz@gmx.net>
488
489         * BufferView.C:
490         * BufferView_pimpl.C:
491         * CutAndPaste.C:
492         * buffer.C:
493         * iterators.[Ch]:
494         * lyxfunc.C:
495         * text.C:
496         * toc.C: Return a Paragraph & for ParIterator::operator*()
497
498 2003-06-11  John Levon  <levon@movementarian.org>
499
500         * lyx_main.C:
501         * ToolbarBackend.h:
502         * ToolbarBackend.C: add "Toolbars" section and
503         put the flags there
504
505 2003-06-10  Angus Leeming  <leeming@lyx.org>
506
507         * lfuns.h:
508         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
509
510         * lyxfunc.C (dispatch): invoke it.
511
512 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
513
514         * main.C: protect <ios> with HAVE_IOS
515         (main): protect sync_with_stdio with HAVE_IOS
516
517 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
518
519         * text2.C (cutSelection): adjust
520         (pasteSelection): adjust
521
522         * messages.C: handle get of empty string
523
524         * main.C (main): use sync_with_stdio(false)
525
526         * lyxfunc.C (dispatch): adjust
527
528         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
529         (WriteAs): remove unneeded BufferView arg.
530
531         * bufferparams.h: use correct types on papersize, papersize2 and
532         paperpackage.
533
534         * bufferparams.C (readToken): adjust for type
535         (writeLaTeX): add missing cases to switch.
536
537         * bufferlist.C (quitWriteBuffer): adjust
538         (close): adjust
539
540         * buffer.C (asciiParagraph): remove some commented code.
541
542         * CutAndPaste.C: remove current_view extern variable.
543         (cutSelection): add BufferParams arg.
544         (eraseSelection): add BufferParams arg.
545         (pasteSelection): add Buffer const & arg
546
547 2003-06-07  John Levon  <levon@movementarian.org>
548
549         * buffer.C:
550         * paragraph_funcs.C:
551         * paragraph_pimpl.C:
552         * text.C:
553         * text2.C:
554         * paragraph.h:
555         * paragraph.C: allow InsetERT to freely space lines,
556         and some consolidation of code
557
558 2003-06-06  José Matos  <jamatos@fep.up.pt>
559
560         * buffer.C (makeDocBookFile): fix bug #821
561
562 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
563
564         * BufferView_pimpl.C (dispatch): use Dialogs::visible
565
566 2003-06-04  Angus Leeming  <leeming@lyx.org>
567
568         * buffer.C: bump format to 224.
569
570 2003-06-05  André Pönitz  <poenitz@gmx.net>
571
572         * text2.C (redoParagraphs): remove two const_cast<>
573
574 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
575
576         * ParagraphList.h: remove last remnants of NO_STD_LIST
577
578 2003-06-03  Angus Leeming  <leeming@lyx.org>
579
580         * factory.C (createInset): small change to the way InsetExternal's params
581         are set.
582
583 2003-06-04  André Pönitz  <poenitz@gmx.net>
584
585         * buffer.h: use Undo directly instead of shared_ptr<Undo>
586
587         * paragraph_pimpl.h:
588         * paragraph.[Ch]: some Inset -> UpdatableInset changes
589
590         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
591
592         * undo_funcs.C: make some simple cases of undo work again
593
594 2003-06-03  John Levon  <levon@movementarian.org>
595
596         * ispell.C: HPUX doesn't have sys/select.h
597         (from Albert Chin)
598
599 2003-06-03  John Levon  <levon@movementarian.org>
600
601         * CutAndPaste.C: update tabular and include inset
602         buffer references
603
604         * buffer.h:
605         * paragraph.h:
606         * paragraph.C: remove owningBuffer(), don't pass Buffer
607         to clone()
608
609         * factory.C: insetGraphicsParams changed
610
611 2003-06-02  John Levon  <levon@movementarian.org>
612
613         * LyXAction.C:
614         * factory.C:
615         * lfuns.h:
616         * lyxfunc.C:
617         * text3.C: remove insetparent
618
619 2003-06-02  John Levon  <levon@movementarian.org>
620
621         * buffer.h:
622         * buffer.C: fix inset_iterator.end(), move out of line
623         (bug 1149)
624
625 2003-06-01  John Levon  <levon@movementarian.org>
626
627         * text3.C: use a proper cut/paste when doing inset
628         insert (from Jürgen Spitzmüller)
629
630 2003-06-01  John Levon  <levon@movementarian.org>
631
632         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
633
634 2003-05-30  André Pönitz  <poenitz@gmx.net>
635
636         * rowpainter.C: unify second drawing phase
637
638 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
639
640         * trans_mgr.C: remove one case of current_view
641
642         * text2.C (cursorBottom): delete NO_STD_LIST stuff
643
644         * paragraph_funcs.h: remove paragraph.h include
645
646         * paragraph.h: delete NO_STD_LIST stuff
647
648         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
649
650         * buffer.h: remove paragraph.h include
651
652         * ParagraphList.C: delete file
653
654         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
655
656         * toc.C (getTocList): adjust
657
658         * paragraph_pimpl.C (validate): adjust
659
660         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
661
662         * paragraph.C (Paragraph): adjust
663         (getPositionOfInset): use const_iterator, adjust
664         (bibitem): use const_iterator, adjust
665         (setInsetOwner): adjust
666
667         * iterators.C (operator++): adjust
668
669         * InsetList.[Ch]: Replace selfmade iterator with standard
670         vector::iterator also introduce const_iterator. Remove getPos,
671         getInset and setInset from InsetTable. Adjust accordingly.
672
673         * BufferView.C (lockInset): adjust
674         (ChangeInsets): adjust
675
676         * tabular.[Ch]: delete commented same_id functions
677
678 2003-05-28  John Levon  <levon@movementarian.org>
679
680         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
681
682 2003-05-28  André Pönitz  <poenitz@gmx.net>
683
684         * metricsinfo.[Ch]: remove 'fullredraw' member
685
686 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
687
688         * lyxtextclass.C (operator): remove caching.
689
690 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
691
692         * text3.C: adjust
693
694         * text2.C (cursorBottom): adjust
695         (setCounter): use ParagraphList::find, adjust
696
697         * text.C (workWidth): use ParagraphList::find, adjust
698
699         * lyxcursor.C (LyXCursor): adjust
700
701         * buffer.C (inset_iterator): adjust
702
703         * ParagraphList.h: make iterator(value_type) private, make
704         ParagraphList a friend of iterator.
705
706         * ParagraphList.C (find): new function
707
708         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
709
710 2003-05-27  André Pönitz  <poenitz@gmx.net>
711
712         * dimension.[Ch]: a -> asc, d -> des, w -> wid
713
714 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
715
716         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
717
718 2003-05-26  John Levon  <levon@movementarian.org>
719
720         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
721
722 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
723
724         * remove same_id from function signatures, adjust.
725
726 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
727
728         * undo_funcs.C (createUndo): use the id functions directly, adjust.
729
730         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
731
732         * paragraph.C (Paragraph): get rid of same_ids parameter
733
734         * ParagraphList.C (insert): adjust
735         (push_back): adjust
736
737 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
738
739         * paragraph_funcs.C (breakParagraph): adjust
740         (breakParagraphConservative): adjust
741
742         * buffer.C (readParagraph): adjust
743
744         * ParagraphList.C (insert): take a reference instead of a pointer
745         (insert): adjust
746
747         * paragraph.[Ch] (id): new function
748
749         * bufferlist.C (newFile): adjust
750
751         * ParagraphList.C (ParagraphList): adjust
752         (assign): adjust
753         (push_back): take a reference instead of a pointer.
754
755         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
756
757         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
758         instead.
759
760         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
761         set else use old code.
762
763         * ParagraphList.C: remove all NO_NEXT code and only compile this
764         code of NO_STD_LIST is set.
765
766 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
767
768         * BufferView_pimpl.C:
769         * TextCache.C:
770         * TextCache.h:
771         * bufferlist.C:
772         * errorlist.h:
773         * format.C:
774         * format.h:
775         * graph.C:
776         * lyxfunc.C:
777         * lyxrc.C:
778         * graphics/GraphicsConverter.C:
779         * graphics/PreviewLoader.C: header adjustment
780
781 2003-05-23  Angus Leeming  <leeming@lyx.org>
782
783         * LaTeXFeatures.[Ch] (useBabel): new method.
784         * bufferparams.C (writeLaTeX): use it.
785
786 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
787
788         * ParagraphList.h (set): remove unused function.
789
790 2003-05-23  André Pönitz  <poenitz@gmx.net>
791
792         * BufferView.C:
793         * BufferView_pimpl.C:
794         * buffer.C:
795         * buffer.h:
796         * lyxfunc.C:
797         * undo_funcs.C: setUndo reworked
798
799         * iterators.[Ch]: add access to topmost ParagraphList
800
801         * lyxtext.[Ch] (workWidth): add a const
802
803 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
804
805         * texrow.[Ch] (increasePos): remove function
806         * exporter.C (export): removed unused var and outdated comment
807
808 2003-05-23  Angus Leeming  <leeming@lyx.org>
809
810         * latexrunparams.h: rename fragile as moving_arg.
811         * paragraph.C (simpleTeXOnePar): ditto.
812         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
813
814 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
815
816         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
817         (createUndo): ditto
818         (textUndoOrRedo): comment out a currently unused var.
819
820         * paragraph.h (NO_NEXT): enable NO_NEXT
821
822         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
823
824         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
825
826         * exporter.C (Export): adjust for removeAutoInsets removal.
827
828         * buffer.C (runChktex): adjust for removeAutoInsets removal.
829
830         * LyXAction.C (init): remove LFUN_REMOVEERRORS
831
832         * BufferView.[Ch] (removeAutoInsets): delete function
833
834 2003-05-22  Angus Leeming  <leeming@lyx.org>
835
836         * latexrunparams.h: add a free_spacing variable.
837
838         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
839         to pass moving_arg, as the data is stored in runparams.fragile.
840
841         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
842         to Inset::latexOptional or to simpleTeXOnePar.
843
844         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
845         free_spacing arg to Inset::latexOptional.
846
847         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
848         free_spacing arg.
849
850 2003-05-22  Angus Leeming  <leeming@lyx.org>
851
852         * latexrunparams.h: add fragile and use_babel variables.
853
854         * bufferparams.[Ch] (writeLaTeX): return use_babel.
855         * buffer.C (makeLaTeXFile): store this returned value in
856         runparams.use_babel, thus passing it to the inset::latex methods.
857
858         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
859         simpleTeXSpecialChars as it is now stored in runparams.fragile.
860
861         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
862         longer has a fragile arg, as it is stored in runparams.fragile.
863
864         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
865         moving_arg parameter as the data is stored in runparams.fragile.
866
867         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
868         a fragile parameter as the data is stored in runparams.fragile.
869
870 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
871
872         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
873
874 2003-05-22  Angus Leeming  <leeming@lyx.org>
875
876         * latexrunparams.h: add a 'bool nice' which defaults to false.
877
878         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
879         now encapsulated within runparams.
880
881         * bufferlist.C (updateIncludedTeXfiles):
882         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
883
884 2003-05-22  Angus Leeming  <leeming@lyx.org>
885
886         * latexrunparams.h: new file containing struct LatexRunParams.
887         * Makefile.am: add new file.
888
889         * LaTeX.[Ch] (c-tor, run):
890         * buffer.[Ch] (makeLaTeXFile):
891         * bufferlist.[Ch] (updateIncludedTeXfiles):
892         * converter.C (convert, scanLog):
893         * converter.[Ch] (runLaTeX):
894         * exporter.C (Export):
895         * paragraph.[Ch] (simpleTeXOnePar):
896         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
897         * paragraph_funcs.[Ch] (latexParagraphs):
898         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
899         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
900         pass around a LatexRunParams parameter.
901
902 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
903
904         * paragraph.[Ch]: remove unused constructor
905
906         * ParagraphList.C (erase): new function, taking two iterators
907
908 2003-05-22  André Pönitz  <poenitz@gmx.net>
909
910         * undo_funcs.C: remove duplicated code
911
912         * iterator.[Ch]: operator=
913
914 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
915
916         * tabular.C (SetMultiColumn): ws changes
917
918         * rowpainter.C (paintFirst): get rid of a ->previous
919
920         * lyx_cb.C (getPossibleLabel): parlist simplification
921
922         * BufferView.C (ChangeInsets): simplify slightly.
923
924 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
925
926         * LyXAction.C: new lfun space-insert, kill protected-space-insert
927         * lfuns.h: new LFUN_SPACE
928         * lyxfunc.C: protected space has a new lfun
929         * paragraph_funcs.C: read new space insets
930         * text3.C:
931         * factory.C: handle new space insets
932
933 2003-05-22  André Pönitz  <poenitz@gmx.net>
934
935         * BufferView.C:
936         * BufferView_pimpl.C:
937         * buffer.[Ch]:
938         * lyxfunc.C:
939         * undo_funcs.C: return a ParIterator from getParFromID.
940
941         * iterators.[Ch]: add two const's
942
943 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
944
945         * toc.C (getTocList): adjust
946
947         * iterators.[Ch]: rework for parlist
948
949         * buffer.C (par_iterator_begin): adjust
950         (par_iterator_end): adjust
951
952         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
953
954         * BufferView.C (removeAutoInsets): adjust
955         (ChangeInsets): adjust
956
957 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
958
959         * text.C (top_y): fix bug 1110
960
961 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
962
963         * errorlist.[Ch]: added
964         * buffer.C:
965         * BufferView.[Ch]:
966         * BufferView_pimpl.C:
967         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
968         instead
969
970 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
971
972         * Makefile.am: ensure that lyx is relinked upon changes to the
973         various "convenience" libs.
974
975 2003-05-20  Angus Leeming  <leeming@lyx.org>
976
977         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
978         files are compiled in alphabetical order again.
979
980         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
981
982 2003-05-19  Angus Leeming  <leeming@lyx.org>
983
984         * gettext.[Ch]: remove "char const * _(char const *)".
985
986 2003-05-19  André Pönitz  <poenitz@gmx.net>
987
988         * dimension.[Ch]: promote from mathed/dimension.[Ch]
989
990         * Makefile.am:
991         * BufferView.C:
992         * DepTable.h:
993         * LaTeXFeatures.C:
994         * buffer.C:
995         * lyxfont.C:
996         * lyxlex.h:
997         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
998
999 2003-05-19  André Pönitz  <poenitz@gmx.net>
1000
1001         * buffer.C:
1002         * lyxlayout.[Ch]:
1003         * lyxtextclass.[Ch]:
1004         * paragraph.C:
1005         * paragraph_funcs.[Ch]:
1006         * text2.C:
1007         * text3.C: more insetenv work
1008
1009 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
1010
1011         * ParagraphParameters.C (params2string): small bug fixed
1012
1013 2003-05-16  André Pönitz  <poenitz@gmx.net>
1014
1015         * debug.C:
1016         * bufferview_funcs.C: patch from Kornel Benko to prevent
1017           crash when _(...) is called twice in a statement
1018
1019 2003-05-16  André Pönitz  <poenitz@gmx.net>
1020
1021         * BufferView.C:
1022         * lyxfunc.C:
1023         * text.C:
1024         * text2.C:
1025         * text3.C:
1026         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
1027
1028 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
1029
1030         * lyx_main.C (init): remove spurious static_cast
1031
1032 2003-05-14  André Pönitz  <poenitz@gmx.net>
1033
1034         * BufferView.C: fix format string
1035
1036 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1037
1038         * BufferView.[Ch] (insertErrors): removed
1039         * BufferView.[Ch] (showErrorList): added
1040         * buffer.C (runChkTeX):
1041         * converter.C (scanLog): call showErrorList instead of inserterrors
1042
1043 2003-05-13  André Pönitz  <poenitz@gmx.net>
1044
1045         * BufferView_pimpl.C:
1046         * buffer.C:
1047         * bufferview_func.C:
1048         * MenuBackend.C:
1049         * lyxfunc.C:
1050         * lyxrc.C:
1051         * tex-accent.C:
1052         * text3.C:
1053         * toc.C:
1054         * tabular_funcs.h: tostr() from its own header
1055
1056         * ParagraphParameters.C:
1057         * ToolbarBackend.C:
1058         * bufferparams.C:
1059         * format.C:
1060         * lyxlex_pimpl.C:
1061         * text3.C: STRCONV()
1062
1063 2003-05-12  André Pönitz  <poenitz@gmx.net>
1064
1065         * BufferView.C:
1066         * BufferView_pimpl.C:
1067         * CutAndPaste.C:
1068         * LaTeX.C:
1069         * LaTeXFeatures.C:
1070         * ParagraphParameters.C:
1071         * buffer.C:
1072         * bufferlist.C:
1073         * bufferparams.C:
1074         * bufferview_funcs.C:
1075         * converter.C:
1076         * counters.C:
1077         * debug.C:
1078         * exporter.C:
1079         * format.C:
1080         * importer.C:
1081         * lyx_cb.C:
1082         * lyx_main.C:
1083         * lyxfont.C:
1084         * lyxfunc.C:
1085         * lyxvc.C:
1086         * paragraph.C:
1087         * paragraph_funcs.C:
1088         * tabular.C:
1089         * tabular_funcs.C:
1090         * text2.C:
1091         * text3.C:  boost::format -> bformat  all over the place
1092
1093
1094 2003-05-09  André Pönitz  <poenitz@gmx.net>
1095
1096         * LColor.[Ch]: Pimpl the #include <map> away
1097
1098 2003-05-09  John Levon  <levon@movementarian.org>
1099
1100         * bufferlist.C: never remove emergency saves
1101
1102 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1103
1104         * Makefile.am: better lib building
1105
1106 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1107
1108         * texrow.[Ch]: remove dependency on Paragraph and just store a id
1109         instead.
1110         * paragraph_pimpl.C (simpleTeXBlanks): adjust
1111         (simpleTeXSpecialChars): adjust
1112         (simpleTeXSpecialChars): adjust
1113         * paragraph.C (simpleTeXOnePar): adjust
1114         * buffer.C (makeLaTeXFile): adjust
1115
1116         * Makefile.am (BOOST_LIBS): allow boost as system lib.
1117
1118         * text2.C (changeDepth): parlist cleanup
1119         (getColumnNearX): ditto
1120
1121         * rowpainter.C (getLabelFont): parlist cleanup
1122
1123         * bufferlist.C (newFile): parlist cleanup
1124
1125         * CutAndPaste.C (eraseSelection): parlist cleanup
1126
1127         * BufferView_pimpl.C (trackChanges): parlist cleanup
1128         (dispatch): ditto
1129
1130         * BufferView.C (lockInset): parlist cleanup.
1131         (ChangeInsets): ditto
1132
1133 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1134
1135         * CutAndPaste.h: Update file header.
1136
1137         * CutAndPaste.C: Update file header.
1138         Store the parts cut out of the Document in a limited_stack.
1139         (copySelection): adjust
1140         (pasteSelection): new function, takes the index in the limited stack.
1141         (nrOfParagraphs): adjust
1142         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
1143         simplify error inset insertion.
1144         (checkPastePossible): adjust
1145
1146 2003-05-06  John Levon  <levon@movementarian.org>
1147
1148         * text2.C: don't cast wrap inset to float
1149
1150 2003-05-05  André Pönitz  <poenitz@gmx.net>
1151
1152         * iterator.C:
1153         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
1154
1155         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
1156           few naked Paragraph *.
1157
1158 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1159
1160         * bufferparams.C: Output warning if a document with missing
1161         TeX document class is loaded
1162         * exporter.C: Disable TeX exports if the document class is missing
1163         * lyxtextclass.C:
1164         * lyxtextclass.h:
1165         * lyxtextclasslist.C: Handle new textclass.lst format; new method
1166         isTeXClassAvailable()
1167
1168 2003-05-03  John Levon  <levon@movementarian.org>
1169
1170         * BufferView.h:
1171         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
1172         explicit cursor show/hide
1173
1174         * BufferView_pimpl.h:
1175         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
1176         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
1177
1178         * lyxfunc.C: hide cursor before dispatching.
1179
1180         * lyx_cb.C:
1181         * lyxfind.C:
1182         * text.C:
1183         * text3.C: remove explicit cursor hides
1184
1185 2003-05-02  André Pönitz  <poenitz@gmx.net>
1186
1187         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
1188
1189         * undo_funcs.C:
1190         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
1191           linked lists
1192
1193         * text2.C: tiny whitespace
1194
1195 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1196
1197         * undo_funcs.C: almost only ws changes.
1198
1199         * ParagraphList.C (splice): just return if pl is empty.
1200
1201 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1202
1203         * ParagraphList.C (splice): new function.
1204
1205         * CutAndPaste.C (pasteSelection): use it
1206
1207 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1208
1209         * CutAndPaste.C (pasteSelection): remove the last next and
1210         previous from this file.
1211
1212 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1213
1214         * CutAndPaste.C (pasteSelection): more clean up, user proper
1215         ParagraphList functions for pasteing.
1216
1217         * ParagraphList.C (insert): new function, three arg insert
1218
1219 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1220
1221         * ParagraphList.C (insert): new function, three arg insert
1222
1223         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
1224         not on paragraphs.
1225
1226 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1227
1228         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
1229
1230 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1231
1232         * CutAndPaste.C (pasteSelection): remove some unneeded code.
1233
1234 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1235
1236         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
1237         (copySelection): clean up a bit.
1238         (pasteSelection): use make_pair
1239
1240         * ParagraphList.C (ParagraphList): implement copy constructor
1241         (operator=): implement, base on copy constructor.
1242         (assign): new func
1243
1244         * paragraph.C (erase): return a bool
1245
1246         * paragraph_pimpl.C (erasePos): remove function, move contents...
1247         (erase): ... here. Return a bool.
1248         (erase): call erase instead of erasePos.
1249
1250 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
1251
1252         * ParagraphList.h: define PitPosPair
1253         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
1254         ParagraphList, fix a bug on pasting multiple pars
1255         * text2.C: change interface to C&P
1256
1257 2003-04-30  André Pönitz  <poenitz@gmx.net>
1258
1259         * undo_func.C: revert part of yesterday's patch 2
1260
1261 2003-04-30  John Levon  <levon@movementarian.org>
1262
1263         * LColor.C: s/tabular/table/
1264
1265 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1266
1267         * text3.C (dispatch): do not convert iterator -> pointer
1268         * undo_funcs.C (setCursorParUndo): ditto
1269         * text_funcs.C (transposeChars): ditto
1270
1271         * text2.C (setLayout): ws changes only
1272
1273         * text.C (breakParagraph): do not convert iterator -> pointer
1274         (insertChar): ditto
1275         (acceptChange): ditto
1276         (rejectChange): ditto
1277         (changeCase): ditto
1278         (Delete): ditto
1279         (backspace): ditto
1280
1281         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
1282         pointer
1283
1284 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1285
1286         * text3.C (gotoInset): YABG (yet another bad getChar)
1287
1288 2003-04-29  André Pönitz  <poenitz@gmx.net>
1289
1290         * paragraph.h: make operator= private unimplemented as long as
1291           it is unusable
1292
1293         * ParagraphList.C: whitespace
1294
1295         * paragraph.[Ch]:
1296         * paragraph_pimpl.[Ch]:
1297         * paragraph_funcs.C:
1298         * CutAndPaste.C:
1299         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
1300
1301         * text2.C:
1302           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
1303
1304 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1305
1306         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
1307         * paragraph.[Ch] (erase):
1308         * paragraph_pimpl.[Ch] (erase): change return type and value
1309         * text2.C (cutSelection): some rework
1310
1311 2003-04-28  John Levon  <levon@movementarian.org>
1312
1313         * bufferlist.C: changes for unsaved changes dialog
1314
1315 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1316
1317         * bufferlist.C (newFile): set language (messages_) for new
1318         documents also.
1319
1320         * buffer.C (readFile): ws changes only.
1321
1322 2003-04-28  André Pönitz  <poenitz@gmx.net>
1323
1324         * undo_funcs.C:
1325         * lyxfunc.C:
1326         * buffer.[Ch]:
1327         * BufferView_pimpl.C:
1328         * BufferView.C: getParFromID related ParagraphList::iterator changes
1329
1330 2003-04-28  André Pönitz  <poenitz@gmx.net>
1331
1332         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
1333           Changes
1334
1335 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1336
1337         * messages.C: remove one more localedir class variable.
1338
1339 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1340
1341         * messages.C (getLocaleDir): singleton generation function
1342         (Pimpl): use it.
1343         (Messages): add a default constructor.
1344
1345         * main.C (main): do not setup localedir here, do not call
1346         gettext_init.
1347
1348         * gettext.C (_): use it.
1349         (gettext_init): delete funciton
1350
1351 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1352
1353         * gettext.C (getLyXMessages): new singleton generating function.
1354
1355         * buffer.C (updateDocLang): adjust
1356
1357         * Makefile.am (messages.o): add target
1358         (main.o): remove target
1359
1360 2003-04-27  John Levon  <levon@movementarian.org>
1361
1362         * bufferlist.C:
1363         * lyx_cb.C:
1364         * lyxfunc.C:
1365         * lyxvc.C: specify cancel button in Alert::prompt
1366
1367 2003-04-26  John Levon  <levon@movementarian.org>
1368
1369         * text3.C:
1370         * lyxfunc.C:
1371         * lfuns.h:
1372         * LyXAction.C: add LFUN_INSET_SETTINGS
1373
1374         * lyxfunc.C: don't enable tabular-feature when there's
1375         just any locking inset
1376
1377 2003-04-26  John Levon  <levon@movementarian.org>
1378
1379         * bufferlist.C: re-add Cancel to buffer close question
1380
1381         * lyxfunc.C: fix import UI a bit
1382
1383 2003-04-25  John Levon  <levon@movementarian.org>
1384
1385         * gettext.C: remove the broken asserts for now
1386
1387 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1388
1389         * messages.C: make case where setlocale cannot comply work better.
1390
1391         * buffer.C (updateDocLang): new function
1392         (changeLanguage): use it
1393         (readFile): use it
1394
1395         * text2.C (setCounter): use B_ a bit.
1396
1397         * lyxlayout.C (Read): be sure to trim the label strings.
1398
1399         * messages.C (Messages): fix typo in comment
1400
1401         * buffer.C (readFile): set message_ after file is loaded.
1402         (makeDocBookFile): remove double return
1403         (changeLanguage): reset message_ upon language change.
1404         (B_): new func, use this to get translated buffer strings.
1405
1406         * main.C: add myself and Jean Marc as authors.
1407
1408 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1409
1410         * messages.[hC]: pimplify Messages, and three different pimpls to be
1411         used in different circumstances.
1412
1413         * gettext.[Ch]: change for use with new message code.
1414
1415 2003-04-24 André Pönitz <poenitz@gmx.net>
1416
1417         * factory.C: support for eqref
1418
1419 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1420
1421         * messages.[Ch]: add missing char
1422
1423         * Makefile.am (lyx_SOURCES): add messages.[Ch]
1424
1425         * messages.[Ch]: New files
1426
1427 2003-04-18  John Levon  <levon@movementarian.org>
1428
1429         * BufferView.h:
1430         * BufferView.C:
1431         * BufferView_pimpl.C:
1432         * lfuns.h:
1433         * LyXAction.C:
1434         * lyxtext.h:
1435         * text2.C: remove layout-copy/paste (bug 778)
1436
1437 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1438
1439         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
1440
1441 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1442
1443         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
1444         if they succeed. Act accordingly.
1445
1446 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1447
1448         * text2.C (setCharFont): adjust
1449         (setCounter): adjust
1450         (insertStringAsLines): adjust
1451
1452         * text.C (leftMargin): adjust
1453         (setHeightOfRow): adjust
1454
1455         * rowpainter.C (paintFirst): adjust
1456         (paintLast): adjust
1457
1458         * paragraph_funcs.C (depthHook): ParagraphList::iterators
1459         (outerHook): ditto
1460         (isFirstInSequence): ditto
1461         (getEndLabel): ditto
1462         (outerFont): adjust
1463
1464         * paragraph.C (getParLanguage): comment out some hard stuff.
1465
1466         * buffer.C (insertStringAsLines): take a ParagraphList as arg
1467         (sgmlError): ditto
1468         (simpleDocBookOnePar): ditto
1469         (makeDocBookFile): use ParagraphList::iterator
1470
1471         * CutAndPaste.C (pasteSelection): adjust
1472
1473 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1474
1475         * text2.C (getFont): adjust
1476         (getLayoutFont): adjust
1477         (getLabelFont): adjust
1478
1479         * paragraph_funcs.C (TeXOnePar): adjust
1480
1481         * buffer.C (simpleLinuxDocOnePar): adjust
1482         (simpleDocBookOnePar): adjust
1483
1484         * CutAndPaste.C (pasteSelection): adjust
1485
1486         * BufferView.C (getEncoding): adjust
1487
1488         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
1489
1490 2003-04-16  John Levon  <levon@movementarian.org>
1491
1492         * lyxfind.C: use parlist stuff for search/changes
1493
1494 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1495
1496         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
1497
1498         * text2.C (deleteEmptyParagraphMechanism): adjust
1499
1500         * text2.[Ch] (ownerParagraph): delete func (both of them
1501
1502 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1503
1504         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
1505
1506 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1507
1508         * ParagraphList.C: prepare for NO_NEXT
1509
1510 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1511
1512         * text2.C (getFont): adjust
1513         (getLayoutFont): adjust
1514         (getLabelFont): adjust
1515
1516         * paragraph.C (getFont): adjust
1517         (getLabelFont): adjust
1518         (getLayoutFont): adjust
1519
1520         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
1521
1522 2003-04-15  John Levon  <levon@movementarian.org>
1523
1524         From Angus Leeming
1525
1526         * lyx_main.C: handle Include in .ui files
1527
1528 2003-04-15  John Levon  <levon@movementarian.org>
1529
1530         * MenuBackend.C: make the doc files length shorter
1531
1532         * ToolbarBackend.h:
1533         * ToolbarBackend.C: handle toolbar placement flags,
1534         Minibuffer
1535
1536 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1537
1538         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
1539         adjust
1540
1541         * paragraph_funcs.C (TeXOnePar): adjust
1542
1543         * paragraph.C (getLabelFont): add outerfont arg, adjust
1544         (getLayoutFont): ditto
1545         (simpleTeXOnePar): adjust
1546
1547         * paragraph_pimpl.C (realizeFont): delete func
1548
1549 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
1550
1551         * text2.C (beforeFullRowInset): added a bad getchar check, removed
1552         row argument, constify cur argument.
1553
1554 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1555
1556         * text2.C (getFont): adjust
1557         (getLayoutFont): adjust
1558         (getLabelFont): adjust
1559
1560         * paragraph_funcs.C (TeXOnePar): adjust
1561         (outerFont): new func...
1562         (realizeFont): ...moved out from here, changed this to facilitate
1563         transition
1564
1565         * paragraph.C (getFont): take outerfont as arg, adjust
1566         (simpleTeXOnePar): add outerfont arg, adjust
1567
1568         * buffer.C (simpleLinuxDocOnePar): adjust
1569         (simpleDocBookOnePar): adjust
1570
1571         * CutAndPaste.C (pasteSelection): adjust
1572
1573         * BufferView.C (getEncoding): adjust
1574
1575 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1576
1577         * text2.C (setCharFont): adjust
1578         (setCounter): adjust
1579
1580         * text.C (leftMargin): adjust
1581         (setHeightOfRow): adjust
1582
1583         * rowpainter.C (paintFirst): adjust
1584         (paintLast): adjust
1585
1586         * paragraph_pimpl.C (realizeFont): adjust
1587
1588         * paragraph.C (isFirstInSequence): move from here...
1589         * paragraph_funcs.C (isFirstInSequence): ...to here
1590
1591         * paragraph.C (outerHook): move from here...
1592         * paragraph_funcs.C (outerHook): ...to here
1593
1594         * paragraph.C (depthHook): move from here...
1595         * paragraph_funcs.C (depthHook): ...to here
1596
1597         * paragraph.C (getEndLabel): move from here...
1598         * paragraph_funcs.C (getEndLabel): ...to here
1599
1600         * text2.C (realizeFont): move from here...
1601         * paragraph_funcs.C (realizeFont): ...to here
1602
1603 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1604
1605         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
1606
1607 2003-04-14  Angus Leeming  <leeming@lyx.org>
1608
1609         * LColor.[Ch]: scrap LColor mathcursor.
1610
1611 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1612
1613         * lyxlex.[Ch] (text): delete function
1614         * trans.C (Load): adjust
1615         * paragraph_funcs.C (readParToken): adjust
1616
1617 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1618
1619         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
1620         vector<char> instead of a char[].
1621
1622         * lyxlex_pimpl.C (getString): adjust
1623         (next): adjust
1624         (lex): use getString
1625         (eatLine): adjust
1626         (nextToken): adjust
1627
1628         * lyxlex.C (text): use pimpl_->getString()
1629         (getBool): ditto
1630         (findToken): ditto
1631
1632 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1633
1634         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
1635         (makeFontEntriesLayoutSpecific): temp var for par.size()
1636         (setLayout): temp var for ownerParagraphs().end()
1637         (fullRebreak): temp var for rows().end()
1638         (selectionAsString): temp var for boost::next(startpit), realize
1639         that the while really is a regular for loop.
1640         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
1641         setCursor in one place.
1642         (setParagraph): temp vr for ownerParagraphs().end()
1643         (updateCounters): make the while loop a for loop
1644         (cutSelection): temp var for ownerParagraphs().end()
1645         (updateInset): make the do {} while() a regular for loop
1646         (getCursorX): use temp vars
1647         (setCurrentFont): use temp vars
1648         (getColumnNearX): use temp vars
1649
1650 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1651
1652         * text.C (transformChar): use temp var for getChar
1653         (computeBidiTables): use temp var for row->par()
1654         (fill): move temp vars for row->par() and pit->layout() earlier in
1655         the function.
1656         (labelFill): use temp var for row->par()
1657         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
1658         asc and desc, realize that pit never changes and that firstpit is
1659         just a duplicate and not needed. Exchange rit->par() with pit in a
1660         lot of places.
1661         (breakAgain): use a temp var for boost::next(rit)
1662         (breakAgainOneRow): ditto
1663         (breakParagraph): use a temp var for rows().begin()
1664         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
1665         (cursorRightOneWord): use temp var for cursor.par() and
1666         cursor.pos(), remove usage of tmpcursor.
1667         (cursorLeftOneWord): use temp var for cursor.par() and
1668         cursor.pos() only set cur at end of function.
1669
1670 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1671
1672         * text.C, text2.C: exchange all usage of Paragraph::next with
1673         boost::next(ParagraphList::iterator)
1674
1675         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
1676
1677         * text2.C (cursorTop): simplify implementation
1678         (cursorBottom): ditto
1679         (setParagraph): use ParagraphList::iterator
1680         (setCurrentFont): adjust
1681         (getColumnNearX): adjust
1682         (cursorRight): adjust
1683         (cursorLeft): remove usage of Paragraph::previous
1684         (cursorUpParagraph): ditto
1685         (deleteEmptyParagraphMechanism): slight cleanup
1686
1687         * text.C (isBoundary): take a Paragraph const & instead of a
1688         pointer as arg.
1689         (addressBreakPoint): ditto
1690         (leftMargin): remove usage of Paragraph::previous.
1691         (setHeightOfRow): ditto
1692         (cursorLeftOneWord): ditto
1693         (selectNextWordToSpellcheck): ditto
1694         (Delete): ditto
1695         (backspace): ditto
1696         (breakParagraph): remove one usage of Paragraph::next
1697         (redoParagraph): ditto
1698         (acceptChange): ditto
1699         (insertChar): adjust
1700         (rowBreakPoint): adjust
1701
1702         * bufferview_funcs.C (toggleAndShow): adjust
1703
1704 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
1705
1706         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
1707         methods to access it.
1708         * lyxtext.h:
1709         * text.C: Added updateRowPositions to compute all row positions.
1710         Make top_y and getRowNearY() to use the cached y position
1711
1712 2003-04-11  John Levon  <levon@movementarian.org>
1713
1714         * text.C (rowBreakPoint): reintroduce the labelEnd
1715         checks, code copied from the row fill stuff. Deep voodoo.
1716
1717         * text.C (fill): add a comment and debugging for the
1718         next poor soul.
1719
1720 2003-04-11  John Levon  <levon@movementarian.org>
1721
1722         * text.C: make sure fullrow insets get wrapped to the next line,
1723         even when they're in a manual label
1724
1725 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1726
1727         * text2.C (insertParagraph): make it take ParagraphList::iterator
1728         as arg.
1729         (setLayout): make it return ParagraphList::iterator
1730         (redoParagraphs): ditto
1731         (setCounter): ditto
1732         (checkParagraph): ditto
1733
1734         * text.C (getRow): make getrow take ParagraphList::iterator as arg
1735
1736         * text2.C: adjust several funcs.
1737         (realizeFont): take a ParagraphList::iterator as arg.
1738         (getLayoutFont): ditto
1739         (getLabelFont): ditto
1740         (setCharFont): ditto
1741
1742         * text.C: adjust several funcs.
1743
1744 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1745
1746         * text.C (selectNextWordToSpellcheck): don't accidentally
1747         skip insets
1748
1749 2003-04-10  John Levon  <levon@movementarian.org>
1750
1751         * ToolbarBackend.C (getIcon): special handling for
1752         LFUN_MATH_DELIM
1753
1754 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1755
1756         * text2.C (cursorRight): a getChar assert fixed
1757
1758 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1759
1760         * text2.C (getFont): change to take a ParagraphList::iterator
1761         instead of Paragraph*
1762         Adjust several functions.
1763
1764         * text.C (transformChar): change to take a ParagraphList::iterator
1765         instead of Paragraph*
1766         (singleWidth): ditto
1767         Adjust several functions.
1768
1769         * rowpainter.C: adjust several functions
1770         * rowpainter.h:store a ParagraphList::iterator and not a
1771         Paragraph&.
1772
1773
1774 2003-04-09  John Levon  <levon@movementarian.org>
1775
1776         * lyxfunc.C:
1777         * lfuns.h:
1778         * LyXAction.h:
1779         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
1780         and the "help" bits as well
1781
1782 2003-04-09  John Levon  <levon@movementarian.org>
1783
1784         * ToolbarBackend.h:
1785         * ToolbarBackend.C: allow multiple toolbars
1786
1787 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1788
1789         * undo_funcs.C (setCursorParUndo): adjust
1790
1791         * text_funcs.C (transposeChars): adjust
1792
1793         * text3.C (gotoNextInset): adjust
1794         (dispatch): adjust
1795
1796         * text2.C (setLayout): adjust
1797         (changeDepth): adjust
1798         (setFont): adjust
1799         (redoParagraphs): adjust
1800         (selectionAsString): adjust
1801         (setParagraph): adjust
1802         (insertInset): adjust
1803         (cutSelection): adjust
1804         (copySelection): adjust
1805         (pasteSelection): adjust
1806         (insertStringAsLines): adjust
1807         (updateInset): adjust
1808         (setCursor): change to take a ParagraphList::iterator parameter
1809         (setCursorIntern): change to take a ParagraphList::iterator parameter
1810         (setCurrentFont): adjust
1811         (cursorLeft): adjust
1812         (cursorRight): adjust
1813         (deleteEmptyParagraphMechanism): adjust
1814
1815         * text.C (breakParagraph): adjust
1816         (insertChar): adjust
1817         (acceptChange): adjust
1818         (rejectChange): adjust
1819         (selectNextWordToSpellcheck): adjust
1820         (changeCase): adjust
1821         (Delete): adjust
1822         (backspace): adjust
1823
1824         * lyxfind.C (SearchForward): adjust
1825         (SearchBackward): adjust
1826         (nextChange): adjust
1827
1828         * lyxcursor.C (par): adjust
1829
1830         * lyxcursor.h: store a ParagraphList::iterator instead of a
1831         Paragraph*
1832
1833         * lyx_cb.C (getPossibleLabel): adjust
1834
1835         * bufferview_funcs.C (toggleAndShow): adjust
1836
1837         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1838         (dispatch): adjust
1839
1840         * BufferView.C (removeAutoInsets): adjust
1841         (lockedInsetStoreUndo): adjust
1842
1843 2003-04-09  John Levon  <levon@movementarian.org>
1844
1845         * ToolbarBackend.C: try icon without argument
1846         if with argument fails
1847
1848 2003-04-08  John Levon  <levon@movementarian.org>
1849
1850         * ToolbarBackend.h:
1851         * ToolbarBackend.C: add getIcon(), handle tooltip,
1852         and change from "Icon" to "Item".
1853
1854 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1855
1856         * BufferView.C (lockInset): another bad getchar crunched
1857
1858 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1859
1860         * text2.C (changeDepth): do not setUndo on test_only (make undo work
1861         again)
1862
1863 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
1864
1865         * lyxfind.C (searchForward, searchBackwards): bug 782
1866
1867 2003-04-07  John Levon  <levon@movementarian.org>
1868
1869         * paragraph.C: remove dead comment
1870
1871         * text.C: remove troublesome depth-fiddling code
1872         in leftMargin() and rightMargin() (bug 1017)
1873
1874         * text.C: fix breaking of rows in nested lists
1875         (bug 1004)
1876
1877         * text2.C (updateCounters): fix up depth values
1878         (bug 1013)
1879
1880 2003-04-07  John Levon  <levon@movementarian.org>
1881
1882         * BufferView_pimpl.C: clear message when doc finishes resizing,
1883         and after a mouse event
1884
1885         * lyxfunc.C: clear message after exiting inset
1886
1887 2003-04-07  John Levon  <levon@movementarian.org>
1888
1889         * bufferview_funcs.C: show math status not outside
1890         status in the statusbar
1891
1892 2003-04-07  John Levon  <levon@movementarian.org>
1893
1894         * lyxfunc.C: note status changed after a depth change
1895
1896 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
1897
1898         * LaTeX.h: move AuxInfo operator==, != out of line.
1899         Remove LaTeX virtual destructor; nothing derives from it.
1900         Move operator()() out of public area and rename it startscript().
1901         Change protected for private.
1902
1903 2003-04-04  Angus Leeming  <leeming@lyx.org>
1904
1905         * lyxfunc.C:
1906         * text2.C: remove unneeded #includes.
1907
1908 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1909
1910         * text2.C (dEPM): fix the heigth of the next row
1911
1912 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1913
1914         * text.C: squashed an invalid getChar requester + some ws changes
1915
1916 2003-04-03  John Levon  <levon@movementarian.org>
1917
1918         * bufferview_funcs.h:
1919         * bufferview_funcs.C:
1920         * lyxfunc.C:
1921         * lyxtext.h:
1922         * text2.C: make getStatus work for the env depth lfuns
1923
1924 2003-04-03  John Levon  <levon@movementarian.org>
1925
1926         * bufferview_funcs.h:
1927         * bufferview_funcs.C:
1928         * lyxfunc.C:
1929         * lyxtext.h:
1930         * text2.C: parlistize decDepth(), by merging it with incDepth()
1931
1932 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1933
1934         * lyxrow.h: store a ParagraphList::iterator instead of a
1935         Paragraph* and adjust other class functions to suit.
1936
1937         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
1938         above.
1939
1940 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1941
1942         * text2.C (setCursor): do not anchor to cursor row for the time being
1943
1944 2003-04-02  John Levon  <levon@movementarian.org>
1945
1946         * LyXAction.C:
1947         * lfuns.h:
1948         * lyx_main.C:
1949         * lyxtext.h:
1950         * text.C:
1951         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
1952
1953 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1954
1955         * paragraph.h: make ParagraphList and ParagraphList::iterator
1956         friends of Paragraph.
1957
1958         * buffer.C (makeLinuxDocFile): move towards ParagraphList
1959
1960         * ParagraphList.C: Use the private next_ and previous_ from
1961         Paragraph.
1962
1963 2003-04-01  John Levon  <levon@movementarian.org>
1964
1965         * ToolbarBackend.h:
1966         * ToolbarBackend.C:
1967         * Makefile.am: rename, remove defaults gunk
1968
1969         * MenuBackend.h:
1970         * MenuBackend.C: remove defaults gunk
1971
1972         * Languages.h:
1973         * Languages.C: remove defaults gunk
1974
1975         * lyx_main.h:
1976         * lyx_main.C: error out if files couldn't be found.
1977
1978 2003-04-02  John Levon  <levon@movementarian.org>
1979
1980         * text2.C: make incDepth() use parlist
1981
1982 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1983
1984         * undo_funcs.C (firstUndoParagraph): adjust
1985
1986         * text3.C (gotoInset): adjust
1987         (dispatch): adjust, and rewrite loop.
1988
1989         * text2.C (init): adjust, and rewrite loop.
1990         (redoParagraphs): adjust
1991         (updateInset): adjust, and rewrite loop.
1992         (deleteEmptyParagraphMechanism): adjust
1993
1994         * tabular.C (LyXTabular): adjust
1995         (SetMultiColumn): adjust
1996         (TeXRow): adjust
1997
1998         * lyxtext.[Ch] (ownerParagraph): delete function
1999         (ownerParagraphs): new function returns a ParagraphList.
2000
2001         * BufferView.C (removeAutoInsets): adjust
2002         (insertErrors): adjust
2003         (setCursorFromRow): adjust
2004
2005 2003-04-01  Angus Leeming  <leeming@lyx.org>
2006
2007         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
2008         in the frontends.
2009
2010 2003-04-02  John Levon  <levon@movementarian.org>
2011
2012         * lyxtext.h:
2013         * text.C:
2014         * Makefile.am:
2015         * text_funcs.h:
2016         * text_funcs.C: make transposeChars a free function
2017
2018         * lyxrow_funcs.C: remove wrong comment
2019
2020 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2021
2022         * lyxtext.h: adjust
2023         * rowpainter.C: adjust
2024         * text.C: adjust
2025         * text2.C: adjust
2026         * text3.C: adjust
2027
2028         * lyxrow_funcs. [Ch]: new files
2029
2030         * lyxrow.[Ch]: remove next and previous pointers
2031         (next,previous): remove accessor functions
2032         (isParEnd): move to lyxrow_funcs
2033         (lastPos): move to lyxrow_funcs
2034         (nextRowIsAllInset): move to lyxrow_funcs
2035         (lastPrintablePos): move to lyxrow_funcs
2036         (numberOfSeparators): move to lyxrow_funcs
2037         (numberOfHfills): move to lyxrow_funcs
2038         (numberOfLabelHfills): move to lyxrow_funcs
2039         (hfillExpansion): move to lyxrow_funcs
2040
2041         * lyxfunc.C: adjust
2042
2043         * bufferview_funcs.C (toggleAndShow): adjust
2044
2045         * RowList.h: Remove class RowList from file leave just a
2046         std::list<Row>.
2047
2048         * RowList.C: delete file
2049
2050         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
2051         and lyxrow_funcs.h
2052
2053 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2054
2055         * text3.C (cursorPrevious): adjust
2056         (cursorNext): adjust
2057         (dispatch): adjust
2058
2059         * text2.C (redoHeightOfParagraph): adjust
2060         (redoDrawingOfParagraph): adjust
2061         (setCursor): adjust
2062
2063         * text.C (breakParagraph): adjust
2064         (insertChar): adjust
2065         (backspace): adjust
2066
2067         * rowpainter.C (RowPainter): adjust
2068         (leftMargin): simplify and adjust
2069         (most rowpainter functions): adjust.
2070
2071         * rowpainter.h: store the row as RowList::iterator not as Row*
2072
2073         * lyxcursor.C (row): taka RowList::iterator as arg
2074         (irow): ditto
2075
2076         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
2077         of Row*.
2078
2079 2003-04-01  Angus Leeming  <leeming@lyx.org>
2080
2081         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
2082         stuff like bool Bool.
2083
2084 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2085
2086         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
2087         rewrite a loop
2088
2089 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2090
2091         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
2092         RowList::iterator.
2093
2094         * lyxtext.h (rows): drop one version and leve a const variant that
2095         returns a RowList::iterator.
2096
2097 2003-03-31  Angus Leeming  <leeming@lyx.org>
2098
2099         * text.C (fill): ensure that the signature is the same as that in the
2100         header file.
2101
2102 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
2103
2104         * text2.C (redoParagraphs): adjust
2105         (updateCounters): adjust
2106         (checkParagraph): adjust
2107         (getColumnNearX): adjust and reformat a bit.
2108
2109         * text.C (top_y): adjust
2110         (workWidth): adjust
2111         (leftMargin): adjust
2112         (prepareToPrint): adjust
2113         (getRow): adjust
2114         (getRowNearY): adjust
2115
2116         * lyxtext.h: make rowlist_ mutable.
2117
2118         * RowList.h: add const_iterator
2119         * RowList.C: adjust for RowList::const_iterator.
2120
2121         * text2.C (getCursorX): make it take a RowList::iterator as arg,
2122         adjust.
2123
2124 2003-03-31  John Levon  <levon@movementarian.org>
2125
2126         * lyxrc.h:
2127         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
2128
2129         * lyx_main.C: set default fonts from using lyx_gui funcs
2130
2131         * exporter.C: pdf_mode moved from lyxrc
2132
2133         * lyx_cb.C:
2134         * lyxfunc.C: changes from above
2135
2136 2003-03-31  John Levon  <levon@movementarian.org>
2137
2138         * lyx_main.C: fix to the last fix
2139
2140 2003-03-31  John Levon  <levon@movementarian.org>
2141
2142         * bufferlist.C: "Load original" -> "Load Original"
2143
2144         * converter.C:
2145         * exporter.C:
2146         * importer.C:
2147         * lyx_main.C:
2148         * format.C: more Alert cleanups
2149
2150 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2151
2152         * text2.C (removeParagraph): make it take a RowList::iterator as
2153         arg, adjust.
2154         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
2155         (postRowPaint): make it take a RowList::iterator as arg, adjust.
2156
2157         * text.C (anchor_row): make it take a RowList::iterator as arg,
2158         adjust.
2159         (computeBidiTables): make it take a const reference to Row instead
2160         of Row pointer, adjust.
2161         (leftMargin): make it take a RowList::iterator as arg, adjust.
2162         (rowBreakPoint): adjust
2163         (breakAgainOneRow): make it take a RowList::iterator as arg,
2164         adjust.
2165         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
2166
2167         * bufferview_funcs.C (toggleAndShow): adjust
2168
2169 2003-03-30  John Levon  <levon@movementarian.org>
2170
2171         * Makefile.am:
2172         * BoostFormat.h:
2173         * boost-inst.C: moved to support
2174
2175         * several files: changes as a result
2176
2177 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2178
2179         * text2.C (LyXText): adjust.
2180         (init): adjust
2181         (removeRow): make it take a RowList::iterator as arg, adjust.
2182         (fullRebreak): adjust
2183         (deleteEmptyParagraphMechanism): adjust
2184         (clearPaint): adjust
2185         (postPaint): adjust
2186
2187         * text.C (top_y): adjust
2188         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
2189         (breakAgain): make it take a RowList::iterator as arg, adjust.
2190         (breakParagraph): adjust
2191         (insertChar): adjust
2192         (backspace): adjust
2193
2194         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
2195         need_break_row, and refresh_row.
2196
2197         * text3.C (dispatch): adjust
2198
2199         * text2.C (checkParagraph): adjust
2200         (setCursor): adjust
2201         (setCursorFromCoordinates): adjust
2202
2203         * text.C (top_y): adjust
2204         (workWidth): adjust
2205         (getRow): make it return a RowList::iterator, adjust
2206         (getRowNearY): make it return a RowList::iterator, adjust
2207
2208         * text2.C (init): adjust
2209         (insertRow): remove function
2210         (insertParagraph): adjust
2211         (redoParagraphs): adjust
2212         (fullRebreak): adjust
2213         (updateCounters): adjust
2214
2215         * text.C (top_y): rewrite to use RowList iterators.
2216         (top_y): adjust
2217         (setHeightOfRow): rewrite to sue RowList iterators.
2218         (appendParagraph): adjust
2219         (breakAgain): adjust
2220         (breakAgainOneRow): adjust
2221         (breakParagraph): adjust
2222         (getRow): adjust
2223         (getRowNearY): adjust, and remove commented code.
2224
2225         * lyxtext.h (firstRow): delete function
2226         (lastRow): delete function
2227         (rows): new function (const and non-const versions.)
2228         (insertRow): delete function
2229
2230         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
2231
2232 2003-03-29  John Levon  <levon@movementarian.org>
2233
2234         * BufferView_pimpl.C: always update scrollbar top
2235         because pasting text when we're anchored could mean we
2236         miss an update altogether
2237
2238 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2239
2240         * text2.C (init): use rowlist_.end() and not 0.
2241         (insertRow): change to take a RowList::iterator as arg, adjust
2242         for this.
2243         (insertParagraph): change to take a RowList::iterator as arg,
2244         adjust for this.
2245         (redoParagraphs): remove some debug msgs.
2246
2247         * text.C (appendParagraph): change to take a RowList::iterator
2248         arg, adjust for this.
2249         (breakAgain): add an assert
2250         (breakAgainOneRow): ditto
2251
2252 2003-03-29  John Levon  <levon@movementarian.org>
2253
2254         * text2.C: do not clear selection after inc/decDepth
2255         (bug 550)
2256
2257 2003-03-29  John Levon  <levon@movementarian.org>
2258
2259         * BufferView.C:
2260         * buffer.C: fix broken strerrors according to Lars
2261
2262 2003-03-29  John Levon  <levon@movementarian.org>
2263
2264         * converters.C: more Alert cleanups
2265
2266 2003-03-29  John Levon  <levon@movementarian.org>
2267
2268         * bufferview_funcs.C: remove pointless Alert
2269
2270         * buffer.C: fix confusing error message when
2271         a template is chmoded 000
2272
2273 2003-03-29  John Levon  <levon@movementarian.org>
2274
2275         * BufferView.C:
2276         * BufferView.h:
2277         * BufferView_pimpl.C: Alert fixes
2278
2279         * Makefile.am:
2280         * tabular.C:
2281         * tabular-old.C: remove unused table compat reading
2282
2283 2003-03-29  John Levon  <levon@movementarian.org>
2284
2285         * BufferView.C:
2286         * buffer.C:
2287         * lyx_cb.h:
2288         * lyx_cb.C: more Alert cleanups
2289
2290         * lyxfunc.C: don't allow chktex if not latex document
2291
2292 2003-03-29  John Levon  <levon@movementarian.org>
2293
2294         * lyx_cb.C:
2295         * BufferView.C:
2296         * buffer.C: warnings pushed down from support/,
2297         kill err_alert
2298
2299 2003-03-29  John Levon  <levon@movementarian.org>
2300
2301         * lyxfunc.C: safety check for C-r (revert)
2302
2303 2003-03-29  John Levon  <levon@movementarian.org>
2304
2305         * bufferlist.h:
2306         * bufferlist.C: several UI fixes using Alert::prompt.
2307         Fix the pointless looping quit code. Fix stupid revert
2308         behaviour (bug 938)
2309
2310         * lyxvc.h:
2311         * lyxvc.C:
2312         * lyx_cb.C: use Alert::prompt
2313
2314         * lyx_main.C: remove a silly question
2315
2316         * lyxfunc.C: remove a couple of silly questions,
2317         use Alert::prompt
2318
2319 2003-03-28  John Levon  <levon@movementarian.org>
2320
2321         * text2.C: fix bug 974 (End on empty par)
2322
2323 2003-03-28  John Levon  <levon@movementarian.org>
2324
2325         * BufferView_pimpl.C:
2326         * LyXAction.C:
2327         * lfuns.h: remove do-nothing math greek lfuns
2328
2329 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2330
2331         * lyxgluelength.h (isValidGlueLength): add default arg on
2332         parameter 2. Remove default arg from friend in class.
2333
2334         * lyxlength.h (isValidLength): add default arg on parameter 2.
2335         Remove default arg from friend in class.
2336
2337         * text2.C (LyXText): adjust, initialize refresh_row.
2338         (init): adjust
2339         (removeRow): adjust
2340         (insertRow): adjust
2341         (insertParagraph): adjst
2342         (redoParagraphs): adjust
2343         (fullRebreak): adjust
2344         (updateCounters): adjust
2345         (deleteEmptyParagraphMechanism): first attempt at fixing a
2346         crashing bug.
2347
2348         * text.C (top_y): adjust
2349         (setHeightOfRow): adjust
2350         (getRow): adjust
2351         (getRowNearY): adjust
2352
2353         * lyxtext.h: include RowList.h
2354         (~LyXText): not needed anymore, deleted.
2355         (firstRow): modify for RowList
2356         (lastRow): new function
2357         Delete firstrow and lastrow class variables, add a Rowlist
2358         rowlist_ class variable.
2359
2360         * lyxrow.C (lastPos): use empty() and not !size() to check if a
2361         paragraph is empty.
2362
2363         * RowList.C (insert): fix case where it == begin().
2364
2365 2003-03-26  Angus Leeming  <leeming@lyx.org>
2366
2367         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
2368         the thesaurus dialog.
2369
2370 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2371
2372         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
2373
2374         * RowList.[Ch]: new files
2375
2376         * ParagraphList.C (erase): handle the case where it == begin
2377         correctly.
2378
2379 2003-03-25  John Levon  <levon@movementarian.org>
2380
2381         * Makefile.am:
2382         * aspell_local.h:
2383         * aspell.C: add new aspell support
2384
2385         * lyxrc.h:
2386         * lyxrc.C: Make use_pspell be use_spell_lib. Always
2387         have it accessible.
2388
2389 2003-03-25  Angus Leeming  <leeming@lyx.org>
2390
2391         * lfuns.h:
2392         * LyXAction.C (init): new LFUN_INSET_INSERT.
2393
2394         * BufferView_pimpl.C (dispatch): split out part of the
2395         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
2396
2397         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
2398         LFUN_INSET_APPLY.
2399
2400 2003-03-25  Angus Leeming  <leeming@lyx.org>
2401
2402         * lyxfunc.C (dispatch): changes to the Dialogs interface.
2403
2404 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
2405
2406         * text2.C:
2407         * text3.C: remove useless row->height(0)
2408
2409 2003-03-25  John Levon  <levon@movementarian.org>
2410
2411         * lyxtext.h:
2412         * text2.C:
2413         * text3.C: rename the refreshing stuff to better names
2414
2415 2003-03-24  John Levon  <levon@movementarian.org>
2416
2417         * BufferView_pimpl.h:
2418         * BufferView_pimpl.C: update layout choice on a mouse
2419         press/release
2420
2421 2003-03-23  John Levon  <levon@movementarian.org>
2422
2423         * Makefile.am: fix commandtags.h reference
2424
2425 2003-03-22  John Levon  <levon@movementarian.org>
2426
2427         * BufferView_pimpl.C:
2428         * lyxtext.h:
2429         * rowpainter.C:
2430         * rowpainter.h:
2431         * text.C:
2432         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
2433
2434 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
2435
2436         * lyxtext.h:
2437         * text.C: take the rtl methods out of line
2438
2439 2003-03-21 André Pönitz <poenitz@gmx.net>
2440
2441         * metricsinfo.[Ch]: new files containing structures to be passed around
2442         during the two-phase-drawing...
2443
2444 2003-03-21 André Pönitz <poenitz@gmx.net>
2445
2446         * lyxtextclass.C: read 'environment' tag.
2447
2448 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
2449
2450         * text2.C (removeRow): fix bug 964
2451
2452 2003-03-20  John Levon  <levon@movementarian.org>
2453
2454         * rowpainter.C:
2455         * text.C:
2456         * text2.C: paint cleanups. Inset::update() dropped font
2457         parameter
2458
2459 2003-03-19  John Levon  <levon@movementarian.org>
2460
2461         * lyxfunc.C: only fitcursor/markDirty if available()
2462
2463 2003-03-19  John Levon  <levon@movementarian.org>
2464
2465         * commandtags.h: rename to ...
2466
2467         * lfuns.h: ... this, and renumber / cleanup
2468
2469 2003-03-19  John Levon  <levon@movementarian.org>
2470
2471         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
2472         fit the cursor after an lfun
2473
2474         * BufferView.h:
2475         * BufferView.C:
2476         * BufferView_pimpl.h:
2477         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
2478
2479         * LyXAction.C: layout-character should have ReadOnly
2480
2481         * ParagraphParameters.C:
2482         * buffer.C:
2483         * bufferview_funcs.C:
2484         * lyx_cb.C:
2485         * lyxfind.C:
2486         * lyxtext.h:
2487         * text.C:
2488         * text2.C:
2489         * text3.C:
2490         * undo_funcs.C: changes from above
2491
2492 2003-03-18  John Levon  <levon@movementarian.org>
2493
2494         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
2495         remove it from update()
2496
2497         * lyxfunc.C: update layout choice after an lfun
2498
2499         * text3.C: remove extra updateLayoutChoice()s
2500
2501 2003-03-18  John Levon  <levon@movementarian.org>
2502
2503         * text.C: top_y change means full repaint, fix
2504         a drawing bug with cursor movement
2505
2506 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2507
2508         * lyxtext.h:
2509         * text.C:
2510         * text2.C: anchor row on setCursor
2511
2512 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2513
2514         * lyxtext.h: remove almost all mutable keywords
2515         * text.C:
2516         * text2.C:
2517         * text3.C: remove const keywords accordingly
2518
2519 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2520
2521         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
2522         anon namespace
2523         (TeXEnvironment): ditto
2524         (TeXOnePar): ditto
2525
2526 2003-03-17  John Levon  <levon@movementarian.org>
2527
2528         * text.C (rowBreakPoint): remove attempt to fix displayed
2529         math insets inside a manual label
2530
2531 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2532
2533         * lyxtext.h: remove BufferView* as first arg from almost all class
2534         functions.
2535         * other files: adjust.
2536
2537 2003-03-17  John Levon  <levon@movementarian.org>
2538
2539         * lyxtext.h:
2540         * undo_funcs.C:
2541         * text2.C: more paint cleanups
2542
2543         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
2544
2545         * rowpainter.h:
2546         * rowpainter.C: remove "smart" background painting code
2547
2548 2003-03-16  John Levon  <levon@movementarian.org>
2549
2550         * lyxtext.h:
2551         * text.C:
2552         * text2.C:
2553         * text3.C: add helper functions for setting refresh_row/y
2554
2555 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
2556
2557         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
2558         newline inset which *can* get inserted in the pass_thru layouts.
2559         This is primarily for literate documents.
2560
2561 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
2562
2563         * buffer.C: increment LYX_FORMAT to 223
2564
2565 2003-03-14 André Pönitz <poenitz@gmx.net>
2566
2567         * textclass.h: prepare for environment handling, ws changes
2568         * lyxlayout.C: read latexheader and latexfooter tags
2569
2570 2003-03-14  John Levon  <levon@movementarian.org>
2571
2572         * text2.C: rewrite ::status() a bit
2573
2574 2003-03-13  John Levon  <levon@movementarian.org>
2575
2576         * lyxtext.h: add some docs
2577
2578 2003-03-13  John Levon  <levon@movementarian.org>
2579
2580         * lyxtext.h:
2581         * text.C:
2582         * text2.C:
2583         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
2584
2585 2003-03-13  John Levon  <levon@movementarian.org>
2586
2587         * text3.C: fix appendix redrawing
2588
2589 2003-03-13  John Levon  <levon@movementarian.org>
2590
2591         * text.C (setHeightOfRow):
2592         * rowpainter.h:
2593         * rowpainter.C: make appendix mark have the text
2594           "Appendix" so the user knows what it is
2595
2596         * LColor.h:
2597         * LColor.C: s/appendixline/appendix/ from above
2598
2599 2003-03-13  John Levon  <levon@movementarian.org>
2600
2601         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
2602
2603         * text.C: fix a getChar(pos) bug properly
2604
2605 2003-03-13  Angus Leeming  <leeming@lyx.org>
2606
2607         * commandtags.h:
2608         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
2609         Probably only temporary. Let's see how things pan out.
2610
2611         * BufferView.C (unlockInset):
2612         * BufferView_pimpl.C (fitCursor):
2613         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
2614
2615         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
2616         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
2617
2618         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
2619         new functions that convert ParagraphParameters to and from a string.
2620
2621         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
2622         BufferView::Pimpl's dispatch.
2623         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
2624
2625 2003-03-13 André Pönitz <poenitz@gmx.net>
2626
2627         * lyxfunc.C:
2628         * text3.C:
2629         * factory.C: make it aware of InsetEnv
2630
2631 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2632
2633         * text2.C (setCursor): never ask for one past last
2634         (setCursor): add some debugging messages.
2635
2636         * text.C (singleWidth): never ask for one past last
2637         (singleWidth): ditto
2638         (leftMargin): ditto
2639         (rightMargin): ditto
2640         (rowBreakPoint): ditto
2641         (setHeightOfRow): ditto
2642         (prepareToPrint): ditto
2643
2644         * rowpainter.C (paintBackground): never ask for one past last
2645         (paintText): never ask for one past last
2646
2647         * paragraph_pimpl.C (getChar): make the assert stricter, never
2648         allow the one past last pos to be taken
2649
2650         * paragraph.C (getChar): ws changes only
2651
2652         * lyxrow.C (nextRowIsAllInset): never ask for one past last
2653         (numberOfSeparators): ditto
2654         (numberOfHfills): ditto
2655
2656 2003-03-12  John Levon  <levon@movementarian.org>
2657
2658         * author.h:
2659         * author.C:
2660         * bufferparams.h:
2661         * bufferparams.C:
2662         * paragraph_funcs.C: fix per-buffer authorlists
2663
2664 2003-03-12  John Levon  <levon@movementarian.org>
2665
2666         * text.C: fix newline in right address
2667
2668 2003-03-12  Angus Leeming  <leeming@lyx.org>
2669
2670         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
2671         duplicate those in LyXFunc::dispatch.
2672
2673         * commandtags.h:
2674         * LyXAction.C:
2675         * ToolbarDefaults.C:
2676         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
2677         Add LFUN_FONTFREE_UPDATE.
2678
2679         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
2680         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
2681
2682         * bufferview_func.[Ch]: several new functions to facilliate
2683         transfer of data to and from the character dialog.
2684
2685 2003-03-12  John Levon  <levon@movementarian.org>
2686
2687         * buffer.C:
2688         * paragraph.h:
2689         * paragraph.C:
2690         * paragraph_funcs.C:
2691         * paragraph_pimpl.C:
2692         * sgml.C:
2693         * tabular.C:
2694         * text.C:
2695         * text3.C: remove META_NEWLINE in favour of an inset
2696
2697         * rowpainter.h:
2698         * rowpainter.C: remove paintNewline (done by inset)
2699
2700 2003-03-12  John Levon  <levon@movementarian.org>
2701
2702         * paragraph_pimpl.C: complain about bad getChar()s
2703         for a while at least
2704
2705 2003-03-12  John Levon  <levon@movementarian.org>
2706
2707         * buffer.h:
2708         * buffer.C: move paragraph read into a separate function,
2709         a little renaming to reflect that.
2710
2711         * bufferparams.h:
2712         * bufferparams.C: remove the author_ids map, not necessary now
2713
2714         * factory.h:
2715         * factory.C: moved Buffer::readInset to here
2716
2717         * paragraph_funcs.h:
2718         * paragraph_funcs.C: readParagraph free function moved from
2719         buffer.C
2720
2721         * tabular.C: name change
2722
2723 2003-03-12  John Levon  <levon@movementarian.org>
2724
2725         * buffer.C:
2726         * ParagraphParameters.C: move par params input to
2727         a read() method
2728
2729         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
2730         behave like a normal read from the stream wrt reading
2731         a line vs. a \\token
2732
2733 2003-03-12  John Levon  <levon@movementarian.org>
2734
2735         * paragraph.C:
2736         * ParagraphParameters.h:
2737         * ParagraphParameters.C: move output code to a
2738         ::write() method
2739
2740 2003-03-12  John Levon  <levon@movementarian.org>
2741
2742         * BufferView.C (insertLyXFile):
2743         * buffer.h:
2744         * buffer.C:
2745         * tabular.C: use a parlist iterator for creating the
2746           document.
2747
2748 2003-03-12  John Levon  <levon@movementarian.org>
2749
2750         * buffer.C: make current_change static local not
2751           static file-scope
2752
2753 2003-03-12  John Levon  <levon@movementarian.org>
2754
2755         * buffer.C: fix insertStringAsLines for change tracking
2756
2757 2003-03-12  John Levon  <levon@movementarian.org>
2758
2759         * BufferView.C:
2760         * tabular.C:
2761         * buffer.h:
2762         * buffer.C:
2763         * bufferparams.h:
2764         * bufferparams.C: move author list into params. Rename some
2765           functions. Move the header reading into a separate token
2766           loop. Move the header token reading into BufferParams.
2767
2768 2003-03-12  John Levon  <levon@movementarian.org>
2769
2770         * changes.C: put debug inside lyxerr.debugging() checks
2771
2772 2003-03-11 André Pönitz <poenitz@gmx.net>
2773
2774         * factory.C: make it aware of InsetHFill
2775
2776 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2777
2778         * buffer.C (latexParagraphs): move function from here...
2779         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
2780         args.
2781
2782 2003-03-10  Angus Leeming  <leeming@lyx.org>
2783
2784         * LyXAction.C (init): fix bug in poplating array with multiple entries
2785         with the same LFUN (spotted by JMarc).
2786
2787 2003-03-10  John Levon  <levon@movementarian.org>
2788
2789         * text.C:
2790         * text2.C: move getColumnNearX() near its
2791         only call site
2792
2793 2003-03-10  John Levon  <levon@movementarian.org>
2794
2795         * text.C: fix break before a minipage
2796
2797 2003-03-10  John Levon  <levon@movementarian.org>
2798
2799         * text.C: fix the last commit
2800
2801 2003-03-09  John Levon  <levon@movementarian.org>
2802
2803         * lyxtext.h:
2804         * text.C:
2805         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
2806         bug 365 (don't break before insets unless needed). Don't
2807         return a value > last under any circumstances.
2808
2809 2003-03-09  Angus Leeming  <leeming@lyx.org>
2810
2811         * BufferView_pimpl.C (trackChanges, dispatch): call
2812         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
2813
2814 2003-03-09  Angus Leeming  <leeming@lyx.org>
2815
2816         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
2817         than Dialogs::showAboutlyx().
2818
2819 2003-03-09  Angus Leeming  <leeming@lyx.org>
2820
2821         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
2822         than Dialogs::showTabularCreate().
2823
2824 2003-03-09  John Levon  <levon@movementarian.org>
2825
2826         * lyxtext.h:
2827         * text.C:
2828         * text2.C: 3rd arg to nextBreakPoint was always the same.
2829           Use references.
2830
2831 2003-03-08  John Levon  <levon@movementarian.org>
2832
2833         * lyxrow.C:
2834         * paragraph.C:
2835         * paragraph.h:
2836         * rowpainter.C:
2837         * text.C:
2838         * text2.C: Remove the "main" bit from the "main body"
2839           notion.
2840
2841 2003-03-08  John Levon  <levon@movementarian.org>
2842
2843         * text.C (leftMargin): The left margin of an empty
2844         manual label paragraph should not include the label width
2845         string length.
2846
2847         * text.C (prepareToPrint): don't attempt to measure hfills
2848         for empty manual label paragraphs - the answer should be 0
2849
2850 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2851
2852         * CutAndPaste.C: remove commented code and reindent.
2853
2854 2003-03-08  John Levon  <levon@movementarian.org>
2855
2856         * lyxfunc.h:
2857         * lyxfunc.C: move reloadBuffer()
2858
2859         * BufferView.h:
2860         * BufferView.C: to here
2861
2862         * lyxvc.C: add comment
2863
2864         * vc-backend.h:
2865         * vc-backend.C: call bv->reload() to avoid
2866           getStatus() check on MENURELOAD
2867
2868 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2869
2870         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
2871         to an old format .dep file.
2872
2873 2003-03-07  Angus Leeming  <leeming@lyx.org>
2874
2875         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
2876         when the LFUN_MOUSE_RELEASE should have been handled by
2877         inset->localDispatch.
2878
2879 2003-03-07  Angus Leeming  <leeming@lyx.org>
2880
2881         * BufferView_pimpl.C (dispatch):
2882         * LyXAction.C (init):
2883         * ToolbarDefaults.C (init):
2884         * commandtags.h:
2885         * lyxfunc.C (getStatus):
2886         remove LFUN_INSET_GRAPHICS.
2887
2888         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
2889
2890 2003-03-07  Angus Leeming  <leeming@lyx.org>
2891
2892         * commandtags.h:
2893         * LyXAction.C (init):
2894         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
2895
2896         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
2897
2898         * commandtags.h:
2899         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
2900
2901         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
2902         localDispatch method LFUN_INSET_DIALOG_UPDATE.
2903
2904 2003-03-07  Angus Leeming  <leeming@lyx.org>
2905
2906         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
2907         remove "ert".
2908
2909 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2910
2911         * ParagraphList.C (front): new function
2912         (back): implement
2913
2914 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2915
2916         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
2917         and top_row_offset_. removed var first_y.
2918         * text.C (top_y):
2919         * text2.C (LyXText, removeRow):
2920         * text3.C:
2921         * BufferView_pimpl.C:
2922         use these methods instead of using first_y
2923
2924 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2925
2926         * text2.C (pasteSelection): adjust for checkPastePossible
2927
2928         * CutAndPaste.C: remove Paragraph * buf and replace with
2929         ParagraphList paragraphs.
2930         (DeleteBuffer): delete
2931         (cutSelection): change the tc type to textclass_type
2932         (copySelection): change the tc type to textclass_type
2933         (copySelection): adjust for ParagraphList
2934         (pasteSelection): change the tc type to textclass_type
2935         (pasteSelection): adjust for Paragraphlist
2936         (nrOfParagraphs): simplify for ParagraphList
2937         (checkPastePossible): simplify for ParagraphList
2938         (checkPastePossible): remove unused arg
2939
2940         * ParagraphList.C (insert): handle the case where there are no
2941         paragraphs yet.
2942
2943         * CutAndPaste.h: make CutAndPaste a namespace.
2944
2945         * text3.C (dispatch): adjust
2946
2947         * text.C (breakParagraph): add a ParagraphList as arg
2948
2949         * paragraph_funcs.C (breakParagraph): change to take a
2950         BufferParams and a ParagraphList as args.
2951         (breakParagraphConservative): ditto
2952         (mergeParagraph): ditto
2953         (TeXDeeper): add a ParagraphList arg
2954         (TeXEnvironment): ditto
2955         (TeXOnePar): ditto
2956
2957         * buffer.C (readLyXformat2): adjust
2958         (insertStringAsLines): adjust
2959         (latexParagraphs): adjust
2960
2961         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
2962         (cutSelection): adjust
2963         (pasteSelection): adjust
2964
2965         * BufferView_pimpl.C (insertInset): adjust
2966
2967 2003-03-05  Angus Leeming  <leeming@lyx.org>
2968
2969         * commandtags.h:
2970         * LyXAction.C (init):
2971         * BufferView_pimpl.C (dispatch):
2972         * lyxfunc.C (getStatus):
2973         remove LFUN_CHILD_INSERT.
2974
2975         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
2976
2977 2003-03-05  Angus Leeming  <leeming@lyx.org>
2978
2979         * commandtags.h:
2980         * LyXAction.C (init):
2981         * src/factory.C (createInset):
2982         * lyxfunc.C (getStatus):
2983         * text3.C (dispatch):
2984         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
2985
2986         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
2987
2988 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
2989
2990         * ParagraphList.C (insert): handle insert right before end()
2991         (erase): fix cases where it can be first or last paragraph.
2992
2993 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2994
2995         * paragraph_funcs.C (TeXEnvironment): remove all usage of
2996         Paragraph::next and Paragraph::previous
2997         (TeXOnePar): ditto
2998
2999         * text.C (breakParagraph): adjust
3000
3001         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
3002         BufferParams& as arg.
3003         (breakParagraph): use ParagraphList::insert
3004         (breakParagraphConservative): take a Buffer* instead of a
3005         BufferParams& as arg.
3006         (breakParagraphConservative): use ParagraphList::insert.
3007
3008         * buffer.C (insertStringAsLines): un-const it
3009         (insertStringAsLines): adjust
3010
3011         * ParagraphList.C (insert): new function
3012
3013         * CutAndPaste.C (pasteSelection): adjust
3014
3015         * text.C (backspace): adjust
3016
3017         * tabular.C (SetMultiColumn): adjust
3018
3019         * CutAndPaste.C (cutSelection): adjust
3020         (pasteSelection): adjust
3021
3022         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
3023         Buffer const * as arg
3024
3025         * ParagraphList.C (erase): new function
3026         * paragraph_funcs.C (mergeParagraph): use it
3027         (mergeParagraph): make it take a Buffer* instead of a
3028         BufferParams* as arg
3029
3030         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
3031         as arg
3032         (breakParagraphConservative): ditto
3033
3034         * paragraph.h: remove the breakParagraph friend
3035
3036         * paragraph.C (eraseIntern): new function
3037         (setChange): new function
3038
3039         * paragraph_funcs.C (mergeParagraph): make it take a
3040         ParagraphList::iterator instead of a Paragraph *, adjust
3041         accordingly.
3042
3043         * paragraph.h: move an #endif so that the change tracking stuff
3044         also works in the NO_NEXT case.
3045
3046 2003-03-04  Angus Leeming  <leeming@lyx.org>
3047
3048         * commandtags.h:
3049         * LyXAction.C: new LFUN_INSET_MODIFY.
3050
3051         * BufferView_pimpl.C (dispatch): if an inset is found to be open
3052         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
3053
3054 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3055
3056         * several files: ws changes only
3057
3058         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
3059         (TeXEnvironment): ditto
3060         (TeXDeeper): ditto
3061
3062         * buffer.C (makeLaTeXFile): adjust
3063         (latexParagraphs): make it take ParagraphList::iterator as args
3064
3065 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3066
3067         * buffer.C (latexParagraphs): adjust
3068
3069         * paragraph.C (TeXOnePar): move function...
3070         (optArgInset): move function...
3071         (TeXEnvironment): move function...
3072         * paragraph_pimpl.C (TeXDeeper): move function...
3073         * paragraph_funcs.C: ...here
3074
3075         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
3076
3077 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3078
3079         * buffer.C (readInset): remove compability code for old Figure and
3080         InsetInfo insets
3081
3082 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3083
3084         * buffer.C: ws changes
3085         (readInset):
3086
3087         * BufferView_pimpl.C: ditto
3088         * author.C: ditto
3089         * buffer.h: ditto
3090         * bufferlist.h: ditto
3091         * changes.h: ditto
3092         * lyxfunc.C: ditto
3093
3094 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
3095
3096         * converter.[Ch]: split into itself +
3097         * graph.[Ch]
3098         * format.[Ch]
3099         * Makefile.am: += graph.[Ch] + format.[Ch]
3100         * MenuBackend.C
3101         * buffer.C
3102         * exporter.C
3103         * importer.C
3104         * lyx_main.C
3105         * lyxfunc.C
3106         * lyxrc.C: added #include "format.h"
3107
3108 2003-02-27  Angus Leeming  <leeming@lyx.org>
3109
3110         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
3111           a label.
3112
3113         * factory.C (createInset): add "label" to the factory.
3114
3115         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
3116           string and do no more.
3117
3118 2003-02-27  Angus Leeming  <leeming@lyx.org>
3119
3120         * commandtags.h:
3121         * LyXAction.C (init):
3122         * factory.C (createInset):
3123         * BufferView_pimpl.C (dispatch):
3124           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
3125
3126         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
3127
3128         * lyxfunc.C (dispatch):
3129         * text3.C (dispatch): pass name to params2string.
3130
3131 2003-02-26  Angus Leeming  <leeming@lyx.org>
3132
3133         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
3134           blocks together.
3135           Rearrange the ~includes. Strip out the unnecessary ones.
3136
3137         * factory.C (createInset): reformat.
3138           create new insets for the various LFUN_XYZ_APPLY lfuns.
3139
3140 2003-02-26  John Levon  <levon@movementarian.org>
3141
3142         * lyxrow.h:
3143         * lyxrow.C: add isParStart,isParEnd helpers
3144
3145         * paragraph.h: make isInserted/DeletedText take refs
3146
3147         * paragraph_funcs.h:
3148         * paragraph_funcs.C: remove #if 0'd code
3149
3150         * lyxtext.h:
3151         * text3.C:
3152         * text2.C:
3153         * text.C: use lyxrow helpers above.
3154           Move draw and paint routines to RowPainter.
3155           Make several methods use refs not pointers.
3156           Make backgroundColor() const.
3157           Add markChangeInDraw(), isInInset().
3158           Merge changeRegionCase into changeCase.
3159           Make workWidth() shouldn't-happen code into an Assert.
3160
3161         * rowpainter.h:
3162         * rowpainter.C: new class for painting a row.
3163
3164         * vspace.h:
3165         * vspace.C: make inPixels take a ref
3166
3167 2003-02-26  Angus Leeming  <leeming@lyx.org>
3168
3169         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
3170         LFUN_REF_APPLY.
3171
3172 2003-02-25  John Levon  <levon@movementarian.org>
3173
3174         * ispell.C: give the forked command a more accurate name
3175
3176 2003-02-22  John Levon  <levon@movementarian.org>
3177
3178         * toc.h:
3179         * toc.C: make TocItem store an id not a Paragraph *
3180           (bug #913)
3181
3182 2003-02-21  Angus Leeming  <leeming@lyx.org>
3183
3184         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
3185           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
3186           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
3187           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
3188           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
3189           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
3190
3191         * BufferView_pimpl.C (dispatch):
3192         * LyXAction.C (init):
3193         * factory.C (createInset):
3194         * lyxfunc.C (getStatus, dispatch):
3195         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
3196
3197 2003-02-21  Angus Leeming  <leeming@lyx.org>
3198
3199         * BufferView_pimpl.C (MenuInsertLyXFile):
3200         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3201         * lyxfunc.C (menuNew, open, doImport):
3202           no longer pass a LyXView & to fileDlg.
3203
3204 2003-02-21  Angus Leeming  <leeming@lyx.org>
3205
3206         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
3207         * LyXAction.C: change, BIBKEY to BIBITEM.
3208         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
3209         Change InsetBibKey to InsetBibitem.
3210         Change BIBKEY_CODE to BIBITEM_CODE.
3211         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3212         * factory.C: replace insetbib.h with insetbibitem.h.
3213         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3214         * paragraph.C: replace insetbib.h with insetbibitem.h.
3215         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
3216         Change bibkey() to bibitem().
3217         * text.C: remove insetbib.h.
3218         * text2.C: replace insetbib.h with insetbibitem.h.
3219         change bibkey() to bibitem().
3220         * text3.C: remove insetbib.h.
3221         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3222
3223 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3224
3225         * lyxrc.C (output): enclose user email in quotes (in case there are
3226         several words)
3227
3228 2003-02-18  John Levon  <levon@movementarian.org>
3229
3230         * buffer.h: add std::
3231
3232 2003-02-17  John Levon  <levon@movementarian.org>
3233
3234         * SpellBase.h:
3235         * ispell.h:
3236         * ispell.C:
3237         * pspell.h:
3238         * pspell.C: reworking. Especially in ispell, a large
3239           number of clean ups and bug fixes.
3240
3241         * lyxfunc.C: fix revert to behave sensibly
3242
3243 2003-02-17 André Pönitz <poenitz@gmx.net>
3244
3245         * LyXAction.C:
3246         * commandtags.h: new LFUN_INSERT_BIBKEY
3247
3248         * layout.h:
3249         * lyxlayout.C:
3250         * buffer.C:
3251         * factory.C:
3252         * text.C:
3253         * text2.C:
3254         * text3.C:
3255         * paragraph.[Ch]:
3256         * paragraph_func.C: remove special bibkey handling
3257
3258 2003-02-17  John Levon  <levon@movementarian.org>
3259
3260         * text.C (Delete): fix case where delete at the end of
3261           the very first paragraph would not merge the pars
3262
3263 2003-02-17  John Levon  <levon@movementarian.org>
3264
3265         * lyxrow.C: fix lastPrintablePos()
3266
3267 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3268
3269         * bufferparams.C (writeLaTeX): add a std:here
3270
3271         * buffer.C: and remove a using directive there
3272
3273 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3274
3275         * buffer.C (makeLaTeXFile): move the code that generates the
3276           preamble...
3277
3278         * bufferparams.C (writeLaTeX): ... in this new method
3279
3280         * LaTeXFeatures.C (getEncodingSet): make const
3281           (getLanguages): make const
3282
3283         * MenuBackend.C (binding): returns the binding associated to this
3284           action
3285           (add): sets the status of each item by calling getStatus. Adds
3286           some intelligence.
3287           (read): add support for OptSubMenu
3288           (expand): remove extra separator at the end of expanded menu
3289
3290 2003-02-15  John Levon  <levon@movementarian.org>
3291
3292         * BufferView.C:
3293         * BufferView_pimpl.C:
3294         * bufferlist.h:
3295         * bufferlist.C: remove pointless BufferStorage bloat. Remove
3296           inset code that had no actual effect. Remove unneeded status
3297           code.
3298
3299 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3300
3301         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
3302           in preamble
3303
3304 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
3305
3306         * text.C (drawLengthMarker): also draw an arrow marker for
3307           symbolic lengths (medskip...)
3308
3309 2003-02-14  John Levon  <levon@movementarian.org>
3310
3311         * tabular.h:
3312         * tabular.C: better method names
3313
3314 2003-02-14  John Levon  <levon@movementarian.org>
3315
3316         * BufferView_pimpl.C:
3317         * bufferlist.C:
3318         * buffer.C:
3319         * converter.C:
3320         * lyx_cb.C:
3321         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
3322           it's a more accurate name. Remove some pointless uses.
3323
3324 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3325
3326         * text2.C (LyXText): change order of initilizers to shut off
3327           warnings
3328
3329 2003-02-14  John Levon  <levon@movementarian.org>
3330
3331         * buffer.C: use ParIterator for getParFromID()
3332
3333         * paragraph.h:
3334         * paragraph.C:
3335         * paragraph_pimpl.h:
3336         * paragraph_pimpl.C: remove unused getParFromID()
3337
3338 2003-02-14  John Levon  <levon@movementarian.org>
3339
3340         * buffer.C: remove some very old #if 0'd parse code
3341
3342 2003-02-13  John Levon  <levon@movementarian.org>
3343
3344         * text.h:
3345         * text.C:
3346         * text2.C: move hfillExpansion(), numberOfSeparators(),
3347           rowLast(), rowLastPrintable(), numberofHfills(),
3348           numberOfLabelHfills() ...
3349
3350         * lyxrow.h:
3351         * lyxrow.C: ... to member functions here.
3352
3353         * paragraph.h:
3354         * paragraph.C:
3355         * lyxtext.h:
3356         * text.C: remove LyXText::beginningOfMainBody(), and call
3357           p->beginningOfMainBody() directly. Move the check for
3358           LABEL_MANUAL into the latter.
3359
3360         * text.h:
3361         * text.C:
3362         * text2.C:
3363         * vspace.C:
3364         * BufferView.h:
3365         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
3366
3367         * text.h:
3368         * text.C:
3369         * text2.C:
3370         * text3.C:
3371         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
3372           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
3373
3374 2003-02-13  John Levon  <levon@movementarian.org>
3375
3376         * CutAndPaste.C: remove debug
3377
3378 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3379
3380         * paragraph.C (asString): remove two unused variables
3381
3382         * lyxtextclass.C (readTitleType):
3383           (Read):
3384           (LyXTextClass): handle new members titletype_ and titlename_
3385
3386         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
3387
3388 2003-02-09  John Levon  <levon@movementarian.org>
3389
3390         * buffer.h:
3391         * buffer.C: replace hand-coded list with a map for the dep clean
3392
3393 2003-02-08  John Levon  <levon@movementarian.org>
3394
3395         * LaTeX.C: consolidate code into showRunMessage() helper
3396
3397 2003-02-08  John Levon  <levon@movementarian.org>
3398
3399         * lyxfind.C:
3400         * lyxtext.h:
3401         * text2.C:
3402         * BufferView.C: change setSelectionOverString() to setSelectionRange()
3403           and pass the size in explicitly
3404
3405         * BufferView_pimpl.h:
3406         * BufferView_pimpl.C:
3407         * BufferView.h:
3408         * BufferView.C: add getCurrentChange()
3409
3410         * BufferView_pimpl.h:
3411         * BufferView_pimpl.C: handle change lfuns
3412
3413         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
3414           for changes. Mark pasted paragraphs as new.
3415
3416         * support/lyxtime.h:
3417         * support/lyxtime.C:
3418         * DepTable.C: abstract time_t as lyx::time_type
3419
3420         * LColor.h:
3421         * LColor.C: add colours for new text, deleted text, changebars
3422
3423         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
3424           package use "usenames" option.
3425
3426         * commandtags.h:
3427         * lyxfunc.C:
3428         * LyXAction.C: add change lfuns
3429
3430         * Makefile.am:
3431         * author.h:
3432         * author.C: author handling
3433
3434         * buffer.h:
3435         * buffer.C: add a per-buffer author list, with first entry as
3436           current author. Handle new .lyx tokens for change tracking. Output
3437           author list to .lyx file. Output dvipost stuff to .tex preamble.
3438           Bump lyx format to 222.
3439
3440         * bufferlist.h:
3441         * bufferlist.C: add setCurrentAuthor() to reset current author details
3442           in all buffers.
3443
3444         * bufferparams.h:
3445         * bufferparams.C: add param for tracking
3446
3447         * bufferview_funcs.C: output change info in minibuffer
3448
3449         * Makefile.am:
3450         * changes.h:
3451         * changes.C: add change-tracking structure
3452
3453         * debug.h:
3454         * debug.C: add CHANGES debug flag
3455
3456         * lyxfind.h:
3457         * lyxfind.C: add code for finding the next change piece
3458
3459         * lyxrc.h:
3460         * lyxrc.C: add user_name and user_email
3461
3462         * lyxrow.h:
3463         * lyxrow.C: add a metric for the top of the text line
3464
3465         * lyxtext.h:
3466         * text.C: implement accept/rejectChange()
3467
3468         * lyxtext.h:
3469         * text.C: paint changebars. Paint new/deleted text in the chosen
3470         colours. Strike through deleted text.
3471
3472         * paragraph.h:
3473         * paragraph.C:
3474         * paragraph_pimpl.h:
3475         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
3476           in the current change to the insert functions. Rework erase to
3477           mark text as deleted, adding an eraseIntern() and a range-based
3478           erase(). Implement per-paragraph change lookup and
3479           accept/reject.
3480
3481         * paragraph_funcs.C: Fixup paste for change tracking.
3482
3483         * tabular.C: mark added row/columns as new.
3484
3485         * text.C: fix rowLast() to never return -1. Don't allow
3486           spellchecking of deleted text. Track transpose changes. Don't
3487           allow paragraph break or merge where appropriate.
3488
3489         * text2.C: leave cursor at end of selection after a cut.
3490
3491 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3492
3493         * text.C (getLengthMarkerHeight):
3494         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
3495         visible on screen too.
3496
3497 2003-02-07  John Levon  <levon@movementarian.org>
3498
3499         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
3500
3501 2003-02-05  Angus Leeming  <leeming@lyx.org>
3502
3503         * lyxserver.C (read_ready): revert my patch of 11 September last year
3504         as it sends PC cpu through the roof. Presumably this means that
3505         the lyxserver will no longer run on an Alpha...
3506
3507 2003-01-30  Angus Leeming  <leeming@lyx.org>
3508
3509         * factory.C (createInset): create an InsetCommandParam of type "index"
3510         and use it to 'do the right thing'.
3511
3512         * text2.C (getStringToIndex): ensure that cursor position is always
3513         reset to the reset_cursor position.
3514
3515 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3516
3517         * lyxfunc.C (getStatus): "buffer-export custom" should never be
3518         disabled.
3519
3520 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
3521
3522         * bufferview.C:
3523         * lyxcb.C:
3524         * lyxfunc.C: Output messages with identical spelling, punctuation,
3525         and spaces
3526
3527 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
3528
3529         * MenuBackend.C (expandFormats): List only viewable export formats
3530         in "View" menu
3531
3532         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
3533         message
3534
3535         * lyxfunc.C (getStatus): Make sure that formats other than
3536         "fax" can also be disabled
3537
3538 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3539
3540         * text3.C (dispatch): put the lfuns that insert insets in 3
3541         groups, and call doInsertInset with appropriate arguments.
3542         (doInsertInset): new function, that creates an inset and inserts
3543         it according to some boolean parameters.
3544
3545 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3546
3547         * buffer.C (readFile): remember to pass on 'par' when calling
3548         readFile recursively.
3549
3550 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3551
3552         * MenuBackend.C (expandFormats): add "..." to import formats.
3553
3554 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3555
3556         * paragraph.C (asString): Remove XForms RTL hacks.
3557
3558 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
3559         * buffer.C: fix typo
3560
3561 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3562
3563         * Makefile.am (LIBS): delete var
3564         (lyx_LDADD): add @LIBS@ here instead.
3565
3566 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
3567
3568         * Clarify the meaning of "wheel mouse jump"
3569
3570 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3571
3572         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
3573         tabular in a float
3574
3575 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3576
3577         * importer.C (Loaders): do not preallocate 3 elements in the
3578         vector, since one ends up with 6 elements otherwise
3579
3580 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3581
3582         * DepTable.C (write): write the file name as last element of the
3583         .dep file (because it may contain spaces)
3584         (read): read info in the right order
3585
3586 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3587
3588         * paragraph_pimpl.C (simpleTeXBlanks):
3589         (simpleTeXSpecialChars):
3590         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
3591
3592         * tabular.C (latex): add some missing case statements. Reindent.
3593
3594         * MenuBackend.C (expandToc): remove unused variable.
3595
3596 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
3597
3598         * LColor.C:
3599         * LaTeX.C:
3600         * LyXAction.C:
3601         * MenuBackend.C:
3602         * buffer.C:
3603         * exporter.C:
3604         * lyxfunc.C:
3605         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
3606         and the like.
3607
3608 2003-01-05  John Levon  <levon@movementarian.org>
3609
3610         * BufferView.h:
3611         * BufferView.C: add getEncoding()
3612
3613         * kbsequence.h:
3614         * kbsequence.C: do not store last keypress
3615
3616         * lyxfunc.h:
3617         * lyxfunc.C: store last keypress here instead. Pass encoding
3618           to getISOEncoded()
3619
3620 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3621
3622         * lyx_main.C (init): remove annoying error message when following
3623         symbolic links (bug #780)
3624
3625 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3626
3627         * text.C (insertChar):
3628         * lyxrc.C (getDescription): remove extra spaces
3629
3630 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3631
3632         * lyxrc.C (getDescription): remove extra spaces
3633
3634 2002-12-20  John Levon  <levon@movementarian.org>
3635
3636         * text3.C: hack fix for page up/down across tall rows
3637
3638 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3639
3640         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
3641         not been invoked
3642
3643 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3644
3645         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
3646         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
3647         thesaurus is not compiled in
3648
3649 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
3650
3651         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
3652
3653 2002-12-16  Angus Leeming  <leeming@lyx.org>
3654
3655         * lyxrc.[Ch]:
3656         * lyx_main.C (init): remove override_x_deadkeys stuff.
3657
3658 2002-12-12  John Levon  <levon@movementarian.org>
3659
3660         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
3661           insert. Only remove shift modifier under strict
3662           circumstances.
3663
3664 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3665
3666         * MenuBackend.C (expandToc): fix crash.
3667
3668 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3669
3670         * MenuBackend.C (expandToc): gettext on float names.
3671
3672 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3673
3674         * lyxlength.[Ch]: set default unit to UNIT_NONE,
3675         implement bool empty() [bug 490]
3676
3677 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3678
3679         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
3680
3681 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3682
3683         * several files: ws changes
3684
3685 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3686
3687         * text2.C (setCounter): clean up a bit, use boost.format.
3688         (updateCounters): initialize par upon declaration.
3689
3690         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
3691         if the layout exists. We do not just store the layout any more.
3692         (SwitchLayoutsBetweenClasses): use boost.format
3693
3694 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3695
3696         * converter.C (convert): if from and to files are the same, use a
3697         temporary files as intermediary
3698
3699 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3700
3701         * commandtags.h:
3702         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
3703
3704 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3705
3706         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
3707
3708 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3709
3710         * tabular.C (asciiPrintCell): use string(size, char) instead of
3711         explicit loop.
3712
3713         * sgml.C (openTag): fix order of arguments to string constructor
3714         (closeTag): ditto
3715
3716         * lyxfunc.C (dispatch): use boost.format
3717
3718         * lots of files: change "c" -> 'c'
3719
3720 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3721
3722         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
3723
3724 2002-11-25  Angus Leeming  <leeming@lyx.org>
3725
3726         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
3727
3728         * lyx_main.C (init): compile fix.
3729
3730 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3731
3732         * lyx_cb.C (start): boost.formatify
3733         do not include <iostream>
3734
3735         * lengthcommon.C: ws only
3736
3737         * boost-inst.C,BoostFormat.h: add more explict instantations
3738
3739 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3740
3741         * lots of files: handle USE_BOOST_FORMAT
3742
3743 2002-11-21  John Levon  <levon@movementarian.org>
3744
3745         * pspell.C: fix compile
3746
3747 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3748
3749         * lyxfunc.C (dispatch): use boost::format
3750         (open): ditto
3751         (doImport): ditto
3752
3753         * lyxfont.C (stateText): use boost::format
3754
3755         * lyx_main.C (LyX): use boost::format
3756         (init): ditto
3757         (queryUserLyXDir): ditto
3758         (readRcFile): ditto
3759         (parse_dbg): ditto
3760         (typedef boost::function): use the recommened syntax.
3761
3762         * importer.C (Import): use boost::format
3763
3764         * debug.C (showLevel): use boost::format
3765
3766         * converter.C (view): use boost::format
3767         (convert): ditto
3768         (move): ditto
3769         (scanLog): ditto
3770
3771         * bufferview_funcs.C (currentState): use boost::format
3772
3773         * bufferlist.C (emergencyWrite): use boost::format
3774
3775         * buffer.C (readLyXformat2): use boost::format
3776         (parseSingleLyXformat2Token): ditto
3777
3778         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
3779
3780         * LaTeX.C (run): use boost::format
3781
3782         * Chktex.C (scanLogFile): use boost::format
3783
3784         * BufferView_pimpl.C (savePosition): use boost::format
3785         (restorePosition): ditto
3786         (MenuInsertLyXFile): ditto
3787
3788         * BoostFormat.h: help file for explicit instation.
3789
3790 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
3791
3792         * tabular.C (latex): Support for block alignment in fixed width
3793         columns.
3794
3795 2002-11-17  John Levon  <levon@movementarian.org>
3796
3797         * BufferView_pimpl.C:
3798         * lyx_cb.C:
3799         * lyxfunc.C: split filedialog into open/save
3800
3801 2002-11-08  Juergen Vigna  <jug@sad.it>
3802
3803         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
3804         by my last patch (hopefully).
3805
3806 2002-11-08  John Levon  <levon@movementarian.org>
3807
3808         * iterators.h:
3809         * iterators.C:
3810         * buffer.h:
3811         * buffer.C:
3812         * paragraph.h:
3813         * paragraph.C:
3814         * toc.h:
3815         * toc.C: ParConstIterator, and use it (from Lars)
3816
3817 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
3818
3819         * lyxtextclass.[Ch]: revise and add doxygen comments
3820
3821 2002-11-07  John Levon  <levon@movementarian.org>
3822
3823         * text.C: fix progress value for spellchecker
3824
3825         * toc.C: fix navigate menu for insetwrap inside minipage
3826
3827         * paragraph_funcs.C: added FIXME for suspect code
3828
3829 2002-11-07  John Levon  <levon@movementarian.org>
3830
3831         * BufferView_pimpl.C: fix redrawing of insets
3832           on buffer switch
3833
3834 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3835
3836         * text2.C (updateCounters): fix bug 668
3837
3838 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
3839
3840         * text3.C (dispatch): Do not make the buffer dirty when moving the
3841         cursor.
3842
3843 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3844
3845         * vc-backend.C: STRCONV
3846         (scanMaster): ditto
3847
3848         * text2.C (setCounter): STRCONV
3849
3850         * paragraph.C (asString): STRCONV
3851
3852         * lyxlength.C (asString): STRCONV
3853         (asLatexString): ditto
3854
3855         * lyxgluelength.C (asString): STRCONV
3856         (asLatexString): ditto
3857
3858         * lyxfunc.C (dispatch): STRCONV
3859         (open): ditto
3860
3861         * lyxfont.C (stateText): STRCONV
3862
3863         * importer.C (Import): STRCONV
3864
3865         * counters.C (labelItem): STRCONV
3866         (numberLabel): ditto
3867         (numberLabel): remove unused ostringstream o
3868
3869         * chset.C: STRCONV
3870         (loadFile): ditto
3871
3872         * bufferview_funcs.C (currentState): STRCONV
3873
3874         * buffer.C (readFile): STRCONV
3875         (asciiParagraph): ditto
3876         (makeLaTeXFile): ditto
3877
3878         * Spacing.C (writeEnvirBegin): STRCONV
3879
3880         * LaTeXFeatures.C (getLanguages): STRCONV
3881         (getPackages): ditto
3882         (getMacros): ditto
3883         (getBabelOptions): ditto
3884         (getTClassPreamble): ditto
3885         (getLyXSGMLEntities): ditto
3886         (getIncludedFiles): ditto
3887
3888         * LaTeX.C: STRCONV
3889         (run): ditto
3890         (scanAuxFile): ditto
3891         (deplog): ditto
3892
3893         * LString.h: add the STRCONV macros
3894
3895         * BufferView_pimpl.C (savePosition): STRCONV
3896         (restorePosition): ditto
3897         (MenuInsertLyXFile): ditto
3898
3899         * vc-backend.C (scanMaster): change from submatch[...] to
3900         submatch.str(...)
3901
3902         * funcrequest.C: include config.h
3903
3904         * factory.C: include config.h
3905
3906         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
3907
3908         * box.C: include config.h
3909
3910         * LaTeX.C (scanAuxFile): change from submatch[...] to
3911         submatch.str(...)
3912         (deplog): ditto
3913
3914 2002-10-25  Angus Leeming  <leeming@lyx.org>
3915
3916         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
3917
3918         * ispell.[Ch] (setError): new method.
3919         * ispell.C (c-tor): move out child process into new class LaunchIspell.
3920         Use setError() insetead of goto END.
3921
3922         * lyx_cb.C (AutoSave): move out child process into new class
3923         AutoSaveBuffer.
3924
3925 2002-10-30  John Levon  <levon@movementarian.org>
3926
3927         * text3.C: make start appendix undoable
3928
3929 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
3930
3931         * lyxlength.C (inPixels): Fix returned value.
3932
3933         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
3934         environment.
3935
3936 2002-10-24  Angus Leeming  <leeming@lyx.org>
3937
3938         * lyxgluelength.h: no need to forward declare BufferParams
3939         or BufferView, so don't.
3940
3941 2002-10-21  John Levon  <levon@movementarian.org>
3942
3943         * BufferView.C: menuUndo ->undo, redo
3944
3945         * BufferView.h: document, remove dead, make some methods private
3946
3947         * paragraph_funcs.h:
3948         * paragraph_funcs.C:
3949         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
3950
3951         * buffer.h:
3952         * buffer.C:
3953         * sgml.h:
3954         * sgml.C: move sgml open/close tag into sgml.C
3955
3956         * bufferview_funcs.h: unused prototype
3957
3958         * lyxfunc.h:
3959         * lyxfunc.C: remove unused
3960
3961         * lyxtext.h:
3962         * text.C: remove unused
3963
3964 2002-10-21  John Levon  <levon@movementarian.org>
3965
3966         * BufferView.h:
3967         * BufferView.C:
3968         * BufferView_pimpl.h:
3969         * BufferView_pimpl.C: fix mouse wheel handling based on
3970           patch from Darren Freeman
3971
3972 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
3973
3974         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
3975
3976 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
3977
3978         * lyxlength.C (inPixels): Fix hanfling of negative length.
3979         Fix LyXLength::MU case.
3980
3981 2002-10-16  John Levon  <levon@movementarian.org>
3982
3983         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
3984
3985 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3986
3987         * converter.C (view): add support for $$i (file name) and $$p
3988         (file path) for the viewer command. If $$i is not specified, then
3989         it is appended to the command (for compatibility with old syntax)
3990
3991 2002-10-14  Juergen Vigna  <jug@sad.it>
3992
3993         * undo_funcs.C (textHandleUndo): alter the order in which the
3994         new undopar is added to the LyXText, as we have to set first
3995         the right prev/next and then add it as otherwise the rebuild of
3996         LyXText is not correct. Also reset the cursor to the right paragraph,
3997         with this IMO we could remove the hack in "redoParagraphs()".
3998
3999 2002-10-09  Angus Leeming  <leeming@lyx.org>
4000
4001         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
4002         to turn off an optimisation if a new inset is to be inserted.
4003
4004 2002-10-11 André Pönitz <poenitz@gmx.net>
4005
4006         * lyxtext.h: make some functions public to allow access
4007         from inset/lyxtext for handling LFUN_PRIOR/NEXT
4008
4009 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4010
4011         * text3.C (dispatch): when changing layout, avoid an infinite loop
4012         [bug #652]
4013
4014 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4015
4016         * lyxrc.C (read): treat a viewer or converter command of "none" as
4017         if it were empty.
4018
4019         * MenuBackend.C (expandFormats): for an update, also allow the
4020         formats that are not viewable
4021
4022         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
4023         script if it is newer than the lyxrc.defaults in user directory
4024
4025 2002-10-07 André Pönitz <poenitz@gmx.net>
4026
4027         * text.C: Vitaly Lipatov's small i18n fix
4028
4029 2002-09-25  Angus Leeming  <leeming@lyx.org>
4030
4031         * ispell.h: doxygen fix.
4032
4033 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
4034
4035         * buffer.h (readFile): Add a new argument to the method, to allow
4036         reading of old-format templates.
4037
4038 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
4039
4040         * toc.C (getTocList): Get TOC from InsetWrap.
4041
4042 2002-09-16  John Levon  <levon@movementarian.org>
4043
4044         * lyxfunc.C: check tabular for cut/copy too
4045
4046 2002-09-12  John Levon  <levon@movementarian.org>
4047
4048         * LyXAction.C: tidy
4049
4050         * factory.h:
4051         * factory.C: add header
4052
4053         * paragraph_funcs.h:
4054         * paragraph_funcs.C: cleanup
4055
4056 2002-09-11  John Levon  <levon@movementarian.org>
4057
4058         * PrinterParams.h: odd/even default to true
4059
4060 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
4061
4062         * PrinterParams.h: update printer parameters for new xforms dialog
4063
4064 2002-09-11  Angus Leeming  <leeming@lyx.org>
4065
4066         * lyxserver.C (read_ready): re-write to make it more transparent
4067         and to make it work in coherent fashion under Tru64 Unix.
4068
4069 2002-09-11  André Pönitz <poenitz@gmx.net>
4070
4071         * commandtags.h:
4072         * LyXAction.C:
4073         * text3.C: implement LFUN_WORDSEL
4074
4075 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4076
4077         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
4078         make floatlist_ a boost::shared_ptr<FloatList>
4079
4080         * lyxtextclass.C: include FloatList.h
4081         (LyXTextClass): initialize floatlist_
4082         (TextClassTags): add TC_NOFLOAT
4083         (Read): match "nofloat" to TC_NOFLOAT and use it.
4084         (readFloat): modify call to floatlist_
4085         (floats): ditto
4086         (floats): ditto
4087
4088         * FloatList.[Ch] (FloatList): remove commented out float
4089         initialization.
4090         (erase): new function
4091
4092 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4093
4094         * MenuBackend.C (expandToc): fix crash when there is no document
4095         open
4096
4097 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
4098
4099         * many files: Add insetwrap.
4100
4101 2002-09-09  John Levon  <levon@movementarian.org>
4102
4103         * text2.C: remove confusing and awkward depth wraparound
4104
4105 2002-09-09  John Levon  <levon@movementarian.org>
4106
4107         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
4108
4109         * buffer.h:
4110         * buffer.C: remove getIncludeonlyList()
4111
4112         * paragraph.C:
4113         * lyxfunc.C: remove headers
4114
4115 2002-09-09  Juergen Vigna  <jug@sad.it>
4116
4117         * text.C (getColumnNearX): fix form Michael this is most
4118         probably a cut&paste bug.
4119
4120 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4121
4122         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
4123
4124         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
4125         references, ws changes.
4126
4127         * text2.C (init): update counters after init
4128         (insertParagraph): no need to set counter on idividual paragraphs.
4129         (setCounter): access the counters object in the textclass object
4130         on in the buffer object.
4131         (updateCounters): ditto
4132
4133         * lyxtextclass.C: include counters.h, add variable ctrs_ as
4134         shared_ptr<Counters> to avoid loading counters.h in all
4135         compilation units.
4136         (LyXTextClass): initialize ctrs_
4137         (TextClassTags): add TC_COUNTER, and ...
4138         (Read): use it here.
4139         (CounterTags): new tags
4140         (readCounter): new function
4141         (counters): new funtion
4142         (defaultLayoutName): return a const reference
4143
4144         * counters.C (Counters): remove contructor
4145         (newCounter): remove a couple of unneeded statements.
4146         (newCounter): simplify a bit.
4147         (numberLabel): some small formatting changes.
4148
4149         * buffer.[Ch]: remove all traces of counters, move the Counters
4150         object to the LyXTextClass.
4151
4152 2002-09-06  Alain Castera  <castera@in2p3.fr>
4153
4154         * tabular.C: uses \tabularnewline; uses >{...} construct from array
4155         package to set the horizontal alignment on fixed width columns.
4156
4157         * lyx_sty.C:
4158         * lyx_sty.h: added tabularnewline macro def.
4159
4160         * LaTeXFeatures.C: added NeedTabularnewline macro feature
4161
4162 2002-09-06  John Levon  <levon@movementarian.org>
4163
4164         * LyXAction.C: tooltips for sub/superscript
4165
4166         * MenuBackend.C: a bit more verbose
4167
4168         * lyxfunc.C: tiny clean
4169
4170         * undo_funcs.C: document undo_frozen
4171
4172 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4173
4174         * counters.C (Counters): add missing algorithm counter.
4175
4176         * text2.C (setCounter): lookup the counter with layouts latexname
4177         instead of by section number.
4178         (setCounter): use a hackish way to lookup the correct enum
4179         counter.
4180         a float name->type change
4181         reset enum couners with counter name directly instead of depth value.
4182
4183         * counters.C (Counters): remove the push_backs, change to use the
4184         float type not the float name.
4185         (labelItem): remove unused string, float name->type change
4186
4187         * counters.h: don't include vector, loose the enums and sects vectors
4188
4189 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4190
4191         * lyxtextclass.C (TextClassTags): add TC_FLOAT
4192         (Read): add float->TC_FLOAT to textclassTags
4193         (Read): and handle it in the switch
4194         (readFloat): new function
4195
4196         * FloatList.C (FloatList): comment out the hardcoded float
4197         definitions.
4198
4199         * lyxlayout.h: ws change.
4200
4201 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
4202
4203         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
4204
4205 2002-09-03  Angus Leeming  <leeming@lyx.org>
4206
4207         * BufferView_pimpl.h: qualified name is not allowed in member
4208         declaration: WorkArea & Pimpl::workarea() const;
4209
4210         * factory.C: added using std::endl directive.
4211
4212         * text3.C: added using std::find and std::vector directives.
4213
4214 2002-08-29  André Pönitz <poenitz@gmx.net>
4215
4216         * lyxtext.h:
4217         * text2.C: remove unused member number_of_rows
4218
4219         * Makefile.am:
4220         * BufferView2.C: remove file, move contents to...
4221         * BufferView.C: ... here
4222
4223         * BufferView_pimpl.C:
4224         * factory.C: move more inset creation to factory
4225
4226         * vspace.C: avoid direct usage of LyXText, ws changes
4227
4228         * BufferView.[Ch]:
4229                 don't provide direct access to WorkArea, use two simple
4230                 acessors haveSelction() and workHeight() instead
4231
4232
4233 2002-08-29  John Levon  <levon@movementarian.org>
4234
4235         * BufferView_pimpl.C (dispatch): do not continue when
4236           no buffer
4237
4238 2002-08-28  André Pönitz <poenitz@gmx.net>
4239
4240         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
4241
4242         * BufferView.h:
4243         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
4244
4245 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
4246
4247         * buffer.C: increment LYX_FORMAT to 221
4248
4249         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
4250         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
4251
4252         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
4253
4254         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
4255
4256 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4257
4258         * factory.C (createInset): use LyXTextClass::floats
4259
4260         * MenuBackend.C (expandFloatListInsert):
4261         (expandFloatInsert):
4262         (expandToc):
4263
4264         * text2.C (setCounter):
4265
4266         * LaTeXFeatures.C (useFloat):
4267         (getFloatDefinitions):
4268
4269         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
4270
4271         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
4272         floatlist_, with accessor floats().
4273
4274         * FloatList.h: remove global FloatList
4275
4276 2002-08-26  André Pönitz <poenitz@gmx.net>
4277
4278         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
4279
4280         * BufferView.h:
4281         * BufferView2.C:
4282         * BufferView_pimpl.C:
4283         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
4284
4285 2002-08-25  John Levon  <levon@movementarian.org>
4286
4287         * LyXAction.C: fix margin note description
4288
4289 2002-08-24  John Levon  <levon@movementarian.org>
4290
4291         * buffer.C:
4292         * bufferlist.C:
4293         * bufferview_funcs.C:
4294         * lyxfont.C:
4295         * undo_funcs.C: cleanups
4296
4297         * lyxfunc.C: disable CUT/COPY when no selection
4298
4299 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
4300
4301         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
4302         in "enum UNIT"; e.g. PTW for Percent of TextWidth
4303
4304         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
4305         Add backward compatibility to "mono", "gray" and "no".
4306
4307 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
4308
4309         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
4310         (and file_format >= 200).
4311
4312 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4313
4314         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
4315
4316 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4317
4318         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
4319
4320 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
4321
4322         * BufferView_pimpl.C:
4323         * LyXAction.C:
4324         * buffer.C:
4325         * commandtags.h:
4326         * lyxfunc.C:
4327         * paragraph.[Ch]:
4328         * text2.C:
4329         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
4330         inset and code to make it  work with the paragraph code. The inset
4331         can be anywhere in the paragraph, but will only do the expected
4332         thing in LaTeX if the layout file contains the parameter line
4333                         OptionalArgs    1
4334         (or more generally, a nonzero value) for that layout.
4335
4336 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4337
4338         * paragraph.h: remove the declaration of undefined counters class
4339         function.
4340
4341 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
4342
4343         * text2.C (setCounter):  fixed enumeration mis-count as reported by
4344         Dr. Richard Hawkins.
4345
4346 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4347
4348         * paragraph_funcs.h: remove some unneeded includes
4349
4350         * text.C (backspace): pasteParagraph now in global scipe
4351
4352         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
4353         (pasteSelection): ditto
4354
4355         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
4356         * paragraph_funcs.C (pasteParagraph): ... here
4357
4358 2002-08-20  André Pönitz <poenitz@gmx.net>
4359
4360         * commandtags.h: new LFUNs for swapping/copying table row/colums
4361
4362         * LyXAction.C:
4363         * lyxfunc.C: support for new lfuns
4364
4365 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4366
4367         * tabular.C:
4368         * buffer.[Ch]: remove NO_COMPABILITY stuff
4369
4370 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
4371
4372         * boost.C (throw_exception): new file, with helper function for
4373         boost compiled without exceptions.
4374
4375         * paragraph.h:
4376         * lyxlength.C:
4377         * buffer.C:
4378         * ParameterStruct.h:
4379         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
4380
4381         * bufferlist.C (emergencyWriteAll): use boost bind
4382
4383         * BufferView_pimpl.C (moveCursorUpdate): remove inline
4384
4385         * text.C: include paragraph_funcs.h
4386         (breakParagraph): breakParagraph is now in global scope
4387
4388         * paragraph_funcs.[Ch]: new files
4389
4390         * paragraph.C (breakParagraph,breakParagraphConservative): move to
4391         global scope
4392
4393         * buffer.C: include paragraph_funcs.h
4394         (insertStringAsLines): breakParagraph is now in global scope
4395
4396         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
4397         paragraph_funcs.C
4398
4399         * CutAndPaste.C: include paragraph_funcs.h
4400         (cutSelection): breakParagraphConservative is now in global scope
4401         (pasteSelection): ditto
4402
4403         * buffer.h: declare oprator== and operator!= for
4404         Buffer::inset_iterator
4405
4406         * bufferlist.C (emergencyWrite): don't use fmt(...)
4407
4408         * text3.C: add using std::endl
4409
4410         * BufferView.C (moveCursorUpdate): remove default arg
4411
4412 2002-08-20  André Pönitz <poenitz@gmx.net>
4413
4414         * buffer.[Ch]: move inline functions to .C
4415
4416         * BufferView2.C:
4417         * BufferView_pimpl.C:
4418         * text.C:
4419         * buffer.[Ch]: use improved inset_iterator
4420
4421         * buffer.C:
4422         * paragraph.[Ch]: write one paragraph at a time
4423
4424 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4425
4426         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
4427         style if style is not specified.
4428
4429 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4430
4431         * text2.C (setCounter): when searching for right label for a
4432         caption, make sure to recurse to parent insets (so that a caption
4433         in a minipage in a figure float works) (bug #568)
4434
4435 2002-08-20  André Pönitz <poenitz@gmx.net>
4436
4437         * text3.C: new file for LyXText::dispatch() and helpers
4438
4439         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
4440
4441         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
4442
4443 2002-08-19  André Pönitz <poenitz@gmx.net>
4444
4445         * lyxtext.h:
4446         * text.C: new LyXText::dispatch()
4447
4448         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
4449
4450 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
4451
4452         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
4453
4454         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
4455         Hebrew text.
4456
4457 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4458
4459         * Makefile.am: use $(variables) instead of @substitutions@
4460
4461 2002-08-15  André Pönitz <poenitz@gmx.net>
4462
4463         * lyxfunc.C:
4464         * BufferView_pimpl.C: streamlining mathed <-> outer world
4465         interaction
4466
4467         * commandtags.h:
4468         * LyXAction.C: remove unused LFUN_MATH
4469
4470 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4471
4472         * paragraph.[Ch]: add some NO_NEXT ifdefs.
4473
4474 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4475
4476         * paragraph.C (Paragraph): reformat a bit
4477         (cutIntoMinibuffer): use builtin InsetList function instad of
4478         doing it manually.
4479         (getInset): ditto
4480
4481         * buffer.C: include boost/bind.hpp, add using std::for_each
4482         (writeFileAscii): use ParagraphList iterators
4483         (validate): use for_each for validate traversal of paragraphs
4484         (getBibkeyList): use ParagraphList iterators
4485         (resizeInsets): use for_each to resizeInsetsLyXText for all
4486         paragraphs.
4487         (getParFromID): use ParagraphList iterators
4488
4489         * BufferView2.C (lockInset): use paragraph list and iterators
4490
4491 2002-08-14  John Levon  <levon@movementarian.org>
4492
4493         * lyxserver.C: remove spurious xforms include
4494
4495 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4496
4497         * lyxfunc.C (getStatus): disable math-extern outside of math mode
4498
4499 2002-08-13  André Pönitz <poenitz@gmx.net>
4500
4501         * LyXAction.[Ch]:
4502         * lyxfunc.C: further cleaning
4503
4504 2002-08-13  André Pönitz <poenitz@gmx.net>
4505
4506         * funcrequest.h: new constructor
4507
4508         * funcrequest.C: move stuff here from .h
4509
4510         * Makefile.am:
4511         * BufferView_pimpl.C:
4512         * LyXAction.C:
4513         * toc.C:
4514         * lyxfunc.C: subsequent changes
4515
4516         * lyxfunc.h: new view() member function
4517
4518         * lyxfunc.C: subsequent changes
4519
4520 2002-08-13  Angus Leeming  <leeming@lyx.org>
4521
4522         * BufferView2.C:
4523         * BufferView_pimpl.C:
4524         * buffer.C:
4525         * converter.C:
4526         * importer.C:
4527         * lyxfunc.C:
4528         * lyxvc.C:
4529         * toc.C:
4530         * vc-backend.C:
4531         changes due to the changed LyXView interface that now returns references
4532         to member variables not pointers.
4533
4534 2002-08-13  Angus Leeming  <leeming@lyx.org>
4535
4536         * WordLangTuple (word, lang_code): return references to strings,
4537         not strings.
4538
4539         * BufferView.h:
4540         * SpellBase.h:
4541         * lyxtext.h: forward-declare WordLangTuple.
4542
4543         * BufferView2.C:
4544         * ispell.C:
4545         * pspell.C:
4546         * text.C: #include "WordLangTuple.h".
4547
4548         * lyxtext.h:
4549         * text.C: (selectNextWordToSpellcheck): constify return type.
4550
4551 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
4552
4553         * buffer.C:
4554         * buffer.h:
4555         * lyxtext.h:
4556         * paragraph.C:
4557         * paragraph_pimpl.h:
4558         * text.C:
4559         * text2.C:
4560         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
4561         suggested by Angus.
4562         Made updateCounter always count from start of buffer, and removed
4563         second argument (par).
4564         Reverted floats number display to '#'. Perhaps I'll try again when the
4565         code base is sanitized a bit.
4566
4567 2002-08-12  Angus Leeming  <leeming@lyx.org>
4568
4569         * buffer.[Ch] (getLabelList): constify.
4570
4571 2002-08-07  André Pönitz <poenitz@gmx.net>
4572
4573         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
4574
4575         * funcrequest.h: extension to keep mouse (x,y) position
4576
4577 2002-08-12  Juergen Vigna  <jug@sad.it>
4578
4579         * BufferView2.C (insertErrors): forbid undo when inserting error
4580         insets.
4581
4582         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
4583
4584 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4585
4586         * ParagraphList.[Ch]: new files
4587
4588         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
4589
4590         * BufferView2.C (lockInset): ParagraphList changes
4591         * toc.C: ditto
4592         * text2.C: ditto
4593         * bufferlist.C: ditto
4594         * buffer.h: ditto
4595         * buffer.C: ditto
4596
4597 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4598
4599         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
4600         unused class variable counter_,
4601
4602         * paragraph.[Ch] (getFirstCounter): delete unused function
4603
4604         * counters.C: include LAssert.h
4605         (reset): add a new function with no arg, change other version to
4606         not have def. arg and to not allow empty arg.
4607
4608         * text2.C (setCounter): remove empty arg from call to Counters::reset
4609
4610 2002-08-11  John Levon  <levon@movementarian.org>
4611
4612         * Makefile.am: add WordLangTuple.h
4613
4614 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4615
4616         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
4617         lyxfunc.C lyxlex_pimpl.C: ws changes only.
4618
4619         * insets/insettext.C: InsetList changes
4620
4621         * graphics/GraphicsSupport.C (operator()): InsetList changes
4622
4623         * toc.C (getTocList): InsetList changes
4624
4625         * paragraph_pimpl.[Ch]: InsetList changes
4626
4627         * paragraph.[Ch]: InsetList changes
4628
4629         * buffer.C (inset_iterator): InsetList changes
4630         (setParagraph): ditto
4631         * buffer.h (inset_iterator): ditto
4632         * iterators.C (operator++): ditto
4633         * iterators.h: ditto
4634
4635         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
4636
4637         * InsetList.[Ch]: new files, most InsetList handling moved out of
4638         paragraph.C.
4639
4640         * BufferView2.C (removeAutoInsets): InsetList changes
4641         (lockInset): ditto
4642         (ChangeInsets): ditto
4643
4644 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * paragraph_pimpl.h (empty): new function
4647
4648         * paragraph.[Ch] (empty): new function
4649
4650         * other files: use the new Paragraph::empty function
4651
4652 2002-08-09  John Levon  <levon@movementarian.org>
4653
4654         * lyxtext.h: remove unused refresh_height
4655
4656 2002-08-09  John Levon  <levon@movementarian.org>
4657
4658         * Makefile.am:
4659         * sgml.h:
4660         * sgml.C:
4661         * buffer.C:
4662         * paragraph.h:
4663         * paragraph.C: move sgml char escaping out of paragraph
4664
4665         * paragraph.h:
4666         * paragraph.C: remove id setter
4667
4668         * buffer.C:
4669         * paragraph.C:
4670         * paragraph_pimpl.C: remove dead tex_code_break_column
4671
4672         * bufferview_funcs.C: small cleanup
4673
4674         * lyxfunc.C: remove dead proto
4675
4676         * lyxtext.h: make some stuff private. Remove some dead stuff.
4677
4678         * lyxgluelength.C: make as[LyX]String() readable
4679
4680 2002-08-08  John Levon  <levon@movementarian.org>
4681
4682         * LyXAction.h:
4683         * LyXAction.C:
4684         * MenuBackend.C:
4685         * ToolbarDefaults.C:
4686         * lyxfunc.C:
4687         * lyxrc.C:
4688         * toc.C: lyxaction cleanup
4689
4690 2002-08-08  John Levon  <levon@movementarian.org>
4691
4692         * BufferView2.C: small cleanup
4693
4694         * lyxfind.h:
4695         * lyxfind.C: move unnecessary header into the .C
4696
4697 2002-08-08  John Levon  <levon@movementarian.org>
4698
4699         * funcrequest.h: just tedious nonsense
4700
4701         * lyx_main.h:
4702         * lyx_main.C: cleanups
4703
4704         * buffer.C:
4705         * vspace.C: remove dead header lyx_main.h
4706
4707 2002-08-07  Angus Leeming  <leeming@lyx.org>
4708
4709         * Paragraph.[Ch]:
4710         * paragraph_pimpl.h:
4711         Forward declare class Counters in paragraph.h by moving the ctrs member
4712         variable into Paragraph::Pimpl.
4713         (counters): new method, returning a reference to pimpl_->ctrs.
4714
4715         * text2.C: ensuing changes.
4716
4717 2002-08-07  John Levon  <levon@movementarian.org>
4718
4719         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
4720
4721         * BufferView_pimpl.C: announce X selection on double/triple
4722           click
4723
4724         * lyx_main.C: use correct bool in batch dispatch
4725
4726         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
4727
4728 2002-08-07  André Pönitz <poenitz@gmx.net>
4729
4730         * funcrequest.h: new class to wrap a kb_action and its argument
4731
4732         * BufferView.[Ch]:
4733         * BufferView_pimpl[Ch]:
4734         * LaTeX.C:
4735         * LyXAction.[Ch]:
4736         * lyxfunc.[Ch]:
4737         * lyxrc.C: subsequent changes
4738
4739
4740 2002-08-07  John Levon  <levon@movementarian.org>
4741
4742         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
4743           document options change.
4744
4745 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
4746
4747         * counters.[Ch]
4748         * text2.C
4749         * paragraph.[Ch]
4750         * makefile.am: move counters functionality over from
4751         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
4752
4753 2002-08-06  John Levon  <levon@movementarian.org>
4754
4755         * WordLangTuple.h: new file for word + language code tuple
4756
4757         * SpellBase.h:
4758         * pspell.h:
4759         * pspell.C:
4760         * ispell.h:
4761         * ispell.C:
4762         * lyxtext.h:
4763         * text.C:
4764         * text2.C:
4765         * BufferView.h:
4766         * BufferView2.C: use WordLangTuple
4767
4768         * layout.h:
4769         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
4770
4771 2002-08-06  John Levon  <levon@movementarian.org>
4772
4773         * lyx_main.C: fix cmdline batch handling
4774
4775 2002-08-06  André Pönitz <poenitz@gmx.net>
4776
4777         * lyxrc.C: set default for show_banner to true
4778
4779 2002-08-06  John Levon  <levon@movementarian.org>
4780
4781         * pspell.C: fix a crash, and allow new aspell to work
4782
4783 2002-08-06  John Levon  <levon@movementarian.org>
4784
4785         * lyxfunc.C:
4786         * kbmap.C: small cleanup
4787
4788         * vspace.h:
4789         * vspace.C: add const
4790
4791 2002-08-05  John Levon  <levon@movementarian.org>
4792
4793         * LyXAction.C: back to tabular-insert
4794
4795 2002-08-04  John Levon  <levon@movementarian.org>
4796
4797         * BufferView.h:
4798         * BufferView.C: cosmetic change
4799
4800         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
4801
4802         * bufferlist.C:
4803         * buffer.h:
4804         * buffer.C:
4805         * lyxcb.h:
4806         * lyxcb.C:
4807         * lyxserver.C:
4808         * lyxvc.C:
4809         * vc-backend.C:
4810         * BufferView2.C: purge all "Lyx" not "LyX" strings
4811
4812         * lyxcursor.h:
4813         * lyxcursor.C: attempt to add some documentation
4814
4815         * lyxfunc.C:
4816         * commandtags.h:
4817         * LyXAction.C:
4818         * ToolbarDefaults.C:
4819         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
4820           merge with LFUN_TABULAR_INSERT
4821
4822         * Makefile.am:
4823         * SpellBase.h:
4824         * ispell.h:
4825         * ispell.C:
4826         * pspell.h:
4827         * pspell.C: split up i/pspell implementations into separate
4828           files, many cleanups
4829
4830         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
4831
4832         * text2.C: some cleanup
4833
4834         * lyxfunc.C: don't check for isp_command == "none" any more, it
4835           didn't make any sense
4836
4837 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
4838
4839         * counters.[Ch]
4840         * text2.C
4841         * paragraph.[Ch]
4842         * makefile.am: move counters functionality over
4843         from text2.C/paragraph.[Ch] to counters.[Ch], and
4844         make proper C++.
4845 2002-08-02  John Levon  <levon@movementarian.org>
4846
4847         * buffer.C: s/lyxconvert/lyx2lyx/
4848
4849 2002-08-02  Angus Leeming  <leeming@lyx.org>
4850
4851         * lyxlex.C: revert John's change as it breaks reading of the user
4852         preamble.
4853
4854 2002-08-02  Angus Leeming  <leeming@lyx.org>
4855
4856         * importer.C (Import):
4857         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
4858         changes due to LyXView::view() now returning a boost::shared_ptr.
4859
4860 2002-08-02  John Levon  <levon@movementarian.org>
4861
4862         * lyxlex.C: small cleanup
4863
4864 2002-08-02  John Levon  <levon@movementarian.org>
4865
4866         * text2.C (status): small cleanup, no logic change
4867
4868 2002-08-01  John Levon  <levon@movementarian.org>
4869
4870         * buffer.h:
4871         * buffer.C (writeFile): don't output alerts, caller
4872           handles this
4873
4874         * bufferlist.C:
4875         * lyx_cb.C: from above
4876
4877         * lyxfunc.C: allow to open non-existent files
4878
4879 2002-07-31  John Levon  <levon@movementarian.org>
4880
4881         * lyxserver.C: don't let incidental errors get
4882           in the way (errno)
4883
4884 2002-07-30  John Levon  <levon@movementarian.org>
4885
4886         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
4887
4888 2002-07-30  John Levon  <levon@movementarian.org>
4889
4890         * lyxserver.h:
4891         * lyxserver.C: remove I/O callback too
4892
4893 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4894
4895         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
4896         log.
4897
4898 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4899
4900         * many files: strip,frontStrip -> trim,ltrim,rtrim
4901
4902 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4903
4904         * PrinterParams.h: remove extern containsOnly, and include
4905         support/lstrings.h instead.
4906
4907         * LaTeX.C (scanAuxFile): modify because of strip changes
4908         (deplog): ditto
4909         * buffer.C (makeLaTeXFile): ditto
4910         * bufferparams.C (writeFile): ditt
4911         * lyxfont.C (stateText): ditto
4912         * lyxserver.C (read_ready): ditto
4913         * vc-backend.C (scanMaster): ditto
4914
4915         * BufferView_pimpl.h: ws changes
4916
4917         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
4918
4919 2002-07-26  André Pönitz <poenitz@gmx.net>
4920
4921         * kb_sequence.C: remove unnedred usings
4922
4923 2002-07-26  Juergen Vigna  <jug@sad.it>
4924
4925         * lyxfind.C (LyXReplace): we have to check better if the returned
4926         text is not of theLockingInset()->getLockingInset().
4927
4928 2002-07-25  Juergen Vigna  <jug@sad.it>
4929
4930         * lyxfind.C (LyXReplace): don't replace if we don't get the
4931         right LyXText.
4932
4933         * undo_funcs.C (createUndo): remove debugging code.
4934
4935 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
4936
4937         * buffer.C (parseSingleLyXformat2Token): Use default placement
4938         when reading old floats.
4939
4940         * FloatList.C (FloatList): Change the default placement of figure
4941         and tables to "tbp".
4942
4943 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
4944
4945         * MenuBackend.C: using std::max
4946
4947 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4948
4949         * MenuBackend.C (expandToc):
4950         (expandToc2): code moved from xforms menu frontend. It is now
4951         generic and TOCs are transparent to menu frontends.
4952
4953 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4954
4955         * toc.C (getTocList): protect against buf=0
4956
4957         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
4958         Menu as first parameter. Now, this calls itself recursively to
4959         expand a whole tree (this will be useful for TOC handling)
4960         (expandFloatInsert): remove 'wide' version of floats
4961
4962         * MenuBackend.h (submenuname): returns the name of the submenu.
4963         (submenu): returns the submenu itself, provided it has been
4964         created by MenuBackend::expand
4965
4966 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4967
4968         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
4969         insets which have noFontChange == true. (bug #172)
4970
4971 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4972
4973         * BufferView_pimpl.C: add connection objects and use them...
4974         (Pimpl): here.
4975
4976 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4977
4978         * MenuBackend.C (expandLastfiles):
4979         (expandDocuments):
4980         (expandFormats):
4981         (expandFloatListInsert):
4982         (expandFloatInsert):
4983         (expand): split expand in parts
4984
4985 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4986
4987         * lyx_gui.C: use lyx_gui::exit()
4988
4989 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4990
4991         * LyXAction.C: show the failing pseudo action
4992
4993 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
4994
4995         * buffer.C (readFile): Run the lyxconvert script in order to read
4996         old files.
4997
4998 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4999
5000         * LyXAction.C:
5001         * commandtags.h:
5002         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
5003
5004 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5005
5006         * LyXAction.C:
5007         * commandtags.h:
5008         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
5009
5010 2002-07-22  Herbert Voss  <voss@lyx.org>
5011
5012         * lengthcommon.C:
5013         * lyxlength.[Ch]: add support for the vertical lengths
5014
5015 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
5016
5017         * toc.[Ch]: std:: fixes
5018
5019 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5020
5021         * lyxrc.C: do not include lyx_main.h
5022
5023         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
5024         for layouts
5025
5026         * lyxrc.C:
5027         * encoding.C:
5028         * bufferlist.C:
5029         * BufferView2.C: include "lyxlex.h"
5030
5031         * tabular.h:
5032         * bufferparams.h: do not #include "lyxlex.h"
5033
5034         * lyxtextclasslist.C (Add): remove method
5035         (classlist): renamed to classlist_
5036
5037         * paragraph_pimpl.C:
5038         * paragraph.C:
5039         * text2.C:
5040         * CutAndPaste.C:
5041         * bufferview_funcs.C:
5042         * bufferlist.C:
5043         * text.C:
5044         * LaTeXFeatures.C:
5045         * buffer.C:
5046         * toc.C (getTocList): use BufferParams::getLyXTextClass
5047
5048         * toc.C (getTocList): use InsetFloat::addToToc
5049
5050         * toc.[Ch]: new files, containing helper functions to handle table
5051         of contents
5052
5053         * lyxfunc.C (dispatch): no need to remove spaces around command
5054         given as a string
5055         (getStatus): handle LFUN_SEQUENCE by returning the status of the
5056         first command of the sequence; it is not very clever, but I do not
5057         have a better idea, actually
5058
5059         * LyXAction.C (LookupFunc): make sure to remove space at the
5060         beginning and end of the command
5061
5062 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5063
5064         * MenuBackend.C (getMenubar): new method: return the menubar of
5065         this menu set
5066         (read): treat differently reading of menu and menubar (in
5067         particular, the menubar has no name now)
5068         (Menu::menubar): remove
5069
5070         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
5071         saving is finished
5072
5073 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5074
5075         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
5076         a bibitem inset in a RTL paragraph.
5077
5078 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
5079
5080         * paragraph_pimpl.C: constify
5081
5082         * BufferView_pimpl.C:
5083         * LaTeX.C:
5084         * lyxfunc.C: fix dispatch in a nicer way
5085
5086 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5087
5088         * lyxfunc.C (dispatch):
5089         * BufferView_pimpl.C:
5090         * BufferView_pimpl.h:
5091         * BufferView.C:
5092         * BufferView.h: rename Dispatch() to dispatch()
5093
5094         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
5095
5096         * lyxlayout.C (Read): honor DependsOn tag
5097
5098         * lyxlayout.[Ch] (depends_on): new method
5099
5100         * version.C.in: update lyx_docversion
5101
5102         * LaTeXFeatures.C (getMacros): only define \LyX when needed
5103
5104         * paragraph.C (validate): remove from here...
5105         * paragraph_pimpl.C (validate): ... and move here
5106         (isTextAt): make it const
5107
5108         * buffer.C (getLists): ws cleanup
5109
5110 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5111
5112         * language.C (read): Use iso8859-1 encoding in latex_lang
5113         (this prevents LyX from crashing when using iso10646-1 encoding).
5114
5115 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5116
5117         * text2.C (toggleInset): if cursor is inside an inset, close the
5118         inset and leave cursor _after_ it
5119
5120 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5121
5122         * lyxfunc.C: move minibuffer completion handling out of here
5123
5124 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5125
5126         * BufferView_pimpl.C:
5127         * LaTeX.C: fix dispatch calls
5128
5129 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5130
5131         * text.C (drawChars): Fix Arabic text rendering.
5132
5133 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
5134
5135         * LyXAction.C:
5136         * commandtags.h:
5137         * lyxfunc.C: remove message-push/pop
5138
5139         * lyxserver.C:
5140         * lyxfunc.h:
5141         * lyxfunc.C: rationalise some code by removing verboseDispatch
5142           in favour of a bool argument to dispatch()
5143
5144 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5145
5146         * lyx_main.C (init): make sure to read symlinks as absolute paths
5147
5148 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5149
5150         * lyxfunc.h:
5151         * lyxfunc.C: no need for commandshortcut to be a member
5152
5153 2002-07-15  André Pönitz <poenitz@gmx.net>
5154
5155         * converter.C: add support for $$s (scripts from lib/scripts dir)
5156         * lyx_main.C: white space
5157
5158 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5159
5160         * bufferlist.C:
5161         * lyxrc.h:
5162         * lyxrc.C: remove second exit confirmation
5163
5164 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5165
5166         * BufferView.h:
5167         * BufferView.C:
5168         * BufferView2.C:
5169         * BufferView_pimpl.h:
5170         * BufferView_pimpl.C:
5171         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
5172
5173 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5174
5175         * MenuBackend.C (expand): add numeric shortcuts to document menu
5176
5177         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
5178
5179 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5180
5181         * lyxfont.C (setLyXFamily):
5182         (setLyXSeries):
5183         (setLyXShape):
5184         (setLyXSize):
5185         (setLyXMisc):
5186         (lyxRead):
5187         * debug.C (value):
5188         * buffer.C (asciiParagraph): use ascii_lowercase
5189
5190 2002-07-15  Mike Fabian  <mfabian@suse.de>
5191
5192         * lyxlex_pimpl.C (search_kw):
5193         * lyxlex.C (getLongString):
5194         * converter.h (operator<):
5195         * converter.C (operator<):
5196         * buffer.C (parseSingleLyXformat2Token):
5197         (asciiParagraph):
5198         * ToolbarDefaults.C (read):
5199         * MenuBackend.C (checkShortcuts):
5200         (read):
5201         * LColor.C (getFromGUIName):
5202         (getFromLyXName): use the compare_ascii_no_case instead of
5203         compare_no_case, because in turkish, 'i' is not the lowercase
5204         version of 'I', and thus turkish locale breaks parsing of tags.
5205
5206 2002-07-16  Angus Leeming  <leeming@lyx.org>
5207
5208         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
5209         now takes a Buffer const & argument.
5210
5211 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
5212
5213         * BufferView.C (resize): check there's a buffer to resize
5214
5215 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
5216
5217         * lyxfunc.C: remove dead code
5218
5219         * lyxserver.h:
5220         * lyxserver.C: use lyx_guii::set_read_callback
5221
5222 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
5223
5224         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
5225         an inset in a RTL paragraph.
5226
5227 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5228
5229         * lyxfunc.C: repaint after a font size update
5230
5231 2002-07-15  André Pönitz <poenitz@gmx.net>
5232
5233         * lyxlength.C: inBP should be able to return negative values
5234
5235 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5236
5237         * lyxfunc.C: use lyx_gui::update_fonts()
5238
5239 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5240
5241         * lyxfunc.C: use lyx_gui::update_color()
5242
5243 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5244
5245         * bufferlist.C:
5246         * lyxfunc.h:
5247         * lyxfunc.C:
5248         * lyxrc.h:
5249         * lyxrc.C: remove file->new asks for name option, and let
5250           buffer-new take an argument
5251
5252 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5253
5254         * BufferView_pimpl.C: remove unneeded extra repaint()
5255
5256 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
5257
5258         * LyXAction.C: allow command-sequence with NoBuffer
5259
5260         * lyxfunc.C: don't insist on trailing ';' for command-sequence
5261
5262 2002-07-10  Angus Leeming  <leeming@lyx.org>
5263
5264         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
5265
5266 2002-07-09  Angus Leeming  <leeming@lyx.org>
5267
5268         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
5269
5270 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5271
5272         * lengthcommon.h: whitespace
5273
5274         * lyxfunc.C: update scrollbar after goto paragraph
5275
5276         * lyxtext.h: factor out page break drawing, and fix it so
5277           page break/added space paints as selected nicely
5278
5279 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5280
5281         * BufferView_pimpl.C: add FIXMEs, clean up a little
5282
5283 2002-07-09  André Pönitz <poenitz@gmx.net>
5284
5285         * lyxfont.[Ch]: support for wasy symbols
5286
5287 2002-07-08  André Pönitz <poenitz@gmx.net>
5288
5289         * BufferView_pimpl.C: apply John's patch for #93.
5290
5291 2002-07-05  Angus Leeming  <leeming@lyx.org>
5292
5293         * BufferView_pimpl.C (buffer): generate previews if desired.
5294
5295         * LColor.h: add "preview" to the color enum.
5296
5297         * LColor.C (LColor): add a corresponding entry to the items array.
5298
5299         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
5300         with this buffer.
5301
5302 2002-07-05  Angus Leeming  <leeming@lyx.org>
5303
5304         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
5305         The body of the code is now in the method that is passed an ostream &
5306         rather than a file name.
5307         Pass an additional only_preamble parameter, useful for the forthcoming
5308         preview stuff.
5309
5310 2002-07-03  André Pönitz <poenitz@gmx.net>
5311
5312         * lyxfunc.C: simplify getStatus() a bit for math stuff
5313
5314 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5315
5316         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
5317
5318 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5319
5320         * text.C (changeRegionCase): do not change case of all the
5321         document when region ends at paragraph end (bug #461)
5322
5323 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5324
5325         * paragraph.C (startTeXParParams):
5326         (endTeXParParams): add \protect when necessary
5327
5328 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5329
5330         * BufferView_pimpl.C (workAreaExpose): remove warning
5331
5332 2002-06-27  Angus Leeming  <leeming@lyx.org>
5333
5334         * Makefile.am: add lyxlayout_ptr_fwd.h.
5335
5336 2002-06-26  André Pönitz <poenitz@gmx.net>
5337
5338         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
5339
5340 2002-06-25  Angus Leeming  <leeming@lyx.org>
5341
5342         * lyxfunc.C (dispatch): Comment out the call to
5343         grfx::GCache::changeDisplay. The method no longer exists now that the
5344         pixmap generation part of the graphics loader has been moved into
5345         InsetGraphics.
5346
5347 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5348
5349         * text2.C: layout as layout
5350
5351         * text.C: layout as layout
5352
5353         * tabular.C (OldFormatRead): layout as layout
5354
5355         * paragraph_pimpl.C (TeXDeeper): layout as layout
5356         (realizeFont): layout as layout
5357
5358         * paragraph.C (writeFile): layout as layout
5359         (validate): layout as layout
5360         (getFont): layout as layout
5361         (getLabelFont): layout as layout
5362         (getLayoutFont): layout as layout
5363         (breakParagraph): layout as layout
5364         (stripLeadingSpaces): layout as layout
5365         (getEndLabel): layout as layout
5366         (getMaxDepthAfter): layout as layout
5367         (applyLayout): layout as layout
5368         (TeXOnePar): layout as layout
5369         (simpleTeXOnePar): layout as layout
5370         (TeXEnvironment): layout as layout
5371         (layout): layout as layout
5372         (layout): layout as layout
5373
5374         * lyxtextclass.C (compare_name): new functor to work with
5375         shared_ptr, layout as layout
5376         (Read): layout as layout
5377         (hasLayout): layout as layout
5378         (operator): layout as layout
5379         (delete_layout): layout as layout
5380         (defaultLayout): layout as layout
5381
5382         * lyxlayout_ptr_fwd.h: new file
5383
5384         * lyxlayout.C (Read): layout as layout
5385
5386         * lyx_cb.C (MenuInsertLabel): layout as layout
5387
5388         * bufferlist.C (newFile): layout as layout
5389
5390         * buffer.C (readLyXformat2): layout as layout
5391         (parseSingleLyXformat2Token): layout as layout
5392         (insertStringAsLines): layout as layout
5393         (asciiParagraph): layout as layout
5394         (latexParagraphs): layout as layout
5395         (makeLinuxDocFile): layout as layout
5396         (simpleLinuxDocOnePar): layout as layout
5397         (makeDocBookFile): layout as layout
5398         (simpleDocBookOnePar): layout as layout
5399         (getLists): layout as layout
5400
5401         * LaTeXFeatures.C (getTClassPreamble): layout as layout
5402
5403         * CutAndPaste.C (cutSelection): layout as layout
5404         (pasteSelection): layout as layout
5405         (SwitchLayoutsBetweenClasses): layout as layout
5406
5407         * BufferView_pimpl.C (Dispatch): layout as layout
5408         (smartQuote): layout as layout
5409
5410         * BufferView2.C (unlockInset): layout as layout
5411
5412 2002-06-24  André Pönitz <poenitz@gmx.net>
5413
5414         * lyxfunc.C: fix #487
5415
5416 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5417
5418         * lyxrc.h:
5419         * lyxrc.C:
5420         * lyxfunc.C: remove display_shortcuts, show_banner
5421
5422 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5423
5424         * Buffer_pimpl.C: oops, update on resize
5425
5426 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5427
5428         * buffer.C:
5429         * converter.C:
5430         * exporter.C:
5431         * lyxfunc.C:
5432         * BufferView.h:
5433         * BufferView.C: use repaint()
5434
5435         * BufferView_pimpl.h:
5436         * BufferView_pimpl.C: s/updateScreen()/repaint()/
5437           as it's a clearer description. Remove superfluous
5438           redraws.
5439
5440 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5441
5442         * text.C: fix bug 488. Not ideal, but getting
5443           getWord() to work properly for the insets that
5444           matter is more difficult ...
5445
5446 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5447
5448         * BufferView_pimpl.C:
5449         * LyXAction.C:
5450         * commandtags.h:
5451         * lyxfunc.C: remove the six million index lyxfuncs to just
5452           one, and DTRT (bug 458)
5453
5454 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5455
5456         * BufferView.h:
5457         * BufferView.C:
5458         * BufferView_pimpl.h:
5459         * BufferView_pimpl.C: clean up resize() stuff,
5460           and unnecessary updateScreen()s
5461
5462 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5463
5464         * BufferView.h:
5465         * BufferView.C:
5466         * BufferView_pimpl.h:
5467         * BufferView_pimpl.C:
5468         * lyxfind.h:
5469         * lyxfind.C:
5470         * minibuffer.C: remove focus management of workarea,
5471           not needed. Use screen's greyOut()
5472
5473 2002-06-17  Herbert Voss  <voss@lyx.org>
5474
5475         * converter.C: (convert) do not post a message, when converting
5476         fails, let the calling function decide what to do in this case
5477
5478 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
5479
5480         * lyxfunc.C: tidy up a little
5481
5482 2002-06-16    <alstrup@diku.dk>
5483
5484         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
5485         Got rid of FORMS_H_LOCATION include. Now we are
5486         GUII.
5487
5488 2002-06-15  LyX Development team  <lyx@rilke>
5489
5490         * buffer.[Ch] (sgmlOpenTag):
5491         (sgmlCloseTag): Added support for avoiding pernicious mixed
5492         content. Return number of lines written.
5493
5494         (makeLinuxDocFile):
5495         (makeDocBookFile): Fixed calls to sgml*Tag.
5496         Simple white space clean.
5497
5498         (simpleDocBookOnePar): Simple white space clean.
5499
5500         * tabular.[Ch] (docBook): Renamed to docbook and got another
5501         argument to related with the pernicious mixed content.
5502
5503         (docbookRow): Fixed calls for docbook inset method.
5504
5505 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
5506
5507         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
5508         so it's X11 independent.
5509
5510         * kb*.[Ch]: ditto.
5511
5512         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
5513
5514 2002-06-15  Lyx Development team  <lyx@electronia>
5515
5516         * intl.h: Renamed getTrans to getTransManager.
5517
5518 2002-06-14  Angus Leeming  <leeming@lyx.org>
5519
5520         * Makefile.am: nuke forgotten stl_string_fwd.h.
5521
5522 2002-06-12  Angus Leeming  <leeming@lyx.org>
5523
5524         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
5525
5526 2002-06-13  Angus Leeming  <leeming@lyx.org>
5527
5528         * LaTeX.C:
5529         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
5530
5531 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
5532
5533         * kbmap.C (getiso): add support for cyrillic and greek
5534
5535 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5536
5537         * BufferView.h:
5538         * BufferView.C:
5539         * BufferView_pimpl.h:
5540         * BufferView_pimpl.C: move bogus scrolling logic
5541           to xforms
5542
5543 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5544
5545         * lyxfunc.C:
5546         * BufferView_pimpl.C: view->resize() change
5547
5548 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5549
5550         * BufferView_pimpl.C: topCursorVisible
5551           prototype change
5552
5553 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5554
5555         * Makefile.am:
5556         * lyx_gui.h:
5557         * lyx_gui.C: move to frontends/
5558
5559         * main.C:
5560         * lyx_main.h:
5561         * lyx_main.C: changes from above
5562
5563 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5564
5565         * intl.C:
5566         * intl.h:
5567         * kbmap.C:
5568         * kbsequence.C:
5569         * lyx_cb.C:
5570         * lyx_main.C: minor tidy
5571
5572 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5573
5574         * BufferView_pimpl.h:
5575         * BufferView_pimpl.C:
5576         * BufferView.h:
5577         * BufferView.C: make painter() const,
5578           remove dead code
5579
5580         * BufferView2.C: use screen() accessor
5581
5582         * lyx_main.h:
5583         * lyx_main.C: some minor cleanup
5584
5585 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5586
5587         * BufferView_pimpl.h:
5588         * BufferView_pimpl.C: remove enter/leaveView,
5589           use workHeight()
5590
5591 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5592
5593         * BufferView.h:
5594         * BufferView.C:
5595         * BufferView2.C:
5596         * BufferView_pimpl.h:
5597         * BufferView_pimpl.C: only construct screen once,
5598           rename
5599
5600         * lyxrc.C: remove pointless comment
5601
5602 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5603
5604         * BufferView.h:
5605         * BufferView.C: remove active() and belowMouse()
5606
5607         * BufferView_pimpl.h:
5608         * BufferView_pimpl.C: use workarea() not workarea_,
5609           and make it use a scoped_ptr instead
5610
5611 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5612
5613         * lyx_gui.C: add debug message on BadWindow
5614
5615 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5616
5617         * sp_spell.C: fdopen is not part of the C++ standard.
5618
5619         * paragraph.C (InsetIterator): use >= instead of ==
5620
5621 2002-06-07  Angus Leeming  <leeming@lyx.org>
5622
5623         Fixes needed to compile with Compaq cxx 6.5.
5624         * BufferView_pimpl.C:
5625         * DepTable.C:
5626         * buffer.C:
5627         * converter.C:
5628         * encoding.C:
5629         * lyx_gui.C:
5630         * lyx_main.C:
5631         * lyxtextclasslist.C:
5632         * minibuffer.C:
5633         * sp_spell.C:
5634         * tabular_funcs.C:
5635         * vc-backend.C:
5636         all c-library variables have been moved into namespace std. Wrap
5637         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
5638
5639         * lyxlength.C:
5640         * tabular-old.C:
5641         * tabular.C:
5642         Add a using std::abs declaration.
5643
5644         * kbmap.h (modifier_pair):
5645         * paragraph.h (InsetTable, InsetList):
5646         * lyxfont.h (FontBits):
5647         type definition made public.
5648
5649         * bufferlist.C (emergencyWriteAll): the compiler complains that
5650         there is more than one possible lyx::class_fun template to choose from.
5651         I re-named the void specialisation as lyx::void_class_fun.
5652
5653         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
5654
5655         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
5656         the compiler is is unable to find tostr in write_attribute.
5657
5658 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5659
5660         * buffer.C (sgmlError): hide #warning
5661
5662 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5663
5664         * xtl/*: get rid of xtl, which is not in use anyway
5665
5666         * LyXAction.C (init):
5667         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
5668         were unimplemented xtl experimentation
5669
5670 2002-06-04  André Pönitz <poenitz@gmx.net>
5671
5672         * lyxfunc.C: disable array operation on simple formulae
5673
5674 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
5675
5676         * converter.C: constify a bit
5677
5678 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
5679
5680         * lyx_gui.C: check xforms version correctly
5681
5682 2002-04-30  Herbert Voss  <voss@lyx.org>
5683
5684         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
5685         "keep" option
5686
5687 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
5688
5689         * lyxvc.C: fix bug 416 (make sure buffer is saved before
5690           attempt to register it with a VCS)
5691
5692 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5693
5694         * lyx_main.C (init): honor variables LYX_DIR_13x and
5695         LYX_USERDIR_13x
5696
5697 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5698
5699         * buffer.h:
5700         * buffer.C:
5701         * lyx_main.C: fix a crash on bad command line,
5702           and give a useful exit status on error
5703
5704         * lyxfunc.C (doImport): allow -i lyx to work
5705
5706 2002-03-30  André Pönitz <poenitz@gmx.net>
5707
5708         * lyxfunc.C: mathed font changes
5709
5710 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5711
5712         * LaTeX.C:
5713         * importer.h:
5714         * importer.C:
5715         * lyx_sty.h:
5716         * lyx_sty.C:
5717         * lyxlex.C:
5718         * lyxrow.h:
5719         * lyxtext.h:
5720         * paragraph.h:
5721         * paragraph.C:
5722         * texrow.h:
5723         * texrow.C:
5724         * text.C:
5725         * trans_mgr.h: srcdocs, and some minor cleanups
5726
5727 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5728
5729         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
5730         call getFont all the time)
5731
5732 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5733
5734         * switch from SigC signals to boost::signals
5735
5736 2002-05-29  André Pönitz <poenitz@gmx.net>
5737
5738         * paragraph_pimpl.C (getChar): don't call size() too often...
5739
5740 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5741
5742         * paragraph_pimpl.C (insertChar): do not try to update tables when
5743         appending (pos == size())
5744
5745         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
5746         in order to reduce drastically the number of comparisons needed to
5747         parse a large document
5748
5749 2002-05-29  André Pönitz <poenitz@gmx.net>
5750
5751         * text.C:
5752         * text2.C:
5753         * lyxtextclass.C:
5754         * sp_pspell.h:
5755         * textclasslist.[Ch]:
5756         * sp_ispell.h: whitespace change
5757
5758 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5759
5760         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
5761         lyxaction directly now.
5762
5763 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
5764
5765         * trans.C:
5766         * lyxfont.C:
5767         * lyxvc.C: remove unused headers
5768
5769 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5770
5771         * Makefile.am:
5772         * buffer.h:
5773         * undostack.h:
5774         * undostack.C:
5775         * undo_funcs.h:
5776         * undo_funcs.C: some cleanups. Use shared_ptr
5777           and a template for the undo stacks.
5778
5779 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5780
5781         * BufferView_pimpl.h:
5782         * BufferView_pimpl.C:
5783         * kbmap.h:
5784         * kbmap.C:
5785         * kbsequence.h:
5786         * kbsequence.C:
5787         * lyxfunc.h:
5788         * lyxfunc.C:
5789         * text2.C: use key_state/mouse_state
5790
5791 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5792
5793         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
5794         and LSubstring
5795
5796         * chset.C: change include order
5797         (loadFile): use boost regex and get rid of LRegex and LSubstring
5798
5799         * Makefile.am (BOOST_LIBS): new variable
5800         (lyx_LDADD): use it
5801
5802         * LaTeX.C: change include order.
5803         (scanAuxFile): use boost regex and get rid of LRegex and
5804         LSubstring
5805         (deplog): ditto
5806
5807 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5808
5809         * ColorHandler.h:
5810         * ColorHandler.C:
5811         * FontInfo.h:
5812         * FontInfo.C: moved to frontends/xforms/
5813
5814         * FontLoader.h:
5815         * FontLoader.C: moved into frontends for GUIIzation
5816
5817         * Makefile.am:
5818         * lyx_gui.C:
5819         * lyxfont.C:
5820         * lyxfunc.C: changes from above
5821
5822 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5823
5824         * LColor.C: remove spurious X include
5825
5826         * BufferView_pimpl.C:
5827         * Makefile.am:
5828         * font.h:
5829         * font.C:
5830         * text.C:
5831         * text2.C: move font metrics to frontends/
5832
5833 2002-05-24  Juergen Vigna  <jug@sad.it>
5834
5835         * undo_funcs.C (textHandleUndo): fix the cursor selection after
5836         setting the undo_cursor.
5837
5838         * ParagraphParameters.h: include local includes first.
5839
5840 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5841
5842         * BufferView_pimpl.C:
5843         * BufferView_pimpl.h:
5844         * Makefile.am:
5845         * WorkArea.h:
5846         * WorkArea.C:
5847         * screen.C: move WorkArea into frontends/
5848
5849         * lyxscreen.h:
5850         * screen.C:
5851         * text.C:
5852         * BufferView.C:
5853         * BufferView2.C: move LyXScreen into frontends/
5854
5855         * lyxlookup.h:
5856         * lyxlookup.C:
5857         * lyx_gui.C: move lyxlookup into frontends/xforms/
5858
5859 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5860
5861         * BufferView2.C:
5862         * BufferView_pimpl.C:
5863         * FontLoader.C:
5864         * LyXView.h:
5865         * LyXView.C:
5866         * Makefile.am:
5867         * WorkArea.C:
5868         * XFormsView.h:
5869         * XFormsView.C:
5870         * buffer.C:
5871         * bufferlist.C:
5872         * bufferview_funcs.C:
5873         * converter.C:
5874         * importer.C:
5875         * lyx_cb.C:
5876         * lyx_gui.C:
5877         * lyx_main.C:
5878         * lyx_find.C:
5879         * lyxfunc.C:
5880         * lyxvc.C:
5881         * minibuffer.C:
5882         * text.C:
5883         * text2.C:
5884         * trans.C:
5885         * vc-backend.C: move LyX/XFormsView into frontends/
5886
5887 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5888
5889         * Makefile.am:
5890         * PainterBase.C:
5891         * PainterBase.h:
5892         * Painter.C:
5893         * Painter.h:
5894         * WorkArea.C:
5895         * WorkArea.h:
5896         * screen.C:
5897         * tabular.C:
5898         * text.C:
5899         * text2.C: move Painter to frontends/
5900
5901 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5902
5903         * buffer.C: comment out some some code that depend upon lyx_format
5904         < 220
5905
5906         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
5907         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
5908
5909         * buffer.h (NO_COMPABILITY): turn off compability
5910
5911         * ColorHandler.C: include scoped_array.hpp
5912
5913         * font.C: Use more specific smart_ptr header.
5914         * Painter.C: ditto
5915         * gettext.C: ditto
5916         * ShareContainer.h: ditto
5917         * lyx_main.h: ditto
5918         * kbmap.h: ditto
5919         * FontInfo.h: ditto
5920         * BufferView_pimpl.h: ditto
5921         * ColorHandler.h: ditto
5922
5923         * kbmap.C (defkey): change call to shared_ptr::reset
5924
5925 2002-05-21  Juergen Vigna  <jug@sad.it>
5926
5927         * buffer.C (insertErtContents): fix to insert ert asis if it is
5928         non empty. Skip it completely if it contains only whitespaces.
5929
5930 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
5931
5932         * BufferView_pimpl.C:
5933         * BufferView2.C: clear selection on paste (bug 393)
5934
5935 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5936
5937         * DepTable.C: include ctime
5938
5939 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
5940
5941         * buffer.C (latexParagraphs): Add new argument (moving_arg).
5942
5943 2002-05-14  Juergen Vigna  <jug@sad.it>
5944
5945         * text.C (breakParagraph): fixed function to honor the keepempty
5946         layout in the right maner and also to permit the right breaking
5947         algorithm on empty or non empyt keepempty paragraphs.
5948
5949         * paragraph.C (breakParagraph): we have to check also if the par
5950         is really empty (!size()) for isempty otherwise we do the wrong
5951         paragraph break.
5952
5953 2002-05-10  Juergen Vigna  <jug@sad.it>
5954
5955         * buffer.[Ch] : The following are only changes to the ert
5956         compatibility read reading old LaTeX layout and font stuff and
5957         convert it to ERTInsets.
5958
5959         * buffer.h: added isErtInset().
5960
5961         * buffer.C (struct ErtComp): add a fromlayout bool to check
5962         if we're inside a LaTeX layout.
5963         (isErtInset): new helper function.
5964         (insertErtContents): look for other ert insets before this one
5965         and insert the contents there, so that we don't have subsequent
5966         ERT insets with nothing between them. This way we create only one
5967         inset with multiple paragraphs. Also check if we don't insert only
5968         spaces ' ' as they are ignored anyway afterwards in the .tex file
5969         so if we have only spaces we will ignore this latex part in the
5970         new file.
5971         (parseSingleLyXformat2Token \\layout): better compatibility when
5972         reading layout-latex stuff.
5973         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
5974         language tag.
5975         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
5976         stuff after reading the inset only get the information back from
5977         the stack.
5978
5979 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
5980
5981         * buffer.C (makeLaTeXFile): Put language options after loading babel.
5982
5983         * LaTeXFeatures.C (getBabelOptions): New method.
5984
5985 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5986
5987         * BufferView_pimpl.C (Dispatch): work around missing argument for
5988         'layout'
5989
5990 2002-05-08  Juergen Vigna  <jug@sad.it>
5991
5992         * text.C (leftMargin): handle paragraph leftindent.
5993
5994         * paragraph.C (writeFile): write the new \\leftindent tag.
5995         (validate): handle leftindent code.
5996         (TeXEnvironment): handle paragraphleftindent code again.
5997
5998         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
5999
6000         * buffer.C (parseSingleLyXformat2Token): added compatibility code
6001         for paragrap_extra indent code and new token \\leftindent.
6002         (latexParagraphs): handle the leftindent as environment.
6003
6004         * ParameterStruct.h: added leftindent support.
6005
6006         * ParagraphParameters.C (leftIndent): added support functions for
6007         the paragraph left indent.
6008
6009         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
6010         more appropriate.
6011
6012 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
6013
6014         * paragraph.C (isRightToLeftPar): Return false for a paragraph
6015         inside insetERT.
6016
6017         * text.C (computeBidiTables): No bidi in insetERT.
6018
6019         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
6020         in RTL documents.
6021
6022 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6023
6024         * version.C.in: pre 5
6025
6026 2002-05-02  José Matos  <jamatos@fep.up.pt>
6027         * buffer.C (makeDocBookFile): white space changes, add newline to
6028         command styles.
6029         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
6030
6031         * tabular.C (docBook): fix typo.
6032
6033 2002-05-03  Juergen Vigna  <jug@sad.it>
6034
6035         * screen.C (drawFromTo): recalculate the rowpointer if we had a
6036         change in LyXText as we can not be sure it was not freed.
6037         (drawOneRow): remove unused code.
6038
6039         * text.C (drawInset): redo the calculation of the need_break_row as
6040         it could have a row which was already freed.
6041         (draw): look at the return value of drawInset and return false if
6042         it also returned false.
6043         (paintRowText): look at the return value of draw and return false if
6044         it also returned false.
6045
6046         * lyxtext.h: added bool return type to drawInset() and draw() so that
6047         if we have a change in the row so that the rowbreak has to be redone
6048         we abort drawing as it will be called again.
6049
6050 2002-05-02  Juergen Vigna  <jug@sad.it>
6051
6052         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
6053         a change in the maintext also if we're inside an inset.
6054         (Dispatch): set the cursor again after a break line and after the
6055         screen has been updated as it could be we're in a different row.
6056
6057         * text2.C (fixCursorAfterDelete): check to make sure we don't request
6058         to set the cursor behind the pargraph with > size().
6059         (setCursor): check also for the same paragraph when checking where
6060         to put the cursor if we have a NFR inset.
6061
6062         * buffer.C (parseSingleLyXformat2Token): move the compatibility
6063         parts of layout read further up as it still was in the wrong
6064         position.
6065
6066 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6067
6068         * screen.C (drawFromTo): change sine fullRebreak always return
6069         true.
6070
6071         * buffer.C (parseSingleLyXformat2Token): reindent some
6072
6073         * BufferView_pimpl.C (update): change since fullRebreak always
6074         return true.
6075         (Dispatch): git rid of the last hardcoded "Standard"s.
6076
6077 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6078
6079         * text2.[Ch] (fullRebreak): make it return void now that we always
6080         returned true.
6081
6082 2002-04-30  Juergen Vigna  <jug@sad.it>
6083
6084         * buffer.C (parseSingleLyXformat2Token): reset the font before the
6085         ert compatibility check for "latex" layout.
6086
6087 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
6088
6089         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
6090         minipages: use col% instead of p%, and also use the current font.
6091         (makeLaTeXFile): Fix use babel condition.
6092         (parseSingleLyXformat2Token): Correct font when reading old floats.
6093
6094 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
6095
6096         * BufferView_pimpl.C (Dispatch): Check that float type exists when
6097         inserting list of floats.
6098
6099 2002-04-25  Herbert Voss  <voss@lyx.org>
6100
6101         * MenuBackend.C (expand): don't add the graphics extensions to the
6102         export menu
6103
6104 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6105
6106         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
6107         non-existing layout, do not complain if it was the default layout
6108         of the original class (bug #342)
6109
6110 2002-04-24  Juergen Vigna  <jug@sad.it>
6111
6112         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
6113         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
6114
6115 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
6116
6117         * buffer.C (getBibkeyList): If using \bibliography, return the
6118         option field with the reference itself. Enables us to provide natbib
6119         support when using \bibliography.
6120
6121 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
6122
6123         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
6124
6125         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
6126         natbib is provided by the LaTeX class.
6127
6128 2002-04-23  Juergen Vigna  <jug@sad.it>
6129
6130         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
6131         Wakeup functions.
6132
6133         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
6134
6135 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6136
6137         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
6138
6139         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
6140         ensuremath around textordmasculine, textordfeminine and
6141         textdegree.
6142
6143 2002-04-19  Juergen Vigna  <jug@sad.it>
6144
6145         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
6146         reinitializing the buffer otherwise row-dimensions may be wrong.
6147         (update): reset also the selection cursors if they do exits otherwise
6148         their x/y positions may be wrong.
6149
6150         * text2.C (cursorDown): don't enter the inset if we came from a row
6151         above and are one row over the inset.
6152
6153         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
6154         really leaving an inset.
6155
6156 2002-04-18  Juergen Vigna  <jug@sad.it>
6157
6158         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
6159         of the selected paragraph does not have the selected layout also if
6160         the last one had!
6161
6162         * text2.C (setLayout): fixed bug which did not change last selected
6163         paragraph.
6164
6165         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
6166         changed the read and substituted \\end_float with \\end_inset!
6167
6168         * BufferView_pimpl.C (cursorPrevious):
6169         (cursorNext): fixed to make it work with rows heigher than the work
6170         area without moving the cursor only the draw of the row.
6171         (workAreaMotionNotify): fix jumping over high rows.
6172
6173 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6174
6175         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
6176         Ressler.
6177
6178 2002-04-16  Juergen Vigna  <jug@sad.it>
6179
6180         * text2.C (setCursor): set also the irow().
6181         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
6182         (cursorUp):
6183         (cursorDown): support for locking an inset if the x_fix value goes
6184         inside it. That way I can transverse insets too with cursor up/down.
6185
6186         * lyxrow.h: added irow helper function same as other (i) functions.
6187
6188         * BufferView_pimpl.C (cursorPrevious):
6189         (cursorNext): fixed for insets!
6190
6191 2002-04-15  Juergen Vigna  <jug@sad.it>
6192
6193         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
6194         position otherwise it is wrong in some cases.
6195
6196         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
6197         inside the inset before the call.
6198
6199 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
6200
6201         * buffer.[Ch] (getBibkeyList): make it const.
6202
6203 2002-04-12  Juergen Vigna  <jug@sad.it>
6204
6205         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
6206
6207         * text2.C (getCursorX): new helper function
6208         (setCursor): compute also ix_
6209         (setCursorFromCoordinates): set also ix.
6210
6211         * lyxcursor.h: added ix_ and helper functions.
6212
6213         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
6214
6215         * buffer.C (insertStringAsLines): dont break paragraph if the this
6216         paragraph is inside an inset which does not permit it!
6217
6218         * text.C (breakParagraph): honor keepempty flag and break the paragraph
6219         also with no chars on this paragraph.
6220         (paintRowText): only paint stuff if it's inside the workarea!
6221
6222         * paragraph.C (breakParagraph): honor keepempty flag and break the
6223         paragraph always below not above.
6224
6225         * BufferView2.C (unlockInset): update the paragraph layout on inset
6226         unlock as we changed paragraph in such a case.
6227
6228         * lyxfind.C (LyXFind): clear the former selection if not found!
6229
6230         * text2.C (insertInset): freeze Undo after setUndo so that it is not
6231         again called in insertChar().
6232
6233         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
6234         an inset which uses the whole row!
6235         (rightMargin): ditto.
6236         (insertChar): force a rebreak if we inserted an inset!
6237
6238 2002-03-28  Herbert Voss  <voss@lyx.org>
6239
6240         * lyxlength.[Ch]: add inBP() to get the right PS-point
6241         units (BigPoint). With inPixels we have rounding errors
6242
6243 2002-04-11  Juergen Vigna  <jug@sad.it>
6244
6245         * text2.C (setCursorFromCoordinates): set iy to the right value.
6246         (setCursor): add check if row->previous exists!
6247
6248         * buffer.C (parseSingleLyXformat2Token): reset font after read of
6249         an old float_type as this was the case in the old code!
6250
6251         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
6252
6253         * BufferView2.C (showLockedInsetCursor): use iy
6254         (fitLockedInsetCursor): ditto
6255
6256         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
6257         locked insets as there we have the right value now.
6258
6259         * lyxcursor.C: added iy_ variable and iy functions to set to the
6260         baseline of cursor-y of the locked inset.
6261
6262         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
6263         (setCursor): fixed for insets which need a full row.
6264
6265         * text.C (rowLastPrintable): don't ignore the last space when before
6266         an inset which needs a full row.
6267         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
6268         as last character of a row when before a inset which needs a full row.
6269
6270 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6271
6272         * version.C.in: update date
6273
6274         * text2.C (fullRebreak): try to always return true and see what
6275         happens...
6276
6277 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6278
6279         * MenuBackend.C (expand): use Floating::listName
6280
6281         * FloatList.C (FloatList): add listName argument to the built-in
6282         floats
6283
6284         * Floating.[Ch]: add listName member, which is the 'List of XXX'
6285         text associated with the float.
6286
6287 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6288
6289         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
6290
6291 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6292
6293         * ShareContainer.h: add a couple of missing typenames.
6294
6295 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
6296
6297         * lyxrc.C (getDescription): use _() correctly rather than N_().
6298
6299 2002-03-28  Herbert Voss  <voss@lyx.org>
6300
6301         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
6302         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
6303
6304 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6305
6306         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
6307         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
6308
6309 2002-03-29  Juergen Vigna  <jug@sad.it>
6310
6311         * lyxfunc.C (dispatch): add a missing fitCursor call.
6312
6313         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
6314         it was scrolled by a cursor move, so return the bool status.
6315
6316         * BufferView.C (fitCursor): return the bool flag also to the outside
6317         world as this is needed.
6318
6319         * screen.C (toggleToggle): don't subtract the offset if it's positive.
6320
6321         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
6322         call the edit() as it is not needed (and wrong) IMO.
6323         (workAreaButtonPress): set the screen_first variable before evt.
6324         unlock the inset as this may change screen_first and then we have
6325         a wrong y position for the click!
6326
6327 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6328
6329         * MenuBackend.C (expand): another translation that I missed
6330
6331 2002-03-28  Juergen Vigna  <jug@sad.it>
6332
6333         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
6334
6335         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
6336
6337 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6338
6339         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
6340
6341         * MenuBackend.C (expand): fix export/view/update when there is no
6342         document open.
6343
6344 2002-03-27  Herbert Voss  <voss@lyx.org>
6345
6346         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
6347         and text%
6348
6349 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6350
6351         * bufferview_funcs.C (currentState): only show paragraph number
6352         for is DEVEL_VERSION is set.
6353
6354         * lyxfunc.C (dispatch): put warning in INFO channel
6355
6356         * MenuBackend.C (expand): translate the name of floats
6357
6358         * FloatList.C (FloatList): mark the float names for translation
6359
6360         * converter.C (convert): use LibScriptSearch
6361
6362 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6363
6364         * MenuBackend.C (defaults): fix default menu (we might as well get
6365         rid of it...)
6366
6367 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6368
6369         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
6370         directory.
6371
6372 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6373
6374         * lyxvc.C: reorder includes.
6375
6376 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
6377
6378         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
6379           properly
6380
6381 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
6382
6383         * CutAndPaste.C: change layouts earlier on paste
6384           to avoid crashing when calling getFont()
6385
6386 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
6387
6388         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
6389         irritating #error.
6390
6391 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6392
6393         * WorkArea.C: remove 'Pending' debug message.
6394
6395         * most files: ws cleanup
6396
6397         * buffer.[Ch]: ws changes
6398
6399         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
6400
6401 2002-03-21  Juergen Vigna  <jug@sad.it>
6402
6403         * tabular.C (SetMultiColumn): collapse also the contents of the
6404         cells and set the last border right. Added a Buffer const * param.
6405
6406 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6407
6408         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
6409         linking or not.
6410
6411 2002-03-19  Juergen Vigna  <jug@sad.it>
6412
6413         * text2.C (clearSelection): reset also xsel_cache.
6414
6415         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
6416         where it needs to be called (John tells us to do so too :)
6417         (selectionLost): reset sel_cache.
6418
6419         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
6420
6421 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6422
6423         * text2.C (setCursorIntern): put debuging code in INSETS channel
6424
6425 2002-03-19  André Pönitz <poenitz@gmx.net>
6426
6427         * lyxfunc.C: tiny whitespace change
6428
6429 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6430
6431         * ToolbarDefaults.C (init):
6432         * LyXAction.C (init):
6433         * commandtags.h:
6434         * BufferView_pimpl.C (Dispatch):
6435         * lyxfunc.C (dispatch): remove LFUN_DEPTH
6436
6437 2002-03-19  Allan Rae  <rae@lyx.org>
6438
6439         * exporter.C (Export): removeAutoInsets before doing anything else.
6440         While I've just introduced a dependency on BufferView this really is
6441         the best place to clean the buffer otherwise you need to cleanup in
6442         a dozen places before calling export or cleanup in a dozen functions
6443         that export calls.
6444
6445         * converter.C (runLaTeX):
6446         (scanLog): Better handling of removeAutoInsets and screen updates.
6447
6448         * lyxfunc.C (dispatch): small whitespace changes
6449
6450 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6451
6452         * WorkArea.C (C_WorkAreaEvent): return a value.
6453         (event_cb): return 1 if we handled the event, 0 otherwise.
6454
6455         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
6456
6457 2002-03-18  Juergen Vigna  <jug@sad.it>
6458
6459         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
6460         (GetAdditionalWidth): ditto.
6461         (RightLine): ditto.
6462         (LeftLine): ditto.
6463
6464         * BufferView2.C (copy): use getLyXText() so that we do it inside an
6465         inset if we're there actually (probably not used right now but this
6466         is the direction to go for unifying code).
6467         (paste): disable code to clear the selection.
6468
6469         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
6470         inside an InsetText and move the check further up as it is in the
6471         wrong place.
6472
6473         * text2.C (pasteSelection): set a selection over the pasted text.
6474
6475 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
6476
6477         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
6478         and libgraphics to build on Cygwin.
6479
6480 2002-03-15  Juergen Vigna  <jug@sad.it>
6481
6482         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
6483         inserting an Inset into the paragraph. I know this is not the best
6484         fix but we already use current_view in CutAndPaste so we will remove
6485         all of it's using at the same time.
6486
6487         * buffer.C (sgmlError): deactivated function till it is rewritten in
6488         the right mode, now it can create problems.
6489
6490         * paragraph.C (isLineSeparator): check if getInset returns != 0,
6491         before accessing it.
6492
6493 2002-03-14  Juergen Vigna  <jug@sad.it>
6494
6495         * undo_funcs.C (textHandleUndo): do the right thing when updating
6496         the inset after the undo/redo.
6497
6498         * text2.C (setCursor): just some testcode for #44 not ready yet.
6499
6500         * undo_funcs.C (textHandleUndo): set the next() and previous()
6501         pointers of the paragraph to 0 before deleting otherwise we have
6502         problems with the Paragraph::[destructor].
6503
6504         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
6505         on a paragraph insertion.
6506
6507 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6508
6509         * buffer.C (asciiParagraph): use += operator for char append to
6510         string.
6511
6512         * paragraph.C (getFontSettings): compare >= not just >
6513         (highestFontInRange): ditto
6514         (setFont): ditto
6515
6516 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6517
6518         * paragraph.C: change several algorithm to be more appripriate for
6519         the problem domain. This is lookip in FontList and in the InsetList.
6520
6521 2002-03-13  André Pönitz <poenitz@gmx.net>
6522
6523         * commandtags.h:
6524         * LyXAction.C: remove unused LFUN_MATH_MACROARG
6525
6526 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
6527
6528         * commandtags.h:
6529         * LyXAction.C:
6530         * lyxfunc.C:
6531         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
6532
6533 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6534
6535         * Painter.C (display): anon helper function, adjust code for this
6536         change.
6537         (pixmap): remove function.
6538
6539         * Painter.h: remove private display variable.
6540
6541         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
6542
6543 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
6544
6545         * WorkArea.[Ch]: remove figinset_canvas cruft.
6546
6547 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6548
6549         * lyxtextclass.C (operator): add one item cache optimization.
6550
6551         * bufferlist.h: doxy changes
6552
6553         * bufferlist.C: ws changes
6554
6555         * DepTable.[Ch] (ext_exist): place const in the right spot.
6556
6557         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
6558         call resizeInsets.
6559         (workAreaExpose): call resizeInsets when the with BufferView changes.
6560         (Dispatch): adjust for protectedBlank removal
6561         (specialChar): call updateInset if the insert went ok.
6562
6563         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
6564         specialChar instead.
6565
6566         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
6567
6568         * BufferView.h: doxy change
6569
6570         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
6571
6572         * lyxtextclass.C (operator[]): remove non-const version
6573         (defaultLayout): remove non-const version
6574
6575 2002-03-12  Juergen Vigna  <jug@sad.it>
6576
6577         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
6578         did resize the LyXText too.
6579
6580         * buffer.C (readLyXformat2): set layout information on newly allocated
6581         paragraphs.
6582
6583         * tabular.C (OldFormatRead): set layout information on the paragraph.
6584
6585 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6586
6587         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
6588
6589 2002-03-11  Juergen Vigna  <jug@sad.it>
6590
6591         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
6592         plainly wrong.
6593         (resizeCurrentBuffer): force also the insets to resize themselfes.
6594         (moveCursorUpdate): fixed up for InsetText.
6595
6596 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
6597
6598         * commandtags.h:
6599         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
6600         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
6601         value of Dialogs::tooltipsEnabled().
6602         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
6603
6604 2002-03-08  Juergen Vigna  <jug@sad.it>
6605
6606         * BufferView_pimpl.C (updateInset): update inset inside inset also
6607         if it isn't inside theLockingInset().
6608
6609 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6610
6611         * buffer.C (asciiParagraph): redo some of the word and line length
6612         handling.
6613         (getLists): look for Caption instead of caption.
6614
6615 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6616
6617         * buffer.C (Buffer): initialize niceFile to true
6618         (makeLaTeXFile):
6619         (makeLinuxDocFile):
6620         (makeDocBookFile): make sure niceFile is true on exit
6621
6622 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6623
6624         * buffer.C (makeLaTeXFile): escape ~ in \input@path
6625
6626 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6627
6628         * LyXSendto.C: remove.
6629         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
6630         * lyx_gui.C: remove now-redundant comment.
6631         * ColorHandler.h: remove forward declaration of class WorkArea.
6632         * lyxfunc.C: remove #include "WorkArea.h".
6633
6634 2002-03-07  Juergen Vigna  <jug@sad.it>
6635
6636         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
6637         got moved away with the DEPM and also set the inset_owner always
6638         right which before could have been omitted.
6639
6640 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6641
6642         * buffer.C (parseSingleLyXformat2Token): use default layout is the
6643         wanted layout is not found.
6644
6645 2002-03-07  Juergen Vigna  <jug@sad.it>
6646
6647         * CutAndPaste.C (cutSelection): another layout settings forgotten.
6648
6649 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6650
6651         * paragraph.C (breakParagraph): use default layout not layout of
6652         prev paragraph.
6653         (Paragraph): clear ParagraphParameters.
6654
6655 2002-03-06  Juergen Vigna  <jug@sad.it>
6656
6657         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
6658         otherwise it would not be a valid lenght. Fixed a special case in
6659         the minipage compatibility read where we end the document with a
6660         minipage.
6661
6662         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
6663         was set as it could be 0 for InsetTexts first entry.
6664
6665 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6666
6667         * paragraph.C (writeFile): if layout is empty write out
6668         defaultLayoutName().
6669
6670         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
6671         file without named layout we set layout to defaultLayoutName().
6672
6673 2002-03-06  Juergen Vigna  <jug@sad.it>
6674
6675         * CutAndPaste.C (copySelection): set layout for new paragraph.
6676
6677         * text.C (prepareToPrint): leave ERT inset left aligned
6678         (leftMargin): don't indent paragraphs inside ERT insets
6679
6680 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6681
6682         * paragraph.C (breakParagraph): dont call clear do the work manually
6683
6684         * paragraph.[Ch] (clear): remove function
6685
6686 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6687
6688         * paragraph.C (Paragraph): dont call clear, the work has already
6689         been done.
6690
6691         * lyxtextclass.C (operator): assert if n is empty
6692
6693         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
6694         work manually instead.
6695
6696 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6697
6698         * BufferView_pimpl.C: protect selectionLost against text == 0
6699
6700 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6701
6702         * text.C (breakParagraph): fix a setting layout to '0' problem.
6703
6704 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6705
6706         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
6707         final location of file, for the included files, and graphics.
6708
6709 2002-03-05  Juergen Vigna  <jug@sad.it>
6710
6711         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
6712
6713 2002-03-04  Juergen Vigna  <jug@sad.it>
6714
6715         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
6716
6717         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
6718         last column of multicolumn cells.
6719         (SetWidthOfMulticolCell): recalculate NMC and real columns.
6720
6721 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6722
6723         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
6724         file if it doesn't go to a temporary file.
6725
6726         * buffer.C (sgmlOpenTag):
6727         (sgmlCloseTag):  remove extra newline insertion.
6728
6729 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6730
6731         * text.C (getRowNearY): comment out debug msg
6732
6733 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6734
6735         * text2.C: first -> first_y
6736
6737         * text.C (getRowNearY): add some attemts at a possible
6738         optimization, not working.
6739
6740         * tabular.[Ch]: add BufferParams to several function so that newly
6741         created paragraph can be initialized to he default layotu for the
6742         buffers textclass.
6743
6744         * tabular-old.C (ReadOld): add buf->params to call of Init
6745
6746         * screen.C: rename text->first to text->first_y
6747
6748         * paragraph.C (breakParagraph): always set layout in the broken
6749         paragraph
6750
6751         * lyxtextclass.C (Read): remove lowercase
6752         (hasLayout): ditto
6753         (operator): ditto
6754         (delete_layout): ditto
6755
6756         * lyxtext.h: rename first -> first_y
6757
6758         * lyxlayout.C (Read): remove lowercase
6759         (name): ditto
6760         (setName): ditto
6761         (obsoleted_by): ditto
6762
6763         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
6764
6765         * buffer.C (insertErtContents): add params are to InsetERT
6766         (parseSingleLyXformat2Token): add code to check if a paragraphs
6767         layout really exist.
6768         (parseSingleLyXformat2Token): add params to several inset
6769         constructors
6770         (asciiParagraph): remove lowercase, do the layout comparisons with
6771         no_case
6772
6773         * BufferView_pimpl.C (cursorNext): first -> first_y
6774         (resizeCurrentBuffer): first -> first_y
6775         (updateScrollbar): first -> first_y
6776         (scrollCB): first -> first_y
6777         (workAreaMotionNotify): first -> first_y
6778         (workAreaButtonPress): first -> first_y
6779         (checkInsetHit): first -> first_y
6780         (cursorPrevious): first -> first_y
6781         (cursorNext): first -> first_y
6782         (Dispatch): add buffer_->params to severl inset contructors
6783
6784 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6785
6786         * lyxlayout.C (Read): remove some debug info that I forgot.
6787
6788         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
6789         clean up the code slightly.
6790         (makeLinuxDocFile): ditto
6791         (makeDocBookFile): ditto
6792
6793         * text2.C: layout as string
6794
6795         * text.C: layout as string
6796
6797         * paragraph_pimpl.C: layout as string
6798
6799         * paragraph.[Ch]: layout as string
6800
6801         * lyxtextclasslist.[Ch]: layout as string
6802
6803         * lyxtextclass.[Ch]: layout as string
6804
6805         * lyxtext.h: layout as string
6806
6807         * lyxlayout.[Ch]: layout as string
6808
6809         * lyx_cb.C: layout as string
6810
6811         * bufferview_funcs.C: layout as string
6812
6813         * bufferparams.C: layout as string
6814
6815         * buffer.C: layout as string
6816
6817         * LyXView.[Ch]: layout as string
6818
6819         * LaTeXFeatures.[Ch]: layout as string
6820
6821         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
6822
6823         * BufferView_pimpl.C: change current_layout to string, remove
6824         lyx::layout_type.
6825         (Dispatch):
6826         (smartQuote):
6827         (insertInset):
6828         (workAreaButtonRelease): layout as string
6829
6830         * BufferView2.C (unlockInset): adjust
6831
6832         * vspace.C (asLatexCommand): use an explict temp variable.
6833
6834 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6835
6836         * Makefile.am: use FRONTEND_*
6837
6838 2002-03-01  Juergen Vigna  <jug@sad.it>
6839
6840         * tabular.C (SetWidthOfMulticolCell): changed to something better
6841         I hope but still work in progress.
6842         (recalculateMulticolumnsOfColumn): renamed function from
6843         recalculateMulticolCells as it is more appropriate now.
6844         (SetWidthOfCell): calculate multicols better.
6845
6846 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6847
6848         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
6849
6850         * lyxfunc.C (processKeySym): print sequence also if it is
6851         `deleted' (complete)
6852
6853         * kbsequence.C (print): print sequence even if it is deleted
6854         (complete would be a better word, actually).
6855
6856         * lyxfunc.C (dispatch): print complete options after a prefix key
6857
6858         * vspace.C (asLatexCommand): rewrite in a slightly different form.
6859
6860 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
6861
6862         * text2.C (setCharFont): eliminate setCharFont code duplication.
6863
6864 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6865
6866         * BufferView_pimpl.C (Dispatch): remove bogus handling of
6867         LFUN_TABULAR_FEATURE (bug #177)
6868
6869 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
6870
6871         * Makefile.am: remove figure.h
6872
6873 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
6874
6875         * Bufferview_pimpl.C:
6876         * CutAndPasteC:
6877         * LaTeX.C:
6878         * LyXSendto.C:
6879         * buffer.C:
6880         * bufferlist.C:
6881         * converter.C:
6882         * language.C:
6883         * lyxfunc.C:
6884         * lyxvc.C:
6885         * paragraph.C:
6886         * text.C:
6887         * text2.C: remove #include "lyx_gui_misc.h".
6888
6889         * LaTeX.C: added #include <cstdio>
6890
6891 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6892
6893         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
6894         that the paragraph following this one can have.
6895
6896         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
6897
6898         * vspace.C (asLatexCommand): fix bogus gcc warning
6899
6900         * Makefile.am (lyx_SOURCES): remove vms_defines.h
6901
6902 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
6903
6904         * text2.C (setLayout): get rid of redundant code
6905
6906 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
6907
6908         * text2.C (incDepth): make sure depth cannot be increased beyond
6909         reasonable values.
6910
6911 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
6912
6913         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
6914         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
6915
6916         * PainterBase.h (image):
6917         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
6918         a LyXImage const *.
6919
6920 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6921
6922         * BufferView.C:
6923         * BufferView.h:
6924         * BufferView_pimpl.C:
6925         * BufferView_pimpl.h:
6926         * LaTeXFeatures.C:
6927         * LyXAction.C:
6928         * LyXView.C:
6929         * Makefile.am:
6930         * UpdateList.h:
6931         * UpdateList.C:
6932         * buffer.C:
6933         * figure.h:
6934         * figureForm.C:
6935         * figureForm.h:
6936         * figure_form.C:
6937         * figure_form.h:
6938         * lyx_cb.C:
6939         * lyx_gui.C:
6940         * lyx_gui_misc.C:
6941         * lyxfunc.C:
6942         * sp_base.h:
6943         * sp_ispell.h:
6944         * sp_pspell.h:
6945         * sp_spell.C: remove fig inset, and the crap house of
6946           cards that follows it
6947
6948 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6949
6950         * Makefile.am:
6951         * lyxserver.C:
6952         * os2_defines.h:
6953         * os2_errortable.h:
6954         * nt_defines.h: move .h into support/
6955
6956         * vms_defines.h: remove
6957
6958         * WorkArea.C: add space in debug output
6959
6960         * text2.C:
6961         * paragraph.C:
6962         * buffer.C: add WITH_WARNINGS
6963
6964         * vc-backend.h:
6965         * vc-backend.C:
6966         * bufferlist.C: s/retrive/retrieve/, add docs
6967
6968         * vspace.h:
6969         * vspace.C:
6970         * kbmap.h:
6971         * lyxlength.h:
6972         * lyxgluelength.h:
6973         * length_common.h:
6974         * chset.h:
6975         * chset.C: add docs
6976
6977         * lyxgui.C: add ID to X error handler
6978
6979         * lyxtestclass.c: fix typo
6980
6981 2002-02-26  Juergen Vigna  <jug@sad.it>
6982
6983         * tabular_funcs.C (write_attribute): changed so that some default
6984         attributes are not written at all.
6985         (getTokenValue): set default values before trying to read the
6986         value so we have the return value always set as default if we don't
6987         find the token we search for.
6988
6989         * tabular.C (Write): write bools as bools not as strings!
6990
6991 2002-02-22  Juergen Vigna  <jug@sad.it>
6992
6993         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
6994         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
6995
6996         * text.C (leftMargin): don't add an indent for paragraphs inside
6997         tabular cells (fix #208).
6998
6999 2002-02-21  José Matos  <jamatos@fep.up.pt>
7000
7001         * tabular.C (docBook): fixed support for long tables.
7002
7003 2002-02-20  Juergen Vigna  <jug@sad.it>
7004
7005         * text2.C (getFont): get the drawing font of the Inset if this
7006         paragraph is inside an inset (only important for InsetERT for now).
7007
7008         * buffer.C (insertErtContents): use new lanugage params in ERT
7009         constructor.
7010
7011         * CutAndPaste.C: commenting out seemingly uneeded code.
7012
7013 2002-02-19  Allan Rae  <rae@lyx.org>
7014
7015         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
7016         Iterators might be simple to use but they also get invalidated.
7017         (removeAutoInsets): renamed saved cursor tracking variables and added
7018         some comments to clarify what everything does.
7019
7020 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
7021
7022         * Chktex.C:
7023         * LaTeX.C:
7024         * LyXSendto.C:
7025         * converter.C:
7026         * lyx_cb.C:
7027         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
7028         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
7029
7030         * lyxfunc.C:
7031         * vc-backend.h: remove #include "support/syscall.h"
7032
7033         * LaTeX.C:
7034         * LyXSendto.C:
7035         * converter.C: rearrange #includes in Lars' approved fashion.
7036
7037         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
7038         forward declare class Timeout in the header file.
7039
7040         * XFormsView.C: changes due to the above.
7041
7042         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
7043         similar to LyXView.
7044
7045         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
7046         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
7047
7048 2002-02-18  José Matos  <jamatos@fep.up.pt>
7049
7050         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
7051         insets contents.
7052
7053 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7054
7055         * a lot of small ws changes
7056         * add a lot of using std::XXX
7057         * use std construcs some places where approp.
7058         * use some exisint stuff from lyxfunctional where approp.
7059         * Make file changes to use partial linking (lets test this now...)
7060
7061 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7062
7063         * Chktex.C:
7064         * buffer.C:
7065         remove #include "support/syscontr.h" as it's redundant. Always has been.
7066
7067         * Chktex.C:
7068         * LaTeX.C:
7069         * LyXSendto.C:
7070         * converter.C:
7071         * lyx_cb.C:
7072         * vc-backend.C:
7073         change Systemcalls::System to Systemcalls::Wait and
7074         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
7075         No change of functionality, just reflects the stripped down Systemcalls
7076         class.
7077
7078 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7079
7080         * debug.[Ch]: add a GRAPHICS type to the enum.
7081
7082 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7083
7084         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
7085
7086         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
7087         there is an inset.
7088
7089 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7090
7091         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
7092         match the changes below.
7093
7094         * text2.C (toggleInset): if there is not editable inset at cursor
7095         position, try to see if cursor is _inside_ a collapsable inset
7096         and close it.
7097
7098 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7099
7100         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
7101         document menu has a nice checkbox
7102
7103 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7104
7105         * lyxlength.C (asLatexString): change PW to output as percent of
7106         \textwidth.
7107
7108         * lengthcommon.C: change '%' to 't%'
7109
7110         * lyxfunc.C (dispatch): a few comments from Martin
7111
7112 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
7113
7114         * WorkArea.h:
7115         * WorkArea.C:
7116         * BufferView_pimpl.h:
7117         * BufferView_pimpl.C: clear our selection when X tells us we've lost
7118           the X selection.
7119
7120 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7121
7122         * vspace.C (inPixels): fix compiler warning
7123
7124 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7125
7126         * lyxfunc.C (getStatus): fix status message for disabled commands.
7127
7128 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
7129
7130         * BufferView_pimpl.C: fix crash on close buffer
7131         during selection (#227)
7132
7133 2002-01-27  Herbert Voss  <voss@lyx.org>
7134
7135         * buffer.C: link old Figure to new graphic inset
7136
7137 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
7138
7139         * FontLoader.C (getFontinfo): Change the latex font names in order
7140         to match the names of type1inst.
7141
7142 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7143
7144         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
7145
7146         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
7147         (extchanged): ditto
7148         (ext_exist): ditto
7149         (remove_files_with_extension): ditto
7150         (remove_file): ditto
7151         (write): ditto
7152
7153         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
7154         document is smaller than the work area height. Do not initialize
7155         static variables to 0.
7156
7157 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7158
7159         * lyx_gui.C (init): give the toolbar tooltips a normal font.
7160
7161         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
7162         LFUN_LAYOUT_PARAGRAPHS.
7163
7164         * tabular.C (GetCellFromInset): new method. Finds an inset in a
7165         tabular. It is possible to provide a possible cell, which will
7166         typically be the actcell from the corresponding insettabular
7167
7168         * lyxfunc.C (getStatus): small cleanup; disable
7169         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
7170         true
7171
7172 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7173
7174         * tabular.C (Validate): remove broken optimization (fixes bug #201)
7175
7176         * paragraph.C (startTeXParParams):
7177         (endTeXParParams): new methods. The LaTeX code to
7178         start/end paragraph formatting
7179         (simpleTeXOnePar): call startTeXParParams also when paragraph is
7180         empty (fixes bug #200)
7181
7182         * vspace.C (inPixels): adapt to the change below
7183         (inPixels): [later] more cleanups (remove unused variables)
7184
7185         * lyxlength.C (inPixels): change to use a width and a height as
7186         parameter.
7187
7188 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7189
7190         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
7191         Replaced with \paperwidth
7192
7193         * DepTable.C (insert): add std:: qualifier
7194
7195 2002-01-18  Allan Rae  <rae@lyx.org>
7196
7197         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
7198         updated also?
7199
7200         * text.C (drawInset): Turned out I didn't know enough about how
7201         rebreaking worked.  This fixes most of the redraw problems.  I see
7202         an occasional cursor trail when a line is broken now and the cursor
7203         placement can seem out by a few pixels also after a rebreak.
7204
7205 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7206
7207         * buffer.C (parseSingleLyXformat2Token): update because minipage
7208         width is now a LyXLength
7209
7210         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
7211
7212         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
7213         math insets
7214
7215 2002-01-17  Juergen Vigna  <jug@sad.it>
7216
7217         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
7218
7219         * BufferView2.C (lockInset): call edit() so that theLockingInset()
7220         is set correctly and the inset is updated correctly.
7221
7222 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7223
7224         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
7225         the beginning of the loop.
7226
7227 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
7228
7229         * lyxrc.C: improve help for use_scalable_fonts
7230
7231 2002-01-17  Allan Rae  <rae@lyx.org>
7232
7233         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
7234
7235 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7236
7237         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
7238         make sure to set their inset_owner to the right value (bug #171)
7239
7240 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
7241
7242         * DepTable.h
7243         * DepTable.C: Implement mtime checking to reduce time spent doing
7244         CRCs.
7245
7246 2002-01-16  Juergen Vigna  <jug@sad.it>
7247
7248         * tabular.C (GetAdditionalHeight): one of error fixed.
7249
7250         * lyxrc.C (output): small fix in writing use_pspell.
7251
7252 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
7253
7254         * sp_base.h: #include LString.h
7255
7256 2002-01-16  Allan Rae  <rae@lyx.org>
7257
7258         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
7259         Can someone check this please?
7260
7261         * text.C (drawInset): It was possible that p.row would be removed by
7262         breakAgainOneRow upsetting a few other settings.  There may be another
7263         small tweak possible by setting need_break_row = 0 when p.row has been
7264         removed but I don't know enough about the logic here.
7265
7266 2002-01-15  Allan Rae  <rae@lyx.org>
7267
7268         * text.C (insertChar): removed conditional truism.
7269
7270         * BufferView2.C (removeAutoInsets): More tweaks.
7271         cur_par_prev could be a stray pointer.  Check for trailing empty line
7272         in case last line was cur_par and only had an error inset on it.
7273
7274 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7275
7276         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
7277         absolute
7278
7279         * vc-backend.C (most methods):
7280         * exporter.C (Export):
7281         * converter.C (convert):
7282         (runLaTeX):
7283         * LyXSendto.C (SendtoApplyCB):
7284         * lyxfunc.C (dispatch):
7285         (menuNew):
7286         (open):
7287         (doImport):
7288         * lyx_cb.C (AutoSave):
7289         (InsertAsciiFile):
7290         * BufferView_pimpl.C (MenuInsertLyXFile):
7291         * buffer.C (runChktex): use Buffer::filePath().
7292
7293         * buffer.h: rename filename to filename_; rename filepath to
7294         filepath_ and make it private
7295         (filePath): new method
7296
7297         * buffer.C (writeFile): use fileName()
7298         (getLatexName):
7299
7300         * lyx_main.C (init): fix starting  of LyX when the binary is a
7301         link from so,ewhere else.
7302
7303         * minibuffer.C: include <cctype> for isprint
7304
7305 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7306
7307         * buffer.C (parseSingleLyXformat2Token): changes associated with the
7308         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
7309         name clash with InsetCollapsable's width function.
7310
7311 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7312
7313         * lastfiles.C: include <iterator>
7314
7315 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7316
7317         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
7318         std::count.
7319
7320         * buffer.C (makeLaTeXFile): ditto.
7321         Also make loop operation more transparent.
7322
7323 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7324
7325         * ToolbarDefaults.C: remove trailing comma closing namespace.
7326
7327         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
7328
7329         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
7330         as in WorkArea.
7331
7332         * trans.C (Load): comment out unused variable, allowed.
7333
7334 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7335
7336         * minibuffer.[Ch] (append_char): new method to recieve input from the
7337         drop-down completion browser. If a key was pressed, then recieve this
7338         char and append it to the existing string.
7339         (peek_event): modify the positioning data passed to the completion
7340         browser so that it can be placed above the minibuffer rather than below.
7341 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7342
7343         * LyXAction.C (init): alloe error-next for readonly documents.
7344
7345         * BufferView2.C (ChangeRefsIfUnique): use standard version of
7346         count.
7347
7348 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7349
7350         * bufferlist.C (readFile): create the buffer _after_ checking that
7351         the file exists.
7352
7353         * lyxfunc.C (verboseDispatch): fix handling of arguments
7354
7355         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
7356
7357         * lyxrc.C: use string::erase() instead of initializing to "".
7358
7359
7360 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7361
7362         * BufferView_pimpl.h:
7363         * BufferView_pimpl.C:
7364         * WorkArea.h:
7365         * WorkArea.C:
7366         * text2.C: tell X when we have made a selection for copying
7367
7368 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7369
7370         * BufferView_pimpl.C (MenuInsertLyXFile):
7371         * lyxfunc.C (menuNew):
7372         (open):
7373         (doImport): add shortcuts to directory buttons
7374
7375         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
7376         open a float)
7377
7378         * lyxfunc.C (setStatusMessage):
7379         (getStatusMessage): new methods
7380         (getStatus):use setStatusMessage instead of setErrorMessage
7381         (dispatch): when function is disabled, set error message here
7382         [instead of in getStatus previously]
7383
7384         * BufferView_pimpl.C (workAreaButtonRelease): update
7385         toolbar/menubar here too.
7386
7387 2002-01-13  Allan Rae  <rae@lyx.org>
7388
7389         * BufferView2.C (removeAutoInsets): finished off earlier fix.
7390         Now seems indestructible.  Remaining task is to audit all other
7391         code affected by deleteEmptyParagraphMechanism.  One small quirk
7392         left is that an empty document with an error in the preamble can
7393         be made to report an error but no error box appears.  I don't know
7394         where it goes.
7395         (removeAutoInsets): Improved comments.
7396
7397 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
7398
7399         * Thesaurus.h:
7400         * Thesaurus.C: update for Aiksaurus 0.14
7401
7402 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7403
7404         * text2.C (firstParagraph): removed member function, all uses
7405         replaces with ownerParagraph
7406         (redoParagraphs): here
7407         (updateInset): here
7408         (toggleAppendix): here
7409         * BufferView2.C (insertErrors): here
7410         (setCursorFromRow): here
7411
7412 2002-01-13  Allan Rae  <rae@lyx.org>
7413
7414         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
7415         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
7416         There is still a way to segfault this although you may have to do this
7417         multiple times: Have an InsetERT with an unknown command in it.
7418         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
7419         <down-arrow>, <Enter> again, View->DVI, BANG!
7420
7421         * text2.C (setCursor):
7422         (deleteEmptyParagraphMechanism):
7423         * lyxtext.h (setCursor):
7424         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
7425         Making use of the return value may help fix other bugs.
7426
7427 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7428
7429         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
7430
7431         * LyXView.C (updateMenubar): call MenuBar::update here
7432         (updateToolbar): but not here
7433         (showState): do not update toolbar/menubar
7434
7435         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
7436         should need to care about that.
7437
7438         * lyxfunc.C (verboseDispatch): simplify a bit
7439         (getStatus): have a version which takes a pseudoaction, and
7440         another which requires a (kb_action,string).
7441
7442         * LyXAction.C (retrieveActionArg): make it work also when action
7443         is not a pseudo-action.
7444         (getActionName): simplify a bit
7445         (helpText):
7446
7447 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7448
7449         * lyxfunc.C (verboseDispatch): new families of methods with
7450         several ways to specify a command and a bool to indicate whether
7451         the command name and shortcut should be displayed in minibuffer
7452         (eventually, we could extend that to a finer bitmask like
7453         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
7454         (dispatch): the pristine dispatch command which just, well,
7455         dispatchs! Note it still sets its result to minibuffer; I'm not
7456         sure we want that.
7457
7458         * lyxfunc.h: remove setHintMessage
7459
7460         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
7461
7462 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7463
7464         * BufferView_pimpl.C (specialChar): delete new inset if we have
7465         not been able to insert it.
7466
7467         * kbmap.C: revert to using int instead of kb_action, since all we
7468         are dealing with is pseudo-actions.
7469
7470         * LyXAction.C (searchActionArg): change to return int instead of
7471         kb_action, since the result is a pseudoaction.
7472
7473 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
7474
7475         * buffer.C (insertErtContents): Fix (partially) the font bug.
7476
7477 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7478
7479         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
7480         as the other one is broken on my machine!
7481
7482 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
7483
7484         * commandtags.h:
7485         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
7486
7487 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
7488
7489         * lyxrc.[Ch]: change names and descriptions of popup font variables to
7490         reflect their actual use. Provide compatibility code for older lyxrc
7491         files.
7492
7493         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
7494         FL_NORMAL_STYLE.
7495         change names of popup font variables in line with the changes to lyxrc.C
7496
7497 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7498
7499         * buffer.C (asciiParagraph): avoid outputing a word twice after
7500         an inset.
7501
7502         * lyxrc.C (getDescription): document that document_path and
7503         template_path can be empty.
7504
7505 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7506
7507         * LaTeXFeatures.C (getMacros):
7508         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
7509
7510         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
7511
7512         * LaTeXFeatures.C (useFloat): require "float" here instead of in
7513         getPackages.
7514         (getPackages): rename feature "floats" to "float". Use an array to
7515         iterate over 'simple' features (i.e. just a \usepackage). Add
7516         handling of "amsmath" (renamed from "amsstyle").
7517
7518 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
7519
7520         * LaTeXFeatures.C (require): Prevent duplicate entries in the
7521         features list.
7522
7523 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
7524
7525         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
7526         FuncStaus::FuncStatus & FuncStaus::some_method().
7527
7528 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
7529
7530         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
7531         of the func_satus stuff. Edited and massaged in various ways by
7532         JMarc.
7533
7534         * lyxfunc.C (getStatus): use FuncStatus
7535
7536 2002-01-08  Juergen Vigna  <jug@sad.it>
7537
7538         * text.C (nextBreakPoint): use function Inset::isChar().
7539
7540         * paragraph.C (TeXOnePar): use function
7541         Inset::forceDefaultParagraphs.
7542
7543         * buffer.C (latexParagraphs): use function
7544         Inset::forceDefaultParagraphs.
7545
7546 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7547
7548         * lyx_gui.C (init): set the style of the menu popups to
7549         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
7550
7551 2002-01-07  Juergen Vigna  <jug@sad.it>
7552
7553         * text.C (setHeightOfRow): small fix
7554         (prepareToPrint): don't look at alignment if we don't have the place
7555         for doing it.
7556
7557 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7558
7559         * box.C: New file. Move the Box methods and functions out of box.h,
7560         following Lars' suggestion.
7561
7562 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7563
7564         * box.h: #include "support/LOstream.h", needed for inlined function.
7565
7566         * lyxtextclass.C:
7567         * lyxtextclasslist.C: added some using std declarations.
7568
7569 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
7570
7571         * box.h: make signed dimensions to allow insets wider than
7572           the screen (bug #162)
7573
7574         * BufferView_pimpl.C: add some insetHit debug
7575
7576 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
7577
7578         * vc-backend.C: add FIXME
7579
7580 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7581
7582         * lyxfunc.C (getStatus): enable code for showing math font status
7583         in toolbar/menu.
7584
7585 2002-01-07  Juergen Vigna  <jug@sad.it>
7586
7587         * text.C (nextBreakPoint): removed debug output not needed anymore.
7588
7589 2002-01-06  Juergen Vigna  <jug@sad.it>
7590
7591         * text.C (nextBreakPoint): fixed up this function we had this bug
7592         since ever but now hopefully we break row better.
7593         (insertChar): we have to check if an inset is the next char as it
7594         could now happen that a large inset is causing a break.
7595
7596 2002-01-05  Juergen Vigna  <jug@sad.it>
7597
7598         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
7599         if it doesn't like to be drawed.
7600
7601 2002-01-04  Juergen Vigna  <jug@sad.it>
7602
7603         * BufferView2.C (lockInset): forgot to set a cursor.
7604
7605         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
7606
7607 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
7608
7609         * FormMathsPanel.C:
7610         * FormMathsPanel.h
7611         * MathsSymbols.C:
7612         * form_maths_panel.C:
7613         * form_maths_panel.h:
7614         * form_maths_panel.fd: implemented sub- and super- buttons in math
7615         panel.
7616
7617         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
7618         (or ^ space) to be used as in TeX (req'd by André).
7619
7620         * lyxfunc.C: Allow ^ and _ again to be used both as
7621         super/subscript (mathed) and as themselves (in text).
7622
7623 2002-01-03  Allan Rae  <rae@lyx.org>
7624
7625         * LyXView.C (updateWindowTitle): Setup a short icon title of either
7626         "LyX" or the filename of the current buffer if it has one.  This is a
7627         modified form of John Levon's patch.
7628
7629         * XFormsView.C (setWindowTitle): also set icon title.
7630
7631         * LyXView.h (setWindowTitle): signature changed.
7632         * XFormsView.h (setWindowTitle): ditto.
7633
7634 2002-01-02  Juergen Vigna  <jug@sad.it>
7635
7636         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
7637
7638 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7639
7640         * screen.C (topCursorVisible): introduce a temp var for
7641         text->cursor.row(), handle the case where this row is null. (kindo
7642         hachish)
7643
7644         * text2.C (setCursor): add a couple of asserts.
7645
7646         * paragraph.h (inset_iterator): add -> operator
7647
7648         * paragraph.[Ch] (autoDeleteInsets): remove member function
7649
7650         * BufferView2.C (removeAutoInsets): rewrite to handle the old
7651         cursor pos correctly and handle inset deletion by itself.
7652         (insertErrors): move iterator declaration out of for expression
7653
7654         * lyxtextclass.C: add <algorithm>
7655
7656         * Makefile.am: added the new files to sources, removed layout.C
7657
7658         * layout.C: removed file
7659
7660         * layout.h: remove LYX_DUMMY_LAYOUT
7661
7662         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
7663         layout.
7664
7665         * lyxlayout.[Ch]:
7666         * lyxtextclass.[Ch]:
7667         * lyxtextclasslist.[Ch]: new files
7668
7669         * include order changes to a lot of files, also changes because of
7670         the six new files.
7671
7672 2001-12-27  Juergen Vigna  <jug@sad.it>
7673
7674         * buffer.C (asciiParagraph): more fixes.
7675
7676         * tabular.C (ascii): make ascii export support export of only the
7677         data separated by a column-delimiter.
7678         (ascii): better support for ascii export.
7679
7680         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
7681
7682 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7683
7684         * tabular_funcs.C: use a "using std::getline" instead of the
7685         previous fix from Angus (necessary for cxx + lyxstring)
7686
7687 2001-12-24  Juergen Vigna  <jug@sad.it>
7688
7689         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
7690
7691         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
7692         problems. First check a minipage also if we have some ert-contents
7693         (not only on par->size(), second set the right depth of the paragraph
7694         on the relink to the root-paragraph-list!
7695
7696         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
7697         which then did not anymore update the main paragraphs on undo/redo!
7698
7699 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7700
7701         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
7702         code. Support all font-changing funcs (even those which are not in
7703         menu currently). Support for reporting font settings in
7704         mathed (disabled until Andre provides a function on mathed's side).
7705
7706         * func_status.h (toggle): small helper function to set toggle
7707         state on a flag.
7708
7709 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
7710
7711         * tabular_funcs.C: getline -> std::getline
7712
7713 2001-12-21  Juergen Vigna  <jug@sad.it>
7714
7715         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
7716         accessed and could be 0 (I couldn't generate this but it seems
7717         Michael could!).
7718
7719 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7720
7721         * tabular_funcs.C: add LIstream.h, move write_attribute to..
7722         * tabular_funcs.h: here and include iosfwd
7723
7724 2001-12-20  Juergen Vigna  <jug@sad.it>
7725
7726         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
7727         inside inset but undo_par was.
7728
7729 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7730
7731         * Thesaurus.C: always include <config.h> in sources.
7732
7733         * Painter.h:
7734         * lyxlookup.h:
7735         * box.h: do not include <config.h> in header files
7736
7737         * text.C (paintLastRow): remove unused variable
7738
7739         * text.C (transformChar):
7740         (insertChar):
7741         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
7742
7743         * Painter.C (text):
7744         * font.C (width): rewrite to use uppercase() instead of
7745         islower/toupper.
7746
7747         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
7748
7749 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
7750
7751         * lyxfind.C: clean up of find failure position change
7752
7753 2001-12-20  Juergen Vigna  <jug@sad.it>
7754
7755         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
7756
7757         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
7758         (TeXRow): added to LaTeX a single tabular row.
7759         (TeXLongtableHeaderFooter): added to output LT-h/f data.
7760         (Latex): simplified and finally good LT-h/f support.
7761         (various_functions): just small adaptions for LT-h/f support.
7762
7763         * tabular_funcs.[hC]: added and moved here all not classfunctions
7764         of LyXTabular.
7765
7766 2001-12-19  Juergen Vigna  <jug@sad.it>
7767
7768         * tabular.[Ch]: better support for longtabular options (not finished
7769         yet!)
7770
7771 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7772
7773         * text.C (paintLastRow): use the label font instead of the font of
7774         the last character to compute the size of *_BOX. This makes more
7775         sense and avoids a crash with empty paragraphs.
7776         Use Painter::rectangle to draw EMPTY_BOX.
7777
7778 2001-12-19  Juergen Vigna  <jug@sad.it>
7779
7780         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
7781         the paragraphs if the replaced paragraph is not the first one!
7782         Tried to delete not used paragraphs but does not work yet so for
7783         now it's inside #ifdef's and by default off!
7784
7785 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7786
7787         * MenuBackend.C: include "lyx_main.h" instead of declaring
7788         lastfiles (actually was declared as LastFiles* instead of a
7789         scoped_ptr).
7790
7791 2001-12-17  Juergen Vigna  <jug@sad.it>
7792
7793         * tabular.C (AppendColumn): applied John's fix
7794
7795 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
7796
7797         * BufferView.h:
7798         * BufferView.C:
7799         * BufferView_pimpl.h:
7800         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
7801
7802         * Makefile.am:
7803         * box.h: new start of class for above
7804
7805         * lyxfunc.C: ignore space-only minibuffer dispatches.
7806           Show the command name when it doesn't exist
7807
7808         * minibuffer.C: don't add empty lines to the history
7809
7810         * minibuffer.C: add a space on dropdown completion
7811
7812 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
7813
7814         * text.C: fix line above/below drawing in insets
7815
7816 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7817
7818         * lyxlength.C (LyXLength): Initialize private variables.
7819
7820 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
7821
7822         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
7823         when inserting error insets.
7824
7825 2001-12-13  Juergen Vigna  <jug@sad.it>
7826
7827         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
7828         actually sometimes the before-paragraph.
7829         (setUndo): don't clear the redostack if we're not actually undoing!
7830
7831 2001-12-06  Juergen Vigna  <jug@sad.it>
7832
7833         * undo_funcs.C (textHandleUndo): well after John's hint I got here
7834         and fixed redoing of main paragraph, so we can use it now ;)
7835
7836         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
7837
7838 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7839
7840         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
7841         Juergen's request
7842
7843 2001-12-13  André Pönitz <poenitz@gmx.net>
7844
7845         * undostack.[Ch]:
7846         * undo_func.C: minor cleanup
7847
7848 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7849
7850         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
7851         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
7852         font in urw-fonts package which is marked as -urw-fontspecific and
7853         does not work (incidentally, changing the encoding in the
7854         fonts.dir of this package to -adobe-fontspecific fixes the
7855         problem).
7856
7857         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
7858         is a crash when undoing first paragraph (Juergen, please take a
7859         look). THis does not mean the undo fix is wrong, just that it
7860         uncovers problems.
7861
7862         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
7863         the (Paragraph*) version when needed instead of duplicating the
7864         code.
7865
7866         * text.C (workWidth): use Inset::parOwner to find out where the
7867         inset has been inserted. This is a huge performance gain for large
7868         documents with lots of insets. If Inset::parOwner is not set, fall
7869         back on the brute force method
7870
7871         * paragraph_pimpl.C (insertInset):
7872         * paragraph.C (Paragraph):
7873         (cutIntoMinibuffer): set parOwner of insets when
7874         inserting/removing them
7875
7876         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7877
7878 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
7879
7880         * commandtags.h:
7881         * LyXAction.C:
7882         * lyx_main.C:
7883         * lyxfunc.C:
7884         * mathed/formulabase.C:
7885         * mathed/math_cursor.[Ch]:
7886         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
7887
7888
7889 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7890
7891         * lyxlength.[Ch] (operator!=): new function
7892
7893 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7894
7895         * text.C (workWidth): use Inset::parOwner to find out where the
7896         inset has been inserted. This is a huge performance gain for large
7897         documents with lots of insets. If Inset::parOwner is not set, fall
7898         back on the brute force method
7899
7900         * paragraph_pimpl.C (insertInset):
7901         * paragraph.C (Paragraph):
7902         (cutIntoMinibuffer): set parOwner of insets when
7903         inserting/removing them
7904
7905         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7906
7907 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7908
7909         * tabular-old.C (getTokenValue):
7910         * tabular.C (getTokenValue):
7911         (write_attribute): new versions for LyXLength
7912         (everywhere): adjust the use of widths
7913
7914         * tabular.h: change the type of widths from string to LyXLength
7915
7916 2001-12-11  Ben Stanley <bds02@uow.edu.au>
7917
7918         * paragraph.C: fixed missing line number count when exporting
7919         Environments to LaTeX file
7920
7921         * buffer.C: added informational message for checking line numbers.
7922
7923 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7924
7925         * text2.C (deleteEmptyParagraphMechanism): if there is only one
7926         paragraph, do the 'double space' part, but not the 'empty
7927         paragraph' one.
7928
7929         * text.C (workWidth): small optimization
7930         (getLengthMarkerHeight): use minimal size for negative lengths.
7931
7932 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
7933
7934         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
7935
7936         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
7937
7938 2001-12-11  André Pönitz <poenitz@gmx.net>
7939
7940         * FontLoader.C:
7941         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
7942
7943 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7944
7945         * text2.C: keep selection on a setFont()
7946
7947 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7948
7949         * lyx_cb.C: another bv->text misuse, from insert label
7950
7951 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7952
7953         * kbsequence.h:
7954         * kbsequence.C: re-instate nmodifier mask
7955
7956 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
7957
7958         * lyx_main.h: make lyxGUI private.
7959
7960 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7961
7962         * lyxfind.C: place the cursor correctly on failed search
7963
7964 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7965
7966         * text.C (getLengthMarkerHeight): for small heights, the arrows
7967         are not always on top/bottom of the text
7968         (drawLengthMarker): smaller arrows; take the left margin in
7969         account; draw also vfills.
7970         (paintFirstRow):
7971         (paintLastRow): remove special code for vfill and standard spaces,
7972         since everything is handled in drawLengthMarker now.
7973
7974 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7975
7976         * buffer.C (insertErtContents): try to handle font and language
7977         interaction a bit better.g
7978
7979         * ColorHandler.C (updateColor): change the hash to cover the whole
7980         LColor enum, ws cleanup
7981         (getGCLinepars): ditto
7982         (getGCLinepars): only lookup in the linecache once.
7983
7984 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
7985
7986         * iterators.C (operator++): Make the iterator more robust
7987
7988         * BufferView2.C (removeAutoInsets): Use paragraph iterators
7989         (John's patch)
7990         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
7991
7992 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7993
7994         * lyxtext.h:
7995         * text.C: better added space drawing
7996
7997 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7998
7999         * LyXView.C:
8000         * BufferView2.C: fix layout combo update on inset unlock
8001
8002 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8003
8004         * Makefile.am: don't compile unused files
8005
8006 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8007
8008         * lyxfunc.C:
8009         * commandtags.h:
8010         * LyXAction.C: remove old LFUN_LAYOUTNO
8011
8012 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8013
8014         * paragraph_pimpl.h:
8015         * paragraph_pimpl.C: isTextAt() doesn't need font param
8016
8017 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8018
8019         * lyxlex.h:
8020         * lyxlex.C: little cleanup
8021
8022 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8023
8024         * BufferView_pimpl.C: fix insertAscii for insets
8025
8026 2001-12-05  Juergen Vigna  <jug@sad.it>
8027
8028         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
8029         set the right font on the "multi" paragraph paste!
8030
8031 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8032
8033         * trans_decl.h:
8034         * trans_mgr.[Ch]:
8035         * trans.[Ch]:
8036         * lyxgluelength.C:
8037         * lyxlength.C: remove out-commented code.
8038
8039         * BufferView_pimpl:
8040         * CutAndPaste.C:
8041         * DepTable.C:
8042         * buffer.C:
8043         * chset.C:
8044         * lastfiles.C:
8045         * lyxlex.C:
8046         * lyxlex_pimpl.C:
8047         * lyxserver.C:
8048         * screen.C:
8049         * tabular-old.C:
8050         * tabular.C:
8051         * text.C:
8052         * trans_mgr.C:
8053         * vc-backend.C: change "while(" to "while ("
8054
8055         * lyxlength.[Ch]: add zero function to check if length is zero or
8056         not
8057         * lyxgluelength.C: use it
8058
8059 2001-12-05  Allan Rae  <rae@lyx.org>
8060
8061         * lyxlength.C: Attempted a fix for the abs(int) header selection.
8062         Works for 2.95.3, from what I understand of Garst's reports this should
8063         work for other g++ versions.  We're screwed if the abs(int) definition
8064         changed between bugfix releases of gcc.
8065
8066 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8067
8068         * text.C: fix chapter label offset !
8069
8070 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8071
8072         * lyxtext.h:
8073         * text.C: fix hfill at end of line, clean up
8074
8075 2001-12-04  Juergen Vigna  <jug@sad.it>
8076
8077         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
8078         that we force an update of the inset and it's owners if neccessary.
8079
8080 2001-12-03  Juergen Vigna  <jug@sad.it>
8081
8082         * text.C (rowLast): simplified code
8083
8084 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8085
8086         * lyxfunc.C: fix show options on timeout
8087
8088 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8089
8090         * screen.C (topCursorVisible): scroll half a page when the cursor
8091         reached top of bottom of screen
8092
8093 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
8094
8095         * minibuffer.C: deactivate on loss of focus
8096
8097 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8098
8099         * vspace.[Ch] (operator!=): add operator.
8100
8101 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
8102
8103         * BufferView_pimpl.C: refuse to open an inset when
8104         there's a selection.
8105
8106 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
8107
8108         * BufferView_pimpl.C: allow to click on RHS of full row insets
8109
8110 2001-11-30  Juergen Vigna  <jug@sad.it>
8111
8112         * tabular.C (LyXTabular): add a same_id to set the same id's in the
8113         insets for undo reasons.
8114
8115 2001-11-28  André Pönitz <poenitz@gmx.net>
8116
8117         * vspace.[Ch]: cosmetical changes
8118
8119 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8120
8121         * LyXAction.h:
8122         * LyXAction.C:
8123         * lyxfunc.h:
8124         * lyxfunc.C:
8125         * kbmap.h:
8126         * kbmap.C:
8127         * lyxrc.C:
8128         * kbsequence.h:
8129         * kbsequence.C: part re-write of old kb code
8130
8131         * Painter.C:
8132         * WorkArea.C: remove Lgb_bug_find_hack
8133
8134 2001-11-30  José Matos <jamatos@fep.up.pt>
8135
8136         * buffer.C (makeDocBookFile): add a comment to point a hack.
8137         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
8138         Fixed a double write of labels.
8139
8140 2001-11-29 Ben Stanley <bds02@uow.edu.au>
8141
8142         * LaTeX.C:
8143         * LaTeX.h Fixed bug in LaTeX class where it would not
8144         re-run latex if no depfiles were changed, but the .dvi was removed.
8145
8146 2001-11-28  André Pönitz <poenitz@gmx.net>
8147
8148         * all the files from the change on 2001/11/26:
8149         use lyx::layout_type instead of LyXTextClass::size_type
8150         use lyx::textclass_type instead of LyXTextClassList::size_type
8151
8152 2001-11-29  Juergen Vigna  <jug@sad.it>
8153
8154         * text.C: added support for paragraph::isFreeSpacing()
8155
8156         * buffer.C: same as above
8157
8158         * paragraph.h: inserted isFreeSpacing() function to enable
8159         FreeSpacing inside InsetERT.
8160
8161         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
8162         of the paragraph's in the cut/copy buffer to 0!
8163
8164         * text2.C (removeRow): remove the assert as it can!
8165
8166         * lyxtext.h: added helper function firstRow returning firstrow and
8167         made firstrow private again.
8168
8169         * BufferView2.C (lockInset): don't relock if we're already locked!
8170
8171         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
8172         the only paragraph.
8173         (removeRow): added Assert::(firstrow)
8174
8175         * debug.C: forgot to add INSETTEXT here.
8176
8177 2001-11-28  Juergen Vigna  <jug@sad.it>
8178
8179         * sp_spell.C (initialize): changed error text to more general
8180         spellchecker command use (not only ispell!)
8181
8182         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
8183
8184         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
8185
8186 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8187
8188         * vspace.C: initialise lyxgluelength on failure
8189
8190 2001-11-28  Allan Rae  <rae@lyx.org>
8191
8192         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
8193         declaration & definition that looks like a function declaration.
8194
8195 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8196
8197         * BufferView2.C (copy):
8198         (copyEnvironment): do not clear the selection when doing a copy.
8199
8200         * text.C (paintFirstRow): compilation fix
8201
8202 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
8203
8204         * tabular.C (Latex): correct line count when writing latex.
8205
8206 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
8207
8208         * paragraph_pimpl.h:
8209         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
8210           bug a bit
8211
8212 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8213
8214         * text.C:
8215         * LColor.h:
8216         * LColor.C: change vfillline->added_space
8217
8218         * text.C: add markers and text for added space
8219
8220         * vspace.C: fix comment
8221
8222 2001-11-28  André Pönitz <poenitz@gmx.net>
8223
8224         * paragraph.C: whitespace changes
8225         * all the other files from the change on 2001/11/26:
8226         change *::pos_type into lyx::pos_type
8227
8228 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8229
8230         * buffer.C (parseSingleLyXformat2Token): Set the language to the
8231         language of the document when inserting error insets.
8232
8233 2001-11-26  André Pönitz <poenitz@gmx.net>
8234
8235         * BufferView_pimpl.[Ch]:
8236         *       CutAndPaste.C:
8237         * buffer.[Ch]:
8238         * lyxcursor.[Ch]:
8239         * lyxfind.C:
8240         * lyxfunc.C:
8241         * lyxrow.[Ch]:
8242         * paragraph.[Ch]:
8243         * paragraph_pimpl.[Ch]:
8244         * sp_spell.C:
8245         * text.C:
8246         * text2.C: reduce header dependencies, introduce type for positions
8247
8248 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8249
8250         * <various>: change to use Alert.h
8251
8252 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8253
8254         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
8255         when encountering an unknown token.
8256         (readLyXformat2): Show an error message if there were unknown tokens.
8257
8258 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
8259
8260         * BufferView2.C:
8261         * BufferView_pimpl.C:
8262         * buffer.C:
8263         * paragraph.h:
8264         * text.C:
8265         * text2.C: use par->isInset()
8266
8267 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8268
8269         * paragraph_pimpl.h:
8270         * paragraph_pimpl.C: cleanup
8271
8272 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8273
8274         * text2.C (removeRow):
8275         * text.C (setHeightOfRow): remove useless (and costly) call to
8276         getRow.
8277
8278 2001-11-20  Allan Rae  <rae@lyx.org>
8279
8280         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
8281         Now need Inset*::checkInsertChar() to return true for appropriate
8282         cases so that the characters in the minibuffer will actually be
8283         inserted.
8284
8285 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8286
8287         * text.C: change the order of the includes.
8288         (workWidth): initialize it at once.
8289         (workWidth): make maxw unsigned
8290         (setHeightOfRow): remove unused variable (inset)
8291         (selectSelectedWord): remove unused variable (inset)
8292         (paintRowText): fix drawing of hfill characters, and clean up a bit.
8293
8294 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8295
8296         * lyxserver.C (emergencyCleanup): do not try to close pipes if
8297         server is not running.
8298         (openConnection):
8299         (closeConnection): add debug info when server is disabled.
8300
8301         * ColorHandler.C (getGCForeground): send debug message to GUI
8302         channel.
8303
8304         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
8305
8306         * kbmap.C (bind): modify because return conventions of
8307         kb_sequence::parse have changed.
8308
8309         * kbsequence.C (parse): only ignore spaces and not any stupid
8310         control character. This avoids tests like s[i] <= ' ', which are
8311         guaranteed to fail with 8bit characters and signed chars.
8312         Change return code to string::npos when there have been no error
8313         (0 was a bad idea when error is at first character)
8314
8315 2001-11-14  José Matos  <jamatos@fep.up.pt>
8316
8317         * buffer.h:
8318         * buffer.C (simpleDocBookOnePar): removed unused argument.
8319
8320 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8321
8322         * text.C (selectNextWordToSpellcheck): do not test explicitely for
8323         insets which are part of a word. Paragraph::isLetter takes care of
8324         that now. Use Paragraph::isInset to identify insets.
8325         (selectSelectedWord): do not test for hyphenation break.
8326
8327         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
8328         that protected spaces are considered as spaces.
8329
8330         * paragraph.C (isLetter): cleanup the code for ispell extras; use
8331         Inset::isLetter.
8332
8333 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
8334
8335         * lyxserver.h:
8336         * lyxserver.C: fix it. and small cleanup.
8337
8338 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8339
8340         * BufferView_pimpl.C: use inline helpers
8341
8342         * LaTeXFeatures.h:
8343         * LaTeXFeatures.C: fix typos
8344
8345         * Spacing.h:
8346         * Spacing.C: move spacing_string into class
8347
8348         * ToolbarDefaults.C: move stuff into namespace anon
8349
8350         * layout.h: update enum
8351
8352         * lyxfunc.C: use better debug
8353
8354         * minibuffer.h: fix typo
8355
8356         * debug.h:
8357         * debug.C:
8358         * WorkArea.C: add and use Debug::WORKAREA
8359
8360         * lyxtext.h:
8361         * text.C:
8362         * text2.C: code re-organisation, inline helpers
8363
8364 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
8365
8366         * Layout.C: replaced a few cases of std::vector.size() == 0 with
8367         std::vector.empty().
8368
8369 2001-11-09  Allan Rae  <rae@lyx.org>
8370
8371         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
8372         '\n's after tables.  Tabular and ERT inset work now makes this no
8373         longer necessary.
8374
8375 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8376
8377         * minibuffer.h:
8378         * minibuffer.C: fix crash, improve drop-down completion
8379
8380 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
8381
8382         * lyxserver.h:
8383         * lyxserver.C: invalidate fd's when doing endPipe()
8384
8385 2001-11-08  José Matos  <jamatos@fep.up.pt>
8386
8387         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
8388         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
8389
8390         * paragraph.h:
8391         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
8392
8393 2001-11-07  José Matos  <jamatos@fep.up.pt>
8394
8395         * buffer.h:
8396         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
8397         const qualifier.
8398
8399         * buffer.C (sgmlOpenTag):
8400         * buffer.C (sgmlCloseTag): removed debug info.
8401
8402         * buffer.h (sgmlOpenTag):
8403         * buffer.h (sgmlCloseTag): made public.
8404
8405 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8406
8407         * buffer.C (saveParamsAsDefaults):
8408         * lyx_cb.C (MenuLayoutSave): remove
8409
8410         * LyXAction.C (init):
8411         * commandtags.h:
8412         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
8413
8414 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8415
8416         * buffer.C (setPaperStuff): removed from here...
8417
8418         * bufferparams.C (setPaperStuff): ... and moved there.
8419
8420 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
8421
8422         * minibuffer.h:
8423         * minibuffer.C:
8424         * XFormsView.C: add support for drop-down completion
8425
8426 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
8427
8428         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
8429         commands.
8430
8431 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8432
8433         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
8434         disabled.
8435
8436 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
8437
8438         * lyx_main.C: change ref to known bugs
8439
8440 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
8441
8442         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
8443         to work around older babel problems.
8444
8445 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
8446
8447         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
8448
8449 2001-10-24  Juergen Vigna  <jug@sad.it>
8450
8451         * tabular-old.C (ReadOld): below variable changes reflected.
8452
8453         * tabular.[Ch]: added ltType struct for longtable header/footer
8454         defines and changed all instances where they are used. Added
8455         future support for double top/bottom rows.
8456
8457 2001-10-24  José Matos  <jamatos@fep.up.pt>
8458
8459         * buffer.h (docbookHandleCaption):
8460         * buffer.C (docbookHandleCaption): removed unused function.
8461         (makeDocBookFile): moved docbook supported version to v4.1.
8462
8463 2001-10-24  José Matos  <jamatos@fep.up.pt>
8464
8465         * tabular.h:
8466         * tabular.C (docbookRow): new function to export docbook code of a row.
8467         (DocBook): now honors the longtable flags.
8468
8469 2001-10-23  José Matos  <jamatos@fep.up.pt>
8470
8471         * LaTeXFeatures.h:
8472         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
8473         of the lyx defined sgml entities used in a docbook/linuxdoc document.
8474
8475         * buffer.C (makeLinuxDocFile):
8476         (makeDocBookFile): reworked the preamble, more clean, and with
8477         support for lyx defined entities. Changed the document declaration
8478         to be more XML friendly.
8479
8480         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
8481         if we need to output XML that should be done with a filter.
8482
8483 2001-10-22  Juergen Vigna  <jug@sad.it>
8484
8485         * sp_pspell.h (class PSpell): add alive function needed in the
8486         controller to see if the spellchecker could be started.
8487
8488 2001-10-22  Juergen Vigna  <jug@sad.it>
8489
8490         * buffer.C (insertStringAsLines): modify the font for inserting
8491         chars in certain conditions by calling checkInsertChar(font).
8492
8493 2001-10-19  Juergen Vigna  <jug@sad.it>
8494
8495         * text.C (workWidth): use getRow instead of wrong algorithm.
8496         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
8497
8498 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
8499
8500         * lyxserver.h:
8501         * lyxserver.C:
8502         * lyx_main.h:
8503         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
8504
8505 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8506
8507         * text.C (workWidth): do not search for the exact row when
8508         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
8509         optimization for big documents.
8510
8511 2001-10-18  Juergen Vigna  <jug@sad.it>
8512
8513         * text.C (workWidth): new function with added Inset * parameter.
8514
8515 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8516
8517         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
8518
8519         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
8520         change return type of getColumnNearX.
8521
8522
8523         * text.C (changeRegionCase): use uppercase/lowercase instead of
8524         toupper/tolower.
8525         (leftMargin):
8526         (rightMargin): simplify code by factoring out the uses of
8527         textclasslist.
8528         (labelFill):
8529         (numberOfHfills):
8530         (setHeightOfRow):
8531         (appendParagraph): use Paragraph::size_type
8532
8533 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8534
8535         * vspace.C (asLatexString): add a missing break
8536
8537 2001-10-15  Herbert Voss  <voss@perce.de>
8538
8539         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
8540
8541 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8542
8543         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
8544         is not available.
8545
8546 2001-10-10  André Pönitz <poenitz@gmx.net>
8547
8548         * lyxfunc.C: removed greek_kb_flag.
8549
8550 2001-10-10  Herbert Voss  <voss@perce.de>
8551
8552         * lyx_main.C: delete global string help_lyxdir.
8553
8554 2001-10-09  Herbert Voss  <voss@perce.de>
8555
8556         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
8557
8558         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
8559
8560         * lyx_main.C: added global string help_lyxdir.
8561
8562         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
8563
8564 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8565
8566         * lyxrc.C (set_font_norm_type): support iso8859-4
8567
8568 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
8569
8570         * LaTeX.C (deplog): add another regex for MikTeX
8571
8572 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8573
8574         * lyxrc.C (set_font_norm_type): support iso8859-3
8575
8576 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8577
8578         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
8579
8580         * LaTeXFeatures.C: remove special case of french and index
8581
8582         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
8583         before \begin{document}). This solves several incompatibilities.
8584
8585 2001-10-03  Garst Reese  <reese@isn.net>
8586
8587         * lyx_cb.C: change CheckTex error msg.
8588
8589 2001-10-03  José Matos  <jamatos@fep.up.pt>
8590
8591         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
8592
8593 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8594
8595         * .cvsignore: update
8596
8597         * lyx_main.C (commandLineVersionInfo): use new style version info.
8598
8599         * buffer.C (writeFile):
8600         (makeLaTeXFile):
8601         (makeLinuxDocFile):
8602         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
8603
8604         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
8605
8606         * version.h: update to use stuff in version.C
8607
8608         * version.C.in: new file. Contains version information determined
8609         at compile time. This is a merging of version.h and
8610         version_info.h.in.
8611
8612 2001-10-03  Juergen Vigna  <jug@sad.it>
8613
8614         * BufferView_pimpl.C (update): don't change "dirty" status in
8615         updateInset call.
8616
8617 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
8618
8619         * WorkArea.C (c-tor): re-position version string slightly.
8620
8621 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
8622
8623         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
8624         revert to previous code.
8625
8626         WorkArea.[Ch]: (show, destroySplash): methods removed.
8627
8628         WorkArea.C: rework code so that it's an amalgam of the codes before and
8629         after the splash screen was moved to WorkArea.
8630
8631 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8632
8633         * lyxrc.C (read):
8634         * vspace.C (inPixels):
8635         (lyx_advance):
8636         * kbmap.C (bind):
8637         * buffer.C (insertStringAsLines):
8638         (asciiParagraph): fix types to be large enough
8639
8640         * lyxlex_pimpl.h: change member status from short to int
8641
8642         * layout.h: fix type of endlabeltype
8643
8644         * kbmap.C (bind):
8645         * kbsequence.C (parse): change return type to string::size_type
8646
8647         * LaTeX.C (updateBibtexDependencies): comment out unneeded
8648         variable
8649
8650         * Bullet.C (bulletSize):
8651         (bulletEntry): do not use short ints as parameters
8652
8653         * BufferView2.C (insertLyXFile): change a char to an int.
8654
8655         * WorkArea.C (WorkArea): remove unneeded floats in computation
8656
8657 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
8658
8659         * buffer.C (asciiParagraph): Treat '\\' as other chars.
8660
8661         * paragraph.C (asString): Do not ignore newline/hfill chars when
8662         copying to the clipboard.
8663
8664 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
8665
8666         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
8667         after a multi-line inset.
8668
8669 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
8670
8671         * paragraph.C (validate): Set NeedLyXFootnoteCode
8672
8673 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8674
8675         * lyxfont.C (LyXSizeNames): changed increase-error to increase
8676         and decrease-error to decrease.
8677
8678 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8679
8680         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
8681         it more readable (should be equivalent)
8682
8683 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8684
8685         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
8686
8687 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8688
8689         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
8690         of a cursor (row, etc.) after a character has been deleted
8691         (deleteEmptyParagraphMechanism): call the method above on _all_
8692         cursors held by the LyXText when a double space has been
8693         detected/deleted.
8694
8695 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8696
8697         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
8698         pixmap.
8699         (resizeCurrentBuff): remove code to destroy the old splash dialog.
8700
8701         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
8702         background. Use greyOut() and the new show() methods to toggle between
8703         the foreground and background. Add code to remove the splash after
8704         its initial showing.
8705
8706         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
8707         (create_forms): no longer call Dialogs::showSplash.
8708
8709 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8710
8711         * .cvsignore: add version_info.h
8712
8713 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8714
8715         * version_info.h.in: new file
8716
8717         * Makefile.am: add version_info.h.in
8718
8719         * lyx_main.C (commandLineVersionInfo): use version_info defined in
8720         version_info.h instead of VERSION_INFO
8721
8722 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
8723
8724         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
8725         The ERT inset now returns string().
8726
8727 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
8728
8729         * lyxtext.h, text.C (selectNextWord): renamed as
8730         selectNextWordToSpellcheck.
8731
8732         * text.C (selectNextWordToSpellcheck): Modified to not select
8733         words inside an ERT inset.
8734
8735 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8736
8737         * lyx_cb.C (MenuLayoutSave): change a bit the question
8738
8739         * sp_base.h: include <sys/types.h>
8740
8741 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
8742
8743         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
8744
8745 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
8746
8747         * several files: fix typos in user-visible strings
8748
8749 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8750
8751         * text2.C (pasteSelection): do not set the selection, since it
8752         will be cleared later. Actually, the intent was to fix the way the
8753         selection was set, but I figured rmoving the code was just as good.
8754
8755 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
8756
8757         * FontLoader.C (available): Check if font is available without
8758         loading the font.
8759
8760 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8761
8762         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
8763
8764 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
8765
8766         * lyxrc.[Ch]: added display_graphics variable and associated code.
8767
8768 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8769
8770         * bufferparams.C (hasClassDefaults): new method. Returns true if
8771         the buffer parameters correspond to known class defaults
8772
8773 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
8774
8775         * XFormsView.C (show): set minimum size to the main window.
8776
8777 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8778
8779         * text2.C (copySelection):
8780         (cutSelection):
8781         * lyxfind.C (LyXReplace):
8782         * BufferView_pimpl.C (Dispatch): pass the correct flag to
8783         LyXText::selectionAsString.
8784
8785         * paragraph.C (asString): add "label" argument to the second form
8786
8787         * text2.C (selectionAsString): add "label" argument and pass it to
8788         Paragraph::asString.
8789
8790 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8791
8792         * lyx_main.C (commandLineHelp): remove version information
8793
8794 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
8795
8796         * lyx_main.C: add -version commandline option
8797
8798 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8799
8800         * paragraph.h: make the optional constructor arg required instead.
8801         some modifications to other files because of this.
8802
8803         * minibuffer.C (C_MiniBuffer_peek_event): make it static
8804
8805         * lyxserver.C (C_LyXComm_callback): make it static
8806
8807         * lyx_main.C (error_handler): make it static
8808
8809         * lyx_gui.C (LyX_XErrHandler): make it static
8810
8811         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
8812
8813         * WorkArea.C: make the extern "C" methods static.
8814
8815         * Makefile.am (lyx_LDADD): simplify
8816
8817 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8818
8819         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
8820         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
8821
8822         * LyXAction.C (init):
8823         * lyxfunc.C (dispatch): associated code removal.
8824
8825 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8826
8827         * lyxfont.h (isSymbolFont): shut off warning
8828
8829         * text.C (setHeightOfRow):
8830         (getVisibleRow): fix crash with empty paragraphs which have a
8831         bottom line
8832
8833 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
8834
8835         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
8836         code.
8837
8838 2001-09-04  José Matos  <jamatos@fep.up.pt>
8839         * buffer.C
8840         * buffer.h
8841         * tabular.C (docbook): rename docBook method to docbook.
8842
8843 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8844
8845         * Makefile.am: add dependencies to main.o.
8846
8847 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
8848
8849         * FontLoader.C (available): Return false if !lyxrc.use_gui
8850
8851 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
8852
8853         * FontInfo.C (query):
8854         * converter.C (view):
8855         * importer.C (Import):
8856         * exporter.C (Export): Can not -> cannot.
8857
8858 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
8859
8860         * BufferView_pimpl.C: allow to create index inset even if
8861           string is empty
8862
8863 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8864
8865         * buffer.C (getLists): replace boost::tie code with an explicit pair
8866         as boost::tie can break some compilers.
8867
8868         * iterators.h: Added a std:: declaration to the return type of
8869         ParIterator::size.
8870
8871 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
8872
8873         * lyxrc.C: add help for view_dvi_paper_option, default to safe
8874           case.
8875
8876 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
8877
8878         * iterators.[Ch]: New files. Provide paragraph iterators.
8879
8880         * buffer.C (changeLanguage): Use paragraph iterators.
8881         (isMultiLingual): ditto
8882
8883         * BufferView2.C (ChangeInsets): Use paragraph iterators.
8884
8885 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
8886
8887         * FontLoader.C: Support for cmr font.
8888
8889 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
8890
8891         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
8892         (available): New method.
8893
8894         * FontInfo.C (getFontname): Use scalable fonts even when
8895         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
8896         found.
8897
8898 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8899
8900         * converter.C (Formats::view): reverted! Incorrect fix.
8901
8902 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8903
8904         * converter.C (Formats::view): only output the -paper option
8905         if the dvi viewer is xdvi, thereby fixing bug #233429.
8906
8907 2001-08-23  Herbert Voss  <voss@perce>
8908
8909         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
8910
8911 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8912
8913         * Spacing.h (Spacing): Set space to Default on in the default
8914         constructor.
8915
8916 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8917
8918         * vc-backend.h (RCS::versionString): add RCS to version
8919         (CVS::versionString): add CVS to version
8920
8921         * vc-backend.C (scanMaster): do not add CVS to version.
8922         (scanMaster): do not add RCS to version
8923
8924         * lyxvc.C (versionString): new method
8925
8926         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
8927
8928 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8929
8930         * Spacing.C (set): initialize fval
8931
8932 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
8933
8934         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
8935         " or \.
8936
8937 2001-08-16  Juergen Vigna  <jug@sad.it>
8938
8939         * lyxfunc.C (dispatch): implemented the new FINISHED states.
8940
8941 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8942
8943         * BufferView_pimpl.C:
8944         * figureForm.C:
8945         * lyxtext.h:
8946         * text2.C: setParagraph takes linespacing now
8947
8948 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
8949
8950         * LyxAction.C: add internal LFUN_CITATION_INSERT
8951
8952         * LyXView.C: actually apply fix
8953
8954         * bufferlist.C: fix open non-existent file
8955
8956         * lyxfind.C: fix indentation
8957
8958         * lyxfunc.C: remove unneeded assert, fix typo
8959
8960 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8961
8962         * MenuBackend.C: use "Floatname List"
8963
8964 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
8965
8966         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
8967         when converting LaTeX layout to insetERT.
8968         Generate a non-collapsed float when reading old float
8969
8970 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8971
8972         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
8973         ERT insets.
8974
8975 2001-08-13  Juergen Vigna  <jug@sad.it>
8976
8977         * text.C (fill): return 0 instead of 20 as this seems to be the more
8978         correct value.
8979
8980 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8981
8982         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
8983         lyxrc.font_norm.
8984
8985 2001-08-13  Juergen Vigna  <jug@sad.it>
8986
8987         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
8988         casesensitive off.
8989         (SearchBackward): comment out the unlocking of the inset_owner this
8990         should not be needed!
8991
8992 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
8993
8994         * Many files: Remove inherit_language, and add latex_language
8995
8996         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
8997         collapsible insets.
8998
8999 2001-08-10  Juergen Vigna  <jug@sad.it>
9000
9001         * text.C (prepareToPrint): fixed hfill-width in draw!
9002
9003         * BufferView2.C (selectLastWord): save the selection cursor as this
9004         now is cleared in the function LyXText::clearSelection!
9005
9006 2001-08-08  Juergen Vigna  <jug@sad.it>
9007
9008         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
9009         BACKSPACE type functions.
9010
9011         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
9012         is only cutted from the document but not put in the cut-buffer, where
9013         still the old stuff should be.
9014
9015         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
9016
9017         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
9018
9019         * tabular.C (SetWidthOfCell): fixed special case where the width
9020         was not updated!
9021         (LeftLine): handle '|' in align_special.
9022         (RightLine): ditto
9023         (LeftAlreadyDrawed): ditto
9024         (SetWidthOfCell): ditto
9025
9026 2001-08-07  Juergen Vigna  <jug@sad.it>
9027
9028         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
9029
9030 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9031
9032         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
9033         * lyxlex.[hC]: ditto
9034
9035 2001-08-06  Juergen Vigna  <jug@sad.it>
9036
9037         * text.C (getVisibleRow): fix up row clearing a bit.
9038
9039 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9040
9041         * minibuffer.C: make sure the X server sees the changes in the input.
9042
9043 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9044
9045         * paragraph.C (getFont): split into...
9046         (getLabelFont): this
9047         (getLayoutFont): and this
9048         * paragraph_pimpl.C (realizeFont): calling this
9049
9050         * text2.C (getFont): split into...
9051         (getLayoutFont): this
9052         (getLabelFont): and this
9053         (realizeFont): all three calling this
9054
9055         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
9056         files where used.
9057
9058 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9059
9060         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
9061
9062 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
9063
9064         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
9065         layouts from the Quote inset insertion.
9066
9067 2001-08-03  Juergen Vigna  <jug@sad.it>
9068
9069         * BufferView_pimpl.C (update): do the fitCursor only at the end!
9070
9071         * screen.C (drawFromTo): don't call fitcursor here and do the loop
9072         only if status not is already CHANGED_IN_DRAW (second level).
9073
9074         * text.C (draw): don't set the need_break_row when inside an
9075         InsetText LyXText.
9076
9077 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9078
9079         * buffer.C (parseSingleLyXformat2Token): handle more latex
9080         conversion cases.
9081
9082         * bufferview_funcs.[hC]: change function names to
9083         begin with small char, adjust other files.
9084
9085 2001-08-02  André Pönitz <poenitz@gmx.net>
9086
9087         * lyxfunc.C:
9088         BufferView_pimpl.C: remove broken special code for math-greek
9089
9090 2001-08-02  Juergen Vigna  <jug@sad.it>
9091
9092         * BufferView_pimpl.C (update): redone this function so that we
9093         update the text again if there was a CHANGE_IN_DRAW.
9094
9095         * screen.C (cursorToggle): removed LyXText parameter and recoded.
9096         (drawFromTo): added a new internal bool which is used by draw() and
9097         redraw() function.
9098         (general): some cursor drawing problems fixed.
9099
9100 2001-08-01  Juergen Vigna  <jug@sad.it>
9101
9102         * lyxfind.C (LyXFind): fixed
9103         (SearchForward): ditto
9104         (SearchBackward): ditto
9105
9106         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
9107         spurius drawing of the cursor in the main area.
9108
9109         * text2.C (status): small fix which could lead to a segfault!
9110         (clearSelection): remove unneeded BufferView param.
9111
9112 2001-08-01  André Pönitz <poenitz@gmx.net>
9113
9114         * lyxfunc.C: small change due to changed mathed interface
9115
9116 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9117
9118         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
9119
9120 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
9121
9122         * lyxfunc.c: fail gracefully if file doesn't exist
9123
9124         * LyXSendto.C:
9125         * buffer.C:
9126         * lyxfunc.C:
9127         * BufferView_pimpl.C: IsDirWriteable() proto changed
9128
9129         * LyXView.C: fix updateWindowTitle() to store the last title
9130
9131 2001-07-31  Juergen Vigna  <jug@sad.it>
9132
9133         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
9134         the font (wrong since using of Paragraph::highestFontInRange).
9135
9136         * paragraph.C (highestFontInRange): added a default_size parameter.
9137
9138         * text.C (getVisibleRow): minor clear row changes (still not perfect).
9139         (setHeightOfRow): reformat
9140
9141 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9142
9143         * converter.[hC] + affected files: move to (inital-char)lowercase
9144         function names.
9145
9146         * ParagraphParameters.C (ParagraphParameters): remove commented code
9147
9148         * PainterBase.[Ch]: remove commented code
9149
9150         * LaTeXFeatures.h: add "bool floats" for float.sty
9151
9152         * LaTeXFeatures.C (LaTeXFeatures): init floats
9153         (require): handle float
9154         (getPackages): do it with floats
9155
9156 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9157
9158         * BufferView_pimpl.C (Dispatch): improve handling of
9159         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
9160
9161         * commandtags.h: #include lyxfont.h here temporarily to avoid
9162         keybinding bug.
9163
9164         * bufferlist.h: include LString.h here.
9165
9166 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9167
9168         * text2.C (getStringToIndex): new method.
9169
9170 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
9171
9172         * *: Reduced header file dependencies all over.
9173
9174 2001-07-30  Baruch Even  <baruch@lyx.org>
9175
9176         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
9177
9178 2001-07-29  Baruch Even  <baruch@lyx.org>
9179
9180         * buffer.C (readInset): Changed GRAPHICS to Graphics.
9181
9182 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9183
9184         * ParameterStruct.h (endif): add a default constructor to make
9185         sure that all variables is initialized.
9186
9187         * ParagraphParameters.C (ParagraphParameters): adjust
9188
9189 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9190
9191         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
9192         index; also, check that there is something to index, and that it
9193         does not span over several paragraphs.
9194         (doubleClick): use WHOLE_WORD_STRICT for double click.
9195
9196         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
9197
9198         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
9199         scheme.
9200
9201 2001-07-26  Baruch Even  <baruch@lyx.org>
9202
9203         * buffer.C (readInset): Changed to call up InsetGraphics when reading
9204         an InsetFig figure, backwards compatible reading of old figure code.
9205
9206 2001-07-27  Juergen Vigna  <jug@sad.it>
9207
9208         * text2.C: font.realize function adaption.
9209
9210         * text.C (draw): add a warnings lyxerr text if needed.
9211
9212         * layout.C: font.realize function adaption.
9213
9214         * language.C: add inherit_language and implement it's handlings
9215
9216         * bufferview_funcs.C (StyleReset): remove language parameter from
9217         font creation (should be language_inherit now).
9218
9219         * bufferparams.C (writeFile): handle ignore_language.
9220
9221         * paragraph.C (getFontSettings): the language has to be resolved
9222         otherwise we have problems in LyXFont!
9223
9224         * lyxfont.C (lyxWriteChanges): added document_language parameter
9225         (update): removed unneeded language parameter
9226
9227         * paragraph.C (validate): fixed wrong output of color-package when
9228         using interface colors for certain fonts in certain environments,
9229         which should not seen as that on the final output.
9230
9231 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
9232
9233         * BufferView_pimpl.C:
9234         * Thesaurus.h:
9235         * Thesaurus.C:
9236         * Makefile.am:
9237         * commandtags.h:
9238         * LyXAction.C: add thesaurus support
9239
9240         * lyxfind.h:
9241         * lyxfind.C: add "once" parameter, for thesaurus, to not
9242           move to the next match
9243
9244 2001-07-26  Juergen Vigna  <jug@sad.it>
9245
9246         * lyxfont.C (realize): honor ignore_language too!
9247         (resolved): ditto.
9248
9249         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
9250
9251         * text.C (draw): one place more for ignore_language to not draw
9252         itself!
9253
9254 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
9255
9256         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
9257
9258 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9259
9260         * buffer.C (parseSingleLyXformat2Token): a more general fix for
9261         the minipage conversion problem.
9262
9263 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9264
9265         * buffer.C (parseSingleLyXformat2Token): check minipage if we
9266         insert an inset.
9267
9268 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9269
9270         * BufferView.h: don't forward declare WorkArea
9271
9272         * BufferView.C: don't include WorkArea.h
9273
9274 2001-07-25  André Pönitz <poenitz@gmx.net>
9275
9276         * commandtags.h:
9277         * LyXAction.C:
9278         * lyxfunc.C:  new LFUN 'math-space'
9279
9280         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
9281
9282 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9283
9284         * text2.C (toggleInset): call open/close
9285
9286 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9287
9288         * lyxfunc.C (dispatch): add debug for the disabled case
9289
9290         * font.C (buttonText): make similar to rectText
9291
9292         * buffer.C (readInset): comment out parsing of insetlist and
9293         insttheorem
9294
9295         * PainterBase.C (rectText): small correction
9296
9297         * BufferView_pimpl.C: comment out insettheorem and insetlist
9298         * LyXAction.C: ditto
9299         * commandtags.h: ditto
9300
9301 2001-07-24  Juergen Vigna  <jug@sad.it>
9302
9303         * text.C (draw): honor the ignore_language.
9304
9305         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
9306
9307 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9308
9309         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
9310         char inset.
9311
9312 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9313
9314         * lyxtext.h: remove unused (and unimplemented) methods
9315
9316 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9317
9318         * text.C (getVisibleRow): honor background color
9319
9320         * PainterBase.h:
9321         * Painter.h: remove default color argument for fillRectangle
9322
9323         * text.C (backgroundColor): new method
9324
9325 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9326
9327         * text.C (getVisibleRow): adjust
9328
9329         * font.[Ch] (rectText): new method, metrics
9330         (buttonText): new method, metrics
9331
9332         * PainterBase.[hC]: make rectText and buttonText always draw and take
9333         fewer paramteres.
9334
9335 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9336
9337         * ToolbarDefaults.C (read):
9338         * MenuBackend.C (read): allow escaping in all strings
9339
9340         * BufferView_pimpl.C (insertAndEditInset): new method.
9341         (Dispatch): use insertAndEditInset whenever appropriate.
9342
9343         * BufferView_pimpl.C (insertNote): removed
9344
9345         * BufferView_pimpl.C (smartQuote): new method, moved from
9346         BufferView; if an insetquote cannot be inserted, insert a '"'
9347         character instead.
9348
9349         * BufferView2.C: remove insertCorrectQuote();
9350
9351         * lyxfunc.C (getStatus): Add support for all remaingin
9352         inset-insert lfuns.
9353
9354         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
9355
9356         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
9357         command (necessary to pass " as parameter of self-insert.
9358
9359         * text.C (selectWordWhenUnderCursor):
9360         (selectWord): add word_location parameter
9361         (selectWordWhenUnderCursor): same + remove special code for word
9362         boundary.
9363         (selectNextWord): use kind() to guess type of insetspecialchar,
9364         not latex().
9365
9366         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
9367         (insertErtContents): create ert insets as collapsed.
9368         (readInset): better compatibility code for Info inset.
9369
9370 2001-07-20  Juergen Vigna  <jug@sad.it>
9371
9372         * lyxfunc.C (dispatch): use always LyXFind now!
9373
9374         * text2.C (init): add a reinit flag so that the LyXText can be
9375         reinited instead of deleted and reallocated (used in InsetText).
9376
9377         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
9378
9379         * text.C: ditto
9380
9381         * text2.C: ditto
9382
9383 2001-07-18  Juergen Vigna  <jug@sad.it>
9384
9385         * text.C (selectNextWord): handle insets inside inset by calling
9386         always the bv->text functions so that we can go up the_locking_inset!
9387
9388         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
9389         in strange locations when inside an inset!
9390
9391         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
9392         handling to include insets.
9393
9394         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
9395
9396 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9397
9398         * LyXAction.C (init):
9399         * commandtags.h:
9400         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
9401         LIGATURE_BREAK, since the name is so stupid.
9402
9403 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9404
9405         * buffer.C (readInset): enable reading of new InsetNotes as well as old
9406         InsetInfos.
9407
9408         * FontLoader.C: remove FORMS_H_LOCATION cruft.
9409
9410         * sp_form.[Ch]: remove.
9411
9412         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
9413
9414         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
9415         InsetInfo.
9416
9417         * src/buffer.C (readInset): ditto.
9418
9419 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9420
9421         * BufferView_pimpl.C (specialChar): new method. Obsoletes
9422         menuSeparator(), endOfSentenceDot(), ldots() and
9423         hyphenationPoint(), which are therefore removed.
9424         (Dispatch): handle LFUN_HYPHENATION_BREAK.
9425
9426         * LyXAction.C (init):
9427         * commandtags.h: add LFUN_HYPHENATION_BREAK.
9428
9429         * paragraph.C (getWord): removed.
9430
9431         * BufferView_pimpl.C (Dispatch): use last word or selection for
9432         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
9433
9434         * lyx_main.C (queryUserLyXDir): do not ask before creating
9435         user_dir, except if it has been named explicitely.
9436
9437 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9438
9439         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
9440         a document of zero size.
9441
9442 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
9443
9444         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
9445         approriately in the c-tor and in require().
9446         (getPackages): output the appropriate LaTeX for natbib support.
9447
9448         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
9449         variables "use_natbib" and "use_numerical_citations" when reading the
9450         LyX file.
9451         (readInset): read the various natbib cite commands.
9452         (validate): white-space change.
9453
9454         * bufferparams.[Ch]: new variables "bool use_natbib" and
9455         "bool use_numerical_citations".
9456         (writeFile): output them in the LyX file.
9457
9458 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9459
9460         * lyxfunc.C (getStatus): add support for all the inset insertion
9461         commands.
9462
9463         * text2.C (insertInset):
9464         * paragraph.C (insetAllowed):
9465         * BufferView_pimpl.C (insertInset): update to take in account the
9466         renaming of insertInsetAllowed
9467
9468         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
9469
9470         * text2.C (getInset): new method. returns inset at cursor position.
9471
9472         * BufferView_pimpl.C (Dispatch): changes because of this.
9473
9474         * LyXAction.C (init): rename open-stuff to inset-toggle.
9475
9476         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
9477
9478         * text2.C (toggleInset): renamed from openStuff; use
9479         Inset::open().
9480
9481 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
9482
9483         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
9484
9485         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
9486
9487 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
9488
9489         * buffer.C (readLyXformat2): Add filename to the error dialog
9490
9491 2001-07-18  Juergen Vigna  <jug@sad.it>
9492
9493         * tabular.C (GetCellNumber): put an assert here instead of the check!
9494
9495 2001-07-17  Juergen Vigna  <jug@sad.it>
9496
9497         * BufferView_pimpl.C (toggleSelection): adapted too.
9498
9499         * text.C (selectNextWord): adapted for use with insets.
9500         (selectSelectedWord): ditto
9501
9502 2001-07-17  Juergen Vigna  <jug@sad.it>
9503
9504         * sp_spell.C (PSpell): fix initialitation order.
9505
9506 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9507
9508         * paragraph.C: spacing
9509
9510 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
9511
9512         * sp_spell.C: repair language selection for pspell
9513
9514 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9515
9516         * lyxfunc.h: change more methods to begin with lower char.
9517
9518 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
9519
9520         * buffer.C (parseSingleLyXformat2Token): Generate error insets
9521         for unknown layouts.
9522
9523 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9524
9525         * buffer.C (readLyXformat2): Generate an error dialog if there are
9526         unknown layouts.
9527
9528 2001-07-16  Juergen Vigna  <jug@sad.it>
9529
9530         * sp_spell.C: always compile ISpell part.
9531
9532         * lyxrc.C: added use_pspell entry and it's handling.
9533
9534 2001-07-13  Juergen Vigna  <jug@sad.it>
9535
9536         * sp_spell.C: removed double includes.
9537
9538 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
9539
9540         Consistent use of Lsstream.h:
9541         * Lsstream.h: added using std::stringstream for consistencies sake.
9542
9543         * buffer.C: removed using std::stringstream
9544
9545         * lyxfont.C (stateText):
9546         * paragraph.C (asString):
9547         * text.C (selectNextWord, selectSelectedWord):
9548         * text2.C (setCounter):
9549         * vspace.C (asString, asLatexString):
9550         std::ostringstream -> ostringstream.
9551
9552 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9553
9554         * LyXAction.C: add LFUN_HELP_ABOUTLYX
9555         * commandtags.h: add LFUN_HELP_ABOUTLYX
9556         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
9557
9558 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9559
9560         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
9561         cursorToggle()
9562         * lyx_gui_misc.C: remove spellchecker
9563         * lyxfunc.C: showSpellchecker
9564         * sp_base.h: added
9565         * sp_ispell.h: added
9566         * sp_pspell.h: added
9567         * sp_spell.C: added
9568         * sp_form.[Ch]: removed
9569         * spellchecker.[Ch]: removed
9570
9571 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
9572
9573         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
9574         is set.
9575         (simpleTeXSpecialChars): Simply print the input character without
9576         any special translation if pass_thru is set.
9577
9578         * layout.h: Added bool pass_thru to layout class for being able to
9579         implement pass through of a paragraph for Literate Programming.
9580
9581         * layout.C: add LT_PASS_THRU to LayoutTags enum.
9582         * layout.C (LyXLayout): set pass_thru to flase in constructor.
9583         * layout.C (Read): add "passthru" to list of layout tags and add
9584         code to set the pass_thru boolean when it is read.
9585
9586 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9587
9588         * trans_decl.h: remove allowed from KmodInfo
9589
9590         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
9591         remove allowed code
9592         (Load): adjust
9593
9594         * paragraph_pimpl.C (erase): use boost::prior
9595
9596         * Painter.C (text): use data() instead of c_str() when length is
9597         also provided.
9598         * WorkArea.C (putClipboard): ditto
9599         * font.h (width): ditto
9600
9601         * BufferView2.C: use it-> instead of (*it). for iterators
9602         * texrow.C: ditto
9603         * paragraph_pimpl.C: ditto
9604         * paragraph.C: ditto
9605         * minibuffer.C: ditto
9606         * language.C: ditto
9607         * kbmap.C: ditto
9608         * encoding.C: ditto
9609         * counters.C: ditto
9610         * converter.C: ditto
9611         * chset.C: ditto
9612         * Variables.C: ditto
9613         * TextCache.C: ditto
9614         * MenuBackend.C: ditto
9615         * LyXAction.C: ditto
9616         * LColor.C: ditto
9617         * FloatList.C: ditto
9618         * DepTable.C: ditto
9619         * ColorHandler.C (LyXColorHandler): ditto
9620
9621 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9622
9623         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
9624
9625         * text2.C (openStuff): reintroduce this method (which had been
9626         nuked in NEW_INSETS frenzy).
9627
9628         * lyxfunc.C (Dispatch): when an action has not been handled, use
9629         its name in the error message, not its number.
9630
9631         * paragraph.C (inInset): change method name to begin with lowercase.
9632
9633         * undo_funcs.C:
9634         * text2.C: updates because of this.
9635
9636 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9637
9638         * ToolbarDefaults.C (add): add spaces in error message
9639
9640 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9641
9642         * buffer.C (readLyXformat2): initialize the ert comp. variables.
9643         (readLyXformat2): rename return_par to first_par, use lyxlex's
9644         pushToken and remove the manual push handling.
9645         (parseSingleLyXformat2Token): add another ert comp. variable:
9646         in_tabular, rename return_par to first_par. handle newlines better
9647
9648 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9649
9650         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
9651
9652 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9653
9654         * text2.C (getParFromID): removed
9655
9656         * buffer.C (getParFromID): new method moved form lyxtext.
9657         * BufferView2.C (insertErrors): adjust
9658         (setCursorFromRow): adjust
9659         * BufferView_pimpl.C (restorePosition): adjust
9660         * lyxfunc.C (Dispatch): adjust
9661         * undo_funcs.C (textUndo): adjust
9662         (textRedo): adjust
9663         (textHandleUndo): adjust
9664         (textHandleUndo): adjust
9665
9666 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9667
9668         * buffer.C: up' the LYX_FORMAT
9669
9670         * lyxfont.h: turn NO_LATEX on as default
9671
9672         * buffer.C (insertErtContents): new methods of tex style compability.
9673         (parseSingleLyXformat2Token): use it several places.
9674         * tabular.C (OldFormatRead): and here
9675
9676 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9677
9678         * text2.C: remove some commented code.
9679         reindent file.
9680
9681         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
9682         * trans.C: changes because of the above.
9683
9684 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
9685
9686         * text2.C (setCounter): Fix counters bug with bibliography layout.
9687
9688 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9689
9690         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
9691         own member functions
9692         (simpleTeXSpecialChars): ditto
9693
9694 2001-07-06  Juergen Vigna  <jug@sad.it>
9695
9696         * a lot of files: changed the access to LyXText::status and the
9697         call of undo-functions.
9698
9699         * undo.[Ch]: added a inset_id to the undo informations.
9700
9701         * undo_funcs.[Ch]: added and moved here all undo functions.
9702
9703         * lyxtext.h: give the status enum a weight, made status_ a private
9704         variable and made accessor functions for it, removed the whole bunch
9705         of undo-functions as they are now in their own file, make some
9706         functions publically available. Added function ownerParagraph with
9707         int parameter.
9708
9709         * paragraph.[Ch]: added "bool same_ids" to the constructor,
9710         made InInset() a const function, added getParFromID() function.
9711
9712         * buffer.[Ch]: added const version for inset_iterator functions,
9713         added getInsetFromID() function.
9714
9715         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
9716         changed undo functions for new version.
9717
9718 2001-07-05  Juergen Vigna  <jug@sad.it>
9719
9720         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
9721         unknow mechanism does not call the proper constructor but only this
9722         one also if I request the other!?
9723
9724 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9725
9726         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
9727
9728         * text2.C (LyXText): use initialization lists.
9729
9730         * lyxtext.h (Selection): initialize set_ and mark_
9731         (init): remove method
9732
9733 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
9734
9735         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
9736
9737 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9738
9739         * screen.[Ch]: change method names to begin with lowercase
9740
9741         * BufferView_pimpl.C (updateScrollbar): simplify further and
9742         hopefully make it a bit faster.
9743
9744 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9745
9746         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
9747         calling directly xforms functions.
9748
9749         * Painter.C (Painter):
9750         * lyx_cb.C (MenuWrite):
9751         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
9752         fl_display.
9753
9754         * lyx_gui.C: remove bogus guiruntime extern declaration.
9755
9756 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9757
9758         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
9759         in NEW_INSETS
9760         (redoDrawingOfParagraph): ditto
9761         (redoParagraphs): ditto
9762         (cutSelection): don't create a object for CutAndPaste use the
9763         static method directly
9764         (pasteSelection): ditto
9765
9766         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
9767         LyXview (+ rename)
9768
9769 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9770
9771         * modifications to some other files because of this.
9772
9773         * Makefile.am (lyx_SOURCES): add XFormsView
9774
9775         * XFormsView.[Ch]: new files
9776
9777         * LyXView.[Ch]: make LyXView a base class for the gui handling for
9778         the main window. Move the gui dependent stuff to XFormsView
9779
9780 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9781
9782         * tabular.C (GetCellInset): update cur_cell also in the row/col
9783         version of this function.
9784
9785         * lyxfunc.C: no need to include figure_form.h here.
9786
9787         * FontLoader.h:
9788         * lyxfunc.h:
9789         * lyxscreen.h:
9790         * text2.C:
9791         * lyxvc.C: no need to include forms.h here.
9792
9793 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9794
9795         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
9796
9797         * lyxfunc.C (Dispatch):
9798         * Spacing.C (set):
9799         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
9800         constructor argument.
9801
9802 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9803
9804         * paragraph.C (Paragraph): dont't clear, and just set layout.
9805         (makeSameLayout): use params's copy contructor.
9806
9807         * ParagraphParameters.[Ch] (makeSame): delete method
9808
9809 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
9810
9811         * Variables.[Ch]: fix indentation, rename set to isSet
9812
9813 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9814
9815         * lyxfunc.C (Dispatch): fix typo
9816
9817 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9818
9819         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
9820         upper_bound.
9821
9822         * bufferlist.C: include assert.h for emergencyWrite().
9823
9824 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9825
9826         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
9827           give up at last (bug #425202) !
9828
9829 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
9830
9831         * lyx_gui_misc.C:
9832         * sp_form.h:
9833         * sp_form.C:
9834         * spellchecker.h:
9835         * spellchecker.C: strip spellchecker options and bring up
9836           preferences tab instead
9837
9838 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9839
9840         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
9841         the istringstream constructor
9842
9843 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9844
9845         * paragraph.C (getLayout): fix return value
9846
9847         * paragraph.h: do not declare getLayout as inline.
9848
9849         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
9850
9851 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9852
9853         * lyxcursor.h (operator<): new func
9854         (operator>): new func
9855         (operator>=): new func
9856         (operator<=): new func
9857
9858         * text.C (changeCase): use selection.start and selection.end
9859         (changeRegionCase): require from to be <= to. Require par to be a
9860         valid paragraph.
9861
9862         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
9863
9864 2001-06-27  Juergen Vigna  <jug@sad.it>
9865
9866         * text.C (cursorLeftOneWord): changed to return the cursor and added
9867         overlay with BufferView * parameter which calls this one.
9868         (getWord): added
9869         (selectWord): use new getWord function.
9870         (changeCase): renamed from changeWordCase as and extended to work
9871         also on selections.
9872
9873         * lyxtext.h: added enum word_location
9874
9875         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
9876         changeCase as this operates now also on selections.
9877
9878 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
9879
9880         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
9881
9882         * many files: send debug output to Debug::INFO instead of
9883         Debug::ANY.
9884
9885         * converter.C (View):
9886         (Convert):
9887         (Move): send debug output to Debug::FILES instead of console.
9888
9889 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
9890
9891         * lyxfunc.C (getStatus): use func_status
9892
9893         * func_status.h: new header, describing the results of
9894         LyXFunc::getStatus;
9895
9896         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
9897         LFUN_MATH_HALIGN.
9898
9899 2001-06-25  The LyX Project  <jug@sad.it>
9900
9901         * buffer.C (sgmlOpenTag):
9902         (sgmlCloseTag):
9903         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
9904
9905 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9906
9907         * text2.C: remove some dead code
9908
9909         * tabular.C (GetCellInset): store the last cell checked (gotten)
9910
9911         * tabular.h: add the helper for the speedup
9912
9913         * lyxtext.h: remove some dead code
9914
9915 2001-06-26  The LyX Project  <Asger>
9916
9917         * paragraph.C: Change export to LaTeX of alignment to
9918         \begin{center} and family for better roundtrip work with reLyX.
9919
9920         * Tune the math drawing a bit.
9921
9922 2001-06-25  The LyX Project  <Asger>
9923
9924         * LColor.C (LColor): New color for math background. New color
9925         for buttons.
9926
9927 2001-06-25  The LyX Project  <jug@sad.it>
9928
9929         * lyxfunc.C (MenuNew): remove extra check for .lyx file
9930
9931         * lyxfunc.C (Open):
9932         * bufferlist.C (newFile): do not restrict to files ending with
9933         .lyx
9934
9935         * BufferView_pimpl.C (MenuInsertLyXFile):
9936
9937 2001-06-24  The LyX Project  <jug@sad.it>
9938
9939         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
9940         of compare_no_case
9941
9942 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9943
9944         * lyxtext.h: rename most methods to begin with a small char.
9945         Lots of changes because of this.
9946
9947         * paragraph.C (Paragraph): do not call fitToSize
9948         (erase): call Pimpl::erase
9949         (insertChar): call Pimpl::insertChar
9950         (insertInset): call Pipl::insertInset
9951         (breakParagraph): do not call fitToSize
9952         (breakParagraphConservative): do not call fitToSize
9953         (fitToSize): remove method
9954
9955         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
9956
9957 2001-06-24  The LyX Project  <Asger>
9958
9959         * Fix Qt compilation^2
9960
9961 2001-06-24  The LyX Project  <jug@sad.it>
9962
9963         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
9964         depthHook(getDepth()-1).
9965
9966         * paragraph.h:
9967         * ParagraphParameters.h:
9968         * ParameterStruct.h: change type of depth to unsigned int ==
9969         depth_type. Many adaptations to other files before of that.
9970
9971 2001-06-24  The LyX Project  <Asger>
9972
9973         * Fix Qt compilation.
9974
9975 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9976
9977         * paragraph.h: renamed several methods to begin with small letter.
9978         several changes to many parts of the code because of this.
9979
9980 2001-06-23  The LyX Project  <jug@sad.it>
9981
9982         * text2.C (InsertStringAsLines): renamed from InsertStringA;
9983         rewritten to discard all double spaces when KeepEmpty is off
9984         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
9985         to only handle newlines but not fiddle with spaces and friends.
9986
9987         * lyxfunc.C (MenuNew): when doing 'new from template', use
9988         template_path as default directory
9989
9990 2001-06-23  The LyX Project  <Asger>
9991
9992         * Clean-up of header file includes all over
9993         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
9994
9995 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9996
9997         * paragraph.h: renamed from lyxparagraph.h
9998
9999 2001-06-23  Asger  <lyx@violet.home.sad.it>
10000
10001         * Buffer.h: Removed Buffer::resize
10002         * BufferList.h: Removed BufferList::resize
10003         * LyXView.h: Added LyXView::resize. This way, we will only reflow
10004         the document lazily when we change the width, or the font settings.
10005
10006 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10007
10008         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
10009
10010 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10011
10012         * buffer.h: remove out of date comment
10013
10014 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10015
10016         * lyxscreen.h:
10017         * screen.C: fix "theoretical" GC leak
10018
10019 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10020
10021         * LaTeX.C (scanAuxFile):
10022         (deplog): remove trailing \r when reading stream (useful under
10023         win32)
10024
10025 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
10026
10027         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
10028         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
10029         and BufferView::theLockingInset(Inset*), so should use them and not
10030         access bv_->text->the_locking_inset directly.
10031
10032         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
10033
10034 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10035
10036         * Makefile.am:
10037         * tex-defs.h: remove old unused file
10038
10039 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
10040
10041         * BufferView_pimpl.C: fix typo, remove minibuffer message
10042           when buffer has loaded
10043
10044 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10045
10046         * lyxfunc.C (Dispatch): use stringstream
10047         (MenuNew): use stringstream
10048         (Open): use stringstream
10049
10050         * importer.C (Import): use stringstream
10051
10052         * bufferview_funcs.C (CurrentState): use stringstream
10053
10054         * LaTeX.C (run): use stringstream
10055
10056         * BufferView_pimpl.C (savePosition): use stringstream
10057         (restorePosition): use stringstream
10058         (MenuInsertLyXFile): use stringstream
10059
10060 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
10061
10062         * BufferView.C:
10063         * Bullet.C:
10064         * ColorHandler.C:
10065         * FontInfo.C:
10066         * FontLoader.C:
10067         * LColor.C:
10068         * LaTeXFeatures.C:
10069         * Painter.C:
10070         * gettext.C:
10071         * lyx_gui_misc.C:
10072         * lyxserver.C:
10073         * vspace.C: removed // -*- C++ -*- as first line.
10074
10075         * lyxfind.h:
10076         * version.h: added // -*- C++ -*- as first line.
10077
10078 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10079
10080         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
10081
10082         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
10083         of string
10084
10085 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10086
10087         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
10088         of floats.
10089
10090 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10091
10092         * gettext.C: include LString.h even when --disable-nls is on.
10093
10094 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
10095
10096         * converter.h (Get): changed argument type from int to
10097         FormatList::size_type to avoid unnecessary conversion.
10098
10099         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
10100         before using it.
10101
10102 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10103
10104         * gettext.h: include LString.h even when --disable-nls is on.
10105
10106 2001-06-07  Juergen Vigna  <jug@sad.it>
10107
10108         * text.C (BreakAgain): subst spaces with tabs.
10109
10110         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
10111         (resizeInsetsLyXText): set force on resizeLyXText.
10112
10113 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10114
10115         * gettext.h (gettext_init):
10116         (locale_init): use a real definition instead of a macro
10117
10118 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10119
10120         * Bufferview_pimpl.C:
10121         * LColor.h:
10122         * LColor.C: further lcolor tidies
10123
10124 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10125
10126         * BufferView_pimpl.C (updateScrollbar): simplify.
10127
10128         * BufferView2.C: don't include insets/insetinfo.h, change
10129         prototype for insertInset and call the Pimpl version. let
10130         updateInset call Pimpl version.
10131
10132         * BufferView.h: move inset_slept to BufferView::Pimpl, move
10133         gotoInset to BufferView::Pimpl
10134
10135 2001-06-01  Juergen Vigna  <jug@sad.it>
10136
10137         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
10138         inside a LockingInset (is the update needed at all?).
10139
10140 2001-05-31  Juergen Vigna  <jug@sad.it>
10141
10142         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
10143         here not the old one otherwise how should we compare it afterwards
10144         if it's the same!
10145
10146 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10147
10148         * lyxfont.C:
10149         * tabular.C:
10150         * tabular-old.C:
10151         * FontInfo.C: bring C functions into global namespace when
10152         necessary
10153
10154 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10155
10156         * LString.h: make sure config.h has been loaded before LString.h.
10157
10158         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
10159         (one for each char read by EatLine!).
10160
10161         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
10162         variables.
10163
10164 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10165
10166         * paragraph.C (BreakParagraph): set the inset_owner in the new par
10167         to the same as the par we break from
10168
10169 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10170
10171         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
10172
10173         * MenuBackend.C (expand): also create menu entries for wide
10174         versions of the floats.
10175
10176         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
10177
10178         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
10179
10180         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
10181         frontends/Makefile.am
10182
10183         * text2.C: adjust
10184         * text.C: adjust
10185
10186
10187         * tabular.C (getTokenValue): add std::
10188
10189         * tabular-old.C (getTokenValue): add std::
10190         (getTokenValue): ditto
10191         (getTokenValue): ditto
10192
10193         * screen.C (ToggleSelection): adjust
10194
10195         * lyxtext.h: put selection cursors inside a Selection struct.
10196
10197         * lyxfunc.C (moveCursorUpdate): adjust
10198
10199         * lyxfont.C (latexWriteStartChanges): add std::
10200
10201         * lyxfind.C: adjust
10202
10203         * font.h: delete with(char const *, LyXFont const &)
10204
10205         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
10206
10207         * FontInfo.C (getFontname): add std::
10208
10209         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
10210         (workAreaButtonPress): adjust
10211         (tripleClick): adjust
10212         (update): adjust
10213         (moveCursorUpdate): adjust
10214         (Dispatch): adjust
10215
10216         * BufferView2.C (gotoInset): adjust
10217
10218 2001-05-30  Juergen Vigna  <jug@sad.it>
10219
10220         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
10221         to check pspell I add this as default as I now have new pspell
10222         libraries and they seem to use this.
10223
10224 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10225
10226         * text2.C (CutSelection): make the cursor valid before the call to
10227         ClearSelection.
10228
10229 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10230
10231         * kbsequence.C (parse): de-uglify a bit the parsing code, which
10232         relied on 0 terminated strings and other horrors. Bug found due to
10233         the new assert in lyxstring!
10234
10235         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
10236         KP_ keys.
10237
10238 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10239
10240         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
10241         to latinkeys.bind.
10242
10243         * lyxfunc.C (processKeySym): change method of getting to the
10244         self-insert char.
10245
10246         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
10247         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
10248         * BufferView_pimpl.[Ch]: here as private methods.
10249
10250 2001-05-28  Juergen Vigna  <jug@sad.it>
10251
10252         * text.C (SetHeightOfRow): added the update() call again as it is
10253         needed to initialize inset dimensions!
10254
10255 2001-05-16  Juergen Vigna  <jug@sad.it>
10256
10257         * text2.C (SetCharFont): Add new function with BufferView * and
10258         bool toggleall parameters for setting insets internal fonts.
10259         (SetFont): Freeze the undo as we may change fonts in Insets and
10260         all this change should be inside only one Undo!
10261
10262         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
10263         setting font's in insets as for them we have the SetFont function!
10264
10265 2001-05-15  Juergen Vigna  <jug@sad.it>
10266
10267         * text2.C (ClearSelection): to be sure we REALLY don't have any
10268         selection anymore!
10269
10270         * tabular.C (TeXCellPreamble): fixed the left border problem for
10271         multicolumn cells.
10272
10273 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
10274
10275         * LaTeX.C (deplog): Make sure that the main .tex file is in the
10276         dependancy file
10277
10278 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10279
10280         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
10281         LFUN_BREAKPARAGRAPH.
10282
10283         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
10284         help test to "internal only", similar for LFUN_INSERT_URL
10285
10286         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
10287         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
10288         auto_region_delete and deadkeys.
10289
10290 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
10291
10292         * LColor.h:
10293         * LColor.C: remove some dead entries, tidy a little
10294
10295 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10296
10297         * lyxfunc.C (processKeySym): comment the Escape handling, remove
10298         commented code.
10299         (Dispatch): implement LFUN_ESCAPE
10300
10301         * commandtags.h: add LFUN_ESCAPE
10302
10303         * LyXAction.C (init): add entry for LFUN_ESCAPE
10304
10305         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
10306         Remove commented code.
10307         (insertNote): moved here
10308         (open_new_inset): moved here
10309
10310         * BufferView[2].[Ch]: move insertNote and open_new_inset to
10311         BufferView_pimpl
10312
10313 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10314
10315         * kbmap.C (findbinding): clean it up and make it work correctly.
10316
10317         * lyx_main.C (init): do not pass argc and argv as parameters
10318
10319 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
10320
10321         * buffer.C: fix path for OS/2 & Win32
10322
10323         * lyx_gui.C:
10324         * lyx_main:
10325         * lyx_main.C: Added os:: class.
10326
10327         * os2_defines.h: update
10328
10329 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10330
10331         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
10332         better by trying again with reduced state.
10333
10334 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10335
10336         * lyxrc.C (read): print error about invalid key sequence only when
10337         debugging (because not all latinX keysyms are known to some X
10338         servers)
10339
10340         * kbsequence.C (getiso): add a few std:: qualifiers
10341         (getiso): comment out extra return statement.
10342
10343 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10344
10345         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
10346         handling.
10347         (Dispatch): enhance the accent inset a bit. (not perfect)
10348
10349 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10350
10351         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
10352
10353 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10354
10355         * bufferlist.C (emergencyWrite): fix assert() call
10356
10357 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
10358
10359         * text.C (InsertChar): Added trivial patch to only send the "you
10360         can not do multiple spaces this way" message once during a
10361         session.
10362
10363 2001-05-08  Baruch Even  <baruch@lyx.org>
10364
10365         * Makefile.am: Changed order of libraries to get LyX to link properly
10366         with the gnome frontend.
10367
10368 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10369
10370         * LaTeXFeatures.h: add a std:: qualifier
10371
10372 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10373
10374         * paragraph.C (String): use stringstream
10375
10376 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10377
10378         * paragraph.C (writeFile): remove footflag arg
10379
10380         * buffer.C (makeLaTeXFile): use stringstream
10381         (latexParagraphs): remove footnot gurba
10382
10383         * LaTeXFeatures.C (getPackages): use stringstream
10384         (getMacros): likewise
10385         (getTClassPreamble): likewise
10386         (getFloatDefinitions): new method
10387
10388         * paragraph.C (writeFile): reindent
10389         (Erase): reindent
10390
10391         * WorkArea.h: revert the xpos + etc changes.
10392
10393         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
10394
10395         * lyxparagraph.[Ch]: add copy constructor, remove Clone
10396
10397         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
10398         (pasteSelection): likewise
10399         * text2.C (CreateUndo): likewise
10400
10401 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10402
10403         * minibuffer.C (peek_event): temporarily reduce the functionality
10404         of the minibuffer (to allow args on lfuns)
10405
10406         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
10407         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
10408
10409         * buffer.C (readInset): add compability reading of old float
10410         lists, add reading of new style float list.
10411         (readInset): avoid reevaluation of inscmd.getCmdName()
10412         (getLists): reindent
10413
10414         * MenuBackend.C (MenuItem): implement parsing of
10415         md_floatlistinsert and md_floatinsert.
10416         (expand::LastFiles): move initalizaton of iterators out of loop,
10417         avoid reevaluation.
10418         (expand::Documents): introduce typdedef vector<string> Strings,
10419         and use it.
10420         (expand::ExportFormats): introduce typedef vector<Format const *>
10421         Formats, and use it.
10422         (expand): implement FloatListInsert and FloatInsert.
10423
10424         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
10425         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
10426         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
10427
10428         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
10429         handling.
10430         (Dispatch::LFUN_FLOAT_LIST): implement
10431
10432 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10433
10434         * LaTeX.C (run): Fix problem with --export code.
10435
10436 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10437
10438         * BufferView.[Ch] (workarea): removed.
10439         (getClipboard) new method; wrapper for workarea()->getClipboard()
10440
10441         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
10442         bug.
10443
10444         * WorkArea.h (width, height, xpos, ypos): These methods all
10445         returned the dimensions of the work_area sub-area of WorkArea,
10446         resulting in a position error if the WorkArea were resized. Now
10447         return the dimensions of the entire WorkArea.
10448
10449         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
10450
10451 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10452
10453         * LaTeX.C (deplog): correct the syntax of regex reg1
10454
10455 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10456
10457         * undo.C: remove !NEW_INSETS cruft
10458
10459 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10460
10461         * text2.C: remove !NEW_INSETS cruft
10462
10463         * text.C: remove !NEW_INSETS cruft
10464
10465         * tabular.C: remove !NEW_INSETS cruft
10466
10467         * spellchecker.C: remove !NEW_INSETS cruft
10468
10469         * lyxtext.h: remove !NEW_INSETS cruft
10470
10471         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
10472
10473         * lyxfunc.C: remove !NEW_INSETS cruft
10474
10475         * lyxfind.C: remove !NEW_INSETS cruft
10476
10477         * lyx_cb.C: remove !NEW_INSETS cruft
10478
10479         * figureForm.C: remove  !NEW_INSETS cruft
10480
10481         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
10482
10483         * buffer.[Ch]: remove !NEW_INSETS cruft
10484
10485         * ToolbarDefaults.C: remove !NEW_INSETS cruft
10486
10487         * CutAndPaste.C: remove !NEW_INSETS cruft
10488
10489         * BufferView_pimpl.C: remove !NEW_INSETS cruft
10490
10491         * BufferView2.C: remove !NEW_INSETS cruft
10492
10493         * BufferView.h: remove !NEW_INSETS cruft
10494
10495 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10496
10497         * Lsstream.h: include LString.h before the sstream headers to
10498         fix problem with gcc 2.95.3 and lyxstring
10499
10500 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10501
10502         * lyx_main.C: add using directives when needed for C functions
10503         declared in std:: namespace.
10504
10505 2001-04-27  Juergen Vigna  <jug@sad.it>
10506
10507         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
10508         (SetHeightOfRow): comment out the update call should not be needed!
10509
10510 2001-04-13  Juergen Vigna  <jug@sad.it>
10511
10512         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
10513         (LyXTabular): tried to minimize operator= operations (and realized
10514         hopfully Lars wish).
10515
10516 2001-04-27  Juergen Vigna  <jug@sad.it>
10517
10518         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
10519
10520 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10521
10522         * lyxfunc.C (Dispatch): hack to make listof algorithm work
10523
10524         * buffer.C (readInset): hack to make listof algorithm work
10525
10526         * BufferView_pimpl.C: hack to make listof algorithm work
10527
10528 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10529
10530         * LyXAction.C: removed all !NEW_INSETS cruft
10531         (init): moved lfun_item in method
10532
10533         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
10534
10535 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10536
10537         * BufferView2.C (theLockingInset): white space.
10538
10539 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10540
10541         * minibuffer.C: include <iostream>
10542
10543         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
10544
10545         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
10546
10547         * commandtags.h: add LFUN_TRANSPOSE_CHARS
10548
10549         * text.[Ch] (TransposeChars): new method
10550
10551 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10552
10553         * call message directly through LyXView instead of through LyXFunc
10554         * BufferView2.C: adjust
10555         * BufferView_pimpl.C: adjust
10556         * FontLoader.C: adjust
10557         * buffer.C: adjust
10558         * bufferview_funcs.C: adjust
10559         * converter.C: adjust
10560         * figureForm.C: adjust
10561         * importer.C: adjust
10562         * lyx_cb.C: adjust
10563         * lyx_gui_misc.C: adjust
10564         * lyxfunc.C: adjust
10565         * lyxvc.C: adjust
10566         * text2.C: adjust
10567         + more files in subdirs
10568
10569         * lyxparagraph.h (size): move up int file
10570         (GetLayout): ditto
10571
10572         * adjust all uses of Assert to lyx::Assert.
10573
10574         * BufferView2.C (ChangeCitationsIfUnique): adjust for
10575         lyxfunctional in namespace lyx
10576         * layout.C (hasLayout): ditto
10577         (GetLayout): ditto
10578         (GetLayout): ditto
10579         (delete_layout): ditto
10580         (NumberOfClass): ditto
10581         * converter.C (GetFormat): ditto
10582         (GetNumber): ditto
10583         (Add): ditto
10584         (Delete): ditto
10585         (SetViewer): ditto
10586         * bufferlist.C (getFileNames): ditto
10587         (emergencyWriteAll): ditto
10588         (exists): ditto
10589         (getBuffer): ditto
10590         * MenuBackend.C (hasSubmenu): ditto
10591         (hasMenu): ditto
10592         (getMenu): ditto
10593         * BufferView_pimpl.C (getInsetByCode): ditto
10594
10595 2001-04-18  Juergen Vigna  <jug@sad.it>
10596
10597         * vspace.C (asLatexString): fixed the 100% problem.
10598
10599 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10600
10601         * lyxfunc.C (Dispatch):
10602         * minibuffer.C:
10603         * minibuffer.h: add a few std:: qualifiers
10604
10605 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10606
10607         * minibuffer.[Ch]: reimplement so that commands is initiated and
10608         run from lyxfunc, simplified som handling, and made the completion
10609         and history code for complete. wip.
10610
10611         * lyxfunc.C (processKeySym): call message
10612         (miniDispatch): new temporary method
10613         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
10614         (LFUN_MESSAGE): implement
10615         (LFUN_MESSAGE_PUSH): implement
10616         (LFUN_MESSAGE_POP): implement
10617         (initMiniBuffer): the initial/defualt minibuffer message.
10618
10619         * lyxfont.[Ch]: inline some more getters
10620
10621         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
10622
10623         * lyx_gui_misc.[Ch] (WriteStatus): remove method
10624
10625         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
10626         (AutoSave): use LFUN_MESSAGE
10627         (Reconfigure): ditto
10628
10629         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
10630
10631         * figureForm.C: use LFUN_MESSAGE
10632
10633         * converter.C (runLaTeX): use LFUN_MESSAGE
10634
10635         * bufferview_funcs.C: use LFUN_MESSAGE
10636         (Melt): ditto
10637         (changeDepth): ditto
10638
10639         * bufferparams.h: use boost::
10640
10641         * bufferlist.h: inherit privately from noncopyable
10642
10643         * bufferlist.C (loadLyXFile): remove some commented code.
10644
10645         * buffer.C (runChktex): use LFUN_MESSAGE
10646
10647         * ShareContainer.h: inherit privately from noncopyable
10648
10649         * ParagraphParameters.[hC] (depth): inline it.
10650
10651         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
10652         methods.
10653         (message): new method
10654         (messagePush): ditto
10655         (messagePop): ditto
10656         (show): init minibuffer
10657         (showState): direct call
10658
10659         * LaTeX.[Ch]: inherit privately from noncopyable
10660         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
10661         instead of WriteStatus.
10662
10663         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
10664
10665         * BufferView_pimpl.C (buffer): don't init minibuffer
10666         (workAreaButtonPress): use LFUN_MESSAGE
10667         (workAreaButtonRelease): ditto
10668         (savePosition): ditto
10669         (restorePosition): ditto
10670         (MenuInsertLyXFile): ditto
10671         (workAreaExpose): don't init minibuffer
10672         (update): remove commented code, simplify
10673
10674         * BufferView2.C (openStuff): use LFUN_MESSAGE
10675         (toggleFloat): ditto
10676         (menuUndo): ditto
10677         (menuRedo): ditto
10678         (copyEnvironment): ditto
10679         (pasteEnvironment): ditto
10680         (copy): ditto
10681         (cut): ditto
10682         (paste): ditto
10683         (gotoInset): ditto
10684         (updateInset): remove some commented code
10685
10686         * lastfiles.h: inherit privately from noncopyable
10687         * layout.h: ditto
10688         * lyx_gui.h: ditto
10689         * lyx_main.h: ditto
10690         * lyxlex.h: ditto
10691         * lyxlex_pimpl.h: ditto
10692
10693         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
10694         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
10695         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10696
10697         * LyXAction.h: inherit privately from noncopyable, add methods
10698         func_begin, func_end, returning iterators to the func map.
10699
10700         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
10701         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10702         (func_begin): new method
10703         (func_end): new method
10704
10705         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
10706         and not)
10707         (copySelection): ditto
10708         (pasteSelection): ditto
10709
10710         * BufferView.C: whitespace change
10711         * BufferView.h: inherit privately from noncopyable
10712
10713 2001-04-16  Allan Rae  <rae@lyx.org>
10714
10715         * tabular-old.C (l_getline):
10716         * spellchecker.C (sc_check_word):
10717         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
10718         an unrecognised preprocessor directive.  So ensure they're wrapped.
10719
10720 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
10721
10722         * src/exporter.C (Export): Give an error message when path to file
10723         contains spaces.
10724
10725 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
10726
10727         * LaTeX.C (deplog): Always check that foundfile exists.
10728
10729 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10730
10731         * lyx_main.h:
10732         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
10733
10734 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10735
10736         * tabular.[Ch] (getLabelList): implement new method
10737
10738         * minibuffer.h: comment ouf setTiimer
10739
10740         * minibuffer.C (ExecutingCB): constify res
10741         (peek_event): constify s
10742         (Set): constify ntext
10743         (Init): constify nicename
10744
10745         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
10746
10747         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
10748         (savePosition): use two params to Minibuffer::Set
10749         (restorePosition): ditto
10750
10751 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10752
10753         * lyx_main.C: include language.h
10754
10755         * Makefile.am (lyx_main.o): add language.h
10756
10757 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10758
10759         * exporter.C:
10760         * paragraph.C:
10761         * screen.C:
10762         * tabular.C:
10763         * CutAndPaste.C: include gettext.h
10764
10765         * lyxfont.h: remove old hack with ON and OFF.
10766
10767         * lyxparagraph.h:
10768         * lyxfont.h: do not include language.h...
10769
10770         * BufferView2.C:
10771         * LaTeXFeatures.C:
10772         * Painter.C:
10773         * bufferview_funcs.C:
10774         * font.C:
10775         * lyxfont.C:
10776         * text.C:
10777         * text2.C:
10778         * trans_mgr.C:
10779         * paragraph.C: ... but do it here instead
10780
10781 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10782
10783         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
10784
10785         * tabular.C: small reformat
10786
10787         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
10788         NEW_INSETS version
10789         (GetChar): ditto
10790         (BreakParagraph): ditto
10791         (SetOnlyLayout): ditto
10792         (SetLayout): ditto
10793
10794         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
10795         with one arg less.
10796
10797         * lastfiles.C: removed most using decl, add std:: where needed
10798
10799         * buffer.C: ws changes
10800
10801         * MenuBackend.C (class compare_format): put into anon namespace
10802         (expand): constify label, names, action, action2
10803         (expand):
10804
10805         * text.C (SingleWidth): constify font
10806         (IsBoundary): constify rtl2
10807         (GetVisibleRow): constify ww
10808
10809         * LaTeX.C (deplog): constify logfile
10810
10811         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
10812         start_x, end_x
10813         (workAreaExpose): constify widthChange, heightChange
10814
10815         * lyxrow.C (par): moved
10816         (height): moved
10817         (next): moved
10818         * lyxrow.h: as inlines here
10819
10820         * lyxfont.h (shape): moved from lyxfont.C
10821         (emph): moved from lyxfont.C
10822
10823         * lyxfont.C (LyXFont): use initialization list for all
10824         constructors
10825         (shape): move to lyxfont.h as inline
10826         (emph): move to lyxfont.h as inline
10827
10828
10829 2001-04-04  Juergen Vigna  <jug@sad.it>
10830
10831         * vspace.C: had to include stdio.h for use of sscanf
10832
10833 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
10834
10835         * BufferView.h:
10836         * BufferView_pimpl.h: remove xforms cruft. Both classes are
10837         independent of xforms.
10838
10839 2001-04-02  Juergen Vigna  <jug@sad.it>
10840
10841         * spellchecker.C: fixed namespace placing!
10842
10843 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
10844
10845         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
10846         the LyXParagraph * is 0.
10847
10848 2001-03-29  Juergen Vigna  <jug@sad.it>
10849
10850         * vspace.C: added support for %, c%, p%, l%.
10851         (stringFromUnit): added helper function.
10852         (asLatexString): changed to give right results for the %-values.
10853
10854         * buffer.C: convert the widthp in a width%.
10855
10856 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
10857
10858         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
10859         figureForm.[Ch].
10860
10861         * figureForm.[Ch]: stripped the FD_from_figure manipulation
10862         code out of lux_cb.[Ch], ready for its (imminent?) removal.
10863
10864         * lyx_cb.[Ch]: see above.
10865
10866         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
10867         form1.[Ch].
10868
10869         * form1.[Ch]:
10870         * lyx.[Ch]: replaced by figure_form.[Ch].
10871
10872         * lyx_gui.C:
10873         * lyx_gui_misc.C:
10874         * lyxfunc.C: changed headers associated with above changes.
10875
10876 2001-03-27  Juergen Vigna  <jug@sad.it>
10877
10878         * BufferView_pimpl.C: set the temporary cursor right!
10879
10880 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
10881
10882         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
10883
10884 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
10885
10886         * LString.h: removed "using std::getline"!
10887
10888         * BufferView_pimpl.C (Dispatch): changes due to changes in
10889         InsetInclude::Params.
10890
10891         * buffer.C (tag_name): removed redundant break statements as they were
10892         producing lots of warnings with my compiler.
10893
10894 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10895
10896         * LString.h: add "using std::getline" when using the real <string>.
10897
10898 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
10899
10900         * buffer.C: removed bitset usage.
10901         PAR_TAG moved to an anonymous name space.
10902         (tag_name): new funtion, also in the anonymous namespace.
10903         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
10904         (makeDocBookFile): clean code. Completed transition from string arrays
10905         to string vectors.
10906         (SimpleDocBookOnePar): code clean.
10907
10908 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10909
10910         * tabular.C: add some comments.
10911
10912 2001-03-22  Juergen Vigna  <jug@sad.it>
10913
10914         * buffer.C (parseSingleLyXformat2Token): redone the minipage
10915         compatibility read a bit and fixed bug with minipage in different
10916         depth.
10917
10918 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
10919
10920         * buffer.C (pop_tag): removed.
10921         (push_tag): removed.
10922         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
10923         array replaced with vector. Added support for CDATA sections.
10924         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
10925         at any nest level.
10926         (makeDocBookFile): XML conformant declaration of CDATA section,
10927         fixed bug related to <emphasis> in the first paragraph char.
10928         (sgmlOpenTag): exclude empty tags.
10929         (sgmlCloseTag): ditto.
10930
10931         * buffer.h (pop_tag): removed.
10932         (push_tag): removed.
10933
10934 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
10935
10936         * language.h (Languages): added size_type and size().
10937
10938 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10939
10940         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
10941         response on compability reading of minipages. One probliem is that
10942         the old usage of minipages was «flertydig»
10943
10944         * several files here and in subdirs: don't use static at file
10945         scope use anon namespaces instead.
10946
10947 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
10948
10949         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
10950         LaTeX output. This is necessary for Literate document
10951         processing.
10952
10953 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10954
10955         * buffer.C: insert hfill when needed.
10956
10957         * tabular.C (l_getline): use string::erase, small whitespace change.
10958
10959         * BufferView_pimpl.C: try the anon namespace.
10960         * WorkArea.C: ditto
10961
10962 2001-03-16  Juergen Vigna  <jug@sad.it>
10963
10964         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
10965         otherwise it won't open options-dialogs.
10966
10967         * buffer.C: honor pextraWidth(p) on converting minipages.
10968
10969         * tabular.C (l_getline): changed the functions to strip trailing \r.
10970
10971 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
10972
10973         * BufferView_pimpl.C:
10974         * minibuffer..C: added "using SigC::slot" declaration.
10975
10976 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10977
10978         * lyxlex_pimpl.h: noncopyable is in namespace boost.
10979
10980         * text2.C: ditto
10981
10982         * text.C: ditto
10983
10984         * paragraph.C: ditto
10985
10986         * lyxtext.h: NO_PEXTRA
10987
10988         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
10989
10990         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
10991         * ParameterStruct.h: ditto
10992         * ParagraphParameters.h: ditto
10993         * lyxparagraph.h: ditto
10994
10995 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10996
10997         * buffer.C: add compability for minipage alignment.
10998         (latexParagraphs): remove unwanted pextra check.
10999
11000         * several files: remove CXX_WORKING_NAMESPACES
11001
11002         * buffer.C (pop_tag): tie is in namespace boost
11003
11004         * BufferView.h: noncopyable is in namespace boost
11005         * lyxlex.h: ditto
11006         * lyx_main.h: ditto
11007         * lyx_gui.h: ditto
11008         * layout.h: ditto
11009         * lastfiles.h: ditto
11010         * bufferlist.h: ditto
11011         * ShareContainer.h: ditto
11012         * LyXView.h: ditto
11013         * LyXAction.h: ditto
11014         * LaTeX.h: ditto
11015
11016 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11017
11018         * Merging changes from BRANCH_MVC back into HEAD.
11019
11020         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
11021
11022 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
11023
11024         * BufferView_pimpl.C: change from intl.C
11025
11026         * combox.h:
11027         * combox.C:
11028         * Makefile.am: move combox.*
11029
11030         * form1.h:
11031         * form1.C:
11032         * lyx_gui.C:
11033         * intl.h:
11034         * intl.C: remove dialog (covered by prefs)
11035
11036 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11037
11038         * lyxfunc.C (Dispatch): removed redundant break statement.
11039
11040 2001-03-14  Juergen Vigna  <jug@sad.it>
11041
11042         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
11043
11044 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11045
11046         * buffer.C: add hack to fix compability reading of minipages.
11047
11048 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
11049
11050         * buffer.C (getLists): Cleanup.
11051
11052 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11053
11054         * lyxfont.C (update): don't honor toggleall on font size.
11055
11056 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
11057
11058         * bmtable.c:
11059         * bmtable.h:
11060         * Makefile.am: moved to frontends/xforms/
11061
11062         * lyx_gui_misc.C:
11063         * lyxfunc.C:
11064         * BufferView_pimpl.C: changes for moved mathpanel
11065
11066 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11067
11068         * gettext.h: fix gettext_init() in --disable-nls
11069
11070 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11071
11072         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
11073
11074 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
11075
11076         * lyx.C:
11077         * lyx.h: strip external form
11078
11079 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11080
11081         * BufferView_pimpl.C: add comment, destroySplash()
11082
11083 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11084
11085         * BufferView_pimpl.C:
11086         * LyXAction.C:
11087         * buffer.C:
11088         * commandtags.h:
11089         * lyxfunc.C: use re-worked insetinclude
11090
11091 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11092
11093         * buffer.C: add using std::stringstream.
11094
11095         * lyx_cb.C: readd using std::ios.
11096
11097         * buffer.C: add using std::map.
11098
11099         * BufferView_pimpl.C: add using std::vector.
11100
11101         * ShareContainer.h: add std:: to swap.
11102
11103         * buffer.h: add some typedefs
11104         * buffer.C (getLists): use them
11105         (getLists): renamed from getTocList.
11106         add a counter for the different float types and use it in the
11107         generated string.
11108         (getLists): use the same counter for the NEW_INSETS and the "non"
11109         NEW_INSETS
11110
11111         * lyx_cb.h: remove unused items, includes, using etc.
11112
11113         * ShareContainer.h: remove some commented code, add more comments
11114         and "documentation".
11115
11116 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11117
11118         * buffer.C (getTocList): make the list also when NEW_INSETS is
11119         defined.
11120
11121         * buffer.h: remove TocType
11122
11123         * buffer.C (getTocList): change to return a map<string,
11124         vector<TocItem> >, implement for dynamic number of list.
11125
11126         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
11127         * text2.C (PasteSelection): adjust
11128         * CutAndPaste.C (pasteSelection): adjust
11129
11130         * FloatList.C (FloatList): update from the new_insets branch.
11131         * Floating.[Ch]: ditto
11132         * LaTeXFeatures.C: ditto
11133         * buffer.C: ditto
11134         * lyxlex_pimpl.C: ditto
11135
11136         * paragraph.C (Last): remove when NEW_INSETS is defined.
11137
11138         * other file: changes because of the above.
11139
11140 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11141
11142         * lyxparagraph.h: rename next to next_, previous to previous_,
11143         make them private for NEW_INSETS. Rename Next() to next(),
11144         Previous() to previous().
11145
11146         * other files: changes because of the above.
11147
11148 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
11149
11150         * BufferView.h:
11151         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
11152         problem.
11153
11154 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11155
11156         * main.C (main): pass lyx_localedir to gettext_init().
11157
11158         * gettext.h: remove locale_init and gettext_init macros
11159
11160         * gettext.C (locale_init): new function
11161         (gettext_init): new function
11162
11163         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
11164         setlocale().
11165
11166 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
11167
11168         * Moved credits to frontends:
11169         * credits.[Ch]: removed
11170         * credits_form.[Ch]: removed
11171         * lyx_gui_misc.C: remove credits stuff
11172         * Makefile.am:
11173
11174 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11175
11176         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
11177
11178         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
11179         unneeded destructor.
11180
11181         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
11182         a standalone pointer again.
11183
11184         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
11185
11186 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
11187
11188         * Makefile.am:
11189         * filedlg.h:
11190         * filedlg.C:
11191         * LyXAction.C:
11192         * ToolbarDefaults.C:
11193         * bufferlist.C:
11194         * commandtags.h:
11195         * form1.C:
11196         * form1.h:
11197         * lyx_cb.C:
11198         * lyx_cb.h:
11199         * lyxfunc.h:
11200         * lyxfunc.C:
11201         * BufferView_pimpl.C: use new file dialog in GUII
11202
11203         * lyx_cb.h:
11204         * lyx_cb.C: remove LayoutsCB to Toolbar
11205
11206 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11207
11208         * ShareContainer.h (get): add std:: qualifier
11209
11210 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11211
11212         * ShareContainer.h: define a proper ShareContainer::value_type
11213         type (and use typename to please compaq cxx)
11214
11215 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11216
11217         * lyxparagraph.h: move serveral local vars to
11218         ParameterStruct/ParagraphParameters., use ShareContainer in
11219         FontTable., make vars in FontTable private and add getter and
11220         setter.
11221
11222         * paragraph.C: changes because of the above.
11223
11224         * lyxfont.h: remove copy constructor and copy assignment. (the
11225         default ones is ok), move number inside FontBits. move inlines to
11226         lyxfont.C
11227
11228         * lyxfont.C: add number to initializaton of statics, move several
11229         inlines here. constify several local vars. some whitespace
11230         cleanup. Dont hide outerscope variables.
11231
11232         * Spacing.h: add two new constructors to match the set methods.
11233
11234         * ShareContainer.h: new file, will perhaps be moved to support
11235
11236         * ParameterStruct.h: new file
11237
11238         * ParagraphParameters.h: new file
11239
11240         * ParagraphParameters.C: new file
11241
11242         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
11243         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
11244
11245         * BufferView_pimpl.C: ParagraphParameter changes.
11246         * buffer.C: Likewise.
11247         * bufferview_funcs.C: Likewise.
11248         * text.C: Likewise.
11249         * text2.C: Likewise.
11250
11251 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11252
11253         * lyxfind.C (LyXReplace): do not redefine default argument in
11254         implementation.
11255         (IsStringInText): ditto
11256         (SearchForward): ditto
11257         (SearchBackward): ditto
11258
11259 2001-03-06  Juergen Vigna  <jug@sad.it>
11260
11261         * lyxfind.C (IsStringInText): put parentes around expressions.
11262
11263 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
11264
11265         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
11266
11267 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
11268
11269         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
11270
11271         * stl_string_fwd.h: add comment
11272
11273         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
11274
11275         * tabular.h:
11276         * tabular.C: remove unused DocBook methods
11277
11278         * intl.C:
11279         * language.C:
11280         * paragraph.C:
11281         * buffer.C:
11282         killed DO_USE_DEFAULT_LANGUAGE
11283
11284 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11285
11286         * lyx_gui.C: do not include language.h.
11287
11288         * bufferview_funcs.C (ToggleAndShow): do not provide optional
11289         arguments in function implementation.
11290
11291 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11292
11293         * BufferView_pimpl.C: add <ctime>
11294
11295 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11296
11297         * BufferView_pimpl.C: add using std::find_if
11298
11299 2001-02-27  José Matos  <jamatos@fep.up.pt>
11300
11301         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
11302         by OnlyPath.
11303
11304 2001-02-11  José Matos  <jamatos@fep.up.pt>
11305
11306         * buffer.C (makeDocBookFile): command styles now have a parameter as
11307         "title" by default.
11308
11309 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
11310
11311         * layout_forms.[Ch]: removed
11312         * lyx_cb.[Ch]: out character
11313         * lyx_gui.C: out character
11314         * lyx_gui_misc.C: out character
11315         * bufferview_funcs.C: : out character,
11316         added toggleall as parameter in ToggleAndShow
11317
11318 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
11319
11320         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
11321
11322         * text2.C (SetCurrentFont): Disable number property at boundary.
11323
11324 2001-02-26  Juergen Vigna  <jug@sad.it>
11325
11326         * lyxfunc.C (getStatus): added a string argument override function so
11327         that this is correctly called from LyXFunc::Dispatch if it contains a
11328         do_not_use_argument which is used!
11329         (Dispatch): added check for "custom" export and call appropriate func.
11330
11331 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
11332
11333         * lyxrc.C: Add language_command_local, language_use_babel and
11334         language_global_options.
11335
11336         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
11337
11338         * buffer.C (makeLaTeXFile): Use language_use_babel and
11339         language_global_options.
11340
11341 2001-02-23  Juergen Vigna  <jug@sad.it>
11342
11343         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
11344         which works with LyXText and putted it inside BufferView. Here now we
11345         only call for that part the BufferView::Dispatch() function.
11346
11347         * BufferView.C (Dispatch): added.
11348
11349         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
11350         functions which needs to use a LyXText over from LyXFunc.
11351         (MenuInsertLyXFile): added
11352         (getInsetByCode): added
11353         (moveCursorUpdate): added
11354         (static TEXT): added
11355
11356 2001-02-22  Juergen Vigna  <jug@sad.it>
11357
11358         * BufferView_pimpl.C (update): call a status update to see if LyXText
11359         needs it.
11360
11361 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11362
11363         * vc-backend.C (revert): implement for CVS
11364         (getLog): implement for CVS
11365
11366 2001-02-20  Juergen Vigna  <jug@sad.it>
11367
11368         * text2.C (ClearSelection): added BufferView param for inset_owner call
11369
11370         * lyxfunc.C (TEXT): added this function and use it instead of
11371         directly owner->view()-text of getLyXText().
11372
11373 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
11374
11375         * src/layout_forms.C: out preamble
11376         * src/layout_forms.h: out preamble
11377         * src/lyx_cb.C: out preamble
11378         * src/lyx_cb.h: out preamble
11379         * src/lyx_gui.C: out preamble
11380         * src/lyx_gui_misc.C: out preamble
11381         * src/lyxfunc.C: connect with guii preamble
11382
11383 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
11384
11385         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
11386
11387 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
11388
11389         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
11390         whether to run bibtex.
11391
11392 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
11393
11394         * Makefile.am (lyx_SOURCES): Remove BackStack.h
11395
11396 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11397
11398         * Makefile.am (lyx_SOURCES): removed bibforms.h
11399
11400         * vspace.h: doxygen
11401
11402         * text.C (GetVisibleRow): make several local vars const
11403
11404         * tabular.C: small cleanup.
11405
11406         * lyxserver.C (callback): use compare instead of strncmp
11407
11408         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
11409         inlines to after class or to paragraph.C
11410
11411         * lyxfont.h: remove friend operator!=
11412
11413         * converter.h: move friend bool operator< to non friend and after
11414         class def.
11415
11416         * combox.h: small cleanup
11417
11418         * buffer.h: doxygen, remove unused constructor, move inclas inlies
11419         to inlines after class def.
11420
11421         * buffer.C (pop_tag): use string operations instead of strcmp
11422
11423         * bmtable.c: doxygen, small cleanup
11424
11425         * LaTeX.h: remove friend operator==
11426
11427 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11428
11429         * screen.C:
11430         * lyxrc.[Ch]:
11431         * lyxfunc.C:
11432         * lyxfont.[Ch]:
11433         * lyx_cb.C:
11434         * intl.[Ch]:
11435         * commandtags.h:
11436         * buffer.C:
11437         * WorkArea.[Ch]:
11438         * LyXAction.C:
11439         * BufferView_pimpl.C:
11440         * BufferView.[Ch]: remove cruft
11441
11442 2001-02-14  Juergen Vigna  <jug@sad.it>
11443
11444         * lyxfunc.C: removed #if 0 unused code
11445
11446         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
11447
11448         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
11449
11450         * text2.C (SetSelection): added a BufferView * parameter
11451
11452 2001-02-13  Juergen Vigna  <jug@sad.it>
11453
11454         * lyxfunc.C (Dispatch): fixed protected blank problem.
11455         * BufferView2.C (protectedBlank): added LyxText * parameter.
11456
11457         * tabular.C (AppendRow): forgot to set row_info of newly added row.
11458         (AppendColumn): same as above for column_info.
11459
11460         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
11461         (moveCursorUpdate): use a LyXText param for support of InsetText.
11462
11463         * BufferView_pimpl.C (doubleClick): added support for InsetText.
11464         (tripleClick): ditto
11465
11466         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
11467
11468         * BufferView_pimpl.C (update): added LyXText param to honor insets.
11469
11470         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
11471
11472         * text2.C (SetSelection): set correct update status if inset_owner
11473         (ToggleFree): ditto
11474
11475 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
11476
11477         * tabular.C: remove some commented code.
11478
11479 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
11480
11481         * BufferView_pimpl.C: call hideSplash()
11482
11483         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
11484
11485         * include_form.h:
11486         * bibforms.h: remove
11487
11488         * lyxfunc.C:
11489         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
11490           add LFUN_CHILD_CREATE
11491
11492         * counters.h: fix tiny typo
11493
11494         * lyx_cb.C:
11495         * lyx.h:
11496         * lyx_gui.C:
11497         * lyx.C: move splash to frontends/xforms/
11498
11499         * lyx_gui_misc.C: move Include and Bibform to frontends
11500
11501         * lyxvc.h: clarify comment
11502
11503         * vspace.C: tiny housekeeping
11504
11505 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
11506
11507         * text.C (PrepareToPrint): RTL Fix.
11508
11509         * paragraph.C (GetUChar): New method.
11510         (String):  Use GetUChar.
11511
11512         * buffer.C (asciiParagraph): Use GetUChar.
11513
11514 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
11515
11516         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
11517
11518 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
11519
11520         * buffer.h:
11521         * buffer.C: rename to getLogName(), handle
11522           build log / latex log nicely
11523
11524 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11525
11526         * MenuBackend.C:
11527         * MenuBackend.h: remove support for reference menuitem type.
11528
11529 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
11530
11531         * BufferView_pimpl.C: housekeeping
11532         * BufferView_pimpl.h:
11533         * LyXView.h:
11534         * Makefile.am:
11535         * Timeout.C:
11536         * Timeout.h:
11537         * minibuffer.h: move Timeout GUI-I
11538
11539 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
11540
11541         * lyxrc.C (read): Update converters data-structures.
11542
11543 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
11544
11545         * LaTeX.h (operator!=): add operator != for Aux_Info
11546
11547 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
11548
11549         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
11550
11551         * LaTeXLog.C: deleted, useful code moved to Buffer
11552
11553         * buffer.h:
11554         * buffer.C: new function getLatexLogName()
11555
11556         * lyx_gui_misc.C:
11557         * lyx_gui.C:
11558         * lyxvc.C:
11559         * lyxvc.h:
11560         * lyxfunc.C: use frontends for LaTeX and VC logs
11561
11562 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11563
11564         * LaTeX.h: yet another std:: that Allan forgot.
11565
11566         * Variables.C (set): renamed from isset(), because this clashes
11567         with some HP-UX macros (grr).
11568
11569 2001-02-06  Allan Rae  <rae@lyx.org>
11570
11571         * LaTeX.h: Another bug fix.  Missing std:: this time.
11572
11573 2001-02-04  Allan Rae  <rae@lyx.org>
11574
11575         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
11576         floats problem. I've left it commented out because it's not quite
11577         correct.  It should also test that the current object is a table or
11578         figure inset.  But I haven't gotten around to figuring out how to do
11579         that.  I *think* it'll be something like: "table" == inset.type()
11580
11581         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
11582         bool.
11583
11584 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
11585
11586         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
11587         all the citation/databases/styles in the auxilary file.
11588         (run): Rerun latex if there was a babel language error.
11589
11590 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
11591
11592         * text.C (Backspace): Preserve the font when changing newline char
11593         with a space.
11594         (BreakParagraph): If the cursor is before a space, delete the space.
11595
11596         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
11597
11598 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
11599
11600         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
11601         new argument (code).
11602         (ChangeCitationsIfUnique): New method.
11603
11604         * paragraph.C (GetPositionOfInset): Handle bibkey.
11605
11606 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11607
11608         * BufferView_pimpl.h: change type of Position::par_pos to
11609         LyXParagraph::size_type.
11610
11611 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
11612
11613         * BufferView_pimpl.C (savePosition, restorePosition): Write
11614         messages to minibuffer.
11615
11616 2001-01-28  José Matos  <jamatos@fep.up.pt>
11617
11618         * buffer.C (makeDocBookFile): adds support for document language.
11619         A silly restriction on the name of LatexCommand types where removed.
11620         Added support for CDATA sections, allows to chars unescaped, used
11621         among others in code, to avoid escape < and >.
11622
11623 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11624
11625         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
11626         saved positions instrad of a stack. Furthermore, a position is
11627         stored using paragraph id/paragraph position.
11628
11629         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
11630         Remove LFUN_REF_BACK.
11631
11632 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11633
11634         * converter.C (dvipdfm_options): New method.
11635
11636 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11637
11638         * vspace.C (isValidLength): Fix for empty input string.
11639
11640 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11641
11642         * LyXAction.C (init): change description of LFUN_FIGURE to
11643         "Insert Graphics"
11644
11645 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11646
11647         * LaTeX.C: add using directive
11648
11649 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11650
11651         * MenuBackend.C (expand): Fix the sorting of the formats.
11652
11653 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
11654
11655         * lyx_main.C: tiny error message fix
11656
11657 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11658
11659         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
11660         calling fl_initialize(). This fixes the problem with ',' as
11661         decimal separator in text files.
11662
11663 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11664
11665         * trans.C (process): Fix the keymap bug.
11666
11667 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
11668
11669         * LaTeX.C (scanAuxFiles): New method. Provides support for
11670         multiple bibliographies (when using the bibtopic/bibunits pacakges).
11671         (scanLogFile) Scan for "run BibTeX" messages.
11672
11673         * buffer.C (makeLaTeXFile): Do not load the ae package when using
11674         OT1 font encoding. Also, load the aecompl package if the ae
11675         package is loaded.
11676
11677         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
11678
11679 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11680
11681         * texrow.C (increasePos): turn two error messages into debug
11682         messages.
11683
11684 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
11685
11686         * LaTeX.C (scanAux): Handle the \@input macro.
11687         (runBibTeX): Use scanAux().
11688
11689         * language.C (latex_options_): New field.
11690
11691         * LaTeXFeatures.C (getMacros): Add language macros.
11692
11693         * buffer.C (makeLaTeXFile): Small fix.
11694
11695 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11696
11697         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
11698
11699         * text2.C: add a using directive.
11700
11701 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
11702
11703         * BufferView2.C:
11704         * lyx_gui_misc.h:
11705         * lyxfr1.C:
11706         * lyxfunc.C: kill LyXBell.
11707
11708 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
11709
11710         * text.C (IsBoundary): Remove the error message
11711
11712         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
11713
11714         * lyxrc.C (setDefaults): Correct initialization value for
11715         font_norm_type.
11716
11717 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
11718
11719         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
11720         gotoError().
11721
11722         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
11723         and GotoNextNote().
11724
11725         * src/LyXAction.C: Added reference-next.
11726
11727         * text.C (InsertChar): Use contains instead of strchr.
11728
11729         * lyx_cb.C (MenuInsertLabel): Enable default value code.
11730
11731 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
11732
11733         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
11734         alignment commands (when needed).
11735
11736         * text.C (InsertChar): Add ':' to number separator chars.