1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Commit Graph

  • 728014118d Since is_drawing_subs_or_sups() macro is only used by put_chars(), defined it in this function. Laurent MONIN 2005-10-21 09:46:13 +02:00
  • df065ead80 Remove now useless $Id: lines. Laurent MONIN 2005-10-21 09:14:07 +02:00
  • 03118059ee Move and make sense of the common code Jonas Fonseca 2005-10-21 04:07:43 +02:00
  • 1812e20212 Add simple AsciiDoc markup to NEWS and rework a few entries Jonas Fonseca 2005-10-21 03:38:26 +02:00
  • 0ba773e7a5 Add the basics for _browser_ (ecma)scripting ELinks with SEE Jonas Fonseca 2005-10-20 20:38:01 +02:00
  • c4c034804b Merge with git+ssh://pasky/srv/git/elinks.git Jonas Fonseca 2005-10-20 20:20:21 +02:00
  • 128ddc77b2 Make lib.o depend on any subdir lib.o so it will be relinked Jonas Fonseca 2005-10-20 20:18:29 +02:00
  • 956484cf57 Drop dead commented code and tidy up. Laurent MONIN 2005-10-20 17:26:22 +02:00
  • d54f76bec8 Re-order code in a more logical fashion. Laurent MONIN 2005-10-20 17:23:18 +02:00
  • 2f8ed27eab No need to initialize @end and @start. Laurent MONIN 2005-10-20 17:22:15 +02:00
  • e47f8068d9 Declare variable in inner block. Laurent MONIN 2005-10-20 17:21:17 +02:00
  • c17940044c Move table cache stuff outside local renderer_context. Laurent MONIN 2005-10-20 17:17:25 +02:00
  • 23f7fc1b78 Move code from new_link() to new init_link_event_hooks(). Make code cleaner, and reduce indentation. Laurent MONIN 2005-10-20 11:43:42 +02:00
  • d5e6110711 html_special_tag(): reduce indentation. Laurent MONIN 2005-10-20 11:21:02 +02:00
  • ca27359131 Cast void * to struct tag *, instead the opposite. Laurent MONIN 2005-10-20 11:20:13 +02:00
  • ee476c6eb6 shift_chars(): let it use alloca() if possible (--fastmem mode only). Laurent MONIN 2005-10-20 11:13:10 +02:00
  • f28df73348 Fix a missing space. Laurent MONIN 2005-10-20 10:21:09 +02:00
  • 11564e255c Trim trailing whitespaces. Laurent MONIN 2005-10-20 10:09:19 +02:00
  • 6cc441f34a Introduce set_screen_char_color() and reduce code redundancy. Laurent MONIN 2005-10-20 10:07:50 +02:00
  • c88afeb1c2 path_to_top -> top_builddir Jonas Fonseca 2005-10-20 04:00:35 +02:00
  • db99a74777 Add support for out-of-tree builds Jonas Fonseca 2005-10-20 03:49:40 +02:00
  • b72ab2268e Move RELPATH variable setup to Makefile.config.in and fix srcdir Jonas Fonseca 2005-10-20 03:44:23 +02:00
  • 81384fbdaa Make [CC] lines show the .o files Jonas Fonseca 2005-10-20 03:41:27 +02:00
  • dad4a54232 Fix the magic linking of subdir lib.o files Jonas Fonseca 2005-10-20 03:39:59 +02:00
  • a617d5b140 Convert to new suffix rule and make install-local depend on all-local Jonas Fonseca 2005-10-20 03:33:35 +02:00
  • 6b2d12c1fe Normalize path_to_top declaration Jonas Fonseca 2005-10-20 03:22:31 +02:00
  • b2b2012386 Always address configure.in and other autotools file with $(top_srcdir) Jonas Fonseca 2005-10-20 01:14:53 +02:00
  • e39a4342d6 Include $(top_srcdir)/Makefile.lib instead of $(path_to_top)/Makefile.lib Jonas Fonseca 2005-10-20 01:11:47 +02:00
  • 7392b8c503 Attempt to improve sub/sup rendering. Now 2<sup>2<sup>2</sup></sup> is rendered as 2^2^2 and mixed sub/sup should be rendered in a better way. A bit hacky though. Laurent MONIN 2005-10-19 23:11:27 +02:00
  • 80af673860 More sub/sup tests. Laurent MONIN 2005-10-19 23:05:41 +02:00
  • 9841316755 Use bitfields for on/off flags in struct renderer_context. Laurent MONIN 2005-10-19 11:56:26 +02:00
  • 65f4cfcb30 Add a field did_superscript to struct renderer_context and use it instead of a local static variable. Laurent MONIN 2005-10-19 11:49:00 +02:00
  • 73150589c4 Store the list of files to pass to xgettext through -f files in file named 'potfiles.list'. Laurent MONIN 2005-10-19 11:09:41 +02:00
  • 8fd7b64dff Support for make install PO=<lang>. Laurent MONIN 2005-10-18 12:16:12 +02:00
  • dd3702ca5f Use $(lang) instead of less explicit $(C). Laurent MONIN 2005-10-18 12:14:38 +02:00
  • 0407633145 Simplify update-po target. Laurent MONIN 2005-10-18 12:11:55 +02:00
  • 246e321848 Clean up and simplify check-po rule. Laurent MONIN 2005-10-18 11:52:29 +02:00
  • ffceacbd7d Fix po files installation with make 3.79.1, related code was simplified. Laurent MONIN 2005-10-18 11:18:05 +02:00
  • c6f6717a79 Re-commit the rest of the changes which was reverted in the recent 'funny merge' Jonas Fonseca 2005-10-17 23:20:53 +02:00
  • 083bce589c Use make's internal $(foreach) instead of 'for file in ...' loop Laurent MONIN 2005-10-17 15:39:40 +02:00
  • 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. Marti Raudsepp 2005-10-16 01:53:06 +00:00
  • 6dbc95aad5 Merge with git+ssh://pasky/srv/git/elinks.git Jonas Fonseca 2005-10-15 18:11:44 +02:00
  • 7fa3de1704 Use make's internal $(foreach) instead of 'for file in ...' loop Jonas Fonseca 2005-10-15 18:10:19 +02:00
  • a90feb00e0 French translation was updated. Laurent MONIN 2005-10-13 14:21:04 +02:00
  • 4ce737379f Call option_changed() on two more appropriate places Petr Baudis 2005-10-12 09:50:41 +02:00
  • d34fe568cd Introduce option_changed() for marking the options as modified Petr Baudis 2005-10-12 09:49:40 +02:00
  • dea63f3103 Hungarian translation updated. Varga Balazs 2005-10-11 19:07:39 +00:00
  • d672ecf8f7 draw_border_cross(): Simplify lookup and describe the magic Jonas Fonseca 2005-10-11 15:51:18 +02:00
  • 9735520297 add_border_cross(): Add missing BORDER_S{D,U}TEE values Jonas Fonseca 2005-10-11 15:36:45 +02:00
  • 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. Sven Wegener 2005-10-11 01:22:38 +02:00
  • 65321923b9 In setup_session, copy the viewstate for the new session from the base session. Miciah Dashiel Butler Masters 2005-10-08 14:00:57 +00:00
  • 484d07bb4d Add note about BitTorrent support being experimental Jonas Fonseca 2005-10-08 11:55:55 +02:00
  • ac9c6ce71f Pass CFLAGS to the linker Jonas Fonseca 2005-10-05 21:42:08 +02:00
  • c517dbf101 elinkskeys(5): Improve the listing of actions and default keybindings Jonas Fonseca 2005-10-04 00:53:03 +02:00
  • 279f33e985 Fix subsubsection Jonas Fonseca 2005-10-03 22:05:49 +02:00
  • ea510b0863 Add a little documentation about the BitTorrent client Jonas Fonseca 2005-10-03 21:56:27 +02:00
  • 550449bee9 Now we have atleast some sort of autotool rebuilding Jonas Fonseca 2005-10-03 01:31:21 +02:00
  • 3713389032 Add support for rerunning the autotools Jonas Fonseca 2005-10-03 01:29:52 +02:00
  • ec8e13295f Make the elinks.1 rebuilding more similar to automakes Jonas Fonseca 2005-10-03 00:52:19 +02:00
  • 4f57cd0c6f Make some of the AC_SUBST() variables implicit Jonas Fonseca 2005-10-03 00:50:16 +02:00
  • de798a7f37 Copy possible fix from automake Jonas Fonseca 2005-10-03 00:09:35 +02:00
  • 4a69f56829 All PROGS are now automatically build by all-default Jonas Fonseca 2005-10-03 00:01:36 +02:00
  • cd103aa5bf Build elinks.1 from elinks.1.in Jonas Fonseca 2005-10-03 00:00:58 +02:00
  • 98ce75f7bf Introduce *-default family Jonas Fonseca 2005-10-02 23:55:37 +02:00
  • 123b71ab49 Sync with current cmd option tree Jonas Fonseca 2005-10-02 20:33:35 +02:00
  • fe7879c248 Rename clean target to clean-local Jonas Fonseca 2005-10-02 20:32:31 +02:00
  • f0de61e598 Provide better message when running make before configure Jonas Fonseca 2005-10-01 18:18:58 +02:00
  • 5b67102f62 Oops, generate CATALOGS again. Jonas Fonseca 2005-10-01 17:38:07 +02:00
  • 799529476c Drop unused substituted variables Jonas Fonseca 2005-10-01 17:09:49 +02:00
  • e8642dfb66 Move CONFIG_NLS down to the CONFIG_* section Jonas Fonseca 2005-10-01 16:50:22 +02:00
  • daaf61331a Make installation also use the cmd calling Jonas Fonseca 2005-10-01 14:16:19 +02:00
  • d37ee6db70 Remove redundant RELPATH variable Jonas Fonseca 2005-09-28 23:01:06 +02:00
  • 2008f37655 Mention the new build system Jonas Fonseca 2005-09-28 22:58:59 +02:00
  • 8eafb441df Remove the leading slash from the relative path being printed Jonas Fonseca 2005-09-28 22:54:30 +02:00
  • 2b6bdfd627 Merge with git+ssh://pasky/srv/git/elinks.git Jonas Fonseca 2005-09-28 22:18:25 +02:00
  • de63178386 Convert some characters to entities to allow them in a search string. Russ Rowan 2005-09-28 16:02:01 -04:00
  • 14f6c0ebf5 Always create the directory path before installing (using mkinstalldirs) Jonas Fonseca 2005-09-28 21:43:09 +02:00
  • ed2dc18408 Show the relative path in the quiet build lines Jonas Fonseca 2005-09-28 21:32:31 +02:00
  • 94ed6fa754 Finalize and cleanup the denser Makefile format Jonas Fonseca 2005-09-28 12:38:17 +02:00
  • bd8f005413 Filter out src from SUBDIRS so we don't link lib.o in the root dir Jonas Fonseca 2005-09-28 12:11:12 +02:00
  • 9f2731a900 We loves us some autoheader Jonas Fonseca 2005-09-27 23:23:38 +02:00
  • 9a5e25b31e Remove last automake trace and improve acinclude.m4 header Jonas Fonseca 2005-09-27 23:19:52 +02:00
  • 589085b07a Remove the now obsolete intl/, may you rest in peace Jonas Fonseca 2005-09-27 22:58:05 +02:00
  • c76586e6b8 Simplify the conditional building Jonas Fonseca 2005-09-27 22:49:47 +02:00
  • 68de9e35d3 Automagically link in subdir lib.o files Jonas Fonseca 2005-09-27 22:38:00 +02:00
  • 888726e3b8 Rename local install target to intall-local Jonas Fonseca 2005-09-27 21:42:52 +02:00
  • 1efab31581 Simplify building of and linking with directories Jonas Fonseca 2005-09-27 21:38:58 +02:00
  • b30064c0d0 Rename targets: *-l -> *-local Jonas Fonseca 2005-09-27 21:11:28 +02:00
  • 1af75f051b Fix conditional building of bzip2 and gzip files Jonas Fonseca 2005-09-27 19:07:44 +02:00
  • 6a822b5fd9 Fix *-recursive targets for old bash versions Jonas Fonseca 2005-09-27 19:02:09 +02:00
  • 249fac4345 Tune the clean-l usage Jonas Fonseca 2005-09-27 18:27:17 +02:00
  • 50f4b46616 dom_node_cmp(): Minor optimization Jonas Fonseca 2005-09-27 14:39:40 +02:00
  • d8bc3f7b15 Merge with /srv/git/elinks.git Petr Baudis 2005-09-26 16:09:29 +02:00
  • 87938bbeca Rename locale no to nb Petr Baudis 2005-09-26 16:09:00 +02:00
  • 23497405cb More installation fixes Jonas Fonseca 2005-09-23 20:30:56 +02:00
  • 49a6d7cf8d Revive doc/.gitignore Jonas Fonseca 2005-09-23 15:08:02 +02:00
  • 7446adecd5 Remove *.tmp files created by pod2html Jonas Fonseca 2005-09-23 15:07:40 +02:00
  • c2879b655b Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Jonas Fonseca 2005-09-23 14:51:51 +02:00
  • f86a009108 Add Serbian translation Strahinya Radich 2005-09-23 14:51:14 +02:00
  • 34fddbd6ea Add Serbian translation Strahinya Radich 2005-09-23 14:45:27 +02:00