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