1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
Commit Graph

186 Commits

Author SHA1 Message Date
Laurent MONIN
80af673860 More sub/sup tests. 2005-10-19 23:05:41 +02:00
Laurent MONIN
9841316755 Use bitfields for on/off flags in struct renderer_context. 2005-10-19 11:56:26 +02:00
Laurent MONIN
65f4cfcb30 Add a field did_superscript to struct renderer_context and use it instead
of a local static variable.
2005-10-19 11:49:00 +02:00
Laurent MONIN
73150589c4 Store the list of files to pass to xgettext through -f files in file named
'potfiles.list'.
2005-10-19 11:09:41 +02:00
Laurent MONIN
8fd7b64dff Support for make install PO=<lang>. 2005-10-18 12:16:12 +02:00
Laurent MONIN
dd3702ca5f Use $(lang) instead of less explicit $(C). 2005-10-18 12:14:38 +02:00
Laurent MONIN
0407633145 Simplify update-po target. 2005-10-18 12:11:55 +02:00
Laurent MONIN
246e321848 Clean up and simplify check-po rule. 2005-10-18 11:52:29 +02:00
Laurent MONIN
ffceacbd7d Fix po files installation with make 3.79.1, related code was simplified. 2005-10-18 11:18:05 +02:00
Jonas Fonseca
c6f6717a79 Re-commit the rest of the changes which was reverted in the recent 'funny merge' 2005-10-17 23:20:53 +02:00
Laurent MONIN
083bce589c Use make's internal $(foreach) instead of 'for file in ...' loop
Should hopefully fix problems with older make versions (3.79.1, 3.80, and 3.81beta3) reported by zas.

Re-committed.
2005-10-17 15:39:40 +02:00
Marti Raudsepp
e31a66745a Fix a bug in the KiB and MiB computation in add_xnum_to_string
where the fractional part overflowed to 0 before the integer part
was incremented.

Thanks to Marti Raudsepp for finding this bug and Marti and pasky
for the fix.
2005-10-16 01:53:06 +00:00
Jonas Fonseca
6dbc95aad5 Merge with git+ssh://pasky/srv/git/elinks.git 2005-10-15 18:11:44 +02:00
Jonas Fonseca
7fa3de1704 Use make's internal $(foreach) instead of 'for file in ...' loop
Should hopefully fix problems with older make versions (3.79.1, 3.80, and
3.81beta3) reported by zas.
2005-10-15 18:10:19 +02:00
Laurent MONIN
a90feb00e0 French translation was updated. 2005-10-13 14:21:04 +02:00
Petr Baudis
4ce737379f Call option_changed() on two more appropriate places
This should fix the bug with toggled options not getting saved, and
changehooks wouldn't be called on certain circumstances (if there were
any to be called, anyway - but it is more correct now).
2005-10-12 09:50:41 +02:00
Petr Baudis
d34fe568cd Introduce option_changed() for marking the options as modified
This just bundles the touching and calling change hooks.
2005-10-12 09:49:40 +02:00
Varga Balazs
dea63f3103 Hungarian translation updated. 2005-10-11 19:07:39 +00:00
Jonas Fonseca
d672ecf8f7 draw_border_cross(): Simplify lookup and describe the magic 2005-10-11 15:51:18 +02:00
Jonas Fonseca
9735520297 add_border_cross(): Add missing BORDER_S{D,U}TEE values 2005-10-11 15:36:45 +02:00
Sven Wegener
eb14866bb4 The attached patch is quite special, as it fulfills a personal need. It
adds a boolean configuration file option ui.sessions.keep_session_active
that'll change elinks' behaviour to not terminate the session, if the
last terminal exits. That allows me to re-use entered passwords after
closing all elinks terminals. Maybe some others will find this feature
useful too and it can be included in elinks.

I guess the best would be to combine this feature with an remote command
named terminate() to terminate the background elinks instance.
2005-10-11 01:22:38 +02:00
Miciah Dashiel Butler Masters
65321923b9 In setup_session, copy the viewstate for the new session from the base session. 2005-10-08 14:00:57 +00:00
Jonas Fonseca
484d07bb4d Add note about BitTorrent support being experimental 2005-10-08 11:55:55 +02:00
Jonas Fonseca
ac9c6ce71f Pass CFLAGS to the linker
Fixes problems with compiling in gprof support reported by witek.
2005-10-05 21:42:08 +02:00
Jonas Fonseca
c517dbf101 elinkskeys(5): Improve the listing of actions and default keybindings
Display them in a table for the HTML version.
2005-10-04 00:53:03 +02:00
Jonas Fonseca
279f33e985 Fix subsubsection
Thou shall always underline _all_ characters in the title.
2005-10-03 22:05:49 +02:00
Jonas Fonseca
ea510b0863 Add a little documentation about the BitTorrent client
It is basically the Chapter 6: User Manual from
http://www.nitro.dk/~jonas/elinks/modules/bittorrent/main.{pdf,ps.gz}

