| 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 | 2 | -0/+5 |
| * | * coding.c (emacs_mule_char, encode_invocation_designation): | Paul Eggert | 2011-03-07 | 2 | -2/+4 |
| * | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert | 2011-03-07 | 3 | -55/+63 |
| * | * coding.c (coding_set_source, coding_set_destination): | Paul Eggert | 2011-03-07 | 2 | -6/+12 |
| * | * charset.c (load_charset): Abort instead of using uninitialized var. | Paul Eggert | 2011-03-07 | 2 | -2/+7 |
| * | * charset.c (load_charset_map): Mark variables that gcc -Wuninitialized | Paul Eggert | 2011-03-07 | 2 | -1/+3 |
| * | * charset.c: Include <limits.h>. | Paul Eggert | 2011-03-07 | 2 | -5/+7 |
| * | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid | Paul Eggert | 2011-03-07 | 3 | -11/+12 |
| * | 2011-03-08 Paul Eggert <eggert@cs.ucla.edu> | Paul Eggert | 2011-03-07 | 2 | -3/+7 |
| * | * window.h (check_all_windows): New decl, to forestall | Paul Eggert | 2011-03-06 | 2 | -0/+3 |
| * | * window.c (display_buffer): Now static. | Paul Eggert | 2011-03-06 | 2 | -1/+3 |
| * | * window.c (window_loop, size_window): | Paul Eggert | 2011-03-06 | 2 | -23/+26 |
| * | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT, | Paul Eggert | 2011-03-06 | 2 | -2/+4 |
| * | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" | Paul Eggert | 2011-03-06 | 2 | -3/+5 |
| * | * xdisp.c (redisplay_window): Rename local to avoid shadowing. | Paul Eggert | 2011-03-06 | 2 | -2/+4 |
| * | Merge from mainline. | Paul Eggert | 2011-03-06 | 14 | -1631/+1859 |
| |\ |
|
| | * | Revert incorrect logic in 2011-03-06T07:50:01Z!eggert@cs.ucla.edu. | Chong Yidong | 2011-03-06 | 2 | -6/+9 |
| | * | Document package archives in the Lisp manual. | Chong Yidong | 2011-03-06 | 2 | -10/+96 |
| | * | * lisp/progmodes/gud.el (gdb-script-syntax-propertize-function): | Stefan Monnier | 2011-03-06 | 2 | -3/+10 |
| | * | Usability improvements to commands in package-x.el. | Chong Yidong | 2011-03-06 | 2 | -108/+159 |
| | * | doc/lispref/makefile.w32-in (srcs): Add package.texi. | Juanma Barranquero | 2011-03-06 | 2 | -0/+5 |
| | * | Bind C-y in Isearch to isearch-yank-kill. | Chong Yidong | 2011-03-06 | 5 | -16/+36 |
| | * | (c-guess-basic-syntax): Move CASE 19 to a different place, correctly to | Alan Mackenzie | 2011-03-06 | 2 | -28/+29 |
| | * | progmodes/cc-engine.el (c-guess-basic-syntax): Reindent. | Alan Mackenzie | 2011-03-06 | 2 | -1360/+1364 |
| | * | Improve packaging documentation. | Chong Yidong | 2011-03-06 | 3 | -124/+173 |
| | * | Merge: current_column: Now returns EMACS_INT, fixing some iftc | Paul Eggert | 2011-03-06 | 9 | -66/+87 |
| | |\ |
|
| * | | | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing. | Paul Eggert | 2011-03-06 | 2 | -3/+4 |
| * | | | * xmenu.c (set_frame_menubar): Remove unused local. | Paul Eggert | 2011-03-06 | 2 | -2/+1 |
| * | | | * xmenu.c (menu_highlight_callback): Now static. | Paul Eggert | 2011-03-06 | 2 | -2/+4 |
| * | | | xdisp.c (draw_glyphs): | Paul Eggert | 2011-03-06 | 2 | -3/+4 |
| * | | | xdisp.c (draw_glyphs): | Paul Eggert | 2011-03-06 | 2 | -3/+5 |
| * | | | xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Mark variables that | Paul Eggert | 2011-03-06 | 2 | -3/+4 |
| * | | | * xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannot | Paul Eggert | 2011-03-06 | 3 | -7/+20 |
| * | | | * xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; this | Paul Eggert | 2011-03-06 | 2 | -10/+7 |
| * | | | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. | Paul Eggert | 2011-03-06 | 2 | -1/+11 |
| | |/
|/| |
|
| * | | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 8 | -46/+68 |
| * | | * xdisp.c (redisplay_window): Likewise. | Paul Eggert | 2011-03-06 | 2 | -3/+4 |
| * | | * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here | Paul Eggert | 2011-03-06 | 4 | -18/+14 |
| |/ |
|
| * | * cmds.c (internal_self_insert): Reindent to match Emacs style. | Paul Eggert | 2011-03-06 | 2 | -16/+19 |
| * | * xdisp.c (SKIP_GLYPHS): Removed unused macro. | Paul Eggert | 2011-03-06 | 2 | -12/+1 |
| * | * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. | Paul Eggert | 2011-03-06 | 2 | -1/+2 |
| * | * xdisp.c (produce_glyphless_glyph): Make a pointer "const" | Paul Eggert | 2011-03-06 | 2 | -1/+4 |
| * | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. | Paul Eggert | 2011-03-06 | 2 | -1/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-03-05 | 128 | -1574/+2594 |
| |\ |
|
| | * | Add package.texi to doc/lispref/Makefile.in. | Chong Yidong | 2011-03-06 | 2 | -0/+5 |
| | * | * calc/calc-units.el (math-midi-round): Translate calc-note-threshold | Jay Belanger | 2011-03-05 | 1 | -1/+2 |
| | * | * calc/calc-units.el (math-midi-round, math-freqp, math-midip) | Jay Belanger | 2011-03-05 | 6 | -23/+344 |
| | * | * doc/misc/calc.texi (Logarithmic Units): Rename calc-logunits-dblevel | Jay Belanger | 2011-03-05 | 5 | -10/+26 |
| | * | Allow specifying local ELPA mirrors in package-archives. | Chong Yidong | 2011-03-05 | 2 | -57/+77 |
| | * | Mention xmodmap-generic-mode in NEWS. | Glenn Morris | 2011-03-05 | 1 | -0/+2 |