| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/process.c: Simplify include logic. | Dan Nicolaescu | 2010-08-06 | 1 | -1/+2 |
| * | Move declarations to header files. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+7 |
| * | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+10 |
| * | * src/frame.c (frame_params): Make const. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+2 |
| * | * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+2 |
| * | emacs.c cleanups. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+6 |
| * | Use const for some arrays and functions. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+13 |
| * | * src/sysdep.c: Move include term.h last of includes (Bug#6812). | Jan D | 2010-08-06 | 1 | -0/+4 |
| * | Fix redisplay bugs due to uninitialized glyphs. | Eli Zaretskii | 2010-08-06 | 1 | -0/+8 |
| |\ |
|
| | * | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool. | Eli Zaretskii | 2010-08-06 | 1 | -0/+8 |
| * | | src/ChangeLog: Fix typos. | Juanma Barranquero | 2010-08-06 | 1 | -8/+8 |
| * | | src/makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies. | Juanma Barranquero | 2010-08-06 | 1 | -0/+4 |
| * | | More undeclared function fixes and add -Wimplicit-function-declaration. | Jan D | 2010-08-06 | 1 | -0/+4 |
| * | | Can't include menu.h in window.c for X targets. | Jan D | 2010-08-06 | 1 | -0/+4 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -0/+63 |
| |/ |
|
| * | src/ChangeLog: Fix entry. | Juanma Barranquero | 2010-08-06 | 1 | -2/+1 |
| * | Cleanup process.c. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+6 |
| * | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da... | Juanma Barranquero | 2010-08-06 | 1 | -0/+14 |
| * | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+29 |
| * | Cleanup syssignal.h. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+6 |
| * | Add declarations to header files. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+37 |
| * | * src/term.c: Remove dead code. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+2 |
| * | Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+7 |
| * | Rename src/unexec.c => src/unexcoff.c. | Eli Zaretskii | 2010-08-05 | 1 | -0/+6 |
| * | * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. | Stefan Monnier | 2010-08-04 | 1 | -0/+4 |
| * | src/ChangeLog: Add missing bug reference. | Juanma Barranquero | 2010-08-03 | 1 | -11/+10 |
| * | * src/data.c (Flocal_variable_p): Handle variable aliases correctly. | Johan Bockgård | 2010-08-03 | 1 | -0/+4 |
| * | * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap | Jan Djärv | 2010-08-02 | 1 | -1/+4 |
| * | Don't use Gtk+ tooltip unless Gtk+ version => 2.14. | Jan Djärv | 2010-08-02 | 1 | -0/+12 |
| * | Enable ICANON (Bug#6771). Any long line problem must be solved differently. | Jan Djärv | 2010-08-02 | 1 | -0/+5 |
| * | * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493). | Juanma Barranquero | 2010-08-02 | 1 | -0/+5 |
| * | Use Gtk+ tooltips by default for Gtk+ Emacs. | Jan D | 2010-08-01 | 1 | -0/+25 |
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-08-01 | 1 | -1/+1 |
| * | * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid. | Stefan Monnier | 2010-08-01 | 1 | -0/+4 |
| * | Adapt mouse-3 behavior to recent selection changes (Bug#6701). | Chong Yidong | 2010-07-31 | 1 | -0/+4 |
| * | * src/buffer.c (Qwindow): Do not define, already defined in data.c. | Dan Nicolaescu | 2010-07-29 | 1 | -0/+5 |
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-29 | 1 | -5/+5 |
| * | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf | Jan D | 2010-07-29 | 1 | -0/+8 |
| * | Rename s/usg5-4.h -> s/usg5-4-common.h. | Dan Nicolaescu | 2010-07-29 | 1 | -0/+9 |
| * | * xfns.c (x_set_tool_bar_position): Remove debug fprintf. | Jan D | 2010-07-29 | 1 | -0/+2 |
| * | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top. | Jan Djärv | 2010-07-29 | 1 | -0/+57 |
| * | Make lisp_time_argument work on all systems. | Dan Nicolaescu | 2010-07-29 | 1 | -0/+7 |
| * | Fix some stuff that didn't compile. | Jan Djärv | 2010-07-29 | 1 | -0/+8 |
| * | * src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it. | Dan Nicolaescu | 2010-07-28 | 1 | -0/+3 |
| * | * src/mem-limits.h: Remove duplicated includes. | Dan Nicolaescu | 2010-07-28 | 1 | -0/+6 |
| * | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -0/+73 |
| * | Clean up unexec.c, remove references to unused code. | Dan Nicolaescu | 2010-07-28 | 1 | -0/+16 |
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-29 | 1 | -1/+1 |
| * | Add tool bar style text-image-horiz (text to the left of the image). | Jan Djärv | 2010-07-28 | 1 | -0/+14 |
| * | * src/emacs.c (Fkill_emacs): Remove return statement. | Dan Nicolaescu | 2010-07-27 | 1 | -0/+2 |