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