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