| Commit message (Expand) | Author | Age | Files | Lines |
| * | * font.c (font_range): Add pos_byte argument. Adjust comment | Dmitry Antipov | 2013-02-13 | 4 | -22/+23 |
| * | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 8 | -59/+104 |
| |\ |
|
| | * | * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes. | Glenn Morris | 2013-02-12 | 2 | -5/+6 |
| | * | Improve AIX port some more. | Paul Eggert | 2013-02-12 | 2 | -32/+31 |
| | * | * pre-crt0.c (data_start): Initialize to 1. | Paul Eggert | 2013-02-12 | 2 | -3/+9 |
| | * | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 3 | -3/+3 |
| | * | Improve AIX port. | Paul Eggert | 2013-02-11 | 2 | -17/+42 |
| | * | Fix rare aborts in bidi.c. | Eli Zaretskii | 2013-02-11 | 2 | -0/+16 |
| * | | Minor getenv-related fixes. | Paul Eggert | 2013-02-12 | 4 | -11/+17 |
| * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2013-02-13 | 2 | -2/+7 |
| * | | Fix cursor positioning near scroll margin at top of window. | Eli Zaretskii | 2013-02-12 | 2 | -0/+16 |
| * | | Minor additional fix in the wake of bugs #13623 and 13626. | Eli Zaretskii | 2013-02-12 | 3 | -5/+14 |
| * | | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 8 | -158/+150 |
| * | | Clean up read_key_sequence a tiny bit more. | Paul Eggert | 2013-02-11 | 2 | -17/+11 |
| * | | Clean up read_key_sequence a bit; reread active keymaps after first event. | Stefan Monnier | 2013-02-11 | 5 | -389/+136 |
| * | | Fix previous commit for bug #13675. | Eli Zaretskii | 2013-02-11 | 2 | -2/+14 |
| * | | * marker.c (set_marker_internal): If desired position is passed | Dmitry Antipov | 2013-02-11 | 4 | -19/+46 |
| * | | Remove obsolete references to VAX in comments. | Paul Eggert | 2013-02-10 | 2 | -6/+2 |
| * | | Speed up some redisplay operations with very long lines (Bug#13675). | Eli Zaretskii | 2013-02-10 | 2 | -4/+21 |
| * | | * syntax.c (scan_sexps_forward): Fix byte position calculation | Dmitry Antipov | 2013-02-10 | 2 | -0/+6 |
| * | | * fileio.c (Fexpand_file_name): Omit confusing pointer comparison | Paul Eggert | 2013-02-10 | 2 | -2/+7 |
| * | | Minor hashing refactoring. | Paul Eggert | 2013-02-09 | 4 | -7/+23 |
| * | | Fix last ChangeLog entry. | Eli Zaretskii | 2013-02-09 | 1 | -3/+3 |
| * | | Fix bug #13661 with w32-downcase-file-names and shell-command. | Eli Zaretskii | 2013-02-09 | 2 | -2/+24 |
| * | | Remove all references to buffer-file-type and related features. | Eli Zaretskii | 2013-02-09 | 2 | -3/+2 |
| * | | src/msdos.c (careadlinkatcwd): Remove. | Eli Zaretskii | 2013-02-09 | 2 | -8/+4 |
| * | | * src/lread.c (skip_dyn_bytes): New function. | Stefan Monnier | 2013-02-08 | 3 | -33/+54 |
| * | | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.org | Glenn Morris | 2013-02-08 | 1 | -5/+9 |
| |\ \
| |/ |
|
| | * | src/xdisp.c: Fix commentary of display_count_lines. | Eli Zaretskii | 2013-02-08 | 1 | -5/+9 |
| | * | ChangeLog date fix (do not merge to trunk) | Glenn Morris | 2013-02-05 | 1 | -1/+1 |
| | * | Backport fix for execvp issue from trunk | Daniel Colascione | 2013-02-05 | 2 | -1/+7 |
| * | | * search.c (scan_buffer): Calculate end byte position just once. | Dmitry Antipov | 2013-02-08 | 3 | -13/+26 |
| * | | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 17 | -41/+77 |
| * | | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov | 2013-02-07 | 5 | -12/+18 |
| * | | * lisp/cus-start.el (all): Add ns-use-native-fullscreen. | Jan Djärv | 2013-02-05 | 4 | -73/+216 |
| * | | * fileio.c (Qchoose_write_coding_system): Now static. | Paul Eggert | 2013-02-04 | 2 | -1/+5 |
| * | | Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov... | Eli Zaretskii | 2013-02-04 | 3 | -5/+33 |
| * | | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that | Daniel Colascione | 2013-02-03 | 2 | -1/+7 |
| * | | Avoid file time stamp bug on MS-Windows. | Paul Eggert | 2013-02-02 | 2 | -4/+26 |
| * | | Avoid encoding file names run through dostounix_filename on MS-Windows. | Eli Zaretskii | 2013-02-02 | 13 | -91/+128 |
| * | | Spelling fixes. | Paul Eggert | 2013-02-01 | 1 | -1/+1 |
| * | | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.com | Glenn Morris | 2013-02-01 | 3 | -22/+39 |
| |\ \
| |/ |
|
| | * | Make sure program names are encoded before using them to invoke subprocesses. | Eli Zaretskii | 2013-02-01 | 2 | -21/+32 |
| | * | w32proc.c (sys_spawnve): Initialize escape_char. | Eli Zaretskii | 2013-02-01 | 2 | -1/+7 |
| * | | Fix timestamp bug when write-region appends nothing. | Paul Eggert | 2013-02-01 | 2 | -1/+14 |
| * | | * window.h (struct window): Convert base_line_number, base_line_pos | Dmitry Antipov | 2013-02-01 | 6 | -105/+74 |
| * | | Use fdopendir, fstatat and readlinkat, for efficiency. | Paul Eggert | 2013-01-31 | 8 | -114/+180 |
| * | | ChangeLog for previous fileio.c change | Glenn Morris | 2013-01-31 | 1 | -3/+2 |
| * | | Simplify part of previous Fwrite_region change | Glenn Morris | 2013-01-31 | 1 | -3/+2 |
| * | | Reduce delay between backing up a file and saving new version | Glenn Morris | 2013-01-30 | 2 | -11/+34 |