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