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