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 126d2d1be3 Remove enum {main,edit,menu}_action_offset
Remove enum main_action_offset, enum edit_action_offset, and enum
menu_action_offset.  It seems the original plan (in commit
174eabf1a448d3f084a318aab77805828f35c42e on 2005-05-16) was to include
the action flags in the action IDs, perhaps with something like:

	ACT_##map##_##action = ACT_##map##_OFFSET_##action | flags

However, this OR operation was never implemented; each ACT_*_*
constant had the same value as the corresponding ACT_*_OFFSET_*,
and the code that looked for flags in action IDs found only zeroes.
Then on 2005-06-10, a separate action.flags member was added, and
the flag checks were corrected to read that instead.  So, it seems
safe to say that the original plan has been discarded and the offset
enumerations won't be needed.
2009-07-19 02:32:41 +03:00
..
actions-edit.inc doc: cut-clipboard does not merely delete text from clipboard. 2007-02-11 23:34:44 +02:00
actions-main.inc New action: move-cursor-line-start. 2007-12-16 01:13:39 +02: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 Rewrap lines in option documentation. 2009-03-08 15:18:10 +02:00
cmdline.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
conf.c Wrap option descriptions in --config-help, --long-help 2009-03-08 13:29:51 +02:00
conf.h Wrap option descriptions in --config-help, --long-help 2009-03-08 13:29:51 +02:00
dialogs.c Delete unused keybinding_dialog_list. 2007-07-26 22:45:19 +03:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
home.c Win32: Put .elinks in Application Data if %HOME% is undefined. 2007-07-18 00:27:08 +03:00
home.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbdbind.c Patch 3: Further fixes including strcasestr and convert_to_lowercase 2008-11-01 22:32:43 +02:00
kbdbind.h Remove enum {main,edit,menu}_action_offset 2009-07-19 02:32:41 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c Named constants in terminal option defaults 2009-04-19 20:32:37 +03:00
options.h config: Fix the "include" command. 2008-02-03 20:28:27 +02:00
options.inc TRE: Check for 32-bit wchar_t at configure time 2009-05-21 17:22:12 +03:00
opttypes.c config: Count backslashed newlines in str_rd. 2008-02-10 14:30:26 +02:00
opttypes.h config: Fix the "include" command. 2008-02-03 20:28:27 +02:00
timer.c Make arrays of option change hooks const. 2007-01-27 19:00:47 +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