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