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