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