| Commit message (Expand) | Author | Age | Files | Lines |
| * | * dispnew.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-07 | 2 | -48/+32 |
| * | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide): | Paul Eggert | 2011-07-07 | 6 | -39/+55 |
| * | * keyboard.h (num_input_events): Now uintmax_t. | Paul Eggert | 2011-07-07 | 4 | -5/+9 |
| * | * buffer.c: Integer signedness fixes. | Paul Eggert | 2011-07-07 | 2 | -4/+9 |
| * | * bidi.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-07 | 2 | -13/+27 |
| * | * alloc.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-07 | 2 | -58/+102 |
| * | * xselect.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-06 | 3 | -4/+14 |
| * | * doprnt.c: Prefer signed to unsigned when either works. | Paul Eggert | 2011-07-06 | 5 | -16/+28 |
| * | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 10 | -117/+35 |
| * | Merge from trunk. | Paul Eggert | 2011-07-06 | 7 | -114/+343 |
| |\ |
|
| | * | Remove more assumptions re struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 3 | -6/+9 |
| | * | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 3 | -2/+16 |
| | * | Fix typos. | Juanma Barranquero | 2011-07-05 | 3 | -9/+9 |
| | * | Use GConf and GSettings both, check GConf/GSettings toolbar style and font name. | Jan Djärv | 2011-07-05 | 2 | -97/+307 |
| * | | [ChangeLog] | Paul Eggert | 2011-07-04 | 5 | -179/+9 |
| * | | * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes. | Paul Eggert | 2011-07-04 | 2 | -2/+6 |
| |/ |
|
| * | Random fixes. E.g., (random) never returned negative values. | Paul Eggert | 2011-07-04 | 3 | -7/+26 |
| * | * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky. | Stefan Monnier | 2011-07-04 | 4 | -10/+16 |
| * | * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR. | Paul Eggert | 2011-07-04 | 2 | -1/+6 |
| * | * buffer.c (Foverlay_put): Say what the return value is | Lars Magne Ingebrigtsen | 2011-07-04 | 2 | -1/+5 |
| * | (barf_or_query_if_file_exists): Make the "File is a directory" | Lars Magne Ingebrigtsen | 2011-07-04 | 2 | -1/+3 |
| * | * fileio.c (barf_or_query_if_file_exists): Check first if the file | Lars Magne Ingebrigtsen | 2011-07-04 | 2 | -0/+8 |
| * | * fns.c (Frequire): Remove the mention of the .gz files, since | Lars Magne Ingebrigtsen | 2011-07-04 | 2 | -2/+7 |
| * | * editfns.c (Fformat_time_string): Don't assume strlen fits in int. | Paul Eggert | 2011-07-04 | 2 | -3/+12 |
| * | src/gnutls.c: Remove bogus references to :verify-error. | Juanma Barranquero | 2011-07-04 | 2 | -24/+25 |
| * | src/eval.c (find_handler_clause): Remove unused parameters. | Juanma Barranquero | 2011-07-04 | 2 | -18/+13 |
| * | * callint.c (Finteractive): Clarify the meaning of "@". | Lars Magne Ingebrigtsen | 2011-07-04 | 2 | -3/+8 |
| * | Fix how custom themes handle faces, so the multi-tty/multi-frame case works. | Chong Yidong | 2011-07-03 | 2 | -0/+17 |
| * | Clarify what the "-" and "0" flags mean in the `format' function | Lars Magne Ingebrigtsen | 2011-07-03 | 2 | -1/+6 |
| * | * xsettings.c (SYSTEM_FONT): Define only when used. | Paul Eggert | 2011-07-02 | 2 | -3/+8 |
| * | * keymap.c (access_keymap_1): Now static. | Paul Eggert | 2011-07-02 | 2 | -1/+5 |
| * | Fix corner case in prefix-arg handling for mouse events (Bug#1586). | Chong Yidong | 2011-07-02 | 2 | -1/+17 |
| * | * lread.c (syms_of_lread): Mention single symbols defined by | Lars Magne Ingebrigtsen | 2011-07-02 | 2 | -3/+8 |
| * | (Frequire): Mention get-load-suffixes. | Lars Magne Ingebrigtsen | 2011-07-02 | 2 | -1/+3 |
| * | * fns.c (Frequire): Mention .el.gz files. | Lars Magne Ingebrigtsen | 2011-07-02 | 2 | -0/+5 |
| * | Remove clone-number support. Provide clone-of parameter in window states. | Martin Rudalics | 2011-07-02 | 4 | -49/+18 |
| * | Add multiple inheritance to keymaps. | Stefan Monnier | 2011-07-02 | 3 | -352/+206 |
| * | Fix typos that break xsettings.c compilation. | Glenn Morris | 2011-07-01 | 2 | -1/+5 |
| * | * coding.c (Fencode_coding_string): Record the last coding system | Kazuhiro Ito | 2011-07-01 | 2 | -1/+6 |
| * | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | Jan Djärv | 2011-07-01 | 4 | -156/+72 |
| * | * eval.c (struct backtrace): Simplify and port the data structure. | Paul Eggert | 2011-06-30 | 2 | -20/+13 |
| * | Fix bad include. | Jan Djärv | 2011-06-30 | 2 | -3/+3 |
| * | Add GSettings support (GConf is going away). | Jan Djärv | 2011-06-30 | 3 | -29/+242 |
| * | ChangeLog fix. | Glenn Morris | 2011-06-29 | 1 | -1/+1 |
| * | Rename more functions to use window-/window-- prefixes. | Martin Rudalics | 2011-06-29 | 2 | -6/+14 |
| * | * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var. | Paul Eggert | 2011-06-28 | 2 | -1/+4 |
| * | Use window- prefix more consistently. Fix two buffer display bugs. | Martin Rudalics | 2011-06-27 | 2 | -41/+48 |
| * | src/makefile.w32-in: Redesign dependencies. | Juanma Barranquero | 2011-06-27 | 2 | -955/+730 |
| * | Use better names for window-next/-prev and window-vchild/-hchild. | Martin Rudalics | 2011-06-27 | 2 | -16/+21 |
| * | Have overlays with window property respect clone numbers. | Martin Rudalics | 2011-06-27 | 2 | -6/+24 |