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