| Commit message (Expand) | Author | Age | Files | Lines |
* | Make lisp_time_argument work on all systems. | Dan Nicolaescu | 2010-07-29 | 4 | -2/+10 |
* | Fix some stuff that didn't compile. | Jan Djärv | 2010-07-29 | 3 | -3/+12 |
* | * src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it. | Dan Nicolaescu | 2010-07-28 | 2 | -6/+5 |
* | * src/mem-limits.h: Remove duplicated includes. | Dan Nicolaescu | 2010-07-28 | 2 | -16/+7 |
* | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 39 | -126/+149 |
* | Clean up unexec.c, remove references to unused code. | Dan Nicolaescu | 2010-07-28 | 13 | -131/+16 |
* | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-29 | 4 | -57/+57 |
* | Add tool bar style text-image-horiz (text to the left of the image). | Jan Djärv | 2010-07-28 | 5 | -17/+49 |
* | * src/emacs.c (Fkill_emacs): Remove return statement. | Dan Nicolaescu | 2010-07-27 | 2 | -2/+2 |
* | Remove declarations and unused variables. | Dan Nicolaescu | 2010-07-26 | 2 | -8/+6 |
* | * src/xmenu.c: Do not included lwlib.h, not needed. | Dan Nicolaescu | 2010-07-26 | 2 | -1/+2 |
* | * src/m/iris4d.h (XUINT, XSET): Remove, not needed. | Dan Nicolaescu | 2010-07-26 | 2 | -12/+2 |
* | * src/process.c: Move definitions earlier to minimize #ifdefs. | Dan Nicolaescu | 2010-07-26 | 2 | -23/+97 |
* | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 24 | -106/+89 |
* | * src/lisp.h (Fkill_emacs): Mark as NO_RETURN. | Dan Nicolaescu | 2010-07-26 | 2 | -4/+21 |
* | Merge from emacs-23 | Juanma Barranquero | 2010-07-27 | 4 | -6/+19 |
|\ |
|
| * | * minibuf.c (Fread_buffer): Doc fix (bug#6528). | Christoph Scholtes | 2010-07-26 | 2 | -1/+5 |
| * | * window.c (Fwindow_height): Doc fix (bug#6518). | Christoph Scholtes | 2010-07-23 | 2 | -1/+8 |
| * | * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix. | Juanma Barranquero | 2010-07-21 | 2 | -4/+8 |
* | | NO_RETURN functions should not return. | Dan Nicolaescu | 2010-07-26 | 2 | -3/+5 |
* | | * frame.h (Qtty_color_mode): Add declaration. | Dan Nicolaescu | 2010-07-26 | 2 | -0/+3 |
* | | src/ChangeLog: Add missing bug reference. | Juanma Barranquero | 2010-07-26 | 1 | -1/+1 |
* | | Mark functions as NO_RETURN. | Dan Nicolaescu | 2010-07-25 | 2 | -1/+8 |
* | | merge trunk | Kenichi Handa | 2010-07-26 | 38 | -866/+212 |
|\ \ |
|
| * | | * lread.c (unreadpure, mapatoms_1): Make static. | Juanma Barranquero | 2010-07-26 | 2 | -4/+6 |
| * | | * terminfo.c (tparam): Fix prototype of tparm (followup to 2010-07-25T00:20:5... | Juanma Barranquero | 2010-07-25 | 2 | -2/+8 |
| * | | Use __executable_start to find start of text segment for profiling | Andreas Schwab | 2010-07-25 | 4 | -1/+19 |
| * | | * callproc.c (set_initial_environment): Avoid unbalanced braces. | Andreas Schwab | 2010-07-25 | 2 | -5/+8 |
| * | | * vm-limit.c (check_memory_limits): Fix previous change; accidentally reverte... | Ken Brown | 2010-07-25 | 2 | -2/+7 |
| * | | Cygwin build cleanup (Bug#6715). | Ken Brown | 2010-07-25 | 3 | -7/+8 |
| * | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 15 | -37/+75 |
| * | | * w32fns.c (w32_to_x_color): Remove, unused. | Juanma Barranquero | 2010-07-24 | 2 | -19/+4 |
| * | | * lisp.h: Remove leftover P_. | Andreas Schwab | 2010-07-24 | 2 | -4/+8 |
| * | | Add ChangeLog entry for previous commit: | Dan Nicolaescu | 2010-07-24 | 1 | -0/+4 |
| * | | Make internal_self_insert static | Andreas Schwab | 2010-07-24 | 3 | -2/+8 |
| * | | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-24 | 7 | -37/+37 |
| * | | * src/ecrt0.c, src/unexalpha.c: Remove files, unused. | Dan Nicolaescu | 2010-07-23 | 2 | -634/+0 |
| * | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 6 | -113/+8 |
| * | | * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS". | Juanma Barranquero | 2010-07-23 | 2 | -0/+5 |
| * | | * w32term.c (my_set_focus): #ifdef away; currently not used. | Juanma Barranquero | 2010-07-23 | 2 | -0/+5 |
| * | | * w32fns.c, xfaces.c: Remove obsolete static declarations. | Juanma Barranquero | 2010-07-23 | 3 | -3/+6 |
* | | | font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyph... | Kenichi Handa | 2010-07-26 | 2 | -0/+7 |
|/ / |
|
* | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 8 | -48/+37 |
* | | Fix up "missing braces" warning. | Stefan Monnier | 2010-07-20 | 3 | -5/+15 |
* | | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-20 | 1 | -20/+20 |
* | | * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies. | Juanma Barranquero | 2010-07-18 | 2 | -0/+5 |
* | | * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660). | Chong Yidong | 2010-07-17 | 2 | -1/+7 |
* | | * gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for G... | Jan D | 2010-07-17 | 2 | -1/+2 |
* | | Merge latest fix to xg_event_is_for_menubar. | Chong Yidong | 2010-07-17 | 2 | -3/+25 |
|\ \
| |/ |
|
| * | * gtkutil.c (xg_event_is_for_menubar): Also check that event window | Jan D | 2010-07-17 | 2 | -3/+25 |