1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
elinks/src/config
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
..
actions-edit.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
actions-main.inc Introduce ACTION_REQUIRE_FORM and use it for link-form-menu 2005-12-26 22:22:03 +01:00
actions-menu.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
cmdline.c Color mode in dumps. To get color set appropriately document.dump.color or 2006-03-04 14:33:28 +01:00
cmdline.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
conf.c Simplify secure_open() call, make it a wrapper around secure_open_umask(). 2006-01-10 23:49:35 +01:00
conf.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
dialogs.c Here is a framework that detects cases where a PO file assigns 2006-01-01 18:55:18 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
home.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
home.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbdbind.c Introduce get_action_from_keystroke and get_action_name_from_keystroke. 2005-12-24 06:54:01 +00:00
kbdbind.h Introduce ACTION_REQUIRE_FORM and use it for link-form-menu 2005-12-26 22:22:03 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c Add some whitespace in bad_punct. 2005-11-11 06:17:50 +00:00
options.h Redo a small comment. 2006-01-01 08:07:14 +00:00
options.inc 1. If neither CONFIG_88_COLORS nor CONFIG_256_COLORS is defined, 2006-03-13 19:06:02 +01:00
opttypes.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
opttypes.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
timer.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
urlhist.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
urlhist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00