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