| Commit message (Expand) | Author | Age | Files | Lines |
| * | Call try_scrolling even if buffer's clip_changed flag is set. | Eli Zaretskii | 2011-03-26 | 1 | -0/+5 |
| * | src/*.c: Fix more warnings about unused parameters. | Juanma Barranquero | 2011-03-26 | 1 | -0/+7 |
| * | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 1 | -0/+23 |
| * | Discard changes to buffer->clip_changed incurred during fontification. | Chong Yidong | 2011-03-25 | 1 | -0/+5 |
| * | src/*.c: Remove unused function parameters. | Juanma Barranquero | 2011-03-25 | 1 | -0/+8 |
| * | nt/*.c, src/*.c: Remove unused variables. | Juanma Barranquero | 2011-03-25 | 1 | -1/+32 |
| * | src/w32term.c (x_set_glyph_string_clipping): Don't pass uninitialized region ... | Juanma Barranquero | 2011-03-24 | 1 | -0/+5 |
| * | w32: Fix some warnings reported by -Wall -Wextra. | Juanma Barranquero | 2011-03-23 | 1 | -0/+22 |
| * | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -0/+18 |
| * | Fix ChangeLog typo. | Glenn Morris | 2011-03-22 | 1 | -2/+2 |
| * | Fix more problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-22 | 1 | -0/+127 |
| |\ |
|
| | * | Merge from mainline. | Paul Eggert | 2011-03-22 | 1 | -3/+6 |
| | |\
| |/
|/| |
|
| * | | Remove an apparently unnecessary XClearWindow call. | Chong Yidong | 2011-03-22 | 1 | -0/+5 |
| | * | Add Bug# | Paul Eggert | 2011-03-22 | 1 | -1/+1 |
| | * | * coding.c (encode_coding_raw_text): Avoid unnecessary test | Paul Eggert | 2011-03-22 | 1 | -0/+4 |
| | * | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow | Paul Eggert | 2011-03-22 | 1 | -0/+5 |
| | * | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes | Paul Eggert | 2011-03-22 | 1 | -0/+3 |
| | * | * xdisp.c (pint2hrstr): Simplify and tune code slightly. | Paul Eggert | 2011-03-22 | 1 | -0/+2 |
| | * | * xdisp.c (message_log_check_duplicate): Return unsigned long, not int. | Paul Eggert | 2011-03-22 | 1 | -0/+5 |
| | * | * scroll.c (do_scrolling): Work around GCC bug 48228. | Paul Eggert | 2011-03-22 | 1 | -0/+5 |
| | * | * frame.c (validate_x_resource_name): Simplify count usage. | Paul Eggert | 2011-03-21 | 1 | -0/+2 |
| | * | * frame.c (Fmodify_frame_parameters): Simplify loop counter. | Paul Eggert | 2011-03-21 | 1 | -0/+3 |
| | * | Add Bug#. | Paul Eggert | 2011-03-20 | 1 | -1/+2 |
| | * | Merge from trunk and from gnulib stdio. | Paul Eggert | 2011-03-20 | 1 | -6/+25 |
| | |\
| |/
|/| |
|
| * | | (Re)move autotools generated files from the repository. | Glenn Morris | 2011-03-20 | 1 | -0/+4 |
| * | | src/minibuf.c: Fix previous change. | Juanma Barranquero | 2011-03-20 | 1 | -0/+6 |
| * | | New variable completing-read-function to customize completing-read | Leo Liu | 2011-03-20 | 1 | -0/+6 |
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2011-03-19 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Backport fix for Bug#8219 from trunk. | Chong Yidong | 2011-03-19 | 1 | -0/+22 |
| | * | | src/xfaces.c (Fx_load_color_file): Read color file from absolute filename. | Juanma Barranquero | 2011-03-17 | 1 | -0/+5 |
| * | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2011-03-19 | 1 | -0/+4 |
| | | * | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail. | Paul Eggert | 2011-03-20 | 1 | -0/+4 |
| | | * | Add Bug#. | Paul Eggert | 2011-03-20 | 1 | -1/+1 |
| | | * | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors. | Paul Eggert | 2011-03-20 | 1 | -0/+2 |
| | | * | Merge: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-20 | 1 | -0/+8 |
| | | |\ |
|
| | | | * | Add Bug#. | Paul Eggert | 2011-03-17 | 1 | -1/+1 |
| | | | * | process.c: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-17 | 1 | -0/+10 |
| | | * | | Add Bug#8298. | Paul Eggert | 2011-03-19 | 1 | -2/+3 |
| | | * | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| | | * | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| | | * | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| | | * | | * process.c (Fnetwork_interface_info): Fix pointer signedness. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| | | * | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee... | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| | | * | | * process.c: Rename or move locals to avoid shadowing. | Paul Eggert | 2011-03-19 | 1 | -0/+7 |
| | | * | | Make tparam.h and terminfo.c consistent. | Paul Eggert | 2011-03-19 | 1 | -0/+12 |
| | | * | | * xftfont.c (xftfont_open): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| | | * | | * xftfont.c (xftfont_shape): Now static, and defined only if needed. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| | | * | | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity): | Paul Eggert | 2011-03-18 | 1 | -0/+3 |
| | | * | | * ftfont.c (ftfont_list): Remove unused local. | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| | | * | | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |