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