78e4559c1cupdated VERSION to 0.5, added checks for /dev/urandom or /dev/random
Enrico Tröger
2005-12-29 20:11:07 +00:00
de21cd7dd1eliminated compiler(gcc4) warnings, replaced macro __unix__ by HAVE_FCNTL_H, use /dev/urandom or /dev/random (in this order) if available and rand() if not
Enrico Tröger
2005-12-29 20:08:57 +00:00
da5ad6f7f8improved usage of config.h and cleaned some header files from unneeded includes.
Enrico Tröger
2005-12-29 20:01:18 +00:00
3111e382ecremoved unneeded inclusion of config.h
Enrico Tröger
2005-12-29 19:55:36 +00:00
c3c42278dfimproved usage of config.h.
Enrico Tröger
2005-12-29 19:53:58 +00:00
5deab2b6e5improved usage of config.h and cleaned some header files from unneeded includes.
Enrico Tröger
2005-12-29 19:50:50 +00:00
f2973cc555added -Wall to AM_CFLAGS
Enrico Tröger
2005-12-29 17:00:57 +00:00
34120155eaimproved handling of P_tmpdir (closes#1387839)
Enrico Tröger
2005-12-29 16:58:05 +00:00
b9fcc55c0duse utils_treeviews_showhide() to get the right settings at startup for the left side treeviews.
Enrico Tröger
2005-12-28 15:42:31 +00:00
595f1666b8added utils_treeviews_showhide(), to get the right settings at startup for the left side treeviews, fixed bug in utils_strpos() which returned -1 if length needle is 1
Enrico Tröger
2005-12-28 15:41:44 +00:00
c9022b5604fixed a segfault in dialogs_show_not_found(), text entry field in the find and replace dialog grabs focus by default, so the cursor is always in it
Enrico Tröger
2005-12-28 14:28:18 +00:00
0a1305bcfbThis commit was manufactured by cvs2svn to create tag 'Geany-0_4'.
Enrico Tröger
2005-12-21 19:54:50 +00:00
0555043647updated for Geany 0.4
Enrico Tröger
2005-12-21 19:54:50 +00:00
682bdc23feadded new menu items: Help->Keyboard shortcuts and File->Revert
Enrico Tröger
2005-12-18 22:38:57 +00:00
25575e99acmade the symbol list document-oriented, so it has not to be generated on every notebook switch page event, introduced opening_session_files, to suppress notebook switch page events at loading the files from the last session.
Enrico Tröger
2005-12-18 22:20:22 +00:00
e7e279e24bmade the symbol list document-oriented, so it has not to be generated on every notebook switch page event
Enrico Tröger
2005-12-18 22:08:42 +00:00
2afef49a5eadded popup menu for the VTE widget
Enrico Tröger
2005-12-16 22:19:51 +00:00
05cd316e4fadded gb.c to EXTRA_DIST
Enrico Tröger
2005-12-16 19:21:41 +00:00
6b3eabdd43added a small, nice easteregg.
Enrico Tröger
2005-12-16 18:47:02 +00:00
c330f5420dchanged "build with make" keyboard shortcut from CTRL+F9 to Shift+F9 to avoid problems with window managers key bindings (thanks to Nick Treleaven for reporting)
Enrico Tröger
2005-12-16 15:56:10 +00:00
3a2d560fdcadded sci_cb_auto_close_bracket() to close { and [ brackets in LaTex-Mode (more could be added)
Enrico Tröger
2005-12-13 22:06:12 +00:00
458498ad41made length of MRU list changeable
Enrico Tröger
2005-12-12 16:20:12 +00:00
95cc44a19cutils_write_file() now gives back errno instead of boolean
Enrico Tröger
2005-12-12 16:19:30 +00:00
01361cbfcddiabled extended HOME and END key default behaviour due to many problems and changed key binding to switch between open documents from CTRL to ALT+Left/Right, so CTRL+Left/Right moves the cursor to word boundaries
Enrico Tröger
2005-12-12 16:18:23 +00:00
f61e996256made length of MRU list changeable and improved error handling at creation of the configuration directory
Enrico Tröger
2005-12-12 02:24:49 +00:00
9fe6b716f7made length of MRU list changeable
Enrico Tröger
2005-12-12 02:23:51 +00:00
01141ccb6cfixed a wrong color value in styleset_c_init()
Enrico Tröger
2005-12-12 01:58:26 +00:00
ee93501d5cadded color settings and forced realisation of the widget (to colors changes take effect)
Enrico Tröger
2005-12-12 01:55:21 +00:00
1984a7f661fixed typo in function declarations
Enrico Tröger
2005-12-12 01:53:08 +00:00
c88044a3abimproved targets to have a clean target and html/index.html target to make the html documentation
Enrico Tröger
2005-12-11 18:06:07 +00:00
2791a9fa28added shortcut F6 to switch to the VTE widget
Enrico Tröger
2005-12-11 17:57:13 +00:00
bd79cecd60many changes, improving symbol list view, adding color settings for VTE
Enrico Tröger
2005-12-11 02:16:02 +00:00
fd374e91a5exclude all TODO.* files
Enrico Tröger
2005-12-11 02:13:05 +00:00
db2e7982ecadded Christoph Berg as tester
Enrico Tröger
2005-12-08 22:25:56 +00:00
61874b4baeextending HOME and END key default behaviour, to jump back to previous cursor position if pressed again (improved)
Enrico Tröger
2005-12-05 20:54:25 +00:00
62a10a5694added new file Assembler
Enrico Tröger
2005-12-05 20:50:46 +00:00
4145764771added a comment
Enrico Tröger
2005-12-05 20:46:08 +00:00
c156511beeextending HOME and END key default behaviour, to jump back to previous cursor position if pressed again
Enrico Tröger
2005-12-01 22:59:02 +00:00
23be99d5f1added a convenience function to not have SSM() in the outside of sciwrappers.c
Enrico Tröger
2005-12-01 22:50:05 +00:00
c9d315b247added new filetype Conf
Enrico Tröger
2005-11-27 20:46:36 +00:00
b08a2013ccadded tarballs to the ignore list
Enrico Tröger
2005-11-27 20:44:55 +00:00
f3c8b08f16added option --[en|dis]able-vte to disable vte support and some status output at the end
Enrico Tröger
2005-11-27 20:44:06 +00:00
8d6f7ae264added vte.c and treeviews.c
Enrico Tröger
2005-11-27 20:43:24 +00:00
7064daa80cchanged lexer Props a little bit to highlight left and right side of a = differently
Enrico Tröger
2005-11-27 20:42:46 +00:00
3af538fa65added tag support for filetype Conf
Enrico Tröger
2005-11-27 20:39:57 +00:00
e3921ab3cainitial import for new filetype Conf
Enrico Tröger
2005-11-27 20:39:01 +00:00
85b4c75e37added $Id$ for expansion, store the position of hpaned1(sizer between editor window and the taglist), fixed typo at storing the long line marker column
Enrico Tröger
2005-11-25 01:19:04 +00:00