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