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