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