Miciah Dashiel Butler Masters
d7a964efaf
SMJS: fix segfault on exit
...
Create and immediately destroy a context when initialising the SMJS
document scripting module, because SMJS crashes on exit if there has
been no context created since it started, which is the case if one does
not load any documents.
2006-03-26 20:28:25 +00:00
Witold Filipczyk
dd93d35f4c
Missing lzma.h
2006-03-25 11:40:09 +01:00
Witold Filipczyk
f2a6b432ac
Polish translation was updated
2006-03-25 11:31:05 +01:00
Witold Filipczyk
7d1a966239
lzma encoding support using LZMA SDK. Original lzma executable decompresses faster than this code. I have no idea why.
2006-03-24 12:30:54 +01:00
Witold Filipczyk
dc075685ae
ECMAScript: better handling of set action
2006-03-21 18:45:40 +01:00
Witold Filipczyk
b3acfd79f2
Fixes cache-control issue. See elinks-users mail from 28 Oct 2005
2006-03-21 16:17:56 +01:00
Witold Filipczyk
1fc28980d7
Parsing filesize on ftp.task.gda.pl
2006-03-16 22:13:40 +01:00
Laurent MONIN
c705baa58b
French translation was updated.
2006-03-15 01:09:12 +01:00
Kalle Olavi Niemitalo
7927fb737a
1. If neither CONFIG_88_COLORS nor CONFIG_256_COLORS is defined,
...
then dump_to_file_256 is defined in dump.c but not used.
If configure --enable-debug was used, then gcc warns about
the unused function, and the warning stops the build.
2. The description of document.dump.color_mode ends with a
newline, provoking a runtime warning from check_description
in src/config/options.c.
3. options.inc has preprocessor directives inside macro arguments.
That is not portable C. xgettext (GNU gettext-tools) 0.14.3 is
not smart enough to figure out the possible combinations, and
copies an incorrect string to elinks.pot.
2006-03-13 19:06:02 +01:00
witekfl
97d7a57b8a
Do not delete main menu while displaying dialogs or when mouse is
...
pressed outside menu bar
2006-03-11 21:08:02 +01:00
witekfl
ab6f4ac818
Lines filled with spaces
2006-03-04 20:33:53 +01:00
witekfl
b08514c7e9
Color mode in dumps. To get color set appropriately document.dump.color or
...
--dump-color_mode. Background isn't set in 256 color mode. I don't know
why.
2006-03-04 14:33:28 +01:00
witekfl
e50581faf3
Menu bar moved at the end of windows queue. bfu_technology activated at the
...
right place.
2006-03-04 11:42:57 +01:00
witekfl
3f01c3d2fe
Display optionally tabs bar at top like other browser do.
...
TODO: input_line_layouter, ACT_MAIN_TAB_MENU
2006-03-04 10:24:37 +01:00
witekfl
a802f0fb3e
Someone, sometime ago wanted always visible menu bar. This is attempt to
...
handle it. I have no idea where to make initialisation call to
activate_bfu_technology.
2006-03-03 19:01:15 +01:00
witekfl
30a60caa12
SpiderMonkey: do not remember context. Maybe this time it won't hung.
2006-03-01 18:17:16 +01:00
witekfl
8f329a9b3c
sysmouse: Selection works after toggle mouse
2006-02-28 22:56:27 +01:00
witekfl
0a8009c63a
mouse: Write disable_mouse sequences only in xterm
2006-02-28 22:52:01 +01:00
witekfl
90c013cbd0
BSD: Decrease indentation level. Treat buttons 4 & 5 as wheel. If you want
...
to use wheel mouse on the console run moused with -z 4 option.
2006-02-28 19:42:58 +01:00
Miciah Dashiel Butler Masters
4b3d88dd6e
Delegate ECMAScript submodule initialisation the right way
...
Replace the ECMAScript module initialisation and de-initialisation
routines that wrapped the SMJS and SEE module initialisation and
de-initialisation routines by having the module system call the SMJS
and SEE routines its own darned self.
2006-02-26 08:51:36 +00:00
Miciah Dashiel Butler Masters
368504f736
Update SpiderMonkey configure check Debian compatibility
...
Support the new libmozjs packages in Debian unstable that replace the
old libsmjs packages.
2006-02-26 08:28:15 +00:00
Miciah Dashiel Butler Masters
b2ec6e0a3e
Update SpiderMonkey configure check Debian compatibility
...
Support the new libmozjs packages in Debian unstable that replace the
old libsmjs packages.
2006-02-26 08:25:22 +00:00
Miciah Dashiel Butler Masters
59ad38bc53
Update Lua configure check for 5.0
...
Use the new names instead of the deprecated names to increase
the likelihood that later versions, which might lack the
backwards-compatibility wrappers, will work.
2006-02-26 08:20:30 +00:00
witekfl
c26ce0d291
spec: s/gawk/awk/
2006-02-25 10:16:35 +01:00
witekfl
dca8b9e115
>& is bashism
2006-02-25 09:58:17 +01:00
Timo Lindfors
212b4a2893
Fix bug #741 : "html comments shouldn't be evaluted inside STYLE elements"
2006-02-22 19:45:14 -05:00
Russ Rowan
dbc46f73f7
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-02-22 19:39:55 -05:00
Petr Baudis
004cad5d8c
Tidyup.
2006-02-23 00:57:44 +01:00
Russ Rowan
2a5317a67b
Scary stuff indeed.
2006-02-21 23:12:12 -05:00
Miciah Dashiel Butler Masters
b64b76a3ce
Revert bad stuff in a3fb98f499
...
Revert stuff that wasn't supposed to have been committed.
2006-02-19 07:31:39 +00:00
Miciah Dashiel Butler Masters
143398f09d
Unwrap a line in query_delete_selected_item.
2006-02-19 07:22:51 +00:00
Miciah Dashiel Butler Masters
b8063709c0
Query whether to delete the selected hierbox item if the user answers
...
no to confirmation to delete the marked item.
2006-02-19 07:19:35 +00:00
Miciah Dashiel Butler Masters
b97508e48a
Simplify query_delete_selected_item
...
Check whether the item can be deleted before allocating the context so
as to save a free in the case that the item cannot be deleted.
2006-02-19 07:15:27 +00:00
Miciah Dashiel Butler Masters
e9799a2265
Reflow the control flow in push_hierbox_delete_button
2006-02-19 07:13:37 +00:00
Miciah Dashiel Butler Masters
6683f14bc1
Factor query_delete_selected_item out of push_hierbox_delete_button.
2006-02-19 07:11:51 +00:00
Miciah Dashiel Butler Masters
d87a90da6b
Drop temporary variables when using listbox_message
2006-02-19 06:46:05 +00:00
Miciah Dashiel Butler Masters
a3fb98f499
src/bfu
...
Inconsequential change to push_hierbox_delete_button
Use item instead of context->item.
2006-02-19 06:22:12 +00:00
Laurent MONIN
72f82e8553
Fix 2 translations.
2006-02-19 01:42:36 +01:00
Jonas Fonseca
b772b12847
Build HTML versions of scripts in po/perl
2006-02-19 01:27:31 +01:00
Kalle Olavi Niemitalo
595261c601
Fixed all accelerator conflicts.
...
This includes conflicts between msgstr and msgid.
The accelerators are probably not optimal now, but at least they are unique.
2006-02-19 02:17:19 +02:00
Kalle Olavi Niemitalo
96cc86bc64
v1.4 supports a new option: --msgid-fallback.
2006-02-19 02:11:52 +02:00
Jonas Fonseca
8e1b6011bb
po: mention one known false-positive reported by check-po
2006-02-19 00:17:05 +01:00
Jonas Fonseca
3436d63507
da.po: fix all errors and hotkey conflicts reported by check-po
2006-02-19 00:13:08 +01:00
Jonas Fonseca
274e32f6d5
Update po files to have accellerator checking tags
2006-02-19 00:05:26 +01:00
Laurent MONIN
d0e0bff4dc
French translation was updated.
2006-02-18 22:47:28 +01:00
Kalle Olavi Niemitalo
3251644dcf
Locale::PO now preserves unrecognized flags, although there is still
...
no documented way to access them. It also preserves the order of
flags, if no flags are modified.
Replaced the fuzzy, c_format, and php_format fields with _flaghash,
and renamed the _flag field to _flagstr.
Flag-setting functions silently map unsupported values (e.g. 42) to
supported ones (e.g. 1), which they also return.
The c_format and php_format methods treat empty strings as undef,
rather than as 0.
Names of flags are case-sensitive, like in GNU Gettext.
POD changes:
Unlisted the bugs that have now been fixed.
2006-02-18 20:30:40 +02:00
Kalle Olavi Niemitalo
4217f2c555
Merge with http://elinks.cz/elinks.git
2006-02-18 12:21:47 +02:00
Kalle Olavi Niemitalo
2431fe4711
Made it possible to scan msgid strings for accelerator conflicts, too.
...
But disabled that for now.
2006-02-18 12:21:18 +02:00
witekfl
03814543ae
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-02-17 19:18:59 +01:00
witekfl
f5b0611486
Removed *.html and fixed typos
2006-02-17 19:16:57 +01:00