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