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