* frame.h (struct frame): Drop resx and resy because the same data is
[bpt/emacs.git] / src / ChangeLog
2013-03-20 Dmitry Antipov* frame.h (struct frame): Drop resx and resy because...
2013-03-20 Kenichi Handamerge trunk
2013-03-20 Kenichi Handacoding.c (syms_of_coding): Initialize disable_ascii_opt...
2013-03-19 Dmitry Antipov* print.c (syms_of_print): Initialize debugging output...
2013-03-19 Dmitry Antipov* window.c (Fwindow_combination_limit, Fset_window_comb...
2013-03-18 Dmitry Antipov* window.c (window_resize_check, window_resize_apply)
2013-03-17 Stefan Monnier* src/dispnew.c (bitch_at_user): Use `user-error'.
2013-03-17 Ken BrownFix return type of image_background (Bug#13981)
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-16 Jan Djärv* nsterm.m (ns_select): Don't return with result uninit...
2013-03-16 Jan Djärv* nsterm.m (updateFrameSize:): Change resize increments...
2013-03-16 Jan Djärv* nsfns.m (ns_filename_from_panel, ns_directory_from_pa...
2013-03-15 Paul Eggert* coding.c (decode_coding_gap): Fix typo caught by...
2013-03-15 Kenichi Handamerge trunk
2013-03-15 Kenichi HandaOptimize ASCII file reading with EOL format detection...
2013-03-15 Eli ZaretskiiMatch the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXI...
2013-03-15 Eli Zaretskiisrc/ChangeLog: Fix a typo in a recent entry.
2013-03-15 Dmitry Antipov* region-cache.c (find_cache_boundary, move_cache_gap)
2013-03-14 Eli ZaretskiiFix bug #13953 with spontaneous frame resizes on MS...
2013-03-13 Daniel Colascione* emacs.c (main): Call syms_of_cygw32 on CYGWIN non...
2013-03-13 Paul EggertFile synchronization fixes.
2013-03-13 Eli ZaretskiiFix bug #13937 with creating a maximized frame on MS...
2013-03-13 Dmitry Antipov* window.c (Fscroll_other_window): Use SET_PT_BOTH...
2013-03-13 Dmitry Antipov* xdisp.c (init_iterator): Simplify because both charac...
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-13 Paul Eggert* sysdep.c: Remove a use of BSD_SYSTEM, which I'm tryin...
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-11 Paul Eggert* insdel.c (adjust_after_replace): Use bool for boolean.
2013-03-11 Glenn MorrisAdd 24.3 release to ChangeLogs
2013-03-11 Stefan Monnier* src/keyboard.c: Move keyboard decoding to read_key_se...
2013-03-10 Daniel Colascione2013-03-10 Daniel Colascione <dancol@dancol.org>
2013-03-10 Stefan Monnier* src/lread.c: Minor cleanup.
2013-03-10 Stefan Monnier* src/bytecode.c (struct byte_stack): Remove `constants...
2013-03-10 Eli ZaretskiiUse macros from dispextern.h where appropriate.
2013-03-10 Kenichi Handamerge trunk
2013-03-10 Kenichi HandaOn file insertion, skip decoding if all bytes are ASCII.
2013-03-09 Stefan MonnierSeparate mouse-1-click-follows-link from mouse-drag...
2013-03-08 Paul Eggertregion-cache.c, scroll.c, search.c: Use bool for booleans.
2013-03-08 Dmitry Antipov* search.c (find_newline): Accept start and end byte...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-08 Paul Eggertprint.c, process.c: Use bool for booleans.
2013-03-07 Dmitry Antipov* bidi.c (bidi_fetch_char): Swap first and second arguments
2013-03-07 Eli Zaretskiisrc/.gdbinit (prowlims): Display the enabled_p flag...
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...
next