Pavel Sanda
5444f386e0
Update docs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30937 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-09 14:47:05 +00:00
Pavel Sanda
091e3908b0
Kill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH_PARAMS.
...
We don't want duplicit code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30638 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-16 22:55:23 +00:00
Pavel Sanda
6ff96b6a05
* Release notes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30469 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 09:41:53 +00:00
Abdelrazak Younes
db1a03d598
Fix eol.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30362 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-04 23:19:50 +00:00
Abdelrazak Younes
35712af243
Document change to LFUN_WORD_REPLACE.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30361 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-04 23:17:38 +00:00
Jean-Marc Lasgouttes
dae70977a0
get rid of the \use_escape_chars pref, which was not used
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30161 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 15:53:49 +00:00
Jean-Marc Lasgouttes
889fdbd39b
get rid of the \use_alt_language pref, which was not used. Instead, we test whether \alt_language is empty
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30159 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 15:31:43 +00:00
Jean-Marc Lasgouttes
c676b24359
prefs \use_personal_dictionary and \personal_dictionary are not used anymore (ispell only)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30156 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 13:30:28 +00:00
Jean-Marc Lasgouttes
6b92b1c6ae
pref \use_input_encoding is not used anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30155 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 10:56:33 +00:00
Vincent van Ravesteijn
a8682e3f5f
Forgot these.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29682 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-15 21:15:30 +00:00
Pavel Sanda
ee39b28f99
These were neglected too
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29667 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-14 13:15:23 +00:00
Pavel Sanda
6e6d34b52f
Forgot to document these lfuns
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29666 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-14 13:10:37 +00:00
Pavel Sanda
b421f08671
doc
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29621 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 23:43:43 +00:00
Vincent van Ravesteijn
ff294eb173
Update RELEASE-NOTES and LFUN documentation for the changes in LFUN_INSET_TOGGLE and LFUN_INSET_SETTINGS.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29249 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-15 21:41:07 +00:00
Jürgen Spitzmüller
823e44822e
* remove outdated RC_CUSTOM_EXPORT_COMMAND and RC_CUSTOM_EXPORT_FORMAT.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29183 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-10 11:11:14 +00:00
Richard Heck
2f7260d3b4
The --batch patch.
...
Introduces a "--batch" command line flag, so you can do this:
lyx --batch -x "buffer-print printer default dvips" myfile.lyx
The "--batch" flag basically means: no gui.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29126 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-06 12:13:33 +00:00
Jean-Marc Lasgouttes
30afece93d
Kill next-inset-toggle and expand inset-toggle to provide the same functionality
...
* src/LyXAction.h: introduce new function attribute AtPoint: this is
for lfuns that should first look at cursor postion whether there
is an inset, before dispatching to container inset.
* src/LyXAction.cpp: remove LFUN_NEXT_INSET_TOGGLE;
mark LFUN_INSET_TOGGLE as AtPoint.
* src/BufferView.cpp (dispatch, getStatus): remove handling of
LFUN_NEXT_INSET_TOGGLE.
* src/LyXFunc.cpp (dispatch, getStatus): handle functions marked
AtPoint.
* lib/*/*: replace next-inset-toggle with inset-toggle.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28980 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-30 13:49:52 +00:00
Pavel Sanda
2d63893f2f
* RELEASE-NOTES
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28082 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-10 23:30:27 +00:00
Jean-Marc Lasgouttes
970911abe6
cosmetics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27547 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 13:57:21 +00:00
Pavel Sanda
5c34786373
todo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27537 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 13:31:26 +00:00
Jean-Marc Lasgouttes
071016df39
remove last traces of plaintext_roff_command
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27515 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 23:39:48 +00:00
Pavel Sanda
7b1bf23337
Finish the cleanup in graphics.
...
LFUN_GRAPHICS_GROUPS_UNIFY is not needed anymore.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26550 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 20:50:33 +00:00
Richard Heck
34393dd9d2
Release notes for new LFUN.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26519 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 15:13:39 +00:00
Enrico Forestieri
ed5794d68b
Was forgetting this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26419 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-15 16:54:29 +00:00
André Pönitz
61b0dfb2fa
keep lines below 80 chars
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26388 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-13 20:59:22 +00:00
Pavel Sanda
426a9acbf0
notes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26355 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-11 20:05:48 +00:00
Pavel Sanda
6a30544088
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25615 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-14 13:33:26 +00:00
Jürgen Spitzmüller
ce4bfcc8cb
RELEASE_NOTES: re-add some clarifications about the CJK/pLaTeX issue.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25519 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 14:29:47 +00:00
Jürgen Spitzmüller
d83603245f
RELEASE_NOTES: remove (now) invalid comment.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25513 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-09 08:18:49 +00:00
Pavel Sanda
8823b29cd5
LFUN_SERVER_GET_NAME -> LFUN_SERVER_GET_FILENAME.
...
Make the naming unambiguous.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25491 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-07 19:09:06 +00:00
Pavel Sanda
7429567f0a
* RELEASE-NOTES.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25307 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-18 18:20:38 +00:00
Pavel Sanda
6272d693b9
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25301 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-17 23:51:23 +00:00
Abdelrazak Younes
bfc72098f6
document external template format change.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25246 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-13 09:27:58 +00:00
Pavel Sanda
cb138277df
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25226 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-11 08:37:54 +00:00
Pavel Sanda
ed1ca813ef
LFUN_ERROR_NEXT removal.
...
http://www.nabble.com/LFUN_ERROR_NEXT-td17667485.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25159 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-06 10:29:14 +00:00
Pavel Sanda
4d64a9e8b3
* RELEASE-NOTES.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25103 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-03 14:03:43 +00:00
Pavel Sanda
ec348c574a
Unify LFUN naming.
...
(LFUN_FLOAT_LIST -> LFUN_FLOAT_LIST_INSERT)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25065 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 11:31:03 +00:00
Richard Heck
aae97ef028
Improve my additions.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24988 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-28 23:07:41 +00:00
Richard Heck
8921a18a89
Add LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.
...
These have been added to BufferView::dispatch() and BufferView::getStatus() for now. Shortly, we'll be making wider use of Buffer::dispatch() and introducing Buffer::getStatus() and moving these and some other LFUNs there.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24979 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-28 16:02:09 +00:00
Pavel Sanda
4ebc17c9b9
Forgot these.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24892 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-22 23:28:25 +00:00
Jürgen Spitzmüller
1f75ad8dac
* RELEASE_NOTES:
...
- document removal of LFUN_ACCENT_SPECIAL_CARON.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24663 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-07 20:35:49 +00:00
Jürgen Spitzmüller
4170290545
* RELEASE_NOTES: document lfun change.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24527 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-27 16:23:14 +00:00
Richard Heck
fea52846bb
Release note for last commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24449 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-22 17:46:01 +00:00
Uwe Stöhr
da0a9688bd
configure.py: check for BibTeX programs. This makes it possible to use for example a Japanese BibTeX program.
...
Fixes http://bugzilla.lyx.org/show_bug.cgi?id=4143
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24056 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-30 00:11:36 +00:00
Uwe Stöhr
30663a8019
Fileformat change.
...
Provide only one Japanese language that is encoding independent, patch partly by Koji Yokata.
This fixes http://bugzilla.lyx.org/show_bug.cgi?id=4597
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24053 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 23:25:40 +00:00
Jürgen Spitzmüller
edab6d958a
* RELEASE_NOTES:
...
- document lfuns change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23967 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-26 08:19:11 +00:00
Jürgen Spitzmüller
678a72f549
* RELEASE_NOTES:
...
- document lfuns change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23943 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-25 09:26:45 +00:00
Pavel Sanda
0003e0d9d5
Notes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23921 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-24 13:49:24 +00:00
Jürgen Spitzmüller
04556a86f3
* RELEASE-NOTES:
...
- document removal of LFUN_HFILL_INSERT.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23790 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 11:54:11 +00:00
Pavel Sanda
f9da705539
Add lfuns to RELEASE-NOTES.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23647 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-10 18:46:09 +00:00