aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * coding.c (Fencode_coding_string): Record the last coding systemKazuhiro Ito2011-07-012-1/+6
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-014-156/+72
* * eval.c (struct backtrace): Simplify and port the data structure.Paul Eggert2011-06-302-20/+13
* Fix bad include.Jan Djärv2011-06-302-3/+3
* Add GSettings support (GConf is going away).Jan Djärv2011-06-303-29/+242
* ChangeLog fix.Glenn Morris2011-06-291-1/+1
* Rename more functions to use window-/window-- prefixes.Martin Rudalics2011-06-292-6/+14
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-282-1/+4
* Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-272-41/+48
* src/makefile.w32-in: Redesign dependencies.Juanma Barranquero2011-06-272-955/+730
* Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-272-16/+21
* Have overlays with window property respect clone numbers.Martin Rudalics2011-06-272-6/+24
* Fix wm_size-hints race between KDE/KWin and Gtk+ 3.Jan Djärv2011-06-264-46/+102
* Avoid bidi-related crashes in Cperl Mode.Eli Zaretskii2011-06-262-2/+8
* Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong2011-06-252-4/+16
* ChangeLog fix.Glenn Morris2011-06-251-1/+1
* Merge from trunk.Paul Eggert2011-06-252-0/+6
|\
| * Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.Glenn Morris2011-06-252-0/+6
| |\
| | * * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight ...YAMAMOTO Mitsuharu2011-06-182-0/+6
| | * Fix ChangeLog entry (no need to merge to trunk)Glenn Morris2011-06-161-5/+4
| | * Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-06-162-35/+40
* | | Use gnulib's dup2 module instead of rolling our own.Paul Eggert2011-06-252-31/+5
|/ /
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-2450-1300/+656
* | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-242-57/+27
* | Merge from trunk.Paul Eggert2011-06-232-82/+10
|\ \
| * | Move completing-read-function and completing-read-default to elispLeo Liu2011-06-232-80/+6
* | | * print.c (printchar, strout): Check for string overflow.Paul Eggert2011-06-232-9/+23
* | | * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,Paul Eggert2011-06-222-8/+10
* | | * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-223-7/+22
* | | * lread.c (read1): Check for size overflow.Paul Eggert2011-06-222-0/+7
* | | * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.Paul Eggert2011-06-222-4/+3
* | | * lread.c (read_escape): Avoid int overflow.Paul Eggert2011-06-222-20/+25
* | | * lread.c: Integer overflow fixes.Paul Eggert2011-06-222-33/+53
* | | * image.c (cache_image): Check for size arithmetic overflow.Paul Eggert2011-06-222-0/+6
* | | * lread.c (read_escape): Check for hex character overflow.Paul Eggert2011-06-222-4/+4
* | | * lread.c: Integer overflow issues.Paul Eggert2011-06-222-10/+21
|/ /
* | Merge: Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.Paul Eggert2011-06-229-57/+84
|\ \
| * | GLYPH_DEBUG fixesPaul Eggert2011-06-229-57/+84
|/ /
* | Merge: Integer overflow and signedness fixes (Bug#8873).Paul Eggert2011-06-2242-453/+624
|\ \
| * \ Merge from trunk.Paul Eggert2011-06-227-66/+125
| |\ \ | |/ / |/| |
* | | don't leak an XBM-image-sized bufferJim Meyering2011-06-222-0/+6
* | | Port to Sun C.Paul Eggert2011-06-214-5/+24
* | | New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-214-60/+96
| * | * font.c (font_score): Use EMACS_INT, not int, to store XINT value.Paul Eggert2011-06-212-2/+4
| * | * dispextern.h (struct face.stipple):Paul Eggert2011-06-219-45/+69
| * | * buffer.c (OVERLAY_COUNT_MAX): New macro.Paul Eggert2011-06-212-20/+24
| * | Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-217-34/+44
| * | * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.Paul Eggert2011-06-212-3/+5
| * | * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.Paul Eggert2011-06-212-6/+9
| * | * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne...Paul Eggert2011-06-212-6/+3