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