Avoid character to byte conversions in motion subroutines.
[bpt/emacs.git] / src / ChangeLog
2013-03-07 Dmitry AntipovAvoid character to byte conversions in motion subroutines.
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Eli ZaretskiiRename find_next_newline to find_newline_no_quit.
2013-03-06 Eli ZaretskiiFix bug #13879 with raw-text encoding of msdos.c.
2013-03-06 Dmitry AntipovCoding system support cleanup and minor refactoring.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-06 Paul EggertFix a build failure on OpenBSD 4.x and MirBSD.
2013-03-05 Dmitry Antipov* lisp.h (find_next_newline_no_quit): Rename to find_ne...
2013-03-05 Paul EggertFILE's lock is now always .#FILE and may be a regular...
2013-03-05 Paul EggertFix a build failure on OpenBSD 4.x and MirBSD.
2013-03-05 Eli ZaretskiiDon't sync charpos and bytepos in bidi_resolve_explicit_1.
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-05 Paul EggertAlso port to MirBSD.
2013-03-05 Paul EggertFix a build failure on OpenBSD 4.x.
2013-03-05 Dmitry Antipov* composite.c (get_composition_id, fill_gstring_header):
2013-03-04 Paul EggertFix misuse of ImageMagick that caused core dump.
2013-03-04 Dmitry Antipov* font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Paul Eggert* filelock.c (lock_file): Don't access freed storage.
2013-03-02 Paul EggertThe lock for FILE is now .#FILE or .#-FILE.
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-03-02 Paul Eggert* textprop.c: Use bool for booleans.
2013-03-02 Eli ZaretskiiProtect against changes of interval tree when adding...
2013-03-02 Eli ZaretskiiRevert last commit; fixed on emacs-24 branch instead.
2013-03-02 Eli ZaretskiiFix bug #13734 with errors in lisp.h macro expansion.
2013-03-02 Andreas SchwabFixes: debbugs:13734
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-27 Eli ZaretskiiFix race conditions with MS-Windows lock files by using...
2013-02-27 Eli Zaretskiiw32.c (sys_open): Don't reset the flags for FD in fd_in...
2013-02-27 Paul EggertQcall_interactively and Qexecute_kbd_macro are now...
2013-02-26 Bastien Guerry* window.c (Frecenter): Tiny docstring enhancement.
2013-02-26 Paul EggertMinor textprop integer cleanup.
2013-02-25 Eli ZaretskiiImplement CLASH_DETECTION for MS-Windows.
2013-02-25 Eli ZaretskiiFix bug #13743 with crashes due to recursive add-text...
2013-02-25 Stefan Monnier* src/callint.c (Fcall_interactively): Use the right...
2013-02-25 Paul EggertSimplify data_start configuration.
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-24 Andreas SchwabFixes: debbugs:13797
2013-02-24 Paul EggertFix regression introduced by July 10 filelock.c patch.
2013-02-22 Paul EggertAssume C89 or better.
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-22 Claudio BleyDon't call 'select' from emacs_gnutls_pull.
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-21 Ken Brown* src/sheap.c (report_sheap_usage): Fix arguments of...
2013-02-20 Stefan Monnier* src/sheap.c (report_sheap_usage): Prefer message1_nolog.
2013-02-20 Stefan Monnier* lisp/simple.el (command-execute): Move from C. Add...
2013-02-20 Daniel Colascione* sheap.c (report_sheap_usage): Use message, not messag...
2013-02-20 Daniel Colascione2013-02-19 Daniel Colascione <dancol@dancol.org>
2013-02-20 Dmitry Antipov* search.c (find_newline): Return byte position in...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-18 Eli ZaretskiiAvoid leaking handles on MS-Windows.
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-17 Eli ZaretskiiFix bug #13735 with network streams on MS-Windows.
2013-02-17 Stefan MonnierPrefer `message1' over `message'.
2013-02-17 Eli ZaretskiiFix bug #13723 with redrawing vertical border in GUI...
2013-02-17 Jan DjärvMove scroll-bar-adjust-thumb-portion.
2013-02-16 Eli ZaretskiiRemove functions and macros unused on MS-Windows.
2013-02-16 Eli ZaretskiiDon't use __STDC__ on MS-Windows unless necessary ...
2013-02-16 Eli ZaretskiiDon't set h_errno on MS-Windows except in gethostbyname.
2013-02-15 Jambunathan Kido, iswitchb, icomplete: Use `C-.' and `C-,' for cycli...
2013-02-15 Eli ZaretskiiRemove unneeded bits of commit 2013-02-15T09:41:31Z...
2013-02-15 Paul Eggert* process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused...
2013-02-15 Eli ZaretskiiFix bug #13720 with auto-save-timeout less than 4 seconds.
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Dmitry Antipov* composite.c (fill_gstring_header): Remove useless...
2013-02-15 Eli ZaretskiiAllow deleted processes to be reaped by SIGCHLD handler...
2013-02-15 Eli ZaretskiiImprove error reporting as part of solving bug #13546...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-14 Paul EggertBackport GCPRO fix from trunk.
2013-02-14 Paul EggertFix AIX port.
2013-02-14 Jan Djärv* gtkutil.c (tb_size_cb): New function.
2013-02-14 Stefan Monnier* src/keyboard.c (active_maps): Fcurrent_active_maps...
2013-02-13 Stefan Monnier* src/keyboard.c (syms_of_keyboard): Further tweaks...
2013-02-13 Eli ZaretskiiMore robust creation of a subprocess, attempt to solve...
2013-02-13 Eli ZaretskiiCleanup related to bug #13546 with subprocesses on...
2013-02-13 Dmitry Antipov* font.c (font_range): Add pos_byte argument. Adjust...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-13 Glenn Morris* src/keyboard.c (input-decode-map, key-translation...
2013-02-13 Paul EggertMinor getenv-related fixes.
2013-02-13 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2013-02-12 Paul EggertImprove AIX port some more.
2013-02-12 Paul Eggert* pre-crt0.c (data_start): Initialize to 1.
2013-02-12 Eli ZaretskiiFix cursor positioning near scroll margin at top of...
2013-02-12 Eli ZaretskiiMinor additional fix in the wake of bugs #13623 and...
2013-02-11 Paul EggertTune by using memchr and memrchr.
2013-02-11 Paul EggertImprove AIX port.
2013-02-11 Paul EggertClean up read_key_sequence a tiny bit more.
2013-02-11 Stefan MonnierClean up read_key_sequence a bit; reread active keymaps...
2013-02-11 Eli ZaretskiiFix previous commit for bug #13675.
2013-02-11 Eli ZaretskiiFix rare aborts in bidi.c.
2013-02-11 Dmitry Antipov* marker.c (set_marker_internal): If desired position...
2013-02-10 Eli ZaretskiiSpeed up some redisplay operations with very long lines...
2013-02-10 Dmitry Antipov* syntax.c (scan_sexps_forward): Fix byte position...
2013-02-10 Paul Eggert* fileio.c (Fexpand_file_name): Omit confusing pointer...
2013-02-10 Glenn MorrisMerge from emacs-24; up to 2012-12-15T12:19:04Z!juri...
2013-02-09 Paul EggertMinor hashing refactoring.
2013-02-09 Eli ZaretskiiFix last ChangeLog entry.
2013-02-09 Eli ZaretskiiFix bug #13661 with w32-downcase-file-names and shell...
next