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