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