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