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