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