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