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