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