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