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