aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/process.c: Simplify include logic.Dan Nicolaescu2010-08-062-10/+5
* * sysdep.c: Remove declarations.Dan Nicolaescu2010-08-061-7/+0
* Move declarations to header files.Dan Nicolaescu2010-08-064-4/+12
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-069-16/+14
* * src/frame.c (frame_params): Make const.Dan Nicolaescu2010-08-062-1/+3
* * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.Dan Nicolaescu2010-08-062-0/+8
* emacs.c cleanups.Dan Nicolaescu2010-08-062-30/+8
* Use const for some arrays and functions.Dan Nicolaescu2010-08-067-18/+30
* * src/sysdep.c: Move include term.h last of includes (Bug#6812).Jan D2010-08-062-3/+10
* xdisp.c (display_line): Fix a typo in a comment.Eli Zaretskii2010-08-061-2/+2
* Fix redisplay bugs due to uninitialized glyphs.Eli Zaretskii2010-08-064-3/+20
|\
| * Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.Eli Zaretskii2010-08-064-3/+20
* | src/ChangeLog: Fix typos.Juanma Barranquero2010-08-061-8/+8
* | src/makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.Juanma Barranquero2010-08-062-0/+5
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-063-2/+5
* | Can't include menu.h in window.c for X targets.Jan D2010-08-063-2/+5
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-0619-116/+235
|/
* src/ChangeLog: Fix entry.Juanma Barranquero2010-08-061-2/+1
* Cleanup process.c.Dan Nicolaescu2010-08-052-52/+11
* Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...Juanma Barranquero2010-08-065-6/+22
* * src/syssignal.h (signal_handler_t): Restore accidentally removed definition.Dan Nicolaescu2010-08-051-0/+4
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-0528-220/+33
* Cleanup syssignal.h.Dan Nicolaescu2010-08-052-31/+7
* Add declarations to header files.Dan Nicolaescu2010-08-0510-13/+130
* * src/term.c: Remove dead code.Dan Nicolaescu2010-08-052-11/+2
* Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.Dan Nicolaescu2010-08-052-1/+8
* Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-053-2/+15
* Fix compilation error.Nick Roberts2010-08-051-1/+1
* * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.Stefan Monnier2010-08-042-13/+20
* src/ChangeLog: Add missing bug reference.Juanma Barranquero2010-08-031-11/+10
* * src/data.c (Flocal_variable_p): Handle variable aliases correctly.Johan Bockgård2010-08-032-0/+5
* * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormapJan Djärv2010-08-022-2/+8
* Don't use Gtk+ tooltip unless Gtk+ version => 2.14.Jan Djärv2010-08-023-4/+38
* Enable ICANON (Bug#6771). Any long line problem must be solved differently.Jan Djärv2010-08-022-1/+15
* * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).Juanma Barranquero2010-08-022-2/+7
* Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-016-17/+264
* Fix typos in ChangeLogs.Juanma Barranquero2010-08-011-1/+1
* * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.Stefan Monnier2010-08-012-2/+6
* Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong2010-07-312-7/+9
* * src/buffer.c (Qwindow): Do not define, already defined in data.c.Dan Nicolaescu2010-07-292-3/+6
* Fix typos in ChangeLogs.Juanma Barranquero2010-07-291-5/+5
* Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-2910-28/+16
* Rename s/usg5-4.h -> s/usg5-4-common.h.Dan Nicolaescu2010-07-295-6/+15
* * xfns.c (x_set_tool_bar_position): Remove debug fprintf.Jan D2010-07-292-1/+2
* Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-299-73/+306
* Make lisp_time_argument work on all systems.Dan Nicolaescu2010-07-294-2/+10
* Fix some stuff that didn't compile.Jan Djärv2010-07-293-3/+12
* * src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.Dan Nicolaescu2010-07-282-6/+5
* * src/mem-limits.h: Remove duplicated includes.Dan Nicolaescu2010-07-282-16/+7
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-2839-126/+149