| Commit message (Expand) | Author | Age | Files | Lines |
| * | * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * coding.c (emacs_mule_char, encode_invocation_designation): | Paul Eggert | 2011-03-07 | 1 | -0/+2 |
| * | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert | 2011-03-07 | 1 | -0/+9 |
| * | * coding.c (coding_set_source, coding_set_destination): | Paul Eggert | 2011-03-07 | 1 | -0/+4 |
| * | * charset.c (load_charset): Abort instead of using uninitialized var. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * charset.c (load_charset_map): Mark variables that gcc -Wuninitialized | Paul Eggert | 2011-03-07 | 1 | -0/+2 |
| * | * charset.c: Include <limits.h>. | Paul Eggert | 2011-03-07 | 1 | -0/+3 |
| * | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid | Paul Eggert | 2011-03-07 | 1 | -2/+4 |
| * | 2011-03-08 Paul Eggert <eggert@cs.ucla.edu> | Paul Eggert | 2011-03-07 | 1 | -1/+5 |
| * | * window.h (check_all_windows): New decl, to forestall | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * window.c (display_buffer): Now static. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * window.c (window_loop, size_window): | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT, | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xdisp.c (redisplay_window): Rename local to avoid shadowing. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | Merge from mainline. | Paul Eggert | 2011-03-06 | 1 | -5/+12 |
| |\ |
|
| | * | Revert incorrect logic in 2011-03-06T07:50:01Z!eggert@cs.ucla.edu. | Chong Yidong | 2011-03-06 | 1 | -0/+5 |
| | * | Merge: current_column: Now returns EMACS_INT, fixing some iftc | Paul Eggert | 2011-03-06 | 1 | -0/+33 |
| | |\ |
|
| * | | | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | | | * xmenu.c (set_frame_menubar): Remove unused local. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | | | * xmenu.c (menu_highlight_callback): Now static. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | | | xdisp.c (draw_glyphs): | Paul Eggert | 2011-03-06 | 1 | -2/+2 |
| * | | | xdisp.c (draw_glyphs): | Paul Eggert | 2011-03-06 | 1 | -2/+3 |
| * | | | xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Mark variables that | Paul Eggert | 2011-03-06 | 1 | -2/+3 |
| * | | | * xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannot | Paul Eggert | 2011-03-06 | 1 | -0/+4 |
| * | | | * xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; this | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | | | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. | Paul Eggert | 2011-03-06 | 1 | -0/+4 |
| | |/
|/| |
|
| * | | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 1 | -0/+25 |
| * | | * xdisp.c (redisplay_window): Likewise. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | | * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here | Paul Eggert | 2011-03-06 | 1 | -0/+5 |
| |/ |
|
| * | * cmds.c (internal_self_insert): Reindent to match Emacs style. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xdisp.c (SKIP_GLYPHS): Removed unused macro. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | * xdisp.c (produce_glyphless_glyph): Make a pointer "const" | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. | Paul Eggert | 2011-03-06 | 1 | -0/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-03-05 | 1 | -7/+19 |
| |\ |
|
| | * | Fix typos. | Juanma Barranquero | 2011-03-06 | 1 | -7/+7 |
| | * | Doc fixes for bug#5567 (tiny change) | Michael Shields | 2011-03-05 | 1 | -0/+4 |
| | * | * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit. | Chong Yidong | 2011-03-05 | 1 | -0/+4 |
| | * | ChangeLog fix. | Glenn Morris | 2011-03-05 | 1 | -1/+1 |
| | * | * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. | Ken Brown | 2011-03-02 | 1 | -0/+4 |
| * | | * xdisp.c: Rename or move local decls to avoid shadowing. | Paul Eggert | 2011-03-05 | 1 | -0/+11 |
| |/ |
|
| * | Merge: Work around some portability problems with symlinks. | Paul Eggert | 2011-03-01 | 1 | -0/+13 |
| |\ |
|
| | * | Merge from mainline. | Paul Eggert | 2011-03-01 | 1 | -0/+52 |
| | |\
| |/
|/| |
|
| | * | * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| | * | Simplify symlink portability workaround. | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| | * | Merge from mainline. | Paul Eggert | 2011-02-24 | 1 | -0/+26 |
| | |\ |
|
| | * | | [ChangeLog] | Paul Eggert | 2011-02-22 | 1 | -0/+7 |
| * | | | Avoid recording dead buffers in buffer-list frame param (Bug#7898). | Chong Yidong | 2011-02-27 | 1 | -0/+6 |
| * | | | Implement stub emulation of `readlink' for MS-DOS. | Eli Zaretskii | 2011-02-27 | 1 | -0/+4 |
| |\ \ \ |
|