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