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