aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables ...David Reitter2009-11-122-6/+7
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-1113-35/+45
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-114-4/+9
* * s/freebsd.h:Dan Nicolaescu2009-11-113-23/+4
* Add dependencies to lisp.h. Remove dependenciesDan Nicolaescu2009-11-112-97/+95
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-118-16/+28
* (Fplist_get): Merge the active and the uncommented code.Stefan Monnier2009-11-102-33/+13
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-106-100/+188
* (Fx_popup_menu) [HAVE_NS]: Remove unused vars.Stefan Monnier2009-11-102-5/+4
* xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.Jan Djärv2009-11-102-1/+5
* Fix typos.Juanma Barranquero2009-11-091-10/+8
* * menu.c [HAVE_NTGUI]: Declare current_popup_menu.Juanma Barranquero2009-11-092-0/+5
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-098-838/+424
* Delete trailing whitespace.Chong Yidong2009-11-081-4/+3
* (parse_menu_item): Handle `notreal' a bit earlier.Stefan Monnier2009-11-082-54/+64
* * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.Chong Yidong2009-11-082-2/+6
* Fix last change.Chong Yidong2009-11-071-1/+1
* * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it toChong Yidong2009-11-072-11/+26
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-068-57/+133
* (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.Eli Zaretskii2009-11-062-2/+4
* (make_pure_c_string): Fix last change to avoid compiler warning.Eli Zaretskii2009-11-062-1/+6
* Fix bug #4870, issues 3 and 4.Jan Djärv2009-11-064-1/+50
* * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.Dan Nicolaescu2009-11-062-5/+7
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-0651-1003/+1054
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-067-55/+74
* * alloc.c (make_pure_c_string): New function.Dan Nicolaescu2009-11-063-9/+30
* (Finsert_file_contents): Be sure set coding-system ofKenichi Handa2009-11-052-0/+6
* (BASE_PURESIZE): Increase to 1620000.Dan Nicolaescu2009-11-042-1/+5
* (save_restriction_restore): Update the (pt/begv/vz)_markersStefan Monnier2009-11-032-16/+34
* (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.Stefan Monnier2009-11-031-1/+4
* Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.Stefan Monnier2009-11-032-21/+34
* * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fixChong Yidong2009-10-312-10/+23
* (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.Eli Zaretskii2009-10-302-6/+19
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-303-2/+8
* (syms_of_w32fns): Change default value ofJason Rumney2009-10-292-1/+6
* * minibuf.c (Fall_completions): Fix typos in docstring.Juanma Barranquero2009-10-262-2/+2
* Fix typos in comments.Juanma Barranquero2009-10-264-6/+10
* (PURESIZE_RATIO): Increase back to 10/6.Andreas Schwab2009-10-262-1/+5
* * window.c (grow_mini_window): Comment out "delta >= 0" assertion.Juanma Barranquero2009-10-262-4/+12
* (all-completions): Declare the 4th arg obsolete.Stefan Monnier2009-10-261-3/+3
* * keyboard.c (read_char_x_menu_prompt): Don't demand a promptChong Yidong2009-10-252-13/+5
* * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't callChong Yidong2009-10-242-2/+11
* (xd_retrieve_arg): Handle DBUS_TYPE_INTnn andAndreas Schwab2009-10-242-5/+25
* (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_PAndreas Schwab2009-10-242-45/+12
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-242-2/+7
* (procfs_ttyname): Fix sprintf format to match argumentAndreas Schwab2009-10-242-2/+8
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-244-9/+19
* (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.Andreas Schwab2009-10-232-3/+5
* (PURESIZE_RATIO): Decrease to 11/7.Andreas Schwab2009-10-232-1/+5
* * window.c (Fwindow_edges, Fwindow_pixel_edges)Chong Yidong2009-10-232-21/+37