summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-02-13* src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.Stefan Monnier
2013-02-13More robust creation of a subprocess, attempt to solve bug #13546.Eli Zaretskii
2013-02-13Cleanup related to bug #13546 with subprocesses on MS-Windows.Eli Zaretskii
2013-02-13* font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov
2013-02-12Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris
2013-02-12* src/keyboard.c (input-decode-map, key-translation-map): Doc fixes.Glenn Morris
2013-02-12Minor getenv-related fixes.Paul Eggert
2013-02-13src/makefile.w32-in: Update dependencies.Juanma Barranquero
2013-02-12Improve AIX port some more.Paul Eggert
2013-02-12* pre-crt0.c (data_start): Initialize to 1.Paul Eggert
2013-02-12Fix cursor positioning near scroll margin at top of window.Eli Zaretskii
2013-02-12Minor additional fix in the wake of bugs #13623 and 13626.Eli Zaretskii
2013-02-11Tune by using memchr and memrchr.Paul Eggert
2013-02-11Improve AIX port.Paul Eggert
2013-02-11Clean up read_key_sequence a tiny bit more.Paul Eggert
2013-02-11Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier
2013-02-11Fix previous commit for bug #13675.Eli Zaretskii
2013-02-11Fix rare aborts in bidi.c.Eli Zaretskii
2013-02-11* marker.c (set_marker_internal): If desired position is passedDmitry Antipov
2013-02-10Speed up some redisplay operations with very long lines (Bug#13675).Eli Zaretskii
2013-02-10* syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov
2013-02-10* fileio.c (Fexpand_file_name): Omit confusing pointer comparisonPaul Eggert
2013-02-09Minor hashing refactoring.Paul Eggert
2013-02-09Fix last ChangeLog entry.Eli Zaretskii
2013-02-09Fix bug #13661 with w32-downcase-file-names and shell-command.Eli Zaretskii
2013-02-09Remove all references to buffer-file-type and related features.Eli Zaretskii
2013-02-09src/msdos.c (careadlinkatcwd): Remove.Eli Zaretskii
2013-02-08* src/lread.c (skip_dyn_bytes): New function.Stefan Monnier
2013-02-08* search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov
2013-02-07* coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov
2013-02-05ChangeLog date fix (do not merge to trunk)Glenn Morris
2013-02-05Backport fix for execvp issue from trunkDaniel Colascione
2013-02-05* lisp/cus-start.el (all): Add ns-use-native-fullscreen.Jan Djärv
2013-02-04* fileio.c (Qchoose_write_coding_system): Now static.Paul Eggert
2013-02-04Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov...Eli Zaretskii
2013-02-03* emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so thatDaniel Colascione
2013-02-02Avoid file time stamp bug on MS-Windows.Paul Eggert
2013-02-02Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii
2013-02-01Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris
2013-02-01Fix timestamp bug when write-region appends nothing.Paul Eggert
2013-02-01Make sure program names are encoded before using them to invoke subprocesses.Eli Zaretskii
2013-02-01w32proc.c (sys_spawnve): Initialize escape_char.Eli Zaretskii
2013-02-01* window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov
2013-01-31Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert
2013-01-31ChangeLog for previous fileio.c changeGlenn Morris
2013-01-30Reduce delay between backing up a file and saving new versionGlenn Morris
2013-01-30Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris
2013-01-28Make opendir on MS-Windows accept a 'const char *'.Eli Zaretskii
2013-01-28Remove obsolete redisplay code. See the discussion atDmitry Antipov