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