aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | * callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen2011-07-042-3/+8
| * | | Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-032-0/+17
| * | | Clarify what the "-" and "0" flags mean in the `format' functionLars Magne Ingebrigtsen2011-07-032-1/+6
| * | | * xsettings.c (SYSTEM_FONT): Define only when used.Paul Eggert2011-07-022-3/+8
| * | | * keymap.c (access_keymap_1): Now static.Paul Eggert2011-07-022-1/+5
| * | | Fix corner case in prefix-arg handling for mouse events (Bug#1586).Chong Yidong2011-07-022-1/+17
| * | | * lread.c (syms_of_lread): Mention single symbols defined byLars Magne Ingebrigtsen2011-07-022-3/+8
| * | | (Frequire): Mention get-load-suffixes.Lars Magne Ingebrigtsen2011-07-022-1/+3
| * | | * fns.c (Frequire): Mention .el.gz files.Lars Magne Ingebrigtsen2011-07-022-0/+5
| * | | Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-024-49/+18
| * | | Add multiple inheritance to keymaps.Stefan Monnier2011-07-023-352/+206
| * | | Fix typos that break xsettings.c compilation.Glenn Morris2011-07-012-1/+5
| * | | * 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
|/ / /