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