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