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