Patch by Lilja, Basim and me.
2005-10-03 21:56:27 +02:00
Jonas Fonseca
550449bee9 Now we have atleast some sort of autotool rebuilding 2005-10-03 01:31:21 +02:00
Jonas Fonseca
3713389032 Add support for rerunning the autotools
Adaptation of automakes ...
2005-10-03 01:29:52 +02:00
Jonas Fonseca
ec8e13295f Make the elinks.1 rebuilding more similar to automakes 2005-10-03 00:52:19 +02:00
Jonas Fonseca
4f57cd0c6f Make some of the AC_SUBST() variables implicit 2005-10-03 00:50:16 +02:00
Jonas Fonseca
de798a7f37 Copy possible fix from automake 2005-10-03 00:09:35 +02:00
Jonas Fonseca
4a69f56829 All PROGS are now automatically build by all-default 2005-10-03 00:01:36 +02:00
Jonas Fonseca
cd103aa5bf Build elinks.1 from elinks.1.in
This is needed after running 'make man-docs' in doc/.
2005-10-03 00:00:58 +02:00
Jonas Fonseca
98ce75f7bf Introduce *-default family
Use it to put stuff which are automatically done, so that *-local now is
truely local.
2005-10-02 23:55:37 +02:00
Jonas Fonseca
123b71ab49 Sync with current cmd option tree 2005-10-02 20:33:35 +02:00
Jonas Fonseca
fe7879c248 Rename clean target to clean-local 2005-10-02 20:32:31 +02:00
Jonas Fonseca
f0de61e598 Provide better message when running make before configure 2005-10-01 18:18:58 +02:00
Jonas Fonseca
5b67102f62 Oops, generate CATALOGS again. 2005-10-01 17:38:07 +02:00
Jonas Fonseca
799529476c Drop unused substituted variables
Drop a lot of the gettext generated variables which are never used.
2005-10-01 17:09:49 +02:00
Jonas Fonseca
e8642dfb66 Move CONFIG_NLS down to the CONFIG_* section 2005-10-01 16:50:22 +02:00
Jonas Fonseca
daaf61331a Make installation also use the cmd calling
Makes it more obvious which files are actually installed. MKINSTALLDIRS
still spurs out a lot of 'mkdir ...', which probably should also be
silenced when V=0.
2005-10-01 14:16:19 +02:00
Jonas Fonseca
d37ee6db70 Remove redundant RELPATH variable 2005-09-28 23:01:06 +02:00
Jonas Fonseca
2008f37655 Mention the new build system 2005-09-28 22:58:59 +02:00
Jonas Fonseca
8eafb441df Remove the leading slash from the relative path being printed
... pasky likes it not.
2005-09-28 22:54:30 +02:00
Jonas Fonseca
2b6bdfd627 Merge with git+ssh://pasky/srv/git/elinks.git 2005-09-28 22:18:25 +02:00
Russ Rowan
de63178386 Convert some characters to entities to allow them in a search string. 2005-09-28 16:02:01 -04:00
Jonas Fonseca
14f6c0ebf5 Always create the directory path before installing (using mkinstalldirs) 2005-09-28 21:43:09 +02:00
Jonas Fonseca
ed2dc18408 Show the relative path in the quiet build lines
... so it is easier to figure out where in the tree it's at:

	...
	      [LD]   /src/cookies/lib.o
	[MAKE all]   /src/dialogs
	      [CC]   /src/dialogs/document.c
	...
	    [LINK]   /src/elinks
	...

which means the user will also get a hint at where the elinks binary
is.

Yeah, yeah, useless bloat, I know. But I have to figure out some way to
get the whole tree build time above 1 minute. ;-)
2005-09-28 21:32:31 +02:00
Jonas Fonseca
94ed6fa754 Finalize and cleanup the denser Makefile format
Convert remaining conditional file building to use

	OBJS-$(CONFIG_FOO) += foo.o

one problem with reverse meaining (in util/) fixed with local 'hack'.

Cleanup and remove stuff which is now default targets.
2005-09-28 12:38:17 +02:00