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