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